/** Shopify CDN: Minification failed

Line 59:1 Expected identifier but found whitespace
Line 478:0 Unexpected "}"

**/
html {
  -webkit-text-size-adjust: 100%; /* Prevents iOS Safari from resizing text */
  -ms-text-size-adjust: 100%;     /* Prevents IE from resizing text */
  text-size-adjust: 100%;         /* Modern standard */
}
header {
       display: flex !important;
    flex-direction: column;

    justify-content: space-between!important;
    z-index: 100;
    box-shadow:7px 1px 5px #ccc;
}

body, main {
  overflow-x: hidden;
}

.product-img-block {
    position: absolute;
    width: 50px !important;
    height: 45px;
    z-index: 1;
    background: red;
    top: 5px;
    right: 5px;
}

.multicolumn-card {
      display: flex!important;
    align-items: center!important;
}
nav {
  max-width: 100vw !important;
  width: 100vw!important;
}
.multicolumn-card__image-wrapper {
    width: 70px!important;
    height: 46px!important;
    margin-bottom: 10px!important;
}

/* Link */ 
.link, .customer a {
        font-size: 1.5rem !important;
}
.desktop-localization-wrapper {
  display: none;
}
.category-breadcrumbs a {
  font-size: 12px;
}
.
.categories-block-grid {
  display: grid!important;
}
/*card*/


 .m2_wrapper {
          width: 100%;
          max-width: 500px;
          padding: 16px;
          justify-content: center;
          background:rgb(242, 235, 224);
          border: 2px solid #ccc;
          font-family: sans-serif;
          display: flex;
          flex-direction: column;
          gap: 16px;
        }
        /* Row 1 - input + packs */
        .m2_selector_wrapper {
          display: flex;
          justify-content: space-between;
          align-items: flex-end;
          gap: 32px;
        }
        .m2_input_group,
        .m2_packs_info {
          flex: 1;
        }
        .m2_input_group label,
        .m2_packs_info label {
          display: block;
          margin-bottom: 4px;
          font-size: 14px;
          font-weight: 600;
          color: #333;
        }
        .m2_selector {
          width: 100%;
          padding: 8px;
          font-size: 16px;
          border: 1px solid #bbb;
          border-radius: 4px;
        }
        /* Row 2 - checkbox */
        .m2_wastage_selector {
          display: flex;
          flex-direction: column;
          gap: 4px;
          font-size: 14px;
        }
        .m2_wastage_checkbox_row {
          display: flex;
          align-items: center;
          gap: 8px;
        }
        .m2_wastage_selector label {
          cursor: pointer;
        }
        #wastage_info {
          font-size: 12px;
          color: #999;
          margin-left: 20px;
          display: none;
        }
        /* Row 3 - total row */
        .m2_total_row {
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-weight: 600;
          font-size: 16px;
          border-top: 1px solid #ddd;
          padding-top: 12px;
        }
        
        #packs_required {
          font-weight: bold;
          color: #333;
        }
.pricing_breakdown {
  padding: 0;
  margin-top: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.price_per_m2 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #222;
}
.header-call-button {
    padding: 12px;
    background: #f9f9f9;
    border: 1px solid #777;
    border-radius: 100px;
    font-size: 15px;
    color: #333;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
}

.price_per_m2 strong {
  font-weight: 600;
  color: #111;
}

 /*.header-wrapper {
    top: 36px
    margin-bottom: 35px;
};*/

.search__input{ 
  background: #efefef;
}
.compare_price {
  font-size: 14px;
  color: #777;
}

.compare_price s {
  color: #999;
}

.discount_tag {
  display: inline-block;
  background-color: #e60023;
  color: #fff;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  margin: 8px 0;
}

.pack_prices {
  font-size: 16px;
  margin-top: 8px;
  color: #222;
}

.pack_prices strong {
  font-weight: 600;
}

.quickadd-sample {
  position: relative;
}  

.card-information {
  display: inline;
    z-index: 1;
}

.quickadd-sample span {
  margin-left: 4px;
}

.card {
  background: white;
  border-radius: 8px;
}

.button-sample {
  color: white;
  outline: none!important;
  border: none!important;
 background: #fdc800 !important;
}
.button-sample-card {
  margin-top: 5px;
  border-radius: 20px !important;
  background: #fdc800 !important;
  font-weight: 500;
  font-size: 15px;
  color: #e3ecec;
}

.card__information {
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  padding: 14px!important;

}
.card__heading a {
    font-weight: 500;
    font-size: 15px;

}

.price__container {
  display: block!important;
}

.quickadd-sample.loading {
  pointer-events: none;
}


.quickadd-sample:disabled,
.quickadd-sample.sample-added {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.quickadd-sample.sample-added {
  background-color:#28a745 !important;
  border-color:#28a745 !important;
  color: white !important;
}

/* Loading spinner for sample button */
.quickadd-sample .loading__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_page_sticky {
  position: fixed !important;
  width: 100%;
}


.essential_annoucement_bar_wrapper {
  position: fixed !important;
  width: 100%;
}




.sale_tag {
  background: red !important;
    color: white !important;
    display: flex !important;
    width: 100% !important;
    height: 33px !important;
    z-index: 2 !important;
    align-self: flex-end;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    font-size: 10px;
    font-weight: 500;
}

/* The dropdown  */
 .accordion {
    background: #f9fafb;
    border: 1px solid #eef1f4;
    border-radius: 8px;
    padding: 12px;
    margin-top: 20px;
  }

  .accordion-header {
    cursor: pointer;
    font-weight: bold;
    padding: 8px 0;
  }

  .accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
  }

  .accordion-content ul {
    margin: 10px 0 0 18px;
    padding: 0;
  }

  .accordion.open .accordion-content {
    /* max-height will be set dynamically via JS */
  }
  
/* Features */


     
        .specs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1rem;
            margin-bottom: 1rem;
        }

        .spec-item {
            display: flex;
            align-items: center;
            padding: 6px;
            background: white;
            border: 1px solid #ddd;
            border-radius: 6px;
        }

        .spec-icon {
            width: 20px;
            height: 20px;
            margin-right: 12px;
            color: #666;
        }

        .spec-content {
            flex: 1;
        }

        .spec-label {
            font-size: 1rem;
            color: #333;
            font-weight: 600;
            margin-bottom: 2px;
        }

        .spec-value {
            font-size: 1rem;
            font-weight: bold;
            color: #333;
        }

        .product-features {
          border-top: 1px solid #ccc;
          border-bottom: 1px solid #ccc;
          margin: 10px 0px;
          
          padding-bottom: 10px;
        }

        .rooms-section {
            padding-top: 0.5rem;
        }

        .rooms-title {
            font-size: 1.1rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 1rem;
        }

       

        .rooms-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        .room-tag {
            padding: 0.5rem 1rem;
            background: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 100px;
            font-size: 12px;
            color: #333;
        }

     

        .product__title h1 {
          font-size: 20px!important;
        }
     
        .compare_m2 {
          text-decoration-line: line-through;
          color: #777;
          display: block!important;
        }
        .button-outline {
          background: transparent;
          border: 1px solid #333;
          color: #333;
          margin-top: 8px;
        }
        .button-outline:hover {
          background: #333;
          border: 1px solid #777;
          color: white;
          margin-top: 8px;
        }
        
        .price_m2, .price-item {
            font-size: 14px;
        }
        .price-item--regular {
          color: #777!important;
          font-size: 15px!important;
        }
      
        .button-sample-card  {
             display: flex;
          /*  box-shadow: -3px 3px 9px #ffdb58;
            background: #ffdb5896 !important;
            border: 1px solid #ddae00;

         
            color: #333; 
            display: flex;
    background: #ffc846 !important;
    border: 1px solid #ffc846!important;
    color: #333; */
        background: #0f1820 !important;
    color: white;
    padding: 10px !important;
    display: flex !important;
    border: none !important;
    justify-content: center;
    border-radius: 200px !important;
    font-size: 14px;
    font-weight: 400;
}

} 
        }
        .button-sample-card:after {
           position: relative!important;
           box-shadow: none;
           content: none!important;
        }
        .footer-block__brand-info .rte {
          font-size: 12px;
        }
        .header__menu-item span {
          color: black;
          font-size: 16px;
        }

     
       
      .vertical-line {
     height: 50px;
    width: 2px;
    background: #eee;
    position: relative;
    display: inline !important;}

    .header-call-button-2 {
         background: #ffdb15;
         color: black;
         border: none;
    }
    .announcement-bar span {
          font-size: 15px;
    font-weight: 500;
    }
    .header-call {
      display: flex;
    }
      .essential_annoucement_bar_wrapper > h2 {
  font-size: 20px!important; 
  }
  

  .list-menu > li:last-child > a {
    color: #d70044;
  }

 

/* DESKTOP ONLY */
@media (min-width: 786px) {
  .top_page_sticky h2 {
  font-size: 14px!important; 
  }
   .list-menu > li:last-child {
    background: #d70044;
  }
  .list-menu > li:last-child > a > span {
    color: white;
  }
  .price-product {
    color: #9e2323 !important;
    font-size: 24px;
    font-weight: 600;
  }
  .header {
    position: relative;
  }
   .header__heading-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
        }

  .button-sample-card {
        margin: auto;
        margin-top: 12px;
  }
 
   .top-header {
   display: flex;
           padding: 0px 150px;

    justify-content: space-between;;
    width: 100%;
    align-items: center;
    flex: 1;
}

nav {
        width: 100%;
    background: white;
    text-align: center;
          padding: 0px 150px;
        border-top: none;
    
}
.header {
    padding: 0px!important;
  }
 .header__heading-link {
    /* margin-right: 170px!important;*/
}

}

/* LARGE MOBILE */
@media (max-width: 988px) {

  
  .header-call-content {
      display: none;
    }
    .header {
      flex-direction:row;
    }

    .header__heading-logo-wrapper {
      width: 100px;
    }

   
    .top-header {
    display: flex;
    flex-direction: row;
      justify-content: space-between;;
      width: 100%;
      align-items: center;
      flex: 1;
      padding: 10px 40px;
  }
}
/* MOBILE MEDIA */
@media (max-width: 786px) {
 
.top-header {
        padding: 0 10px;
}
 
  .button-sample-card {
           font-size: 15px !important;

  }
  .essential_annoucement_bar_title_container_32cabb88-c5ec-4f2e-93fc-6afe4076e353 h2 {
    font-size: 18px !important;
  }
    .multicolumn-card__image-wrapper {
        width: 50px !important;
        opacity: 0.7;
  }
  /*.banner {
    height: 80vh;
  }
  
  .banner__box {
    align-self: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent)!important;
    color: white;
  }  */
  .multicolumn-card {
    flex-direction: column;
  }
  .multicolumn-card .rte {
    display: none !important;
  }
}
/*
@media (max-width: 999px) {
  .product__media-wrapper{
    display: none;
  }
}
*/