/** Shopify CDN: Minification failed

Line 2389:15 Expected ":"

**/
@import url(https://use.typekit.net/lkf8blt.css);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&display=swap);

*,
p,
a {
    font-family: "brandon-grotesque", sans-serif !important;
}

.secondary-nav {
    grid-area: 3 / 1 / 3 / 4;
}

.banner::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 50%);
}

.overlay-div {
    display: block !important;
}

.rte {
    p {
        margin: 0 !important;
        line-height: 100%;
    }
}

:root {
    --font-heading-family: "brandon-grotesque", sans-serif !important;
}

body:not(.template-index) .header__heading-logo-wrapper.desktop-only {
    display: none !important;
}

body:not(.template-index) .header__heading-logo-wrapper.mobile-only {
    display: block;
}


.only-mobile {
    display: none !important;
}

.only-desktop {
    display: block !important;
}

@media screen and (max-width: 968px) {
    .only-mobile {
        display: block !important;
    }

    .only-desktop {
        display: none !important;
    }
}


/* Two Blocks */

.custom-two-blocks-section {
    display: flex;
    flex-direction: row;
    gap: var(--gap, 30px);
}

.custom-block {
    position: relative;
    flex: 1 1 0;
    min-height: 250px;
    display: flex;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.custom-block__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    z-index: 1;
}

.custom-block__content {
    position: relative;
    color: #fff;
    padding: 2rem;
}

.custom-block__button {
    background: #1a2341;
    color: #fff;
    padding: 0.75em 2em;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 15px 20px;
}

.custom-block__content-text {
    min-height: 42px;
    margin-bottom: 21px;
}

.custom-block__content-text p {
    line-height: 121%;
}


@media (max-width: 768px) {
    .custom-two-blocks-section {
        flex-direction: column;
        gap: var(--gap, 24px);
    }
}

.collection-list-title {
    width: 100%;
}

.slider-buttons {
    display: none !important;
}

footer a {
    font-weight: 390;
    text-decoration: none;
}

footer p {
    margin: 0 !important;
}

.field__input {
    background: none;
    color: inherit;
}

.slider-component-desktop .swiper {
    overflow: hidden !important;
}

@media screen and (max-width: 1400px) {

    .multicolumn-card-spacing img {
        height: 600px !important;
        object-fit: cover !important;
    }
}

.multicolumn-card-spacing img {
    width: 100% !important;
    position: relative !important;
    aspect-ratio: 6 / 9;
}

.multicolumn-card-spacing .media.media--transparent.media--adapt {
    padding: 0 !important;
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}

.multicolumn-slider-desktop-js .swiper-slide {
    height: auto;
}

.badge {
    border: none !important;
    text-transform: uppercase;
    box-shadow: none;
    padding: 2px 4px !important;
}

.card__badge.top.left {
    position: absolute;
    left: 0;
}

.badge {
    border: none !important;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: none;
}

.product-card-wrapper .card__heading {
    color: var(--Grayscale-Black-100, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "brandon-grotesque";
    font-size: 15px;
    font-style: normal;
    font-weight: 450;
    line-height: 23px;
    /* 153.333% */
}

h4.subtitle-column {
    margin: 0 0 5px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 17px;
    /* 121.429% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3.title-column {
    margin: 0 !important;
    font-family: "Brandon Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.multicolumn .title {
    font-size: 22px !important;
}

.swiper-scrollbar-drag {
    display: block !important;
    background-color: #1F1F1F !important;
}

.swiper-scrollbar {
    height: 2px !important;
    bottom: -30px !important;
    left: 0 !important;
    max-width: 100% !important;
}

h2.title.inline-richtext.h2 {
    font-size: 22px;
    margin: 0 !important;
    color: var(--Grayscale-Black-100, #000);
    font-style: normal;
    font-weight: 420;
    line-height: 27px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.card__badge.top.left {
    top: 0 !important;
}

.card__information-custom-code {
    color: #DD371D;
    font-feature-settings: 'liga' off, 'clig' off;

    font-size: 10px;
    font-style: normal;
    font-weight: 450;
    line-height: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    p {
        color: #DD371D;
    }
}

.card__information {
    padding: 10px 0 !important;
}

.card-information .price * {
    color: var(--Grayscale-Black-100, #000);
    font-feature-settings: 'liga' off, 'clig' off;

    font-family: "brandon-grotesque";
    font-size: 15px;
    font-style: normal;
    font-weight: 390;
    line-height: 23px;
    /* 153.333% */
}


.custom-block__content-text p {
    font-family: 'brandon-grotesque', sans-serif;
}

/* Image with text */
.image-with-text__text.rte.body {
    color: var(--Brand-Navy-100, #1E3060);

    font-family: "brandon-grotesque";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 119.231% */
    margin-bottom: 30px;
}

p.image-with-text__text.image-with-text__text--caption.caption-with-letter-spacing.caption-with-letter-spacing--large.caption-with-letter-spacing {
    color: var(--Brand-Navy-100, #1E3060);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Paragraph (S)/Bold (Caps) */
    font-family: "brandon-grotesque";
    font-size: 15px;
    font-style: normal;
    font-weight: 450;
    line-height: 23px;
    /* 153.333% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    max-width: 200px;
    margin-top: 30px;
    margin-bottom: 40px;
}

h2.image-with-text__heading.inline-richtext.hxl {
    color: var(--Brand-Navy-100, #1E3060);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Display/Bold (Caps) */
    font-size: 54px;
    font-style: normal;
    font-weight: 450;
    line-height: 65px;
    /* 120.37% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.banner__buttons--absolute a.button.button--primary {
    display: inline-block;
    margin-top: 1rem;
    background: #1a2341;
    color: #fff;
    padding: .75em 2em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 100%;
}


.multicolumn-slider-desktop-js .swiper-wrapper {
    padding: 0 !important;
}

.collection__view-all a:not(.link) {
    padding: 15px 20px !important;
    color: var(--Brand-Black, #1F1F1F);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Utility/Button/Bold (Caps) */
    font-family: "brandon-grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 17px;
    /* 121.429% */
    letter-spacing: 2px;
    text-transform: uppercase;
}


h2.banner__heading.inline-richtext.h1 {
    color: var(--Brand-White, #FFF);
    font-family: "brandon-grotesque";
    font-size: 26px;
    font-style: normal;
    font-weight: 450;
    line-height: 31px;
    /* 119.231% */
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.banner__text.rte.body p {
    font-size: 18px;
    font-style: normal;
    font-weight: 390;
    line-height: 24px;
}

.banner__buttons--absolute a {
    padding: 15px 20px !important;
    margin: 0 !important;
    color: var(--Brand-White, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "brandon-grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 17px;
    /* 121.429% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.banner__buttons--absolute a::after,
.banner__buttons--absolute a::before {
    content: none !important;
}

.image-with-text__text.rte.subtitle * {
    color: var(--Brand-Navy-100, #1E3060);
    font-feature-settings: 'liga' off, 'clig' off;

    font-size: 26px;
    font-style: normal;
    font-weight: 390;
    line-height: 31px;
    /* 119.231% */
}

.image-gallery__caption p {
    font-size: 15px !important;
}

.custom-banner__image-wrapper {
    border: 1px solid white;
    padding: 40px;
}

.pt-10 {
    padding-top: 10px !important;
}

h2.banner__heading.inline-richtext.h0 {
    color: var(--Brand-White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/H1/Bold (Caps) */
    font-size: 36px;
    font-style: normal;
    font-weight: 450;
    line-height: 46px;
    /* 127.778% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.banner__text.rte.caption-with-letter-spacing p {
    color: var(--Brand-White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Paragraph (S)/Medium (Caps) */
    font-family: "brandon-grotesque";
    font-size: 15px;
    font-style: normal;
    font-weight: 420;
    line-height: 23px;
    /* 153.333% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.banner__buttons a {
    color: var(--Brand-White, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Utility/Button/Bold (Caps) */
    font-family: "Brandon Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 17px;
    /* 121.429% */
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 20px !important;
}


h2.banner__heading.inline-richtext.h0 {
    color: var(--Brand-White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/H1/Bold (Caps) */
    font-size: 36px;
    font-style: normal;
    font-weight: 450;
    line-height: 46px;
    /* 127.778% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.banner__text.rte.caption-with-letter-spacing p {
    color: var(--Brand-White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Paragraph (S)/Medium (Caps) */
    font-family: "brandon-grotesque";
    font-size: 15px;
    font-style: normal;
    font-weight: 420;
    line-height: 23px;
    /* 153.333% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.banner__buttons a {
    color: var(--Brand-White, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Utility/Button/Bold (Caps) */
    font-family: "brandon-grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 17px;
    /* 121.429% */
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 20px !important;
}

h3.enhanced-megamenu__column-title {
    color: var(--Grayscale-Black-100, #000);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Caption (S)/Bold (Caps) */
    font-family: "brandon-grotesque";
    font-size: 10px;
    font-style: normal;
    font-weight: 450;
    line-height: 15px;
    /* 150% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 0 !important;
}

a.enhanced-megamenu__link {
    color: var(--Grayscale-Black-100, #000);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Paragraph (S)/Regular */
    font-family: "brandon-grotesque";
    font-size: 15px;
    font-style: normal;
    font-weight: 390;
    line-height: 23px;
    /* 153.333% */
}

.enhanced-megamenu__column-group .enhanced-megamenu__list a.enhanced-megamenu__link {
    width: 100%;
    display: block;
    white-space: normal;
    box-sizing: border-box;
}

@media screen and (min-width: 990px) {
    .enhanced-megamenu__column-group .enhanced-megamenu__item {
        width: 100%;
    }
}

.secondary-nav__dropdown summary svg {
    display: none;
}

.list-menu__item {
    color: var(--Grayscale-Black-100, #000);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 11.5px;
    font-style: normal;
    font-weight: 390;
    line-height: 17px;
    /* 147.826% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

a.secondary-nav__link {
    color: var(--Grayscale-Black-100, #000);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Navigation/Medium (Caps) */
    font-size: 11.5px;
    font-style: normal;
    font-weight: 420;
    line-height: 17px;
    /* 147.826% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.enhanced-megamenu__image-caption {
    color: var(--Grayscale-Black-100, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 10px;
    font-style: normal;
    font-weight: 450;
    line-height: 15px;
    /* 150% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

@media screen and (min-width: 990px) {
    .secondary-nav .enhanced-megamenu--active summary span::after {
        content: '';
        position: absolute;
        bottom: -16px;
        width: 100%;
        height: 3px;
        background-color: #000;
        left: 0;
    }

}

@media screen and (max-width: 990px) {
    .header__search:not(.mobile) {
        display: none !important;
    }

    .header__search.mobile .search__button {
        display: none !important;
    }

    .currency-selector {
        display: none !important;
    }


    .custom-banner__image-wrapper {
        max-width: 120px;
        padding: 20px;
        margin: 0 auto;
    }

    .multicolumn-card-spacing img {
        height: 375px !important;
    }

    .multicolumn-slider-desktop-js .swiper {
        padding: 0 !important;
    }

    .banner-flex-swiper .swiper-wrapper {
        gap: 10px;
    }


    .column-newsletter-footer {
        order: -1;
        width: 100%;
        max-width: 100% !important;
        flex: 1;
        min-width: 100% !important;
    }

}

@media screen and (max-width: 768px) {
    .multicolumn-card-spacing img {
        height: auto !important;
        aspect-ratio: 2 / 3 !important;
    }
}


/* PDP TEMPLATE */
.product-form__submit {
    background-color: #1e3060 !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

.product__title h1 {
    color: var(--Brand-Black, #1F1F1F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'brandon-grotesque';
    font-size: 22px;
    font-style: normal;
    font-weight: 390;
    line-height: 27px;
}

@media screen and (max-width: 990px) {
    .header-icon-location {
        display: none !important;
    }

    .header-account-icon {
        display: none !important;
    }
}

div#menu-drawer {
    top: 0;
    height: 100dvh;
}

.menu-drawer__enhanced-main-title {
    border-bottom: 1px solid #BBC1CF;
    padding-bottom: 20px;
    color: var(--Grayscale-Black-100, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 420;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.template-index .header__menu-item span {
    color: #fff;
}

/* .list-menu .enhanced-megamenu-trigger summary {
    padding: 2px 15px;
} */

.list-menu .enhanced-megamenu-trigger summary svg {
    display: none !important;
}

@media screen and (min-width: 990px) {
    .product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
        padding-left: 40px;
    }
}

.product__column-sticky {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.product__column-sticky .product__tax.caption.rte {
    margin-bottom: 30px;
}


@media screen and (min-width: 760px) and (max-width: 1100px) {
    .banner-flex-card>div:first-child {
        height: 150px !important;
    }

    .banner-flex-container .rte {
        min-height: 90px;
        padding: 10px;
    }
}

.swiper-scrollbar.multicolumn-scrollbar {
    position: relative;
    bottom: 0 !important;
    top: auto;
}

.megamenu-hover .search__button svg {
    fill: #1e3060 !important;
    stroke: #1e3060 !important;
}

@media screen and (max-width: 990px) {
    .block-for-store-locator {
        display: none !important;
    }

    .block-for-help-info {
        order: 5;
    }
}

@media screen and (max-width: 768px) {
    .yotpo-slider .y-arrows {
        display: none !important;
    }
}


a.custom-banner__button {
    text-decoration: none;
}


.banner-flex-swiper .swiper-scrollbar {
    margin: 0 0 40px !important;
    background-color: #00000033 !important;
    width: 100%;
    left: 0 !important;
    overflow: hidden;
}

.banner-flex-swiper .swiper-scrollbar-drag {
    height: 1px;
}


.predictive-search__loading-state {
    display: none !important;
}


.product-gallery-vertical__main {
    position: relative;
}

.badges-gallery {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 3px;
}

/* .product__media-zoom-lightbox {
    right: 19px;
    position: absolute;
    top: 0;
} */

.product-media-container {
    margin: 0 !important;
}

span.product__media-icon.motion-reduce.quick-add-hidden.product__media-icon--lightbox {
    right: 20px;
    left: auto;
}


.product__accordion.accordion {
    border-top: none;
}

.product-media-container {
    border-radius: 0 !important;
    width: 100% !important;
}

.product__info-wrapper .price.price--large {
    font-size: 22px !important;
    font-style: normal;
    font-weight: 390;
    line-height: 27px;
}

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

    .yotpo-icon.yotpo-icon-left-arrow-light,
    .yotpo-icon.yotpo-icon-right-arrow-light {
        opacity: 1 !important;
        background: #ffffff !important;
    }

    .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light::before,
    .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light::before {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 990px) {
    .shopify-section-header-sticky .template-index .header-wrapper {
        background-color: #fff !important;
    }

    .template-index .header-wrapper {
        background: transparent !important;
        position: absolute;
        width: 100%;
    }

    sticky-header.header-wrapper:hover .header__heading-logo-wrapper.mobile-only {
        display: block !important;
    }

    sticky-header.header-wrapper:hover {
        background-color: #fff !important;
    }

    sticky-header.header-wrapper:hover .header__heading-logo-wrapper.desktop-only {
        display: none;
    }

    sticky-header.header-wrapper:hover .enhanced-megamenu-trigger summary {
        color: #000 !important;
    }

    .shopify-section-header-sticky #SecondaryMenu-sale,
    sticky-header.header-wrapper:hover #SecondaryMenu-sale {
        color: #D41F26 !important;
    }

    sticky-header.header-wrapper:hover .header__menu-item span {
        color: #000;
    }

    sticky-header.header-wrapper:hover .list-menu li::after {
        background: #000;
    }

    a.enhanced-megamenu__link {
        color: #626262 !important;
    }

    a.enhanced-megamenu__link.enhanced-megamenu__link--featured {
        color: #000 !important;
    }

    sticky-header.header-wrapper:hover .search__input.field__input {
        color: #000 !important;
    }

    sticky-header.header-wrapper:hover select#currency-selector-header {
        color: #000 !important;
    }

    .shopify-section-header-sticky span.white-svg.tw-filter-white,
    sticky-header.header-wrapper:hover span.white-svg.tw-filter-white {
        display: none;
    }

    .shopify-section-header-sticky span.default-svg,
    sticky-header.header-wrapper:hover span.default-svg {
        display: flex !important;
    }


    .shopify-section-header-sticky span.white-svg.only-desktop,
    sticky-header.header-wrapper:hover span.white-svg.only-desktop {
        display: none !important;
    }

    .shopify-section-header-sticky label.field__label.tw-uppercase,
    sticky-header.header-wrapper:hover label.field__label.tw-uppercase {
        color: #000 !important;
    }

    .shopify-section-header-sticky .cart-item-count span {
        color: #fff !important;
    }

    .shopify-section-header-sticky .default-svg svg {
        color: #000 !important;
    }

    .shopify-section-header-sticky .enhanced-megamenu-trigger .enhanced-megamenu__wrapper {
        top: 106px;
        /* top: 112px; */
    }

    .shopify-section-header-sticky .enhanced-megamenu-trigger.secondary-nav__dropdown .enhanced-megamenu__wrapper {
        top: 154px;
    }
}

.megamenu-active ul.list-menu.list-menu--inline li:not(:last-child)::after,
.megamenu-hover ul.list-menu.list-menu--inline li:not(:last-child)::after {
    background-color: #000 !important;
}

summary.facets__summary.caption-large:hover span {
    text-decoration: none !important;
}

.product__accordion summary[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.template-index .search__button .icon {
    color: #fff;
}

.template-index header:hover .search__button .icon {
    color: #000;
}

.shopify-section-header-sticky .search__button .icon {
    color: #000;
}

predictive-search[open] .predictive-search {
    overflow: hidden;
}

.predictive-search__result-group {
    width: 10% !important;
}

.header__search.mobile .predictive-search__result-group {
    width: 100% !important;
}

.predictive-search .product-card-wrapper .card__heading {
    font-weight: 400;
}

.predictive-search .price * {
    font-weight: 400 !important;
}



/*  */
.yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop {
    display: none;
}

.new-yotpo-small-box {
    order: -1;
    margin: 30px 0 30px !important;
    width: 100%;
}

.main-widget.yotpo-display-wrapper {
    display: flex;
    flex-direction: column;
}

.yotpo-label-container {
    display: none;
}

.yotpo-nav.yotpo-nav-primary {
    border: none !important;
}

li.yotpo-nav-tab {
    margin: 0 !important;
}

.main-widget .yotpo-nav-primary ul {
    display: flex;
    gap: 40px;
}

li.yotpo-nav-tab {
    color: var(--Grayscale-Black-50, #808080);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/H2/Medium (Caps) */
    font-size: 26px;
    font-style: normal;
    font-weight: 420;
    line-height: 31px;
    /* 119.231% */
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

li.yotpo-nav-tab.yotpo-active {
    color: #1E3060 !important;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab span {


    /* Desktop/H2/Medium (Caps) */
    font-size: 26px;
    font-style: normal;
    font-weight: 420;
    line-height: 31px;
    /* 119.231% */
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
    padding-bottom: 20px;
    border-color: #1E3060 !important;
}

.write-question-review-buttons-container button {
    background: var(--Brand-Navy-100, #1E3060) !important;
    color: var(--Brand-White, #FFF) !important;



    /* Utility/Bold (Caps) */
    font-family: "brandon-grotesque" !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 450;
    line-height: 17px;
    /* 121.429% */
    letter-spacing: 2px;
    border-radius: 0 !important;
    text-transform: uppercase;
    width: max-content !important;
    max-width: max-content !important;

    span {
        text-transform: uppercase !important;
        letter-spacing: 2px !important;
    }
}

.write-question-review-buttons-container button .yotpo-icon {
    display: none;
}


.write-question-review-buttons-container .write-question-review-button.swiper-scrollbar-drag .write-question-review-button-text {
    color: #fff !important;
    display: block;
    padding: 0px 10px;
    width: max-content !important;
}

.yotpo-default-button {

    &:hover span.write-question-review-button-text.font-color-gray-darker {
        color: #000 !important;
    }

    span.write-question-review-button-text.font-color-gray-darker {
        color: #fff !important;
    }

}

button.yotpo-default-button.write-question-button.write-first-question-button {
    background: var(--Brand-Navy-100, #1E3060);
    margin: 0 !important;
    color: var(--Brand-White, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 17px;
    /* 121.429% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.apps-section {
    padding-top: 40px;
}

.yotpo.yotpo-main-widget * {
    font-family: 'brandon-grotesque', sans-serif !important;
}

.disclaimer-product-footer {
    color: #767676;
    font-size: 10px;
    font-style: normal;
    font-weight: 390;
    line-height: 15px;
}

.disclaimer-product-footer p {
    margin-bottom: 10px !important;
    display: block;
}

.template-search .facet-filters__label {
    margin: 0;
    margin-right: 18px;
}


.template-search__search {
    display: none;
}

.template-search h1.h2.center {
    color: var(--Grayscale-Black-100, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 22px;
    font-style: normal;
    font-weight: 420;
    line-height: 27px;
    /* 122.727% */
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.shopify-section-header-sticky .predictive-search .badge.color-scheme-3 {
    color: #fff !important;
}

.predictive-search__list-item {
    width: calc(100% / 4.2);
}

.collection__view-all {
    max-width: 350px;
    margin: 0 auto;
}

ul#predictive-search-results-queries-list li {
    width: 100%;
}


button.GiftWizard-gift-button.product-form__submit.button.button--full-width.button--secondary.gwbutton {
    display: none;
}


button.GiftWizard-gift-button.product-form__submit.button.button--full-width.button--secondary.gwbutton {
    display: none;
}

.product-form__input legend {
    display: none;
}

.product-form__input label {
    background: #fff;
    border-radius: 0 !important;
    border-color: #BBC1CF !important;
    padding: 8px 15px !important;
    min-width: calc(100% / 4.5);
    color: var(--Brand-Black, #1F1F1F);
    font-size: 14px;
    font-style: normal;
    font-weight: 390;
    line-height: 17px;
}

.product-form__input input[type='radio']:checked+label {
    background-color: #fff !important;
    color: #1e2f60 !important;
    font-weight: bold;
    border-color: #1e2f60 !important;
}

.product-template-gift-card p.product__inventory {
    display: none;
}

@media screen and (max-width: 990px) {
    header-drawer {
        display: flex !important;
    }
}

@media screen and (min-width: 990px) {
    header-drawer {
        display: none !important;
    }
}

.product-form__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-form__buttons .product-form__submit {
    width: calc(100% - 60px) !important;
    margin: 0 !important;
}

.product-form__buttons .button--primary {
    width: 50px;
    background: #fff;
    color: #1e3060;
    border: 1px solid;
    padding: 0 !important;
}

.product-form__buttons .button--primary svg path {
    stroke: currentColor !important;
}

.shopify-payment-button {
    width: 100%;
}

[data-image-main-react] img {
    object-fit: contain !important;
}

.customize-swatch-item {
    max-width: 41px;
}

a#cart-icon-bubble svg {
    width: 15px;
    height: auto;
}

a#cart-icon-bubble .cart-count-bubble {
    left: 1.2rem;
    font-size: 9px;
}

.secondary-nav .secondary-nav__item-with-megamenu .enhanced-megamenu--active summary::before {
    content: '';
    height: 2px;
    width: 100%;
    background: #000;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: -1;
}

.header__inline-menu details[open]:hover>.header__menu-item {
    text-decoration-thickness: 0;
}

.secondary-nav .secondary-nav__dropdown.enhanced-megamenu--active summary::before {
    background-color: #000;
}

header:hover .header__search label.field__label {
    color: #000 !important;
}

.card__content .swym-add-to-wishlist {
    background: none;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    border: none !important;
}

@media screen and (min-width: 1300px) {
    .image-content-custom-banner {
        height: auto !important;
    }
}

button.my-icon.swym-button.swym-add-to-wishlist.swym-iconbtnlink.swym-heart.swym-loaded.swym-icon {
    border: none !important;
}

button.swym-wishlist-collections-v2 {
    display: none;
}

.product-card-wrapper:hover a {
    text-decoration: none !important;
}

.yotpo .write-review .yotpo-header .yotpo-icon {
    font-size: 26px !important;
}

button.my-icon.swym-button.swym-add-to-wishlist.swym-iconbtnlink.swym-heart.swym-added.swym-loaded svg {
    fill: #1e3060 !important;
}

.product-form__buttons .button--primary.swym-added {
    background: #1e3060 !important;
    color: #fff !important;
    border-color: #1e3060 !important;
}

.product-form__buttons .button--primary.swym-added svg path {
    stroke: #fff !important;
    fill: #fff !important;
}

/* Hover state para botones activos */
.product-form__buttons .button--primary.swym-added:hover {
    background: #152544 !important;
    border-color: #152544 !important;
}

product-form.product-form .swym-button-bar.swym-wishlist-button-bar.swym-inject {
    display: none !important;
}

.menu-drawer__inner-submenu {
    background-color: #fff;
}

.product__accordion.accordion .button {
    color: #fff !important;
}

.image-with-text__heading {
    color: var(--Brand-Navy-100, #1E3060) !important;
    font-size: 54px !important;
    font-style: normal;
    font-weight: 450;
    line-height: 65px;
    /* 120.37% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
}

.image-with-text__text.image-with-text__text--caption {
    color: var(--Grayscale-Black-100, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 22px;
    font-style: normal;
    font-weight: 420;
    line-height: 27px;
    /* 122.727% */
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.image-content-wrapper .rte p {
    font-size: 18px;
    line-height: 24px;
}

h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in,
.main-page-title {
    color: var(--Brand-Black, #1F1F1F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "brandon-grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 390;
    line-height: 27px;
    text-align: center;
    margin-bottom: 20px !important;
}

@media screen and (min-width: 968px) {
    .image-with-text__text-item.grid__item {
        width: 43% !important;
    }

    .image-with-text .grid__item {
        max-width: 57% !important;
    }
}

h5.image-with-text__heading {
    font-size: 29px !important;
}


.bh-sl-container.scasl-container {
    float: inherit;
    max-width: 1200px;
    margin: 0 auto !important;
}

h1.bh-sl-title {
    display: none;
}

.bh-sl-form-container button {
    border-radius: 0 !important;
    background-color: #1a2c57 !important;
    text-transform: uppercase;
}

button#scapl-geocode-btn {
    background: #1b2e5a !important;
}

.bh-sl-form-container {
    font-family: "brandon-grotesque" !important;
}

.rte table {
    border: 1px solid;
    width: 100% !important;
}

.rte table td {
    border: 1px solid;
}

.copy-block__body-text.padding-top--xs.margin-bottom--m {
    margin-bottom: 20px;
}

.copy-block p {
    color: #1f1f1f;
    font-family: "brandon-grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

.type--black {
    color: #1f1f1f;
}

.copy-block.margin-auto.margin-bottom--s.gutters.copy-block--left {
    color: #1f1f1f;
}

.menu-drawer__enhanced-image-wrapper img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}

.mobile-filter-modal__header {
    padding: 34px 0 0;
    border: none;
}

.mobile-filter-modal__clear-all {
    font-size: 11.5px;
    font-style: normal;
    font-weight: 420;
    line-height: 17px;
    /* 147.826% */
    letter-spacing: 1px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
}

.scasl-see-more-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .scasl-see-more-content {
        gap: 40px;
    }

    .scasl-see-more-content .form-input {
        max-width: 40% !important;
        float: inherit !important;
    }
}

.bh-sl-container select,
.bh-sl-container input {
    border-radius: 0 !important;
}

@media screen and (max-width: 768px) {
    .template-page table {
        width: 100% !important;
        overflow: scroll;
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 968px) {
    button#scapl-geocode-btn {
        max-width: 19%;
    }
}

.grid-block-catalog a {
    text-decoration: none;
    color: var(--Brand-Black, #1F1F1F);
    font-size: 14px;
    font-style: normal;
    font-weight: 420;
    line-height: 17px;
    /* 121.429% */
}

@media screen and (max-width: 558px) {
    .yotpo-helpful {
        float: inherit !important;
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
        margin: 0px 0px !important;
        padding-top: 10px !important;
    }

    span.y-label.label-helpful {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .yotpo .yotpo-regular-box {
        display: flex !important;
        flex-direction: column !important;
    }

    .yotpo-main {
        margin: 20px 0 !important;
    }

    .yotpo-footer {
        margin: 0 !important;
    }

    .yotpo-icon-btn-small.transparent-color-btn.vote-btn {
        margin: 0 0px 0 0 !important;
    }

    .yotpo-icon-btn-small.transparent-color-btn.vote-btn[data-type="down"] {
        margin-left: 10px !important;
    }
}

.yotpo-popup-box-small.yotpo-nav.yotpo-nav-primary ul {
    display: flex;
    gap: 20px;
    align-items: anchor-center;
}

.yotpo-popup-box-small.yotpo-nav.yotpo-nav-primary ul li {
    margin: 0 !important;
    padding: 10px !important;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
    padding: 0;
    border: none !important;
}

.yotpo .yotpo-nav li:not(.yotpo-nav-tab) .yotpo-nav-wrapper {
    padding: 0 !important;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active {
    background-color: #1e3162 !important;
    color: #fff !important;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab {
    background-color: #dadada !important;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
    color: #fff !important;
}


.yotpo .yotpo-nav ul .yotpo-nav-tab span {
    font-size: 20px !important;
}

@media screen and (max-width: 968px) {

    .yotpo-popup-box-small.yotpo-nav.yotpo-nav-primary ul {
        flex-direction: column;
        align-items: self-start;
        max-width: 100% !important;
        gap: 10px !important;
    }
}

.yotpo .write-review .connect-wrapper {
    padding: 0 !important;
}

.yotpo .primary-color-btn,
.yotpo input[type="button"].primary-color-btn {
    background-color: #1e3162 !important;
    color: #fff !important;
    font-family: 'brandon-grotesque', sans-serif;
}

@media screen and (max-width: 968px) {
    .grid-block-catalog img {
        object-fit: cover !important;
        height: 300px;
    }
}

/* .second_level_actived nav.menu-drawer__navigation {
    display: none;
} */

ul#scasl-tabs {
    display: flex !important;
    flex-direction: row;
}

li.scasl-tab-list.active {
    color: #fff !important;
    background-color: #1e3060 !important;
}

li.scasl-tab-list {
    border: none !important;
}

a#scapl-geocode-btn {
    transform: scale(0.7);
    margin-top: 15px !important;
    margin-right: 3px !important;
}

.yotpo .yotpo-nav li:is(.yotpo-nav-tab) .yotpo-nav-wrapper {
    padding: 8px 15px !important;
}

.search-input::placeholder {
    text-transform: lowercase;
}

.center a.button.button--primary {
    display: flex;
    width: max-content;
    margin: 20px auto;
}

.thumbnail-list-vertical .thumbnail-list__item.is-active {
    border: 1px solid #1e3162;
}

/**/

.collection-grid-container li {
    list-style: none;
    padding: 0;
}

.collection-grid-container ul {
    margin: 0;
    padding: 0 !important;
    color: var(--Grayscale-Black-100, #000);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Body (L)/Regular */
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 390;
    line-height: 1.7;
    /* 154.545% */
}

.collection-sidebar aside {
    color: var(--Grayscale-Black-100, #000);
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Caption/Bold (Caps) */
    font-family: "Brandon Grotesque";
    font-size: 10px;
    font-style: normal;
    font-weight: 450;
    line-height: 15px;
    /* 150% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* Custom button styles */
button#bulk-add-to-cart-btn {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    color: var(--Brand-White, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 17px;
    /* 121.429% */
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--Brand-Navy-100, #1E3060);
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    width: max-content;
}

.bulk-add-to-cart-btn:hover:not(:disabled) {
    background-color: #333;
}

.bulk-add-to-cart-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.product-card-swatch__description li {
    margin-left: 30px;
}

@media screen and (max-width: 568px) {
    .product-grid .swiper-slide {
        width: 47% !important;
    }
}

.swiper-scrollbar.menu-drawer__swiper-scrollbar.swiper-scrollbar-horizontal {
    margin: 0;
    top: 0;
    position: relative;
}

.menu-drawer__enhanced-images.swiper {
    padding-bottom: 30px;
}

.menu-drawer__enhanced-images {
    min-height: 400px;
}

/* Card Collection Styles */
.card-collection {
    display: grid;
    gap: 2rem;
    /* Adjust gap as needed (e.g., 1.5rem for tighter) */
    grid-template-columns: repeat(3, 1fr);
    /* Default to 3 columns */
    padding: 2rem 0;
    /* Optional section padding */
}

[data-columns="3"] .card-collection {
    grid-template-columns: repeat(3, 1fr);
}

[data-columns="4"] .card-collection {
    grid-template-columns: repeat(4, 1fr);
}

[data-columns="5"] .card-collection {
    grid-template-columns: repeat(5, 1fr);
}

.card {
    border-radius: 8px;
    /* Soft corners like in screenshot */
    overflow: hidden;
    /* Ensures image clips to border-radius */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Hover lift */
    position: relative;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.card-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    /* Adjust for your image proportions (e.g., 4/3 for squarer) */
    overflow: hidden;
}

.card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Crops to fill, maintaining aspect */
    display: block;
}

.mobile-image {
    display: none;
    /* Hidden on desktop */
}

.card-title {
    font-size: 1.25rem;
    /* H3-like, bold */
    font-weight: 600;
    margin: 1rem 1.5rem 0.5rem;
    line-height: 1.3;
}

.card-body {
    font-size: 0.95rem;
    margin: 0 1.5rem 1.5rem;
    line-height: 1.5;
    opacity: 0.9;
    /* Slightly faded for body text */
}

.cta-button {
    display: inline-block;
    margin: 0 1.5rem 1.5rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    text-align: center;
    width: auto;
}

.cta-button.primary {
    background-color: var(--accent-color);
    color: white;
    border: 2px solid var(--accent-color);
}

.cta-button.primary:hover {
    background-color: transparent;
    color: var(--accent-color);
}

.cta-button.secondary {
    background-color: transparent;
    color: var(--accent-color);
    border: 2px solid var(--accent-color);
}

.cta-button.secondary:hover {
    background-color: var(--accent-color);
    color: white;
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
    .card-collection {
        grid-template-columns: 1fr;
        /* Stack to single column */
        gap: 1.5rem;
        padding: 1rem 0;
    }

    .desktop-image {
        display: none;
        /* Hide desktop image */
    }

    .mobile-image {
        display: block;
        /* Show mobile image */
    }

    .card-title {
        font-size: 1.1rem;
        margin: 0.75rem 1rem 0.25rem;
    }

    .card-body {
        margin: 0 1rem 1rem;
        font-size: 0.9rem;
    }

    .cta-button {
        margin: 0 1rem 1rem;
        padding: 0.6rem 1.2rem;
    }
}

/* Tablet adjustment (optional) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    [data-columns="5"] .card-collection {
        grid-template-columns: repeat(3, 1fr);
        /* Reduce to 3 on tablet for 5-col */
    }
}

/* Add or update these styles in theme2.css */

/* Existing styles remain, add this for underline CTA */
.cta-button.underline {
    background-color: transparent;
    color: var(--accent-color);
    text-decoration: underline;
    border: none;
    padding: 0;
    margin: 0 1.5rem 1.5rem;
    transition: color 0.3s ease;
}

.cta-button.underline:hover {
    color: darken(var(--accent-color), 10%);
    /* Fallback; use rgba if supported */
    text-decoration: none;
    /* Optional: remove underline on hover */
}

/* Media query adjustments for mobile */
@media screen and (max-width: 768px) {
    .cta-button.underline {
        margin: 0 1rem 1rem;
    }
}

/* End Card Collection Styles */

/* Project Carousel Styles */
.project-carousel {
    max-width: 1450px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.carousel-track {
    display: flex;
    gap: var(--gap, 20px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

.carousel-slide {
    flex: 0 0 50%;
    scroll-snap-align: start;
}

.slide-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: var(--border-radius, 8px);
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-image {
    display: none;
}

.carousel-arrow {
    position: absolute;
    background: var(--arrow-bg, rgba(0, 0, 0, 0.5));
    color: var(--arrow-color, #ffffff);
    border: none;
    font-size: var(--arrow-size, 40px);
    padding: var(--arrow-tb-padding, 5px) var(--arrow-lr-padding, 10px);
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
    opacity: var(--arrow-opacity, 0.5);
}

.carousel-arrow:hover {
    background: color-mix(in srgb, var(--arrow-bg, rgba(0, 0, 0, 0.5)) 90%, black);
}

.carousel-arrow.left {
    left: 1rem;
}

.carousel-arrow.right {
    right: 1rem;
}

/* Arrow Placement Logic */
.project-carousel[style*="--arrow-placement: middle-middle"] .carousel-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.project-carousel[style*="--arrow-placement: top-left"] .carousel-arrow.left {
    top: 1rem;
    left: 1rem;
    transform: none;
}

.project-carousel[style*="--arrow-placement: top-left"] .carousel-arrow.right {
    top: 1rem;
    right: 1rem;
    transform: none;
}

.project-carousel[style*="--arrow-placement: top-right"] .carousel-arrow.left {
    top: 1rem;
    left: 1rem;
    transform: none;
}

.project-carousel[style*="--arrow-placement: top-right"] .carousel-arrow.right {
    top: 1rem;
    right: 1rem;
    transform: none;
}

.project-carousel[style*="--arrow-placement: bottom-left"] .carousel-arrow.left {
    bottom: 1rem;
    left: 1rem;
    transform: none;
}

.project-carousel[style*="--arrow-placement: bottom-left"] .carousel-arrow.right {
    bottom: 1rem;
    right: 1rem;
    transform: none;
}

.project-carousel[style*="--arrow-placement: bottom-right"] .carousel-arrow.left {
    bottom: 1rem;
    left: 1rem;
    transform: none;
}

.project-carousel[style*="--arrow-placement: bottom-right"] .carousel-arrow.right {
    bottom: 1rem;
    right: 1rem;
    transform: none;
}

.project-title {
    font-weight: 600;
    margin: 1rem 0 0.5rem;
}

.project-location {
    opacity: 0.8;
    margin-bottom: 2rem;
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
    .carousel-slide {
        flex: 0 0 100%;
    }

    .carousel-arrow {
        display: none !important;
    }

    .desktop-image {
        display: none;
    }

    .mobile-image {
        display: block;
    }
}

/* End Project Carousel Styles */

/* Define the global border radius variable */
.card-collection {
    --card-border-radius: 0px;
    /* Set to zero for sharp corners */
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 2rem 0;
}

/* Update the .card class to use the variable */
.card {
    border-radius: var(--card-border-radius);
    /* Use the custom property */
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

/* Existing styles remain unchanged */
.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.card-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-image {
    display: none;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1rem 1.5rem 0.5rem;
    line-height: 1.3;
}

.card-body {
    font-size: 0.95rem;
    margin: 0 1.5rem 1.5rem;
    line-height: 1.5;
    opacity: 0.9;
}

.cta-button {
    display: inline-block;
    margin: 0 1.5rem 1.5rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    text-align: center;
    width: auto;
}

.cta-button.primary {
    background-color: var(--accent-color);
    color: white;
    border: 2px solid var(--accent-color);
}

.cta-button.primary:hover {
    background-color: transparent;
    color: var(--accent-color);
}

.cta-button.secondary {
    background-color: transparent;
    color: var(--accent-color);
    border: 2px solid var(--accent-color);
}

.cta-button.secondary:hover {
    background-color: var(--accent-color);
    color: white;
}

.cta-button.underline {
    background-color: transparent;
    color: var(--accent-color);
    text-decoration: underline;
    border: none;
    padding: 0;
    margin: 0 1.5rem 1.5rem;
    transition: color 0.3s ease;
}

.cta-button.underline:hover {
    color: rgba(0, 123, 255, 0.8);
    /* Fallback for darken */
    text-decoration: none;
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
    .card-collection {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1rem 0;
    }

    .desktop-image {
        display: none;
    }

    .mobile-image {
        display: block;
    }

    .card-title {
        font-size: 1.1rem;
        margin: 0.75rem 1rem 0.25rem;
    }

    .card-body {
        margin: 0 1rem 1rem;
        font-size: 0.9rem;
    }

    .cta-button {
        margin: 0 1rem 1rem;
        padding: 0.6rem 1.2rem;
    }

    .cta-button.underline {
        margin: 0 1rem 1rem;
    }
}

/* Tablet adjustment */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    [data-columns="5"] .card-collection {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* End Define the global border radius variable */

.menu-drawer__enhanced-submenu .menu-drawer__button-group {
    position: absolute;
    top: 0;
    width: 100%;
    background: aquamarine;
}

.menu-drawer__inner-submenu {
    max-height: 87dvh;
}

.product-card-wrapper .card {
    box-shadow: none !important;
}

.has-open-summary div#menu-drawer {
    overflow: hidden;
}

.search-grid-container img.product-card__image.product-card__image-secondary {
    opacity: 0;
}

.search-grid-container .product-card__image:hover img.product-card__image.product-card__image-secondary {
    opacity: 1;
}


.static-nav{
    border-bottom: 3px solid transparent;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

li.collection-list__item.grid__item .card {
    box-shadow: none !important;
}

.template-list-collections h1.title.title--primary.inline-richtext {
    text-align: center;
    margin: 50px 0 20px;
}

section.promo__bar_main.close {
    margin: 0;
}


.template-index .shopify-section-header-sticky .header__inline-menu summary > span {
    --color-foreground: #000 !important;
}

button.pagination-number {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

button.pagination-arrow {
    background: none;
    border: none !important;
    padding: 0;
}

.pagination-number-active {
    color: #1e3162 !important;
    font-weight
}

/* START Static Navbar V2 Styles */
/* Static Navbar V2 Styles */
.static-nav-v2 {
  width: 100%;
  overflow-x: hidden;
}

.static-nav-v2 ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.static-nav-v2 li {
  flex-shrink: 0;
}

.static-nav-v2 a {
  text-decoration: none;
}

@media (min-width: 640px) {
  .static-nav-v2 ul {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .static-nav-v2 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* END Static Navbar V2 Styles */