/** Shopify CDN: Minification failed

Line 4128:25 Expected ":"

**/
body{
    position: static !important;
}
.fancybox__container {
    --fancybox-color: #333;
    --fancybox-bg: #fff;
  
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  }
  
  .fancybox__nav {
    --f-button-next-pos: 12px;
    --f-button-prev-pos: 12px;
  
    --f-button-width: 48px;
    --f-button-height: 48px;
  
    --f-button-color: #333;
    --f-button-hover-color: #333;
  
    --f-button-bg: #ffffff;
    --f-button-hover-bg: #ffffff;
    --f-button-active-bg: #ffffff;
  
    --f-button-svg-height: 20px;
    --f-button-svg-width: 20px;
  
    --f-button-svg-stroke-width: 3;
    --f-button-svg-filter: none;
  }
  
  .fancybox__nav .f-button{
    box-shadow: 0 1px 1px #00000014, 0 1px 5px #0000000f;
  }
  
  .fancybox__toolbar {
    --f-button-color: #0d0c22;
    --f-button-hover-color: #0d0c22;
  
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
  
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: none;
  
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    text-shadow: none;
  }
  
  .fancybox__slide {
    padding: 12px 0px;
  }
  
  .fancybox__thumbs.is-classic {
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
  
    --f-thumb-width: 68px;
    --f-thumb-height: 68px;
    --f-thumb-gap: 12px;
    --f-thumb-offset: 5px;
    --f-thumb-outline: 0;
  }
  
  .fancybox__thumbs.is-classic .f-thumbs__slide {
    border: 1px solid #d1d5db;
    border-radius: 4px;
    transition: all 0.2s;
  }
  
  .fancybox__thumbs.is-classic .f-thumbs__slide:hover,
  .fancybox__thumbs.is-classic .f-thumbs__slide.is-nav-selected {
    border: 1px solid #6b7280;
  }
  


@keyframes cloader {
    0%{
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100%{
      transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Custom Compare */
.custom-compare-content{
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0 0;
}
.custom-compare-heading{
    color: inherit;
    font-size: 35px;
    margin: 0;
}
.custom-compare-subheading{
    font-size: 16px;
    margin: 0;
    margin-top: 15px;
    line-height: 1.5;
    letter-spacing: 0;
}
.custom-compare-text{
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
    line-height: 1.5;
    letter-spacing: 0;
}
.custom-compare-link{
    font-size: 15px;
    text-decoration: none;
    padding: 13px 17px;
    min-width: 175px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

.img-comp-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img-comp-img img {
    display: block;
    width: 100vw;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block !important;
}
.img-comp-slider::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.img-comp-overlay{
    position: absolute;
    width: auto;
    height: 100%;
    overflow: hidden;
    border-right: 2px solid #ffd9d9;
    z-index: 2;
    top: 0;
    left: 0;
    object-fit: cover;
}
.img-comp-overlay img{
    height: 100%;
    width: 100vw;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 749px) {
    .custom-compare-heading {
        font-size: 28px;
    }
    .custom-compare-content{
        padding: 25px 0;
    }
    .custom-compare-link{
        font-size: 13px;
        padding: 14px 17px;
    }
}

/* Custom hero slider */

.custom-hero-wrapper{

}
.custom-hero{

}
.custom-hero-swiper{
    width: 100%;
}
.custom-hero-swiper *{
    box-sizing: border-box;
}
.custom-hero-swiper::part(bullet){
    margin: 0 4px;
    background: rgba(0, 0, 0, 0.15);
    opacity: 1;
    border: 1px solid transparent;
    width: 6px;
    height: 6px;
}
.custom-hero-swiper::part(bullet-active){
    margin: 0 4px;
    opacity: 1;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 6px;
    height: 6px;
}
.custom-hero-swiper::part(button-next){
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    box-sizing: border-box;
    color: white;
    padding: 10px;
    width: 45px;
    height: 45px;
    padding: 15px;
    margin: 0;
}
.custom-hero-swiper::part(button-prev){
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    box-sizing: border-box;
    color: white;
    padding: 10px;
    width: 45px;
    height: 45px;
    padding: 15px;
    margin: 0;
}
.custom-hero-slide{
    position: relative;
}
.custom-hero-img{
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 450px;
    display: block;
    object-fit: cover;
}
.custom-hero-img--desktop{
    display: block;
}
.custom-hero-img--mobile{
    display: none;
}
.custom-hero-content-wrapper{
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: self-end;
}
.custom-hero-content{
    padding: 40px 0;
    width: 100%;
    max-width: 580px;
}
.custom-hero-rating-wrapper{
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
}
.custom-hero-rating{
    display: inline-flex;
    gap: 3px;
    align-items: center;
}
.custom-hero-rating svg{
    display: block;
    width: 15px;
    height: 15px;
}
.custom-hero-rating-text{
    display: inline-block;
    margin: 0;
    font-size: 16px;
}
.custom-hero-heading{
    color: inherit;
    margin: 0;
    font-size: 35px;
    margin-top: 3px;
}
.custom-hero-text{
    margin: 0;
    font-size: 18px;
    line-height: normal;
    margin-top: 10px;
}
.custom-hero-link{
    font-size: 12px;
    text-decoration: none;
    padding: 13px 17px;
    min-width: 175px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    margin-top: 35px;
    font-weight: 600;
}

@media screen and (max-width: 989px){
    .custom-hero-heading{
        font-size: 28px;
    }
    .custom-hero-content{
        max-width: 490px;
    }
}

@media screen and (max-width: 749px){
    .custom-hero-img{
        min-height: 530px;
    }
    .custom-hero-img--mobile{
        display: block;
    }
    .custom-hero-img--desktop{
        display: none;
    }

    .custom-hero-rating-text{
        font-size: 14px;
    }
    .custom-hero-heading{
        font-size: 25px;
    }
    .custom-hero-text{
        font-size: 14px;
        margin-top: 5px;
    }
    .custom-hero-link{
        font-size: 10px;
        padding: 9px 17px;
        min-width: 150px;
        margin-top: 15px;
    }
    .custom-hero-content-wrapper{
        justify-content: center !important;
        text-align: center !important;
    }
    .custom-hero-content{
        max-width: 100%;
    }
    .custom-hero-rating-wrapper{
        justify-content: center;
        text-align: center;
    }
    .custom-hero-swiper::part(bullet){
        border: 1px solid rgba(255,255,255,0.2);
    }
    .custom-hero-swiper::part(bullet-active){
        border: 1px solid rgba(255,255,255,0.2);
    }
    .custom-hero-swiper::part(button-next){
        display: none;
    }
    .custom-hero-swiper::part(button-prev){
        display: none;
    }
}


/* Custom Logos */

.custom-logos-wrapper{
    
}
.custom-logos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 30px 0;
}
.custom-logos-title{
    margin: 0;
    font-size: 15px;
    letter-spacing: 0;
    flex: 0 0 auto;
}
.custom-logos-item{

}
.custom-logos-img{
    display: block;
    height: 22px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.custom-logos-title-mobile{
    display: none;
}

@media screen and (max-width: 989px){
    .custom-logos-img{
        height: 16px;
    }
}

@media screen and (max-width: 749px){
    .custom-logos-title-desktop{
        display: none;
    }
    .custom-logos-title-mobile{
        display: block;
    }
    .custom-logos-title{
        font-size: 12px;
        text-align: center;
        padding-top: 15px;
    }
    .custom-logos-img{
        height: 19px;
    }
    .custom-logos{
        padding: 15px 0 24px 0;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .custom-logos-item{
        flex: 0 0 25%;
    }
    .custom-logos::-webkit-scrollbar {
        display: none;
    }
}

/* Custom product list and collection list */

.custom-list-wrapper{
    background: rgb(247, 247, 247);
    padding: 75px 0 40px 0;
}
.custom-list-swiper{
    width: 100%;
}
.custom-list-swiper *{
    box-sizing: border-box;
}
.custom-list-slide{
    padding: 0 30px;
}
.custom-list-swiper::part(container){
    padding-bottom: 55px;
}
.custom-list-swiper::part(scrollbar){
    height: 3px;
}
.custom-list-swiper::part(button-next){
    height: 100%;
    top: 0;
    transform: none;
    color: #000;
    padding-left: 17px;
    box-sizing: border-box;
    right: 0;
    width: 30px;
}
.custom-list-swiper::part(button-prev){
    height: 100%;
    top: 0;
    transform: none;
    color: #000;
    padding-right: 17px;
    box-sizing: border-box;
    left: 0;
    width: 30px;
}
.custom-list-item{
    text-align: center;
}
.custom-list-badge{
    position: absolute;
    top: 15px;
    right: 45px;
    z-index: inherit;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 12px;
    border-radius: 100px;
    font-weight: 600;
}
.custom-list-badge{

}
.custom-list-img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    /* margin-bottom: 8px; */
}
.custom-list-img-link{
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.custom-list-img-second{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
    display: block;
}
.custom-list-img-link:hover .custom-list-img-second{
    opacity: 1;
}
.custom-list-title{
    font-size: 18px;
    margin: 0;
    letter-spacing: 0;
    margin-bottom: 5px;
    color: black;
    text-decoration: none;
    display: block;
    margin-top: 8px;
}
.custom-list-link{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    color: black;
    position: relative;
}
.custom-list-link::after{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: black;
    transition: all 0.2s ease;
    transform: scale(0, 1);
    transform-origin: left;
    opacity: 0.2;
}
.custom-list-link:hover::after{
    transform: scale(1, 1);
}
.custom-list-link svg{
    display: block;
    width: 20px;
    height: auto;
}

@media screen and (max-width: 749px){
    .custom-list-link{
        font-size: 13px;
    }
    .custom-list-title{
        font-size: 16px;
    }
    .custom-list-wrapper{
        padding: 40px 0 20px 0;
    }
    .custom-list-slide{
        padding: 0 15px;
    }
    .custom-list-swiper::part(button-next){
        padding-left: 7px;
        width: 15px;
    }
    .custom-list-swiper::part(button-prev){
        padding-right: 7px;
        width: 15px;
    }
    .custom-list-wrapper{
        padding: 40px 0 20px 0;
    }
    .custom-list-swiper::part(container){
        padding-bottom: 20px;
    }
}

/* Custom banner */

.custom-banner-wrapper{
}
.custom-banner-wrapper .page-width{
    padding: 0;
}
.custom-banner{
    position: relative;
    aspect-ratio: 20/8.5;
}
.custom-banner-img{
    display: block;
    max-width: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.custom-banner-video{
    display: block;
    max-width: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.custom-banner-img--desktop, .custom-banner-video--desktop{
    display: block;
}
.custom-banner-img--mobile, .custom-banner-video--mobile{
    display: none;
}
.custom-banner-content-wrapper{
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 50px;
    height: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.custom-banner-content-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.custom-banner-badge{
    padding: 3px 20px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
}
.custom-banner-heading{
    color: inherit;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
    padding: 0 3px;
    line-height: 1.5;
}
.custom-banner-text{
    font-size: 16px;
    margin: 0;
    margin-top: 5px;
    padding: 0 3px;
    line-height: 1.5;
}
.custom-banner-content-link{

}

.card__heading {
    font-size: 16px !important;
}
.custom-banner-link{
    font-size: 18px;
    text-decoration: none;
    padding: 0 12px 0 16px;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    margin-top: 15px;
    font-weight: 600;
    gap: 5px;
    position: relative;
}
.custom-banner-link::after{
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    height: 100%;
    width: 100%;
    display: block;
    border: 1px solid white;
}
.custom-banner-link:hover{
    filter: contrast(0.8);
}

.custom-banner-video-button{
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.custom-banner-video-button:hover{
    background: white;
}
.custom-banner-video-button svg:first-child{
    display: none;
}
.custom-banner-video-button svg:last-child{
    display: block;
}
.custom-banner-video-button.active svg:first-child{
    display: block;
}
.custom-banner-video-button.active svg:last-child{
    display: none;
}

@media screen and (max-width: 989px){
    .custom-banner-img--desktop, .custom-banner-video--desktop{
        display: none;
    }
    .custom-banner-img--mobile, .custom-banner-video--mobile{
        display: block;
    }

    .custom-banner-heading{
        font-size: 20px;
    }
    .custom-banner-text{
        font-size: 16px;
    }
    .custom-banner-content-wrapper{
        padding: 30px;
    }
    .custom-banner-video-button{
        top: 20px;
        right: 20px;
    }
    .custom-banner {
        aspect-ratio: 20/30;
    }
}


/* Custom testimonial */

.custom-testimonial-wrapper{
    background: #f7f7f7;
    padding: 40px 0;
}
.custom-testimonial-heading{
    font-size: 35px;
    margin: 0;
    color: black;
    margin-bottom: 40px;
}
.custom-testimonial{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.custom-testimonial-item{
    padding: 32px;
    background: white;
    color: black;
    width: calc(25% - 9px);
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
}
.custom-testimonial-header{
    display: flex;
    align-items: center;
    gap: 12px;
}
.custom-testimonial-img{
    display: block;
    width: 65px;
    height: 65px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}
.custom-testimonial-title{
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.3;
}
.custom-testimonial-text{
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 15px;
}
.custom-testimonial-mobile{
    display: none;
}
.custom-testimonial-swiper{

}
.custom-testimonial-swiper *{
    box-sizing: border-box;
}
.custom-testimonial-swiper::part(container){
    padding-bottom: 60px;
}
.custom-testimonial-swiper::part(bullet){
    width: 12px;
    height: 12px;
    margin: 0 6px;
}
.custom-testimonial-swiper::part(bullet-active){
    width: 12px;
    height: 12px;
    background-color: black;
    margin: 0 6px;
}

@media screen and (max-width: 989px){
    .custom-testimonial-item{
        width: calc(50% - 6px);
    }
    .custom-testimonial-heading{
        font-size: 28px;
    }
}

@media screen and (max-width: 749px){
    .custom-testimonial-item{
        width: 100%;
        padding: 30px;
    }
    .custom-testimonial-heading{
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
    }
    .custom-testimonial{
        display: none;
    }
    .custom-testimonial-mobile{
        display: block;
    }
    .custom-testimonial-wrapper{
        padding: 20px 0;
    }
    .custom-testimonial-img{
        width: 60px;
        height: 60px;
    }
    .custom-testimonial-title{
        font-size: 13px;
    }
    .custom-testimonial-text{
        font-size: 15px;
    }
}

/* Custom feed */

.custom-feed-wrapper{
    background: #ffffff;
    padding: 40px 0;
}
.custom-feed{

}
.custom-feed-heading{
    font-size: 35px;
    margin: 0;
    color: black;
    margin-bottom: 40px;
}
.custom-feed-swiper{
    width: 100%;
}
.custom-feed-swiper *{
    box-sizing: border-box;
}
.custom-feed-swiper::part(button-next){
    height: 100%;
    top: 22px;
    transform: none;
    color: #000;
    padding: 0 10px;
    box-sizing: border-box;
    right: 0;
    width: 32px;
    background: #ffffffa8;
    border-radius: 0 7px 7px 0;
}
.custom-feed-swiper::part(button-prev){
    height: 100%;
    top: 22px;
    transform: none;
    color: #000;
    padding: 0 10px;
    box-sizing: border-box;
    left: 0;
    width: 32px;
    background: #ffffffa8;
    border-radius: 7px 0 0 7px;
}
.custom-feed-img-wrapper{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.custom-feed-img{
    display: block;
    width: 100%;
    height: 300px;
    max-width: 100%;
    object-fit: cover;
}
.custom-feed-icon-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.66);
    transition: all 0.2s ease;
    opacity: 0;
}
.custom-feed-icon-wrapper svg{
    width: 30px;
    height: 30px;
    display: block;
}
.custom-feed-img-wrapper:hover .custom-feed-icon-wrapper{
    opacity: 1;
}


@media screen and (max-width: 989px){
    .custom-feed-heading{
        font-size: 28px;
    }
}

@media screen and (max-width: 749px){
    .custom-feed-wrapper{
        padding: 20px 0;
    }
    .custom-feed-heading{
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
    }
    .custom-feed-img{
        height: 150px;
    }
}

/* Custom reviews */

.custom-reviews-wrapper{
    padding: 40px 0;
}
.custom-reviews{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.custom-reviews-heading{
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: black;
}
.custom-reviews-subheading{
    margin: 0;
    font-size: 13px;
    margin-top: 6px;
}
.custom-reviews-subheading a{
    color: #000;
    opacity: 1;
    font-weight: 600;
}
.custom-reviews-badge{
    width: 100%;
    max-width: 106px;
    margin: 0 auto;
    margin-top: 5px;
}
.custom-reviews-badge svg{
    width: 100%;
    height: auto;
    display: block;
}
.custom-reviews-left{
    text-align: center;
    flex: 0 0 220px;
    padding-right: 20px;
}
.custom-reviews-right{
    width: calc(100% - 220px);
}
.custom-reviews-swiper{
    width: 100%;
}
.custom-reviews-swiper *{
    box-sizing: border-box;
}
.custom-reviews-swiper::part(button-next){
    box-sizing: border-box;
    color: #000;
    border: 1px solid black;
    border-radius: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 6px;
}
.custom-reviews-swiper::part(button-prev){
    box-sizing: border-box;
    color: #000;
    border: 1px solid black;
    border-radius: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    padding: 6px;
}
.custom-reviews-swiper::part(container){
    padding: 0 20px;
    box-sizing: border-box;
}
.custom-reviews-item{
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    color: inherit;
    background: #f7f7f7;
    border-radius: 20px;
}
.custom-reviews-rating{
    display: flex;
    gap: 2px;
}
.custom-reviews-rating-top{
    display: flex;
    gap: 3px;
    justify-content: center;
    margin-top: 2px;
}
.custom-reviews-rating svg{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.custom-reviews-rating-top svg{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.custom-reviews-rating span{
    width: 18px;
    height: 18px;
    display: block;
    position: relative;
    padding: 3px;
}
.custom-reviews-rating-top span{
    width: 29px;
    height: 29px;
    display: block;
    position: relative;
    padding: 5px;
}
.custom-reviews-rating-full{
    background: #00b67a;
}
.custom-reviews-rating-half{
    background: #dcdce6;
}
.custom-reviews-rating-empty{
    background: #dcdce6;
}
.custom-reviews-rating-half::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    background: #00b67a;
    display: block;
    height: 100%;
}
.custom-reviews-title{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 7px;
    color: inherit;
}
.custom-reviews-text{
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
.custom-reviews-name-days{
    margin: 0;
    font-size: 12px;
    opacity: 0.75;
    margin-top: 3px;
}
.custom-reviews-name{
    font-weight: 600;
}
.custom-review-days{

}
.custom-reviews-mobile-subheading{
    display: none;
    margin: 0;
    font-size: 13px;
    margin-top: 12px;
    color: black;
}
.custom-reviews-mobile-subheading a{
    color: #000;
    opacity: 1;
    font-weight: 600;
}

@media screen and (max-width: 749px){
    .custom-reviews{
        flex-direction: column-reverse;
    }
    .custom-reviews-right{
        width: 100%;
    }
    .custom-reviews-left{
        flex: 0 0 100%;
        padding: 0;
    }
    .custom-reviews-heading, .custom-reviews-rating-top, .custom-reviews-subheading{
        display: none;
    }
    .custom-reviews-mobile-subheading{
        display: block;
    }
    .custom-reviews-badge{
        max-width: 85px;
        margin-top: 0;
    }
}

  /* Custom Faq */

  .custom-faq{
    padding: 50px 0;
  }
  .custom-faq-wrapper{
      display: flex;
      flex-wrap: wrap;
      gap: 50px;
      align-items: flex-start;
  }
  .custom-faq-left{
    width: calc(50% - 25px);
  }
  .custom-faq-heading{
      margin: 0;
      font-size: 35px;
      line-height: 1;
      color: inherit;
  }
  .custom-faq-text{
    font-size: 16px;
    margin-top: 20px;
  }
  .custom-faq-text *{
    letter-spacing: 0;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 16px;
  }
  .custom-faq-text > *:last-child{
    margin-bottom: 0;
  }
  .custom-faq-text > *:first-child{
    margin-top: 0;
  }
  .custom-faq-text a{
    color: inherit;
  }
  .custom-faq-btn{
    border-radius: 20px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 20px;
  }
  .custom-faq-block-wrapper{
      width: calc(50% - 25px);
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 35px 50px 20px 50px;
      border-radius: 20px;
  }
  .custom-faq-wrapper-stack .custom-faq-left{
    width: 100%;
    text-align: center;
  }
  .custom-faq-wrapper-stack .custom-faq-block-wrapper{
    width: 100%;
  }
  .custom-faq-block{
      border-bottom: 1px solid rgba(191, 185, 144, 0.2);
  }
  .custom-faq-block:last-child{
    border-bottom: 0;
  }
  .custom-faq-block-title{
      padding-bottom: 16px;
      margin: 0;
      font-size: 16px;
      color: inherit;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      letter-spacing: 0;
      line-height: 1.5;
      transition: all 0.1s ease;
      font-weight: 600;
  }
  .custom-faq-block-title:hover{
      opacity: 0.75;
  }
  .custom-faq-block .custom-faq-plus{
      display: block;
  }
  .custom-faq-block .custom-faq-minus{
      display: none;
  }
  .custom-faq-block.active .custom-faq-plus{
      display: none;
  }
  .custom-faq-block.active .custom-faq-minus{
      display: block;
  }
  .custom-faq-block-content{
      display: none;
      margin: 0;
      font-size: 16px;
      color: inherit;
      letter-spacing: 0;
  }
  .custom-faq-block-content > *{
      margin-top: 0;
      margin-bottom: 16px;
  }
  .custom-faq-block-content *{
      letter-spacing: 0;
      line-height: 1.5;
      letter-spacing: 0;
  }
  .custom-faq-block-content a{
      color: inherit;
  }
  
  @media screen and (max-width: 749px){
      .custom-faq-heading{
          font-size: 25px;
      }
      .custom-faq-left{
        width: 100%;
      }
      .custom-faq-block-wrapper{
          width: 100%;
      }
      .custom-faq-wrapper{
        gap: 30px;
      }
      .custom-faq-block-wrapper{
        padding: 18px;
        padding-top: 25px;
      }
      .custom-faq-block-title{
        padding-bottom: 10px;
      }
      .custom-faq-block-content > *{
        margin-bottom: 10px;
      }
  }

/* Custom Collage */
.custom-collage{
    padding: 40px 0;
}
.custom-collage-wrapper{
    display: flex;
    gap: 24px;
    align-items: stretch;
}
.custom-collage-item{
    flex: 1 1 33.33%;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}
.custom-collage-content{
    padding: 30px;
}
.custom-collage-img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.custom-collage-heading{
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
    font-size: 30px;
}
.custom-collage-text{
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.custom-collage-link{
    font-size: 15px;
    text-decoration: none;
    padding: 13px 17px;
    min-width: 175px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

@media screen and (max-width: 989px){
    .custom-collage-wrapper{
        flex-wrap: wrap;
    }
    .custom-collage-item{
        flex: 0 0 calc(50% - 12px);
    }
    .custom-collage-content{
        flex: 0 0 100%;
        order: -1;
        padding: 24px;
    }
}

@media screen and (max-width: 749px){
    .custom-collage-wrapper{
        gap: 20px;
    }
    .custom-collage-heading{
        font-size: 25px;
    }
    .custom-collage-link{
        font-size: 13px;
        padding: 14px 17px;
    }
}

@media screen and (max-width: 480px){
    .custom-collage-item{
        flex: 0 0 100%;
    }
    .custom-collage-content{
        flex: 0 0 100%;
        order: unset;
    }
}

/* Footer */
.custom-footer-trustpilot{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}
.custom-footer-trustpilot .custom-reviews-badge{
    width: auto;
    max-width: 90px;
    margin: 0;
}
.custom-footer-trustpilot .custom-reviews-rating-top{
    gap: 1px;
    margin-top: 4px;
    display: flex !important;
}
.custom-footer-trustpilot .custom-reviews-rating-top span{
    width: 17px;
    height: 17px;
    padding: 4px;
}
.footer__newsletter .newsletter-form__field-wrapper .field::before,
.footer__newsletter .newsletter-form__field-wrapper .field::after{
    display: none;
}
.footer__newsletter .newsletter-form__field-wrapper{
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 20px;
}
.footer__newsletter .newsletter-form__field-wrapper .field__input::placeholder{
    opacity: 1;
}
.footer__newsletter .newsletter-form__field-wrapper .field__input{
    padding: 1.5rem !important;
    padding-right: 5rem !important;
    box-shadow: none !important;
    font-size: 15px;
    letter-spacing: 0;
}
.footer__newsletter .newsletter-form__field-wrapper .newsletter-form__button{
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.05) !important;
    height: calc(100% - 8px);
    right: 4px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    padding: 12px 25px;
    width: auto;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer__newsletter .newsletter-form__field-wrapper .newsletter-form__button:hover{
    background-color: rgba(0, 0, 0, 0.15) !important;
}
.footer-block--newsletter .newsletter-form{
    max-width: 100% !important;
}
.footer-block__details-content.rte *{
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 12px;
}
.footer__list-social{
    justify-content: flex-start !important;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.footer__list-social .list-social__item:first-child .list-social__link{
    padding-left: 0;
}
.footer__list-social .list-social__item .list-social__link{
    padding: 0 ;
}
.footer__list-social .list-social__item .icon{
    height: 3rem;
    width: 3rem;
}
.footer__list-social .list-social__item .svg-wrapper{
    width: 30px;
    height: 30px;
}
.custom-footer-logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    max-width: 320px;
    top: -28px;
}
.custom-footer-logo img{
    max-width: 100%;
    width: auto;
    height: 55px;
    display: block;
    margin: 0 auto;
}
.footer{
    position: relative;
}
.footer-block{
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto;
}
.footer__blocks-wrapper{
    gap: 60px;
    margin: 0 auto;
    max-width: max-content;
}
.footer-block--newsletter{
    margin-top: 0 !important;
}
@media screen and (max-width: 1140px){
    .footer__blocks-wrapper{
        gap: 40px;
    }
}
@media screen and (max-width: 1049px){
    .footer-block---newsletter{
        width: 100% !important;   
    }
    .footer__blocks-wrapper{
        gap: 30px;
    }
    .footer-block{
        flex: 0 0 calc(25% - 23px);
    }
}
@media screen and (max-width: 749px){
    .footer-block{
        flex: 0 0 100% !important;
        width: 100% !important;
    }
    .footer__blocks-wrapper{
        max-width: 100%;
    }
    .custom-footer-bottom-menu{
        padding-top: 27px !important;
    }
}

/* Custom Header */
.custom-header-menu-ul-0{
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.custom-header-menu-ul-1{
    margin: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    background: white;
    z-index: 2;
    min-width: 250px;
    padding: 10px 12px;
    left: 0;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s ease;
    border-top: .1rem solid rgba(var(--color-foreground),.08);
}
.custom-header-menu-ul-2{
    margin: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    background: white;
    z-index: 2;
    min-width: 250px;
    padding: 10px 12px;
    top: 0;
    left: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s ease;
    border-top: .1rem solid rgba(var(--color-foreground),.08);
}
.custom-header-menu-li-0{
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-header-menu-li-1{

}
.custom-header-menu-li-2{

}
.custom-header-menu-a-0{
    display: block;
    font-size: 14px;
    color: inherit;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.custom-header-menu-a-1{
    display: block;
    font-size: 13px;
    color: inherit;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 2px 0;
}
.custom-header-menu-a-2{
    display: block;
    font-size: 13px;
    color: inherit;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 2px 0;
}
.custom-header-menu-a-0 span, .custom-header-menu-a-1 span, .custom-header-menu-a-2 span{
    display: inline-block;
    position: relative;
}
.custom-header-menu-a-0 span::after, .custom-header-menu-a-1 span::after, .custom-header-menu-a-2 span::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.15);
    transition: all .2s ease;
    transform: scaleX(0);
    transform-origin: left;
}
.custom-header-menu-a-0:hover span::after, .custom-header-menu-a-1:hover span::after, .custom-header-menu-a-2:hover span::after{
    transform: scale(1);
}
.custom-header-menu-a-0:hover em{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.custom-header-menu-li-1-trigger{
    position: relative;
}
.custom-header-menu-li-2-trigger{
    position: relative;
}
.custom-header-menu-li-1-trigger:hover .custom-header-menu-ul-1{
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.custom-header-menu-li-2-trigger:hover .custom-header-menu-ul-2{
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}


.custom-header-megamenu-ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    list-style: none;
    padding: 32px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity .3s ease;
    border-top: .1rem solid rgba(var(--color-foreground), .08);
}
.custom-header-megamenu-ul-1{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    max-width: 1280px;
    margin: 0 auto;
    /* display: flex;
    flex-wrap: wrap;
    gap: 32px; */
}
.custom-header-megamneu-ul-2{
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-header-megamenu-li-1{
    width: calc(100% / 6 - 50px);
}
.custom-header-megamenu-li-2{

}
.custom-header-megamenu-a-1{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: inherit;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.custom-header-megamenu-a-2{
    display: block;
    font-size: 12px;
    color: inherit;
    letter-spacing: 0;
    text-decoration: none;
    position: relative;
}
.custom-header-megamenu-a-1 span,
.custom-header-megamenu-a-2 span{
    display: inline-block;
    position: relative;
}
.custom-header-megamenu-a-1 span::after, .custom-header-megamenu-a-2 span::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.15);
    transition: all .2s ease;
    transform: scaleX(0);
    transform-origin: left;
}
.custom---highlight{
    font-weight: bold;
}
.custom-header-second-level-img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 7px;
    margin-top: 3px;
}
.custom-header-megamenu-a-1:hover span::after, .custom-header-megamenu-a-2:hover span::after{
    transform: scale(1);
}
.custom-header-megamenu-content{
    width: calc(65% - 15px);
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-header-megamenu-content-li{
    width: calc(40% - 15px);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.custom-header-megamenu-content-li:first-child{
    width: calc(60% - 15px);
}
.custom-header-megamenu-content-li a{
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.custom-header-megamenu-content-absolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    align-items: flex-start;
}
.custom-header-megamenu-content-img{
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    aspect-ratio: 20 / 9;
    object-fit: cover;
    border-radius: 20px;
    min-height: 250px;
}
.custom-header-megamenu-content-title{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
}
.custom-header-megamenu-content-text{
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    margin-top: 5px;
}
.custom-header-megamenu-content-btn{
    margin: 0;
    font-size: 12px;
    padding: 13px 25px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 12px;
}
.custom-header-menu-li-megamenu-trigger:hover .custom-header-megamenu-ul{
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.header__search .search-modal{
    position: fixed;
    width: 100%;
    min-height: auto;
    height: 95px;
    border-bottom: 1px solid #af9b99;
}
.header__search .search-modal__content{
    padding: 0 5rem;
    position: static;
}
.header__search .search-modal .modal-overlay::after{
    background-color: transparent;
}
.header predictive-search.search-modal__form{
    max-width: 100%;
}
.header predictive-search .search-modal__form{
    max-width: 100%;
}
.header predictive-search .search__input::placeholder{
    opacity: 1;
}
.header predictive-search .search__input{
    outline: 0 !important;
    box-shadow: none !important;
    padding: 10px 45px;
    font-size: 17px;
    letter-spacing: 0;
}
.header predictive-search .search__button{
    left: 0;
    right: auto;
    min-width: auto;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.header predictive-search .search-modal__close-button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    width: auto;
    height: auto;
}
.custom-search-field{
    position: relative;
}
.header predictive-search{
    position: static !important;
}
.header .predictive-search{
    width: 100%;
    top: 80%;
}
.header #predictive-search-results{
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 5rem;
}
.header #predictive-search-results-products-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 12px;
}
.header #predictive-search-results-products-list .predictive-search__list-item{
    width: calc(50% - 15px);
}
.header .predictive-search__item--link-with-thumbnail{
    grid-template-columns: 80px 1fr;
    padding: 0;
}
.header .predictive-search__image{
    height: auto;
    width: 100%;
}
.header .predictive-search__item-heading{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    padding-top: 12px;
}
.header #predictive-search-results-products-list .predictive-search__item-heading{
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    padding-top: 0;
}
.header .price__container{
    font-size: 16px;
    letter-spacing: 0;
}
.header .predictive-search__heading{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    color: black;
    opacity: 1;
    border-bottom: 1px solid #af9b99;
    padding-bottom: 12px;
    margin: 0;
}
.header .predictive-search__item{
    padding: 0;
}
.header .predictive-search__search-for-button{
    padding: 12px 0;
}
.header .predictive-search__item--term .icon-arrow{
    margin: 0;
}
.custom-search-count{
    width: 17px;
    height: 17px;
    font-size: 10px;
    font-weight: 600;
    background-color: #f7f7f7;
    color: black;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: text-bottom;
    margin-left: 5px;
}
.custom-header-drawer-utility-inner{
    display: flex;
    align-items: center;
}
.custom-header-drawer-close{
    padding-left: 20px;
}
.custom-header-drawer-close svg{
    width: 30px;
    height: 30px;
    display: block;
}
.custom-md-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 100px;
}
.custom-header-drawer-highlight-wrapper{
    position: relative;
}
.custom-header-highlight-top svg,
.custom-header-highligh-bottom svg{
    display: block;
    height: 100%;
    width: 100%;
}
.custom-header-highlight-top{
    position: absolute;
    z-index: 1;
    top: -3px;
    right: -13px;
    height: 13px;
    width: 13px;
    transform: scale(0.9);
    transition: all 0.25s ease;
}
.custom-header-highlight-bottom{
    position: absolute;
    z-index: 1;
    bottom: -3px;
    left: -13px;
    height: 13px;
    width: 13px;
    transform: scale(0.9);
    transition: all 0.25s ease;
}

@media screen and (max-width: 1400px){
    /* .custom-header-megamenu-li-1{
        width: calc(50% - 16px);
    } */
}

@media screen and (max-width: 1200px){
    .custom-header-menu-ul-0{
        gap: 20px;
    }
    .header__icons{
        gap: 20px;
    }
    .custom-header-megamenu-ul{
        gap: 20px;
        padding: 20px;
    }
    .custom-header-megamenu-ul-1 {
        /* width: calc(30% - 10px); */
    }
    .custom-header-megamenu-content {
        width: calc(70% - 10px);
        gap: 20px;
    }
    .header__search .search-modal__content{
        padding: 0 20px;
    }
    .header #predictive-search-results{
        padding: 0 20px;
    }
    .custom-header-megamenu-content-li {
        width: calc(50% - 10px) !important;
    }
}

@media screen and (max-width: 989px){
    .custom-header-highlight-top{
        right: -15px;
    }
    .custom-header-highlight-bottom{
        left: -15px;
    }
    .custom-header-megamenu-content{
        width: 100%;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .custom-header-megamenu-content-li{
        width: 100% !important;
        aspect-ratio: 1/1 !important;
    }
    .custom-header-megamenu-content-title{
        font-size: 20px;
        line-height: 24px;
    }
    .custom-header-megamenu-content-text{
        font-size: 14px;
    }
    .header__search .search-modal{
        height: 46px;
    }
    .header #predictive-search-results-products-list .predictive-search__list-item{
        width: 100%;
    }
    .header #predictive-search-results-products-list{
        gap: 20px;
    }
    .predictive-search__results-groups-wrapper{
        gap: 20px;
        flex-direction: column-reverse;
    }
}

/* Custom Cart */
.custom-cart-upsell-container{
    padding: 20px;
}
.custom-cart-upsell-heading{
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.custom-cart-upsell-heading span{
    padding: 0 15px;
    display: block;
    background: #fff;
    z-index: 2;
    position: relative;
    max-width: max-content;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
}
.custom-cart-upsell-heading::before{
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 100px);
    border-top: 1px solid #000;
    left: 0;
}
.custom-cart-upsell-heading::after{
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 100px);
    border-top: 1px solid #000;
    right: 0;
}
.custom-cart-upsell-subheading{
    text-align: center;
    font-size: 14px;
    background: #e7eeff;
    color: #7da9ff;
    width: max-content;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.custom-cart-upsell-wrapper{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.custom-cart-upsell-item{
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-radius: 20px;
    padding: 15px 10px;
}
.custom-cart-upsell-img{
    width: 90px;
    height: 90px;
    display: block;
}
.custom-cart-upsell-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}
.custom-cart-upsell-content{
    padding-left: 20px;
    flex: 1 1 auto;
}
.custom-cart-upsell-title{
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: none;
    color: inherit;
    display: block;
}
.custom-cart-upsell-price{
    font-size: 15px;
    margin: 0;
    letter-spacing: 0;
    margin-top: 2px;
}
.custom-cart-upsell-atc{
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    text-align: center;
    color: rgb(var(--color-button-text));
    background-color: #50c11f;
    border-radius: 20px;
    line-height: 13px;
    border: 0;
    letter-spacing: 0;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    transition:0.3s all ease-in-out;
    overflow: hidden;
}

.custom-cart-upsell-atc:hover{

       background-color: #121212;
}

.custom-cart-upsell-atc.sold{
    pointer-events: none;
    opacity: 0.5;
}
.custom-cart-upsell-atc::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(var(--color-button),var(--alpha-button-background));
    opacity: 0;
    transition: all 0.3s ease;
}
.custom-cart-upsell-atc::after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid rgb(var(--color-button-text));
    border-radius: 50%;
    border-left-color: transparent;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: cloader 0.5s linear infinite;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease;
}
.custom-cart-upsell-atc.active{
    pointer-events: none;
}
.custom-cart-upsell-atc.active::before{
    opacity: 1;
}
.custom-cart-upsell-atc.active::after{
    opacity: 1;
}
cart-drawer-items.is-empty .custom-cart-upsell-container{
    display: none;
}

/* Custom Announcement */
.custom-ann{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.custom-ann .flickity-slider{
    transition: all 1s linear;
}
/* .custom-ann div{
    display: inline-flex;
    align-items: center;
    gap: 100px;
} */
.custom-ann p{
    margin: 0;
    font-size: 12px;
    display: block;
    padding: 0 50px;
}

/* Custom Bottom Bar */
.custom-bottom-bar{
    padding: 12px 20px;
}
.custom-bottom-bar-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: var(--page-width);
    margin: 0 auto;
}
.custom-bottom-bar-item{
    width: 33.33%;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    text-align: center;
}
.custom-bottom-bar-img{
    display: block;
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.custom-bottom-bar-text{
    font-size: 12px;
    margin: 0;
    line-height: 14px;
    letter-spacing: 0;
}
@media screen and (max-width: 989px){
    .custom-bottom-bar{
        display: none;
    }
}

/* Custom Bottom Bar */
.custom-top-bar{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 10px;
}
.custom-top-bar-link-wrapper{
    display: flex;
    align-items: center;
}
.custom-top-bar-link{
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
    padding: 0 10px;
    border-left: 1px solid rgb(210,210,210);
    line-height: 13px;
    letter-spacing: 0;
}
.custom-top-bar-link:first-child{
    border: 0;
}
.custom-top-bar .desktop-localization-wrapper{
    border-left: 1px solid rgb(210,210,210);
}
.custom-top-bar .disclosure__list-wrapper{
    bottom: auto;
    top: calc(100% + 18px);
    right: 0;
    animation: none !important;
}
.custom-top-bar .disclosure__button::before,
.custom-top-bar .disclosure__button::after{
    display: none !important;
}
.custom-top-bar .disclosure__button{
    border: 0;
    padding: 0 15px 0 10px !important;
    height: auto;
    min-height: auto;
    margin: 0 !important;
    line-height: 13px;
}
.custom-top-bar .disclosure__button svg{
    right: 0 !important;
}
.custom-top-bar .disclosure__button span{
    letter-spacing: 0;
}
.custom-top-bar .localization-form{
    display: block !important;
}

@media screen and (max-width: 749px){
    .custom-top-bar .disclosure__list-wrapper{
        top: auto;
        right: auto;
    }
    .custom-top-bar-link{
        font-size: 12px;
    }
    .custom-top-bar-link{
        padding: 0 7px;
    }
    .custom-top-bar .disclosure__button{
        border: 0;
        padding: 0 15px 0 7px !important;
    }
    .custom-top-bar .disclosure__button span{
        font-size: 12px;
    }
}

/* Custom Collection Description */
.custom-coll-banner-wrapper{
    position: relative;
}
.custom-coll-banner-img{
    max-width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.custom-coll-banner-content{
    display: block;
    position: relative;
    z-index: 2;
    background: #00000059;
}
.custom-coll-banner-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    min-height: 240px;
    padding: 40px 0;
}
.custom-coll-banner-title{
    margin: 0;
    font-size: 48px;
    line-height: 55px;
}
.custom-coll-banner-desc{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
}
.custom-all-coll-wrapper{
    padding: 0 5rem;
}
.custom-all-coll-flex-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.custom-all-coll-link{
    display: block;
    text-decoration: none;
    color: inherit;
    flex: 0 0 120px;
}
.custom-all-coll-img{
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px;
}
.custom-all-coll-img.active{
    box-shadow: 0 0 0 2px var(--gradient-background), 0 0 0 5px black;
}
.custom-all-coll-title{
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 14px;
    display: block;
    text-align: center;
    letter-spacing: 0;
    margin-top: 8px;
}

.custom-swatch-swiper{
    width: 100%;
    display: block;
    z-index: 2;
}
.custom-swatch-img-wrapper{
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
}
.custom-swatch-img-wrapper.active{
   box-shadow: 0 0 0 2px var(--gradient-background), 0 0 0 3px black;
}
.custom-swatch-img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.custom-swatch-swiper::part(button-next){
    box-sizing: border-box;
    color: #000;
    background: #ffffffe6;
    height: 100%;
    top: 0;
    margin: 0;
    right: 0;
    width: 20px;
    padding: 0 7px;
}
.custom-swatch-swiper::part(button-prev){
    box-sizing: border-box;
    color: #000;
    background: #ffffffe6;
    height: 100%;
    top: 0;
    margin: 0;
    left: 0;
    width: 20px;
    padding: 0 7px;
}
.custom-swatch-swiper::part(container){
    padding: 3px;
}

.custom-product-card-trustpilot{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    justify-content: flex-start;
}
.custom-product-card-trustpilot .custom-reviews-badge{
    margin: 0;
    width: auto;
    max-width: none;
}
.custom-product-card-trustpilot .custom-reviews-rating-top{
    gap: 1px;
    display: flex !important;
}
.custom-product-card-trustpilot .custom-reviews-rating-top span {
    width: 14px;
    height: 14px;
    padding: 3px;
}

@media screen and (max-width: 749px){
    .custom-all-coll-flex-wrapper{
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .custom-all-coll-flex-wrapper::-webkit-scrollbar {
        display: none;
    }
    .custom-all-coll-link{
        flex: 0 0 100px;
    }
    .custom-all-coll-link:first-child{
        margin-left: auto;
    }
    .custom-all-coll-link:last-child{
        margin-right: auto;
    }
    .custom-all-coll-wrapper{
        padding: 0;
    }
    .custom-all-coll-flex-wrapper{
        padding: 5px 1.5rem;
    }
}

/* Custom Contact Form */
.custom-contact-form-btn{
    font-size: 15px;
    text-decoration: none;
    padding: 13px 17px;
    min-width: 175px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: rgb(var(--color-button-text));
    background-color: rgba(var(--color-button), var(--alpha-button-background));
    cursor: pointer;
}

/* Custom Main Policies */
.custom-main-policies table{
    border: 0;
    box-shadow: none;
    width: 100%;
}
.custom-main-policies table *{
    border: 0 !important;
}
.custom-main-policies table td, .custom-main-policies table th{
    padding: 10px 0 !important;
}
.custom-main-policies table tr{
    border-bottom: 1px solid #00000025 !important;
}

/* Custom Image With Text */
.custom-iwt{
    padding: 120px 0 40px 0;
}
.custom-iwt-wrapper{
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.custom-iwt-heading{
    font-size: 35px;
    margin: 0;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.2;
}
.custom-iwt-flex-wrapper{
    display: flex;
    align-items: center;
    gap: 50px;
}
.custom-iwt-img{
    max-width: 100%;
    object-fit: cover;
    display: block;
    align-self: stretch;
    width: calc(50% - 25px);
    border-radius: 20px;
}
.custom-iwt-text{
    width: calc(50% - 25px);
    font-size: 35px;
    margin: 0;
    letter-spacing: 0;
    line-height: 1.6;
}
.custom-iwt-btn-wrapper{
    text-align: center;
}
.custom-iwt-btn{
    font-size: 15px;
    text-decoration: none;
    padding: 13px 17px;
    min-width: 175px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

@media screen and (max-width: 1024px){
    .custom-iwt-text{
        font-size: 28px;
        line-height: 1.5;
    }
    .custom-iwt-wrapper{
        gap: 80px;
    }
    .custom-iwt{
        padding-top: 80px;
    }
    .custom-iwt-heading {
        font-size: 28px;
    }
}

@media screen and (max-width: 749px){
    .custom-iwt-wrapper{
        gap: 50px;
    }
    .custom-iwt{
        padding-top: 50px;
    }
    .custom-iwt-heading {
        font-size: 25px;
    }
    .custom-iwt-img{
        width: 100%;
        height: auto;
    }
    .custom-iwt-flex-wrapper{
        flex-direction: column !important;
    }
    .custom-iwt-text{
        width: 100%;
        font-size: 24px;
        line-height: 1.35;
    }
}

/* Article Section */
.custom-article-flex-wrapper{
    display: flex;
    max-width: var(--page-width);
    margin: 0 auto;
    align-items: flex-start;
    padding: 0 50px 100px 50px;
    gap: 32px;
}
.custom-article-left{
    width: 65%;
    position: relative;
    z-index: 1;
    margin-top: -75px;
}
.custom-article-left-inner{
    box-shadow: 1px 1px 7px #0000001a;
    padding: 32px;
    border-radius: 20px;
    background: var(--gradient-background);
}
.custom-article-right{
    width: 35%;
    padding-top: 80px;
}
.custom-article-right .custom-article-link{
    width: 100%;
    margin-top: 32px;
}
.custom-article-right .custom-article-title{
    color: white;
}
.custom-article-right-header{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 8px;
}
.custom-article-right-heading{
    flex: 1;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
}
.custom-article-right-header .share-button__button{
    min-height: auto;
}
.custom-article-right-header .article-template__social-sharing{
    margin: 0 !important;
}
.custom-article-right-header .share-button__button svg{
    margin: 0 !important;
    height: 1.4rem !important;
}
.custom-main-blog{
    padding: 50px 0;
}
.custom-main-blog-title{
    margin: 0;
    font-size: 48px;
    letter-spacing: 0;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 8px;
}
.custom-main-blog-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding: 15px 0;
}
.custom-article-link{
    background-color: #a9a9a9;
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
    width: calc(33.33% - 22px);
    aspect-ratio: 20 / 15;
    min-height: 200px;
    border-radius: 20px;
    overflow: hidden;
}
.custom-article-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.custom-article-title-wrapper{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    height: 100%;
    padding: 10px 20px;
    background: #0000002b;
}
.custom-article-title{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    color: rgba(var(--color-foreground), 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.custom-pagination-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-paginate-none a{
    pointer-events: none;
    opacity: 0.5;
}
.custom-article-date{
    font-size: 14px;
    opacity: 0.7;
    letter-spacing: 0;
    line-height: 1.5;
}
.article-template *{
    letter-spacing: 0 !important;
}
.custom-prev-next-articles-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
.custom-prev-next-articles-wrapper a{
    color: inherit;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    display: block;
}
.custom-prev-next-articles-wrapper a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: black;
    transition: all 0.2s ease;
    transform: scale(0, 1);
    transform-origin: left;
    opacity: 0.2;
}
.custom-prev-next-articles-wrapper a:hover::after{
    transform: scale(1, 1);
}

@media screen and (max-width: 989px){
    .custom-article-link{
        width: calc(50% - 16px);
    }
    .custom-article-title{
        font-size: 18px;
        line-height: 1.15;
    }
    .custom-article-flex-wrapper{
        flex-wrap: wrap;
    }
    .custom-article-left{
        width: 100%;
    }
    .custom-article-right{
        width: 100%;
        padding-top: 10px;
    }
}

@media screen and (max-width: 749px){
    .custom-article-link{
        width: 100%;
    }
    .custom-main-blog-wrapper{
        gap: 25px;
    }
    .custom-article-flex-wrapper{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .custom-article-left-inner{
        padding: 15px;
    }
}

/* Custom Image Video Text Section */
.custom-iwvt{
    padding: 40px 0;
}
.custom-iwvt-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}
.custom-iwvt-image-video-wrapper{
    width: 50%;
    align-self: stretch;
}
.custom-iwvt-video{
    width: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1/1;
    min-height: 100%;
}
.custom-iwvt-img{
    width: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1/1;
    min-height: 100%;
}
.custom-iwvt-text-wrapper{
    width: 50%;
    padding: 50px;
}
.custom-iwvt-heading{
    font-size: 30px;
    margin: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.custom-iwvt-text{
    font-size: 16px;
    margin: 0;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 12px;
}
.custom-iwvt-points-wrapper{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 22px;
}
.custom-iwvt-points-wrapper li{
    display: flex;
    align-items: center;
    gap: 8px;
}
.custom-iwvt-points-wrapper li span{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    display: block;
}
.custom-iwvt-points-wrapper li svg{
    width: 20px;
    height: 20px;
    display: block;
    flex: 0 0 20px;
}
.custom-iwvt-icon-wrapper{
    display: flex;
    flex-wrap: wrap;
    padding-top: 22px;
    gap: 16px;
}
.custom-iwvt-icon{
    width: calc(50% - 8px);
    display: flex;
    align-items: center;
    gap: 5px;
}
.custom-iwvt-icon-img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
}
.custom-iwvt-icon-text{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    display: block;
    flex: 1 1 auto;
}

@media screen and (max-width: 989px){
    .custom-iwvt-text, .custom-iwvt-points-wrapper li span, .custom-iwvt-icon-text{
        font-size: 15px;
    }
    .custom-iwvt-heading {
        font-size: 24px;
    }
    .custom-iwvt-points-wrapper, .custom-iwvt-icon-wrapper{
        padding-top: 18px;
    }
    .custom-iwvt-text-wrapper{
        padding: 30px;
    }
}

@media screen and (max-width: 989px){
    .custom-iwvt-wrapper{
        flex-direction: column !important;
    }
    .custom-iwvt-image-video-wrapper{
        width: 100%;
    }
    .custom-iwvt-text-wrapper{
        width: 100%;
        padding: 24px 20px;
    }
    .custom-iwvt{
        padding: 20px 0;
    }
}

/* Custom Card Section */
.custom-card{
    padding: 40px 0;
}
.custom-card-heading-top{
    font-size: 35px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
}
.custom-card-wrapper{
    display: block;
    width: 100%;
}
.custom-card-swiper{
    width: 100%;
}
.custom-card-swiper::part(button-next){
    right: 15px;
    filter: brightness(90%);
    border-radius: 50%;
    box-sizing: border-box;
    padding: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.custom-card-swiper::part(button-prev){
    right: 15px;
    filter: brightness(90%);
    border-radius: 50%;
    box-sizing: border-box;
    padding: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.custom-card-item{
    transition: all 0.15s ease-out;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.custom-card-item:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 50px 0px;
    transform: scale(1.03);
}
.custom-card-heading{
    letter-spacing: 0;
    margin: 0;
    font-size: 55px;
    font-weight: 600;
    line-height: 1;
}
.custom-card-subheading{
    letter-spacing: 0;
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    line-height: 1.2;
}
.custom-card-text{
    letter-spacing: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 749px){
    .custom-card-heading-top{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .custom-card{
        padding: 20px 0;
    }
}

/* Custom Logos Slider Section */
.custom-logos-slider{
    padding: 20px 0;
}
.custom-logos-slider-wrapper{
    position: relative;
    padding-top: 25px;
}
.custom-logos-slider-wrapper::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 45px);
    border-radius: 20px;
}
.custom-logos-slider-swiper{

}
.custom-logos-slider-swiper::part(container){
    padding-bottom: 70px;
}
.custom-logos-slider-swiper::part(pagination){
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    margin: 0;
    padding: 0;
    height: 12px;
    border-radius: 100px;
    overflow: hidden;
    filter: grayscale(1) brightness(0.1);
}
.custom-logos-img{
    display: block;
    margin: 0 auto;
    max-width: 160px;
    height: 60px;
    object-fit: contain;
    width: 100%;
    padding: 0 15px;
}

@media screen and (max-width: 749px){
    .custom-logos-img{
        height: 50px;
        max-width: 120px;
    }
    .custom-logos-slider-swiper::part(container){
        padding-bottom: 60px;
    }
    .custom-logos-slider-wrapper::after{
        height: calc(100% - 35px);
    }
}

/* Custom Testimonial 2 Section */
.custom-testimonial-2{
    padding: 40px 0;
}
.custom-testimonial-2-heading{
    font-size: 35px;
    margin: 0;
    color: black;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 0;
}
.custom-testimonial-2-swiper{

}
.custom-testimonial-2-item{

}
.custom-testimonial-2-swiper::part(container){
    padding-bottom: 40px;
}
.custom-testimonial-2-swiper::part(button-next){
    top: auto;
    bottom: 0;
    right: 43%;
    margin: 0;
    transform: none;
    width: 30px;
    height: 15px;
    color: inherit
}
.custom-testimonial-2-swiper::part(button-prev){
    top: auto;
    bottom: 0;
    left: 43%;
    margin: 0;
    transform: none;
    width: 30px;
    height: 15px;
    color: inherit
}
.custom-testimonial-2-img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px;
}
.custom-testimonial-2-text{
    margin: 0;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 18px;
    color: inherit;
}
.custom-testimonial-2-name{
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    margin-top: 3px;
    color: inherit;
    opacity: 0.75;
}

@media screen and (max-width: 989px){
    .custom-testimonial-2-text{
        font-size: 15px;
        line-height: 1.4;
    }
    .custom-testimonial-2-name {
        font-size: 14px;
    }
    .custom-testimonial-2-heading{
        font-size: 28px;
    }
}

@media screen and (max-width: 749px){
    .custom-testimonial-2-heading{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .custom-testimonial-2-text {
        font-size: 16px;
        line-height: 1.5;
    }
    .custom-testimonial-2-name {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px){
    .custom-testimonial-2-swiper::part(button-next){
        right: 40%;
    }
    .custom-testimonial-2-swiper::part(button-prev){
        left: 40%;
    }
}

/* Csutom Hotspots Section */
.custom-hotspots{
    padding: 40px 0;
}
.custom-hotspots-wrapper{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.custom-hotspots-img{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.custom-hotspots-item{
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 31px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    transition: all 0.15s ease-out;
    cursor: pointer;
    font-weight: 600;
}
.custom-hotspots-item.active{
    z-index: 2;
}
.custom-hotspots-text{
    transition: all 0.15s ease-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.custom-hotspots-item:hover .custom-hotspots-text{
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.custom-hotspots-text span{
    display: block;
    border-radius: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0;
    padding: 15px;
    position: relative;
}
.custom-hotspots-text span::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    z-index: -1;
}
.custom-hotspots-chunj-left span::after{
    left: -2px;
}
.custom-hotspots-chunj-right span::after{
    right: -2px;
}
.custom-hotspots-mobile-text{
    display: none;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    line-height: 18px;
    margin-top: 12px;
}
.custom-hotspots-wrapper-desktop{

}
.custom-hotspots-wrapper-mobile{
    display: none;
}

@media screen and (max-width: 749px){
    .custom-hotspots-text{
        display: none !important;
    }
    .custom-hotspots-mobile-text{
        display: block;
    }
    .custom-hotspots-item{
        width: 30px;
        height: 30px;
        line-height: 26px;
    }
    .custom-hotspots-wrapper-desktop{
        display: none;
    }
    .custom-hotspots-wrapper-mobile{
        display: block;
    }
}

/* Custom Main Product */
.custom-main-product--main-top .page-width{
    max-width: 100%;
    width: 100%;
}
.custom-main-product-container{
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 50px 0;
}
.custom-main-product-media-wrapper{
    width: calc(70% - 20px);
    position: relative;
    padding-left: 80px;
}
.custom-main-product-info-wrapper{
    flex: 0 0 400px;
}
.custom-main-product-media-swiper{
    width: 100%;
}
.custom-main-product-media-swiper::part(pagination){
    position: static;
    transform: none;
    margin: 0;
    margin-top: 5px;
}
.custom-main-product-media-swiper::part(bullet-active){
    background-color: #000;
}
.custom-main-product-media-swiper::part(button-next){
    background: white;
    color: black;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 13px;
    box-shadow: 0 1px 1px #00000014, 0 1px 5px #0000000f;
    transition-delay: .15s;
    transition: opacity .2s ease, transform .25s ease-out, visibility 0s linear .2s;
    top: 50%;
    transform: scale(0) translateY(-50%);
    right: 15px;
    margin: 0;
    transform-origin: top;
}
.custom-main-product-media-swiper::part(button-prev){
    background: white;
    color: black;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 13px;
    box-shadow: 0 1px 1px #00000014, 0 1px 5px #0000000f;
    transition-delay: .15s;
    transition: opacity .2s ease, transform .25s ease-out, visibility 0s linear .2s;
    top: 50%;
    transform: scale(0) translateY(-50%);
    left: 15px;
    margin: 0;
    transform-origin: top;
}
.custom-main-product-media-swiper:hover::part(button-next){
    transform: scale(1) translateY(-50%);
}
.custom-main-product-media-swiper:hover::part(button-prev){
    transform: scale(1) translateY(-50%);
}
.custom-main-product-media-swiper::part(button-next):hover{
    transform: scale(1.12) translateY(-50%);
}
.custom-main-product-media-swiper::part(button-prev):hover{
    transform: scale(1.12) translateY(-50%);
}
.custom-main-product-media-box{
    cursor: url('https://cdn.shopify.com/s/files/1/0792/9525/0760/files/icon-zoom-in.svg?v=1734522294'), zoom-in;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.custom-main-product-media-img{
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}
.custom-main-product-media-video{
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}
.custom-main-product-media-thumb-swiper{
    width: 100%;
    margin-top: 10px;
}
.custom-main-product-media-thumb{
    /* position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent; */
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 20px;
}
.swiper-slide-thumb-active .custom-main-product-media-thumb{
    border-color: #00000050;
}
.custom-main-product-media-thumb-img{
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px;
}
.custom-main-product-media-thumb svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 25px;
    height: 25px;
    display: block;
}

.custom-main-product-title-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.custom-main-product-title{
    margin: 0;
    font-size: 24px;
    letter-spacing: 0;
    margin: 0;
    line-height: 1.2;
}
.custom-main-product-text{
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    flex: 1 1 auto;
}
.custom-main-product-text ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.custom-main-product-text ul li{
    display: flex;
    align-items: center;
    gap: 6px;
}
.custom-main-product-text > *:last-child{
    margin-bottom: 0;
}
.custom-main-product-text > div > *:last-child{
    margin-bottom: 0;
}
.custom-main-product-text > *:first-child{
    margin-top: 0;
}
.custom-main-product-text > div > *:first-child{
    margin-top: 0;
}
.custom-main-product-rating{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}
.custom-main-product-rating .custom-reviews-rating-top{
    flex: 0 0 auto;
    gap: 1px;
}
.custom-main-product-rating .custom-reviews-rating-top span {
    width: 16px;
    height: 16px;
    padding: 3px;
}
.custom-main-product-rating .custom-reviews-badge{
    width: auto;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    flex: 1 1 auto;
    max-width: 100%;
    letter-spacing: 0;
}
.custom-product-swatch-heading{
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 12px;
}
.custom-product-swatch-heading em{
    line-height: 1;
    font-style: normal;
    font-weight: 600;
}
.custom-product-swatch-heading span{
    border-left: 1px solid;
    line-height: 1;
    padding-left: 6px;
    margin-left: 3px;
}
.custom-main-product-swatch-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.custom-main-product-swatch{
    width: 45px;
    height: 45px;
    border: 2px solid transparent;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.custom-main-product-swatch.active{
    border-color: black;
}
.custom-main-product-swatch-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.product-form__input .form__label{
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    margin-bottom: 5px !important;
}
.custom-main-product-fs-wrapper{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 12px;
}
.custom-main-product-fs-wrapper svg{
    display: block;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
}
.custom-main-product-fs-wrapper p{
    margin: 0;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
}
.custom-acc-wrapper{
    border-top: 1px solid;
    margin-top: 25px;
    margin-bottom: 25px;
}
.custom-acc{
    border-bottom: 1px solid;
}
.custom-acc-title-wrapper{
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}
.custom-acc-title-wrapper > svg{
    display: block;
    width: 25px;
    height: 25px;
    margin-right: -8px;
    transition: all 0.25s ease;
}
.custom-acc-title-wrapper.active > svg{
    transform: rotate(90deg);
}
.custom-acc-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 15px 0;
}
.custom-acc-title > svg{
    width: 16px;
    height: 16px;
    display: block;
    margin: 0;
}
.custom-acc-content{
    padding-bottom: 12px;
    padding-top: 5px;
    display: none;
}
.custom-acc-content *{
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 15px;
}
.custom-acc-content > *:first-child{
    margin-top: 0;
}
.custom-acc-content > div > *:first-child{
    margin-top: 0;
}
.custom-buy-buttons-wrapper{
    display: flex;
    margin-top: 25px;
}
.custom-buy-buttons-wrapper .product-form__quantity{
    margin: 0;
    flex: 0 0 auto;
    order: 3;
}
.custom-buy-buttons-wrapper .product-form__buttons{
    max-width: 100%;
    flex: 1 1 auto;
}
.custom-buy-buttons-wrapper .product-form__submit{
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    width: auto;
    flex: 1;
    order: 2;
    min-height: 57px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.custom-buy-buttons-wrapper .product-form__submit::before,
.custom-buy-buttons-wrapper .product-form__submit::after{
    display: none;
}
.custom-buy-buttons-wrapper .product-form__submit:hover{
    background: black;
    color: white;
}
.custom-buy-buttons-wrapper .product-form__submit span{
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 10px;
}
.custom-buy-buttons-wrapper .product-form__submit span svg{
    margin: 0 !important;
    display: none !important;
}
.custom-quantity-label{
    display: none !important;
}
.custom-inventory-wrapper{
    margin-top: 12px;
}
@keyframes animateInventory {
    0%{
        box-shadow: 0 0 0 0px currentColor;
    }
    100%{
        box-shadow: 0 0 0 10px transparent;
    }
}
.custom-inventory{
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    gap: 15px;
}
.custom-inventory span{
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    animation: animateInventory 1.5s ease infinite;
}
.custom-main-product-title-badge{
    display: none;
}
.custom-main-product-title-badge.active{
    display: inline-flex;
}
.custom-master-ids{
    display: none !important;
}

.custom-meta-info-wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f7f7f7;
    border-radius: 20px;
    margin-top: 25px;
    padding: 15px 10px;
    border: 1px solid #f2f2f7;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.custom-meta-info-img{
    width: 70px;
    flex: 0 0 70px;
}
.custom-meta-info-content-wrapper{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.custom-meta-info-title{
    margin: 0;
    letter-spacing: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
}
.custom-meta-info-text{
    margin: 0;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 15px;
}

.custom-addon-wrapper{
    margin-top: 24px;
}
.custom-addon-heading{
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    font-size: 18px;
    margin: 0;
    margin-bottom: 24px;
}
.custom-addon-flex-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.custom-addon-flex-item{
    width: calc(50% - 10px);
    background: #f7f7f7;
    padding: 20px 15px;
    border-radius: 20px;
}
.custom-addon-img{
    width: 100%;
    display: block;
    height: auto;
    max-width: 90px;
    border-radius: 20px;
}
.custom-addon-product-title{
    letter-spacing: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-top: 12px;
}
.custom-addon-title{
    letter-spacing: 0;
    line-height: 1;
    font-size: 15px;
    margin: 0;
    margin-top: 8px;
}
.custom-addon-price{
    letter-spacing: 0;
    line-height: 1;
    font-size: 15px;
    margin: 0;
    margin-top: 8px;
}
.custom-addon-price *{
    letter-spacing: 0;
}
.custom-addon-atc{
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    text-align: center;
    color: rgb(var(--color-button-text));
    background-color: rgba(var(--color-button),var(--alpha-button-background));
    border-radius: 20px;
    line-height: 13px;
    border: 0;
    letter-spacing: 0;
    margin-top: 12px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.custom-addon-atc.sold{
    pointer-events: none;
    opacity: 0.5;
}
.custom-addon-atc::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(var(--color-button),var(--alpha-button-background));
    opacity: 0;
    transition: all 0.3s ease;
}
.custom-addon-atc::after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid rgb(var(--color-button-text));
    border-radius: 50%;
    border-left-color: transparent;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: cloader 0.5s linear infinite;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease;
}
.custom-addon-atc.active{
    pointer-events: none;
}
.custom-addon-atc.active::before{
    opacity: 1;
}
.custom-addon-atc.active::after{
    opacity: 1;
}
.custom-main-product-info-wrapper .price__container{
    margin: 0;
    margin-top: 10px;
}
.custom-main-product-info-wrapper variant-selects{
    margin-top: 12px;
}
.custom-meta-info-wrapper-mobile{
    display: none;
}
.custom-mp-mobile-swiper{
    /* display: none; */
    max-width: 750px;
    margin: 0 auto;
}
.custom-mp-mobile-swiper::part(pagination){
    display: flex;
    justify-content: center;
    gap: 4px;
    bottom: 15px;
    display: none;
}
.custom-mp-mobile-swiper::part(bullet){
    background: black;
    opacity: 0.3;
    border: 1px solid white;
    margin: 0;
}
.custom-mp-mobile-swiper::part(bullet-active){
    background: black;
    opacity: 1;
    border: 1px solid white;
    margin: 0;
}
.custom-mp-mobile-swiper::part(button-next){

}
.custom-mp-mobile-swiper::part(button-prev){
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 13px;
    background: transparent;
    border: 1px solid black;
    color: black;
    border-radius: 50%;
}
.custom-mp-mobile-swiper::part(button-next){
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 13px;
    background: transparent;
    border: 1px solid black;
    color: black;
    border-radius: 50%;
}
.custom-mp-mobile-swiper swiper-slide{
    display: block;
    background: var(--gradient-background);
}
.custom-mp-mobile-swiper img{
    /* width: 100%;
    mix-blend-mode: multiply;
    display: block;
    height: auto;
    max-width: 100%; */

    object-fit: contain;
    width: 100%;
    display: block;
    max-width: 100%;
    mix-blend-mode: multiply;
    height: calc(100vh - var(--header-height) - 100px);
}

@media screen and (max-width: 1400px){
    .custom-main-product-media-wrapper{
        width: calc(60% - 20px);
    }
}

@media screen and (max-width: 1280px){
    .custom-main-product-media-wrapper{
        width: calc(100% - 440px);
    }
    .custom-mp-img{
        height: auto !important;
    }
    .custom-mp-mobile-swiper img{
        height: auto;
    }
    .custom-mp-mobile-swiper{
        max-width: 100%;s
    }
}

@media screen and (max-width: 989px){
    .custom-mp-mobile-swiper::part(button-prev),
    .custom-mp-mobile-swiper::part(button-next){
        display: none;
    }
    .custom-mp-mobile-swiper::part(pagination){
        display: flex;
    }
    .custom-mp-mobile-swiper{
        display: block;
    }
    .custom-mp-thumb-wrapper{
        display: none !important;
    }
    .custom-mp-img-a{
        display: none !important;
    }
    .custom-main-product-container{
        flex-wrap: wrap;
    }
    .custom-main-product-media-wrapper{
        width: 100%;
        padding: 0;
    }
    .custom-main-product-info-wrapper{
        width: 100%;
        flex: 0 0 100%;
    }
    .custom-meta-info-wrapper-desktop{
        display: none;
    }
    .custom-meta-info-wrapper-mobile{
        display: flex;
    }
    .custom-main-product-container{
        gap: 20px;
    }
    .custom-main-product-title{
        font-size: 20px;
    }
    .custom-meta-info-title{
        font-size: 18px;
        line-height: 1.4;
    }
    .custom-main-product-info-wrapper .price__container *{
        font-size: 16px !important;
    }
    .custom-mp-details{
        padding: 50px 0 !important;
    }
}

@media screen and (max-width: 749px){
    .custom-mp-details{
        max-width: 100% !important;
    }
    .custom-meta-info-img{
        width: 50px;
        flex: 0 0 50px;
    }
    .custom-meta-info-wrapper-mobile{
        gap: 12px;
    }
    .custom-meta-info-content-wrapper{
        gap: 5px;
    }
    .custom-addon-flex-wrapper{
        gap: 10px;
    }
    .custom-addon-flex-item{
        width: calc(50% - 5px);
    }
    .custom-addon-product-title{
        font-size: 15px;
        margin-top: 10px;
    }
    .custom-addon-title{
        font-size: 14px;
        margin-top: 7px;
    }
    .custom-addon-price{
        font-size: 14px;
        margin-top: 7px;
    }
    .custom-main-product-media-thumb-swiper-hide{
        display: none;
    }
    .custom-main-product-container{
        padding-top: 15px;
    }
}
#sn-product-widget #powered-by{
    display: none !important;
}
#sn-product-widget__purchase-options button{
    border-radius: 20px !important;
    width: calc(50% - 5px) !important;
}
#sn-product-widget__purchase-options div{
    margin: 0 !important;
}
#sn-product-widget section h4{
    margin-top: 0 !important;
}
.custom-buy-buttons-inner-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}
#sn-product-widget{
    margin-bottom: 0 !important;
    order: 1;
}
#sn-product-widget .sn-product-widget__delivery-frequency .selling_plan{
    border-radius: 20px;
    padding-left: 8px;
    padding-right: 20px;
}
#sn-product-widget .sn-product-widget__delivery-frequency .selling_plan.selected{
    background-color: #f7f7f7 !important;
}

@media screen and (max-width: 480px){
    .custom-buy-buttons-wrapper .product-form__submit{
        flex: 0 0 100%;
        order: 3;
    }
    .custom-buy-buttons-wrapper .product-form__quantity{
        flex: 0 0 100%;
        width: 100%;
        order: 2;
    }
    .custom-buy-buttons-wrapper .product-form__quantity .quantity{
        width: 100%;
        margin-bottom: 12px;
    }
    #sn-product-widget__purchase-options button{
        width: 100% !important;
    }
}

.custom-drawer-bar-wrapper{
    padding: 10px 20px;
    padding-bottom: 5px;
    text-align: center;
}
.custom-drawer-bar-away-msg{
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: black;
  margin: 0;
  letter-spacing: 0;
}
.custom-drawer-bar-full-msg{
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: black;
  margin: 0;
  letter-spacing: 0;
}
.custom-drawer-bar{
  width: 100%;
  height: 7px;
  background: #ededed;
  position: relative;
  display: block;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 100px;
}
.custom-drawer-bar-fill{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: black;
  transition: all 0.3s ease;
  border-radius: 100px;
}

/* Custom Menu */
.custom-menu{
}
.custom-menu-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}
.custom-menu-item{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.custom-menu-title{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    pointer-events: none;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease;
}
.custom-menu-title svg{
    display: none;
    width: auto;
    height: auto;
    transition: all 0.3s ease;
}
.custom-menu-title.active svg{
    transform: rotate(180deg);
}
.custom-menu-item-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}
.custom-menu-link{
    display: block;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
}
.custom-menu-link:hover{
    text-decoration: underline;
}

@media screen and (max-width: 989px){
    .custom-menu-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 750px){
    .custom-menu-item-list{
        display: flex !important;
    }
}

@media screen and (max-width: 749px){
    .custom-menu-wrapper {
        gap: 40px 10px;
    }
    .custom-menu-item-list{
        display: none;
        padding: 0 10px;
    }
    .custom-menu-title{
        border-bottom: 1px solid rgba(var(--color-foreground), 0.15);
        padding: 10px;
        pointer-events: all;
    }
    .custom-menu-title svg{
        display: block;
    }
    .custom-menu-link{
        margin-bottom: 16px;
    }
    .custom-menu-link:last-child{
        margin-bottom: 0;
    }
    .custom-menu-title.active{
        background: rgba(var(--color-foreground), 0.05);
    }
}

@media screen and (max-width: 550px){
    .custom-menu-wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .custom-menu-link:last-child{
        margin-bottom: 16px;
    }
}

/* Custom IWL */
.custom-iwl{

}
.custom-iwl-wrapper{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.custom-iwl-item{
    position: relative;
}
.custom-iwl-img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 600px;
    object-fit: cover;
}
.custom-iwl-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    padding: 15px;
}
.custom-iwl-heading{
    margin: 0;
    margin-bottom: 5px;
    color: inherit;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 0;
}
.custom-iwt-link{
    font-size: 16px;
    margin: 0;
    display: block;
    width: 100%;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media screen and (max-width: 1280px){
    .custom-iwl-heading{
        font-size: 30px;
    }
    .custom-iwt-link{
        min-height: 60px;
    }
}

@media screen and (max-width: 989px){
    .custom-iwl-wrapper{
        display: flex;
        flex-wrap: wrap;;
    }
    .custom-iwl-item{
        flex: 1 1 calc(50% - 10px);
    }
}

@media screen and (max-width: 749px){
    .custom-iwl-heading{
        font-size: 24px;
    }
    .custom-iwl-item{
        flex: 0 0 100%;
    }
    .custom-iwt-link{
        min-height: 48px;
        font-size: 14px;
    }
    .custom-iwl-img{
        min-height: 500px;
    }
}

/* New Collection List */
.new-coll{

}
.new-coll-header{
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.new-coll-header::-webkit-scrollbar {
  display: none;
}
.new-coll-header-item{
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    flex: 0 0 auto;
}
.new-coll-container{

}
.new-coll-wrapper{
    display: none;
}
.new-coll-wrapper.active{
    display: block;
}
.new-coll-swiper{
    --swiper-scrollbar-border-radius: 0;
    --swiper-scrollbar-drag-bg-color: black;
}
.new-coll-swiper::part(button-next){
    background: white;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    margin: 0;
    padding: 15px;
    border: 1px solid currentColor;
    color: inherit;
    opacity: 0;
    transition: all 0.3s ease;
}
.new-coll-swiper::part(button-prev){
    background: white;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    margin: 0;
    padding: 16px;
    border: 1px solid currentColor;
    color: inherit;
    opacity: 0;
    transition: all 0.3s ease;
}
.new-coll-swiper:hover::part(button-next),
.new-coll-swiper:hover::part(button-prev){
    opacity: 1;
}
.new-coll-swiper::part(scrollbar){
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 4px;
    left: 0;
    border-radius: 0;
    position: static;
    margin-top: 40px;
}
.new-coll-swiper-slide{
    width: calc(25% - 15px);
    margin-right: 12px;
}
.new-coll-swiper-slide:last-child{
    margin-right: 0;
}
.new-coll-item{
    display: block;
    color: inherit;
    text-decoration: none;
}
.new-coll-item-img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.new-coll-item-price{
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px;
    padding: 0 8px;
}
.new-coll-item-title{
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 0 8px;
}
.new-coll-mobile-wrapper{
    display: none;
}

@media screen and (max-width: 1024px){
    .new-coll-swiper-slide{
        width: calc(33.33% - 8px);
    }
}

@media screen and (max-width: 749px){
    .new-coll-swiper{
        /* display: none; */
    }
    .new-coll-mobile-wrapper{
        /* display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px; */
    }
    .new-coll-swiper-slide{
        width: calc(50% - 6px);
    }
    .new-coll-swiper::part(button-prev){
        display: none;
    }
    .new-coll-swiper::part(button-next){
        display: none;
    }
}

.custom-footer-bottom-menu{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    align-items: center;
    padding-top: 36px;
}
.custom-footer-bottom-menu li{
    border-right: 1px solid;
    padding: 0 15px;
    line-height: normal;
}
.custom-footer-bottom-menu li:first-child{
    padding-left: 0;
}
.custom-footer-bottom-menu li:last-child{
    padding-right: 0;
    border: 0;
}
.custom-footer-bottom-menu li a{
    color: inherit;
    text-decoration: none;
    font-size: 14px;
}
.custom-footer-bottom-menu li a:hover{
    text-decoration: underline;
}

/* New FAQ */
.new-faq{
    padding: 60px 0;
}
.custom-faq-heading{
    font-size: 36px;
    margin: 0;
    font-weight: bold;
    text-align: center;
}
.new-faq-wrapper{
    margin-top: 20px;
}
.new-faq-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.new-faq-cat-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px;
    border-radius: 4px;
    gap: 4px;
}
.new-faq-cat-list-item{
    font-size: 18px;
    padding: 4px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    cursor: pointer;
    border-radius: 4px;
    min-height: 40px;
    transition: all 0.5s ease;
}
.new-faq-block-container{
    display: flex;
    flex-direction: column;
    max-width: 930px;
    margin: 0 auto;
    margin-top: 50px;
}
.new-faq-block-wrapper{
    display: none;
    flex-direction: column;
    gap: 20px;
}
.new-faq-block-wrapper.active{
    display: flex;
}
.new-faq-block-heading{
    font-size: 20px;
    margin: 0;
    margin-bottom: 12px;
}
.new-faq-block{
    border-radius: 4px;
}
.new-faq-block-title{
    padding: 27px 30px;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    cursor: pointer;
}
.new-faq-block .new-faq-plus{
    display: block;
    width: 24px;
    height: 24px;
}
.new-faq-block .new-faq-minus{
    display: none;
    width: 24px;
    height: 24px;
}
.new-faq-block.active .new-faq-plus{
    display: none;
}
.new-faq-block.active .new-faq-minus{
    display: block;
}
.new-faq-block-content{
    opacity: 0.6;
    padding: 20px 30px 30px 30px;
    display: none;
    position: relative;
    overflow-wrap: anywhere;
}
.new-faq-block-content::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    height: 1px;
    background: #e4e4e4;
}
.new-faq-block-content *{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
}
.new-faq-block-content > *:first-child{
    margin-top: 0;
}
.new-faq-block-content > *:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 989px){
    .new-faq-block-title{
        padding: 13px 16px;
        font-size: 16px;
    }
    .new-faq-block-content *{
        font-size: 16px;
    }
    .new-faq-block-content{
        padding: 12px 16px 16px 16px;
    }
    .new-faq-block-content::before{
        width: calc(100% - 32px);
    }
    .new-faq-block-wrapper{
        gap: 12px;
    }
    .new-faq-block-container{
        margin-top: 24px;
    }
    .custom-faq-heading{
        font-size: 24px;
    }
    .new-faq-wrapper{
        margin-top: 12px;
    }
    .new-faq-cat-list-item{
        padding: 5px 10px;
        min-height: 32px;
        font-size: 14px;
        letter-spacing: 0;
    }
    .new-faq-cat-list{
        padding: 4px;
    }
}

/* New Collage With Link */
.custom-cwl {

}
.custom-cwl-wrapper{

}
.custom-faq-left{

}
.custom-cwl-heading{
    font-size: 38px;
    margin: 0;
    text-transform: uppercase;
}
.custom-cwl-subheading{
    font-size: 16px;
    margin: 0;
    margin-top: 16px;
    line-height: 1.5;
}
.new-cwl-swiper{
    --swiper-scrollbar-border-radius: 0;
    --swiper-scrollbar-drag-bg-color: black;
    box-sizing: border-box;
    margin-top: 16px;
}
.new-cwl-swiper *{
    box-sizing: border-box;
}
.new-cwl-swiper::part(button-next){
    background: white;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    margin: 0;
    padding: 15px;
    border: 1px solid currentColor;
    color: inherit;
    opacity: 0;
    transition: all 0.3s ease;
}
.new-cwl-swiper::part(button-prev){
    background: white;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    margin: 0;
    padding: 16px;
    border: 1px solid currentColor;
    color: inherit;
    opacity: 0;
    transition: all 0.3s ease;
}
.new-cwl-swiper:hover::part(button-next),
.new-cwl-swiper:hover::part(button-prev){
    opacity: 1;
}
.new-cwl-swiper::part(scrollbar){
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 4px;
    left: 0;
    border-radius: 0;
    position: static;
    margin-top: 24px;
}
.new-cwl-swiper-slide{
    width: calc(33.33% - 15px);
    margin-right: 8px;
    height: auto;
}
.new-cwl-swiper-slide:last-child{
    margin-right: 0;
}
.new-cwl-item{
    display: block;
    color: inherit;
    text-decoration: none;
}
.new-cwl-item-img-wrapper{
    position: relative;
}
.new-cwl-item-img{
    display: block;
    width: 100%;
    height: auto;
}
.new-cwl-item-thumbs-wrapper{
    position: absolute;
    bottom: -24px;
    width: 100%;
    display: flex;
    gap: 8px;
    justify-content: center;
}
.new-cwl-item-thumb{
    width: 48px;
    height: 48px;
    object-fit: cover;
    display: block;
    max-width: 100%;
    border: 1px solid currentColor;
}
.new-cwl-title{
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    padding: 36px 16px 16px 16px;
    font-size: 16px;
    color: inherit;
}
.new-cwl-title span{
    text-decoration: underline;
    color: inherit;
}
.new-cwl-item:hover{
    border: 1px solid currentColor;
}
@media screen and (max-width: 989px){
    .new-cwl-swiper-slide{
        width: 70%;
    }
    .custom-cwl-heading{
        font-size: 30px;
    }
    .custom-cwl-subheading{
        font-size: 14px;
    }
}
@media screen and (max-width: 749px){
    .new-cwl-swiper-slide{
        width: calc(100% - 20px)
    }
}

.card-custom-inner-wrapper{
    position: relative;
}
.custom---quick-add{
    position: absolute !important;
    margin: 0 !important;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    z-index: 2 !important;
}
.custom---quick-add .quick-add__submit{
    font-size: 13px !important;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 40px;
    border: 1px solid black !important;
    border-radius: 0;
    opacity: 0;
    transition: all 0.15s ease;
    padding: 0 ;
}
.product-card-wrapper:hover .custom---quick-add .quick-add__submit{
    opacity: 1;
}
.custom---quick-add .quick-add__submit::before{
    display: none;
}
.custom---quick-add .quick-add__submit::after{
    display: none;
}
.custom-card--variant-title{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
    margin-top: 5px;
    color: rgba(var(--color-foreground), 0.7);
}
.facets__summary{
    
}
.facets__summary > div > .icon{
    left: 0;
    right: auto;
}

.facet-checkbox__text-label, .facets__summary-label{
    text-decoration: none !important;
}

.facets-wrap-vertical{
    max-height: 192px;
    overflow-y: auto;
}

.facets-wrap-vertical::-webkit-scrollbar {
  width: 4px;
  border-radius: 100px;
}

/* Track */
.facets-wrap-vertical::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 100px;
}

/* Handle */
.facets-wrap-vertical::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 100px;
}

/* Handle on hover */
.facets-wrap-vertical::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.facet-filters.sorting *{
    letter-spacing: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

#ProductCountDesktop, .product-count__text{
    letter-spacing: 0;
    font-size: 11px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal !important;
}

.card-information .price *{
    font-size: 16px !important;
    letter-spacing: 0;
}

.card-information .price{
    font-size: 16px !important;
    margin-bottom: 5px;
}

@media screen and (min-width: 750px){

.facets-container{
    position: sticky;
    height: calc(100dvh - var(--header-height));
    top: calc(var(--header-height) + 20px);
    overflow-y: auto;
}

.facets-container::-webkit-scrollbar {
  width: 4px;
  border-radius: 100px;
  height: 0;
}

/* Track */
.facets-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 100px;
}

/* Handle */
.facets-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 100px;
}

/* Handle on hover */
.facets-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
}

.mobile-facets__arrow .icon-arrow{
    width: 7px;
}
.mobile-facets__close-button .icon-arrow{
    width: 7px;
}

.mobile-facets__label{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 0 !important;
    letter-spacing: 0;
}
.mobile-facets__close-button{
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
    margin: 0 !important;
}
.mobile-facets__list{
    padding-bottom: 15px;
}
.mobile-facets__clear-wrapper{
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
    width: 100% !important;
}
.mobile-facets__footer{
    padding: 0 !important;
}
.mobile-facets__clear {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    color: white !important;
    text-decoration: none;
    width: 100%;
}
.mobile-facets__summary{
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.mobile-facets__sort .select__select{
    min-height: auto !important;
    height: auto !important;
}

@media screen and (max-width: 749px){
    .facets-container .product-count{
        display: none;
    }
}

.mobile-facets__disclosure{
    width: calc(100% - 30px);
    left: 15px;
    position: fixed;
    bottom: 15px;
    z-index: 9;
    border: 1px solid white;
}
.mobile-facets__open-wrapper{
    width: 100%;
}
.mobile-facets__open{
    width: 100%;
    background: black;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 40px;
}
.mobile-facets__open-label {
    text-decoration: none !important;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0 !important;
}
.mobile-facets__heading{
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0 !important;
}
.mobile-facets__count{
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0 !important;
}

.template---collection .rich-text__wrapper.page-width{
    max-width: 100%;
    width: 100%;
}

.template---collection .rich-text__wrapper .rich-text__text{
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 10px;
}

.template---collection .rich-text__wrapper .rich-text__blocks{
    max-width: 100%;
}


.new-related-heading{
    font-size: 18px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    margin-bottom: 30px;
}
.new-related-swiper{
}
.new-related-swiper-slide{
    width: calc(25% - 6px);
    margin-right: 8px;
}
.new-related-swiper::part(button-next),
.new-related-swiper::part(button-prev){
    background: white;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid currentColor;
    color: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media screen and (max-width: 989px){
    .new-related-swiper-slide{
        width: calc(33.33% - 5px);
    }
}

@media screen and (max-width: 749px){
    .new-related-swiper-slide{
        width: 70%;
    }
    .new-related-swiper::part(button-next),
    .new-related-swiper::part(button-prev){
        display: none;
    }
    .custom---quick-add .quick-add__submit > *:not(.loading__spinner){
        display: none;
    }
    .custom---quick-add .quick-add__submit{
        opacity: 1;
        width: 38px;
        height: 38px;
        min-width: auto;
        min-height: auto;
        border-radius: 50%;
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: auto;
    }
    .custom---quick-add .quick-add__submit.loading{
        background-image: none;
    }
}


.custom-multi{

}
.custom-multi-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.custom-multi-item{
    width: calc(33.33% - 14px);
}
.custom-multi-img{
    display: block;
    max-width: 50px;
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-bottom: 10px;
}
.custom-multi-inner-item{
    max-width: 250px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
}
.custom-multi-inner-item a{
    color: inherit;
}
.custom-multi-inner-item *:first-child{
    margin-top: 0;
}
.custom-multi-inner-item *:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 749px){
    .custom-multi-item{
        width: 100%;
    }
}

.custom-mp-img-a{
    display: block;
}
.custom-mp-img{
    object-fit: contain;
    width: 100%;
    display: block;
    max-width: 100%;
    mix-blend-mode: multiply;
    height: calc(100vh - var(--header-height) - 100px);
}
.custom-mp-thumb-wrapper{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-height: 100%;
    overflow-y: auto;
}
.custom-mp-thumb-wrapper a{
    display: block;
    border: 1px solid rgb(216, 216, 216);
}
.custom-mp-thumb-wrapper img{
    width: 54px;
    height: 54px;
    object-fit: cover;
    display: block;
}


.custom-mp-details-link{
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: underline;
    align-items: center;
    gap: 6px;
    display: inline-flex;
    margin-top: 4px;
    cursor: pointer;
}
.custom-mp-details-link svg{
    display: block;
    width: 20px;
    height: 12px;
}
.custom-mp-simple-text{
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
    margin-top: 5px;
}
.custom-mp-details{

}

.custom-mp-text-wrapper{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.custom-mp-share{
    flex: 0 0 80px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.custom-mp-share .share-button__button{
    margin: 0;
    height: auto;
    min-height: auto;
}
.custom-mp-share .share-button__button .svg-wrapper{
    width: 16px;
    height: 16px;
}
.custom-mp-share .share-button__button svg{
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}
.custom-mp-text-wrapper{
    margin-top: 16px;
}

.product-popup-modal__content-info table{
    width: 100% !important;
    max-width: 100%;
    border: 1px solid ;
}

.product-popup-modal__opener{
    display: flex !important;
    justify-content: flex-end;
    width: 100%;
}
.product-popup-modal__button{
    min-height: auto !important;
    height: auto !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    margin-top: 16px;
}

.newsletter-form__button .svg-wrapper svg{
    width: 14px;
}

.newsletter-form__field-wrapper .field__input{
    background: white;
}

.custom-mp-details-wrapper{
    background: white;
}
.custom-mp-details{
    max-width: 555px;
    margin: 0 auto;
    padding: 100px 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
}
.custom-mp-details *{
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 1.5 !important;
}
.custom-mp-details h1,
.custom-mp-details h2,
.custom-mp-details h3,
.custom-mp-details h4,
.custom-mp-details h5,
.custom-mp-details h6{
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.5 !important;
}
.custom-mp-details > *:first-child{
    margin-top: 0;
}
.custom-mp-details > *:last-child{
    margin-bottom: 0;
}
.collection-list__item .card__information .icon-wrap svg{
    width: 12px;
    height: 12px;
}

.custom-bottom-mobile-menu{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 30px 0 !important;
}
.custom-bottom-mobile-menu .menu-drawer__menu-item{
    min-height: auto;
}

.custom-coll-breadcrumbs{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}
.custom-coll-breadcrumbs em{
    font-style: normal;
}
.custom-coll-breadcrumbs span{
    opacity: 0.7;
}
.custom-coll-breadcrumbs a{
    text-decoration: none;
    color: inherit;
}
.custom-coll-breadcrumbs + *{
    margin: 0 !important;
}

.custom-cc-flags{
    width: 24px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.new-stabs{

}
.new-stabs-wrapper{
    max-width: 750px;
    margin: auto;
}
.new-stabs-wrapper a{
    color: inherit;
    word-break: break-all;
}
.new-stabs-heading{
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.new-stabs-text{
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
}
.new-stabs-text *{
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.35;
}
.new-stabs-text > *:first-child{
    margin-top: 0;
}
.new-stabs-text > *:last-child{
    margin-bottom: 0;
}
.new-stabs-tab-wrapper{
    padding: 50px 0;
}
.new-stabs-ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    border-bottom: 1px solid black;
}
.new-stabs-li{
    border: 1px solid transparent;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    top: 1px;
    cursor: pointer;
}
.new-stabs-li.active{
    border-color: black;
    border-bottom-color: white;
    background-color: white;
}
.new-stabs-img{
    display: block;
    width: 25px;
    height: 25px;
    object-fit: contain;
    max-width: 100%;
    flex: 0 0 25px;
}
.new-stabs-tab{
    display: none;
    font-size: 14px;
    margin: 0;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 30px;
}
.new-stabs-tab.active{
    display: block;
}
.new-stabs-tab *{
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.35;
}
.new-stabs-tab > *:first-child{
    margin-top: 0;
}
.new-stabs-tab > *:last-child{
    margin-bottom: 0;
}
.new-stabs-bottom-text{
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
}
.new-stabs-bottom-text *{
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.35;
}
.new-stabs-bottom-text > *:first-child{
    margin-top: 0;
}
.new-stabs-bottom-text > *:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 749px){
    .new-stabs-li:first-child{
        margin-left: auto;
    }
    .new-stabs-li:last-child{
        margin-right: auto;
    }
    .new-stabs-ul{
        border: 0;
        justify-content: flex-start;
    }
    .new-stabs-li{
        top: 0;
        padding: 8px 50px;
        flex: 0 0 auto;
        border: 1px solid #f6f6f6;
        border-bottom: 2px solid #f6f6f6;
    }
    .new-stabs-ul{
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .new-stabs-li.active{
        border-color: block;
        border-bottom-color: black;
    }
}