/** Shopify CDN: Minification failed

Line 2310:15 "-" can only be used as an infix operator, not a prefix operator
Line 2310:34 "-" can only be used as an infix operator, not a prefix operator
Line 2310:55 "-" can only be used as an infix operator, not a prefix operator

**/
:root {
  --fs-heading-font: "Bebas Neue", sans-serif;
  --fs-body-font: "Manrope", sans-serif;
}

.yv-newsletter-popup,
#wheelify-spin_a_sale_cc_store_front_module {
  display: none !important;
}

body.NewsletterActive {
 overflow: auto; 
 position: static;
}

/* Overflow Container */
.container-r-overflow,
.container-l-overflow {
  --max-width: 100%;

  width: 100%;
  max-width: min(100%, var(--max-width) + (100% - var(--max-width)) / 2);
}

.container-l-overflow {
  padding-right: 20px;
  margin-right: auto;
}

.container-r-overflow {
  padding-left: 20px;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .container-l-overflow {
    padding-right: 15px;
  }
  
  .container-r-overflow {
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .container-r-overflow,
  .container-l-overflow {
    --max-width: 950px;
  }
}

@media screen and (min-width: 992px) {
  .container-r-overflow,
  .container-l-overflow {
    --max-width: 1120px;
  }
}

@media screen and (min-width: 1200px) {
  .container-r-overflow,
  .container-l-overflow {
    --max-width: 1170px;
  }
}

@media screen and (min-width: 1280px) {
  .container-r-overflow,
  .container-l-overflow {
    --max-width: 1300px;
  }
}

@media screen and (min-width: 1441px) {
  .container-r-overflow,
  .container-l-overflow {
    --max-width: 1400px;
  }
}

@media screen and (min-width: 1800px) {
  .container-r-overflow,
  .container-l-overflow {
    --max-width: 1730px;
  }
}

/* Key Benefits */
.fs-key-benefits .yv-services-box .text-with-icon-column {
  padding-inline: 6px;
}

.fs-key-benefits .yv-services-box .fs-service-slider .swiper-slide {
  height: auto;
}

.fs-key-benefits .yv-services-box .fs-service-card {
  border-radius: 20px;
  background: #EFEFEF;
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 34px 20px;
  height: 100%;
  min-height: 150px;
}

.fs-key-benefits .yv-services-box .yv-service-item {
  padding: 34px 20px;
  height: 100%;
  min-height: 150px;
  align-items: flex-start;
}

.fs-key-benefits .yv-services-box :is(.yv-service-item, .fs-service-card) .column-icon {
  min-width: auto;
  max-width: unset;
  height: auto;
  width: 64px;
  aspect-ratio: 1;
  flex-shrink: 0;
  margin-right: 14px;
}

.fs-key-benefits .yv-services-box .fs-service-card .column-icon {
  background: var(--icon-bg-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fs-key-benefits .yv-services-box .fs-service-card .column-icon svg {
  fill: var(--iconColor);
  width: 70%;
}

.fs-key-benefits .yv-services-box .fs-service-card h2,
.fs-key-benefits .yv-services-box .yv-service-item h2 {
  font-size: 18px !important;
}

.fs-key-benefits .yv-services-box .fs-service-card p,
.fs-key-benefits .yv-services-box .yv-service-item p {
  padding-top: 8px;
}

@media screen and (max-width: 991px) {
  .fs-key-benefits .yv-services-box .row {
    row-gap: 12px;
  }

  .fs-key-benefits .yv-services-box .text-with-icon-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .fs-key-benefits .yv-services-box:has(.fs-service-card) {
    padding-inline: 20px;
  }

  .fs-key-benefits .yv-services-box .text-with-icon-column {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .fs-key-benefits .yv-services-box .text-with-icon-column {
    flex: 0 0 100%;
    max-width: 100%;
    padding-inline: 20px;
  }

  .fs-key-benefits .yv-services-box .yv-service-item {
    min-height: auto;
    padding: 14px 16px 20px;
  }

  .fs-key-benefits .yv-services-box .fs-service-card {
    min-height: auto;
    padding: 20px 16px 20px;
  }

  .fs-key-benefits .yv-services-box .fs-service-card h2,
  .fs-key-benefits .yv-services-box .yv-service-item h2 {
    font-size: 17px !important;
  }

  .fs-key-benefits .yv-services-box .fs-service-card p,
  .fs-key-benefits .yv-services-box .yv-service-item p {
    padding-top: 5px;
    max-width: 90%;
  }
}

/* Tabbed Collection */
.fs-tabbed-collection{
  position: relative;
}

.fs-tabbed-collection .section-heading-title {
  font-size: 48px;
  margin-bottom: 0;
}

.fs-tabbed-collection .yv-tab-btn-pane{
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 0;
  z-index: 1;
}

/* .fs-tabbed-collection .flickity-button {
  width: 56px;
  height: 56px;
  border: 1px solid #000;
  top: -80px !important;
  background: transparent;
}

.fs-tabbed-collection .flickity-button.previous {
  right: 80px !important;
}

.fs-tabbed-collection .flickity-button::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("/cdn/shop/files/left-arrow.svg?v=1758704499") no-repeat center / contain;
}

.fs-tabbed-collection .flickity-button.next::after {
  transform: rotate(180deg);
}

.fs-tabbed-collection .flickity-button svg {
  display: none;
} */

.fs-tabbed-collection .yv-product-card .yv-product-card-img {
  border: 1px solid #0000004F;
  background: #f6f6f6;
}

.fs-tabbed-collection .yv-product-card-img img {
  width: 100%;
  height: 100%;
  background: transparent;
  object-fit: contain !important;
  mix-blend-mode: multiply;
}

.fs-tabbed-collection .yv-product-card .yv-product-information {
  margin-top: 15px;
}

.fs-tabbed-collection .yv-product-card .yv-product-title {
  width: 80%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1432px) {
  .fs-tabbed-collection .section-heading-title {
    margin-bottom: 10px;
  }
}

/* @media screen and (max-width: 1199px) {
  .fs-tabbed-collection .flickity-button {
    width: 44px;
    height: 44px;
    top: -60px;
  }

  .fs-tabbed-collection .flickity-button::after {
    width: 20px;
    height: 20px;
  }

  .fs-tabbed-collection .flickity-button.previous {
    right: 64px !important;
  }
} */

/* @media screen and (max-width: 991px) {
  .fs-tabbed-collection .section-heading-title {
    font-size: 40px;
  }

  .fs-tabbed-collection .yv-product-card {
    padding-inline: 8px;
  }

  .fs-tabbed-collection .flickity-button {
    display: none;
  }
} */

@media screen and (max-width: 767px) {
  .fs-tabbed-collection .section-heading-title {
    font-size: 32px;
  }
  .fs-tabbed-collection .yv-tab-btn-pane{
    position: static;
    padding-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .fs-tabbed-collection .section-heading-title {
    font-size: 24px;
    padding-right: 20px;
    margin-bottom: 8px;
  }

  .fs-tabbed-collection .yv-product-card .yv-product-title {
    width: 100%;
  }

  .container:has(.fs-tabbed-collection) {
    padding-right: 0;
  }

  .fs-tabbed-collection .yv-collection-product-grid .yv-product-card {
    max-width: 45%;
    width: 45%;
    padding-inline: 7px;
  }
}


/* Multicolumn slider */
.fs-multicolumn-slider .section-heading-title {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}

.fs-multicolumn-slider .yv-multi-column-desc {
  margin-bottom: 30px;
}

.fs-multicolumn-slider .yv-multicolumn-img {
  width: 100%;
  aspect-ratio: 28 / 35;
  margin-bottom: 15px;
}

.fs-multicolumn-slider .yv-multi-column-heading {
  font-size: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .fs-multicolumn-slider {
    padding-top: 20px;
  }

  .fs-multicolumn-slider .section-heading-title {
    font-size: 40px;
  }

  .fs-multicolumn-slider .yv-multi-column-desc {
    margin-bottom: 26px;
  }

  .fs-multicolumn-slider .yv-multi-column-desc p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .fs-multicolumn-slider {
    padding-top: 12px;
  }

  .fs-multicolumn-slider .section-heading-title {
    font-size: 30px;
  }

  .fs-multicolumn-slider .yv-multi-column-desc p {
    font-size: 10px;
  }

  .fs-multicolumn-slider .yv-multicolumn-img {
    margin-bottom: 8px;
  }

  .fs-multicolumn-slider .yv-multi-column-heading {
    font-size: 16px;
  }

  .multi-column-section:has(.fs-multicolumn-slider) {
    padding-bottom: 50px !important;
  }
  .multi-column-section:has(.fs-multicolumn-product) {
    padding-bottom: 0px !important;
  }
}


/* Cobra banner */
.fs-cobra-banner .yv-banner-desc {
  max-width: 380px;
}

@media only screen and (max-width: 768px) {
  .fs-cobra-banner .fullwidth-banner-content {
    padding: 15px 0 30px;
  }
  .fullwidth-banner-content .yv-banner-title {
    margin-bottom: 0;
  }
  .fs-cobra-banner .yv-banner-content .yv-banner-desc{
    font-size: 10px !important;
  }
  /* .fs-cobra-banner .banner-container{
    padding-bottom: 277px !important;
  } */
  .fs-cobra-banner .yv-banner-image .mobile-img{
    object-position: top right !important;
  }
}


/* header section css start */

.wrapper-top-cart svg,
.customer-links svg,
.header-search-icon .icon-search svg{
  fill: none;
}

@media screen and (max-width: 991px) {
  .top-header.header_1 .navbar {
    justify-content: flex-start;
    padding-left:30px;
  }
}

@media screen and (max-width: 575px) {
  .navbar .customer-links {
    display: block;
  }
  .navbar .header-search-icon{
    display: none;
  }
}

/* header section css end */

/* newsletter section css start */

.fs-custom-newsletter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 36px 48px;
  background: #F2F2F2;
  position: relative;
  z-index: 1;
  max-width: calc(100% - 40px);
}

.newsletter-section .fs-custom-newsletter .section-heading{
  margin-bottom: 0;
}

.fs-custom-newsletter .section-heading-title{
  color: #000;
  font-family: var(--fs-heading-font);
  font-size: 39.959px;
  font-style: normal;
  font-weight: 400;
  line-height: 44.954px; 
  text-align: left;
}

.fs-custom-newsletter .section-heading p{
  color: #000;
  font-family: var(--fs-heading-font);
  font-size: 27.409px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.835px; 
  text-align: left;
  text-align: left;
  margin: 0;
  display: block;
}

.fs-custom-newsletter .yv-newsletter-input .newsletter-btn {
  position: static !important;
  margin-top: 12px;
  padding: 10px;
  width: 100%;
  color: #FFF;
  font-family: var(--fs-body-font);
  font-size: 14.212px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.yv-newsletter-input .form-control {
  padding: 10px 14px 10px 50px;
  width: 100%;
  min-height: auto;
}

.fs-custom-newsletter .newsletter-content,
.fs-custom-newsletter .newsletter-form,
.fs-custom-newsletter .yv-newsletter-input{
  width: 100%;
  max-width: 310px;
}

.newsletter-section .input_wrapper{
  position: relative;
}

.newsletter-section .input_wrapper.input_phone{
  margin-top: 12px;
}

.newsletter-section .input_wrapper .icon_box{
  display: none;
}

.newsletter-section .fs-custom-newsletter .input_wrapper .icon_box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 15px;
  top: 50%;
  translate: 0 -50%;
}

.newsletter-section .fs-custom-newsletter .input_wrapper .icon_box svg{
  width: 100%;
  height: 100%;
}

.newsletter-section:has(.fs-custom-newsletter){
  position: relative;
}

.newsletter-section:has([data-open="true"] .fs-newsletter-success) {
  z-index: 5;
}

.newsletter-section:has(.fs-custom-newsletter):before{
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  background: var(--colorTextBody);
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .fs-custom-newsletter {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fs-custom-newsletter .newsletter-content,
  .fs-custom-newsletter .newsletter-form,
  .fs-custom-newsletter .yv-newsletter-input{
    width: 100%;
    max-width: 100%;
  }

  /* .fs-custom-newsletter .yv-newsletter-input{
    display: flex;
    align-items: center;
    gap: 15px;
  } */

  /* .fs-custom-newsletter .yv-newsletter-input .newsletter-btn{
    max-width: fit-content;
    margin-top: 0;
  } */
  .newsletter-section .input_wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 520px) {
  .fs-custom-newsletter .yv-newsletter-input{
    gap: 10px;
  }
  .yv-newsletter-input .form-control,
  .fs-custom-newsletter .yv-newsletter-input .newsletter-btn{
    font-size: 12px !important;
  }
  /* .fs-custom-newsletter .yv-newsletter-input .newsletter-btn{
    min-height: 33px;
    padding: 5px;
  } */
  .yv-newsletter-input .form-control{
    padding: 10px 10px 10px 25px;
  }
  .newsletter-section .fs-custom-newsletter .input_wrapper .icon_box {
    width: 14px;
    height: 14px;
    left: 7px;
  }
}

@media only screen and (max-width: 370px) {
  .yv-newsletter-input .form-control,
  .fs-custom-newsletter .yv-newsletter-input .newsletter-btn{
    font-size: 8px !important;
  }
  .fs-custom-newsletter .yv-newsletter-input .newsletter-btn{
    min-height: 33px;
  }
}


.fs-custom-footer .footer-text-item{
  color: rgba(255, 255, 255, 0.90);
  font-family: var(--fs-body-font);
  font-size: 12.436px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.542px;
  margin-bottom: 30px;
}

.fs-custom-footer .footer-menu-list .social-links ul li a:after{
  background: #FFF;
}

.fs-custom-footer .social-links ul li svg{
  fill: #000;
  z-index: 1;
}

.fs-custom-footer .footer-menu-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fs-custom-footer .footer-menu-head::after,
.fs-custom-footer .footer-menu-head::before{
  content: none;
}

.fs-custom-footer .footer-menu-head .icon_box{
  display: none;
}

.fs-custom-footer .footer-menu-list .footer-menu-accordion a::before{
  content: none;
}

.fs-custom-footer .footer-menu-list .footer-menu-accordion a:hover{
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .fs-custom-footer .footer-menu-head .icon_box{
    display: flex;
  }
  .fs-custom-newsletter {
    padding: 12px 18px;
  }
  .fs-custom-newsletter .section-heading-title {
    font-size: 22px;
    line-height: 1;
  }
  .fs-custom-newsletter .section-heading p{
    font-size: 14px;
    line-height: 1;
  }
}
/* newsletter section css end */

.fs-collection-grid .yv-product-card .yv-product-card-img {
  border: 1px solid #0000004F;
  background: #f6f6f6;
  border-radius: 10px;
}

.fs-collection-grid .yv-product-card-img img {
  width: 100%;
  height: 100%;
  background: transparent;
  object-fit: contain !important;
  mix-blend-mode: multiply;
}

.fs-collection-grid .yv-product-card .yv-product-information {
  margin-top: 15px;
}

.fs-collection-grid .yv-product-card .yv-product-title {
  width: 80%;
  margin-bottom: 10px;
}

.fs-collection-grid .products-count,
.fs-collection-grid .sort-grid-icon{
  display: none;
}

.collection-sortby-selected{
  border-radius: 0;
  border: 1px solid #BFBFBF;
}

.collection-sortby-selected svg:nth-child(1){
  display: none;
}

.fs-collection-grid .sidebar_headingbox{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fs-collection-grid .yv-filter-sidebar .yv-collection-filter{
  padding: 0;
  padding-top: 30px;
  border: none;
}

.fs-collection-grid .yv-filter-sidebar + .yv-products-list{
  border: none;
}

.fs-collection-grid .sidebar_headingbox .heading{
  color: #000;
  font-family: var(--fs-heading-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fs-collection-grid .sidebar_headingbox .clear_link{
  color: rgba(0, 0, 0, 0.50);
  font-family: var(--fs-body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

.fs-collection-grid .sidebar_headingbox{
  padding-bottom: 16px;
  margin-bottom: 23px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}

.fs-collection-grid .yv-filter-name{
  border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}

.fs-collection-grid .yv-filter-title{
  color: #000;
  font-family: var(--fs-body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fs-collection-grid .yv-filter-item{
  padding-left: 20px;
}
.fs-collection-grid .yv-filter-item .checkmark{
  width: 13px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.fs-collection-grid .yv-filter-item input:checked ~ .checkmark{
  border-radius: 2px;
  border: 1px solid #000;
  background: #1C2770;
}

.fs-collection-grid .yv-filter-item input:checked ~ .checkmark::after{
  content: none;
}

.fs-collection-grid #slider-round .noUi-connect{
  background: #1C2770;
}

.fs-collection-grid #slider-round .noUi-handle{
  border: 3px solid #1C2770;
  background: #1C2770;
}

.fs-collection-grid .yv-collections-topbar .yv-left-sidebar{
  display: none;
}

.fs-collection-grid .yv-collections-topbar{
  justify-content: flex-end;
}

.yv-collections-topbar .yv-right-sidebar{
  max-width: fit-content;
  flex: auto;
}

.yv-collections-topbar .yv-left-sidebar {
  max-width: fit-content;
  flex: auto;
  border-right: none;
  padding-right: 0;
}

.yv-collections-topbar .yv-filter-sidebar-heading{
  border-radius: 0;
  border: 1px solid #BFBFBF;
  color: var(--colorTextBody);
  font-size: 14px;
  font-weight: 700;
}

.yv-collections-topbar .yv-filter-sidebar-heading svg{
  width: 16px;
  height: 6px;
}

.yv-collections-topbar .filter-heading-wrapper{
  justify-content: flex-end;
}

.yv-collections-topbar .yv-filter-sidebar-heading{
  display: flex;
  gap: 5px;
}

.yv-collections-topbar .yv-collections-topbar-sticky{
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .fs-collection-grid .yv-product-card {
    padding-inline: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .fs-collection-grid .yv-collections-topbar .yv-left-sidebar{
    display: block;
  }

  .fs-collection-grid .yv-filter-sidebar .yv-collection-filter{
    padding: 0px 20px 150px;
  }

   .fs-collection-grid .filter-heading{
     justify-content: flex-end;
   }

  .fs-collection-grid .filter-heading h4{
    display: none;
  }

  .fs-collection-grid .close-filter{
    background-color: transparent;
    border: 1px solid #000;
  }
  .fs-collection-grid .close-filter svg{
    stroke: #000;
  }
}

@media only screen and (max-width: 768px) {
  .yv-collections-topbar .yv-collections-topbar-sticky{
    box-shadow: none;
  } 
}

@media screen and (max-width: 575px) {
  .fs-collection-grid .yv-product-card .yv-product-title {
    width: 100%;
  }
  .fs-collection-grid .yv-collection-product-grid .yv-product-card {
    max-width: 45%;
    width: 45%;
    padding-inline: 7px;
  }
}


.fs-product-image-banner.fs-image-banner .fs-imgbanner-title{
  font-size: 64px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 22px;
  max-width: 460px;
}

.fs-product-image-banner.fs-image-banner .fs-imgbanner-content {
  padding-block: 80px 45px;
}

.fs-product-image-banner.fs-image-banner{
  background-blend-mode: normal;
}

#yvProductStickyBar{
  z-index: 15;
}

.fs-multicolumn-product.fs-multicolumn-slider .section-heading-title{
  margin-bottom: 26px;
}

.fs-multicolumn-product.fs-multicolumn-slider .yv-multicolumn-img{
  background: transparent;
}

@media only screen and (max-width: 768px) {
  .fs-product-image-banner.fs-image-banner .fs-imgbanner-title{
    font-size: 30px;
    max-width: 220px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 460px) {
  .fs-product-image-banner.fs-image-banner .fs-imgbanner-row{
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .fs-product-image-banner.fs-image-banner .fs-imgbanner-content {
    padding-block: 55px 10px;
  }
  .fs-product-image-banner.fs-image-banner {
    background: url("/cdn/shop/files/Group_33_0bd27de4-8f55-4bcc-b64d-5fab86d4e560.png?v=1759570347") no-repeat 95% 60% / 100%, linear-gradient(163deg, #000 28.48%, #225ED8 114.02%);
  } 
}

@media only screen and (max-width: 380px) {
  .fs-product-image-banner.fs-image-banner .fs-imgbanner-img img {
    transform: none;
  }
}

/* product details sections css start */

.fs-product-details .main-slider-wrapper{
  border-radius: 10px;
  border: 0.744px solid rgba(0, 0, 0, 0.31);
  background: #F6F6F6;
  /* aspect-ratio: 1/1; */
}

.slider-desktop-height-fixed .yv-product-slider-item .image-wrapper img{
  padding: 15px 0px 150px;
}

/* .fs-product-details .flickity-viewport,
.fs-product-details .data-main-slider{
  aspect-ratio: 1/1;  
  height: auto !important;
} */

.fs-product-details.main-product-slider-wrapper,
.fs-product-details .yv-product-slider-wrapper{
  border: none;
}

.fs-product-details .yv-product-detail-title{
  color: #000;
  font-family: var(--fs-body-font);
  font-size: 24.681px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fs-product-details .yv-product-price{
  color: #000;
  font-family: var(--fs-body-font);
  font-size: 24.681px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.fs-product-details .select-size {
  display: grid; 
  grid-template-areas: 
    "label chart"
    "variants variants";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.fs-product-details .select-size .yv-variant-title {
  grid-area: label;
  color: #000;
  font-family: var(--fs-body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.fs-product-details .select-size .product-loop-variants {
  grid-area: variants;
  justify-content: flex-start;
  gap: 40px;
  row-gap: 20px;
}

.fs-product-details .select-size .sizeChart-label {
  grid-area: chart;
  margin-left: auto;
  color: #000;
  font-family: var(--fs-body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 5px;
}

.fs-product-details .select-size .sizeChart-label svg{
  width: 24px;
  height: 24px;
}

.fs-product-details .select-size .size__option {
  margin: 0;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-family: var(--fs-body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  padding: 7px;
}

.fs-product-details .select-size .size__option:has(input:checked){
  border: 1px solid #000;
}

.fs-product-details .select-size .size__option .option::after{
  content: none;
}

.fs-product-details .yv-product-quantity{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
}

.fs-product-details .yv-product-quantity .yv-variant-title{
  color: #000;
  font-family: var(--fs-body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 0;
}

.fs-product-details .yv-product-quantity .quantity{
  max-width: 150px;
  height: 50px;
  margin-bottom: 0;
}

.fs-product-details .yv-product-quantity .quantity input{
  padding: 16px 35px;
  border: 1px solid #BFBFBF;
}

.fs-product-details .yv-checkout-btn-full-width .add_to_cart.button{
  max-width: calc(100% - 150px - 20px);
  width: 100%;
  margin-bottom: 0;
  color: #FFF;
  text-align: center;
  font-family: var(--fs-body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border: 1.094px solid #000;
  background: #000;
}

.fs-product-details .product_atc_button_wrapper{
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 20px;
  /* margin-bottom: 30px; */
}

.fs-product-details shopify-payment-terms{
  display: none !important;
}

.fs-product-details .product-loop-variants .variant_option input:checked + .option{
  background: transparent;
  color: #000;
}

.fs-product-details .product-detail-slider .yv-product-small-slider .yv-product-slider-item{
  width: 93px;
  height: 87px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 0.744px solid transparent;
  background: #F6F6F6;
}

.fs-product-details .yv-product-small-slider-container{
  height: 100px;
}

.fs-product-details .product-detail-slider .yv-product-small-slider .yv-product-slider-item.is-selected{
  border: .744px solid #000;
}

.fs-product-details .yv-product-small-slider-container{
  max-width: 400px;
}

.fs-product-details .data-main-slider .flickity-button {
  width: 56px;
  height: 56px;
  border: 1px solid #000;
  background: transparent;
}

.fs-product-details .data-main-slider .flickity-button svg {
    display: none;
}

.fs-product-details .data-main-slider .flickity-button:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(/cdn/shop/files/left-arrow.svg?v=1758704499) no-repeat center / contain;
}

.fs-product-details .data-main-slider .flickity-button.next:after {
    transform: rotate(180deg);
}

.fs-product-details .yv-main-product-detail.slider-product-detail{
  padding: 0 8px 0 36px;
}

.fs-product-details .options-style-horizontal .product-option-selector{
  padding: 16px 0 0;
}

.fs-product-details .product_button{
  margin-top: 50px;
  margin-bottom: 0;
}


@media only screen and (max-width: 768px) {
  .fs-product-details .product_button{
    margin-top: 30px;
  }
  .fs-product-details .yv-main-product-detail.slider-product-detail{
    padding: 50px 0 0;
  }
  .fs-product-details .options-style-horizontal .product-option-selector,
  .yv-main-product-detail > div {
    padding: 0 20px;
  }
  .fs-product-details .content-divider-mobile-none .yv-main-product-detail .yv-checkout-btn{
    padding: 0 !important;
  }
  .fs-product-details .yv-product-detail-title{
    font-size: 16.664px;
  }
  .fs-product-details .yv-product-price{
    font-size: 16.664px;
  }
  .fs-product-details  .yv-pricebox-outer{
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23);;
  }

  .fs-product-details .yv-prizebox{
    margin-bottom: 22px;
  }
  .fs-product-details .select-size .yv-variant-title{
    font-size: 12px;
  }
  .fs-product-details .select-size .sizeChart-label{
    font-size: 12px;
  }
  .fs-product-details .select-size .product-loop-variants{
    gap: 30px;
    row-gap: 15px;
  }
  .fs-product-details .select-size .sizeChart-label svg{
    height: 12px;
    width: 12px;
  }
  .fs-product-details .select-size{
    gap: 14px;
  }
  .fs-product-details .product_atc_button_wrapper{
    gap: 15px;
  }
  .fs-product-details .yv-product-quantity .quantity{
    max-width: 115px;
    height: 40px;
  }
  .fs-product-details .yv-checkout-btn-full-width .add_to_cart.button{
    max-width: calc(100% - 115px - 15px);
    height: 40px;
    font-size: 12.153px;
  }
  .fs-product-details .product_atc_button_wrapper{
    margin-bottom: 0;
  }
  .fs-product-details .pf-delivery-wrapper{
    margin: 22px 20px;
    padding: 0 14px;
  }
  .fs-product-details .accordion-container{
    padding: 0 20px;
    display: block;
    margin-top: 30px;
  }

  .fs-product-details .main-slider-wrapper{
    margin: 0 18px;
  }

  .slider-desktop-height-fixed .yv-product-slider-item .image-wrapper img{
    padding: 15px 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .fs-product-details .yv-main-product-detail .yv-product-quantity{
    margin-bottom: 0px;
  }
}

/* product details sections css end */

.pf-icon-wrapper {
  display: grid;
  gap: 20px;
  /* justify-content: space-between; */
  margin-top: 38px;
  margin-bottom: 51px;
}

.pf-icon-wrapper ~ .pf-icon-wrapper {
  display: none;
}

.pf-icon-wrapper .imgbox{
  border-radius: 50%;
  overflow: hidden;
  background: #000000;
  width: 73px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.pf-icon-wrapper .pf-icon {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.pf-icon-wrapper .pf-icon-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 12px;
}


.pf-icon-wrapper .pf-icon-box .pf-head {
  color: #000;
  text-align: center;
  font-family: var(--fs-body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 150px;
  margin: 0 auto;
}

@media only screen and (max-width:1399px) {
  .pf-icon-wrapper {
      gap: 0;
      justify-content: space-between;
  }
}

@media only screen and (max-width:560px) {
    .pf-icon-wrapper .imgbox {
      width: 50px;
    }
    .pf-icon-wrapper{
      margin-bottom: 40px;
    }

    .pf-icon-wrapper .pf-icon-box {
      gap: 4px;
      flex-shrink: 1;
    }

    .pf-icon-wrapper .pf-icon-box .pf-head {
        font-size: 9px;
        max-width: 100px;
        margin-inline: auto;
    }
}


/* complete section */

.complete-look .pf-head {
    color: #000;
    font-family: var(--fs-heading-font);
    font-size: 32.855px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 12px;
}

.complete-look .product-list {
    border: 1px solid #AEAEAE;
    margin: 0;
}

.complete-look .product-item {
    display: flex;
    align-items: flex-start;
    padding: 10px 27px 10px 13px;
    border-bottom: 1px solid #AEAEAE;
}

.complete-look .product-item:last-child {
    border-bottom: none;
}

.complete-look .product-item .checkbox {
  width: 14px;
  height: 14px;
  margin: auto;
  margin-right: 13px;
  cursor: pointer;
}

.complete-look .product-list .product-imag img {
    width: 73px;
    height: 73px;
    margin-right: 13px;
    object-fit: contain;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.product-info {
    flex: 1;
}

.complete-look .product-title {
    max-width: 269px;
    color: #000;
    font-family: var(--fs-body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.complete-look .product-price {
    color: #000;
    text-align: right;
    font-family: var(--fs-body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: auto;
}

@media only screen and (max-width: 768px) {
  .complete-look{
    display: block;
    padding: 0 20px;
  }
}



/* <!-- delivery ariea --> */
.pf-delivery-wrapper {
    display: flex;
    align-items: center;
    gap: 21px;
    margin-top: 35px;
    margin-bottom: 26px;
    border-radius: 9.519px;
    background: rgba(28, 39, 112, 0.13);
    padding: 13px 22px;
}

.pf-delivery-wrapper .pf-del-text {
    color: #000;
    font-family: var(--fs-body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

@media (max-width: 575px) {
    .complete-look .pf-head {
        font-size: 22px;
    }

    .complete-look .product-title,
    .complete-look .product-price {
        font-size: 11px;
    }

    .pf-delivery-wrapper .pf-del-text {
        font-size: 11px;
    }
}


/* accordian */
.accordion-container {
    margin-top: 50px;
}

.accordion-container .accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.accordion-container .accordion-item:last-child {
    border-bottom: none;
}

.accordion-container .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0;
    cursor: pointer;
    user-select: none;
}


.accordion-container .accordion-title {
    color: #000;
    font-family: var(--fs-body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.accordion-container .accordion-icon.active {
    transform: rotate(180deg);
}


.accordion-container .accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    background: white;
}

.accordion-container .accordion-content .accordion-text {
    padding: 0 20px 20px 0;
    color: #666;
    line-height: 1.5;
    font-size: 14px;
}


.chevron-down.active {
    transform: rotate(180deg);
}

@media only screen and (max-width:575px) {
   .accordion-container .accordion-title{
    font-size: 12px;
   } 
   .accordion-container .accordion-header{
    padding: 12px 0;
   }
}

.yv-product-card .yv-product-card-img .yv-product-grid-form .Sd_addProduct{
  padding: 10px 20px;
  background-color: #000;
  color: #FFF;
  font-family: var(--fs-body-font);
  font-size: 15.05px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.yv-product-card .yv-product-card-img .yv-product-grid-form .Sd_addProduct span{
  color: #FFF;
}

/* testimonial section */
.pf-testimonial-section {
    padding-top: 113px;
    padding-bottom: 75px;
}

.pf-testimonial-section .pf-head {
    text-align: center;
    color: #000;
    font-family: var(--fs-heading-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3px;
}

.pf-testimonial-section .pf-paragraph {
    color: #000;
    text-align: center;
    font-family: var(--fs-body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pf-testimonial-section .pf-testimonial-card-wrapper {
    margin-top: 46px;
}

.pf-testimonial-section .swiper-slide {
    max-width: 586px;
}

.pf-testimonial-section .pf-testimonial-card-wrapper .pf-testimonial-card {
    padding: 15px 15px 24px 21px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #F2F2F2;
    display: flex;
    gap: 20px;
}

.pf-testimonial-section .pf-testimonial-card-wrapper .pf-left img {
    width: 172px;
    aspect-ratio: 172 / 220;
    background-size: cover;
    border-radius: 10px;
}

.pf-testimonial-section .pf-right .pf-star {
    display: flex;
    gap: 2px;
}

.pf-testimonial-section .pf-right .pf-card-head {
    color: #000;
    font-family: var(--fs-body-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 9px;
    margin-top: 11px;
}

.pf-testimonial-section .pf-right .pf-card-body {
    color: #000;
    font-family: var(--fs-body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 309px;
    margin-bottom: 25px;
}

.pf-testimonial-section .pf-testimonial-author {
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 47.872px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.83);
    width: fit-content;
    padding: 5px 29px 6px 9px;
}

.pf-testimonial-section .pf-testimonial-author span {
    background: #4BE150;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pf-testimonial-section .pf-testimonial-author .pf-author-name {
    color: #000;
    font-family: var(--fs-body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.pf-testimonial-section .pf-navigation {
    display: flex;
    gap: 26px;
    margin-top: 28px;
    justify-content: center;
}

.pf-testimonial-section .pf-testimonial-wrapper .swiper-slide{
    opacity: 0.5;
}

.pf-testimonial-section .pf-testimonial-wrapper .swiper-slide-active{
    opacity: 1;
}

.pf-testimonial-section .pf-navigation .pf-next,
.pf-testimonial-section .pf-navigation .pf-prev {
    border: 1px solid #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width:575px) {
    .pf-testimonial-section{
        padding-top: 69px;
        padding-bottom: 43px;
    }
    .pf-testimonial-section .pf-head {
        font-size: 30px;
    }

    .pf-testimonial-section .pf-paragraph {
        font-size: 10px;
        margin-bottom: 0;
    }

    .pf-testimonial-section .pf-testimonial-card-wrapper {
        margin-top: 28px;
    }

    .pf-testimonial-section .pf-right .pf-card-head {
        font-size: 12px;
        margin-top: 6px;
        margin-bottom: 4px;
    }

    .pf-testimonial-section .pf-right .pf-card-body {
        font-size: 10px;
        max-width: 206px;
        margin-bottom: 15px;
    }

    .pf-testimonial-section .pf-testimonial-card-wrapper .pf-left img {
        width: 105px;
    }

    .pf-testimonial-section .pf-testimonial-author .pf-author-name {
        font-size: 10px;
    }

    .pf-testimonial-section .pf-testimonial-author span {
        width: 19px;
        height: 19px;
        padding: 6px;
    }

    .pf-testimonial-section .pf-testimonial-author {
        padding: 3px 17px 3px 6px;
        gap: 6px;
    }

    .pf-testimonial-section .swiper-slide {
        max-width: 360px;
    }

    .pf-testimonial-section .pf-right .pf-star svg {
        width: 14px;
        height: 14px;
    }

    .pf-testimonial-section .pf-navigation .pf-next,
    .pf-testimonial-section .pf-navigation .pf-prev {
        width: 36px;
        height: 36px;
    }
    .pf-testimonial-section .pf-navigation{
        gap: 16px;
    }
    .pf-testimonial-section .pf-navigation .pf-next svg,
    .pf-testimonial-section .pf-navigation .pf-prev svg{
        width: 16px;
        height: 16px;
    }
}

/* fs product gallery start */
.fs-product-gallery {
  display: block;
  width: 100%;
  height: 554px;
  border-radius: 10px;
  border: 0.744px solid rgba(0, 0, 0, 0.31);
  background: #f6f6f6;
  padding: 20px;
  position: relative;
}
.fs-product-gallery .product_mobile_icon {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 10;
  display: flex;
  display: block;
  width: clamp(60px, 25% ,120px);
  aspect-ratio: 1;
}

.fs-product-gallery, .fs-product-gallery * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.fs-product-gallery .main-slider {
  display: block;
  width: 100%;
  height: calc(100% - 20px - 90px - 30px);
  margin-bottom: 30px;
}
.fs-product-gallery .main-slider .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-product-gallery .main-slider .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.fs-product-gallery .main-slider .swiper-button-next,
.fs-product-gallery .main-slider .swiper-button-prev {
  width: 56px;
  height: 56px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-product-gallery .main-slider .swiper-button-next::after,
.fs-product-gallery .main-slider .swiper-button-prev::after {
  content: none;
}
.fs-product-gallery .main-slider .swiper-button-next svg,
.fs-product-gallery .main-slider .swiper-button-prev svg {
  width: 20px;
  height: 20px;
}
.fs-product-gallery .thumb-slider {
  display: block;
  width: 392px;
  height: 90px;
}
.fs-product-gallery .thumb-slider .swiper-slide {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  background: #f6f6f6;
  border: 0.744px solid transparent;
  transition: all 0.3s ease-in-out;
}
.fs-product-gallery .thumb-slider .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.fs-product-gallery .thumb-slider .swiper-slide.swiper-slide-thumb-active {
  border: 0.744px solid #000;
}
@media only screen and (max-width: 992px) {
  .fs-product-gallery {
    width: 100%;
    height: auto;
    border: none;
    background: none;
    padding: 0 20px;
  }
  .fs-product-gallery .logo {
    display: none;
  }
  .fs-product-gallery .main-slider {
    width: 100%;
    height: 375px;
    border-radius: 6.017px;
    border: 0.448px solid rgba(0, 0, 0, 0.31);
    background: #f6f6f6;
    margin-bottom: 15px;
    padding: 30px;
  }
  .fs-product-gallery .main-slider .swiper-button-next,
  .fs-product-gallery .main-slider .swiper-button-prev {
    display: none;
  }
  .fs-product-gallery .thumb-slider {
    width: 252px;
    height: 55px;
  }
  .fs-product-gallery .thumb-slider .swiper-slide {
    width: 55px;
    height: 55px;
  }

  .fs-product-details .product-loop-variants .option{
    padding: 10px 0;
  }
}

/* fs product gallery end */

.fs-product-details .fs_signed_badge{
  width: 100%;
  max-width: 250px;
}

.fs-product-details .fs_signed_badge_heading {
  color: #000;
  font-family: var(--fs-body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0 0;
}

.fs-authentication-section .section-heading-title {
  font-size: 48px;
  margin-bottom: 0;
}

.product-recommendations.fs-tabbed-collection .yv-recent-product-grid .yv-product-card{
  width: 25%;
}

.product-recommendations.fs-tabbed-collection .flickity-button.previous{
  left: unset;
}

.product-recommendations.fs-tabbed-collection .flickity-button.next{
  right: 10px !important;
}

.product-recommendations.fs-tabbed-collection .flickity-button{
  top: -45px !important;
}

.product-recommendations.fs-tabbed-collection .yv-product-hover-slider:hover .main-slider-wrapper{
  opacity: 0;
}

.fs_custom_megamenu_row{
  display: flex;
  flex-wrap: wrap;
}

.fs_custom_megamenu_row .fs_custom_megamenu_column{
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .fs-product-gallery .product_mobile_icon {
    right: 0;
  }
  .fs-product-details .fs_signed_badge_heading {
    font-size: 12px;
    margin: 10px 0 0;
    padding: 0 20px;
  }
  .fs-authentication-section .section-heading-title {
    font-size: 24px;
  }
  .fs-authentication-section .text-content p{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .fs-authentication-section .text-content .section-heading {
    margin-bottom: 10px;
  } 

  .fs-authentication-section .yv-imgbox-container{
    margin-bottom: 10px;
  }
}

.fs-flowting-timer-collection .yv-new-arrival-slider-header,
.fs-flowting-timer-collection .yv-new-arriavl-imgbox{
  display: none;
}

.fs-flowting-timer-collection.featured-collection-fullwidth .yv-new-arrival-sliderbox{
  margin-top: 0;
}

.shopify-section:has(.fs-flowting-timer-collection){
  margin-top: -60px;
  position: relative;
  z-index: 5;
  background: transparent !important; 
}

.image-banner-section .yv-image-banner-wrapper.fs-no-media .yv-image-banner-heading{
  color: #000 !important;
}
@media only screen and (max-width: 768px){
.shopify-section:has(.fs-flowting-timer-collection){
  margin-top: -100px;
}
}

.yv-filter-name.list:not(:has(li)) {
  display: none;
}
.yv-filter-content-list:not(:has(li)) + .filters-expand {
  display: none;
}



/* megamenu css start */

.site-nav--is-megamenu.site-nav__item {
  position: static;
}

.megamenu {
  padding: 52px 0;
  line-height: 1.8;
  max-height: 70vh;
  overflow-y: auto;
}

.megamenu__wrapper {
  display: flex;
  align-items: flex-start;
}

/* Up to 2 promos */
.megamenu__promo {
  flex: 0 0 20%;
  text-align: center;
  padding-left: 30px;

  @nest html[dir="rtl"] & {
    padding-left: 0;
    padding-right: 30px;
  }
}

.megamenu__promo--mobile {
  padding: 0;
}

.megamenu__promo-link {
  display: block;
  padding: 0;
  color: #000 !important;
}

.megamenu__promo-link:hover{
  color: #000 !important;
  text-decoration: underline;
}

.megamenu__promo-image {
  margin-bottom: 15px;
}

.megamenu__cols {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
}

.megamenu__col {
  flex: 1 1 auto;
  break-inside: avoid;
}

.megamenu__link-label {
  position: relative;
  display: inline-block;

  &:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid currentColor;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: 0.5s ease;
  }

  @nest a:hover &:after {
    transform: scaleX(1);
  }
}

.megamenu__col-title a {
  font-weight: bold;
  font-size: calc(var(--typeBaseSize) + 1px);
}


.site-nav--is-megamenu details[open] .appear-animation {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 0.5s;
}


.site-nav {
  margin: 0;
}

.site-navigation {
  @nest .text-center & {
    margin: 0 auto;
  }

  @nest .header-layout--left & {
    padding-left: calc($gutter / 3);
  }
}

.site-nav--icons {
  display: flex;
  align-items: center;
}

.site-nav__icons {
  white-space: nowrap;
  font-size: 0;
}

.site-nav__item {
  position: relative;
  display: inline-block;
  margin: 0;

  & li {
    display: block;
  }

  & .icon-chevron-down {
    width: $desktopMenuChevronSize;
    height: $desktopMenuChevronSize;
  }
}

.site-nav__link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: calc($siteNavItemPadding / 2) $siteNavItemPadding;
  white-space: nowrap;
  color: $colorNavText;

  @nest .site-header--heading-style & {
    @mixin headerFontStack;
  }

  &:hover {
    color: $colorNavText;
  }

  @nest .is-light & {
    color: $colorStickyNavLinks;

    &:hover {
      color: $colorStickyNavLinks;
    }
  }

  @nest .site-nav--has-dropdown > & {
    position: relative;
    z-index: calc($zindexNavDropdowns + 1);
  }

  & .icon-chevron-down {
    margin-left: 5px;
  }

  @media (--medium-down) {
    padding: calc($siteNavItemPadding / 2);

    @nest .header-layout--center & {
      padding-left: 2px;
      padding-right: 2px;
    }
  }
}

/*Keep active state on parent dropdown link*/
.site-nav--has-dropdown {
  z-index: calc($zindexNavDropdowns + 1);

  /*Force on top of other dropdowns when active*/
  &:hover,
  &.is-focused {
    z-index: calc($zindexNavDropdowns + 2);
  }
}

.site-nav--has-dropdown > details[open] > summary {
  color: $colorTextBody !important;
  background-color: $colorBody;
  opacity: 1;
  transition: none;
  position: relative;

  &:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 45px;
    bottom: -5px;
    display: block;
    background-color: $colorBorder;
    height: 1px;
    z-index: calc($zindexNavDropdowns + 1);
  }
}

.site-nav__link--icon {
  font-size: 0;
  padding-left: $siteNavIconPadding;
  padding-right: $siteNavIconPadding;

  @media (--small) {
    padding-left: calc($siteNavItemPadding / 2);
    padding-right: calc($siteNavItemPadding / 2);

    & + .site-nav__link--icon {
      margin-left: -3px; /*~amount of inline-block space*/
    }
  }

  & .icon {
    width: $desktopMenuIconSize;
    height: $desktopMenuIconSize;

    @media (--small) {
      width: $mobileMenuIconSize;
      height: $mobileMenuIconSize;
    }
  }
}

.site-nav__details {
  cursor: pointer;
}

/*================ Third level dropdown ================*/
.site-nav__deep-dropdown {
  background-color: $colorBody;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  z-index: $zindexNavDropdowns;
  transform: translate3d(-12px, 0, 0);

  /*Last menu item is anchored to right if
    - center aligned menu*/
  @nest .header-layout--center .site-nav__item:last-child & {
    left: auto;
    right: 100%;
  }

  @nest details[open] > & {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
  }

  &:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.09), transparent);
    pointer-events: none;

    /*Reverse box shadow on submenus if
      - center aligned menu*/
    @nest .header-layout--center .site-nav__item:last-child & {
      left: auto;
      right: 0;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.09), transparent);
    }
  }
}

/*Rotate to face right*/
.site-nav__deep-dropdown-trigger .icon-chevron-down {
  position: absolute;
  top: 50%;
  right: 10px;
  width: $desktopMenuChevronSize;
  height: $desktopMenuChevronSize;
  transform: rotate(-90deg) translateX(50%);
}

/*================ Mobile navigation ================*/
.mobile-nav {
  /*Negative of .drawer left/right padding for full-width link tap area*/
  margin: calc(-$gutter / 2) calc(-$gutter / 2) 0 calc(-$gutter / 2);

  & li {
    margin-bottom: 0;
    list-style: none;
  }
}

.mobile-nav__search {
  padding: calc($gutter / 2);
}

.mobile-nav__item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;

  /*Background color on top level items so there is no
  element overlap on subnav's CSS toggle animation*/
  @nest .mobile-nav > & {
    background-color: $colorDrawers;
  }

  &:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc($gutter / 2);
    right: calc($gutter / 2);
    border-bottom: 1px solid;
    border-bottom-color: $colorDrawerBorder;
  }

  @nest .mobile-nav > &:last-child:after {
    display: none;
  }
}

/*Login/logout links can't have a class on them, so style <a> element*/
.mobile-nav__item a:not(.megamenu__promo-link),
.mobile-nav__item .mobile-nav__faux-link {
  display: block;
  font-size: 19px;
  @media (--medium-up) {
    font-size: 24px;
  }
}

.mobile-nav__item a,
.mobile-nav__item .mobile-nav__faux-link,
.mobile-nav__toggle button {
  color: $colorDrawerText;
  padding: 15px calc($gutter / 2);
  text-decoration: none;

  &:active {
    color: $colorDrawerTextDarken;
  }

  &:active {
    background-color: $colorDrawersDim;
  }
}

.mobile-nav__child-item {
  display: flex;
}

.mobile-nav__item--secondary {
  & a {
    font-size: 15px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  &:after {
    display: none;
  }
}

.mobile-nav__spacer {
  height: 0;
  padding: 5px;
}

.mobile-nav__has-sublist {
  position: relative;
  display: table;
  width: 100%;

  & .mobile-nav__link {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
}

.mobile-nav__link--button {
  width: 100%;
  text-align: left;
  padding: 0;
}

.mobile-nav__link--button-small {
  width: auto;

  & .collapsible-trigger__icon {
    right: -10px;
  }
}

.mobile-nav__toggle {
  display: table-cell;
  vertical-align: middle;
  width: 1%;

  & .icon {
    width: 16px;
    height: 16px;
  }
}

.mobile-nav__sublist {
  margin: 0;

  & .mobile-nav__item:after {
    top: 0;
    bottom: auto;
    border-bottom: none;
  }

  & .mobile-nav__item:last-child,
  & .megamenu__promo--mobile:last-child {
    padding-bottom: calc($gutter / 2);
  }

  & .mobile-nav__link,
  & .mobile-nav__faux-link {
    @mixin baseFontStack;
    font-weight: normal;
    padding: calc($gutter / 4) 25px calc($gutter / 4) $gutter;
    font-size: var(--typeBaseSize);
  }
}

.mobile-nav__grandchildlist {
  margin: 0;

  & .mobile-nav__item:last-child {
    padding-bottom: 0;
  }

  & .mobile-nav__link {
    padding-left: calc($gutter * 1.5);
  }
}

.mobile-nav__social {
  margin: 10px 0 15px -5px;

  & li {
    margin-right: 10px;
    display: inline-block;
  }

  & a {
    padding: 10px 5px;
  }

  & .icon {
    width: 24px;
    height: 24px;
  }
}

/*================ Cart bubble for items in cart ================*/
@media (--medium-up) {
  .site-nav__link--icon .icon {
    width: 28px;
    height: 28px;
  }
}

.cart-link {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.cart-link__bubble {
  display: none;
}

.cart-link__bubble--visible {
  display: block;
  position: absolute;
  top: 0;
  right: -4px;
  width: 15px;
  height: 15px;
  background-color: $colorCartDot;
  border: 2px solid;
  border-color: $colorBody;
  border-radius: 50%;

  /*Slight position change with cart icon*/
  @nest [data-icon="bag"] & {
    top: 50%;
    right: 0;
  }
  @nest [data-icon="bag-minimal"] & {
    top: 50%;
    right: 0;
  }
}

.breadcrumb {
  font-size: 13px;
  margin-bottom: $gutter;

  @media (--small) {
    font-size: 11px;
    margin-bottom: calc($gutter / 2);
  }
}

.breadcrumb__divider {
  color: currentColor;
}

.megamenu__col_left .megamenu__col-title .site-nav__dropdown-link {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.megamenu__wrapper_new .megamenu__col-title.active{
  background-color: #FFF;
}



@media screen and (min-width: 769px) {
  .hide_in_desktop {
    display: none;
  }
  .megamenu__cols_new .megamenu__col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .megamenu__cols_new .megamenu__col_new:not(.active) {
    display: none;
  }
  .megamenu__cols_new .megamenu__col .megamenu_cols {
    flex-grow: 1;
    width: 100%;
    padding: 0 15px;
    max-width: calc(100% / 4);
  }
  .megamenu__wrapper_new {
    background: #f0f0f0;
    padding: 10px;
    width: 100%;
  }
  .megamenu__col_right {
    background: #fff;
    padding: 20px;
  }
  .megamenu__wrapper_new .megamenu__col-title:not(.active) a {
    background: transparent;
  }
  .megamenu__wrapper_new .megamenu__col-title:not(:last-child) a {
    border-bottom: 3px solid #fff;
  }
  .megamenu__wrapper_new .megamenu__col-title .megamenu__link-label:after {
    content: none;
  }

  .megamenu__row {
    width: 100%;
    display: flex;
  }

  .megamenu__col_left {
    width: 25%;
  }
  .megamenu__col_right {
    width: 75%;
  }

  .megamunu_col_links .site-nav__link {
    color: #000 !important;
    padding: 0 !important;
  }
  .megamenu__col_new .megamenu__col-title a {
    padding: 0;
  }
  .megamenu__col_new .megamenu__col-title {
    margin-bottom: 5px;
  }
  .megamunu_col_links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .megamunu_col_links .site-nav__link + .site-nav__link {
    margin-top: 5px;
  }
}

.countdown__background-image-wrapper image-element, .fading-images__item-wrapper image-element, .grid__image-ratio image-element, .image-wrap:not(.image-wrap__thumbnail) image-element, .social-section__image-wrapper image-element, .svg-mask image-element {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.megamenu__wrapper .image-wrap{
  overflow: hidden;
  position: relative;
}

.megamenu__wrapper .image-wrap img{
  height: 100%;
  border-radius: 12px;
}

.megamenu__wrapper_new .megamenu__col-title a {
  display: block;
}

.megamenu__link-label {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
}

.megamenu__link-label img {
    width: 26px;
}
.mobile-nav__faux-link {
    display: flex !important;
    align-items: center;
    gap: 10px;
}
.mobile-nav__faux-link img {
    width: 26px;
}
.megamenu__col_left .megamenu__col-title .site-nav__dropdown-link {
    text-decoration: none;
}
.site-nav__link[disabled] {
    opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.megamunu_col_links .site-nav__link {
    width: 100%;
    white-space: normal;
}

.megamenu__col_right .megamenu__col-title{
  display: none;
}

.megamenu__col_right .megamenu_cols .megamenu__col-title{
  display: block;
}

.megamenu__col_right .megamenu_cols a{
  color: #000 !important;
}

.lb-upsell-ppa-card-cont .hydrated .lb-spc-cont {
    max-width: 100% !important;
}

lb-upsell-product-page-addon .lb-upsell-ppa-offer-desc {
  display: none;
}

lb-upsell-product-page-addon .lb-upsell-ppa-title {
    font-size: 32px;
}

.side-menu .nav-item.dropdown .inner.child li .toggle-level{
  display: flex;
  align-items: center;
  gap: 10px;
}

.side-menu .nav-item.dropdown .inner.child li .toggle-level > img{
  width: 32px;
  height: 32px;
}

.side-menu .nav-item.dropdown .grandchild .grandchild{
  opacity: 1;
  visibility: visible;
  display: block !important;
}

@media only screen and (max-width: 768px){
  .toggle-level.shelby > img{
    filter: invert(1)
  }
}


.fs-image-banner .fs-imgbanner-title {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 0;
}

.fs-image-banner .fs-imgbanner-title span.color {
  opacity: 0;
  transform: translateY(25px);
  color: var(--color, #fff);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fs-image-banner .fs-imgbanner-title.animate span.color {
  opacity: 1;
  transform: translateY(0);
}

.fs-image-banner .fs-imgbanner-title.animate span.color:nth-of-type(1) { transition-delay: 0.1s; }
.fs-image-banner .fs-imgbanner-title.animate span.color:nth-of-type(2) { transition-delay: 0.4s; }
.fs-image-banner .fs-imgbanner-title.animate span.color:nth-of-type(3) { transition-delay: 0.7s; }
.fs-image-banner .fs-imgbanner-title.animate span.color:nth-of-type(4) { transition-delay: 1s; }

fs-multicolumn-slider,
fs-multicolumn-slider *{
  user-select: none;
}

sound-btn{
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  z-index: 999;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear 350ms;
}

sound-btn:hover{
  background: #0000004F;
}

sound-btn,
sound-btn *{
  cursor: pointer;
}

sound-btn[sound="true"] .icon-mute{
  display: none;
}

sound-btn[sound="false"] .icon-sound{
  display: none;
}

.side-menu .social-links ul li svg path{
  fill: white;
}

.side-menu .country-dropdown-item{
  padding: 4px 30px 4px 0px;
}

.product-view-detail{
  width: 50%;
}
.product-view-name{
  width: calc(100% - 40px);
}
.product-view-name h5{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {
  .product-view-wrapper {
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .collection-sort-elements #sort__list li.sort-heading{
    display: none !important;
  }

  .collection-sort-elements #sort__list{
    position: absolute !important;
    top: 100%;
    transform: translate(0px, 5px);
    background-color: #FFF;
    height: fit-content;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
  }

  .collection-sort-elements #sort__list.active{
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 480px) {
    .product-view-wrapper .yv-prizebox {
        display: block;
    }
}