/** Shopify CDN: Minification failed

Line 648:23 Unexpected "="

**/

.shopify-section.rich-text .wrapper-spacing--v .homepage-featured-rich-text__text-alignment-desktop--center p{
    font-size: 16px!important;
}
/* .shopify-section.rich-text .wrapper-spacing--v .homepage-featured-rich-text__text-alignment-desktop--center h2{
    font-size: 24px!important;
} */


/* Place any CSS overrides in this file. */

/* Custom slideshow: button container and button sizing */
.slideshow-slider-container .homepage-section-btn-container {
  min-width: 30%;
}
.slideshow-slider-container .btn,
.slideshow-slider-container .homepage-section-btn {
  min-width: 100%;
}
.cart-drawer__recommendations-grid .product-card-basic, .collection-main-body-inner .product-card {
    box-shadow: 0 0 5px #8383837b;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.cart-drawer__recommendations-grid .product-card-basic--info{
    width: 60%;
    justify-content: space-around;
}
.template-index .header-section.sticky-header:not(.sticked) .overlay-header:not(:hover) {

}
.cart-drawer__recommendations-grid .product-card-basic__image{
    flex: 1;
    max-width: 40%;
}
.cart-drawer__recommendations-grid .product-grid--title-font-heading{
    font-size: 120%;
}
.collection-main-body-inner product-card{
    box-shadow: 0 0 2px #8383837b;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

#FooterEmail{

    padding: 5px;
    border-radius: 5px;

}
.section--newsletter{
    container-type: inline-size;
    container-name: newsletter-section;
}

@container newsletter-section (max-width: 1280px){
    .newsletter-wrapper--outer{
        flex-direction: column!important;
    }
    .newsletter-wrapper--outer > *{
        width: 100%!important;

        justify-content: center!important;
    }
}
.site-nav .first-level-dropdown{
    border-color: #000!important;
    transition: all 0.3s ease-in-out!important;
}
.overlay-header .site-nav .first-level-dropdown{
    border-color: #fff!important;
}
.site-nav .first-level-dropdown span.animated-underline{
    background-image: none!important;
}

/* .site-nav .first-level-dropdown:hover{
    background: var(--primary-btn-bg-color)!important;
    color: #fff!important;
    transition: all 0.3s ease-in-out!important;
} */
.footer-email-input{
    color: #fff!important;
    padding: 10px!important;
    text-align: left!important;
    border: unset!important;
    border-bottom: 1px solid #fff!important;
    border-radius: 0!important;

}
    .footer-email-submit{
    width: fit-content!important;
    margin-left: 1rem;
    text-align: center!important;
    background: var(--primary-btn-bg-color)!important;
    min-width: clamp(100px, 30%, 300px)!important;
    justify-content: center!important;
    }
#newsletter-wrapper{
    gap: 1rem!important;
}
.image-bar__content{
    max-width: 250px!important;
}
@media (width > 768px){
.newsletter-footer{
    text-align: left!important;
}
}
.social-icons-footer_newsletter svg{
    height: 40px;
    width: 40px;
}
.social-icons-footer_newsletter .standalone-icon--wrapper{
    padding: 0!important;
}
.social-icons-footer_newsletter{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    
}
.footer-main--blocks{
    width: 100%;
    
}
.footer-main--blocks div{
    width: 100%;
    flex:1;
    max-width: 500px!important;
}
.footer-main--inner .footer-email-submit{
    width: 100%!important;
}

.product-grid--subtitle{
    font-weight: 400!important;
    font-size: 80%!important;
    margin-bottom: 0!important;
}
@media only screen and (min-width: 768px){
    .footer-wrapper .footer-main .footer-main--inner{
        padding-top: 0!important;
    }
}
@media screen and (width < 768px){
    #newsletter-wrapper{
        background: #fff;
        border-radius: var(--alt-btn-border-radius);
    }
    #newsletter-wrapper {
        background: #fff!important;
        color: #000!important;
        border: 1px solid #e0e0e0!important;
        border-radius: 5px!important;
    }
    .footer-wrapper .footer-main .footer-main--inner .footer-main--blocks{
        column-gap: 10px!important;
    }
    .footer-wrapper .footer-main .footer-main--inner .footer-main--blocks .footer-header{
        border-bottom: 1px solid!important;
        padding-bottom: 10px!important;
    }
    .footer-main--blocks{
        display: grid!important;
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-main--blocks .image-footer{
        width: 100%!important;
        grid-column: span 2!important;
        order: 3
    }
    .image-footer .image-bar__content{
        max-width: clamp(200px, 50vw, 600px)!important;
    }
    .links-footer{

    width: 100%!important;
    grid-column: span 1!important;
    }
    .newsletter--section-wrapper.color-scheme--light #newsletter_text, .newsletter--section-wrapper.color-scheme--light #newsletter_text::placeholder{
        padding-block: 0!important;
    }
    product-card.grid-view-item{
        padding-inline: 1.2rem!important;

    }
}
.footer-main--blocks .newsletter-footer{
    flex: 2;
    width: 100%;
    order: -1;
}
#newsletter-footer_form {
    flex-direction: column;
}
.image-bar__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
}

.image-footer .image-bar__content{
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
}
.global-drawer__body--content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0!important;
}
.grid-view-item{
border-radius: 75px!important;
padding-bottom: 3rem!important;
padding-inline: 2rem!important;
}
.custom-badge {
    border-radius: 100vw !important;
    font-size: 0.9rem;
    padding: 0.8rem 1.2rem;
    font-weight: 600;
}



@media (width > 768px){
    .grid-view-item-image *:not(.custom-badge){
        background-color: transparent!important;
    }
    .grid__image:hover .product-card__image--secondary{
        background-color: transparent!important;
    }
    .grid__image:has(.product-card__image--secondary):hover .responsive-image-wrapper:not(.product-card__image--secondary){
        opacity: 0;
    
    }
}
.product-grid--title.product-grid--title-font-heading{
    font-size: 150%;
}
.product-grid--rating{

}
.reviews-star-rating__stars path{
    fill: #FCB040!important;
    stroke: #FCB040!important;
}
/* Scrolling banner: make PNG logos white */

/* Custom gallery slideshow: background text marquee */
.custom-gallery-slideshow__grid-wrapper {
    position: relative;
}
.custom-gallery-slideshow__grid-wrapper > content-grid-slider,
.custom-gallery-slideshow__grid-wrapper > .content-grid {
    position: relative;
    z-index: 1;
}
.custom-gallery-slideshow__background-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.custom-gallery-slideshow__background-text .product-slideshow__overlay-top {
    min-width: 0;
    flex-basis: 30%;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: var(--background-text-opacity, 0.2);
}
.custom-gallery-slideshow__background-text .product-slideshow__marquee {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}
.custom-gallery-slideshow__background-text .product-slideshow__marquee-content {
    display: flex;
    animation: marquee var(--marquee-duration, 40s) linear infinite;
    font-size: var(--background-text-font-size-mobile); margin: 0;
}
.custom-gallery-slideshow__background-text .product-slideshow__marquee-content span {
    padding-right: 0.5em;
    flex-shrink: 0;
    line-height: 1;
}
@media (min-width: 768px) {
    .custom-gallery-slideshow__background-text .product-slideshow__marquee-content {
        font-size: var(--background-text-font-size-desktop);
    }
}
@keyframes marquee {
    0% { transform: translateX(calc(-1 * var(--marquee-distance, 25%))); }
    100% { transform: translateX(0); }
}
.custom-gallery-slideshow__background-text .product-slideshow__marquee--reverse .product-slideshow__marquee-content {
    animation-direction: reverse !important;
}
.custom-gallery-slideshow__background-text .product-slideshow__overlay-top--soft_shadow .product-slideshow__marquee-content {
    text-shadow: 0.05em 0.07em 4px rgba(0,0,0,0.7);
}
.custom-gallery-slideshow__background-text .product-slideshow__overlay-top--hard_shadow .product-slideshow__marquee-content {
    text-shadow: 0.05em 0.07em 0 rgba(0,0,0,0.5);
}
.custom-gallery-slideshow__background-text .product-slideshow__overlay-top--outline_shadow .product-slideshow__marquee-content span {
    position: relative;
    -webkit-text-stroke: 2px var(--color-scheme-text-color);
}
.custom-gallery-slideshow__background-text .product-slideshow__overlay-top--outline_shadow .product-slideshow__marquee-content span::after {
    content: attr(data-text);
    position: absolute;
    top: 0.07em;
    left: 0.07em;
    color: transparent;
    -webkit-text-stroke: 2px var(--color-scheme-text-color);
    z-index: -1;
}
.custom-gallery-slideshow__background-text .product-slideshow__overlay-top--outline .product-slideshow__marquee-content {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--color-scheme-text-color);
}

/* Focused product gallery: background text marquee */
.focused-product-gallery__grid-wrapper {
    position: relative;
}
.focused-product-gallery__grid-wrapper > focused-product-gallery {
    position: relative;
    z-index: 1;
}
.focused-product-gallery__background-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    pointer-events: none;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.focused-product-gallery__background-text .product-slideshow__overlay-top {
    min-width: 0;
    flex-basis: 30%;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: var(--background-text-opacity, 0.2);
}
.focused-product-gallery__background-text .product-slideshow__marquee {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}
.focused-product-gallery__background-text .product-slideshow__marquee-content {
    display: flex;
    animation: marquee var(--marquee-duration, 40s) linear infinite;
    font-size: var(--background-text-font-size-mobile); margin: 0;
    color: var(--background-text-color, currentColor);
}
.focused-product-gallery__background-text .product-slideshow__marquee-content span {
    padding-right: 0.5em;
    flex-shrink: 0;
    line-height: 1;
}
@media (min-width: 768px) {
    .focused-product-gallery__background-text .product-slideshow__marquee-content {
        font-size: var(--background-text-font-size-desktop);
    }
}
.focused-product-gallery__background-text .product-slideshow__marquee--reverse .product-slideshow__marquee-content {
    animation-direction: reverse !important;
}
.focused-product-gallery__background-text .product-slideshow__overlay-top--soft_shadow .product-slideshow__marquee-content {
    text-shadow: 0.05em 0.07em 4px rgba(0,0,0,0.7);
}
.focused-product-gallery__background-text .product-slideshow__overlay-top--hard_shadow .product-slideshow__marquee-content {
    text-shadow: 0.05em 0.07em 0 rgba(0,0,0,0.5);
}
.focused-product-gallery__background-text .product-slideshow__overlay-top--outline_shadow .product-slideshow__marquee-content span {
    position: relative;
    -webkit-text-stroke: 2px var(--background-text-color, var(--color-scheme-text-color));
}
.focused-product-gallery__background-text .product-slideshow__overlay-top--outline_shadow .product-slideshow__marquee-content span::after {
    content: attr(data-text);
    position: absolute;
    top: 0.07em;
    left: 0.07em;
    color: transparent;
    -webkit-text-stroke: 2px var(--background-text-color, var(--color-scheme-text-color));
    z-index: -1;
}
.focused-product-gallery__background-text .product-slideshow__overlay-top--outline .product-slideshow__marquee-content {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--background-text-color, var(--color-scheme-text-color));
}

/* Focused product gallery: equal-height cards in Swiper (e.g. variant radios vs single-variant) */
focused-product-gallery .swiper-wrapper {
    align-items: stretch;
}
focused-product-gallery .swiper-slide {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: auto;
    box-sizing: border-box;
}
focused-product-gallery .swiper-slide product-card.grid-view-item {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
}
focused-product-gallery .swiper-slide product-card.grid-view-item > div:first-child {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
focused-product-gallery .swiper-slide .grid-view-item-image {
    flex-shrink: 0;
}
focused-product-gallery .swiper-slide .product-card-atc-wrapper {
    margin-top: auto;
}

.product-single-wrapper{
    max-width: 1440px;
    margin-inline: auto;
}
.swatch .swatch-items-wrapper .swatch-element label{
    padding-block: 5px!important;
}
.header-section--wrapper{
    /* border-bottom: 1px solid #000; */
}

/* Swiper Styles */
[data-grid-slider-wrapper] .swiper-btn--wrapper .swiper-button--next, [data-grid-slider-wrapper] .swiper-btn--wrapper .swiper-button--prev {
    border-radius: 100%;
    opacity: 1;
    visibility: visible;
    width: 50px;
    height: auto!important;
    aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
.btn.homepage-section-btn{
    color: #fff!important;
    background: var(--primary-btn-bg-color)!important;
    width: 100%;

}
.homepage-section-btn-container{
    width: 90%;
}

.product-card.grid-view-item{
    overflow: hidden!important;
    position: relative!important;
}
.image-footer{
    width: 50%!important;

    margin-inline: auto;
}
.social-icons-footer_newsletter{
    justify-content: flex-start!important;
}

}
.title-and-price-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.global-drawer--secondary__header, .cart-drawer__free-shipping-message--content{
    text-align: center!important;
}

product-card .reviews-star-rating{
    margin-bottom: 1rem!important;
}
product-card:has(.variant-radios-wrapper) .reviews-star-rating{
    margin-bottom: 0!important;
}

@media screen and (width < 480px){
    .cart-drawer__recommendations-grid .product-card-basic{
        align-items: center;
        gap: 0!important;
        min-width: 95%;

    }
  
    .cart-drawer__recommendations-grid .product-card-basic__image{
        height: fit-content;
    }
    .cart-drawer__recommendations-grid{
        gap: 10px!important;

    }

        #NavDrawer .mobile-nav-grid-container{
            height: 100%!important;
        }
        scrolling-banner  img{
            width: 80px!important;
            height: auto!important;
            aspect-ratio: 1;
            object-fit: contain!important;
        }
        .product--add-to-cart-form .product-form__buttons-group .js-qty{
            max-height: 40px!important;
            min-height: unset!important;

        }
        #ComparePrice .money, #ProductPrice, #ProductPrice .money{
            font-size: 1.4rem!important;
        }
        .template-index scrolling-banner img{
            max-width: 50px!important;
            max-height: 50px!important;
        }
        
    }
    .swatch:not(.is-color-swatch):not(.linked-products-swatch) .swatch-element{
        flex: 1;
    }

.site-nav .first-level-dropdown{
    border: solid 1px #fff;
    border-radius: 100vw!important;
    padding-inline: 1rem!important;
    padding-block: 0!important;
    margin: 0!important;
}
.template-index .header-section.sticky-header:not(.sticked) .overlay-header:hover .site-nav .first-level-dropdown{
    border-color: #000
}
.first-level-dropdown .site-nav__link{
    margin-block: 0!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-block: 5px!important;
}

@media screen and (width > 480px){
    .product-grid--title a{
        font-size: 32px!important;
    }
    .info-cols .info-cols--title{
        font-size: 32px!important;
        margin-bottom: 2rem;
    }
}

/* Product card variant radios */
.product-card-atc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.variant-radios-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.variant-radios-label {
  display: block;
  font-size: inherit;
}
.variant-radios {
  display: flex;
  gap: 0.25rem;
}
.variant-radio-option {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.5rem;
  border: 1px solid currentColor;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}
.variant-radio-option:hover:not(.is-disabled) {
  background: rgba(0, 0, 0, 0.05);
}
.variant-radio-option.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.variant-radio-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.variant-radio-option input:checked + .variant-radio-label {
  font-weight: 600;
}
.variant-radio-option:has(input:checked) {
  background: rgba(0, 0, 0, 0.08);
  border-color: currentColor;
}

@media screen and (width < 420px){
    .btn{
        font-size: 14px!important;
    }
}
h-captcha:has(data-size="invisible"){
   height: 0!important;
}
 .newsletter--section-wrapper.color-scheme--light #newsletter_text, .newsletter--section-wrapper.color-scheme--light #newsletter_text::placeholder{


        padding: 10px ;
        text-align: left !important;
        border: unset !important;
    }
    .newsletter--section-wrapper.color-scheme--light #newsletter_text{
        border-bottom: 1px solid #fff!important;
    }
/* Newsletter footer */
.newsletter-form--wrapper form{
    width: 100%!important;
    max-width: 100%!important;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;


    border-radius: 5px;
}
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.newsletter--section-wrapper .newsletter-wrapper--outer{
    align-items: flex-start!important;
}

@media screen and (width < 768px){
    .newsletter--section-wrapper.color-scheme--light #newsletter_text, .newsletter--section-wrapper.color-scheme--light #newsletter_text::placeholder{
        color: #000!important;
    }
    .footer-main--blocks .newsletter-footer{
        grid-column: span 2!important;
    }
    #newsletter-footer_form{
        padding: 0!important;
    }
    .section--newsletter{
        display: none!important;

    }
    .product-page-related-products .section-title--wrapper .section-title{
        padding-inline: 5vw!important;
    }
    .section-title--wrapper .section-title{
        text-wrap: balance;
    }
    .custom-badge {
        font-size: 12px;
        padding-inline: 1rem;
    }
    .footer-wrapper .footer-main .footer-main--inner .footer-main--blocks .footer-header{
        font-size: 20px!important;
    }
    .text-with-icon .text-with-icon--content .text-with-icon--text{
        flex: 1;
    }
    .feature-row__text-alignment-mobile--center .image-with-text__icon-block .text-with-icon--content {
        justify-content: space-between;
        width: 50%;
        min-width: fit-content;
        margin-inline: auto;
        text-align: left;
    }
}

/* Gap utilities */
.gap-0 { gap: 0; }
.gap-1 { gap: 0.25rem; }   /* 4px */
.gap-2 { gap: 0.5rem; }    /* 8px */
.gap-3 { gap: 0.75rem; }  /* 12px */
.gap-4 { gap: 1rem; }     /* 16px */
.gap-5 { gap: 1.25rem; }  /* 20px */
.gap-6 { gap: 1.5rem; }    /* 24px */
.gap-8 { gap: 2rem; }     /* 32px */
.gap-10 { gap: 2.5rem; }   /* 40px */

/* Flex alignment utilities */
.flex { display: flex; }
.flex-start { align-items: flex-start; justify-content: flex-start; }
.flex-end { align-items: flex-end; justify-content: flex-end; }
.flex-center { align-items: center; justify-content: center; }
.flex-between { justify-content: space-between; }
.flex-around { justify-content: space-around; }
.flex-evenly { justify-content: space-evenly; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-center { align-items: center; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.flex-left { justify-content: flex-start; }
.flex-right { justify-content: flex-end; }

/* Custom gallery slideshow: video 100% width and height */
.custom-gallery-slideshow .content-grid-item__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-gallery-slideshow .content-grid-item__image > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Custom gallery slideshow: custom play button for videos - entire video area clickable */
.content-grid-item__image--has-video .fr-play-button,
.content-grid-item__image .fr-play-button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.fr-play-button :is(svg, path) {
  fill: #fff !important;
}
.fr-play-button__icon {
  border: 1px solid #fff;
  background: var(--secondary-btn-bg-color);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3.5px);
  border-radius: 50%;
  padding: 10px;
  padding-left: 15px;
  width: 80px;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-grid-item__image .fr-play-button:hover .fr-play-button__icon {
  opacity: 0.9;
}
.content-grid-item__image .fr-play-button__icon svg {
  width: 24px;
  height: 29px;
  margin-left: 4px;
}
.content-grid-item__image .fr-play-button.is-playing {
  opacity: 0;
}
.content-grid-item__image .fr-play-button.is-playing .fr-play-button__icon {
  opacity: 0;
}

/* Custom gallery: volume control */
.content-grid-item__image .fr-volume-button {
  position: absolute;
  bottom: 5%;
  right: 12px;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: var(--secondary-btn-bg-color)
  ;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3.5px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.content-grid-item__image .fr-volume-button:hover {
  opacity: 0.9;
}
.content-grid-item__image .fr-volume-button .fr-volume-button__unmuted {
  display: none;
}
.content-grid-item__image .fr-volume-button .fr-volume-button__muted {
  display: flex;
}
.content-grid-item__image .fr-volume-button.fr-volume-button--unmuted .fr-volume-button__unmuted {
  display: flex;
}
.content-grid-item__image .fr-volume-button.fr-volume-button--unmuted .fr-volume-button__muted {
  display: none;
}
.content-grid__slider{
    padding-inline: 2rem;
    overflow: inherit
}
.grid-item--9491674890469 .grid-view-item{
    height: 100%;
}

@media screen and (width < 768px){
    .custom-gallery-slideshow .content-grid-item{
        padding-inline: 0 1.2rem!important;
    }
    .custom-gallery-slideshow__grid-wrapper{
        overflow-x: hidden!important;
        width: 100vw;
    }

    [data-grid-slider-wrapper] .swiper-btn--wrapper.swiper-btn-layout__left-and-right .swiper-button--prev{
        right: unset;
        left: unset;
        transform: unset;
    }
    [data-grid-slider-wrapper] .swiper-btn--wrapper.swiper-btn-layout__left-and-right .swiper-button--next{
        transform: unset;
        left: unset;
        right: unset;
    }
    .custom-gallery-slideshow__grid-wrapper > content-grid-slider{
        /* padding-bottom: 5rem; */
    }
    [data-grid-slider-wrapper] .swiper-btn--wrapper .swiper-button--next, [data-grid-slider-wrapper] .swiper-btn--wrapper .swiper-button--prev{
    }
    [data-grid-slider-wrapper] .swiper-btn--wrapper.swiper-btn-layout__left-and-right{
        visibility: visible!important;
        opacity: 1!important;
        height: fit-content!important;
        bottom: 0!important;
        justify-content: space-between;
        padding-inline: 0.5rem;
        bottom: unset!important;
        top: 50%!important;
        transform: translateY(-50%)!important;
        gap: 10px;
    }

}
.shopify-section-group-footer-group{
    position: relative;
    z-index: 2;
}
.shopify-policy__container{
    padding-bottom: 50px
}

.shopify-policy__title > h1 {
    font-size: clamp(16px, 10vw, 54px);
}
#your-shopping-cart .cart__row--title{
    font-size: 150%;
    font-weight: 600;
    width: 15ch;
}
#your-shopping-cart product-recommendations{
    display: none!important;
}
#your-shopping-cart .cart__remove{
    margin-left: 2rem;
}

#your-shopping-cart .page--title{
    font-size: clamp(16px, 10vw, 54px);
}