/** Shopify CDN: Minification failed

Line 73:24 Unterminated string token

**/
/* Global */
:root {
    --breakpoint-md: 768px;
    --breakpoint-sm: 320px;
}

/** Footer Styles **/
.site-footer * {
    text-align: left !important;
}
@media only screen and (max-width: 768px) {
    .footer__social {
        text-align: left;
    }
}
@media only screen and (min-width: 769px) {
    .site-footer .grid {
        margin-left: 0;
    }
    .site-footer .grid__item {
        padding-left: 0;
    }
}
.footer-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 138px;
    width: 72rem;
    max-width: 100%;
}
.footer-end-left {
    width: 32rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-end-pages {
    display: flex;
    gap: 52px;
}

.footer-end-payment {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.footer-end-payment img {
    width: 36px;
    height: 22px;
}

.footer-end-copyright:hover {
    text-decoration: underline;
    text-decoration-color: #939393;
}

.footer__small-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #939393;
}
.footer-end-pages a {
    font-family: "Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #939393;
}

.footer__collapsible p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    width: 280px;
}

@media screen and (min-width: 1400px) {
    .footer-end {
        width: 77.5rem;
    }
}

@media screen and (min-width: 320px) and (max-width: 780px) {
    .footer__social li {
        display: inline-block;
        margin: 1px 36px 15px 0 !important;
    }
    .footer-end {
        flex-direction: column-reverse;
        align-items: flex-start;
        width: auto;
        gap: 40px;
        margin-top: 11px;
        padding-bottom: 32px;
    }
    .footer-end-left {
        width: auto;
    }

    .footer__small-text {
        font-size: 10px;
        line-height: 16px;
    }
    .footer-end-pages {
        gap: 40px;
        margin-left: 40px;
    }
    .footer-end-pages a {
        font-size: 10px;
        line-height: 16px;
        color: #939393;
    }

    .footer__small-text {
        color: #939393;
    }
}

/* Nav drawer icon */
.js-drawer-open-nav[aria-expanded="false"] .js-menu-icon-hamburger {
    display: inline-block;
}
.js-drawer-open-nav[aria-expanded="false"] .js-menu-icon-close {
    display: none;
}
.js-drawer-open-nav[aria-expanded="true"] .js-menu-icon-hamburger {
    display: none;
}
.js-drawer-open-nav[aria-expanded="true"] .js-menu-icon-close {
    display: inline-block;
}

.lock-scroll body {
    overflow: hidden !important;
}

/* Remove outline on nav drawer */
#NavDrawer:focus {
    outline: none;
}

/* Size guide */
.size_guide__wrapper {
    position: relative;
    overflow-x: scroll;
}
.size_guide__gradient {
    position: relative;
}
.size_guide__gradient::after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    position: absolute;
    top: 0;
    right: 0;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
.size_guide__wrapper {
    scrollbar-width: auto;
    scrollbar-color: #dedede #ffffff;
}

/* Chrome, Edge, and Safari */
.size_guide__wrapper::-webkit-scrollbar {
    width: 12px;
}

.size_guide__wrapper::-webkit-scrollbar-track {
    background: #ffffff;
}

.size_guide__wrapper::-webkit-scrollbar-thumb {
    background-color: #dedede;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.size_guide__wrapper td {
    padding: 5px !important;
}

/* Mega Menu */
.megamenu__wrapper {
    position: absolute;
    z-index: 99999;
    left: 0;
    min-width: 100%;
    background-color: #fafafa;
    padding: 40px 30px;
}

.megamenu__inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 120px;
}

.megamenu__column.is--image {
    grid-column: 4 / 6;
}

.megamenu__column.is--two-cols {
    grid-column: span 2;
}

.megamenu-column__items.is--two-cols {
    display: grid;
    grid-template-rows: repeat(8, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    column-gap: 60px;
}

.megamenu__column,
.megamenu-column__items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.megamenu-column__title {
    color: #8b89a1;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.8px;
    margin-bottom: 0;
}

.megamenu__column a {
    display: flex;
    gap: 8px;
    align-items: center;
}

.megamenu__column a.is--sale {
    color: #c8102e;
}

.grid-product__options ul {
    flex-flow: row wrap;
}
.metafield-swatches {
    flex-flow: row wrap;
    row-gap: 4px;
}

.template-product .variant-input-wrap,
.variant-input-wrap {
    display: flex;
    flex-wrap: wrap;
}

.metafield-swatches .color-swatch.is--current {
    box-shadow: 0 0 0 2px var(--colorTextBody);
}

.metafield-swatches .color-swatch.is--not-selected {
    box-shadow: none !important;
}
.image-sale-banner {
    display: none !important;
}

/* Klaviyo footer newsletter styling */
div:has(> #rich-text-109384022),
#rich-text-109384022 {
    display: none !important;
}

div:has(> #rich-text-109384023) {
    padding-top: 0 !important;
    padding-left: 0 !important;
}

.footer__collapsible .klaviyo-form form {
    max-width: 100% !important;
}

div[data-testid="form-row"] > *:first-child {
    padding-left: 0 !important;
}

.klaviyo-form button[role="combobox"] {
    width: 56px !important;
}

@media only screen and (max-width: 768px) {
    .klaviyo-form button {
        padding-bottom: 0 !important;
    }
}
