/** Shopify CDN: Minification failed

Line 32:4 Unexpected "{"
Line 32:5 Expected identifier but found "%"
Line 32:26 Unexpected "{"
Line 32:27 Expected identifier but found "%"
Line 723:10 Expected identifier but found "{"
Line 723:11 Unexpected "{"
Line 723:20 Expected ":"

**/
  .index-section{
    margin:0 !important;
  }

/* New Header section Css */

.new-custom-header .custom-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
}

.new-custom-header .header-item--logo{
    flex:1;
    display:flex;
    justify-content:flex-start;
}

.new-custom-header .header-item--search{
    {% comment %} flex:1; {% endcomment %}
    display:flex;
    justify-content:center;
}

.new-custom-header .header-item--icons{
    flex:1;
    display:flex;
    justify-content:flex-end;
}

.new-custom-header .header-search{
    width:100%;
    max-width:550px;
}

.new-custom-header .header-search form{
    display:flex;
    align-items:center;
    border:2px solid #000;
    border-radius:6px;
    overflow:hidden;
    background:#fff;
    height:40px; /* Reduced from 46px */
}

.new-custom-header .header-search input{
    flex:1;
    height:40px;
    border:none;
    outline:none;
    padding:0 12px;
    font-size:14px;
    line-height:40px;
}

.new-custom-header .header-search button{
    width:50px;
    height:33px;
    margin:0 3px;
    border:none;
    background:#000;
    color:#fff;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:5px;
}

.new-custom-header .header-search button svg{
    width:30px;
    height:28px;
    stroke:#fff;
}

@media(max-width:767px){
  .new-custom-header .header-search form{
    display:none;
  }
  .new-custom-header .custom-header .header-item--search {
    display: none;
}
.new-custom-header .header-item--logo {
    justify-content: flex-end;
}
}

.new-custom-header .header-search{
    position:relative;
}

.new-custom-header .search-suggestions{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    border:1px solid #ddd;
    border-radius:6px;
    display:none;
    max-height:400px;
    overflow-y:auto;
    z-index:9999;
    margin-top:5px;
}

.new-custom-header .search-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 15px;
    text-decoration:none;
    color:#000;
    border-bottom:1px solid #eee;
}

.new-custom-header .search-item:hover{
    background:#f5f5f5;
}

.new-custom-header .search-item img{
    width:50px;
    height:50px;
    object-fit:cover;
    border-radius:4px;
}

.new-custom-header .search-title{
    font-size:14px;
    font-weight:500;
}

.new-custom-header .no-results{
    justify-content:center;
    color:#777;
}

/* Custom Feature banner collection section Css */



.fbcs-section{
  width:100%;
  padding:40px 20px;
  background:#fff;
}

.fbcs-section .fbcs-wrapper{
  max-width:1400px;
  margin:0 auto;
  display:grid;
  grid-template-columns:400px 1fr 400px;
  gap:20px;
  align-items:stretch;
}

.fbcs-section.fbcs-width-full .fbcs-wrapper{ max-width:100%; }
.fbcs-section.fbcs-width-page .fbcs-wrapper{ max-width:1400px; }

/* SIDE COLUMNS */

.fbcs-section .fbcs-side{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.fbcs-section .fbcs-small-card{
  position:relative;
  display:block;
  height:200px;
  overflow:hidden;
  border-radius:10px;
  text-decoration:none;
  background:#e9e9e9;
}

.fbcs-section .fbcs-small-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s;
  display:block;
}

.fbcs-section .fbcs-small-card:hover img{ transform:scale(1.08); }

.fbcs-section .fbcs-ribbon{
  position:absolute;
  top:40%;
  left:0;
  max-width:78%;
  min-height:38px;
  display:flex;
  align-items:center;
  background:linear-gradient(90deg, rgba(10,10,10,.92) 65%, rgba(10,10,10,0) 100%);
  clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%);
  padding:10px 30px 10px 18px;
  z-index:4;
}

.fbcs-section .fbcs-ribbon span{
  color:#fff;
  font-size:16px;
  font-weight:700;
  letter-spacing:.3px;
  white-space:nowrap;
}

/* MOBILE-ONLY merged collections strip: hidden on desktop by default */
.fbcs-section .fbcs-mobile-collections{
  display:none;
}

/* CENTER SLIDER */
.fbcs-section .fbcs-center{
  position:relative;
  height:100%;
}

.fbcs-section .fbcs-slider{
  position:relative;
  height:100%;
  border-radius:22px;
  overflow:hidden;
}

.fbcs-section .fbcs-track{
  display:flex;
  height:100%;
  width:100%;
  will-change:transform;
  cursor:grab;
}

.fbcs-section .fbcs-track.is-dragging{ cursor:grabbing; }

.fbcs-section .fbcs-slide{
  position:relative;
  flex:0 0 100%;
  width:100%;
  height:100%;
}

.fbcs-section .fbcs-slide img,
.fbcs-section .fbcs-slide video,
.fbcs-section .fbcs-slide iframe,
.fbcs-section .fbcs-slide video-media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border:0;
  z-index:1 !important;
  pointer-events:none;
  -webkit-user-drag:none;
  transition:transform .8s ease;
}

/* .fbcs-section .fbcs-slide.is-active img,
.fbcs-section .fbcs-slide.is-active video{ transform:scale(1.04); } */

/* FIXED: Pulls the color-mix directly with an absolute z-index priority over video components */
.fbcs-section .fbcs-slide-overlay{
    position:absolute;
    inset:0;
    background: var(--fbcs-overlay-mix, rgba(0,0,0,0.2)) !important;
    z-index:2 !important;
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
}

/* Content position */
.fbcs-section .fbcs-content{
  position:absolute;
  color: var(--fbcs-content-color, #fff);
  max-width:420px;
  z-index:3;
  opacity:0;
  transition:opacity .5s ease .15s;
  padding:0 8%;
}

.fbcs-section .fbcs-slide.is-active .fbcs-content{ opacity:1; }

.fbcs-section .fbcs-content.pos-top-left{ top:8%; left:0; text-align:left; }
.fbcs-section .fbcs-content.pos-top-center{ top:8%; left:50%; transform:translateX(-50%); text-align:center; }
.fbcs-section .fbcs-content.pos-top-right{ top:8%; right:0; text-align:right; }
.fbcs-section .fbcs-content.pos-middle-left{ top:50%; left:0; transform:translateY(-50%); text-align:left; }
.fbcs-section .fbcs-content.pos-middle-center{ top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; }
.fbcs-section .fbcs-content.pos-middle-right{ top:50%; right:0; transform:translateY(-50%); text-align:right; }
.fbcs-section .fbcs-content.pos-bottom-left{ bottom:8%; left:0; text-align:left; }
.fbcs-section .fbcs-content.pos-bottom-center{ bottom:8%; left:50%; transform:translateX(-50%); text-align:center; }
.fbcs-section .fbcs-content.pos-bottom-right{ bottom:8%; right:0; text-align:right; }

.fbcs-section .fbcs-content h2{
  font-size:48px;
  line-height:1.1;
  font-weight:700;
  margin-bottom:16px;
  color: inherit;
}

.fbcs-section .fbcs-content p{
  font-size:17px;
  margin-bottom:22px;
  line-height:1.6;
  color: inherit;
}

.fbcs-section .fbcs-tag{
  display:inline-block;
  background:#fce67f;
  color:#111;
  font-weight:700;
  font-size:14px;
  letter-spacing:.5px;
  padding:8px 18px;
  border-radius:6px;
  margin-bottom:22px;
}

.fbcs-section .fbcs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:3px 10px;
  background: var(--fbcs-btn-bg, #fff);
  color: var(--fbcs-btn-color, #111);
  border-radius:20px;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
}

.fbcs-section .fbcs-btn:hover{
  background: var(--fbcs-btn-hover-bg, #111);
  color: var(--fbcs-btn-hover-color, #fff);
}

/* ARROWS */
.fbcs-section .fbcs-prev,
.fbcs-section .fbcs-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  border:0;
  border-radius:50%;
  background:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  z-index:20;
  font-size:16px;
  color:#111;
  box-shadow:0 8px 20px rgba(0,0,0,.15);
  transition:.3s;
}

.fbcs-section .fbcs-prev:hover,
.fbcs-section .fbcs-next:hover{ background:#111; color:#fff; }
.fbcs-section .fbcs-prev{ left:25px; }
.fbcs-section .fbcs-next{ right:25px; }

/* DOTS */
.fbcs-section .fbcs-dots{
  position:absolute;
  bottom:25px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  z-index:20;
}

.fbcs-section .fbcs-dot{
  width:11px;
  height:11px;
  border-radius:20px;
  border:0;
  background:#fff;
  opacity:.5;
  cursor:pointer;
  padding:0;
  transition:.3s;
}

.fbcs-section .fbcs-dot.is-active{ opacity:1; width:30px; }

/* TABLET */
@media(max-width:1200px){
  .fbcs-section .fbcs-wrapper{ grid-template-columns:220px 1fr 220px; }
  .fbcs-section .fbcs-content h2{ font-size:38px; }
  .fbcs-section .fbcs-content{ max-width:340px; }
  .fbcs-section .fbcs-ribbon{ top:18%; }
}

/* MOBILE */
@media(max-width:990px){
  .fbcs-section .fbcs-wrapper{ grid-template-columns:1fr; }

  /* Default mobile behavior (checkbox OFF): side collections shown, stacked below the slider */
  .fbcs-section .fbcs-left,
  .fbcs-section .fbcs-right{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-top:20px;
  }

  .fbcs-section .fbcs-small-card{ height:186px; }

  .fbcs-section .fbcs-slider{ height:360px; }

  .fbcs-section .fbcs-content{ max-width:80%; padding:0 6%; }
  .fbcs-section .fbcs-content h2{ font-size:30px; }
  .fbcs-section .fbcs-content p{ font-size:15px; }
  .fbcs-section .fbcs-ribbon span{ font-size:13px; }

  /* OPT-IN (checkbox ON): merge left+right into a single scrollable strip after the slider */
  .fbcs-section.fbcs-merge-mobile .fbcs-left,
  .fbcs-section.fbcs-merge-mobile .fbcs-right{
    display:none !important;
  }

  .fbcs-section.fbcs-merge-mobile .fbcs-mobile-collections{
    display:flex;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    gap:15px;
    margin-top:20px;
  }

  .fbcs-section.fbcs-merge-mobile .fbcs-mobile-collections::-webkit-scrollbar{ display:none; }

  .fbcs-section.fbcs-merge-mobile .fbcs-mobile-collections .fbcs-small-card{
    flex:0 0 auto;
    width:180px;
    height:186px;
  }

  /* OPT-IN (checkbox ON): hide arrows on mobile */
  .fbcs-section.fbcs-hide-arrows-mobile .fbcs-prev,
  .fbcs-section.fbcs-hide-arrows-mobile .fbcs-next{
    display:none !important;
  }
}

@media(max-width:768px){
  .fbcs-section{ padding:20px 15px; }

  .fbcs-section .fbcs-left,
  .fbcs-section .fbcs-right{
    display:flex;
    overflow-x:auto;
    scrollbar-width:none;
    gap:15px;
  }
  .fbcs-section .fbcs-left::-webkit-scrollbar,
  .fbcs-section .fbcs-right::-webkit-scrollbar{ display:none; }

  .fbcs-section .fbcs-small-card{ min-width:220px; height:170px; }

  .fbcs-section .fbcs-slider{ height:300px; }
  .fbcs-section .fbcs-content h2{ font-size:26px; }
  .fbcs-section .fbcs-content p{ font-size:14px; margin-bottom:20px; }
  .fbcs-section .fbcs-btn{ padding:4px 10px; font-size:14px; }

  .fbcs-section.fbcs-merge-mobile .fbcs-mobile-collections .fbcs-small-card{ width:150px; height:170px; }
}

.fbcs-section .fbcs-slide video-media{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    z-index:1 !important;
}

.fbcs-section .fbcs-slide video-media video{
    width:100%;
    height:100%;
    object-fit:cover;
}

.fbcs-section{
    position:relative;
    overflow:hidden;
}

.fbcs-section .fbcs-section-overlay{
    position:absolute;
    inset:0;
    background:var(--section-overlay);
    z-index:2;
    pointer-events:none;
}


/* Custom Collection Grid Section */

.section-generation-collections .gc-wrapper{
    width:100%;
}

.section-generation-collections .gc-full{
    width:100%;
    max-width:100%;
    padding-left:40px;
    padding-right:40px;
    box-sizing:border-box;
}

.section-generation-collections .page-width{
    max-width:1380px;
    margin:0 auto;
    padding-left:40px;
    padding-right:40px;
    box-sizing:border-box;
}

/* Heading */

.section-generation-collections .gc-heading{
    font-size:44px;
    line-height:1.1;
    font-weight:500;
    margin:0 0 38px;
    letter-spacing:-0.02em;
}

/* Grid */

.section-generation-collections .gc-grid{
    display:grid;
}

/* Card */

.section-generation-collections .gc-item{
    width:100%;
}

.section-generation-collections .gc-item a{
    display:block;
    text-decoration:none;
    color:#111;
}

/* Image */

.section-generation-collections .gc-image{
    position:relative;
    overflow:hidden;
    background:#f6f6f6;

}

.section-generation-collections .gc-img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .55s ease;
}

.section-generation-collections .gc-item:hover .gc-img{
    transform:scale(1.05);
}

/* Title */

.section-generation-collections .gc-title{
    margin-top:14px;
    font-size:14px;
    font-weight:500;
    line-height:1.4;
}

.section-generation-collections .gc-title-text{
    text-decoration:underline;
    text-decoration-thickness:1px;
    text-underline-offset:4px;
}

.section-generation-collections .gc-count{
    font-size:65%;
    vertical-align:super;
    margin-left:2px;
    color:inherit;
    font-weight:400;
    line-height:0;
    text-decoration:none;
}

.section-generation-collections .gc-button-wrap{
    margin-top:40px;
    text-align:center;
}

.section-generation-collections .gc-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 32px;
    border:1px solid #111;
    text-decoration:none;
    color:#111;
    transition:.3s;
    font-size:15px;
    font-weight:500;
}

.section-generation-collections .gc-button:hover{
    background:#111;
    color:#fff;
}

.section-generation-collections .gc-count{
    font-size:65%;
    vertical-align:super;
    margin-left:2px;
    color:inherit;
    font-weight:400;
    text-decoration:none;
    line-height:0;
}

/* Tablet */

@media screen and (max-width:990px){

.section-generation-collections .page-width,
.section-generation-collections .gc-full{
    padding-left:24px;
    padding-right:24px;
}



.section-generation-collections .gc-heading{
    font-size:34px;
    margin-bottom:28px;
}

}

/* Mobile */

@media screen and (max-width:749px){

.section-generation-collections .page-width,
.section-generation-collections .gc-full{
    padding-left:16px;
    padding-right:16px;
}



.section-generation-collections .gc-heading{
    font-size:28px;
    margin-bottom:22px;
}

.section-generation-collections .gc-title{
    font-size:13px;
    margin-top:10px;
}

}


/* Custom New Banner Section Css */

.custom-hero-banner .hero-banner-section{
    width:100%;
}
.custom-hero-banner .hero-banner{
    height:var(--desktop-height);
    position:relative;
    overflow:hidden;
}

.custom-hero-banner .hero-banner picture,
.custom-hero-banner .hero-banner img{
    width:100%;
    height:100%;
    display:block;
}
.custom-hero-banner .hero-banner img{
    object-fit:cover;
}
.custom-hero-banner .hero-overlay{
    position:absolute;
    inset:0;
    z-index:1;
}
.custom-hero-banner .hero-content{
    position:absolute;
    z-index:2;
    max-width:600px;
    padding:40px;
    color:{{ section.settings.text_color }};
}
.custom-hero-banner .hero-content h1{
    font-size:64px;
    line-height:1;
    margin:0 0 15px;
    font-weight:500;
}
.custom-hero-banner .hero-content p{
    font-size:18px;
    margin-bottom:25px;
}
.custom-hero-banner .hero-button{
    display:inline-block;
    background:white;
    color:black;
    padding:14px 24px;
    text-decoration:none;
    font-size:15px;
}
.custom-hero-banner .hero-button.outline{
    background:transparent;
    border:1px solid white;
    color:white;
}

/* Horizontal */
.custom-hero-banner .position-left{
    left:0;
}
.custom-hero-banner .position-center{
    left:50%;
    transform:translateX(-50%);
    text-align:center;
}
.custom-hero-banner .position-right{
    right:0;
    text-align:right;
}

/* Vertical */
.custom-hero-banner .vertical-top{
    top:0;
}
.custom-hero-banner .vertical-middle{
    top:50%;
    transform:translateY(-50%);
}
.custom-hero-banner .vertical-bottom{
    bottom:0;
}


@media(max-width:768px){
.custom-hero-banner .hero-banner{
    height:var(--mobile-height);
}
.custom-hero-banner .hero-content{
    padding:25px;
}
.custom-hero-banner .hero-content h1{
    font-size:38px;
}
.custom-hero-banner .hero-content p{
    font-size:15px;
}
}