/** Shopify CDN: Minification failed

Line 12:0 All "@import" rules must come first
Line 363:0 Expected "}" to go with "{"

**/
html, body {
    background-color: #F5F3EB!important;
  font-family: "HelveticaNeue", san-serif!important;
}

@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');


h1 {font-family: "Bitter", serif!important; font-weight: 600!important;}
h2 {font-family: "Bitter", serif!important; font-size: 38px!important; color: #2f4f4f!important; font-weight: 600!important;}
h3 {font-family: "Bitter", serif!important; font-size: 30px!important; font-weight: 600!important;}
h4 {}
p {font-family: "HelveticaNeue", san-serif!important; font-size: 15px; font-weight: 400; line-height: 21px;}

.productitem--title {font-family: "HelveticaNeue", san-serif!important; font-size: 18px!important; font-weight: 400!important;}

.utility-bar .social-link, .utility-bar__menu-link {color: #000!important;}

.cart-item--content-title {font-size: 1.125rem!important;}

.highlights-banner__heading {font-weight: 600!important; font-size: 25px!important; color: #2F4F4F;}

.back-to-top__button {color: #fff; background-color: #008080!important; border: 1px solid #008080!important;}
.back-top-top__button:hover {color: #008080; background-color: #fff; border: 1px solid #008080;}

.product-recently-viewed__wrapper {background-color: #F5F3EB!important;}
.site-header-main {background-color: #F5F3EB!important;}
.site-navigation {background-color: #F5F3EB!important; justify-content: center!important;}
.productitem--emphasis .productitem__price .price__current {color: #000!important; font-weight: 600!important;}
.productgrid--utils {background: #f5f3eb!important;}

.product-form--atc-button {color: #fff; background-color: #008080!important; border: 1px solid #008080!important;}
.product-form--atc-button:hover {color: #000!important; background-color: #fff!important; border: 1px solid #353535!important;}

.product-block:first-child>:first-child {color: #008080;}

.atc--product-details--title {font-size: 20px!important;}

.site-footer-block-newsletter .newsletter .button-primary {border-radius: 5px !important;}

.shopify-payment-button .shopify-payment-button__more-options {color: #2f4f4f!important;}

.social-link {color: #fff!important;}

.blogposts--footer-link {
  background: #008080;
  color: #fff!important;
  padding: 10px 30px;
  border-radius: 25px;
}
.blogposts--footer {
  margin-top: 3.25rem!important;
}

.product-recently-viewed--section .flickity-viewport:before, .product-recently-viewed--section .flickity-viewport:after {background: none!important;}
.product-recently-viewed--section .flickity-viewport:after {background: none!important;}

.product-recently-viewed__clear {color: #2f4f4f!important;}

#yotpo-main-widget-btn[data-v-45e7fb23] {color: #000000!important; background-color: #ffffff!important; border: 1px solid;}

.site-footer-wrapper {
  color: #fff!important;
  background: #2f4f4f!important;
}

.slideshow-slide__button--primary {border-radius: 25px!important;}
.slideshow-slide__button--primary:not(.disabled):hover {border-radius: 25px;}

.button-primary {
  background-color: #008080!important;
  border: 1px solid #008080!important; border-radius: 25px!important;
}
.button-secondary{background-color: #fff!important; border: 1px solid #000!important; color: #000!important; border-radius: 25px!important;}

.product-title {font-weight: 600!important;}

.free-shipping-bar {background-color: #f5f3eb!important;}
.free-shipping-bar__progress {background-color: #2f4f4f!important;}

.site-footer-block-title {font-size: 18px!important; color: #fff!important;}
.site-footer-wrapper {margin-top: 80px!important;}
.site-footer-item--information {
  border-top: 1px solid #659090!important;
}
.site-footer-credits {
  color: #fff!important;
}
.site-footer-item--information .navmenu .navmenu-item:not(:last-child) {
  border-right: 1px solid #fff!important;
}

.site-footer-wrapper .navmenu-link, .site-footer-wrapper .site-footer-credits a, .site-footer-wrapper .rte a {color: #fff!important;}

.collection--title {text-align: center;}
.collection--description {width: 100%; max-width: 60% !important; margin: 0 auto; text-align:center!important;}
#ch {display: none;}
#ch:checked ~ .content {display: block;}
#ch:checked ~ label {display: none;}
.content {display: none;}
.label1 {display: inline-block; cursor: pointer; color: #008080; margin-top: 12px;}

/* General Styling for the Calculator */
#skirting-board-calculator {
    background-color: transparent; /* Transparent background */
    padding: 20px;
    max-width: 600px;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

#skirting-board-calculator h3 {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Spacing for form sections */
.form-section {
    margin-bottom: 20px;
}

/* Tab Styling */
.tab-container {
    display: flex;
    margin-bottom: 20px;
    gap: 10px; /* Add spacing between tabs */
}

.tab-link {
    flex: 1;
    padding: 10px;
    text-align: center;
    background-color: #008080; /* Default background */
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-size: 16px;
    border-radius: 5px; /* Rounded corners for tabs */
}

.tab-link.active {
    background-color: #6ea91c; /* Active tab color */
}

.tab-link:hover {
    background-color: #2E5050; /* Hover effect */
    color: #ffffff;
}

/* Tab Content Styling */
.tab-content {
    display: none; /* Hidden by default */
    padding: 0px; /* Remove background color and keep padding for consistent spacing */
}

.tab-content.active {
    display: block; /* Show active tab */
}

/* Input Fields */
#skirting-board-calculator input[type="number"],
#skirting-board-calculator select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #333333;
    margin-bottom: 20px; /* Add spacing between input fields */
}

/* Buttons */
#skirting-board-calculator button {
    background-color: #008080;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    margin-top: 20px; /* Add spacing above buttons */
    margin-bottom: 20px; /* Add spacing below buttons to separate from next elements */
    display: block;
    width: auto; /* Prevent buttons from being too wide */
}

#skirting-board-calculator button:hover {
    background-color: #2E5050;
}

/* Remove Icon Style for Room and Wall (Unified Style) */
.remove-icon {
    font-size: 18px;
    cursor: pointer;
    color: #ff0000; /* Red remove icon */
}

.remove-icon:hover {
    color: #cc0000; /* Darker red on hover */
}

/* Wall Input and Room Removal */
.wall-input-container,
.room-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; /* Consistent spacing for wall inputs */
}

/* Results */
#result {
    margin-top: 20px;
    padding: 20px;
    background-color: #2E5050; /* Dark greenish background */
    border-radius: 4px;
    color: #ffffff!important; /* White text */
}

#result h4 {
    color: #ffffff!important; /* White text */
}


/* Dabo */
#dadoRailCalculator {
  font-family: HelveticaNeue, sans-serif;
  max-width: 600px;
  margin: 50px auto;
  padding: 30px;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  color: rgb(29, 29, 29);
  font-size: 15px;
  line-height: 21px;
}

.dabo-heading {
  font-family: HelveticaNeue, sans-serif;
  font-weight: 600;
  font-size: 45px;
  color: rgb(47, 79, 79);
  text-align: center;
  margin-bottom: 20px;
  line-height: normal;
}

.dabo-label {
  display: block;
  margin-bottom: 10px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgb(29, 29, 29);
}

.dabo-input-group {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.dabo-input {
  width: 75%;
  padding: 12px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #fafafa;
  color: rgb(29, 29, 29);
}

.dabo-select {
  width: 25%;
  padding: 12px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #fafafa;
  color: rgb(29, 29, 29);
}

/* Centering all buttons */
.button-container {
  text-align: center; /* Center container content */
}

.dabo-btn {
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif; /* Font family */
  font-style: normal; /* Font style */
  font-weight: 800; /* Font weight */
  font-size: 12px; /* Font size */
  line-height: normal; /* Line height */
  color: #ffffff;
  background-color: #008080;
  border: 2px solid #008080;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 10px 0; /* Space between buttons */

.dabo-btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.dabo-output {
  margin-top: 20px;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 5px;
  text-align: center; /* Center content inside output */
}

strong {
  font-weight: 600;
  color: rgb(47, 79, 79);
}

@media (max-width: 480px) {
  .dabo-heading {
    font-size: 35px;
  }
  .dabo-input-group {
    flex-direction: column;
    gap: 10px;
  }
  .dabo-input, .dabo-select {
    width: 100%;
  }
}

.dabo-output p {
  margin: 10px 0;
  font-size: 15px;
  font-weight: 400;
  color: rgb(29, 29, 29);
}

.dabo-output strong {
  font-weight: 600;
  color: rgb(47, 79, 79);
}
