/** Shopify CDN: Minification failed

Line 3792:0 Unexpected "}"
Line 3969:0 Unexpected "}"
Line 4781:0 Unexpected "<"
Line 4852:0 Unexpected "<"
Line 4896:1 Expected "}" to go with "{"

**/
.spaced--section {
    padding-block-start: var(--space-section-top);
    padding-block-end: var(--space-section-bottom);
}

:is([class*="color-scheme-"]) {
    background-color: rgba(var(--background-rgb-color));
    color: rgba(var(--text-body-rgb-color));
}
:is([class*="color-scheme-"]).gradient-background-enabled {
    background: var(--background-gradient-rgb-color);
}
.page-max--size {
    display: block;
    --distance-to-bleed: min(calc(100% - var(--space-page-gutter, var(--space-page-gutter-mobile)) * 2), var(--size-page-max));
    margin-inline: auto;
    width: 100%;
    max-width : var(--distance-to-bleed);
    padding-inline: calc(var(--space-page-gutter-mobile) * 1);
}

.swiper-pagination-wrap {
    --swiper-pagination-top: auto;
    --swiper-pagination-bottom: auto;
    --swiper-pagination-bullet-inactive-color: rgba(var(--text-body-rgb-color));
    position: relative;
    min-width: 0;
    width: 100%;
    margin-block-start: 0.625rem;
    z-index: 1;
}

.swiper-pagination-wrap .swiper-pagination {
    position: relative;
}

details {
    overflow: hidden;
}
body:has(.dialog.is-open, .dialog[open], .dialog-box.is-open) {
    overflow: hidden;
    scrollbar-gutter: stable;
}
dialog::backdrop {
  background: none !important;
  backdrop-filter: none !important;
  display: none !important;
}
.svg-icon {
    aspect-ratio: 1 / 1;
    min-width: var(--svg-icon-size, var(--svg-icon-width, 16px));
    width: var(--svg-icon-size, var(--svg-icon-width, 16px));
    min-height: var(--svg-icon-size, var(--svg-icon-height, 16px));
    height: var(--svg-icon-size, var(--svg-icon-height, 16px));
}
.shopify-section:has(.fullwidth-slider) {
    overflow: clip;
}
.fullwidth-slider .swiper,
.fullwidth-slider .swiper-initialized {
    overflow: visible;
}
.tabs-content-wrap .swiper-initialized.border-enabled {
    padding: 1px;
}
.media-block-inner {
    position: relative;
}
.media-block-overlaytextbox {
    inset: 0;
    position: absolute;
    padding: 1.5rem 2rem;
}
.media-block-overlay-text {
    position: sticky;
    color: rgba(var(--text-secondary-rgb-color));
    top: calc(var(--announcement-height, 0px) + var(--header-height, 0px));
}
.media-block-link {
    position: absolute; 
    inset: 0;
}
@media screen and (min-width: 1201px) {
    .page-max--size {
        padding-inline: calc(var(--space-page-gutter, var(--space-page-gutter-mobile)) * 1);
    }
}

.contain-small {
    max-width: 100%;
    margin-inline: auto;
}

.media {
    display: block;
    position: relative;
    width: 100%;
    background: rgba(var(--background-media-rgb-color));
    overflow: hidden;
}

.media::after {
    content: "";
    height: 0;
    display: block;
    padding-block-start: var(--ratio);
}

.media :is(iframe, video, .placeholder-svg, img, model-viewer) {
    display: block;
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.background-layer {
    position: absolute;
    inset: 0;
}

.background-layer::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--background-overlay-rgb-color));
    opacity: var(--overlay-opacity-color);
}

.background-layer {
    img, video, svg {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.separator-line {
    width: 100%;
    height: 0.063rem;
    background: rgb(var(--border-rgb-color));
    margin-block: 2rem;
}

.social-icon-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.social-icon-box li {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.social-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: rgba(var(--text-body-rgb-color));
    color: rgb(var(--background-rgb-color));
    padding: .25rem;
    position: relative;
    transition: all .3s ease-in-out;
    border-radius: 999rem;
    z-index: 1;
    overflow: hidden;
}

.social-icon-link:hover {
    background: transparent;
    color:  rgb(var(--text-body-rgb-color));
    transform:translateY(-0.25rem) scale(1.05)
}

.social-icon-link:before{
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: 0.3s;
    background: rgb(var(--foreground-rgb-color));
}

.social-icon-link:hover:before{
    width: calc(100% + 0.125rem);
    height: calc(100% + 0.125rem);
    margin-left: calc(-50% - 0.063rem);
}

.social-icon-box.social-md .social-icon-link {
    width: 2.188rem;
    height: 2.188rem;
}

.social-icon-box.social-lg .social-icon-link {
    width: 3.188rem;
    height: 3.188rem;
}

.social-icon-link>svg {
    position: relative;
    min-width: 1rem;
    width: 1rem;
    height: 1rem;
}

.slider-overlay-content {
    display: flex;
    position: relative;
    --banner-content-max-width: 32rem;
    max-width: var(--banner-content-max-width, 48rem);
}

.tab-collection {
    overflow: hidden;
}

.tabs-nav-head {
    margin-block-end: 1.5rem;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

:is(.shp-tab-list, .side--tabs-panel, .tabs-nav-head, .filter-dl-tabs, .feature-hero-slider, .section-banner-collections, .breadcrumb-inner)::-webkit-scrollbar {
    display: none;
}

.tabs-nav-list {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    isolation: isolate;
}
.tabs-nav-list:is(.tab-with-thumb) {
    border-bottom: 0.125rem solid rgb(var(--border-rgb-color) / 0);
}
/* .tabs-nav-list:not(.tab-with-thumb) .tabs-nav-item + .tabs-nav-item {
    padding-left: 1rem;
} */

.tabs-nav-item {
    display: flex;
    align-items: center;
}

.nav-pill-tracker {
  position: absolute;
  top: 0; 
  bottom: 0;
  z-index: -1;
  left: 0;
  opacity: 0;
  background: #000;
  border-radius: 50px;
  pointer-events: none;
  transition: all 0.4s ease;  
  will-change: transform, width;
}
.tabs-nav-button {
    background: none;
    border: none;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    cursor: pointer;
    padding: 0rem 0rem 1rem;
    color: rgb(var(--text-body-rgb-color) / 0.72);
    font-size: var(--font-size-small);
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    white-space: nowrap;
}

.tabs-nav-label {
    align-self: center;
}

.tabs-nav-list:not(.tab-with-thumb) .tabs-nav-button {
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 999rem;
    background: rgb(var(--foreground-rgb-color) / 0.1);
    font-size: var(--font-size-sm);
}

.tabs-nav-button:after {
    content: "";
    position: absolute;
    inset-inline: 0;
    inset-block-end: 0.875rem;
    width: 0%;
    height: .125rem;
    background: currentColor;
    transition: all .3s cubic-bezier(.4,0,1,1);
    margin-inline-start: auto;
}

.tabs-nav-list:not(.tab-with-thumb) .tabs-nav-button:after {
    width: 0.438rem;
    min-width: 0.438rem;
    height: 0.438rem;
    display: inline-flex;
    align-self: center;
    position: static;
    order: -1;
    border-radius: 999rem;
}

.tab-with-thumb .tabs-nav-thumb {
    width: 2.55rem;
    min-width: 2.55rem;
    height: 2.55rem;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.tabs-nav-item:is(.is-active, :hover) .tabs-nav-button {
    color: rgb(var(--text-body-rgb-color));
    font-style: normal;
}

.tabs-nav-list:not(.tab-with-thumb) .tabs-nav-item:is(.is-active) .tabs-nav-button {
    background: rgb(var(--text-body-rgb-color));
    color: rgb(var(--background-rgb-color));
}

.tab-with-thumb .tabs-nav-item:is(.is-active, :hover) .tabs-nav-button:after {
    width: 100%;
}

.tab-with-thumb .tabs-nav-item:is(.is-active, :hover) .tabs-nav-button:has(.tabs-nav-thumb):after {
    width: calc(100% - 3.8rem);
}

.tabs-hidden {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.tabs-nav-thumb .media {
    height: 100%;
}

.tabs-nav-thumb .nav-thumb-placeholder {
    width: 100%;
    height: 100%;
}

.products-list:is(.border-enabled) .swiper-wrapper {
    gap: 0rem !important;
}

.products-list:is(.border-enabled) .card-product {
    border: 0;
    border-radius: 0rem;
    padding: 2rem;
    height: auto;
    position: relative;
}

.products-list:is(.border-enabled) .card-product:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .0625rem solid rgb(var(--border-rgb-color));
    margin: -.5px;
    z-index: 1;
    pointer-events: none;
}


.products-list:is(.border-enabled):not(.swiper-initialized) .card-product {
    height: 100%;
}

.height-full {
    height: calc(90vh - 3rem);
}

.height-auto {
    height: auto;
}

.height-300 {
    height: 22.75rem;
}

.height-380 {
    height: 28.75rem;
}

.height-500 {
    height: 35.25rem;
}

shopify-buy-it-now-button .shopify-payment-button-button {
    margin: 0;
}

.content-mobile-left-tp {
    justify-content: flex-start;
    align-items: flex-start;
}

.content-mobile-center-tp {
    align-items: center;
    justify-content: flex-start;
}

.content-mobile-right-tp {
    justify-content: flex-start;
    align-items: flex-end;
}

.content-mobile-left-center {
    justify-content: center;
    align-items: flex-start;
}

.content-mobile-center-center {
    justify-content: center;
    align-items: center;
}

.content-mobile-right-center {
    justify-content: center;
    align-items: flex-end;
}

.content-mobile-left-btm {
    justify-content: flex-start;
    align-items: flex-end;
}

.content-mobile-center-btm {
    justify-content: flex-end;
    align-items: center;
}

.content-mobile-right-btm {
    justify-content: flex-end;
    align-items: flex-end;
}
.trending-products-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
}
sale-price,
.lighter-text {
    /* position: relative; */
    color: color-mix(in srgb, rgba(var(--text-body-rgb-color)) 60%, rgba(var(--background-rgb-color)));
}

/* .lighter-text:after{
    content: '';
    inset: 0;
    opacity: 0.5;
    user-select: none;
    position: absolute;
    pointer-events: none;
    background-color: var(--lighter-color, rgba(var(--background-rgb-color)));
} */

@media (min-width: 992px) {
    .desktop-height-full {
        /* height: calc(90vh - 3rem); */
        height: 100vh;
    }
    .desktop-height-auto {
        height: auto;
    }
    .desktop-height-480 {
        height: 30rem;
    }
    .desktop-height-560 {
        height: 35rem;
    }
    .desktop-height-680 {
        height: 46rem;
    }
    .desktop-height-800 {
        height: 64rem;
    }
    .swiper-pagination-wrap {
        display: none;
    }
    .content-left-tp {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .content-center-tp {
        align-items: center;
        justify-content: center;
    }
    .content-right-tp {
        justify-content: flex-end;
        align-items: flex-end;
    }
    .content-left-center {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .content-center-center {
        justify-content: center;
        align-items: center;
    }
    .content-right-center {
        justify-content: flex-end;
        align-items: flex-end;
    }
    .content-left-btm {
        justify-content: flex-start;
        align-items: flex-end;
    }
    .content-center-btm {
        justify-content: center;
        align-items: center;
    }
    .content-right-btm {
        justify-content: flex-end;
        align-items: flex-end;
    }
    .tabs-nav-list:not(.tab-with-thumb) .tabs-nav-button:is(:hover) {
        color: rgb(var(--background-rgb-color));
    }

    .tabs-nav-list:not(.tab-with-thumb):has(.tabs-nav-item:hover) .nav-pill-tracker {
        opacity: 1;
    }
    .width-small, 
    .width-medium, 
    .width-large, 
    .width-full {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: var(--content-width, 100%);
    }
    .align-start.width-small, 
    .align-start.width-medium, 
    .align-start.width-large {
        margin-left: 0;
    }
    .align-end.width-small, 
    .align-end.width-medium, 
    .align-end.width-large {
        margin-right: 0;
    }
    
    .width-small {
        --content-width: 35%;
    }

    .width-medium {
        --content-width: 65%;
    }

    .width-large {
        --content-width: 90%;
    }

    .width-full {
        --content-width: 100%;
    }
    .localization-popup {
        opacity: 0;
        visibility: hidden;
        transform: translateY(3rem);
        transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out, visibility 0s linear 0.31s;
    }

    .localization-wrapper:hover .localization-popup,
    .localization-wrapper:focus-within .localization-popup {
        opacity: 1;
        transform: none;
        visibility: visible;
        transition: transform 1.3s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) 0.1s, opacity 0.3s ease-in 0.1s, visibility 0s linear 0s;
    }
    /* .card-product-img .slider-click-nav {
        opacity: 0;
        transition: opacity 0.3s ease-in;
    }
    .card-product-img:hover .slider-click-nav {
        opacity: 1;
    } */
    .card-product-img .slider-click-nav .slider-click.swiper-button-prev,
    .card-product-img .slider-click-nav .slider-click.swiper-button-next {
        opacity: 0;
        transition: all 0.15s ease-in;
    }
    .card-product-img .slider-click-nav .slider-click.swiper-button-prev {
        transform: translateX(-0.25rem);
    }
    .card-product-img .slider-click-nav .slider-click.swiper-button-next {
        transform: translateX(0.25rem);
    }
    .card-product-img:is(:hover,:focus-within) .slider-click-nav .slider-click.swiper-button-prev,
    .card-product-img:is(:hover,:focus-within) .slider-click-nav .slider-click.swiper-button-next {
        opacity: 1;
        transform: none;
    }
}

.link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(currentColor, currentColor) 0 min(100%) / 100% 0.08rem no-repeat;
    transition: background-size 0.5s ease;
    background-position-x: right;
    color: rgba(var(--text-body-rgb-color));
    padding: 0.219rem 0rem;
}

 :is(.link-btn, .rte a:not(.button)):hover {
    background-size: 0 0.08rem;
    background-position-x: left;
}

.table-wrapper {
    overflow-y: auto;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table,
td,
th {
    border: 0;
    vertical-align: middle;
}

td,
th {
    padding: 0.875rem 0.625rem;
}

:is( .rte:not(.accordion) :where(h1, h2, h3, h4, h5, h6, p, ol, ul, form, table, figure, img)):not(:first-child) {
    margin-block-start: 0.8rem;
}

:is(.rte :where(ol, ul):not(:where([class~="not-rte"] *))) {
    list-style: revert;
    margin-inline-start: 0.7rem;
    list-style-position: inside;
}

:is(.rte :where(ol ul, ul ol, ul ul, ol ol):not(:where([class~="not-rte"] *))) {
    list-style: revert;
    margin-inline-start: 0.7rem;
}

:is(.rte :where(ol li, ul li):not(:where([class~="not-rte"] *))) {
    margin-bottom: 0.375rem;
}

:is(.section-heading, .heading-block, .product-item-shipping-tax, .ship-text, .tax-notes) a:not(.button, .link-btn, .link-underline),
:is(.rte :where(a:not(.button, .link-btn, .link-underline))) {
    text-decoration: underline;
    text-underline-offset: 0.188rem;
}

:is(.rte blockquote) {
    display: inline-block;
}

blockquote {
    font-style: italic;
    color: rgb(var(--text-heading-rgb-color));
    border-inline-start: 0.125rem solid rgb(var(--text-heading-rgb-color) / 0.2);
    padding-left: 1rem;
}

table:not([class]) :is(td, th) {
    padding: 1rem;
}

:is(.rte :where(table th):not(:where([class~="not-rte"] *))) {
    background: #fef9f9;
    text-align: left;
}

:is(.rte :where(table :is(th, td)):not(:where([class~="not-rte"] *))) {
    border: 0.063rem solid rgba(var(--border-rgb-color));
}

.shopify-section-group-overlay-group {
    z-index: 99;
    position: relative;
}

.localization-wrapper {
    align-self: center;
    position: relative;
}

.localization-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.75rem;
    background: rgb(var(--foreground-rgb-color));
    border: 0;
    border-radius: 99rem;
    cursor: pointer;
    color: inherit;
    font: inherit;
    font-size: var(--font-size-xs);
    line-height: inherit;
    appearance: none;
    position: relative;
    z-index: 10;
}

.localization-trigger span {
    max-width: 3rem;
    min-width: 3rem;
    flex: 0 0 auto;
    overflow: auto;
    white-space: nowrap;
}

.localization-trigger .flag {
    width: 1rem;
    height: 1rem;
    object-fit: cover;
    border-radius: 62rem;
}

.localization-trigger .icon-down {
    width: 0.563rem;
    min-width: 0.563rem;
}

.localization-popup {
    z-index: 1;
    /* opacity: 0; */
    width: 19rem;
    /* visibility: hidden; */
    position: absolute;
    border-radius: 1rem;
    inset-inline-end: 0rem;
    padding: 1rem 1.25rem;
    inset-block-start: 100%;
    /* transform: translateY(3rem); */
    background: rgb(var(--background-rgb-color));
    box-shadow: 0 0.65rem 1.6rem rgba(0, 0, 0, 0.1);
    /* transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out, visibility 0s linear 0.31s; */
}

.localization-tabs {
    display: flex;
    gap: 1.25rem;
    border-bottom: 0.063rem solid rgb(var(--text-body-rgb-color));
    margin-block-end: 0.75rem;
    
}

.localization-tab-button {
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0.75rem 0;
    background: none;
    border: none;
    cursor: pointer;
    color: rgb(var(--text-body-rgb-color)/ 0.3);
    position: relative;
    font-size: var(--font-size-sm);
}

.localization-tab-button.active {
    color: rgb(var(--text-body-rgb-color));
}

.localization-tab-button.active::after {
    content: "";
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
}

.localization-tab-content {
    display: none;
    max-height: 12rem;
}

.localization-tab-content.active {
    display: block;
}

.localization-option-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.localization-option-list li {
    padding: 0.625rem 0.75rem;
    margin: 0.375rem 0;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: var(--font-size-xs);
}

.localization-option-list li:is(:hover, .selected) {
    background-color: rgb(var(--text-body-rgb-color) / .1);
}

.localization-option-list .checkmark {
    margin-inline-start: auto;
    opacity: 0;
    width: 0.5rem;
    min-width: 0.5rem;
}

.localization-option-list li:is(:hover, .selected) .checkmark {
    opacity: 1;
}

.localization-option-list .flag {
    width: 1rem;
    height: 1rem;
    object-fit: cover;
    border-radius: 62rem;
    margin-block-end: 0.5rem;
}

.breadcrumb-bar {
    background-color: rgb(var(--background-rgb-color));
    border-block: 0.063rem solid rgb(var(--border-rgb-color));
    padding-block: 1rem;
    margin-block-end: 2rem;
}

.breadcrumb-inner {
    font-size: var(--font-size-xs);
    display: flex;
    align-items: center;
    gap: .8rem;
    white-space: nowrap;
    overflow-x: auto;
}

.breadcrumb-inner {
    a, span {
        text-decoration: none;
        color: rgb(var(--text-body-rgb-color) / 1);
        &:is(:hover, .is-active) {
            position: relative;
            &::after {
                content: '';
                inset: 0;
                user-select: none;
                position: absolute;
                pointer-events: none;
                background-color: rgb(var(--background-rgb-color) / 0.5);
            }
        }
    }
}

.card-product-img {
    overflow: hidden;
    position: relative;
    isolation: isolate;
    margin-block-end: 0.4rem;
    transition: all 0.5s ease;
}

.card-product-img .media {
    border-radius: var(--card-radius);
}
.card-product-media-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.card-product-img .slider-click-nav {
    top: 50%;
    z-index: 2;
    position: absolute;
    pointer-events: none;
    inset-inline: 0.25rem;
    transform: translateY(-50%);
    justify-content: space-between;
}

.card-product-img .slider-click-nav >*{
    pointer-events: auto;
}

:is(.card-product-img-primary, .card-product-img-secondary) {
    transition: all .3s cubic-bezier(0.4, 0, 1, 1);
}

.card-product-wrapper .card-product-img:hover .card-product-img-primary {
    opacity: 0;
}

.card-product-img img {
    transition: all .4s cubic-bezier(.39,.58,.57,1);
}

.card-product-img:is(.card-media--zoom):hover img {
    transform: rotate(2deg) scale(1.1);
}

.card-product-img-secondary {
    opacity: 0;
    display: block;
    visibility: hidden;
}

.card-product-wrapper .card-product-img:hover :is(.card-product-img-secondary),
.card-product-wrapper:focus-within .card-product-img :is(.card-product-img-secondary){
    opacity: 1;
    visibility: visible;
}

slider-component.card-product-img-secondary {
    position: absolute;
    width: 100%;
    height: 100%;
}

slider-component.card-product-img-secondary .slider-click-nav .slider-click {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.card-product:is(.card-enable) {
    padding: 1rem;
    background-color: rgb(var(--foreground-rgb-color));
    border-radius: var(--card-radius);
    border: var(--product-card-border-width) solid rgba(var(--border-rgb-color) / var(--product-card-border-opacity))
}

.card-product:is(.border-enable) {
    border: 0.0625rem solid rgb(var(--border-rgb-color));
    border-radius: var(--card-radius);
}

.card-product:is(.border-enable) .card-product-info-wrapper {
    padding-inline: 0.8rem;
    padding-block-end: 0.5rem;
    padding-block-start: 0.5rem;
}

.featured-product-detail {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.2rem;
    height: 100%;
}
.featured-contain:not(.card-enable) .featured-product-detail {
    padding-inline: 0;
}

.featured-product-detail :is(regular-price) {
    font-size: var(--font-size-2xl);
}

.addtocart-button {
    flex-grow: 1;
}

.card-product-info-wrapper {
    position: relative;
}

.product-name {
    font-size: var(--font-size-xs);
    margin-block-end: 0rem;
}

.price-list {
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
    display: flex;
    transition: all .2s ease;
}

sale-price {
    text-decoration: line-through;
}

.add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    width: 2rem;
    height: 2rem;
    color: rgba(var(--background-rgb-color));
    background-color: rgba(var(--text-body-rgb-color));
    border: 0;
    border-radius: 999rem;
    cursor: pointer;
    padding: .4rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    z-index: 1;
}

.product-info-add-to-cart .add-to-cart svg {
    width: 0.94rem;
}

.product-btns-form {
    position: absolute;
    inset-inline-end: 1.25rem;
    inset-block-end: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    z-index: 2;
    gap: 0.5rem;
}

.product-btns-form .product-info-add-to-cart {
    margin: 0;
}

.add-to-cart .bag-icon {
    width: 1rem;
    height: 1rem;
}

.product-variants {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.product-swatches-container {
    position: relative;
    overflow: hidden;
    padding: 0.4rem 0rem;
    display: inline-block;
}

.product-swatches-container .price-list {
    font-size: var(--font-size-sm);
}
.card-product-info-wrapper .product-swatches {
    flex-wrap: nowrap;
}
.card-product-info-wrapper.align-center .product-swatches {
    inset-inline: 0;
    text-align: center;
    justify-content: center;
}

.card-product-info-wrapper.align-end .product-swatches {
    text-align: right;
    inset-inline-end: 0;
    justify-content: flex-end;
}

.product-swatches .swatches-item {
    display: flex;
    align-items: flex-start;
    transition: margin 0.3s ease-in-out;
}

.swatches-item input[type=radio],
input[type=radio].variant-input,
.swatches-item input[type=checkbox]  {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 0.063rem;
    width: 0.063rem;
}

.product-variants label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border-radius: var(--swatechs-radius);
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    transition: border 0.2s ease-in-out;
}

.product-variants :is(label.color-swatch):hover,
.product-variants input:checked:not(.disabled)+label.color-swatch {
    border: 0.063rem solid rgb(var(--border-rgb-color));
}

.product-variants {
    label {
        .swatches-item.active & {
            border: 0.063rem solid rgb(var(--border-rgb-color));
            .card-product & {
                background: rgba(var(--background-rgb-color));
            }
            span {
                transform: scale(0.8);
                border-radius: var(--swatechs-radius);
            }
        }
        @media (hover: hover) {
            &:hover span {
                transform: scale(0.8);
                border-radius: var(--swatechs-radius);
            }
        }
    }
}

.product-variants label span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--swatch-color);
    transition: all 0.2s ease-in-out;
}

.swatches-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(var(--text-body-rgb-color) / 0.1);
    color: rgb(var(--text-body-rgb-color));
    border-radius: var(--swatechs-radius);
    /* margin-inline-start: 0.375rem; */
}

.product-variants-wrapper .variant-option+.variant-option {
    margin-block-start: 1.5rem;
}

.filter-dialog .variant-option {
    grid-gap: 1rem;
}

.variant-option {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0.5rem;
}

.variant-option:has(.variant-option-label-text:empty) {
    display: none;
}

.variant-heading {
    flex: 0 0 auto;
    width: 100%;
    font-size: calc(var(--font-size-sm) * var(--label-font-scale));
    font-family: var(--label-font-family);
    font-weight: var(--label-font-weight);
    text-transform: var(--label-text-transform);
}

.size-guide-btn {
    float: right;
}

.variant-option-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    min-width: var(--variant-size);
    min-height: calc(var(--variant-size) - 1rem);
    padding: .25rem 1.4rem;
    border: var(--variant-size-border-width) solid rgba(var(--border-rgb-color) / var(--variant-size-border-opacity));
    border-radius: var(--variant-radius);
    font-size: calc(var(--font-size-sm) * 0.9);
    transition: all .2s cubic-bezier(0.47, 0, 0.75, 0.72);
    overflow: hidden;
}

:is(.variant-size, .variant-fabric, .variant-material, .variant-neckline, .variant-denominations):is([data-size="small"]) {
    --variant-size: 3.125rem;
}

:is(.variant-size, .variant-fabric, .variant-material, .variant-neckline, .variant-denominations):is([data-size="medium"]) {
    --variant-size: 3.75rem;
}

:is(.variant-size, .variant-fabric, .variant-material, .variant-neckline, .variant-denominations):is([data-size="large"]) {
    --variant-size: 4.375rem;
}

.variant-option-label-text {
    display: block;
    transition: all .3s cubic-bezier(0.47, 0, 0.75, 0.72);
}

.variant-option-container .variant-option-input[checked]+.variant-option-label,
.variant-option-container .variant-option-input:checked + .variant-option-label {
    background-color: rgb(var(--text-body-rgb-color));
    color: rgb(var(--background-rgb-color));
}

.variant-swatches .swatches-item {
    display: inline-flex;
}

.variant-swatches label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border: var(--swatch-border-width) solid rgba(var(--border-rgb-color) / var(--swatch-border-opacity));
    border-radius: var(--swatechs-radius);
    width: var(--swatch-size);
    height: var(--swatch-size);
    transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    overflow: hidden;
}

.variant-swatches input:checked:not(.disabled)+label.color-swatch {
    border: 0.063rem solid rgb(var(--border-rgb-color));
    /* background-color: rgb(var(--background-rgb-color)); */
    .card-product & {
        background: rgba(var(--background-rgb-color));
    }
}

.variant-swatches input:checked:not(.disabled)+label.color-swatch span {
    transform: scale(0.8);
    border-radius: var(--swatechs-radius);
}

.utility-group-check:focus-visible + .utility-group-text,
.variant-option input:focus-visible + label {
  outline: 0.063rem solid currentColor;
}

.variant-swatches label span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--swatch-color);
    transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.variant-swatches:is([data-size="small"]) {
    --swatch-size: 2rem;
}

.variant-swatches:is([data-size="medium"]) {
    --swatch-size: 3rem;
}

.variant-swatches:is([data-size="large"]) {
    --swatch-size: 4rem;
}

.variant-swatches label svg {
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    inset: 0rem;
    margin: auto;
    opacity: 0;
}

.variant-swatches input:checked:not(.disabled)+label.color-swatch svg {
    opacity: 1;
}

.variant-option .not-available label:after {
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right,transparent calc(50% - .5px),rgba(var(--border-rgb-color)) calc(50% - .5px) calc(50% + .5px),transparent calc(50% + .5px));
}

.product-quantity-wrapper .variant-heading {
    margin-block-end: 0.5rem;
}

.no-js .variant-selector-card {
    display: grid;
    grid-gap: .5rem;
    margin-block-start: 1.5rem;
}

.elements-quantity {
    display: inline-flex;
    position: relative;
    border: 0.0625rem solid rgb(var(--border-rgb-color));
    padding: 0.5rem;
    border-radius: var(--swatechs-radius);
}

.elements-quantity button {
    display: flex;
    padding: 0;
    margin: 0;
    border: 0;
    justify-content: center;
    align-items: center;
    width: 1.625rem;
    height: 1.625rem;
    cursor: pointer;
    background: transparent;
    user-select: none;
    transition: all 0.3s ease-in-out;
    background-color: rgba(var(--input-bg-rgb-color));
    color: rgba(var(--input-text-rgb-color));
    border-radius: min(0.3rem, var(--block-radius));
}

.elements-quantity .quantity-text-input {
    display: inline-flex;
    padding: 0;
    width: 2rem;
    height: 1.688rem;
    text-align: center;
    border: 0;
    justify-content: center;
    background: transparent;
    font-size: var(--font-size-sm);
    margin: 0;
    outline: 0;
}

.product-item-shipping-tax {
    font-size: var(--font-size-xs);
    padding-top: 0.6rem;
}

.product-item-shipping-tax a {
    font-weight: bold; 
}

.card-product-contain {
    gap: 1rem;
    width: 100%;
    display: flex;
    padding: 0.75rem;
    align-items: center;
    border-radius: var(--card-radius);
    shoppable-card & {
        align-items: flex-start;
    }
}

.card-product-contain .media {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    object-fit: cover;
    border-radius: var(--card-radius);
}

.card-product-contain .button {
    margin-block-start: 1rem;
}

.feature-collection {
    position: relative;
    overflow: hidden;
}

.custom-list {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem;
    padding-inline-end: 1.5rem;
    background-color: rgb(var(--foreground-rgb-color) / 0.5);
    border-radius: 999rem;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.custom-list:is(.selected, :hover) {
    background-color: rgb(var(--text-body-rgb-color));
    color: rgb(var(--background-rgb-color));
}

.custom-list:hover {
    transform: translateY(0.25rem);
}

.custom-list:is(.selected, :hover) .custom-icon img {
    opacity: 0;
    pointer-events: none;
}

.custom-list:is(.selected, :hover) .custom-icon svg {
    opacity: 1;
    pointer-events: all;
}

.custom-list:not(:last-child) {
    margin-inline-end: 1rem;
}

.custom-icon {
    min-width: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin-inline-end: 0.5rem;
}

.custom-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.custom-icon svg {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 1.125rem;
    height: 1.125rem;
    opacity: 0;
    pointer-events: none;
}

:is(.custom-list-wrapper+.custom-image-block, .custom-image-block+.custom-list-wrapper) {
    margin-block-start: 2rem;
}

.custom-image-item .media {
    border-radius: var(--block-radius);
    border: 0.072rem solid rgb(var(--border-rgb-color) / 0.2);
}

.custom-image-item .media img {
    transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.custom-image-item:hover .media img {
    transform: rotate(2deg) scale(1.1);
}

.custom-text-block {
    display: grid;
    /* padding-block-start: 1.5rem; */
}

.dialog-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    z-index: 40;
    background: transparent;
}

.dialog-box.is-open {
    pointer-events: auto;
    opacity: 1;
}

.dialog-card {
    background-color: rgb(var(--background-rgb-color));
    padding: 2rem;
    width: 100%;
    max-width: 90%;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
    border-radius: var(--drawer-radius);
}

.dialog-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1.3rem 2rem;
}

.dialog-header:is(.align-center) {
    justify-content: center;
}

:is(.age-verify, .newsletter) .dialog-inner {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 52.5rem;
    border-radius: var(--card-radius);
}

:is(.age-verify, .newsletter) .dialog-header {
    padding: 0.5rem;
}

:is(.age-verify, .newsletter) .dialog-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: inherit;
}

.newsletter .subscription-popupform .form-field {
    margin-block-end: 1rem;
}

.head-content-verify span{
    display: block;
}

.head-content-verify>*:not(:last-child) {
    margin-block-end: .5rem;
}

.dialog-content-verify {
    flex-grow: 1;
}

.dialog-content-verify .head-content-verify {
    margin-block-end: 1.5rem;
}

.dialog-content-verify .button  {
    margin-block-end: 0.8rem;
}

.dialog-content-verify .social-icon-box  {
    margin-block-start: 0.5rem;
}

:is(.age-verify) .dialog-content-verify {
    flex: 1;
}

:is(.age-verify):has(.verify-img-box) .dialog-content-verify {
    max-width: 20rem;
    width: 20rem;
}

.newsletter .dialog-content-verify .subscription-popupform .form-field {
    border: inherit;
    padding: inherit;
}

.newsletter .dialog-content-verify .subscription-popupform .form-field .input {
    border: .063rem solid rgb(var(--border-rgb-color));
}

.verify-img-box {
    flex: 0 0 auto;
    width: 100%;
    border-radius: var(--block-radius);
    overflow: hidden;
}

.verify-img-box img {
    transition: all .4s cubic-bezier(.39,.58,.57,1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.verify-img-box:hover img {
    transform: rotate(2deg) scale(1.1);
}

.section-banner-wrapper {
    position: relative;
    border-radius: var(--block-radius);
    overflow: hidden;
    margin-block-end: 1.5rem;
}

.section-banner-content {
    position: relative;
    padding: 1rem 0rem;
    display: grid;
    align-items: center;
}

.section-banner-text {
    display: grid;
    grid-gap: 1.5rem;
    max-height: 100%;
    overflow-y: auto;
}

.section-banner-description {
    max-width: 43.75rem;
}

.section-banner-text:is(.align-center) .section-banner-description {
    margin-inline: auto;
}

.section-banner-text:is(.align-end) .section-banner-description {
    margin-inline-start: auto;
}

.banner-collections-item {
    width: 5rem;
    min-width: 5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999rem;
    overflow: hidden;
    border: 0.0625rem solid transparent;
    transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    margin-inline-end: 0.75rem;
}

.section-banner-collections {
    white-space: nowrap;
    overflow-x: auto;
}

.banner-collections-item .media {
    border-radius: 999rem;
    transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.banner-collections-item:is(:hover, :focus-visible) .media {
    transform: scale(0.8);
}

.banner-collections-item:hover {
    border-color: rgb(var(--border-rgb-color));
}

.coll-mbl-flt {
    position: sticky;
    inset-block-start: 0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0.50rem;
    border-top: 0.0625rem solid rgb(var(--border-rgb-color));
    border-bottom: 0.0625rem solid rgb(var(--border-rgb-color));
    background: rgb(var(--background-rgb-color));
    z-index: 2;
}

.coll-flt-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-transform: uppercase;
    font-size: var(--font-size-lg);
}

.vline {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.5em;
    background: rgb(var(--border-rgb-color));
}

.collection-filter-row {
    display: none;
}

.filter-with-icon {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: rgb(var(--foreground-rgb-color));
    padding: 0.6rem 1rem 0.6rem 1.5rem;
    border-radius: 99rem;
}

.filter-with-icon:hover {
    background: rgb(var(--text-body-rgb-color));
    color: rgb(var(--background-rgb-color));
}

:is(.filter-arrow-btn, .filter-with-icon) icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-arrow-btn {
    background-color: rgb(var(--foreground-rgb-color));
    padding: 0.5rem;
    border-radius: 99rem;
    min-width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-filter-row .utility-sort-wrapper {
    margin-inline-start: auto;
}

.form-footer {
    margin-block-start: 1.8rem;
}

.filter-dl-tabs {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-block-end: 1.3rem;
    white-space: nowrap;
    overflow-x: auto;
    padding-block-end: 1rem;
}

.filter-dl-tabs span {
    color: rgb(var(--text-body-rgb-color) / 0.5);
    font-weight: 500;
    text-decoration: none;
    font-size: var(--font-size-lg);
    cursor: pointer;
}
.filter-dl-tabs .is-active {
    color: rgb(var(--text-body-rgb-color) / 1);
}
.filter-dl-tabs{
    font-family: var(--font-family-heading);
}
.filter-dl-contain filter-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background: rgb(var(--foreground-rgb-color));
    border-radius: 0.25rem;
}

.filter-dl-panel {
    display: none;
}

.filter-dl-panel:is(.is-active) {
    display: block;
}

.filter-dl-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-block-end: 1rem;
}

.filter-dl-panel-head .utility-group-heading {
    margin-block-end: 0rem;
    font-size: calc(var(--font-size-md) * var(--label-font-scale));
}

.filter-dl-panel-head .link-btn {
    margin-block: 0rem;
}

.apply-filter-btn {
    margin-block-start: 1.8rem;
}

.filter-dl-panel :is(.utility-range-slider, .price-range-slider-value) {
    max-width: 100%;
}

.form-footer .link-btn {
    font-size: var(--font-size-sm);
}

.utility-apply-facet .utility-apply-filter-link {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    text-decoration: none;
    border: 0.0625rem solid rgb(var(--border-rgb-color));
    transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease;
    border-radius: 999rem;
}

.utility-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    @media (max-width: 991.98px) {
        /* &:not () { */
            .utility-sort-wrapper {
                display: none;
            }
        /* } */
    }
}

.utility--toolbar,
.main-collection-products {
    flex: 0 0 auto;
    width: 100%;
}
.no-results-inner {
    width: max-content;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.utility-title,
.main-collection-filter {
    flex: 0 0 auto;
    width: 100%;
}

.main-collection-filter {
    display: none;
}

.utility-apply-facet {
    display: inline-flex;
    align-items: center;
}

.utility-apply-facet+.utility-apply-facet {
    margin-block-end: 0.625rem;
}

.utility-apply-facet:not(:last-child) {
    margin-inline-end: 0.625rem;
}

.utility-apply-filter {
    margin-inline-end: auto;
}

.utility-apply-filter:empty {
    display: none;
}

.utility-product-counter {
    margin-inline-end: 2rem;
}

.utility-sort-button {
    padding: 0.4rem 1rem;
    border: 0.0625rem solid rgb(var(--border-rgb-color));
    border-radius: 999rem;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0.5rem;
}

.utility-select-option {
    position: absolute;
    inset-block-start: 100%;
    inset-inline-end: 0;
    z-index: 5;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    box-shadow: 0 2px 10px #0000001a, 0 0 2px #0003;
    display: flex;
    flex-direction: column;
    background-color: rgb(var(--background-rgb-color));
    border-radius: var(--card-radius);
    padding: 1rem;
    min-width: 16rem;
    opacity: 0;
    pointer-events: none;
}

.utility-select-option :is(.active) {
    opacity: 1;
    pointer-events: auto;
}

.utility-list .price-asc {
    font-size: var(--text-extra-sm);
}

.utility-product-view {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    margin-inline-end: 2rem;
}

.horizontal-filters-true .utility-product-view {
    margin-inline-end: 0rem;
}

.utility-product-view .active {
    text-decoration: underline;
}

.utility-sort-wrapper {
    position: relative;
}

.utility-sort-wrapper:focus-within .utility-select-option,
.utility-sort-wrapper:hover .utility-select-option {
    opacity: 1;
    pointer-events: all;
}

.utility-list li {
    font-size: var(--font-size-sm);
    padding: 0.25rem 0.75rem;
    cursor: pointer;
    &.selected {
        background: rgb(var(--foreground-rgb-color));
    }
}

.utility-availability {
    display: inline-flex;
    grid-gap: 0.5rem;
    align-items: center;
    padding: 0.5rem 1.5rem;
    background-color: rgb(var(--foreground-rgb-color));
    border-radius: 999rem;
}

.utility-text {
    display: block;
    font-size: var(--font-size-lg);
}

.utility-switch {
    display: grid;
    align-self: center;
    width: 2.25rem;
    height: 1.25rem;
    padding: 0.19rem;
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 999rem;
    background: rgb(var(--text-body-rgb-color)/ 0.15);
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.utility-switch:after {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    background: rgb(var(--background-rgb-color));
    border-radius: 999rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.utility-switch:checked {
    background: rgb(var(--text-body-rgb-color));
}

.utility-switch:checked:after {
    transform: translateX(calc(100% + 0.19rem));
}

.utility-group:not(:last-child) {
    margin-block-end: 2rem;
}

.utility-body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem;
}

.utility-group-heading {
    display: block;
    margin-block-end: 0.75rem;
    font-size: calc(var(--font-size-sm) * var(--label-font-scale));
    font-family: var(--label-font-family);
    font-weight: var(--label-font-weight);
    text-transform: var(--label-text-transform);
}

.utility-group-item {
    display: inline-flex;
    position: relative;
    justify-content: space-between;
    font-size: var(--font-size-sm);
    line-height: 1.4em;
    cursor: pointer;
    min-width: 3rem;
}

.utility-group-item .utility-group-check {
    position: absolute;
    width: .1rem;
    height: .1rem;
    margin: -.1rem;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.utility-group-item .utility-group-text {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: var(--variant-size);
    min-height: calc(var(--variant-size) - 0.5rem);
    margin: 0;
    padding: 0.5rem 0.8rem;
    border: var(--variant-size-border-width) solid rgba(var(--border-rgb-color) / var(--variant-size-border-opacity));
    border-radius: var(--variant-radius);
    background-color: rgb(var(--background-rgb-color));
    color: rgb(var(--input-text-rgb-color));
    font-size: var(--font-size-sm);
    text-transform: none;
    letter-spacing: normal;
    overflow: hidden;
}

.utility-group-item .utility-group-text:is(:hover),
.utility-group-item .utility-group-check:checked+.utility-group-text {
    background: rgb(var(--text-body-rgb-color));
    color: rgb(var(--background-rgb-color));
    cursor: pointer;
}

.main-collection-contain div[data-collection-pagination] {
    flex: 0 0 auto;
    width: 100%;
}

.main-collection-products:has(.no-results) + div[data-collection-pagination] {
    display: none;
}

.page-navigation-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.625rem;
}
nav.page-navigation {
    margin-block-start: 2.5rem;
}
.page-navigation-wrapper>li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    min-width: 3rem;
    max-width: 3rem;
    height: 3rem;
}

.page-navigation-item {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0;
    text-decoration: none;
    background: rgb(var(--foreground-rgb-color));
    color: rgba(var(--text-body-rgb-color));
    transition: border-color .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 999rem;
}

.page-navigation-item:is(.page-navigation-item--current, :hover) {
    background: rgb(var(--text-body-rgb-color));
    color: rgba(var(--background-rgb-color));
}

.page-navigation-item>svg {
    height: 0.625rem;
}

.no-results {
    padding: 2rem;
}

.search-result.not-found {
    padding-block: 3rem;
}

.empty-heading {
    margin-block-end: 0.75rem;
}

.empty-description {
    max-width: 25rem;
}

.no-results.align-center .empty-description {
    margin-inline: auto;
}

.no-results:is(.align-end) .empty-description {
    margin-inline-start: auto;
}

.no-results>*:not(:last-child) {
    margin-block-end: 1.2rem;
}

.no-results .empty-icon {
    width: 5rem;
    height: 4rem;
    margin-block-end: 2.5rem;
}

.pickup-availability {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: 1.25rem 0rem .625rem;
}
.pickup-availability:empty {
    display: none;
}
.pickup-availability>svg {
    min-width: 1.25rem;
    width: 1.25rem;
    margin-block-start: .125rem;
}

.availability-desc {
    max-width: 20rem;
}

.availability-content .visit-store {
    margin-block-start: .5rem;
}

.cart-left-products.you-also-like {
    padding-block-end: 3rem;
    border-bottom: 0.0625rem solid rgb(var(--border-rgb-color));
    margin-block-end: 3rem;
}

.cart-products-wrapper {
    background: rgb(var(--background-rgb-color));
    z-index: 1;
    padding: 2rem;
    height: 100%;
    width: 100%;
    max-width: 19rem;
    transition: 0.3s cubic-bezier(.7,0,.2,1);
    border-top-left-radius: var(--drawer-radius);
    border-bottom-left-radius: var(--drawer-radius);
    max-height: 100%;
    overflow-y: auto;
}

.cart-products-wrapper>div {
    position: relative;
}

.cart-products-wrapper>div:first-child {
    margin-block-end: 2rem;
}

.dialog-side-panel .cart-products-wrapper {
    transform: translateX(100%);
    opacity: 0;
}

.dialog-side-panel:is(.is-active) .cart-products-wrapper.loaded {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.5s cubic-bezier(.7,0,.2,1) 0.15s;
}

.cart-products-wrapper .section-heading {
    display: block;
    margin-block-end: 1rem;
    font-size: var(--font-size-md);
    max-width: 80%;
}

.cart-products-heading {
    margin-block-end: 1.2rem;
}

.cart-products-wrapper .status-badges-product {
    display: none;
}

.search-product-result .product-btns-form,
.cart-products-wrapper .add-to-cart {
    display: none;
}

.cart-products-wrapper .product-swatches-container {
    display: none;
}

.cart-dialog:has(.empty-cart-drawer:not(.display-none)) .cart-products-wrapper{
    display: none;
}

.cart-left-products-slider:not(.swiper-initialized)>.swiper-wrapper>.swiper-slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: calc(33% - 0.8rem);
    margin-inline-end: 1rem;
}

.checkbox-cst, .gift-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-block-end: 1rem;
}

:is(.checkbox-cst, .gift-wrap) .input {
    display: block;
    -webkit-appearance: none;
    appearance: none;
    width: 1.3rem;
    height: 1.3rem;
    background: rgb(var(--input-bg-rgb-color));
    color: rgb(var(--input-bg-rgb-color));
    border: .063rem solid rgb(var(--border-rgb-color));
    cursor: pointer;
    margin: 0;
    position: relative;
    transition: all .2s;
    vertical-align: top;
    border-radius: .25rem;
    flex: 0 0 auto;
    padding: 0.2rem;
}

:is(.checkbox-cst, .gift-wrap) .input:is([type="checkbox"], [type="radio"]):checked {
    background: rgb(var(--input-text-rgb-color));
}

:is(.checkbox-cst, .gift-wrap) .input:is([type="checkbox"], [type="radio"]):before {
    content: "";
    position: absolute;
    inset-inline-start: 0.45rem;
    inset-block-start: 0.2rem;
    display: block;
    width: 0.3rem;
    height: 0.6rem;
    border: 0.094rem solid currentColor;
    border-left: 0rem;
    border-top: 0rem;
    transform: rotate(43deg);
}

.dialog-content:has(.empty-cart-drawer:not(.display-none)) {
    align-content: center;
}

.empty-cart-drawer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
    height: 100%;
}

.empty-cart-drawer-card>*:not(:last-child) {
    margin-block-end: 1rem;
}
.empty-cart-drawer-card .button {
    margin-block-start: 1rem;
}

.empty-cart-coll-list {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}

.empty-cart-coll-list-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.empty-cart-coll-list-title {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-xs);
    margin-block-start: 0.5rem;
}

.empty-cart-coll-list-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.empty-cart-coll-img {
    border-radius: calc(var(--block-radius) - .5rem);
    overflow: hidden;
    aspect-ratio:1 / 1;
}

.empty-cart-coll-list-item:hover img {
    transform: rotate(2deg) scale(1.1);
}

.breadcrumb {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 1.2rem 0;
    font-size: var(--font-size-xs);
    color: rgba(var(--foreground-rgb-color));
    background-color: transparent;
    text-transform: capitalize;
}

.breadcrumb a {
    position: relative;
    color: inherit;
    text-decoration: none;
    opacity: 0.4;
}

.breadcrumb-delimiter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.price-range-slider {
    height: 0.188rem;
    border: 0;
    background: rgb(var(--text-body-rgb-color)/0.3);
    box-shadow: none;
    padding-inline-end: 0.75rem;
}

.price-range-slider .noUi-connect {
    background: rgb(var(--text-body-rgb-color));
}

.price-range-slider .noUi-handle {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 99rem;
    background: currentColor;
    color: rgb(var(--text-body-rgb-color));
    box-shadow: none;
    border: 0;
    top: -0.5rem;
    cursor: pointer;
}

.price-range-slider .noUi-handle:after, 
.price-range-slider .noUi-handle:before {
    content: none;
}

.product-info-add-to-cart {
    margin-block-start: 1rem;
}

.product-info-add-to-cart .product-actions .shopify-payment-button {
    width: 100%;
}
button.addtocart-button.dynamic-checkout-enabled[disabled] + .shopify-payment-button {
    opacity: 0.5;
    pointer-events: none;
}
.quick-view-product > .featured-product-slider {
    border-radius: var(--block-radius);
    flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
}

.quick-view-product .product-info-add-to-cart .product-actions {
    display: flex;
    align-items: center;
}

.quick-view-product .product-actions>* {
    flex-grow: 1;
}

slider-component.products-list>.slider-click-nav {
    margin-block-start: 0.5rem;
}

.quick-view-product,
.dialog-content-quick-view {
    width: 100%;
    height: 100%;
}

product-media-slider {
    width: 100%;
    border-radius: var(--block-radius);
}

.quick-view-product .featured-product-detail {
    padding: 0rem 0rem 2rem;
    height: auto;
}
.shopify-section {
    &:has(site-marquee) {
        overflow: clip;
    }
} 

site-marquee {
    display: flex;
    gap: 3rem;
    width: 100%;
    /* overflow: hidden; */
    position:relative;
    @media (hover: hover) {
        .marquee-track.active {
            &:hover {
                animation-play-state: paused;
            }
        }
    }
}

.marquee-track.active {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee var(--speed,30s) linear var(--direction,normal) infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.cart-drawer-recommended-products-wrapper:has(recommendations-pdt[style="display: none;"]), 
.cart-drawer-recently-viewed-products-wrapper:has(recently-viewed-products[style="display: none;"]) {
    display: none;
}

.cart-products-wrapper slider-component.products-list>.slider-click-nav .slider-click {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: var(--arrow-radius);
    padding: .4rem;
    background: transparent;
    color: rgb(var(--text-body-rgb-color));
}

.cart-products-wrapper slider-component.products-list .card-product-img .slider-click-nav {
    display: none;
}

.dialog-contents-wrap {
    padding-block-end: 1rem;
    max-height: calc(100dvh - 2rem);
    overflow: hidden;
    overflow-y: auto;
}

.horizontal-filters-false .main-collection-filter .facets-filter-form> .button {
    display: none;
}

.product-swatches-container:not(.swatches-hover) .price-list {
    margin-block-end: .5rem;
}

.filter-dialog .dialog-close {
    inset-inline-start: 50%;
    inset-block-start: -4rem;
    transform: translateX(-50%);
    margin: 0rem;
    background: rgb(var(--background-rgb-color));
    border-radius: 99rem;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    padding: 1rem;
}

slider-component .swiper-notification {
    display: none !important;
}

.product-cart-products:has(.empty-cart-drawer:not(.display-none)) .shipping-bar {
    display: none;
}
slider-component.card-product-img-secondary .slider-click-nav .slider-click.swiper-button-prev {
    left: 0.625rem;
}

slider-component.card-product-img-secondary .slider-click-nav .slider-click.swiper-button-next {
    right: 0.625rem;
}

@media screen and (min-width: 768px) {
    :is(.age-verify, .newsletter) .dialog-inner {
        min-width: 36rem;
    }
    :is(.newsletter) .dialog-inner {
        max-width: 36rem;
    }
    .featured-collection-block slider-component.products-list>.slider-click-nav {
        position: absolute;
        margin: 0rem;
        inset-block-start: 0rem;
        inset-inline-end: calc(var(--space-page-gutter, var(--space-page-gutter-mobile)) * 1);
    }
    .elements-quantity .quantity-text-input {
        width: 3rem;
    }
    .main-collection-contain:is(.horizontal-filters-false) div[data-collection-pagination] {
        max-width: calc(100% - 25%);
        margin-inline-start: auto;
    }
     .head-content-verify>*:not(:last-child) {
        margin-block-end: .8rem;
    }
    .verify-img-box {
        width: 17rem;
        align-self: flex-end;
        margin-inline-start: 3rem;
    }
    .section-banner-text {
        grid-gap: 3rem;
    }
    .quick-view-product {
        display: flex !important;
        align-items: flex-start;
        gap: 2rem;
    }
    .quick-view-product:has(.featured-product-detail) > .featured-product-slider {
        max-width: 50%;
    }
    .page-navigation-wrapper>li {
        min-width: 3rem;
        max-width: 3rem;
        height: 3rem;
    } 
    slider-component.products-list:not(.swiper-initialized) .swiper-wrapper {
        gap: 1rem;
    }
    slider-component.products-list:not(.swiper-initialized) .card-product {
        flex: 0 0 auto;
        max-width: calc(100%/3);
    }
    .cart-dialog:has(.empty-cart-drawer[style="display:none;"]) .dialog-inner {
        border-radius: 0rem;
    }
    .utility-list li:hover {
        background: rgb(var(--foreground-rgb-color));
    }
    .empty-cart-coll-list {
        max-width: 60%;
        margin-inline: auto;
    }
    .utility-apply-filter+.utility-sort-wrapper {
        margin-inline-start: 1rem;
    }
    .grid--2-md.media-position-first {
        grid-template-areas: "grid-media grid-content";
    }
    .grid--2-md.media-position-second {
        grid-template-areas: "grid-content grid-media";
    }
    .grid-media {
        grid-area: grid-media;
    }
    .grid-content {
        grid-area: grid-content;
    }
}

@media screen and (min-width: 992px) {
    .section-banner-wrapper {
        margin-block-end: 4rem;
    }
    .section-banner-wrapper:has(.background-layer) .section-banner-content {
        padding: 2rem;
    }
    .banner-collections-item {
        width: 8.75rem;
        min-width: 8.75rem;
    }
    .products-list:is(.border-enabled) .card-product:hover .card-product-img {
        border-radius: 12rem;
    }
    .card-product-info-wrapper .swatches-hover:has(.price-list) .product-swatches {
        /* position: absolute;
        inset-inline-start: 0rem;
        inset-block-end: 0rem; */
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
        transform: translateY(110%)
    }
    .card-product-info-wrapper .swatches-hover:has(.price-list:not(.small-hide)) .product-swatches {
        /* position: absolute;
        inset-inline-start: 0rem;
        inset-block-end: 0rem; */
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
        transform: translateY(110%)
    }
    .card-product:hover .swatches-hover:has(.product-swatches) .price-list {
        transform: translateY(-110%);
        pointer-events: none;
    }
    .card-product:hover .card-product-info-wrapper .swatches-hover .product-swatches {
        transform: translateY(0%);
        opacity: 1;
        pointer-events: all;
    }
    .card-product .swatches-hover .product-swatches:not(:hover) .swatches-item:not(:first-child) {
        margin-inline-start: -0.8rem;
    }
    .card-product .product-swatches-container:not(.swatches-hover) .swatches-item,
    .card-product .swatches-hover .product-swatches:hover .swatches-item {
        margin-inline-end: 0.375rem;
    }
    .product-swatches-container:not(.swatches-hover) .swatches-more {
        margin-inline-start: 0rem;
    }
    .utility-group-item .utility-group-text:before,
    .variant-option-label:before {
        content: attr(aria-label);
        position: absolute;
        inset-inline-start: 0rem;
        top: 50%;
        width: 100%;
        text-align: center;
        transform: translateY(calc(100% + 2rem));
        transition: transform .3s cubic-bezier(0.47, 0, 0.75, 0.72);
    }
    .utility-group-item .utility-group-text utility-value {
        display: block;
        transition: all .3s cubic-bezier(.47,0,.75,.72);
    }
    .utility-group-item .utility-group-text:hover utility-value,
    .utility-group-item .utility-group-check:checked+.utility-group-text utility-value,
    .variant-option-label:hover .variant-option-label-text {
        transform: translateY(calc(-100% - 2rem));
    }
    .utility-group-item .utility-group-text:hover:before,
    .variant-option-label:hover:before, 
    .utility-group-item .utility-group-check:checked+.utility-group-text:before {
        transform: translateY(calc(-50% - 0rem));
    }
    .variant-option-label:hover,
    .utility-group-item .utility-group-text:hover {
        background-color: rgb(var(--text-body-rgb-color));
        color: rgb(var(--background-rgb-color));
    }
    .variant-swatches :is(label.color-swatch):hover {
        border: 0.063rem solid rgb(var(--border-rgb-color));
        background-color: rgb(var(--background-rgb-color));
    }
    .variant-swatches :is(label.color-swatch):hover span {
        transform: scale(0.8);
        border-radius: var(--swatechs-radius);
    }
    .variant-swatches :is(label.color-swatch):hover svg {
        opacity: 1;
    }
    .collection-filter-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-block-end: 12px;
}
.filter-with-icon {
  background: #ffffff;
  border: 1px solid #e2e5e7;
  border-radius: 3px;
  padding: 8px 13px;
  gap: 8px;
  font-size: 14px;
}

.filter-with-icon:hover {
  background: #f7f8f9;
  color: #388059;
  border-color: #c9ddd4;
}

.filter-arrow-btn {
  border-radius: 3px;
  min-width: 38px;
  height: 38px;
}
    .dialog-side-panel {
        justify-content: flex-end;
        padding: 0rem;
    }
    .dialog-side-panel .dialog-inner {
        max-width: 614px;
        -webkit-transform: translateX(100%) scaleX(0.95);
        transform: translateX(100%) scaleX(0.95);
        z-index: 20;
        -webkit-transform-origin: right top;
        transform-origin: right top;
        border-top-left-radius: var(--drawer-radius);
        border-bottom-left-radius: var(--drawer-radius);
    }
    .dialog:is(.filter-dialog) .dialog-inner {
        height: auto;
        max-height: 100%;
        border-radius: var(--card-radius);
        max-width: 544px;
    }
    .dialog-side-panel:is(.is-active) .dialog-inner {
        transform: translate(0px, 0px);
    }
    .dialog-header {
        padding: 1.3rem 2rem 0.5rem;
    }
    .checkbox-cst, .gift-wrap {
        margin-block-end: 1.4rem;
    }
    .quick-view-dialog .dialog-inner {
        max-width: 62rem;
    }
    .dialog:is(.quick-view-dialog) .dialog-inner {
        max-height: 80vh;
    }
    .dialog:is(.quick-view-dialog) .dialog-content {
        max-height: 100%;
        height: 100%;
        padding: 1rem 3rem 3rem;
    }
    :is(.age-verify,.newsletter) .dialog-content {
        padding: 1.8rem;
    }
    .horizontal-filters-false :is(.utility--toolbar, .main-collection-products) {
        width: 75%;
        margin-block-end: 1.5rem;
        margin-inline: auto;
    }
    .horizontal-filters-false :is(.utility-title, .main-collection-filter) {
        width: 25%;
        padding-inline-end: 3rem;
    }
    .collection-filter-row {
        margin-block-end: 1rem;
    }
    .horizontal-filters-true :is(.utility--toolbar) {
        margin-block-end: 0.5rem;
    }
    .horizontal-filters-true :is(.utility-title) {
        display: none;
    }
    .main-collection-filter {
        display: block;
    }
    .tabs-nav-list:is(.tab-with-thumb) {
        gap: 3rem;
    }
    .tabs-nav-button {
        font-size: var(--font-size-xl);
    }
    .tab-with-thumb .tabs-nav-thumb {
        width: 3rem;
        min-width: 3rem;
        height: 3rem;
    }
    .card-product-contain .media {
        width: 7rem;
        min-width: 7rem;
        height: 7rem;
    }
    .coll-mbl-flt {
        display: none;
        margin-block-end: 2rem;
    }
    .filter-dl-panel {
        min-height: 220px;
        max-height: 220px;
        overflow-x: hidden;
        overflow-y: auto;
        margin-inline: -2.5rem;
        padding-inline: 2.5rem;
    }
    .filter-dl-tabs {
        margin-block-end: 2rem;
    }
    .filter-dl-contain filter-icon {
        display: none;
    }
    /* .cart-dialog:has(.empty-cart-drawer:is(.display-none)) .dialog-inner {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    } */
    .cart-dialog {
        &:has(cart-recommendations) {
            .dialog-inner {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }
        }
    }
    .dialog-side-panel .cart-products-wrapper slider-component.products-list:not(.swiper-initialized) .swiper-wrapper .card-product {
        max-width: calc(100%/2 - 1rem);
    }
    :is(recently-viewed-products, recommendations-pdt) slider-component.products-list>.slider-click-nav {
        position: absolute;
        margin-block-start: 0rem;
        inset-block-start: 0rem;
        inset-inline-end: calc(var(--space-page-gutter, var(--space-page-gutter-mobile)) * 1);
    }
    .cart-products-wrapper slider-component.products-list>.slider-click-nav {
        inset-inline-end: 0rem;
        inset-block-start: 0rem;
        gap: 0.4rem;
    }
    .localization-popup .dialog-overlay {
        display: none;
    }
    .product-swatches-container.swatches-hover {
        display: inline-grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .product-swatches-container.swatches-hover .price-list {
        grid-area: 1 / 1 / 2 / 2;
    }
    .product-swatches-container.swatches-hover .product-swatches {
        grid-area: 1 / 1 / 2 / 2;
    }
}

@media screen and (min-width: 1281px) {
    .product-info-add-to-cart .product-actions .dynamic-checkout-enabled {
        width: calc(100% - 3rem);
    }
}

@media screen and (min-width: 1039px) {
    .contain-small {
        max-width: 80%;
    }
    .product-btns-form {
        opacity: 0;
        transform: translateX(10rem);
    }
    .card-product-wrapper:is(:hover, :focus-within) .product-btns-form {
        transform: translateX(0rem);
        opacity: 1;
    }
    .products-list:is(.border-enabled) .card-product .product-btns-form {
        inset-inline: 0;
        margin-inline: 0;
        transform: inherit;
    }
    .dialog-card {
        padding: 2rem 4rem;
        max-width: 63.125rem;
        transform: translateY(1.875rem);
    }
    .mobile-toggle {
        display: none !important;
    }
    .dialog-box.is-open .dialog-card {
        transform: translateY(0);
    }
     :is( .rte:not(.accordion-content) :where(h1, h2, h3, h4, h5, h6, p, ol, ul, form, table, figure, img)):not(:first-child) {
        margin-block-start: 1.5rem;
    }
    :is(.age-verify, .newsletter) .dialog-content {
        padding: 3rem;
    }
    
    slider-component.products-list {
        display: block;
    }
    slider-component.products-list:not(.swiper-initialized) .swiper-wrapper {
        gap: 1rem;
    }
    slider-component.products-list:not(.swiper-initialized) .card-product {
        flex: 0 0 auto;
        max-width: calc(100%/4);
    }
    .no-js .collection-grid .swiper-wrapper,
    .collection-carousel:not(.swiper-initialized) .collection-carousel-wrapper {
        gap: 1rem;
    }
    .collection-carousel:not(.swiper-initialized) .collection-carousel-slide {
        flex: 0 0 auto;
        max-width: calc(100% / 3.5 - 0.7rem);
    }
}

@media screen and (max-width: 991.98px) {
    .mobile-height-full {
        height: calc(100vh - 3rem);
    }
    .mobile-height-auto {
        height: auto;
    }
    .mobile-height-300 {
        height: 18.75rem;
    }
    .mobile-height-350 {
        height: 21.875rem;
    }
    .mobile-height-400 {
        height: 25rem;
    }
    .mobile-height-450 {
        height: 28.125rem;
    }
    .utility-title,
    .cart-products-wrapper {
        display: none !important;
    }
    .utility--toolbar {
        flex-wrap: wrap;
        margin-block-start: 1rem;
    }
    .utility-product-counter {
        margin: 0rem;
    }
    .utility-apply-filter {
        width: 100%;
        margin-block-start: 0.5rem;
        margin-block-end: 0.5rem;
    }
    
    .card-product .product-swatches-container .swatches-item {
        margin-inline-end: 0.375rem;
    }
    .product-swatches-container .price-list {
        margin-block-end: 0.5rem;
    }
    .product-swatches-container .swatches-more {
        margin: 0rem;
    }
    body:has(.store-header.is-hidden) {
        --header-height: 0rem !important;
        transition: --header-height .3s cubic-bezier(.4,0,1,1);
    }
    body:has(.store-header.sticky-header-true) #MainContent .main-collection-contain .coll-mbl-flt {
        inset-block-start: calc(var(--header-height) + 0rem);
        width: 100vw;
        padding-inline: 3rem;
        margin-inline-start: calc(50% - 50vw);
    }
    .dialog-header {
        position: sticky;
        inset-block-start: 0rem;
        z-index: 5;
        gap: 0.2rem;
        padding: 0.5rem 2rem;
        background: rgb(var(--background-rgb-color));
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .dialog:is(.age-verify, .newsletter) {
        align-items: center;
    }
    :is(.age-verify,.newsletter) .dialog-content {
        padding: 2rem;
        flex-wrap: wrap;
    }
    .dialog-content-verify {
        width: 100%;
        text-align: center;
    }
    .dialog-content-verify>*:not(:last-child) {
        text-align: center;
    }
    .dialog-content-verify .social-icon-box {
        justify-content: center;
        gap: 0.5rem;
    }
    .dialog-content-verify>span {
        display: block;
    }
    .filter--title {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .utility-list li {
        display: block;
        margin-bottom: 15px;
        padding-inline: 0rem;
        font-size: var(--font-size-lg);
    }
    .utility-list li input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }
    .utility-list li label {
        display: flex;
        gap: 1rem;
        position: relative;
        cursor: pointer;
    }
    .utility-list li label:before {
        content: "";
        -webkit-appearance: none;
        background-color: rgb(var(--foreground-rgb-color));
        border: 0.0625rem solid currentColor;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        width: 1.188rem;
        height: 1.188rem;
        border-radius: 1.25rem;
        overflow: hidden;
        margin-block-start: 0.150rem;
    }
    .utility-list li label svg {
        position: absolute;
        inset-inline-start: .313rem;
        inset-block-start: 50%;
        opacity: 0;
        transform: translateY(calc(-50% - 0.05rem));
    }
    .utility-list li:has(input:checked) label::before {
        background-color: rgb(var(--text-body-rgb-color));
    }
    .utility-list li:has(input:checked) label svg{
        opacity: 1;
        color: rgb(var(--background-rgb-color));
    }
    .filter-dl-contain {
        position: relative;
        overflow: hidden;
    }
    .filter-dl-tabs {
        flex-direction: column;
        max-height: 100%;
        overflow-y: auto;
    }
    .filter-dl-tabs span {
        display: flex;
        align-items: center;
        gap: 1rem;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .filter-dl-panel {
        display: block;
        position: absolute;
        inset-block-start: 0rem;
        inset-inline-start: 100%;
        background: rgb(var(--background-rgb-color));
        transition: all .3s cubic-bezier(.4,0,1,1);
        pointer-events: none;
        z-index: 11;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .filter-dl-panel:is(.is-active) {
        inset-inline-start: 0rem;
        pointer-events: all;
    }
    .filter-dl-panel .filter-dl-panel-head {
        margin-block-end: 2rem;
    }
    .filter-dl-panel-head .utility-group-heading {
        display: flex;
        align-items: center;
        gap: 1rem;
        font-size: calc(var(--font-size-xl) * var(--label-font-scale));
        cursor: pointer;
    }
    .filter-dl-tabs span {
        color: rgb(var(--text-body-rgb-color));
        font-size: var(--font-size-2xl);
    }
    .filter-dl-panel .utility-body {
        align-items: flex-start;
        max-height: calc(100% - 5rem);
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
    }
    .form-footer {
        margin-block-start: 1rem;
        text-align: center;
    }
    .apply-filter-btn {
        margin-block-start: 1rem;
    }
    /* .filter-dialog .dialog-inner,
    .sort-dialog .dialog-inner {
        max-height: 80vh;
        height: max-content;
        min-height: max-content;
    } */
    .filter-dialog .dialog-content,
    .sort-dialog .dialog-content {
        max-height: calc(100vh - 6rem);
        height: 100%;
    }
    .filter-dialog .dialog-content form,
    .sort-dialog .dialog-content form  {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .price-range-slider-group {
        padding-inline: 0.4rem;
    }
    :is(.count-slider, .showcase-slider-item) .card-product {
        padding: 1rem;
        background: rgb(var(--foreground-rgb-color));
        border-radius: var(--card-radius);
    }
    :is(.count-slider,.showcase-slider-item) .card-product:not(.border-enable) {
        border: 0.063rem solid rgb(var(--border-rgb-color));
    }
    :is(.count-slider, .showcase-slider-item) .card-product-wrapper {
        display: flex;
    }
    :is(.count-slider, .showcase-slider-item) .card-product-wrapper .card-product-img {
        flex: 0 0 5rem;
        height: 5rem;
        margin: 0 0.8rem 0 0;
    }
    :is(.count-slider, .showcase-slider-item) .card-product-wrapper .card-product-img .media {
        height: 100%;
        border-radius: calc(var(--card-radius) - 0.5rem);
    }
    :is(.count-slider, .showcase-slider-item) .card-product-wrapper .card-product-img :is(.status-badges-product, .product-btns-form) {
        display: none;
    }
    /* Localization Mobile Drawer */
    .localization-popup {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 99 !important;
        width: 100%;
        height: 80vh;
        margin-block-start: auto;
        margin-inline: auto;
        visibility: hidden;
        background: none;
        transform: translateY(100%);
        transition: all .4s cubic-bezier(.7, 0, .2, 1);
    }
    .localization-popup.is-active {
        transform: none;
        visibility: visible;
    }
    .localization-popup .dialog-overlay {
        z-index: -1;
        top: auto;
        height: 200%;
        position: absolute;
        bottom: calc(100% - 1rem);
    }
    .localization-popup:not(.is-active) .dialog-overlay {
        opacity: 0;
    }
    .localization-popup::after {
        content: "";
        inset: 0;
        height: 100%;
        position: absolute;
        z-index: -1;
        pointer-events: none;
        background: rgb(var(--background-rgb-color));
        border-radius: 1rem 1rem 0 0;
    }
    .localization-popup .localization-tabs {
        margin-block-start: 1rem;
    }
    .localization-tab-content {
        max-height: 100%;
        padding-block-end: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .input, .textarea, .select {
        font-size: 1rem !important;
    }
    .dialog:is(.age-verify,.newsletter) .dialog-inner {
        width: 100%;
        max-width: 90%;
    }
    .dialog-content-verify {
        order: 1;
    }
    .verify-img-box {
        margin-block-end: 1.5rem;
    }
    .custom-list-wrapper {
        display: flex;
        align-items: flex-end;
        gap: 1rem;
        overflow-x: auto;
        padding-block-end: 0.8rem;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .custom-list {
        white-space: nowrap;
    }
    .quick-view-product>.featured-product-slider {
        margin-block-end: 1.3rem;
    }
    .newsletter-form.subscription-popupform .form-field {
        padding: 0;
        margin-block-end: 0.6rem;
    }
    .dialog-content-verify .button {
    margin-block-end: .4rem;
    }
    .dialog-content-verify .social-icon-box {
    margin-block-start: .7rem;
    }
    .collection-list-block:has([data-disable-mobile="true"]) .slider-click-nav,
    slider-component[data-disable-mobile="true"] .slider-click-nav {
        display: none;
    }
    .product-btns-form {
        inset-inline-end: 0.7rem;
        inset-block-end: 0.7rem;
    }
    .empty-cart-drawer {
        max-width: 80%;
        margin-inline: auto;
    }
    .empty-cart-coll-list {
        display: none;
    }
    .section-banner-wrapper {
        margin-block-end: 0.5rem;
    }
    .banner-collections-item {
        width: 3.5rem;
        min-width: 3.5rem;
        margin-inline-end: 0.4rem;
    }
    .tabs-nav-head:has(.tabs-nav-list:not(.tab-with-thumb)) {
        margin-block-end: 1rem;
    }
    /* Mobile Scroll Inline */
    .mobile-scroll-inline {
        --items-visible: 1.3;
        display: grid !important;
        grid-auto-flow: column;
        gap: var(--grid-gap);
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        grid-template-columns: unset !important;
        --grid-gap: var(--gap, 15px);
        grid-auto-columns: calc((100% / var(--items-visible)) - (var(--grid-gap) * (var(--items-visible) - 1) / var(--items-visible)));
    }

    .mobile-scroll-inline::-webkit-scrollbar {
        display: none;
    }
    
    .mobile-scroll-inline>* {
        scroll-snap-align: start;
        min-width: 0;
    }

    .mobile-scroll-inline.scroll-inline-1 {
        --items-visible: 1.6;
    }

    .mobile-scroll-inline.scroll-inline-2 {
        --items-visible: 2.5;
    }
    .products-list:is(.border-enabled) .card-product {
        padding: 1rem;
    }
    .tabs-nav-head:has(.tab-with-thumb) {
        margin-block-end: 0.8rem;
    }
    .tab-collection .tab-with-thumb .tabs-nav-button {
        padding-block-end: 0;
    }
    .social-icon-box {
        gap: 0.55rem;
    }
    .card-product .product-swatches-container .swatches-item {
        margin-inline-end: 0.275rem;
    }
    .card-product:is(.border-enable) .card-product-info-wrapper {
        padding-inline: 0;
    }
    .page-max--size {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .mobile-scroll-inline.scroll-inline-1 {
        --items-visible: 1.3;
    }

    .mobile-scroll-inline.scroll-inline-2 {
        --items-visible: 2.2;
    }
}
/* ================================
   Groundserv custom product cards
   ================================ */

.card-product .product-name a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.product-card-summary {
  min-height: 48px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #6f6b76;
}

.gs-card-price {
  margin-top: 14px;
}

.gs-card-price-main {
  font-size: 15px;
  font-weight: 500;
  color: #388059;
}

.gs-card-price-vat,
.gs-card-price-main span {
  font-size: 12px;
  color: #837f8b;
  font-weight: 400;
}

.gs-card-price-from {
  font-size: 13px;
  font-weight: 400;
  color: #388059;
  margin-right: 3px;
}

.gs-card-price-rrp {
  margin-top: 4px;
  font-size: 11px;
  color: #837f8b;
}

.gs-compare-btn {
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #388059;
  cursor: pointer;
}

.gs-compare-box {
  width: 14px;
  height: 14px;
  border: 1.5px solid #388059;
  display: inline-block;
}

.gs-compare-btn.is-selected .gs-compare-box {
  background: #388059;
}
.gs-compare-box {
  position: relative;
}

.gs-compare-btn.is-selected .gs-compare-box::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.gs-compare-btn.is-selected .gs-compare-text {
  font-weight: 700;
}

/* ================================
   Groundserv collection intro
   ================================ */

.gs-collection-intro {
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 20px;
}

.gs-divider {
  border: 0;
  height: 1px;
  background: #d9d9d9;
  margin: 8px 0;
}

.gs-collection-intro h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.gs-collection-intro p {
  max-width: 520px;
  font-size: 12px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 26px;
}
/* Groundserv collection spacing tidy-up */

.gs-card-price-main {
  font-size: 16px;
}

.utility--toolbar {
  margin-block-start: 0 !important;
  margin-block-end: 18px !important;
  align-items: center;
}

.utility-product-counter {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.main-collection-products {
  margin-top: 0 !important;
}

.main-collection-contain {
  row-gap: 16px;
}
/* Groundserv collection spacing tighter */

.main-collection-contain {
  row-gap: 0 !important;
}

.utility-grid {
  align-items: flex-start !important;
}

.utility--toolbar {
  margin: 0 0 0px 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.utility-product-counter {
  margin: 0 !important;
}

.main-collection-products {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.gs-collection-intro {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 20px 0 !important;
}

/* Groundserv reduce gap between intro and product grid */

.shopify-section:has(.gs-collection-intro) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.shopify-section:has(.gs-collection-intro) + .shopify-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.main-collection-contain.spaced--section,
.main-collection-contain {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.utility-grid {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Groundserv tighten collection utility row */

.utility-grid {
  min-height: 0 !important;
  height: auto !important;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 18px !important;
}

.utility--toolbar {
  min-height: 0 !important;
  height: auto !important;
}

.utility--toolbar .utility-sort-wrapper {
  margin: 0 !important;
}

.utility-product-counter {
  align-self: center !important;
}
.gs-compare-notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10000;
  background: #388059;
  color: #ffffff;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.gs-compare-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.gs-compare-bar {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: min(600px, calc(100% - 40px));
  max-width: 900px;
  z-index: 9999;
  background: #388059;
  color: #ffffff;
  padding: 12px 24px;
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

.gs-compare-bar.is-visible {
  display: flex;
}

.gs-compare-bar button {
  background: #bbd83c;
  color: #1f1f1f;
  border: 0;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
}

.gs-compare-bar button:hover {
  background: #c1dc57;
}
.gs-compare-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px;
}

.gs-compare-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.gs-compare-header h1 {
  font-size: 24px;
  line-height: 1.1;
  margin: 0;
}

#gsCompareClear,
.gs-remove-compare {
  background: transparent;
  border: 1px solid #388059;
  color: #388059;
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
}

.gs-compare-table-wrap {
  overflow-x: auto;
}

.gs-compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.gs-compare-table th,
.gs-compare-table td {
  border: 1px solid #e3e2e5;
  padding: 1px;
  text-align: center;
  vertical-align: center;
  font-size: 12px;
}

.gs-compare-table th:first-child,
.gs-compare-table td:first-child {
  width: 140px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  padding-left: 18px;
  color: #1f1f1f;
}

.gs-compare-table img {
  max-width: 180px;
  height: 180px;
  object-fit: contain;
  margin-bottom: 10px;
}

.gs-compare-table strong {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.gs-compare-table a {
  color: #388059;
  font-weight: 200;
  text-decoration: none;
}

.gs-remove-compare {
  display: inline-flex;
  margin: 10px auto 0;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 600;
  color: #6f6b76;
  border: 1px solid #d8d8d8;
  background: #f7f7f7;
}
.gs-compare-view-product {
  font-size: 12px;
  font-weight: 600;
}
.gs-compare-image {
  max-width: 180px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 12px;
}

}.gs-compare-table td {
  font-size: 16px;
  text-align: center;
}
.template-page .gs-compare-page ~ .gs-compare-bar {
  display: none !important;
}
.product-actions {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.product-actions .addtocart-button {
  flex: 1 1 70%;
}

.gs-product-compare-btn {
  flex: 0 0 28%;
  min-height: 54px;
  border: 1px solid #388059;
  background: #ffffff;
  color: #388059;
  font-weight: 700;
  cursor: pointer;
  border-radius: 4px;
}

.gs-product-compare-btn:hover {
  background: #f4f8f6;
}
.product-actions {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.product-actions .addtocart-button {
  flex: 1 1 72% !important;
  width: auto !important;
}

.product-actions .gs-product-compare-btn {
  flex: 0 0 26% !important;
  width: auto !important;
  min-height: 54px;
}
.product-actions button {
  max-width: none !important;
}

.product-actions .addtocart-button {
  display: inline-flex !important;
  flex: 1 1 calc(72% - 6px) !important;
  max-width: none !important;
}

.product-actions .gs-product-compare-btn {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  flex: 0 0 calc(28% - 6px) !important;
  max-width: none !important;
}
.main-product .product-content .product-info-rte {
  font-size: 15px;
  line-height: 1.45;
  max-width: 620px;
}
.product-text-info.text-size-medium {
  font-size: 15px !important;
  line-height: 1.45 !important;
  margin-bottom: 18px;
}

.product-text-info.text-size-medium p {
  font-size: 14px !important;
  line-height: 1.45 !important;
}
  .gs-product-page-price-block {
  display: grid !important;
  gap: 3px !important;
}

.gs-product-page-price-main {
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
}

.gs-product-page-price-rrp {
  display: block !important;
  font-size: 12px !important;
  color: #837f8b !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  margin-top: 2px !important;
}
.gs-product-compare-btn {
  font-size: 14px;
  font-weight: 600;
}
.gs-product-price-list {
  margin-top: 10px;
  margin-bottom: 18px;
}
/* Groundserv Compatible Attachments */

.gs-compatible-attachments {
  padding: 0 45px 28px;
}

.gs-compatible-scroll {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.gs-compatible-card {
  flex: 0 0 310px;
  height: 155px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.gs-compatible-top {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  align-items: start;
}

.gs-compatible-thumb {
  width: 100px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gs-compatible-image {
  max-width: 100px !important;
  max-height: 72px !important;
  object-fit: contain !important;
}

.gs-compatible-title {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  color: #2b2b2b;
}

.gs-compatible-summary {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.35;
  color: #666666;
  max-height: 48px;
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .gs-compatible-attachments {
    padding: 0 18px 24px;
  }

  .gs-compatible-card {
    flex: 0 0 260px;
  }
}
}

/* Groundserv product gallery - thumbnails under main image */
.main-product-item {
  display: flex !important;
  flex-direction: column !important;
}

.main-product .product-main-slider {
  order: 1 !important;
}

.main-product slider-product-thumbs {
  order: 2 !important;
  width: 100% !important;
  margin-top: 14px !important;
}

.main-product slider-product-thumbs .product-thumbs__list {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
  max-height: none !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  justify-content: center !important;
}

.main-product slider-product-thumbs .product-thumb,
.main-product slider-product-thumbs .product-thumb.full,
.main-product slider-product-thumbs .product-thumb.half {
  width: 82px !important;
  height: 82px !important;
  flex: 0 0 82px !important;
  grid-column: auto !important;
}

.main-product .product-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: #fff !important;
}
/* Groundserv product gallery main image sizing */
.main-product .product-main-slider {
  max-height: 620px !important;
  overflow: hidden !important;
}

.main-product .product-main-slider img {
  max-height: 620px !important;
  width: 100% !important;
  object-fit: contain !important;
}
.main-product slider-product-thumbs .product-thumbs__list {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  flex-wrap: nowrap !important;
}
/* Groundserv force all product thumbnails visible */
.main-product slider-product-thumbs .product-thumbs__list {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  max-height: none !important;
  height: auto !important;
}

.main-product slider-product-thumbs .product-thumb {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
/* Groundserv product gallery clean background */
.main-product .product-gallery,
.main-product .product-main-slider,
.main-product .product-main-slider .swiper-slide,
.main-product .product-main-slider .media,
.main-product .product-main-slider img,
.main-product slider-product-thumbs,
.main-product .product-thumbs__list,
.main-product .product-thumb,
.main-product .product-thumb img {
  background: #ffffff !important;
}

/* Square thumbnails */
.main-product slider-product-thumbs .product-thumb,
.main-product slider-product-thumbs .product-thumb.full,
.main-product slider-product-thumbs .product-thumb.half {
  width: 86px !important;
  height: 86px !important;
  flex: 0 0 86px !important;
  aspect-ratio: 1 / 1 !important;
}

.main-product slider-product-thumbs .product-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
/* Groundserv force all gallery thumbnails visible */
.main-product .product-thumbs__list {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  overflow-x: auto !important;
}

.main-product .product-thumbs__list .product-thumb {
  display: flex !important;
  width: 86px !important;
  height: 86px !important;
  flex: 0 0 86px !important;
  grid-column: auto !important;
}

.main-product .product-thumbs__list .product-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: #fff !important;
}
.gs-compare-intro {
  max-width: 620px;
  margin: 10px 0 0;
  color: #6f6b76;
  font-size: 14px;
  line-height: 1.5;
}
.gs-compare-empty {
  padding: 48px 0;
  max-width: 520px;
}

.gs-compare-empty h2 {
  margin: 0 0 10px;
  font-size: 28px;
  color: #2F3437;
}

.gs-compare-empty p {
  margin: 0 0 24px;
  color: #6f6b76;
  font-size: 17px;
  line-height: 1.5;
}

.gs-compare-empty-button {
  display: inline-block;
  padding: 14px 22px;
  border: 1px solid #388059;
  color: #388059;
  font-weight: 700;
  text-decoration: none;
}

.gs-compare-empty-button:hover {
  background: #388059;
  color: #ffffff;
}
.gs-compare-group-row td {
  background: #e3e2e5;
  color: #388059;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
  padding: 12px 10px;
}
.gs-compare-intro {
    max-width: 710px;
}
.recommendations-pdt-summary {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.35;
  color: #6f6b76;
}
.recommendations-pdt-item {
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid transparent;
}

.recommendations-pdt-card-link {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
}

.recommendations-pdt-thumb,
.recommendations-pdt-content {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.recommendations-pdt-item:hover {
  border-color: #bbd83c;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.recommendations-pdt-item:hover .recommendations-pdt--title {
  color: #388059;
}
.recommendations-pdt--title,
.recommendations-pdt-summary {
  text-decoration: none;
}

.recommendations-pdt-summary {
  display: block;
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.35;
  color: #6f6b76;
}

.recommendations-pdt-item:hover {
  border-color: #bbd83c;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.recommendations-pdt-item:hover .recommendations-pdt--title {
  color: #388059;
}
.gs-download-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gs-download-list li {
  margin-bottom: 10px;
}

.gs-download-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  color: #2F3437;
  text-decoration: none;
  border-bottom: 1px solid #e3e2e5;
}

.gs-download-list a:hover {
  color: #388059;
}

.gs-download-icon {
  background: #e9e9e9;
  color: #444;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 3px;
  min-width: 44px;
  text-align: center;
}
  
.gs-download-empty {
  color: #6f6b76;
  font-size: 14px;
  line-height: 1.45;
}
.gs-download-name {
  font-size: 14px;
  line-height: 1.35;
  color: #2F3437;
}

.gs-download-list a:hover .gs-download-name {
  color: #388059;
}
.product-card-summary {
  min-height: 66px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #6f6b76;
}

.gs-card-price {
  min-height: 54px;
}
.card-product-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card-summary {
    min-height: 60px;
}

.gs-card-price {
    min-height: 55px;
}

.compare-wrap,
.compare-button,
.gs-compare-wrap {
    margin-top: auto;
}
.product-name {
    min-height: 72px;
}

.card-product-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-swatches-container {
  flex-grow: 1;
}

.gs-compare-btn {
  margin-top: auto;
}
/* Groundserv product card border */

card-product.card-product {
  display: block !important;
  height: 100% !important;
  background: #f7f8f9 !important;
  box-shadow: inset 0 0 0 1px #e3e5e7 !important;
}
.product-card-summary {
  min-height: 64px;
  font-size: 13px;
  line-height: 1.4;
  color: #6f6b76;
}

.gs-card-price {
  min-height: 62px;
}

.product-name {
  min-height: 52px;
}
.gs-compare-row {
  margin-top: 18px;
  min-height: 26px;
}
.collection-filter-row.horizontal-filters {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
}

.collection-filter-row.horizontal-filters .utility-sort-wrapper {
  margin-left: 0 !important;
  margin-inline-start: 0 !important;
}

.collection-filter-row.horizontal-filters .filter-with-icon,
.collection-filter-row.horizontal-filters .utility-sort-button {
  border-radius: 3px !important;
  padding: 8px 13px !important;
  font-size: 14px !important;
}
/* Reduce collection intro spacing */

.utility-toolbar {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.main-collection-products {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.collection-filter-row {
    margin-top: -40px !important;
}
.main-collection-products {
    padding-top: 0 !important;
}
.main-collection-products .container,
.main-collection-products .page-width {
    padding-top: 0 !important;
}
.gs-category-section {
  background: #f7f8f9;
  border-top: none !important;
}
/* Groundserv product badge */
.card-product-img {
  position: relative;
}

.gs-product-badge {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  left: auto !important;
  z-index: 3;
}

.gs-product-badge img {
  width: 56px !important;
  height: 56px !important;
  object-fit: contain;
}
/* Hide compare on homepage featured products */
.template-index .compare-wrap,
.template-index .compare-button,
.template-index .gs-compare-wrap {
  display: none !important;
}
/* Groundserv homepage featured equipment */
.template-index .featured-collection {
  padding-left: 45px;
  padding-right: 45px;
}

.template-index .featured-collection h2 {
  font-size: 28px;
}

.template-index .featured-collection p {
  font-size: 14px;
}

.template-index .featured-collection .button,
.template-index .featured-collection a.button {
  display: inline-block;
  border: 1px solid #388059;
  color: #388059;
  background: #ffffff;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
/* Homepage Featured Equipment */
.template-index .featured-collection-block {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.template-index .featured-collection-block h2 {
  font-size: 28px !important;
}

.template-index .featured-collection-block p {
  font-size: 14px !important;
}

/* Hide Compare on homepage featured products */
.template-index .featured-collection-block .compare-wrap,
.template-index .featured-collection-block .compare-button,
.template-index .featured-collection-block .gs-compare-wrap,
.template-index .featured-collection-block .product-swatches-container {
  display: none !important;
}

/* Move product badges to top right */
.template-index .featured-collection-block .gs-product-badge {
  top: 12px !important;
  left: auto !important;
  right: 12px !important;
}

.template-index .featured-collection-block .gs-product-badge img {
  width: 68px !important;
  height: 68px !important;
}

/* Style View All Equipment button */
.template-index .featured-collection-block .button,
.template-index .featured-collection-block a.button {
  display: inline-block !important;
  border: 1px solid #388059 !important;
  color: #388059 !important;
  background: #ffffff !important;
  padding: 10px 22px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-radius: 0 !important;
}

.template-index .featured-collection-block .button:hover,
.template-index .featured-collection-block a.button:hover {
  background: #388059 !important;
  color: #ffffff !important;
}
/* Featured Equipment badge position */
.template-index .featured-collection-block .gs-product-badge {
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
}

.template-index .featured-collection-block .gs-product-badge img {
  width: 58px !important;
  height: 58px !important;
}
/* Featured Equipment heading alignment */
.template-index .featured-collection-block {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.template-index .featured-collection-block h2 {
  font-size: 28px !important;
  margin-bottom: 14px !important;
}

/* Featured Equipment button */
.template-index .featured-collection-block .view-all,
.template-index .featured-collection-block .section-footer {
  text-align: center !important;
  margin-top: 28px !important;
}

.template-index .featured-collection-block a.button,
.template-index .featured-collection-block .button {
  display: inline-block !important;
  border: 1px solid #388059 !important;
  color: #388059 !important;
  background: #ffffff !important;
  padding: 10px 22px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  min-width: 220px !important;
}

.template-index .featured-collection-block a.button:hover,
.template-index .featured-collection-block .button:hover {
  background: #388059 !important;
  color: #ffffff !important;
}
/* Homepage Featured Equipment section */
.template-index .feature-collection .featured-contain-wrap {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.template-index .feature-collection h2,
.template-index .feature-collection .heading {
  font-size: 28px !important;
}

.template-index .feature-collection p,
.template-index .feature-collection .description {
  font-size: 14px !important;
}

/* Featured Equipment button */
.template-index .feature-collection .button-wrapper {
  text-align: center !important;
  margin-top: 28px !important;
}

.template-index .feature-collection .button,
.template-index .feature-collection a.button {
  display: inline-block !important;
  border: 1px solid #388059 !important;
  color: #388059 !important;
  background: #ffffff !important;
  padding: 10px 22px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  min-width: 220px !important;
}
recommendations-pdt .recommendations-pdt-item [class*="badge"] {
  display: none !important;
}

recommendations-pdt .recommendations-pdt-item {
  height: 155px !important;
  min-height: 155px !important;
  max-height: 155px !important;
}

recommendations-pdt .recommendations-pdt-summary,
recommendations-pdt .recommendations-pdt-item .price-list {
  display: none !important;
}

recommendations-pdt .recommendations-pdt-thumb img {
  max-width: 68px !important;
  max-height: 68px !important;
  object-fit: contain !important;
}
.recommendations-pdt-item {
  height: 155px !important;
  min-height: 155px !important;
  max-height: 155px !important;
  overflow: hidden !important;
}

.recommendations-pdt-thumb {
  width: 70px !important;
  min-width: 70px !important;
}

.recommendations-pdt-thumb img {
  max-width: 70px !important;
  max-height: 70px !important;
  object-fit: contain !important;
}

.recommendations-pdt-content {
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.recommendations-pdt-summary {
  font-size: 12px !important;
  line-height: 1.3 !important;
}
.gs-compat-image {
  width: 70px !important;
  height: 70px !important;
  object-fit: contain !important;
  object-position: center !important;
}
.product-recommendations [class*="badge"],
.product-recommendations [class*="Badge"],
.product-recommendations [class*="product-badge"],
.product-recommendations [class*="metafield"],
.product-recommendations [class*="label"],
.product-recommendations [class*="tag"] {
  display: none !important;
}
recommendations-pdt .gs-product-badge {
  display: none !important;
}
recommendations-pdt .products-list-item,
recommendations-pdt .swiper-slide {
  height: 180px !important;
  min-height: 180px !important;
}

recommendations-pdt .card-product,
recommendations-pdt .card-product-wrapper {
  height: 100!important;
  min-height: 0 !important;
}

recommendations-pdt .media {
  --ratio: 100% !important;
}
.product-main-slider .swiper-slide .media {
  position: relative;
  cursor: zoom-in;
}

.product-main-slider .swiper-slide .media {
  position: relative;
}

.product-main-slider .swiper-slide .media .product-media-zoom {
  opacity: 1 !important;
  transform: scale(1) !important;
  width: 44px !important;
  height: 44px !important;
  inset-inline-start: auto !important;
  inset-block-start: 14px !important;
  right: 14px !important;
  top: 14px !important;
  cursor: zoom-in;
}
.gs-product-brand-logo {
  display: block;
  max-width: 150px;
  max-height: 60px;
  width: auto;
  height: auto;
  margin: 0 0 0px 0;
  object-fit: contain;
}
.product-content .gs-product-brand-logo {
  display: block;
  max-width: 150px;
  max-height: 60px;
  width: auto;
  height: auto;
  margin: 0 0 0px 0 !important;
  object-fit: contain;
}
.product-content .gs-product-brand-logo {
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  transform: translateX(0px);
}
.product-main-slider .media img,
.featured-product-slider .media img {
  object-fit: contain !important;
}
@media screen and (max-width: 749px) {
  .product-gallery .product-thumbs__list {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    overflow-x: auto !important;
    margin-top: 12px !important;
  }

  .product-gallery .product-thumb {
    width: 68px !important;
    height: 68px !important;
    flex: 0 0 68px !important;
    display: block !important;
  }

  .product-gallery .product-thumb img {
    width: 68px !important;
    height: 68px !important;
    object-fit: contain !important;
  }

  .product-gallery slider-product-thumbs {
    display: block !important;
  }
.gs-used-enquire-link {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
}
.gs-hire-rates-heading {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #2F3437;
}

.gs-hire-rate-list {
  margin: 0 0 6px;
}

.gs-hire-rate-list p {
  display: grid;
  grid-template-columns: 180px auto;
  gap: 12px;
  margin: 4px 0;
  font-size: 14px;
  line-height: 1;
}

.gs-hire-rate-list span {
  color: #2F3437;
}

.gs-hire-rate-list strong {
  color: #388059;
  font-weight: 700;
}

.gs-hire-vat-note {
  margin: 4px 0 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #aaa8b0;
}

.gs-hire-machine-box .gs-used-badge {
  margin-top: 6px;
}

.gs-hire-machine-box p {
  margin: 4px 0;
}
.gs-sold-product-box {
  margin: 28px 0;
  max-width: 440px;
}

.gs-sold-product-badge {
  display: block;
  margin-bottom: 18px;
}

.gs-sold-product-text {
  margin: 0 0 18px 0;
  line-height: 1.55;
  color: #333333;
}

.gs-sold-product-button {
  display: inline-block;
  padding: 13px 20px;
  background: #388059;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
}

.gs-sold-product-button:hover {
  background: #2f6f4c;
  color: #ffffff;
}
<style>
.gs-feature-cards{
  background:#fff;
  padding:34px 40px;
  margin-top:28px;
  position:relative;
}
.gs-feature-cards:before{
  content:"";
  position:absolute;
  top:0;
  left:40px;
  right:40px;
  height:2px;
  background:#bbd83c;
}
.gs-feature-cards h2{
  font-size:23px!important;
  font-weight:600!important;
  margin:0 0 28px!important;
}
.gs-feature-cards__grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:24px!important;
}
.gs-feature-card{
  display:flex;
  flex-direction:column;
  padding-left:22px;
}
.gs-feature-card:not(:first-child){
  border-left:2px solid #bbd83c;
}
.gs-feature-card__image{
  height:145px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom:16px;
}
.gs-feature-card__image img{
  max-width:100%!important;
  max-height:145px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  display:block;
}
.gs-feature-card h3{
  min-height:46px;
  font-size:17px!important;
  font-weight:600!important;
  line-height:1.3!important;
  margin:0 0 10px!important;
}
.gs-feature-card p{
  font-size:14px!important;
  line-height:1.45!important;
  margin:0!important;
}
@media screen and (max-width:1100px){
  .gs-feature-cards__grid{grid-template-columns:repeat(3,1fr)!important}
}
@media screen and (max-width:750px){
  .gs-feature-cards{padding:28px 18px}
  .gs-feature-cards:before{left:18px;right:18px}
  .gs-feature-cards__grid{grid-template-columns:1fr!important}
  .gs-feature-card{border-left:none!important;padding-left:0}
  .gs-feature-card h3{min-height:0}
}
</style>

@media screen and (max-width: 990px) {
  .gs-feature-cards {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .gs-feature-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .gs-feature-cards__grid {
    grid-template-columns: 1fr;
  }
.gs-product-card-media img {
  object-fit: contain !important;
  object-position: center center !important;
}

.gs-product-card-media {
  background: #f7f8fa;
}
.card__content,
.card-information,
.collection-card__content {
    display: none !important;
}
.card__media,
.card .media {
    overflow: hidden;
}

.card__media img,
.card .media img {
    transition: filter .25s ease;
}

.card-wrapper:hover img,
.card:hover img {
    transform: none !important;
    filter: brightness(85%);
}