/** Shopify CDN: Minification failed

Line 263:27 Expected "]" to go with "["
Line 263:51 Unexpected "]"
Line 935:115 Expected "]" to go with "["
Line 943:115 Expected "]" to go with "["
Line 1786:71 Expected "]" to go with "["
Line 1786:94 Unexpected "]"
Line 1806:71 Expected "]" to go with "["
Line 1806:94 Unexpected "]"
Line 1822:71 Expected "]" to go with "["
Line 1822:94 Unexpected "]"
... and 6 more hidden warnings

**/
@font-face {
    font-family: Fraunces72;
    src: url(Fraunces72ptSuperSoft-Regular.woff2?v18c6fe03206) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Fraunces72;
    src: url(Fraunces72ptSuperSoft-Italic.woff2?v18c6fe03205) format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Fraunces144;
    src: url(Fraunces144ptSuperSoft-Regular.woff2?v18c6fe03205) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Fraunces144;
    src: url(Fraunces144ptSuperSoft-Italic.woff2?v18c6fe03201) format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Fraunces144;
    src: url(Fraunces144ptSuperSoft-SemiBold.woff2?v18c8906704a) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Fraunces144;
    src: url(Fraunces144ptSuperSoft-Bold.woff2?v18c6fe031ff) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Fraunces144;
    src: url(Fraunces144ptSuperSoft-BoldItalic.woff2?v18c6fe03200) format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Jost;
    src: url(Jost-Regular.woff2?v18c6fe03207) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Jost;
    src: url(Jost-Medium.woff2?v18c6fe03206) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Jost;
    src: url(Jost-SemiBold.woff2?v18c6fe03207) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Jost;
    src: url(Jost-Bold.woff2?v18c6fe03206) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
:root {
    --global-padding-x: 63px;
    --z-index-menu: 999;
    --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
    --primary-font: "Jost";
    --secondary-font: "Fraunces144";
    --tertiary-font: "Fraunces72";
    --primary-color: #afcae8;
    --secondary-color: #282828;
    --price-color: var(--secondary-color);
    --sale-price-color: #c92121;
    --sale-regular-price-color: #838181;
    --sold-out-color: #d9d9d9;
    --page-content-padding-bottom-desktop: 75px;
    --page-content-padding-bottom-mobile: 40px;
    --page-title-font: var(--secondary-font);
    --page-title-min-font-size: 32;
    --page-title-max-font-size: 52;
    --page-title-font-size: clamp(
        calc(var(--page-title-min-font-size) * 1px),
        calc(var(--page-title-min-font-size) * 1px + (var(--page-title-max-font-size) - var(--page-title-min-font-size)) * (0.24038vw - 2.46154px)),
        calc(var(--page-title-max-font-size) * 1px)
    );
    --page-title-font-size: clamp(
        calc(var(--page-title-min-font-size) * 1px),
        calc((var(--page-title-min-font-size) * 1px) + (var(--page-title-max-font-size) - var(--page-title-min-font-size)) * ((100vw - 1024px) / (1440 - 1024))),
        calc(var(--page-title-max-font-size) * 1px)
    );
    --page-title-min-line-height: 37;
    --page-title-max-line-height: 67;
    --page-title-line-height: clamp(
        calc(var(--page-title-min-line-height) * 1px),
        calc(var(--page-title-min-line-height) * 1px + (var(--page-title-max-line-height) - var(--page-title-min-line-height)) * (0.24038vw - 2.46154px)),
        calc(var(--page-title-max-line-height) * 1px)
    );
    --page-title-line-height: clamp(
        calc(var(--page-title-min-line-height) * 1px),
        calc(calc(var(--page-title-min-line-height) * 1px) + (var(--page-title-max-line-height) - var(--page-title-min-line-height)) * ((100vw - 1024px) / (1440 - 1024))),
        calc(var(--page-title-max-line-height) * 1px)
    );
    --page-title-color: var(--secondary-color);
    --page-title-padding-desktop: 75px 0;
    --page-title-padding-mobile: 40px 0;
    --page-text-font: var(--primary-font);
    --page-text-min-font-size: 15;
    --page-text-max-font-size: 18;
    --page-text-font-size: clamp(
        calc(var(--page-text-min-font-size) * 1px),
        calc(var(--page-text-min-font-size) * 1px + (var(--page-text-max-font-size) - var(--page-text-min-font-size)) * (0.24038vw - 2.46154px)),
        calc(var(--page-text-max-font-size) * 1px)
    );
    --page-text-font-size: clamp(
        calc(var(--page-text-min-font-size) * 1px),
        calc((var(--page-text-min-font-size) * 1px) + (var(--page-text-max-font-size) - var(--page-text-min-font-size)) * ((100vw - 1024px) / (1440 - 1024))),
        calc(var(--page-text-max-font-size) * 1px)
    );
    --page-text-min-line-height: 23;
    --page-text-max-line-height: 33;
    --page-text-line-height: clamp(
        calc(var(--page-text-min-line-height) * 1px),
        calc(var(--page-text-min-line-height) * 1px + (var(--page-text-max-line-height) - var(--page-text-min-line-height)) * (0.24038vw - 2.46154px)),
        calc(var(--page-text-max-line-height) * 1px)
    );
    --page-text-line-height: clamp(
        calc(var(--page-text-min-line-height) * 1px),
        calc(calc(var(--page-text-min-line-height) * 1px) + (var(--page-text-max-line-height) - var(--page-text-min-line-height)) * ((100vw - 1024px) / (1440 - 1024))),
        calc(var(--page-text-max-line-height) * 1px)
    );
    --page-text-color: var(--secondary-color);
    --page-text-paragraphs-gap: 19px;
    --page-heading-font: var(--primary-font);
    --page-bold-text-font: var(--primary-font);
    --page-link-hover-color: var(--primary-color);
    --page-button-margin-top: 30px;
    --faqs-question-font: var(--page-text-font);
    --faqs-question-min-font-size: calc(var(--page-text-min-font-size) + 2);
    --faqs-question-max-font-size: calc(var(--page-text-max-font-size) + 2);
    --faqs-question-font-size: clamp(
        calc(var(--faqs-question-min-font-size) * 1px),
        calc(var(--faqs-question-min-font-size) * 1px + (var(--faqs-question-max-font-size) - var(--faqs-question-min-font-size)) * (0.24038vw - 2.46154px)),
        calc(var(--faqs-question-max-font-size) * 1px)
    );
    --faqs-question-font-size: clamp(
        calc(var(--faqs-question-min-font-size) * 1px),
        calc((var(--faqs-question-min-font-size) * 1px) + (var(--faqs-question-max-font-size) - var(--faqs-question-min-font-size)) * ((100vw - 1024px) / (1440 - 1024))),
        calc(var(--faqs-question-max-font-size) * 1px)
    );
    --faqs-question-padding-desktop: 30px 0;
    --faqs-question-padding-mobile: 20px 0;
    --faqs-answer-padding-bottom-desktop: 30px;
    --faqs-answer-padding-bottom-mobile: 20px;
    --form-field-margin-bottom: 12px;
    --form-label-margin-bottom: 5px;
    --form-label-font: var(--primary-font);
    --form-label-min-font-size: 14;
    --form-label-max-font-size: 14;
    --form-label-font-size: clamp(
        calc(var(--form-label-min-font-size) * 1px),
        calc(var(--form-label-min-font-size) * 1px + (var(--form-label-max-font-size) - var(--form-label-min-font-size)) * (0.24038vw - 2.46154px)),
        calc(var(--form-label-max-font-size) * 1px)
    );
    --form-label-font-size: clamp(
        calc(var(--form-label-min-font-size) * 1px),
        calc((var(--form-label-min-font-size) * 1px) + (var(--form-label-max-font-size) - var(--form-label-min-font-size)) * ((100vw - 1024px) / (1440 - 1024))),
        calc(var(--form-label-max-font-size) * 1px)
    );
    --form-label-color: var(--black);
    --form-input-padding: 10px 20px;
    --form-input-font: var(--primary-font);
    --form-input-min-font-size: 22;
    --form-input-max-font-size: 30;
    --form-input-font-size: 14px;
    --form-input-background-color: var(--white);
    --form-input-color: var(--page-text-color);
    --form-input-border-color: #eaebef;
    --account-tab-font: var(--primary-font);
    --account-tab-background-color: #fafaf8;
    --account-tab-color: var(--page-text-color);
    --account-tab-hover-color: var(--primary-color);
    --account-active-tab-color: var(--primary-color);
    --account-table-headings-font: var(--primary-font);
    --account-subtitle-font: var(--primary-font);
}
body {
    font-family: var(--primary-font), system-ui;
    font-size: 16px;
    color: var(--page-text-color);
}
body.disable-scroll {
    height: 100%;
    overflow: hidden;
}
body.js-video-modal-disable-scroll .main-content {
    z-index: auto;
}
.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main-content {
    position: relative;
    flex: 1;
}
.secondary-font,
.secondary-font * {
    font-family: var(--secondary-font);
}
.secondary-font.richtext {
    --font-family: var(--secondary-font);
}
.tertiary-font,
.tertiary-font * {
    font-family: var(--tertiary-font);
}
.tertiary-font.richtext {
    --font-family: var(--tertiary-font);
}
.font-weight-500,
.font-weight-500 * {
    font-weight: 500;
}
.font-weight-600,
.font-weight-600 * {
    font-weight: 600;
}
.font-weight-700,
.font-weight-700 * {
    font-weight: 700;
}
#smile-ui-container[\:has\(.smile-launcher-closed\)] {
    z-index: var(--z-index-menu) !important;
}
#smile-ui-container:has(.smile-launcher-closed) {
    z-index: var(--z-index-menu) !important;
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: initial;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-right: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-top: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s linear infinite;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.swiper:not(.swiper-initialized) {
    opacity: 0;
}
.swiper-wrapper {
    -webkit-transform-style: preserve-3d;
}
.swiper-slide,
.swiper-wrapper {
    -webkit-backface-visibility: hidden;
}
.swiper-slide {
    -webkit-transform: translateZ(0);
}
.swiper-pagination-bullet:only-child {
    display: inline-block !important;
}
#MainContent .bv-inline-rating {
    --star-size: 18px;
}
#MainContent .bv-inline-rating .bv_main_container[aria-label^="0.0"] {
    display: none !important;
}
#MainContent .bv-inline-rating .bv_text {
    font-family: var(--primary-font) !important;
    font-weight: 500 !important;
    font-size: calc(clamp(15px, calc(15px + (17 - 15) * ((100vw - 1024px) / (1440 - 1024))), 17px) * 1) !important;
    color: var(--page-text-color) !important;
}
#MainContent .bv-inline-rating .bv_stars_button_container svg {
    max-width: var(--star-size) !important;
    max-height: var(--star-size) !important;
}
#MainContent .bv-inline-rating.main-product-bv .bv_text {
    font-size: calc(clamp(14px, calc(14px + (16 - 14) * ((100vw - 1024px) / (1440 - 1024))), 16px) * 1) !important;
}
body.recharge-theme-novum.recharge-customer-portal .d-none {
    display: none !important;
}
body.recharge-customer-portal #recharge-customer-portal {
    --recharge-color-brand-85: var(--primary-color);
}
#content__customers__request-invite .rc_layout__full .row.grid {
    margin: 0;
}
div#rc_login {
    margin: 11px auto 0 !important;
}
div#rc_login a {
    text-transform: uppercase;
}
.rc_logo {
    display: none !important;
}
body.recharge-theme-novum.recharge-customer-portal .recharge-button,
body.recharge-theme-novum.recharge-customer-portal .recharge-button * {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
body.recharge-theme-novum.recharge-customer-portal .recharge-button.recharge-button-primary:not([disabled]):hover {
    background: #000;
    border-color: #000;
}
body.recharge-theme-novum.recharge-customer-portal .recharge-button.recharge-button-primary:not([disabled]):hover,
body.recharge-theme-novum.recharge-customer-portal .recharge-button.recharge-button-primary:not([disabled]):hover * {
    color: var(--white);
}
body.recharge-theme-novum.recharge-customer-portal .recharge-button.recharge-button-secondary:not([disabled]) {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
body.recharge-theme-novum.recharge-customer-portal .recharge-button.recharge-button-secondary:not([disabled]):hover {
    background: #282828;
    border-color: #282828;
}
body.recharge-theme-novum.recharge-customer-portal .recharge-button.recharge-button-secondary:not([disabled]):hover,
body.recharge-theme-novum.recharge-customer-portal .recharge-button.recharge-button-secondary:not([disabled]):hover * {
    color: var(--white);
}
body.recharge-theme-novum.recharge-customer-portal .recharge-button.recharge-button-secondary[disabled],
body.recharge-theme-novum.recharge-customer-portal .recharge-button.recharge-button-secondary[disabled] * {
    color: #282828;
}
body.recharge-theme-novum.recharge-customer-portal span.recharge-action-link,
body.recharge-theme-novum.recharge-customer-portal span.recharge-action-link * {
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    text-transform: uppercase;
}
body.recharge-theme-novum.recharge-customer-portal span.recharge-action-link:active,
body.recharge-theme-novum.recharge-customer-portal span.recharge-action-link:active * {
    text-decoration: none !important;
}
body.recharge-theme-novum.recharge-customer-portal span.recharge-action-link.undefined div[\:has\(path\[d\%3D\%22M8.5\%201L1.5\%208L8.5\%2015\%22\]\)] div[\:has\(\%3E\%20.recharge-icon\)] {
    background: var(--secondary-color);
    color: var(--white);
}
body.recharge-theme-novum.recharge-customer-portal span.recharge-action-link.undefined div:has(path[d="M8.5 1L1.5 8L8.5 15"]) div:has(> .recharge-icon) {
    background: var(--secondary-color);
    color: var(--white);
}
body.recharge-theme-novum.recharge-customer-portal span.recharge-action-link.undefined div[\:has\(path\[d\%3D\%22M8.5\%201L1.5\%208L8.5\%2015\%22\]\)] div[\:has\(\%3E\%20.recharge-icon\)]:hover {
    background: var(--black);
}
body.recharge-theme-novum.recharge-customer-portal span.recharge-action-link.undefined div:has(path[d="M8.5 1L1.5 8L8.5 15"]) div:has(> .recharge-icon):hover {
    background: var(--black);
}
#ReCharge #content__customers__request-invite .button,
#ReCharge #content__customers__request-invite .button * {
    text-transform: uppercase;
}
#ReCharge #content__customers__request-invite a[href="/account/login"],
#ReCharge #content__customers__request-invite a[href="/account/login"] * {
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    text-transform: uppercase;
}
#ReCharge #content__customers__request-invite a[href="/account/login"]:active {
    text-decoration: none;
}
#rc_login a,
#rc_login a *,
#ReCharge #customer_tab_content .grid__item a,
#ReCharge #customer_tab_content .grid__item a *,
#ReCharge .recharge .rc_form a,
#ReCharge .recharge .rc_form a *,
.template-customers-login #rc_login a,
.template-customers-login #rc_login a * {
    text-transform: uppercase;
}
body.recharge-theme-novum.recharge-customer-portal {
    --form-input-border-color: transparent;
    --form-input-padding: 0;
}
#ReCharge #content__customers__request-invite {
    padding-bottom: 75px;
}
#ReCharge #content__customers__request-invite .rc_header-settings__description {
    padding: 0 !important;
}
#ReCharge #content__customers__request-invite #customer_tab_content > .rc_mx-auto #login_verification {
    margin-top: 27px;
}
#ReCharge #content__customers__request-invite #customer_tab_content > .rc_mx-auto .rc_form__group {
    margin-top: 30px;
}
#ReCharge #content__customers__request-invite #customer_tab_content > .rc_mx-auto .rc_form__group:only-of-type {
    margin-top: -35px;
}
#ReCharge #content__customers__request-invite #customer_tab_content > .row.grid {
    justify-content: center;
}
#ReCharge #content__customers__request-invite #customer_tab_content > .row.grid > div {
    flex: 0 0 100%;
    max-width: 100%;
}
#ReCharge #content__customers__request-invite #customer_tab_content > .row.grid .rc_header-settings__description {
    display: block;
    padding: 75px 0 0 !important;
}
#ReCharge #content__customers__request-invite #customer_tab_content > .row.grid a {
    margin-top: -19px;
}
#ReCharge .recharge .rc_layout__container {
    width: calc(100% - 40px);
    max-width: 650px;
    padding: 0;
}
#ReCharge .recharge .rc_layout {
    margin: 0;
}
#ReCharge .recharge .rc_layout__full {
    padding: 0;
}
#ReCharge .recharge .rc_layout__full > div {
    width: 100%;
    max-width: none !important;
}
#ReCharge .recharge .rc_header-settings__title.rc_title-bar__title {
    display: block;
    padding: 75px 0;
}
#ReCharge .recharge .rc_header-settings__title.rc_title-bar__title h2 {
    margin: calc(clamp(6px, calc(6px + (14 - 6) * ((100vw - 1024px) / (1440 - 1024))), 14px) * -1) 0;
    font-family: var(--page-title-font);
    font-size: var(--page-title-font-size);
    line-height: var(--page-title-line-height);
    color: var(--page-title-color);
}
#ReCharge .recharge .rc_form .rc_form__placeholder > p,
#ReCharge .recharge .rc_header-settings__description > p {
    margin-top: calc(clamp(5px, calc(5px + (9 - 5) * ((100vw - 1024px) / (1440 - 1024))), 9px) * -1);
    margin-bottom: calc(clamp(6px, calc(6px + (10 - 6) * ((100vw - 1024px) / (1440 - 1024))), 10px) * -1);
}
#ReCharge .recharge .rc_form .rc_form__placeholder,
#ReCharge .recharge .rc_form .rc_form__placeholder *,
#ReCharge .recharge .rc_header-settings__description,
#ReCharge .recharge .rc_header-settings__description * {
    font-size: var(--page-text-font-size);
    line-height: var(--page-text-line-height);
}
#ReCharge .recharge .rc_form__group {
    max-width: 500px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
#ReCharge .recharge .rc_form a {
    margin-top: -21px;
    text-decoration: none;
}
#ReCharge .recharge #login_verification {
    margin-top: -8px;
    margin-bottom: -2px;
}
#ReCharge .recharge #login_verification .rc_form__group {
    margin-top: 0;
}
#ReCharge .recharge #login_verification + img {
    display: none !important;
}
#rc_login p a {
    text-transform: lowercase;
}
#rc_login:first-letter {
    text-transform: capitalize !important;
}
.template-customers-login #rc_login {
    margin: 17px 0 -4px;
    text-align: center;
}
.template-customers-login #rc_login h5 {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: var(--page-text-font-size);
    line-height: var(--page-text-line-height);
    color: var(--page-text-color);
}
.template-customers-login #rc_login a {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}
.klaviyo-form {
    --padding-x: 27px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    min-height: calc(var(--form-height) - 6px);
}
.klaviyo-form form {
    padding: 0 !important;
}
.klaviyo-form form > div {
    min-height: calc(var(--form-height) - 6px) !important;
    max-height: calc(var(--form-height) - 6px) !important;
}
.klaviyo-form form > div > div > div {
    padding: 0 !important;
    border: 0;
    border-radius: 5px !important;
}
.klaviyo-form form > div > div > div:first-child {
    border-right: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.klaviyo-form form > div > div > div:last-child {
    border-left: 0;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.klaviyo-form form > div > div > div:only-child {
    border: 0 !important;
    border-radius: 0 !important;
}
.klaviyo-form input[type="email"] {
    display: inline-block !important;
    width: auto !important;
    height: calc(var(--form-height) - 6px) !important;
    background: var(--white) !important;
    padding-left: var(--padding-x) !important;
    border: 0 !important;
    margin: 0 !important;
}
.klaviyo-form input[type="email"],
.klaviyo-form input[type="email"]::placeholder {
    opacity: 1 !important;
    font-family: var(--primary-font) !important;
    font-size: calc(clamp(16px, calc(16px + (18 - 16) * ((100vw - 1024px) / (1440 - 1024))), 18px) * 1) !important;
    color: var(--secondary-color) !important;
}
.klaviyo-form input[type="email"].focus-visible,
.klaviyo-form input[type="email"]:focus,
.klaviyo-form input[type="email"]:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.klaviyo-form input[type="email"]:-internal-autofill-selected,
.klaviyo-form input[type="email"]:-webkit-autofill,
.klaviyo-form input[type="email"]:-webkit-autofill:active,
.klaviyo-form input[type="email"]:-webkit-autofill:focus,
.klaviyo-form input[type="email"]:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 50px #fff inset !important;
}
.klaviyo-form div[class*="FormComponent__StyledFormComponentWrapper"] {
    align-items: center !important;
}
.klaviyo-form div[class*="TextInput__StyledInputContainer"] {
    align-self: center !important;
}
.klaviyo-form button[type="button"] {
    position: relative !important;
    display: inline-block !important;
    align-self: center !important;
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
    max-height: calc(var(--form-height) - 6px);
    background: var(--white) !important;
    padding: 0 var(--padding-x) 0 12px !important;
    box-shadow: none !important;
    margin: 0 !important;
    font-family: var(--primary-font) !important;
    font-size: calc(clamp(16px, calc(16px + (18 - 16) * ((100vw - 1024px) / (1440 - 1024))), 18px) * 1) !important;
    font-weight: 500 !important;
    letter-spacing: normal !important;
    text-transform: uppercase !important;
    -webkit-appearance: button !important;
    cursor: pointer !important;
    user-select: none;
    box-sizing: border-box;
}
.klaviyo-form button[type="button"],
.klaviyo-form button[type="button"]:focus {
    color: var(--secondary-color) !important;
}
.klaviyo-form button[type="button"]:after {
    display: none !important;
}
.klaviyo-form button[type="button"]:hover {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
}
.klaviyo-form .klaviyo-form p {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    width: 100%;
    padding-left: 0 !important;
}
.klaviyo-form .klaviyo-form p > span {
    position: relative;
    font-family: var(--primary-font) !important;
    font-weight: 400 !important;
    font-size: calc(clamp(16px, calc(16px + (18 - 16) * ((100vw - 1024px) / (1440 - 1024))), 18px) * 1) !important;
    color: var(--secondary-color) !important;
}
#MainContent .rebuy-recommended-products,
#MainContent .rebuy-widget {
    padding: 0;
}
#MainContent .rebuy-checkbox {
    width: 23px;
    height: 23px;
    border-width: 1px;
    border-radius: 3px;
}
#MainContent .rebuy-checkbox:checked,
#MainContent .rebuy-checkbox:focus {
    border-color: var(--black);
}
#MainContent .rebuy-checkbox:checked {
    background: #e5eff5;
}
#MainContent .rebuy-checkbox:checked:before {
    content: "";
    width: 13px;
    height: 10px;
    background: url(icon-check.svg?v18d47cd2f50) 50% / contain no-repeat;
}
#rebuy-cart {
    opacity: 0;
    visibility: hidden;
    font-family: var(--primary-font-regular);
}
#rebuy-cart.is-visible {
    opacity: 1;
    visibility: visible;
}
#rebuy-cart .rebuy-cart__flyout {
    margin: 0 !important;
    border-radius: 0 !important;
}
#rebuy-cart #rcsms-cart-widget {
    order: -1;
    grid-column-start: 1;
    grid-column-end: 3;
}
#rebuy-cart #rcsms-cart-widget .rcsms-cart-widget__logo {
    width: 90px;
    min-width: 90px;
    height: 21px;
    background-size: 68px;
}
#rebuy-cart .rebuy-cart__flyout-close:hover {
    color: #2b3990;
}
#rebuy-cart .rebuy-button {
    border-radius: 0 !important;
    font-weight: 400;
    text-transform: uppercase;
}
#rebuy-cart .rebuy-button:after {
    display: none;
}
#rebuy-cart .rebuy-button:not(.rebuy-cart__continue-shopping-button),
#rebuy-cart .rebuy-cart__flyout-empty-cart a {
    max-width: 275px;
    border: 0;
    border-radius: 0 !important;
}
#rebuy-cart .rebuy-button:not(.rebuy-cart__continue-shopping-button):not(.rebuy-button-icon),
#rebuy-cart .rebuy-button:not(.rebuy-cart__continue-shopping-button) :not(.rebuy-button-icon),
#rebuy-cart .rebuy-cart__flyout-empty-cart a:not(.rebuy-button-icon),
#rebuy-cart .rebuy-cart__flyout-empty-cart a :not(.rebuy-button-icon) {
    font-family: var(--primary-font);
}
#rebuy-cart .rebuy-button:not(.rebuy-cart__continue-shopping-button)[disabled],
#rebuy-cart .rebuy-cart__flyout-empty-cart a[disabled] {
    background-color: #e5e5e5;
    color: var(--black);
    opacity: 1 !important;
    user-select: none;
    pointer-events: none;
}
#rebuy-cart .rebuy-button.outline {
    --background-color: var(--white);
    --text-color: var(--black);
    --hover-background-color: var(--primary-color);
    --hover-text-color: var(--black);
}
#rebuy-cart .rebuy-cart__flyout-item-subscription {
    display: flex;
    justify-content: center;
}
#rebuy-cart .rebuy-cart__flyout-item-subscription .rebuy-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-max-content !important;
    width: max-content !important;
    height: auto !important;
    background: transparent !important;
    padding: 0 0 1.5px;
    border: 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
#rebuy-cart .rebuy-cart__flyout-item-subscription .rebuy-button,
#rebuy-cart .rebuy-cart__flyout-item-subscription .rebuy-button * {
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    color: var(--page-text-color) !important;
}
#rebuy-cart .rebuy-cart__flyout-item-subscription .rebuy-button:active,
#rebuy-cart .rebuy-cart__flyout-item-subscription .rebuy-button:active * {
    text-decoration: none;
}
#rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-button {
    --width: 100%;
    height: 37px !important;
    border: 0;
}
#rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-button span {
    font-size: 14px;
}
#rebuy-cart .rebuy-cart__flyout-actions .rebuy-button {
    width: 100% !important;
    max-width: 100% !important;
    border: 0;
}
#rebuy-cart .rebuy-cart__flyout-actions .rebuy-cart__checkout-button.rebuy-button span {
    display: flex;
}
#rebuy-cart .rebuy-cart__flyout-actions .rebuy-cart__checkout-button.rebuy-button i {
    display: none;
    font-family: Font Awesome\5 Pro !important;
    font-weight: 900 !important;
}
#rebuy-cart .rebuy-cart__flyout-actions .rebuy-cart__continue-shopping-button.rebuy-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-max-content !important;
    width: max-content !important;
    padding: 0 0 1.5px;
    border: 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
#rebuy-cart .rebuy-cart__flyout-actions .rebuy-cart__continue-shopping-button.rebuy-button,
#rebuy-cart .rebuy-cart__flyout-actions .rebuy-cart__continue-shopping-button.rebuy-button * {
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    color: var(--page-text-color);
}
#rebuy-cart .rebuy-cart__flyout-actions .rebuy-cart__continue-shopping-button.rebuy-button:active,
#rebuy-cart .rebuy-cart__flyout-actions .rebuy-cart__continue-shopping-button.rebuy-button:active * {
    text-decoration: none;
}
#rebuy-cart .rebuy-cart__flyout-item-price,
#rebuy-cart .rebuy-money {
    font-family: var(--primary-font);
}
#rebuy-cart .rebuy-money {
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    color: var(--price-color);
}
#rebuy-cart .rebuy-money.compare-at {
    order: -1;
    color: var(--sale-regular-price-color);
}
#rebuy-cart .rebuy-money.sale,
#rebuy-cart .rebuy-money .summary-line-discount,
#rebuy-cart .rebuy-money .wholesale-original-price {
    color: var(--sale-price-color);
}
#rebuy-cart .rebuy-cart__flyout-item-price > div,
#rebuy-cart .rebuy-product-price > div {
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    grid-column-gap: 6px;
    grid-row-gap: 5px;
}
#rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-product-info .rebuy-product-price > div {
    justify-content: flex-start;
}
#rebuy-cart .rebuy-cart__flyout-empty-cart {
    padding-bottom: 0;
    border: 0;
}
#rebuy-cart .rebuy-cart__flyout-empty-cart h4 {
    margin-top: -8px;
    margin-bottom: -10px;
    font-family: var(--primary-font);
    font-size: var(--page-text-font-size) !important;
    font-weight: 400;
    line-height: var(--page-text-line-height);
    color: var(--page-text-color);
}
#rebuy-cart .rebuy-cart__flyout-empty-cart a {
    margin-top: 30px;
    text-transform: uppercase;
}
#rebuy-cart .rebuy-cart__flyout-items {
    min-height: auto;
    border-bottom: 0;
}
#rebuy-cart .rebuy-cart__flyout-item-media a,
#rebuy-cart .rebuy-product-media a {
    aspect-ratio: 1;
}
#rebuy-cart .rebuy-cart__flyout-item-media a img,
#rebuy-cart .rebuy-product-media a img {
    max-height: 100%;
    margin: 0 auto;
    aspect-ratio: 1;
    object-fit: contain;
}
#rebuy-cart .rebuy-cart__flyout-item-product-title,
#rebuy-cart .rebuy-product-title {
    font-weight: 500;
    font-size: calc(clamp(17px, calc(17px + (20 - 17) * ((100vw - 1024px) / (1440 - 1024))), 20px) * 1);
    color: var(--page-text-color);
    text-decoration: none;
}
#rebuy-cart .rebuy-cart__flyout-item-variant-title {
    margin-top: 5px;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
    color: var(--sale-regular-price-color);
}
#rebuy-cart .rebuy-select {
    appearance: none;
    background-color: var(--white);
    background-size: 12px 7px;
    background-image: url(icon-select.svg?v18d47cd2f52);
    background-position: right 10px center;
    padding: 10px 30px 10px 20px;
    border: 1px solid var(--form-input-border-color);
    border-radius: 0;
    box-shadow: none;
    font-family: var(--primary-font-regular);
    font-size: clamp(14px, calc(11.53846px + 0.24038vw), 15px);
    font-size: clamp(14px, calc(14px + (15 - 14) * ((100vw - 1024px) / (1440 - 1024))), 15px);
    color: var(--quaternary-color);
    outline: none !important;
}
#rebuy-cart span.rebuy-cart__flyout-item-quantity-widget-label {
    font-family: var(--form-input-font);
    font-size: var(--form-input-font-size);
    color: var(--form-input-color);
}
#rebuy-cart .rebuy-cart__flyout-item-quantity-widget-label {
    font-family: var(--primary-font);
    font-weight: 400;
}
#rebuy-cart .rebuy-cart__flyout-note {
    margin-top: 20px;
}
#rebuy-cart .rebuy-cart__flyout-note-toggle {
    display: flex;
    align-items: center;
}
#rebuy-cart .rebuy-cart__flyout-note-toggle .rebuy-checkbox {
    width: 19px !important;
    height: 19px !important;
    background: transparent;
    padding: 0 !important;
    border-width: 1px !important;
    border-color: var(--black);
}
#rebuy-cart .rebuy-cart__flyout-note-toggle .rebuy-checkbox:before {
    font-size: 12px;
    color: var(--black);
}
#rebuy-cart .rebuy-cart__flyout-note-toggle .rebuy-cart__flyout-note-toggle-label {
    font-family: var(--page-form-labels-font);
    font-weight: 400;
    font-size: 14px;
    color: var(--page-form-labels-color);
}
#rebuy-cart .rebuy-cart__flyout-note-textarea {
    font-family: var(--page-input-text-font);
    font-weight: 400;
    font-size: 14px;
    color: var(--page-input-text-color);
}
#rebuy-cart .rebuy-cart__flyout-note-textarea::placeholder {
    color: var(--white);
}
#rebuy-cart .rebuy-cart__flyout-title {
    font-family: var(--page-title-font);
    font-weight: 400;
    font-size: 22px;
    color: var(--page-title-color);
    text-transform: unset;
}
#rebuy-cart .rebuy-cart__progress-bar-container {
    min-height: unset;
    border-bottom: 0;
}
#rebuy-cart .rebuy-cart__progress-bar-meter {
    background: #eee;
}
#rebuy-cart .rebuy-cart__progress-step-icon {
    width: 26px;
    height: 26px;
}
#rebuy-cart .rebuy-cart__progress-step-icon svg {
    width: 14px;
    height: 14px;
}
#rebuy-cart .rebuy-cart__progress-step-label {
    font-family: var(--primary-font);
    color: var(--page-text-color);
}
#rebuy-cart .rebuy-cart__progress-free-product-variant-title:empty {
    display: none;
}
#rebuy-cart .rebuy-cart__progress-free-product-info {
    padding-bottom: 0;
}
#rebuy-cart .complete .rebuy-cart__progress-step-icon,
#rebuy-cart .rebuy-cart__flyout-shipping-bar-meter-fill,
#rebuy-cart .rebuy-cart__progress-bar-meter-fill {
    background: #51b8d7;
    background: #afcae8;
}
#rebuy-cart .rebuy-cart__progress-bar-prompt,
#rebuy-cart .rebuy-cart__progress-bar-prompt * {
    font-size: var(--page-text-font-size);
    line-height: var(--page-text-line-height);
    color: var(--page-text-color);
}
#rebuy-cart .rebuy-cart__progress-bar-prompt b,
#rebuy-cart .rebuy-cart__progress-bar-prompt b * {
    font-family: var(--primary-font-bold);
    font-weight: 400;
}
#rebuy-cart .rebuy-cart__flyout-recommendations {
    height: auto;
    background: #fafaf8;
    border-color: #fafaf8;
    margin-top: auto;
}
#rebuy-cart .rebuy-cart__flyout-recommendations .primary-title {
    margin: 0 0 10px;
    font-family: var(--page-title-font);
    font-weight: 400;
    font-size: 22px;
    color: var(--page-title-color);
    text-transform: unset;
}
#rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-product-block .rebuy-product-actions {
    width: 100px;
}
#rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-product-info {
    width: calc(100% - 190px);
    padding: 0 20px 0 7px;
}
#rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-product-info .rebuy-product-price {
    margin-top: 10px;
}
#rebuy-cart .rebuy-cart__flyout-footer {
    padding: 15px 20px;
}
#rebuy-cart .rebuy-cart__flyout-subtotal {
    display: grid;
    align-items: flex-end;
    grid-row-gap: 3px;
    grid-template-columns: repeat(2, max-content);
    margin-bottom: 10px;
}
#rebuy-cart .rebuy-cart__flyout-subtotal * {
    font-weight: 400;
}
#rebuy-cart .rebuy-cart__flyout-subtotal-amount,
#rebuy-cart .rebuy-cart__flyout-subtotal-label {
    font-size: var(--page-text-font-size);
    line-height: var(--page-text-line-height);
    color: var(--page-text-color);
    margin-top: -7px;
    margin-bottom: -6px;
}
#rebuy-cart .rebuy-cart__flyout-subtotal-amount {
    display: block;
}
#rebuy-cart .rebuy-cart__flyout-actions {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-row-gap: 10px;
    margin-top: 18px;
    text-align: center;
}
body .sweet-alert {
    font-family: var(--primary-font), system-ui;
    font-size: 16px;
    color: var(--page-text-color);
}
body .sweet-alert h2 {
    font-family: var(--secondary-font);
    font-size: calc(clamp(24px, calc(24px + (28 - 24) * ((100vw - 1024px) / (1440 - 1024))), 28px) * 1);
    font-weight: 400;
}
body .sweet-alert h2,
body .sweet-alert p {
    color: var(--page-text-color);
}
body .sweet-alert p {
    font-size: var(--page-text-font-size);
    line-height: var(--page-text-line-height);
}
body .sweet-alert br {
    display: none;
}
body .sweet-alert .sa-button-container button.cancel {
    background: transparent;
    padding: 0;
    font-family: var(--primary-font);
    color: var(--page-text-color);
    text-transform: uppercase;
}
body .sweet-alert .sa-button-container button.cancel:after {
    display: none;
}
body .sweet-alert .sa-button-container button.confirm {
    --width: 160px;
    --height: 43px;
    display: inline-flex !important;
    background-color: var(--background-color) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-transform: uppercase;
}
body .sweet-alert .sa-button-container button.confirm:after {
    display: none;
}
#rebuy-cart .rebuy-button:not(.rebuy-cart__continue-shopping-button),
#rebuy-cart .rebuy-cart__flyout-empty-cart a,
#rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-button,
.button,
.product-form-dynamic-checkout .shopify-payment-button__button.shopify-payment-button__button--unbranded,
body .sweet-alert button.confirm {
    --width: 291px;
    --height: 48px;
    --background-color: var(--secondary-color);
    --text-color: var(--white);
    --hover-background-color: var(--black);
    --hover-text-color: var(--white);
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: var(--width);
    height: var(--height);
    background-color: var(--background-color);
    overflow: hidden;
    text-align: center;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
    color: var(--text-color);
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
}
#rebuy-cart .rebuy-button:not(.rebuy-cart__continue-shopping-button):active,
#rebuy-cart .rebuy-cart__flyout-empty-cart a:active,
#rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-button:active,
.button:active,
.product-form-dynamic-checkout .shopify-payment-button__button.shopify-payment-button__button--unbranded:active,
body .sweet-alert button.confirm:active {
    background-color: var(--hover-background-color);
    color: var(--hover-text-color);
}
#rebuy-cart .rebuy-button:not(.rebuy-cart__continue-shopping-button):active:after,
#rebuy-cart .rebuy-cart__flyout-empty-cart a:active:after,
#rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-button:active:after,
.button:active:after,
.product-form-dynamic-checkout .shopify-payment-button__button.shopify-payment-button__button--unbranded:active:after,
body .sweet-alert button.confirm:active:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 5a.479.479 0 0 0-.135-.347l-4-4.444c-.188-.241-.616-.28-.884-.084a.511.511 0 0 0-.068.778l3.183 3.542H.616C.275 4.445 0 4.693 0 5c0 .307.275.556.615.556h13.481l-3.183 3.541c-.244.22-.174.605.083.81.199.16.726.11.87-.115l4-4.445A.44.44 0 0 0 16 5z' fill='%23fff'/%3E %3C/svg%3E");
}
#rebuy-cart .rebuy-button:not(.rebuy-cart__continue-shopping-button).autosize,
#rebuy-cart .rebuy-cart__flyout-empty-cart a.autosize,
#rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-button.autosize,
.button.autosize,
.product-form-dynamic-checkout .shopify-payment-button__button.shopify-payment-button__button--unbranded.autosize,
body .sweet-alert button.confirm.autosize {
    width: auto;
    max-width: none;
    padding: 0 30px;
}
#rebuy-cart .rebuy-button:not(.rebuy-cart__continue-shopping-button):after,
#rebuy-cart .rebuy-cart__flyout-empty-cart a:after,
#rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-button:after,
.button:after,
.product-form-dynamic-checkout .shopify-payment-button__button.shopify-payment-button__button--unbranded:after,
body .sweet-alert button.confirm:after {
    content: "";
    width: 16px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 5a.479.479 0 0 0-.135-.347l-4-4.444c-.188-.241-.616-.28-.884-.084a.511.511 0 0 0-.068.778l3.183 3.542H.616C.275 4.445 0 4.693 0 5c0 .307.275.556.615.556h13.481l-3.183 3.541c-.244.22-.174.605.083.81.199.16.726.11.87-.115l4-4.445A.44.44 0 0 0 16 5z' fill='%23fff'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 37px;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
#rebuy-cart .rebuy-button:not(.rebuy-cart__continue-shopping-button).without-arrow:after,
#rebuy-cart .rebuy-cart__flyout-empty-cart a.without-arrow:after,
#rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-button.without-arrow:after,
.button.without-arrow:after,
.product-form-dynamic-checkout .shopify-payment-button__button.shopify-payment-button__button--unbranded.without-arrow:after,
body .sweet-alert button.confirm.without-arrow:after {
    display: none;
}
.button:before,
.product-form-dynamic-checkout .shopify-payment-button__button.shopify-payment-button__button--unbranded:before {
    content: "";
    display: block;
    width: 10px;
}
.secondary-button.button {
    --background-color: var(--black);
    --text-color: var(--white);
    --hover-background-color: var(--primary-color);
    --hover-text-color: var(--black);
}
#MainContent .rebuy-button[disabled],
.button[disabled],
button[disabled] {
    --background-color: #d9d9d9;
    --text-color: var(--white);
    user-select: none;
    pointer-events: none;
}
#MainContent .rebuy-button[disabled]:after,
#MainContent .rebuy-button[disabled]:before,
.button[disabled]:after,
.button[disabled]:before,
button[disabled]:after,
button[disabled]:before {
    display: none;
}
.button-underline,
body .sweet-alert button.cancel {
    display: inline-grid;
    grid-template-columns: minmax(min-content, 100px) 16px;
    grid-column-gap: 19px;
    align-items: center;
    max-width: 150px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}
.button-underline:after,
body .sweet-alert button.cancel:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 5a.479.479 0 0 0-.135-.347l-4-4.444c-.188-.241-.616-.28-.884-.084a.511.511 0 0 0-.068.778l3.183 3.542H.616C.275 4.445 0 4.693 0 5c0 .307.275.556.615.556h13.481l-3.183 3.541c-.244.22-.174.605.083.81.199.16.726.11.87-.115l4-4.445A.44.44 0 0 0 16 5z' fill='%233a3a3f'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.button-underline:active,
body .sweet-alert button.cancel:active {
    text-decoration: none;
}
.button-with-margin {
    margin-top: var(--page-button-margin-top);
}
#quiz-kit-content div[id^="quiz-kit-results-grid"] + div button[\:has\(.add-button-checkmark\)] span,
#rc_login a,
#ReCharge #customer_tab_content .grid__item a,
#ReCharge .recharge .rc_form a,
.customer-account-button,
.template-customers-login #rc_login a {
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}
#quiz-kit-content div[id^="quiz-kit-results-grid"] + div button:has(.add-button-checkmark) span,
#rc_login a,
#ReCharge #customer_tab_content .grid__item a,
#ReCharge .recharge .rc_form a,
.customer-account-button,
.template-customers-login #rc_login a {
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}
#quiz-kit-content div[id^="quiz-kit-results-grid"] + div button[\:has\(.add-button-checkmark\)] span:active,
#rc_login a:active,
#ReCharge #customer_tab_content .grid__item a:active,
#ReCharge .recharge .rc_form a:active,
.customer-account-button:active,
.template-customers-login #rc_login a:active {
    text-decoration: none;
}
#quiz-kit-content div[id^="quiz-kit-results-grid"] + div button:has(.add-button-checkmark) span:active,
#rc_login a:active,
#ReCharge #customer_tab_content .grid__item a:active,
#ReCharge .recharge .rc_form a:active,
.customer-account-button:active,
.template-customers-login #rc_login a:active {
    text-decoration: none;
}
#quiz-kit-content div[id^="quiz-kit-results-grid"] + div button[\:has\(.add-button-checkmark\)] span:after,
#rc_login a:after,
#ReCharge #customer_tab_content .grid__item a:after,
#ReCharge .recharge .rc_form a:after,
.customer-account-button:after,
.template-customers-login #rc_login a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 5a.479.479 0 0 0-.135-.347l-4-4.444c-.188-.241-.616-.28-.884-.084a.511.511 0 0 0-.068.778l3.183 3.542H.616C.275 4.445 0 4.693 0 5c0 .307.275.556.615.556h13.481l-3.183 3.541c-.244.22-.174.605.083.81.199.16.726.11.87-.115l4-4.445A.44.44 0 0 0 16 5z' fill='%233a3a3f'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 19px;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
#quiz-kit-content div[id^="quiz-kit-results-grid"] + div button:has(.add-button-checkmark) span:after,
#rc_login a:after,
#ReCharge #customer_tab_content .grid__item a:after,
#ReCharge .recharge .rc_form a:after,
.customer-account-button:after,
.template-customers-login #rc_login a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 5a.479.479 0 0 0-.135-.347l-4-4.444c-.188-.241-.616-.28-.884-.084a.511.511 0 0 0-.068.778l3.183 3.542H.616C.275 4.445 0 4.693 0 5c0 .307.275.556.615.556h13.481l-3.183 3.541c-.244.22-.174.605.083.81.199.16.726.11.87-.115l4-4.445A.44.44 0 0 0 16 5z' fill='%233a3a3f'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 19px;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.swiper-button {
    --button-size: 62px;
    --button-position-x: calc(var(--button-size) * -1);
    --button-position-x: calc(var(--button-size) * -1);
    --button-icon-width: 13px;
    --button-icon-color: var(--secondary-color);
    --button-hover-icon-color: var(--secondary-color);
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--button-size);
    height: var(--button-size);
    border: 1px solid transparent;
    border-radius: 50%;
    margin-top: calc((var(--button-size) / 2) * -1);
    margin-top: calc((var(--button-size) / 2) * -1);
    cursor: pointer;
}
.swiper-button.prev {
    left: var(--button-position-x);
}
.swiper-button.next {
    right: var(--button-position-x);
}
.swiper-button.swiper-button-disabled {
    --button-icon-color: #838181;
    --button-hover-icon-color: #838181;
    pointer-events: none;
    user-select: none;
}
.swiper-button:active {
    --button-icon-color: var(--button-hover-icon-color);
    background-color: var(--white);
    border-color: #f2f2f2;
}
.swiper-button:active.swiper-button-disabled {
    border-color: transparent;
}
.swiper-button svg {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: var(--button-icon-width);
    height: auto;
    pointer-events: none;
    user-select: none;
}
.swiper-button svg,
.swiper-button svg * {
    fill: var(--button-icon-color);
}
.form-field:not(.comment-field) {
    margin-bottom: var(--form-field-margin-bottom);
}
.form-label {
    display: block;
    margin-bottom: var(--form-label-margin-bottom);
    font-family: var(--form-label-font);
    font-weight: 500;
    font-size: var(--form-label-font-size);
    color: var(--form-label-color);
}
.form-input,
input:not(.button):not([type="checkbox"]):not([type="radio"]):not(.button),
select,
textarea {
    background: var(--form-input-background-color);
    padding: var(--form-input-padding);
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
.form-input,
.form-input::placeholder,
input:not(.button):not([type="checkbox"]):not([type="radio"]):not(.button),
input:not(.button):not([type="checkbox"]):not([type="radio"]):not(.button)::placeholder,
select,
select::placeholder,
textarea,
textarea::placeholder {
    font-family: var(--form-input-font);
    font-size: var(--form-input-font-size);
    color: var(--form-input-color);
}
.form-input:-internal-autofill-selected,
.form-input:-webkit-autofill,
.form-input:-webkit-autofill:active,
.form-input:-webkit-autofill:focus,
.form-input:-webkit-autofill:hover,
input:not(.button):not([type="checkbox"]):not([type="radio"]):not(.button):-internal-autofill-selected,
input:not(.button):not([type="checkbox"]):not([type="radio"]):not(.button):-webkit-autofill,
input:not(.button):not([type="checkbox"]):not([type="radio"]):not(.button):-webkit-autofill:active,
input:not(.button):not([type="checkbox"]):not([type="radio"]):not(.button):-webkit-autofill:focus,
input:not(.button):not([type="checkbox"]):not([type="radio"]):not(.button):-webkit-autofill:hover,
select:-internal-autofill-selected,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-internal-autofill-selected,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px var(--form-input-background-color) inset;
}
.form-input:-webkit-autofill:first-line,
input:not(.button):not([type="checkbox"]):not([type="radio"]):not(.button):-webkit-autofill:first-line,
select:-webkit-autofill:first-line,
textarea:-webkit-autofill:first-line {
    font-family: var(--form-input-font);
    font-size: var(--form-input-font-size);
    color: var(--form-input-color);
}
.form-input[type="password"],
input:not(.button):not([type="checkbox"]):not([type="radio"]):not(.button)[type="password"],
select[type="password"],
textarea[type="password"] {
    height: 42px;
    font-size: 18px;
    user-select: none;
}
.form-checkbox-wrapper {
    display: flex;
    align-items: baseline;
    grid-column-gap: 2px;
}
.price {
    justify-content: flex-end;
    grid-gap: 0 9px;
    gap: 0 9px;
}
.price del,
.price span {
    font-weight: 500;
    font-size: calc(clamp(16px, calc(16px + (18 - 16) * ((100vw - 1024px) / (1440 - 1024))), 18px) * 1);
}
.price del,
.price del *,
.price span,
.price span * {
    text-decoration-thickness: 1px;
}
.price dd {
    margin: 0;
}
.price-badge,
.price-item {
    white-space: nowrap;
}
.price-item-regular {
    color: var(--price-color);
}
span.price-item-sale {
    color: var(--sale-price-color);
}
.price--on-sale .price-item-regular {
    color: var(--sale-regular-price-color);
    text-decoration: line-through;
}
.price--sold-out .price-item-regular,
.price--sold-out .price-item-regular * {
    color: var(--sold-out-color);
}
.product-card {
    --header-margin-top: 23px;
    --intro-margin-top: 8px;
    --sizes-margin-top: 2px;
    --reviews-margin-top: 9px;
    --reviews-margin-top-without-sizes: 9px;
    --price-margin-top: 13px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    user-select: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.product-card-image-container-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 370/362;
}
.product-card-image-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateZ(0);
    width: calc(1 / var(--aspect-ratio));
    width: calc(1 / var(--aspect-ratio));
    height: auto;
    max-height: 100%;
    aspect-ratio: var(--aspect-ratio);
    border-radius: 5px;
    margin: auto;
    overflow: hidden;
    transition: opacity 0.15s ease-in-out;
}
.product-card-image-wrapper.secondary {
    z-index: 2;
    opacity: 0;
}
.product-card-image-wrapper img {
    object-fit: cover;
    object-position: center;
}
.product-card-badges,
.product-card-image-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-card-badges {
    z-index: 2;
    pointer-events: none;
    user-select: none;
}
.product-card-badge {
    position: absolute;
    bottom: 14px;
    left: 14px;
    display: inline-block;
    padding: 5px 24px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    color: var(--black);
}
.product-card-badge.sold-out {
    background-color: hsla(0, 0%, 100%, 0.9);
}
.product-card-badge.new {
    background-color: var(--primary-color);
}
.product-card-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-row-gap: 5px;
    width: 100%;
    margin-top: var(--header-margin-top);
}
.product-card-intro,
.product-card-price,
.product-card-reviews,
.product-card-sizes,
.product-card-title {
    height: var(--height, auto);
}
.product-card-title {
    font-weight: 500;
    font-size: calc(clamp(17px, calc(17px + (20 - 17) * ((100vw - 1024px) / (1440 - 1024))), 20px) * 1);
    color: var(--page-text-color);
}
.product-card-title a {
    font-weight: inherit;
    font-size: inherit;
}
.product-card-price {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
    gap: 5px;
    width: 100%;
}
.product-card-price.mobile {
    display: none;
    justify-content: flex-start;
    height: var(--height);
}
.product-card-price.mobile del,
.product-card-price.mobile span {
    font-size: 15px;
}
.product-card-intro {
    margin-top: var(--intro-margin-top);
}
.product-card-intro-text {
    font-size: calc(clamp(15px, calc(15px + (17 - 15) * ((100vw - 1024px) / (1440 - 1024))), 17px) * 1);
    line-height: 23px;
}
.product-card-sizes {
    margin-top: var(--sizes-margin-top);
}
.product-card-sizes-text {
    font-size: calc(clamp(15px, calc(15px + (17 - 15) * ((100vw - 1024px) / (1440 - 1024))), 17px) * 1);
    line-height: 23px;
    color: #60aee9;
}
.product-card-sizes.height-zero + .product-card-reviews {
    margin-top: var(--reviews-margin-top-without-sizes);
}
.product-card-reviews {
    margin-top: var(--reviews-margin-top);
}
.section {
    padding: 0 var(--global-padding-x);
}
.section-content {
    max-width: var(--content-width);
    margin: 0 auto;
}
.metafield-rich_text_field,
.richtext {
    --font-family: var(--page-text-font);
    --font-size: 16px;
    --line-height: normal;
    --text-color: var(--page-text-color);
    --link-color: var(--page-text-color);
    --link-hover-color: var(--primary-color);
}
.metafield-rich_text_field,
.metafield-rich_text_field *,
.richtext,
.richtext * {
    font-family: var(--font-family);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--text-color);
}
.metafield-rich_text_field > :not(:last-child),
.richtext > :not(:last-child) {
    margin-bottom: var(--page-text-paragraphs-gap);
}
.metafield-rich_text_field b,
.metafield-rich_text_field b *,
.metafield-rich_text_field strong,
.metafield-rich_text_field strong *,
.richtext b,
.richtext b *,
.richtext strong,
.richtext strong * {
    font-weight: 700;
}
.metafield-rich_text_field a,
.richtext a {
    text-decoration: underline;
}
.metafield-rich_text_field a:active,
.metafield-rich_text_field a:active *,
.richtext a:active,
.richtext a:active * {
    color: var(--link-hover-color);
}
.grid-flex {
    --grid-flex-columns: 4;
    --grid-flex-horizontal-gap: 20px;
    --grid-flex-vertical-gap: 20px;
    --grid-flex-item-max-width: 200px;
    --grid-flex-item-total-percent-width: calc(100% - var(--grid-flex-horizontal-gap) * (var(--grid-flex-columns) - 1));
    --grid-flex-item-total-percent-width: calc(100% - var(--grid-flex-horizontal-gap) * (var(--grid-flex-columns) - 1));
    display: flex;
    flex-wrap: wrap;
    grid-gap: var(--grid-flex-vertical-gap) var(--grid-flex-horizontal-gap);
    gap: var(--grid-flex-vertical-gap) var(--grid-flex-horizontal-gap);
    justify-content: center;
    width: 100%;
    max-width: calc(var(--grid-flex-item-max-width) * var(--grid-flex-columns) + var(--grid-flex-horizontal-gap) * (var(--grid-flex-columns) - 1));
    max-width: calc(var(--grid-flex-item-max-width) * var(--grid-flex-columns) + var(--grid-flex-horizontal-gap) * (var(--grid-flex-columns) - 1));
    margin: 0 auto;
}
.grid-flex-item {
    width: calc(var(--grid-flex-item-total-percent-width) / var(--grid-flex-columns));
    width: calc(var(--grid-flex-item-total-percent-width) / var(--grid-flex-columns));
    max-width: var(--grid-flex-item-max-width);
}
.square-image {
    --image-padding-top: 100%;
    position: relative;
    transform: translateZ(0);
    overflow: hidden;
}
.square-image.hoverable,
.square-image[href] {
    transform: translateZ(0);
    display: block;
}
.square-image.hoverable:hover img {
    transform: scale(1.025);
}
.square-image.hoverable img {
    transition: transform 0.25s ease-in-out;
}
.square-image:before {
    content: "";
    display: block;
    padding-top: var(--image-padding-top);
}
.square-image.video:before {
    padding-top: 56.25%;
}
.square-image.image-cover img,
.square-image.image-cover video {
    object-fit: cover;
}
.square-image img,
.square-image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.square-image img {
    pointer-events: none;
    user-select: none;
}
.video-modal {
    --aspect-ratio: 16/9;
    --max-height: calc(100vh - 60px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2147483001;
    z-index: calc(2147483000 + 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
}
.video-modal.hidden {
    display: none;
}
.video-modal-inner {
    width: 100%;
    max-width: 850px;
    max-height: 100%;
    margin: 0 15px;
    overflow: auto;
}
.video-modal-wrapper {
    position: relative;
    z-index: 101;
    width: calc(var(--max-height) * var(--aspect-ratio));
    width: calc(var(--max-height) * var(--aspect-ratio));
    max-width: 100%;
    background: var(--white);
    padding: 4px;
    margin: 30px auto 0;
}
.video-modal-content {
    position: relative;
    max-height: var(--max-height);
    aspect-ratio: var(--aspect-ratio);
}
.video-modal-content video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.video-modal-close {
    position: absolute;
    bottom: calc(100% + 5px);
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 22px;
    line-height: 23px;
    color: var(--white);
    cursor: pointer;
}
.video-modal-close:active {
    color: var(--primary-color);
}
.video-modal-close path {
    fill: var(--white);
}
.divider-section {
    height: 105px;
}
.announcement-bar {
    background: var(--announcement-bar-background-color);
    text-align: center;
}
.announcement-bar-content {
    display: block;
    padding: 7px var(--global-padding-x);
}
.announcement-bar-text {
    --links-hover-color: var(--announcement-bar-text-color);
}
.announcement-bar-text,
.announcement-bar-text * {
    font-size: calc(clamp(15px, calc(15px + (17 - 15) * ((100vw - 1024px) / (1440 - 1024))), 17px) * 1);
    color: var(--announcement-bar-text-color);
}
.announcement-bar-text:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 5a.479.479 0 0 0-.135-.347l-4-4.444c-.188-.241-.616-.28-.884-.084a.511.511 0 0 0-.068.778l3.183 3.542H.616C.275 4.445 0 4.693 0 5c0 .307.275.556.615.556h13.481l-3.183 3.541c-.244.22-.174.605.083.81.199.16.726.11.87-.115l4-4.445A.44.44 0 0 0 16 5z' fill='%23282828'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
}
.announcement-bar-text a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.announcement-bar-text a:active,
.announcement-bar-text a:active * {
    text-decoration: none;
}
.header-main-wrapper {
    --header-content-height: 82px;
    position: sticky;
    top: 0;
    z-index: var(--z-index-menu);
    margin-bottom: calc(var(--header-content-height) * -1);
    margin-bottom: calc(var(--header-content-height) * -1);
    transition: transform 0.2s ease-in-out;
}
.header-main-wrapper.hide-bar {
    transform: translateY(calc(var(--announcement-bar-height) * -1));
    transform: translateY(calc(var(--announcement-bar-height) * -1));
}
html:not(.root-not-index):not(.js-header-scrolled) .header-main-wrapper {
    --header-content-height: 102px;
}
.root-not-index .header-main-wrapper {
    margin-bottom: 0;
}
.root-not-index .header-content {
    transform: none;
}
html[\:has\(body.template-product\)]:not(.js-header-scrolled) .header {
    box-shadow: none;
}
html:has(body.template-product):not(.js-header-scrolled) .header {
    box-shadow: none;
}
.header {
    --logo-width: 234px;
    --header-text-color: var(--secondary-color);
    --sides-width: 234px;
    --main-links-gap: 32px;
    --menu-items-color: var(--transparent-menu-color);
    --count-icon-offset: 7px;
    --icon-search-height: 24px;
    --icon-account-height: 23px;
    --icon-cart-height: 25px;
    --header-duration-delay: 0ms;
    height: var(--header-content-height);
    color: var(--header-text-color);
}
.header-content {
    position: relative;
    display: grid;
    grid-template-columns: var(--sides-width) minmax(0, 1fr) var(--sides-width);
    align-items: center;
    height: 100%;
    padding: 0 var(--global-padding-x);
}
.header-buttons .icon {
    width: 25px;
    height: 24px;
}
.header-buttons .icon-hamburger {
    width: 26px;
    height: 27px;
}
.header-right {
    display: flex;
    justify-content: flex-end;
}
.header-logo-container.has-transparent-logo .header-logo-image {
    display: none;
}
.header-logo-container.has-transparent-logo .header-logo-image.transparent {
    display: block;
}
.header-logo {
    position: relative;
}
.header-logo-link {
    display: block;
    font-size: 0;
}
.header-logo-image {
    width: var(--logo-width);
    aspect-ratio: 234/41;
    object-fit: contain;
    object-position: left;
}
.header-icons {
    display: flex;
    align-items: flex-start;
}
.header-icon {
    position: relative;
    display: inline-flex;
}
.header-icon svg,
.header__icon svg {
    width: auto;
}
.header-icon svg,
.header-icon svg *,
.header__icon svg,
.header__icon svg * {
    fill: var(--menu-items-color);
}
.header-search-icon {
    height: var(--icon-search-height);
}
.header-icon-search {
    margin-right: 35px;
}
.header-icon-search svg {
    height: var(--icon-search-height);
}
.header-icon-search svg.icon-mobile {
    display: none;
}
.header-icon-account {
    margin-right: 35px;
}
.header-icon-account svg {
    height: var(--icon-account-height);
}
.header-icon-cart {
    margin-right: var(--count-icon-offset);
}
.header-icon-cart svg {
    height: var(--icon-cart-height);
}
.cart-count-bubble {
    right: calc(var(--count-icon-offset) * -1);
    right: calc(var(--count-icon-offset) * -1);
    bottom: calc(100% - 6px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    background-color: #cbddf2;
    text-align: center;
}
.cart-count-bubble-text {
    position: absolute;
    margin-bottom: -1px;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 12px;
    color: var(--secondary-color);
}
.header-label-with-arrow:after {
    content: "";
    position: relative;
    top: -1px;
    right: -16px;
    display: inline-block;
    width: 22px;
    height: 13px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 5a.479.479 0 0 0-.135-.347l-4-4.444c-.188-.241-.616-.28-.884-.084a.511.511 0 0 0-.068.778l3.183 3.542H.616C.275 4.445 0 4.693 0 5c0 .307.275.556.615.556h13.481l-3.183 3.541c-.244.22-.174.605.083.81.199.16.726.11.87-.115l4-4.445A.44.44 0 0 0 16 5z' fill='%233a3a3f'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.header-label-with-arrow.mobile:after {
    top: -4px;
    right: -20px;
}
.desktop-nav-list {
    display: flex;
    justify-content: center;
}
.desktop-nav-item {
    position: relative;
    display: flex;
    align-items: center;
    height: var(--header-content-height);
    margin-right: var(--main-links-gap);
}
.desktop-nav-item:last-child {
    margin-right: 0;
}
.desktop-nav-item.active .desktop-nav-link-wrapper:after {
    opacity: 1;
}
.desktop-nav-link-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.desktop-nav-link-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    opacity: 0;
    display: block;
    height: 2px;
    background-color: var(--secondary-color);
}
.desktop-nav-link-wrapper > .desktop-nav-link {
    display: inline-flex;
    align-items: center;
    height: 100%;
}
.desktop-nav-link {
    display: block;
    padding: 0 13px;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: calc(clamp(14px, calc(14px + (15 - 14) * ((100vw - 1024px) / (1440 - 1024))), 15px) * 1);
    letter-spacing: calc(clamp(0.42px, calc(0.42px + (0.45 - 0.42) * ((100vw - 1024px) / (1440 - 1024))), 0.45px) * 1);
    color: var(--menu-items-color);
}
.desktop-nav-label:not(.desktop-nav-dropdown-label) {
    text-transform: uppercase;
}
.desktop-nav-dropdown {
    --gap-from-edge: 34px;
    --links-gap: 9px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 260px;
    max-height: calc(100vh - var(--gap-from-edge) - var(--announcement-bar-height) - var(--header-height));
    max-height: calc(100vh - (var(--gap-from-edge) + var(--announcement-bar-height) + var(--header-height)));
    background: var(--white);
    padding: 15px 20px;
    border-radius: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    overflow-y: auto;
}
.desktop-nav-dropdown li {
    display: block;
    margin-bottom: var(--links-gap);
}
.desktop-nav-dropdown li:last-child {
    margin-bottom: 0;
}
.desktop-nav-item.with-dropdown.open-dropdown .desktop-nav-link-wrapper:after {
    transform: scale(1);
    opacity: 1;
}
.desktop-nav-item.with-dropdown.open-dropdown .desktop-nav-dropdown {
    visibility: visible;
    opacity: 1;
}
.desktop-nav-dropdown-link {
    padding: 0;
    font-weight: 400;
    font-size: calc(clamp(16px, calc(16px + (17 - 16) * ((100vw - 1024px) / (1440 - 1024))), 17px) * 1);
    letter-spacing: normal;
}
.desktop-nav-dropdown-link.active,
.desktop-nav-dropdown-link:active {
    font-weight: 500;
}
.desktop-nav-dropdown-label:after {
    content: attr(data-label);
    display: block;
    height: 0;
    overflow: hidden;
    font-weight: 500;
    font-size: calc(clamp(16px, calc(16px + (17 - 16) * ((100vw - 1024px) / (1440 - 1024))), 17px) * 1);
    letter-spacing: normal;
    user-select: none;
    pointer-events: none;
}
body[\:has\(.menu-drawer-container\[open\]\)] #gorgias-chat-container,
body[\:has\(.menu-drawer-container\[open\]\)] #smile-ui-container,
body[\:has\(.menu-drawer-container\[open\]\)] access-widget-ui {
    display: none !important;
}
body:has(.menu-drawer-container[open]) #gorgias-chat-container,
body:has(.menu-drawer-container[open]) #smile-ui-container,
body:has(.menu-drawer-container[open]) access-widget-ui {
    display: none !important;
}
.header-main-wrapper.hide-bar .menu-drawer {
    height: calc(var(--viewport-height) - var(--header-height) + var(--announcement-bar-height));
}
.menu-drawer {
    top: 100%;
    width: 100vw;
    height: calc(var(--viewport-height) - var(--header-height));
    background: var(--white);
}
.menu-drawer__inner-container {
    display: flex;
    min-height: 100%;
    overflow-x: hidden;
}
.menu-drawer__navigation-container {
    grid-template-rows: minmax(min-content, 1fr) min-content;
    align-content: space-between;
    width: 100%;
}
.mobile-nav-menu {
    padding: 25px 23px;
}
.mobile-nav-main-item:not(:last-child) {
    padding-bottom: 24px;
}
.mobile-nav-main-link-content {
    display: grid;
    grid-template-columns: 55px minmax(0, 1fr);
    align-items: center;
    grid-column-gap: 10px;
}
.mobile-nav-link-image-wrapper {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}
.mobile-nav-link {
    display: block;
    font-family: var(--secondary-font);
    font-size: 21px;
}
.mobile-nav-link.mobile-nav-main-link {
    font-size: 32px;
}
.mobile-nav-link.submenu-toggle {
    cursor: default;
}
.menu-drawer-account {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    grid-column-gap: 23px;
    padding: 25px 37px 20px;
}
.menu-drawer-account:active {
    text-decoration: underline;
}
span.header-label-with-arrow {
    cursor: pointer;
}
.menu-drawer-account-label {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 18px;
}
.mobile-nav-submenu {
    padding: 25px 20px 25px 23px;
}
.mobile-nav-return {
    display: flex;
    grid-column-gap: 21px;
}
.mobile-nav-return .icon-arrow {
    position: relative;
    top: 13px;
    transform: rotate(180deg);
    width: 22px;
    height: 14px;
}
.mobile-nav-return-label {
    font-family: var(--secondary-font);
    font-size: 32px;
    color: var(--secondary-color);
}
.mobile-nav-submenu-list {
    padding: 16px 0 16px 33px;
}
.mobile-submenu-item {
    padding: 9px 0;
}
.mobile-submenu-item .megamenu-image-wrapper {
    width: 71px;
}
.mobile-submenu-item .megamenu-text {
    margin-top: 5px;
}
.mobile-nav-submenu-link {
    padding: 0;
    letter-spacing: normal;
}
.js-header-dropdown-open .header,
.js-header-element-hovered .header,
.js-header-scrolled .header,
.js-header-solid .header,
.root-not-index .header {
    --menu-items-color: var(--page-text-color);
    --header-text-color: var(--texts-color);
    background: var(--white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    transition: none;
}
.js-header-dropdown-open .header .cart-count-bubble,
.js-header-dropdown-open .header .cart-count-bubble-text,
.js-header-element-hovered .header .cart-count-bubble,
.js-header-element-hovered .header .cart-count-bubble-text,
.js-header-scrolled .header .cart-count-bubble,
.js-header-scrolled .header .cart-count-bubble-text,
.js-header-solid .header .cart-count-bubble,
.js-header-solid .header .cart-count-bubble-text,
.root-not-index .header .cart-count-bubble,
.root-not-index .header .cart-count-bubble-text {
    transition: none;
}
.js-header-dropdown-open .header .desktop-nav-item.active .desktop-nav-link-wrapper:after,
.js-header-dropdown-open .header .desktop-nav-item.js-link-hover .desktop-nav-link-wrapper:after,
.js-header-element-hovered .header .desktop-nav-item.active .desktop-nav-link-wrapper:after,
.js-header-element-hovered .header .desktop-nav-item.js-link-hover .desktop-nav-link-wrapper:after,
.js-header-scrolled .header .desktop-nav-item.active .desktop-nav-link-wrapper:after,
.js-header-scrolled .header .desktop-nav-item.js-link-hover .desktop-nav-link-wrapper:after,
.js-header-solid .header .desktop-nav-item.active .desktop-nav-link-wrapper:after,
.js-header-solid .header .desktop-nav-item.js-link-hover .desktop-nav-link-wrapper:after,
.root-not-index .header .desktop-nav-item.active .desktop-nav-link-wrapper:after,
.root-not-index .header .desktop-nav-item.js-link-hover .desktop-nav-link-wrapper:after {
    transform: scale(1);
    opacity: 1;
}
.js-header-dropdown-open .header .header-logo-container.has-transparent-logo .header-logo-image,
.js-header-element-hovered .header .header-logo-container.has-transparent-logo .header-logo-image,
.js-header-scrolled .header .header-logo-container.has-transparent-logo .header-logo-image,
.js-header-solid .header .header-logo-container.has-transparent-logo .header-logo-image,
.root-not-index .header .header-logo-container.has-transparent-logo .header-logo-image {
    display: block;
}
.js-header-dropdown-open .header .header-logo-container.has-transparent-logo .header-logo-image.transparent,
.js-header-element-hovered .header .header-logo-container.has-transparent-logo .header-logo-image.transparent,
.js-header-scrolled .header .header-logo-container.has-transparent-logo .header-logo-image.transparent,
.js-header-solid .header .header-logo-container.has-transparent-logo .header-logo-image.transparent,
.root-not-index .header .header-logo-container.has-transparent-logo .header-logo-image.transparent {
    display: none;
}
.js-header-element-hovered .header,
.js-header-element-hovered .header .cart-count-bubble,
.js-header-element-hovered .header .cart-count-bubble-text {
    transition: none;
}
.js-header-element-hovered .header .desktop-nav-item:hover .desktop-nav-link-wrapper:after {
    transform: scale(1);
    opacity: 1;
}
.desktop-nav-item.with-megamenu {
    position: static;
}
.megamenu {
    display: block;
    width: calc(100% - var(--global-padding-x) * 2);
    width: calc(100% - (var(--global-padding-x) * 2));
    max-width: calc(clamp(820px, calc(820px + (850 - 820) * ((100vw - 1024px) / (1440 - 1024))), 850px) * 1);
    min-width: 0;
    padding: 0;
}
.megamenu-content {
    padding: 44px 50px;
}
.megamenu-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(var(--max-rows), auto);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 17px 37px;
    width: 100%;
    max-width: 765px;
    margin: 0 auto;
}
.megamenu-link.desktop-nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column-gap: 10px;
    width: 100%;
}
.megamenu-image-wrapper {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    width: 88px;
    aspect-ratio: 1;
}
.megamenu-image {
    aspect-ratio: 1;
    object-fit: contain;
    pointer-events: none;
}
.megamenu-label {
    display: inline-block;
    font-weight: 600;
    font-size: calc(clamp(21px, calc(21px + (23 - 21) * ((100vw - 1024px) / (1440 - 1024))), 23px) * 1);
}
.megamenu-text {
    margin-top: -2px;
    font-weight: 400;
    font-size: 15px;
}
.footer {
    --columns-gap: 53px;
    --column-1-width: 207px;
    --column-2-width: 207px;
    --column-3-width: 207px;
    --column-title-margin-bottom: 34px;
    --social-width: 388px;
    --social-margin-top: 0;
    --social-icon-size: 22px;
    --social-icon-gap: 51px;
    --guarantee-max-width: clamp(401px, calc(51.46154px + 34.13462vw), 543px);
    --guarantee-max-width: clamp(401px, calc(401px + (543 - 401) * ((100vw - 1024px) / (1440 - 1024))), 543px);
    --guarantee-image-max-width: 84px;
    --guarantee-image-margin-bottom: 2px;
    --guarantee-title-margin-bottom: 0;
    --image-max-width: 290px;
    --bottom-padding-top: 23px;
    --payment-methods-width: 296px;
    background: #afcae8;
    padding: 66px var(--global-padding-x) 94px;
}
.footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--social-width);
    grid-column-gap: 30px;
    grid-row-gap: 52px;
    padding-bottom: 21px;
}
.footer-columns {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    grid-column-gap: var(--columns-gap);
}
.footer-column.column-1 {
    width: var(--column-1-width);
}
.footer-column.column-2 {
    width: var(--column-2-width);
}
.footer-column.column-3 {
    width: var(--column-3-width);
}
.footer-column-header {
    margin-bottom: var(--column-title-margin-bottom);
    pointer-events: none;
    user-select: none;
}
.footer-column-header.open .footer-column-icon {
    background: url(icon-toggle-minus.svg?v18c6fe03214) 50% / contain no-repeat;
}
.footer-column-title {
    margin-top: -6px;
    margin-bottom: -5px;
    font-family: var(--secondary-font);
    font-size: 24px;
    pointer-events: none;
}
.footer-column-icon {
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    background: url(icon-toggle-plus.svg?v18c6fe03214) 50% / contain no-repeat;
    pointer-events: none;
}
.footer-menu-item:first-child .footer-menu-link {
    padding-top: 0;
}
.footer-menu-item:not(:last-child) {
    margin-bottom: 3px;
}
.footer-menu-link {
    display: inline-block;
    padding: 3px 0;
    font-size: calc(clamp(16px, calc(16px + (17 - 16) * ((100vw - 1024px) / (1440 - 1024))), 17px) * 1);
}
a.footer-menu-link.active,
a.footer-menu-link:active {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.footer-social-icons {
    margin-top: 30px;
}
.social-icons {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--social-icon-size);
    grid-column-gap: var(--social-icon-gap);
    margin-top: var(--social-margin-top);
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--social-icon-size);
}
.social-icon svg {
    position: relative;
    height: auto;
}
.footer-guarantee-content {
    width: 100%;
    max-width: var(--guarantee-max-width);
}
.footer-guarantee-header {
    display: grid;
    grid-template-columns: var(--guarantee-image-max-width) minmax(0, 1fr);
    align-items: flex-end;
    margin-bottom: var(--guarantee-title-margin-bottom);
}
.footer-guarantee-image {
    width: 100%;
    max-width: var(--guarantee-image-max-width);
}
.footer-guarantee-title {
    padding-bottom: 9px;
    font-size: clamp(24px, calc(19.07692px + 0.48077vw), 26px);
    font-size: clamp(24px, calc(24px + (26 - 24) * ((100vw - 1024px) / (1440 - 1024))), 26px);
}
.footer-guarantee-description {
    font-size: 15px;
    line-height: 23px;
}
.footer-image-column {
    display: flex;
    align-items: flex-end;
}
.footer-image-wrapper {
    width: 100%;
    max-width: var(--image-max-width);
    aspect-ratio: 290/108;
    margin-bottom: -21px;
    margin-left: auto;
}
.footer-image-wrapper.js-open-popup {
    cursor: pointer;
}
.footer-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 290/108;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}
.footer-bottom {
    position: relative;
    z-index: 2;
    padding-top: var(--bottom-padding-top);
    border-top: 1px solid var(--secondary-color);
}
.footer-bottom-content {
    position: relative;
    display: flex;
    align-items: flex-end;
    grid-column-gap: 10px;
}
.footer-bottom-content > div {
    display: flex;
    flex: 1;
}
.copyright {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.copyright-text {
    font-weight: 500;
    font-size: 14px;
}
.legales {
    align-self: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.legales:empty {
    display: none;
}
.legales-menu {
    display: flex;
    flex-direction: column;
    grid-gap: 0 5px;
}
.legales-link {
    padding: 1px 0;
    font-weight: 500;
    font-size: 15px;
}
.payment-methods {
    justify-content: flex-end;
    margin-bottom: 5px;
}
.payment-methods-image {
    width: var(--payment-methods-width);
}
.template-404 .main-content,
.template-cart .main-content,
.template-page.page-type-contact .main-content,
.template-page.page-type-faqs .main-content,
.template-page:not([class*="page-type"]) .main-content,
.template-policy .main-content {
    padding-bottom: var(--page-content-padding-bottom-desktop);
}
.shopify-policy__container {
    padding: 0;
}
.page-header,
.shopify-policy__title {
    padding: var(--page-title-padding-desktop);
}
.page-title,
.shopify-policy__title h1 {
    margin: calc(clamp(6px, calc(6px + (14 - 6) * ((100vw - 1024px) / (1440 - 1024))), 14px) * -1) 0;
    font-family: var(--page-title-font);
    font-size: var(--page-title-font-size);
    line-height: var(--page-title-line-height);
    color: var(--page-title-color);
}
.page-text,
.page-text *,
.shopify-policy__body .rte,
.shopify-policy__body .rte * {
    font-size: var(--page-text-font-size);
    line-height: var(--page-text-line-height);
    color: var(--page-text-color);
}
.page-text:empty,
.shopify-policy__body .rte:empty {
    margin: 0;
}
.page-text ol,
.page-text ul,
.shopify-policy__body .rte ol,
.shopify-policy__body .rte ul {
    margin-left: calc(clamp(28px, calc(28px + (40 - 28) * ((100vw - 680px) / (681 - 680))), 40px) * 1);
    list-style-position: outside;
}
.page-text ol li::marker,
.page-text ul li::marker,
.shopify-policy__body .rte ol li::marker,
.shopify-policy__body .rte ul li::marker {
    font-size: var(--page-text-font-size);
}
:is(.page-text, .shopify-policy__body .rte) h1,
:is(.page-text, .shopify-policy__body .rte) h1 *,
:is(.page-text, .shopify-policy__body .rte) h2,
:is(.page-text, .shopify-policy__body .rte) h2 *,
:is(.page-text, .shopify-policy__body .rte) h3,
:is(.page-text, .shopify-policy__body .rte) h3 *,
:is(.page-text, .shopify-policy__body .rte) h4,
:is(.page-text, .shopify-policy__body .rte) h4 *,
:is(.page-text, .shopify-policy__body .rte) h5,
:is(.page-text, .shopify-policy__body .rte) h5 *,
:is(.page-text, .shopify-policy__body .rte) h6,
:is(.page-text, .shopify-policy__body .rte) h6 * {
    font-weight: 700;
}
.page-text a,
.shopify-policy__body .rte a {
    text-decoration-thickness: 1px;
}
.page-text-fit,
.shopify-policy__body .rte {
    margin-top: calc(clamp(5px, calc(5px + (9 - 5) * ((100vw - 1024px) / (1440 - 1024))), 9px) * -1);
    margin-bottom: calc(clamp(6px, calc(6px + (10 - 6) * ((100vw - 1024px) / (1440 - 1024))), 10px) * -1);
}
.shopify-challenge__message {
    padding: 75px 0;
}
.shopify-challenge__errors {
    margin-bottom: 30px;
}
.shopify-challenge__button.button {
    border: 0;
    margin-top: var(--page-button-margin-top);
    text-transform: uppercase;
    cursor: pointer;
}
@media (max-width: 1439px) {
    :root {
        --global-padding-x: 33px;
    }
    #MainContent .product-card-bv {
        --star-size: 15px;
    }
    #MainContent .main-product-bv.bv-inline-rating {
        --star-size: 14px;
    }
    #ReCharge .recharge .rc_header-settings__title.rc_title-bar__title h2 {
        margin-top: calc(-10.46154px + 0.24038vw);
        margin-top: calc(-8px + (-7 - -8) * ((100vw - 1024px) / (1440 - 1024)));
        margin-bottom: calc(-9.46154px + 0.24038vw);
        margin-bottom: calc(-7px + (-6 - -7) * ((100vw - 1024px) / (1440 - 1024)));
    }
    .product-card {
        --header-margin-top: 19px;
        --sizes-margin-top: -1px;
        --reviews-margin-top: -1px;
        --reviews-margin-top-without-sizes: 0;
    }
    .divider-section {
        height: 65px;
    }
    .announcement-bar-text:after {
        margin-left: 10px;
    }
    html:not(.root-not-index):not(.js-header-scrolled) .header-main-wrapper {
        --header-content-height: 94px;
    }
    .header-main-wrapper {
        --header-content-height: 62px;
    }
    .header {
        --logo-width: 183px;
        --sides-width: 183px;
        --main-links-gap: 7px;
        --count-icon-offset: 7px;
        --icon-search-height: 18px;
        --icon-account-height: 18px;
        --icon-cart-height: 18px;
    }
    .header-icon-account,
    .header-icon-search {
        margin-right: 27px;
    }
    .cart-count-bubble {
        bottom: calc(100% - 9px);
    }
    .megamenu-grid {
        grid-gap: 7px 37px;
    }
    .megamenu-link.desktop-nav-link {
        grid-column-gap: 9px;
    }
    .header-label-with-arrow:after {
        right: -10px;
    }
    .footer {
        --columns-gap: 23px;
        --column-title-margin-bottom: 26px;
        --social-width: 338px;
        --social-icon-gap: 42px;
        --guarantee-image-max-width: 70px;
        --guarantee-image-margin-bottom: 12px;
        --image-max-width: 271px;
        --bottom-padding-top: 16px;
        padding: 58px var(--global-padding-x) 94px;
    }
}
@media (max-width: 1100px) {
    .footer-top {
        grid-template-columns: minmax(0, 1fr) var(--image-max-width);
        grid-template-areas: "links links" "social social" "guarantee image";
        grid-row-gap: 40px;
    }
    .footer-columns {
        grid-area: links;
    }
    .footer-social-column {
        grid-area: social;
    }
    .footer-guarantee-column {
        grid-area: guarantee;
    }
    .footer-image-column {
        grid-area: image;
    }
}
@media (max-width: 1024px) {
    #MainContent .products-grid-content .product-card-bv .bv_text {
        font-size: calc(clamp(13px, calc(13px + (15 - 13) * ((100vw - 834px) / (1024 - 834))), 15px) * 1) !important;
    }
    #ReCharge #content__customers__request-invite {
        padding-bottom: 40px;
    }
    #ReCharge #content__customers__request-invite #customer_tab_content > .row.grid .rc_header-settings__description {
        padding: 40px 0 0 !important;
    }
    #ReCharge .recharge .rc_header-settings__title.rc_title-bar__title {
        padding: 40px 0;
    }
    #ReCharge .recharge .rc_header-settings__title.rc_title-bar__title h2 {
        margin-top: -8px;
        margin-bottom: -7px;
    }
    .template-404 .main-content,
    .template-cart .main-content,
    .template-page.page-type-contact .main-content,
    .template-page.page-type-faqs .main-content,
    .template-page:not([class*="page-type"]) .main-content,
    .template-policy .main-content {
        padding-bottom: var(--page-content-padding-bottom-mobile);
    }
    .page-header,
    .shopify-policy__title {
        padding: var(--page-title-padding-mobile);
    }
    .shopify-challenge__message {
        padding: 40px 0;
    }
}
@media (max-width: 1023px) {
    :root {
        --global-padding-x: 31px;
    }
    #MainContent .products-grid-content .product-card-bv {
        --star-size: 14px;
    }
    products-grid .product-card {
        --header-margin-top: 13px;
        --intro-margin-top: -1px;
        --sizes-margin-top: 2px;
    }
    products-grid .product-card-intro-text {
        line-height: 19px;
    }
    products-grid .product-card-price.mobile {
        margin-top: 6px;
    }
    html:not(.root-not-index):not(.js-header-scrolled) .header-main-wrapper {
        --header-content-height: 70px;
    }
    .header-main-wrapper {
        --header-content-height: 62px;
    }
    .megamenu-content {
        padding: 20px 30px;
    }
    .megamenu-grid {
        grid-gap: 7px 20px;
        width: 100%;
        max-width: 703px;
        margin: 0 auto;
    }
    .footer {
        padding: 48px var(--global-padding-x) 94px;
    }
}
@media (max-width: 920px) {
    html:not(.root-not-index):not(.js-header-scrolled) .header-main-wrapper {
        --header-content-height: 56px;
    }
    .header-main-wrapper {
        --global-padding-x: 23px;
    }
    .header {
        --logo-width: 159px;
        --sides-width: 55px;
        --icon-search-height: 24px;
        --icon-account-height: 23px;
        --icon-cart-height: 25px;
    }
    .header-logo-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .header-logo-image {
        object-position: center;
    }
    .header-left {
        display: flex;
    }
    .desktop-nav,
    .header-icon-search svg {
        display: none;
    }
    .header-icon-search svg.icon-mobile {
        display: block;
    }
    .header-search-icon[\:not-has\(details\[open\]\)] {
        position: absolute;
        top: 50%;
        left: 56px;
        transform: translateY(-50%);
    }
    .header-search-icon:not(:has(details[open])) {
        position: absolute;
        top: 50%;
        left: 56px;
        transform: translateY(-50%);
    }
    .header-icon-account.desktop {
        display: none;
    }
}
@media (max-width: 834px) {
    .divider-section {
        height: 50px;
    }
    .footer {
        --image-max-width: 250px;
        --bottom-padding-top: 22px;
        padding: 48px var(--global-padding-x) 0;
    }
    .footer-bottom-content {
        flex-direction: column;
        align-items: center;
    }
    .legales {
        padding-bottom: 27px;
    }
    .copyright {
        bottom: 0;
        left: auto;
        transform: none;
        order: 3;
        padding: 6px 0 97px;
        text-align: center;
    }
    .copyright,
    .payment-methods {
        justify-content: center;
        width: 100%;
    }
    .payment-methods {
        padding-top: 6px;
        margin-bottom: 0;
    }
    .copyright,
    .payment-methods {
        position: relative;
    }
    .copyright:before,
    .payment-methods:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        display: block;
        width: 100vw;
        height: 100%;
        background: var(--white);
    }
}
@media (max-width: 760px) {
    :root {
        --global-padding-x: 23px;
    }
}
@media (max-width: 720px) {
    .footer {
        --social-icon-gap: clamp(28px, calc(-41.6px + 21.75vw), 36.7px);
        --social-icon-gap: clamp(28px, calc(28px + (36.7 - 28) * ((100vw - 320px) / (360 - 320))), 36.7px);
        --guarantee-image-margin-bottom: 0;
        --image-max-width: 405px;
        --bottom-padding-top: 12px;
        padding: 55px var(--global-padding-x) 0;
    }
    .footer-top {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "links" "guarantee" "social" "image";
        grid-row-gap: 0;
        padding-bottom: 27px;
    }
    .footer-columns {
        grid-auto-flow: row;
        grid-auto-columns: minmax(0, 1fr);
        border-top: 1px solid var(--secondary-color);
    }
    .footer-column {
        min-width: 100%;
        border-bottom: 1px solid var(--secondary-color);
    }
    .footer-column-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 11px 6px;
        margin: 0;
        pointer-events: auto;
        cursor: pointer;
    }
    .footer-column-header.open .footer-column-icon {
        background: url(icon-toggle-minus.svg?v18c6fe03214) 50% / contain no-repeat;
    }
    .footer-column-icon {
        display: inline-block;
    }
    .footer-menu {
        padding: 10px 6px 17px;
    }
    .footer-menu:not(.visible) {
        display: none;
    }
    .footer-social-column {
        order: 3;
        padding-top: 40px;
    }
    .footer-social-icons {
        margin-top: 20px;
    }
    .footer-guarantee-column {
        padding-top: 63px;
    }
    .footer-image-wrapper {
        margin: 30px auto -27px;
    }
    .legales {
        padding-bottom: 11px;
    }
    .copyright {
        padding: 6px 0 97px;
    }
    .payment-methods {
        padding-top: 2px;
    }
}
@media (max-width: 680px) {
    .klaviyo-form {
        --padding-x: 18px;
    }
    products-grid .product-card {
        --header-margin-top: 5px !important;
    }
    .divider-section {
        height: 40px;
    }
}
@media (max-width: 385px) {
    .rebuy-cart__flyout-item-info .rebuy-cart__flyout-item-price,
    .rebuy-cart__flyout-item-info .rebuy-cart__flyout-item-quantity {
        width: 100%;
        text-align: left;
    }
    .rebuy-cart__flyout-item-info .rebuy-cart__flyout-item-price {
        margin-top: 8px;
    }
}
@media (max-width: 359px) {
    .header {
        --icon-search-height: 23px;
        --icon-account-height: 23px;
        --icon-cart-height: 23px;
    }
    .header-buttons .icon {
        width: 23px;
        height: 23px;
    }
    .header__search .header-icon-search {
        margin-left: -6px;
    }
}
@media screen and (min-width: 921px) {
    header-drawer {
        display: none;
    }
}
@media (hover: hover) {
    body.recharge-theme-novum.recharge-customer-portal span.recharge-action-link:hover,
    body.recharge-theme-novum.recharge-customer-portal span.recharge-action-link:hover * {
        text-decoration: none !important;
    }
    #rebuy-cart .rebuy-cart__flyout-actions .rebuy-cart__continue-shopping-button.rebuy-button:hover,
    #rebuy-cart .rebuy-cart__flyout-actions .rebuy-cart__continue-shopping-button.rebuy-button:hover *,
    #rebuy-cart .rebuy-cart__flyout-item-subscription .rebuy-button:hover,
    #rebuy-cart .rebuy-cart__flyout-item-subscription .rebuy-button:hover *,
    #ReCharge #content__customers__request-invite a[href="/account/login"]:hover {
        text-decoration: none;
    }
    #rebuy-cart .rebuy-button:not(.rebuy-cart__continue-shopping-button),
    #rebuy-cart .rebuy-cart__flyout-empty-cart a,
    #rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-button,
    .button,
    .product-form-dynamic-checkout .shopify-payment-button__button.shopify-payment-button__button--unbranded,
    body .sweet-alert button.confirm {
        transition-property: background-color, color;
        transition-duration: 0.3s;
        transition-timing-function: ease;
    }
    #rebuy-cart .rebuy-button:not(.rebuy-cart__continue-shopping-button):hover,
    #rebuy-cart .rebuy-cart__flyout-empty-cart a:hover,
    #rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-button:hover,
    .button:hover,
    .product-form-dynamic-checkout .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,
    body .sweet-alert button.confirm:hover {
        background-color: var(--hover-background-color);
        color: var(--hover-text-color);
    }
    #rebuy-cart .rebuy-button:not(.rebuy-cart__continue-shopping-button):hover:after,
    #rebuy-cart .rebuy-cart__flyout-empty-cart a:hover:after,
    #rebuy-cart .rebuy-cart__flyout-recommendations .rebuy-button:hover:after,
    .button:hover:after,
    .product-form-dynamic-checkout .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:after,
    body .sweet-alert button.confirm:hover:after {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 5a.479.479 0 0 0-.135-.347l-4-4.444c-.188-.241-.616-.28-.884-.084a.511.511 0 0 0-.068.778l3.183 3.542H.616C.275 4.445 0 4.693 0 5c0 .307.275.556.615.556h13.481l-3.183 3.541c-.244.22-.174.605.083.81.199.16.726.11.87-.115l4-4.445A.44.44 0 0 0 16 5z' fill='%23fff'/%3E %3C/svg%3E");
    }
    #quiz-kit-content div[id^="quiz-kit-results-grid"] + div button[\:has\(.add-button-checkmark\)] span:hover,
    #rc_login a:hover,
    #ReCharge #customer_tab_content .grid__item a:hover,
    #ReCharge .recharge .rc_form a:hover,
    .button-underline:hover,
    .customer-account-button:hover,
    .template-customers-login #rc_login a:hover,
    body .sweet-alert button.cancel:hover {
        text-decoration: none;
    }
    #quiz-kit-content div[id^="quiz-kit-results-grid"] + div button:has(.add-button-checkmark) span:hover,
    #rc_login a:hover,
    #ReCharge #customer_tab_content .grid__item a:hover,
    #ReCharge .recharge .rc_form a:hover,
    .customer-account-button:hover,
    .template-customers-login #rc_login a:hover {
        text-decoration: none;
    }
    .swiper-button:hover {
        --button-icon-color: var(--button-hover-icon-color);
        background-color: var(--white);
        border-color: #f2f2f2;
    }
    .swiper-button:hover.swiper-button-disabled {
        border-color: transparent;
    }
    .product-card-image-container-wrapper.with-secondary-image:hover .product-card-image-wrapper.secondary {
        opacity: 1;
    }
    .metafield-rich_text_field a:hover,
    .metafield-rich_text_field a:hover *,
    .richtext a:hover,
    .richtext a:hover * {
        color: var(--link-hover-color);
    }
    .video-modal-close:hover {
        color: var(--primary-color);
    }
    .announcement-bar-text a:hover,
    .announcement-bar-text a:hover * {
        text-decoration: none;
    }
    .desktop-nav-dropdown-link:hover {
        font-weight: 500;
    }
    .menu-drawer-account:hover,
    a.footer-menu-link:hover {
        text-decoration: underline;
    }
    a.footer-menu-link:hover {
        text-decoration-thickness: 1px;
    }
}
