/** Shopify CDN: Minification failed

Line 763:0 Unexpected "}"

**/
.headline , .subtitle p{
    color:#fff !important;
}

.headline{
    font-weight:600 !important;
}

a.action_button{
    background:#0b2db0 !important;
}
a.btn-slider:visited {
 color: #fff !important;
}

div#shopify-section-template--18527620038792__luxury_fiber_collections_a6FW3H{

.white-line-box {
    height: calc(100% - 30px) !important;
    width: calc(100% - 50px) !important;
    border: 0.6px solid #ffffff96;
    border-radius:4px;
}

}


@media (min-width:767px){

.luxury-fiber-header h2{
  font-size:40px !important;
}

.luxury-fiber-header p{
  font-size:30px !important;
}

  .caption-overlay {
    font-size: 30px;
}


div#shopify-section-template--18527620038792__luxury_fiber_collections_a6FW3H{


.tile-content {
  left: 10% !important;
  top:45%;
}

.tile-label{
    font-size:42px;
}

}


.prev{
    left:3px !important;
}

.next{
    right:3px !important;
}

div#shopify-section-template--18527620038792__collection_slider_section_83wyN3{

    .heading{
        color:#3a3a3a;
    }

        .heading{
            font-size:60px;
            line-height:normal;
        }

    .subheading{
        font-size:20px;
        color:#3a3a3a;
        font-weight:500;
        margin-bottom:30px;
    }
    
    .btn-slider{
        background:#0b2db0;

    }

}

div#shopify-section-template--18527620038792__custom_gallery_XVy77f{

    .slider-section{
        padding-top:0px;
    }

    .slider-header h2{
        font-size:40px;
    }
    .slider-header p{
        font-size:30px;
    }

    .slider-window{
        width:950px;
    }

    .slider-tile{
        flex: 0 0 31%;
        max-width: 100%;
    }

}




div#shopify-section-template--18527620038792__custom_launch_section_VTk6Lz{

    .heading{
        color:#3a3a3a;
        font-size:50px;
    }

    .subheading{
        font-size:20px;
    }

    .caption{
        display:none;
    }
    .card-image.second-image{
        height:100%;
    }

}

}

/* .mm-menu_offcanvas.mm-menu_opened{
    display:none;
} */




@media (max-width:768px){

  .sidebar.sidebar--collection.toggle-all--true{
    display:none;
  }


  input.action_button.sign_up{
    margin:0px !important;
  }

    .mm-menu_offcanvas.mm-menu_opened{
    display:block;
}

.header__primary-nav {
    display: none;
}

.header__secondary-nav {
    display: none;
}


    div#shopify-section-template--18527620038792__luxury_fiber_collections_3xMY9a{

        .luxury-fiber-wrapper{
            padding-top:0px;
        }

    }

    .slider-tile.active , .slider-tile{
        transform:scale(1) !important;
        opacity:1 !important;
    }



}


.disclosure__toggle{
    margin-bottom:0px !important;
    background:#0B2DB0;
    border-radius:10px;
    color:#fff;
    border:none;

}
form.selectors-form.selectors-form--no-js-hidden{
    margin-bottom:5px !important;
}



li.secondary-nav__item.has-dropdown{
    position:relative;
}

.dropdown{
    transition-duration:0.4s !important;
}

.secondary-nav__item:hover .dropdown{
    margin:0px !important;
    top:20px !important;
    display: block !important;
    z-index: 99 !important;
    visibility: visible !important;
    opacity:1 !important;
    min-height:fit-content !important;
}

.shop-now-button{
    color:#fff !important;
}

body , h1, h2, h3, h4, h5, h6, .collection_title, .headline, .subtitle p, .footer_menu a, .empty_cart, .promo-banner{
  font-family: "Teachers", sans-serif !important;
}



 *, *::before, *::after {
      box-sizing: border-box;
    }

    p.small {
      font-size: 18px !important;
    }
    p.xsmall {
      font-size: 0.75rem !important;
    }
    p.center {
      text-align: center  !important;
    }
    p.semibold {
      font-weight: 600 !important;
    }
    /* Container max widths and padding */
    main {
      max-width: 1280px;
      margin: 0 auto;
      padding: 15px 15px 25px;
    }
    /* Relative container for overlapping images */
    .relative-container {
      position: relative;
      margin-bottom: 0rem;
    }
    .main-banner {
      border-radius: 1rem;
      max-height: 280px;
      width: 100%;
      object-fit: cover;
      display: block;
    }
    .overlay-image {
      position: absolute;
      top: 3rem;
      left: 1.5rem;
      width: 280px;
      max-width: 90vw;
      height: 360px;
      border-radius: 1rem;
      box-shadow: 0 10px 15px rgba(0,0,0,0.1);
      object-fit: cover;
    }
    /* Grid for two columns */
    .grid-2 {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem;
      max-width: 100%;
      margin: 0 auto 3rem auto;
    }
    @media (min-width: 768px) {
      .grid-2 {
        grid-template-columns: 0.8fr 1fr !important;
      }
    }
    /* Grid for three columns */
    .grid-3 {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
      max-width: 920px;
      margin: 0 auto 3rem auto;
    }
    @media (min-width: 640px) {
      .grid-3 {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    /* Cards for products */
    .card {
      background-color: #fff;
      border-radius: 1rem;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      padding: 1rem;
      display: flex;
      flex-direction: column;
    }
    .card img {
      border-radius: 0.75rem;
      margin-bottom: 0.75rem;
      height: 200px;
      object-fit: cover;
      width: 100%;
    }
    .card h4 {
      font-size: 0.875rem;
      font-weight: 600;
      margin-bottom: 0.25rem;
      color:#000;
      line-height:normal !important;
    }
    .card p {
      font-size: 0.75rem;
      line-height: 1.2;
      margin-bottom: 0;
    }
    /* Section heading for Our Products */
    .section-heading {
      color: #0B2DB0;
      font-weight: 700;
      font-size: 1.125rem;
      margin-bottom: 0.5rem;
      text-align: center;
    }
    .section-subheading {
      font-weight: 600;
      font-size: 0.875rem;
      max-width: 880px;
      line-height:normal;
      margin: 0 auto 2rem auto;
      text-align: center;
    }
    /* Larger grid for content and images */
    .grid-2-large {
      display: grid;
      grid-template-columns: 1fr;
      gap: 3rem;
      max-width: 1200px;
      margin: 0 auto 3rem auto;
      align-items: center;
    }
    @media (min-width: 768px) {

      .card h4{
        font-size:24px;
      }

      .card p{
        font-size:15px;
      }

      p.small{
        font-size:20px;
      }


      .grid-2-large {
        grid-template-columns: 1fr 1fr;
      }
    }
    .grid-2-large img {
      border-radius: 1rem;
      max-height: 320px;
      width: 100%;
      object-fit: cover;
      display: block;
    }
    /* Section with light background */
    .light-section {
      background-color: #fef9f6;
      border-radius: 1rem;
      padding: 2rem;
      margin: 0 auto 4rem auto;
    }
    .light-section h3 {
      color: #0B2DB0;
      font-weight: 700;
      font-size: 1.125rem;
      margin-bottom: 0.5rem;
      text-align: center;
    }
    .light-section p.center {
      font-size: 0.75rem;
      margin-bottom: 1.5rem;
    }
    .flex-row {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
      max-width:900px;
      margin:29px auto 0px;
    }
    @media (min-width: 768px) {

      

      .flex-row {
        flex-direction: row;
        align-items: center;
        gap:50px;
      }
    }
    .woolmark-logo {
      width: 150px;
      height: 150px;
      object-fit: contain;
      border-radius: 0.75rem;
      flex-shrink: 0;
    }
    .light-section h4 {
      font-weight: 600;
      margin-bottom: 0.5rem;
      font-size: 0.9rem;
    }
    .light-section p.xsmall {
      font-size: 0.75rem;
      line-height: 1.3;
      margin: 0;
    }
    /* Bottom image section */
    .bottom-image-container {
      max-width: 1200px;
      margin: 0 auto 5rem auto;
      border-radius: 1rem;
      overflow: hidden;
      position: relative;
    }
    .bottom-image-container img.main {
      width: 100%;
      height: 280px;
      object-fit: cover;
      border-radius: 1rem;
      display: block;
    }
    .bottom-image-container img.dot {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      margin-top: -20px;
      margin-left: -20px;
    }

     .light-section h4{
        color:#000;
      }



    .page-about-us-new {

      .one-whole.column.page h1{
        color:#000;
      }
      .feature_divider{
        width:100%;
      }

      .grid-2 h2{
        color:#0B2DB0;
        line-height:normal;
      }
      .grid-2 h3{
        color:#000;
      }

      .grid-2-large h4{
        color:#000;
      }

      h4.sidebar__block-heading.toggle{
        color:#000000;
      }


      @media(min-width:768px){

        h4.sidebar__block-heading.toggle{
        font-size:20px;
      }

        ul.sidebar__block-content.sidebar__tag-list.toggle_list.faceted-filters__filter.faceted-filters__filter-list{
            display: flex !important;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .grid-2-large h4{
          font-size:32px;
        }

        .one-whole.column.page h1{
        font-size:40px;
      }
       .grid-2 h2{
        font-size:40px;
        margin-bottom:12px;
      }
      .grid-2 h3{
        font-size:25px;
      }

      .section-heading{
        font-size:40px;
        margin-bottom:25px;
      }
      .section-subheading{
        font-size:25px;
      }

      .light-section h3{
        font-size:40px;
        font-weight:bold;
      }

      .light-section p.xsmall{
        font-size:20px !important;
      }

      .light-section h4{
        font-size:32px;
      }

      .woolmark-logo{
        width:300px;
        height:300px;
      }






      }

      

      .light-section h4{
        color:#000;
        font-size:20px;
      }

    }

    h1.center {
    color: #000;
    font-size: 40px;
}

    @media (max-width:768px){

      

      h1.center{
        font-size:25px;
      }

      .grid-2{
        display:flex !important;
        margin-top:190px !important;
      }

      .grid-3{
        padding:0px 15px !important;
      }

    }


    .faceted-filters__filter-list-item-color-swatch{
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #ccc;
  vertical-align: middle;
}

/* Color swatch filter styles */
.custom-filters__color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.custom-filters__color-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: relative;
}

.custom-filters__color-item.active {
  border-color: #000;
}

.custom-filters__color-link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.custom-filters__color-link .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
}

/* Size pill styles */
.custom-filters__size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.custom-filters__size-link {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.custom-filters__size-item.active .custom-filters__size-link {
  background-color: #0046ff;
  border-color: #0046ff;
  color: #fff;
}
.image-element__wrap img {
    border-radius: 8px;
}



.sidebar {
    border: 0.5px solid #0000004f;
    padding: 38px 24px;
    border-radius: 16px;
}

li.faceted-filters__filter-list-item{
  width:fit-content;
}


li.faceted-filters__filter-list-item{
  a{
    position:relative;
  }
}


.desc h3{
  color:#000;
  border-bottom:1px solid rgb(114, 114, 114);
}

.filter-heading{
  margin-bottom:24px;
  border-bottom:1px solid #0000001A;
}

.filter-heading-wrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:24px;
}

.filter-heading-wrapper h2{
  margin:0px;
  color:#000;
}


.product-quickshop__container{
  .desc {
    display: none;
}


.product-block.product-block--title.product-block--first h3{
  color:#0B2DB0;
}


@media (min-width:768px){

  .product-block.product-block--title.product-block--first h3{
    font-size:40px;
  }

}


}
h1.center{
  text-transform:uppercase;
}


/* .fancybox-stage{

.swatch-options .swatch.is-flex.is-flex-wrap:last-child{

  .swatch-element{
    background:#F0F0F0;
    border:none;
    border-radius:62px;
    padding:12px 24px;
    color: #00000099;
    font-size:16px;
    font-weight:400;

  }

  .swatch-options input:checked + .swatch-element{
    background:red !important;
  }

} */





}







