/* Primitives */
:root {
    /* Mode 1 */
    /* color */
    --color-navy: #001B49;
    --color-black: #000000;
    --color-black-10pc: #0000001a;
    --color-black-20pc: #00000033;
    --color-black-95pc: #000000f2;
    --color-white: #ffffff;
    --c-footer-menu-text-color: #ffffff;
    --color-white-10pc: #ffffff1a;
    --color-white-20pc: #ffffff33;
    --color-white-95pc: #fffffff2;
    --color-brand-rc-100: #f9ccd1;
    --color-brand-rc-200: #f399a3;
    --color-brand-rc-300: #ee6676;
    --color-brand-rc-400: #e83348;
    --color-brand-rc-500: #e2001a;
    --color-brand-rc-600: #b50015;
    --color-brand-rc-700: #880010;
    --color-brand-rc-800: #5a000a;
    --color-brand-rc-900: #2d0005;
    --c-freeform-story-background-color: #FFFFFF;
    --c-freeform-story-cta-text-color: #F6F6F6;
    --c-freeform-story-cta-background-color: #EC008E;
    --c-secondary: #EC008E;
    --color-functional-blue-dark: #02194c;
    --color-functional-blue-light: #e6edfd;
    --color-functional-blue-mid: #054de6;
    --color-functional-focus: #1769ff;
    --color-functional-green-dark: #005229;
    --color-functional-green-light: #e6f3ec;
    --color-functional-green-mid: #008845;
    --color-functional-orange-dark: #985020;
    --color-functional-orange-light: #fef4e7;
    --color-functional-orange-mid: #d9722e;
    --color-functional-rating: #ffc107;
    --color-functional-red-dark: #861822;
    --color-functional-red-light: #fceaeb;
    --color-functional-red-mid: #d12033;
    --color-grey-100: #f6f6f6;
    --color-grey-200: #d7d7d7;
    --color-grey-200-95pc: #d7d7d7f2;
    --color-grey-300: #bbbbbb;
    --color-grey-400: #9d9d9d;
    --color-grey-500: #767676;
    --color-grey-600: #666666;
    --color-grey-700: #444444;
    --color-grey-800: #333333;
    --color-grey-800-95pc: #333333f2;
    --color-grey-900: #1c1c1c;
    /* number */
    --radius-1: 0.125rem;
    --radius-2: 0.25rem;
    --radius-3: 0.5rem;
    --radius-4: 1rem;
    --radius-5: 2rem;
    --radius-6: 8rem;
    --radius-7: 22.5rem;
    --spacing-1: 0.125rem;
    --spacing-2: 0.25rem;
    --spacing-3: 0.5rem;
    --spacing-4: 0.75rem;
    --spacing-5: 1rem;
    --spacing-6: 1.5rem;
    --spacing-7: 2rem;
    --spacing-8: 2.5rem;
    --spacing-9: 3rem;
    --spacing-10: 4rem;
    --spacing-11: 5rem;
    --spacing-12: 6rem;
    --text-font-size-100: 0.625rem;
    --text-font-size-125: 0.75rem;
    --text-font-size-150: 0.875rem;
    --text-font-size-175: 1rem;
    --text-font-size-200: 1.125rem;
    --text-font-size-225: 1.25rem;
    --text-font-size-250: 1.375rem;
    --text-font-size-300: 1.625rem;
    --text-font-size-350: 1.875rem;
    --text-font-size-400: 2.125rem;
    --text-font-size-450: 2.5rem;
    --text-font-size-500: 2.8125rem;
    --text-font-size-600: 3.25rem;
    --text-font-size-700: 3.75rem;
    --text-font-size-800: 4.5rem;
    --text-font-size-900: 5.125rem;
    --text-line-height-75: 0.75rem;
    --text-line-height-100: 0.875rem;
    --text-line-height-125: 1rem;
    --text-line-height-150: 1.125rem;
    --text-line-height-175: 1.25rem;
    --text-line-height-200: 1.375rem;
    --text-line-height-225: 1.5rem;
    --text-line-height-250: 1.625rem;
    --text-line-height-275: 1.75rem;
    --text-line-height-325: 2rem;
    --text-line-height-350: 2.125rem;
    --text-line-height-375: 2.25rem;
    --text-line-height-425: 2.5rem;
    --text-line-height-500: 3rem;
    --text-line-height-600: 3.5rem;
    --text-line-height-700: 3.75rem;
    --text-line-height-800: 4.5rem;
    --text-line-height-900: 5rem;
    --text-line-height-1000: 5.5rem;
    --text-line-height-1100: 6rem;
    /* string */
    --text-font-family-rc-standard-global-sans: DINPro;
    --text-font-weight-300: Light;
    --text-font-weight-400: Regular;
    --text-font-weight-500: Medium;
    --text-font-weight-600: Bold;
    --text-font-weight-700: Black;
    /* breakpoints */
    --screen-breakpoint-xl: 1440px;
    --screen-breakpoint-desktop: 1280px;
    --screen-breakpoint-laptop: 1024px;
    --screen-breakpoint-tablet: 768px;
    --screen-breakpoint-mobile: 360px;
}

/* Tokens - Typography */
:root {
    /* RC Desktop */
    /* number */
    --text-font-size-micro: var(--text-font-size-125);
    --text-font-size-cta: var(--text-font-size-150);
    --text-font-size-form-m: var(--text-font-size-150);
    --text-font-size-link-m: var(--text-font-size-150);
    --text-font-size-meta: var(--text-font-size-150);
    --text-font-size-body-m: var(--text-font-size-175);
    --text-font-size-form-l: var(--text-font-size-175);
    --text-font-size-link-l: var(--text-font-size-175);
    --text-font-size-title-2xs: var(--text-font-size-175);
    --text-font-size-body-l: var(--text-font-size-200);
    --text-font-size-intro-m: var(--text-font-size-200);
    --text-font-size-link-xl: var(--text-font-size-200);
    --text-font-size-title-xs: var(--text-font-size-200);
    --text-font-size-title-s: var(--text-font-size-225);
    --text-font-size-intro-l: var(--text-font-size-250);
    --text-font-size-title-m: var(--text-font-size-300);
    --text-font-size-title-l: var(--text-font-size-350);
    --text-font-size-title-xl: var(--text-font-size-450);
    --text-font-size-title-2xl: var(--text-font-size-800);
    --text-line-height-cta: var(--text-line-height-125);
    --text-line-height-form-m: var(--text-line-height-125);
    --text-line-height-link-m: var(--text-line-height-125);
    --text-line-height-meta: var(--text-line-height-125);
    --text-line-height-micro: var(--text-line-height-125);
    --text-line-height-form-l: var(--text-line-height-175);
    --text-line-height-link-l: var(--text-line-height-175);
    --text-line-height-body-m: var(--text-line-height-225);
    --text-line-height-intro-m: var(--text-line-height-225);
    --text-line-height-link-xl: var(--text-line-height-225);
    --text-line-height-title-2xs: var(--text-line-height-225);
    --text-line-height-title-s: var(--text-line-height-225);
    --text-line-height-title-xs: var(--text-line-height-225);
    --text-line-height-body-l: var(--text-line-height-325);
    --text-line-height-title-m: var(--text-line-height-325);
    --text-line-height-intro-l: var(--text-line-height-375);
    --text-line-height-title-l: var(--text-line-height-425);
    --text-line-height-title-xl: var(--text-line-height-600);
    --text-line-height-title-2xl: var(--text-line-height-1000);
    /* string */
    --text-font-family-rc-standard: var(--text-font-family-rc-standard-global-sans);
    --text-font-weight-black: var(--text-font-weight-700);
    --text-font-weight-bold: var(--text-font-weight-600);
    --text-font-weight-light: var(--text-font-weight-300);
    --text-font-weight-medium: var(--text-font-weight-500);
    --text-font-weight-regular: var(--text-font-weight-400);
}

/* Tokens */
:root {
    /* RC Light */
    /* color */
    --color-border-brand-primary: var(--color-brand-rc-500);
    --color-border-brand-primary-invert: var(--color-brand-rc-300);
    --color-border-brand-secondary: var(--color-brand-rc-700);
    --color-border-brand-secondary-invert: var(--color-brand-rc-100);
    --color-border-disable: var(--color-grey-300);
    --color-border-error: var(--color-functional-red-mid);
    --color-border-focus: var(--color-functional-focus);
    --color-border-information: var(--color-functional-blue-mid);
    --color-border-invert: var(--color-white);
    --color-border-primary: var(--color-grey-900);
    --color-border-quarternary: var(--color-grey-200);
    --color-border-rating: var(--color-functional-rating);
    --color-border-secondary: var(--color-grey-500);
    --color-border-shadow: var(--color-black-10pc);
    --color-border-success: var(--color-functional-green-mid);
    --color-border-tertiary: var(--color-grey-400);
    --color-border-warning: var(--color-functional-orange-mid);
    --color-icon-brand-primary: var(--color-brand-rc-500);
    --color-icon-brand-primary-invert: var(--color-brand-rc-300);
    --color-icon-brand-secondary: var(--color-brand-rc-700);
    --color-icon-brand-secondary-invert: var(--color-brand-rc-100);
    --color-icon-disable: var(--color-grey-300);
    --color-icon-error: var(--color-functional-red-mid);
    --color-icon-information: var(--color-functional-blue-mid);
    --color-icon-invert: var(--color-white);
    --color-icon-primary: var(--color-grey-500);
    --color-icon-rating: var(--color-functional-rating);
    --color-icon-secondary: var(--color-grey-700);
    --color-icon-success: var(--color-functional-green-mid);
    --color-icon-tertiary: var(--color-black);
    --color-icon-warning: var(--color-functional-orange-mid);
    --color-surface-action-disable: var(--color-grey-300);
    --color-surface-action-primary: var(--color-brand-rc-500);
    --color-surface-action-primary-invert: var(--color-brand-rc-300);
    --color-surface-action-quarternary: var(--color-black);
    --color-surface-action-secondary: var(--color-brand-rc-700);
    --color-surface-action-secondary-invert: var(--color-brand-rc-100);
    --color-surface-action-tertiary: var(--color-grey-700);
    --color-surface-brand: var(--color-brand-rc-500);
    --color-surface-brand-invert: var(--color-brand-rc-300);
    --color-surface-error-primary: var(--color-functional-red-light);
    --color-surface-error-secondary: var(--color-functional-red-mid);
    --color-surface-highlight: var(--color-white-20pc);
    --color-surface-highlight-secondary: var(--color-white-95pc);
    --color-surface-information-primary: var(--color-functional-blue-light);
    --color-surface-information-secondary: var(--color-functional-blue-mid);
    --color-surface-overlay-primary: var(--color-grey-800-95pc);
    --color-surface-overlay-secondary: var(--color-black-95pc);
    --color-surface-panel: var(--color-grey-100);
    --color-surface-panel-dark: var(--color-grey-200);
    --color-surface-panel-invert: var(--color-grey-900);
    --color-surface-primary: var(--color-white);
    --color-surface-quarternary: var(--color-grey-800);
    --color-surface-secondary: var(--color-black);
    --color-surface-shadow: var(--color-black-20pc);
    --color-surface-success-primary: var(--color-functional-green-light);
    --color-surface-success-secondary: var(--color-functional-green-mid);
    --color-surface-tertiary: var(--color-grey-400);
    --color-surface-warning-primary: var(--color-functional-orange-light);
    --color-surface-warning-secondary: var(--color-functional-orange-mid);
    --color-text-action-disable: var(--color-grey-300);
    --color-text-action-primary: var(--color-brand-rc-500);
    --color-text-action-primary-invert: var(--color-brand-rc-300);
    --color-text-action-secondary: var(--color-brand-rc-700);
    --color-text-action-secondary-invert: var(--color-brand-rc-100);
    --color-text-brand: var(--color-brand-rc-500);
    --color-text-brand-invert: var(--color-brand-rc-300);
    --color-text-error: var(--color-functional-red-dark);
    --color-text-information: var(--color-functional-blue-dark);
    --color-text-invert: var(--color-white);
    --color-text-primary: var(--color-black);
    --color-text-secondary: var(--color-grey-600);
    --color-text-secondary-invert: var(--color-grey-300);
    --color-text-success: var(--color-functional-green-dark);
    --color-text-success-secondary: var(--color-functional-green-mid);
    --color-text-tertiary: var(--color-grey-800);
    --color-text-warning: var(--color-functional-orange-dark);
    /* number */
    --radius-s: var(--radius-1);
    --radius-m: var(--radius-2);
    --radius-l: var(--radius-3);
    --radius-full: var(--radius-7);
    --spacing-none: 0rem;
    --spacing-2xs: var(--spacing-1);
    --spacing-xs: var(--spacing-2);
    --spacing-s: var(--spacing-3);
    --spacing-m: var(--spacing-4);
    --spacing-l: var(--spacing-5);
    --spacing-xl: var(--spacing-6);
    --spacing-2xl: var(--spacing-7);
    --spacing-3xl: var(--spacing-8);
    --spacing-4xl: var(--spacing-9);
    --spacing-desktop-margin: 3.75rem;
    --spacing-5xl: var(--spacing-10);
    --spacing-6xl: var(--spacing-11);
    --spacing-7xl: var(--spacing-12);
}

@media screen and (max-width: 360px) {
    /* Tokens - Typography */ :root {
        /* RC Mobile */ /* number */ --text-font-size-micro: var(--text-font-size-100);
        --text-font-size-meta: var(--text-font-size-125);
        --text-font-size-body-m: var(--text-font-size-150);
        --text-font-size-cta: var(--text-font-size-150);
        --text-font-size-form-m: var(--text-font-size-150);
        --text-font-size-link-m: var(--text-font-size-150);
        --text-font-size-title-2xs: var(--text-font-size-150);
        --text-font-size-body-l: var(--text-font-size-175);
        --text-font-size-form-l: var(--text-font-size-175);
        --text-font-size-intro-m: var(--text-font-size-175);
        --text-font-size-link-l: var(--text-font-size-175);
        --text-font-size-title-xs: var(--text-font-size-175);
        --text-font-size-intro-l: var(--text-font-size-200);
        --text-font-size-link-xl: var(--text-font-size-200);
        --text-font-size-title-s: var(--text-font-size-200);
        --text-font-size-title-m: var(--text-font-size-250);
        --text-font-size-title-l: var(--text-font-size-300);
        --text-font-size-title-xl: var(--text-font-size-350);
        --text-font-size-title-2xl: var(--text-font-size-450);
        --text-line-height-micro: var(--text-line-height-75);
        --text-line-height-cta: var(--text-line-height-125);
        --text-line-height-form-m: var(--text-line-height-125);
        --text-line-height-link-m: var(--text-line-height-125);
        --text-line-height-meta: var(--text-line-height-125);
        --text-line-height-form-l: var(--text-line-height-175);
        --text-line-height-link-l: var(--text-line-height-175);
        --text-line-height-body-m: var(--text-line-height-225);
        --text-line-height-intro-m: var(--text-line-height-225);
        --text-line-height-link-xl: var(--text-line-height-225);
        --text-line-height-title-2xs: var(--text-line-height-225);
        --text-line-height-title-s: var(--text-line-height-225);
        --text-line-height-title-xs: var(--text-line-height-225);
        --text-line-height-title-m: var(--text-line-height-275);
        --text-line-height-body-l: var(--text-line-height-325);
        --text-line-height-intro-l: var(--text-line-height-325);
        --text-line-height-title-l: var(--text-line-height-325);
        --text-line-height-title-xl: var(--text-line-height-425);
        --text-line-height-title-2xl: var(--text-line-height-500);
        /* string */
        --text-font-family-rc-standard: var(--text-font-family-rc-standard-global-sans);
        --text-font-weight-black: var(--text-font-weight-700);
        --text-font-weight-bold: var(--text-font-weight-600);
        --text-font-weight-light: var(--text-font-weight-300);
        --text-font-weight-medium: var(--text-font-weight-500);
        --text-font-weight-regular: var(--text-font-weight-400);
    }
}

@media (prefers-color-scheme: dark) {
    html[data-theme-dark-auto='true'] {
        --ds-theme: dark;
    }
}

html[data-theme='dark'] {
    --ds-theme: dark;
}

html[data-theme='light'] {
    --ds-theme: light;
}

@container style(--ds-theme: dark) {
    @import './dark-theme.css';
}

@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,swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.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-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    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 {
    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,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.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-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: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 {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.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%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.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: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    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: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.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;
    font-feature-settings: ;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,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: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.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: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-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: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0px,-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: .2s transform,.2s top
}

.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: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(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: var(--swiper-pagination-progressbar-size,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: var(--swiper-pagination-progressbar-size,4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset,1%);
    bottom: var(--swiper-scrollbar-bottom,4px);
    top: var(--swiper-scrollbar-top,auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size,4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left,auto);
    right: var(--swiper-scrollbar-right,4px);
    top: var(--swiper-scrollbar-sides-offset,1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size,4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-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;
    touch-action: none
}

.swiper .swiper-notification,swiper-container .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: 0px;
    width: 100%;
    height: 100%;
    opacity: .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
}

.TabbedAccordion-module_container__ipT5h {
    width: 100%
}

@media (min-width: 768px) {
    .TabbedAccordion-module_container__ipT5h {
        margin:var(--spacing-5xl) 0
    }
}

.TabbedAccordion-module_tabheader__nh9JM {
    border-bottom: 1px solid var(--color-grey-200);
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow-x: auto
}

.TabbedAccordion-module_tab__jRRMo {
    background: #0000;
    border: none;
    color: var(--color-grey-700);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    font-weight: 300;
    padding: 0 var(--spacing-xl) var(--spacing-l) var(--spacing-xl);
    text-align: center
}

.TabbedAccordion-module_tab__jRRMo:hover {
    color: var(--color-brand-rc-500)
}

.TabbedAccordion-module_reviews__0Ic6e {
    padding: 0 var(--spacing-m)
}

.TabbedAccordion-module_activeTab__cdlJv {
    border-bottom: 4px solid var(--color-brand-rc-500);
    color: var(--color-brand-rc-500)
}

.TabbedAccordion-module_accordionHeader__EyuQy {
    align-items: center;
    background: none;
    border: 0;
    border-top: 1px solid var(--color-grey-200);
    color: var(--color-grey-700);
    cursor: pointer;
    display: flex;
    margin: 0;
    padding: var(--spacing-xl) 0;
    width: 100%
}

.TabbedAccordion-module_accordionHeader__EyuQy:last-of-type {
    border-bottom: 1px solid var(--color-grey-200)
}

.TabbedAccordion-module_accordionHeader__EyuQy:last-of-type.TabbedAccordion-module_expanded__RmL1s {
    border-bottom: none
}

.TabbedAccordion-module_accordionHeader__EyuQy svg {
    fill: var(--color-grey-700);
    transform: rotate(0deg);
    transition: .2s ease-in-out;
    transition-property: transform
}

.TabbedAccordion-module_accordionHeader__EyuQy:hover {
    color: var(--color-brand-rc-500)
}

.TabbedAccordion-module_accordionHeader__EyuQy:hover svg {
    fill: var(--color-brand-rc-500)
}

.TabbedAccordion-module_accordionHeader__EyuQy.TabbedAccordion-module_expanded__RmL1s svg {
    transform: rotate(180deg)
}

.TabbedAccordion-module_accordionHeader__EyuQy h2 {
    flex: 1 1;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.TabbedAccordion-module_contentContainer__EHRNr {
    -webkit-margin-end: auto;
    margin-inline-end:auto;-webkit-margin-start: auto;
    margin-inline-start:auto;max-width: 90rem;
    padding: var(--spacing-xl) var(--spacing-l)
}

@media (min-width: 768px) {
    .TabbedAccordion-module_contentContainer__EHRNr {
        padding:var(--spacing-3xl) 3.75rem var(--spacing-5xl)
    }
}

.TabbedAccordion-module_contentTitle__0TBwO {
    color: var(--color-grey-800);
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 2rem;
    margin: 0
}

.TabbedAccordion-module_content__YHr0u {
    margin-bottom: var(--spacing-xl)
}

@media (min-width: 768px) {
    .TabbedAccordion-module_content__YHr0u {
        margin:var(--spacing-xl) 0 0
    }

    .TabbedAccordion-module_multiColumn__J9UXy {
        column-count: 2;
        column-gap: var(--spacing-xl)
    }
}

.TabbedAccordion-module_multiColumn__J9UXy li {
    page-break-inside: avoid;
    break-inside: avoid
}

.TabbedAccordion-module_activeContent__Oh8Ol {
    display: block
}

.TabbedAccordion-module_hiddenContent__c6Xuz {
    display: none
}

.Carousel-module_carousel__cXGTr {
    width: 100%
}

.Carousel-module_carousel__cXGTr .swiper {
    padding: 1.5rem 0
}

@media (min-width: 768px) {
    .Carousel-module_carousel__cXGTr .swiper {
        padding:2rem 0
    }
}

.Carousel-module_carousel__cXGTr .swiper a {
    box-shadow: 0 .375rem 1rem 0 #0000001a;
    margin: 0 .375rem
}

@media (min-width: 768px) {
    .Carousel-module_carousel__cXGTr .swiper a {
        margin:0 .75rem
    }
}

.Carousel-module_carousel__cXGTr .swiper-slide {
    height: unset;
    position: relative;
    width: 100%
}

@media (min-width: 560px) {
    .Carousel-module_carousel__cXGTr .swiper-slide {
        width:50%
    }
}

@media (min-width: 768px) {
    .Carousel-module_carousel__cXGTr .swiper-slide {
        width:33.3333333333%
    }
}

@media (min-width: 1024px) {
    .Carousel-module_carousel__cXGTr .swiper-slide {
        width:25%
    }
}

.Carousel-module_carousel__cXGTr .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: .125rem
}

.Carousel-module_carousel__cXGTr .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    background-color: var(--color-grey-500)
}

@media (min-width: 768px) {
    .Carousel-module_carousel__cXGTr .swiper-button-next,.Carousel-module_carousel__cXGTr .swiper-button-prev {
        background-color:var(--color-brand-rc-500);
        border-radius: 50%;
        color: var(--color-white);
        height: 3rem;
        line-height: 3.125rem;
        text-align: center;
        top: 16.25rem;
        width: 3rem;
        z-index: 3
    }

    .Carousel-module_carousel__cXGTr .swiper-button-next:after,.Carousel-module_carousel__cXGTr .swiper-button-prev:after {
        font-size: 1.25rem
    }
}

.Carousel-module_carousel__cXGTr .swiper-button-next.swiper-button-disabled,.Carousel-module_carousel__cXGTr .swiper-button-prev.swiper-button-disabled {
    display: none
}

.Carousel-module_carousel__cXGTr .swiper-button-prev {
    margin-left: -.625rem
}

.Carousel-module_carousel__cXGTr .swiper-button-next {
    margin-right: -.625rem
}

.Carousel-module_carousel__cXGTr .swiper-pagination-bullet {
    display: none
}

@media (min-width: 768px) {
    .Carousel-module_carousel__cXGTr .swiper-pagination-bullet {
        background-color:var(--color-grey-600);
        border-radius: 3%;
        display: inline-block;
        height: .125rem;
        opacity: 1;
        width: 2.75rem
    }

    .Carousel-module_carousel__cXGTr .swiper-pagination-bullet-active {
        background-color: var(--color-brand-rc-500)
    }

    .Carousel-module_carousel__cXGTr.Carousel-module_with-navigation__vuA6P .swiper {
        padding: 2rem 0
    }
}

.Carousel-module_carousel__cXGTr.Carousel-module_with-divider__fj1Az .swiper-slide:before {
    background-color: var(--color-grey-200);
    bottom: 1.25rem;
    content: "";
    left: -.625rem;
    position: absolute;
    top: 1.25rem;
    width: .0625rem
}

.DAMImage-module_dam-image__-M-Ob {
    display: block;
    height: auto;
    width: 100%
}

.AdditionalInfoBlock-module_additional-info-block__mp5pZ {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2xs)
}

@media (min-width: 768px) {
    .AdditionalInfoBlock-module_additional-info-block__mp5pZ {
        gap:var(--spacing-xs)
    }
}

.AdditionalInfoBlock-module_additional-info-block-title__FAMVd {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0
}

@media (min-width: 768px) {
    .AdditionalInfoBlock-module_additional-info-block-title__FAMVd {
        font-size:1.125rem
    }
}

.AdditionalInfoBlock-module_additional-info-block-title--hidden__Vy8zY {
    visibility: hidden
}

.AdditionalInfoBlock-module_additional-info-block-list__IZ1AA {
    background-color: var(--color-grey-100);
    color: var(--color-grey-600);
    display: flex;
    flex: 1 1;
    flex-direction: column;
    gap: var(--spacing-xs);
    list-style: none;
    margin: 0;
    padding: var(--spacing-s)
}

@media (min-width: 768px) {
    .AdditionalInfoBlock-module_additional-info-block-list__IZ1AA {
        gap:var(--spacing-s);
        padding: var(--spacing-m) var(--spacing-xl)
    }
}

.AdditionalInfoBlock-module_additional-info-block-label__ybP-J {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.5rem;
    position: relative
}

.AdditionalInfoBlock-module_additional-info-block-label--hasIndicator__87qlN {
    padding-left: var(--spacing-xl)
}

.AdditionalInfoBlock-module_additional-info-block-label--hasIndicator__87qlN:before {
    background-color: var(--color-brand-rc-500);
    border-radius: 50%;
    content: "";
    height: .625rem;
    left: 0;
    margin-top: .5rem;
    position: absolute;
    top: 0;
    width: .625rem
}

@media (min-width: 768px) {
    .AdditionalInfoBlock-module_additional-info-block-label__ybP-J {
        font-size:1rem
    }
}

.SimilarProductCard-module_similar-product-card__0jF1G {
    color: var(--color-grey-800);
    font-family: RC Type,Arial,sans-serif;
    position: relative;
    text-decoration: none;
    width: 10rem
}

@media (min-width: 768px) {
    .SimilarProductCard-module_similar-product-card__0jF1G {
        width:19.5rem
    }
}

.SimilarProductCard-module_similar-product-card-image-wrapper__3qLTl {
    align-items: center;
    display: flex;
    height: 7.5rem;
    justify-content: center
}

@media (min-width: 768px) {
    .SimilarProductCard-module_similar-product-card-image-wrapper__3qLTl {
        height:14.625rem
    }
}

.SimilarProductCard-module_similar-product-card-image-wrapper__3qLTl img {
    max-height: 90%;
    object-fit: contain
}

.SimilarProductCard-module_similar-product-card-content-wrapper__OVIV4 {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
    padding: var(--spacing-s) var(--spacing-s) 0
}

@media (min-width: 768px) {
    .SimilarProductCard-module_similar-product-card-content-wrapper__OVIV4 {
        gap:var(--spacing-s);
        padding: var(--spacing-xl) var(--spacing-xl) 0
    }
}

.SimilarProductCard-module_similar-product-card-heading__olhSP {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--color-brand-rc-500);
    display: -webkit-box;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 0;
    min-height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 768px) {
    .SimilarProductCard-module_similar-product-card-heading__olhSP {
        font-size:1.625rem;
        line-height: 2rem;
        min-height: 4rem
    }
}

.SimilarProductCard-module_similar-product-card-category__6il5u {
    font-size: .75rem;
    font-weight: 300;
    line-height: 1rem;
    margin: 0
}

@media (min-width: 768px) {
    .SimilarProductCard-module_similar-product-card-category__6il5u {
        font-size:1rem;
        line-height: 1.5rem
    }
}

.SimilarProductCard-module_similar-product-card-divider__mRI1V {
    border-left: 1px solid var(--color-grey-200);
    margin: 0 var(--spacing-xs)
}

@media (min-width: 768px) {
    .SimilarProductCard-module_similar-product-card-divider__mRI1V {
        margin:0 var(--spacing-s)
    }
}

.SimilarProductCard-module_similar-product-card-price__fiDEk {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0 0 var(--spacing-s)
}

@media (min-width: 768px) {
    .SimilarProductCard-module_similar-product-card-price__fiDEk {
        font-size:1.25rem
    }
}

.SimilarProductCard-module_similar-product-card-additional-info__-3khd {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-s);
    margin-top: var(--spacing-s)
}

@media (min-width: 768px) {
    .SimilarProductCard-module_similar-product-card-additional-info__-3khd {
        gap:var(--spacing-m);
        margin-top: var(--spacing-m)
    }
}

.SimilarProductCard-module_similar-product-card-current-product-label__ngZfY {
    text-wrap: nowrap;
    background-color: var(--color-functional-green-mid);
    border-radius: .1875rem;
    color: var(--color-white);
    font-size: .875rem;
    left: .25rem;
    line-height: 1.5rem;
    padding: 0 var(--spacing-s);
    position: absolute;
    top: .5rem
}

@media (min-width: 768px) {
    .SimilarProductCard-module_similar-product-card-current-product-label__ngZfY {
        font-size:1rem;
        left: .5rem;
        top: 1rem
    }

    .SimilarProducts-module_similar-products__TTPIa {
        display: flex;
        justify-content: center
    }
}

.SimilarProducts-module_similar-products-wrapper__L9Kdi {
    max-width: 90rem;
    padding: var(--spacing-xl) var(--spacing-l);
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .SimilarProducts-module_similar-products-wrapper__L9Kdi {
        padding:var(--spacing-5xl) 3.75rem var(--spacing-2xl)
    }
}

.SimilarProducts-module_similar-products-title__xOsbK {
    color: var(--color-brand-rc-500);
    margin: 0;
    text-transform: capitalize
}

@media (min-width: 768px) {
    .SimilarProducts-module_similar-products-title__xOsbK {
        font-size:1.625rem;
        font-weight: 500;
        line-height: 2rem
    }
}

.SimilarProducts-module_similar-products-fixed-card__6ZaE7 {
    background-color: #fff;
    position: absolute;
    z-index: 2
}

.SimilarProducts-module_tabs__A1dMV {
    border-bottom: 1px solid var(--color-grey-200);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: auto
}

.SimilarProducts-module_tab__oPj-L {
    background: #0000;
    border: none;
    color: var(--color-grey-700);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 300;
    padding: 1rem 2rem;
    text-align: center
}

.SimilarProducts-module_tab__oPj-L:hover {
    color: var(--color-brand-rc-500)
}

.SimilarProducts-module_activeTab__JwPeM {
    border-bottom: 4px solid var(--color-brand-rc-500);
    color: var(--color-brand-rc-500);
    padding-bottom: .75rem
}

.SimilarProducts-module_activeTabContent__QreKl {
    display: block
}

.SimilarProducts-module_hiddenTabContent__9FGJ9 {
    display: none
}

.ShowMoreLess-module_wrapper__o7OmT p {
    margin: 0
}

.ShowMoreLess-module_wrapper__o7OmT.ShowMoreLess-module_clamped__MOcCz {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis
}

.ShowMoreLess-module_buttoncontainer__D1rhB {
    display: flex;
    min-height: 1.5625rem;
    width: 100%
}

.ShowMoreLess-module_buttoncontainer__D1rhB.ShowMoreLess-module_compact__yo89Y {
    justify-content: flex-end
}

.ShowMoreLess-module_buttoncontainer__D1rhB.ShowMoreLess-module_compact__yo89Y.ShowMoreLess-module_clamped__MOcCz {
    margin-top: -1.4375rem
}

.ShowMoreLess-module_buttoncontainer__D1rhB.ShowMoreLess-module_compact__yo89Y:before {
    background: linear-gradient(to right,#fff0,var(--color-white));
    -webkit-border-end: 10px solid var(--color-white);
    border-inline-end:10px solid var(--color-white);content: "";
    width: 40px
}

[dir=rtl] .ShowMoreLess-module_buttoncontainer__D1rhB.ShowMoreLess-module_compact__yo89Y:before {
    background: linear-gradient(to left,#fff0,var(--color-white))
}

.ShowMoreLess-module_button__O4Eah {
    background: #0000;
    border: none;
    border-bottom: .0625rem solid #080707;
    color: var(--color-grey-700);
    cursor: pointer;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: .2s ease-in
}

.ShowMoreLess-module_button__O4Eah:focus,.ShowMoreLess-module_button__O4Eah:hover {
    border-bottom-color: var(--color-brand-rc-500);
    color: var(--color-brand-rc-500)
}

.ShowMoreLess-module_button__O4Eah {
    background-color: var(--color-white)
}

.ProductDescription-module_product-description__VaRC0 {
    background: #0000;
    color: var(--color-grey-600);
    font-size: .875rem;
    font-weight: 300;
    margin-top: var(--spacing-m)
}

@media (min-width: 768px) {
    .ProductDescription-module_product-description__VaRC0 {
        font-size:1.125rem;
        margin-top: var(--spacing-l)
    }
}

.ProductDescription-module_product-description__VaRC0 button {
    color: var(--color-grey-700);
    font-size: .875rem;
    font-weight: 500
}

@media (min-width: 768px) {
    .ProductDescription-module_product-description__VaRC0 button {
        font-size:1rem
    }
}

.FullScreenGallery-module_full-screen-gallery__JYl15 {
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    padding: var(--spacing-l);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.FullScreenGallery-module_close-full-screen-gallery-button__zMoH8 {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1000
}

.FullScreenGallery-module_close-full-screen-gallery-button__zMoH8 svg {
    fill: var(--color-grey-500);
    height: 1rem;
    width: 1rem
}

.FullScreenGallery-module_mobile-full-screen-gallery-image__W2G5G {
    aspect-ratio: 2/3;
    width: 100%
}

.FullScreenGallery-module_mobile-full-screen-gallery-image__W2G5G img {
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    width: 100%
}

.FullScreenGallery-module_image-gallery-thumbnails__B-cZw .swiper-slide {
    max-width: 6rem;
    padding: var(--spacing-xs) 0
}

.FullScreenGallery-module_image-gallery-thumbnails__B-cZw .swiper-slide:first-child {
    margin-left: auto
}

.FullScreenGallery-module_image-gallery-thumbnails__B-cZw .swiper-slide:first-child:dir(rtl) {
    margin-left: 0;
    margin-right: auto!important
}

.FullScreenGallery-module_image-gallery-thumbnails__B-cZw .swiper-slide:last-child {
    margin-right: auto!important
}

.FullScreenGallery-module_image-gallery-thumbnails__B-cZw .swiper-slide:last-child:dir(rtl) {
    margin-left: auto!important;
    margin-right: 0!important
}

.FullScreenGallery-module_image-gallery-thumbnail__5-53Q {
    aspect-ratio: 1/1;
    background-color: var(--color-white);
    border: 0;
    box-shadow: 0 0 var(--spacing-xs) 0 var(--color-surface-shadow);
    max-width: 6rem;
    padding: 0;
    width: 100%
}

.FullScreenGallery-module_image-gallery-thumbnail--active__Fi2VO {
    border: 1px solid var(--color-brand-rc-500);
    border-radius: .25rem
}

.FullScreenGallery-module_image-gallery-thumbnail__5-53Q img {
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    padding: var(--spacing-xs);
    width: 100%
}

.ProductImages-module_image-gallery-wrapper__Xr4j5 {
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (min-width: 768px) {
    .ProductImages-module_image-gallery-wrapper__Xr4j5 {
        position:-webkit-sticky;
        position: sticky;
        top: var(--header-height);
        width: 100%
    }
}

.ProductImages-module_image-gallery-main__QMUro {
    cursor: zoom-in;
    height: 18.75rem;
    margin: 0 auto;
    overflow: hidden
}

.ProductImages-module_image-gallery-main__QMUro img {
    height: 100%;
    object-fit: contain;
    transform-origin: top left;
    transition: transform .1s ease
}

@media (min-width: 768px) {
    .ProductImages-module_image-gallery-main__QMUro {
        aspect-ratio:4/3;
        margin-bottom: var(--spacing-xl);
        width: 100%
    }

    .ProductImages-module_image-gallery-main__QMUro img {
        max-width: 100%;
        min-width: 100%
    }
}

.ProductImages-module_image-gallery-thumbnail__O2u0F {
    aspect-ratio: 1/1;
    background-color: var(--color-white);
    border: 0;
    box-shadow: 0 var(--spacing-2xs) var(--spacing-s) 0 var(--color-surface-shadow);
    cursor: pointer;
    margin: 0 .25rem 0 0;
    max-width: 6rem;
    padding: 0;
    position: relative;
    width: 100%
}

.ProductImages-module_image-gallery-thumbnail__O2u0F img {
    display: inline-block;
    height: calc(100% - .125rem);
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    object-fit: contain;
    padding: var(--spacing-2xs);
    position: relative;
    width: auto;
    z-index: 2
}

.ProductImages-module_image-gallery-thumbnail--active__G9D4P {
    outline: 1px solid var(--color-brand-rc-500);
    outline-offset: -.0625rem
}

@media (min-width: 768px) {
    .ProductImages-module_image-gallery-thumbnails__WiW5p {
        height:7.5rem
    }
}

.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-container-horizontal,.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-horizontal {
    padding: 0
}

.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-button-disabled {
    display: none
}

.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-slide {
    padding: var(--spacing-2xs) 0
}

@media (min-width: 768px) {
    .ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-slide:first-child {
        -webkit-margin-start:auto;
        margin-inline-start:auto}

    .ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-slide:last-child {
        -webkit-margin-end: auto;
        margin-inline-end:auto}
}

.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0
}

.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-pagination-bullet {
    background-color: var(--color-grey-600);
    border-radius: 3%;
    height: .125rem;
    opacity: 1;
    width: 1.875rem
}

.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-pagination-bullet-active {
    background-color: var(--color-brand-rc-500)
}

.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-button-next,.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-button-prev {
    background: var(--color-white);
    height: 7.5rem;
    top: 1.25rem;
    width: 1.875rem
}

.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-button-next:after,.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-button-prev:after {
    color: var(--color-grey-500);
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    opacity: .5
}

.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-button-prev {
    left: -.625rem
}

.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-button-next {
    right: 0
}

@media (min-width: 768px) {
    .ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-container-horizontal,.ProductImages-module_image-gallery-thumbnails__WiW5p .swiper-horizontal {
        padding:0 var(--spacing-xl)
    }
}

.ProductImages-module_mobile-image__-hNq9 {
    aspect-ratio: 4/3;
    margin-bottom: var(--spacing-2xl);
    width: 100%
}

.ProductImages-module_mobile-image__-hNq9 img {
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    width: 100%
}

.ProductTitle-module_product-title__oY0UJ {
    box-sizing: border-box;
    color: var(--color-brand-rc-500);
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.75rem;
    margin: 0;
    overflow-wrap: anywhere
}

@media (min-width: 768px) {
    .ProductTitle-module_product-title__oY0UJ {
        font-size:1.625rem;
        line-height: 2rem
    }
}

.ProductExistingFormats-module_wrapper__d1fn8 {
    margin-top: var(--spacing-m)
}

@media (min-width: 768px) {
    .ProductExistingFormats-module_wrapper__d1fn8 {
        margin-top:var(--spacing-l)
    }
}

.ProductExistingFormats-module_title__QukV9 {
    color: var(--color-grey-800);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0 0 .75rem
}

@media (min-width: 768px) {
    .ProductExistingFormats-module_title__QukV9 {
        margin:0 0 1.1875rem
    }
}

.ProductExistingFormats-module_labels__4BF-b {
    display: flex;
    flex-wrap: wrap
}

.ProductExistingFormats-module_label__sy3GT {
    color: var(--color-grey-600);
    font-size: 1rem;
    font-weight: 500;
    line-height: .9375rem;
    margin: 0 .75rem .5rem 0;
    padding: 0 .75rem 0 0
}

.ProductExistingFormats-module_label__sy3GT:not(:last-of-type) {
    border-right: .0625rem solid var(--color-grey-200)
}

@media (min-width: 768px) {
    .ProductExistingFormats-module_label__sy3GT {
        font-size:1.125rem;
        margin-bottom: .25rem
    }
}

@media (max-width: 374px) {
    .PriceSpiderButton-module_price-spider-button__lbUcV,.PriceSpiderButton-module_price-spider-button__lbUcV div {
        width:100%
    }
}

.ProductFindRetailCta-module_fixed-button-wrapper__5i1jv {
    background-color: var(--color-white);
    bottom: 0;
    box-shadow: 0 .0625rem .6875rem 0 #00000026;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: var(--spacing-l);
    position: fixed;
    width: 100%;
    z-index: 2
}

.ProductFindRetailCta-module_fixed-button-wrapper__5i1jv:empty {
    display: none
}

.ProductFindRetailCta-module_product-find-retail-cta-wrapper__unvqv {
    display: flex;
    margin-top: var(--spacing-xl);
    width: 100%
}

.ProductFindRetailCta-module_product-find-retail-cta-wrapper__unvqv a,.ProductFindRetailCta-module_product-find-retail-cta-wrapper__unvqv button,.ProductFindRetailCta-module_product-find-retail-cta-wrapper__unvqv rc-button {
    width: 100%
}

.ProductFindRetailCta-module_product-find-retail-cta-wrapper__unvqv:empty {
    display: none
}

.ProductFindRetailCta-module_product-find-retail-cta-wrapper__unvqv.ProductFindRetailCta-module_has-multiple-buttons__TQIPs {
    min-height: var(--spacing-4xl)
}

@media (min-width: 768px) {
    .ProductFindRetailCta-module_product-find-retail-cta-wrapper__unvqv {
        flex-direction:row;
        gap: var(--spacing-xl);
        width: auto
    }

    .ProductFindRetailCta-module_product-find-retail-cta-wrapper__unvqv a,.ProductFindRetailCta-module_product-find-retail-cta-wrapper__unvqv button,.ProductFindRetailCta-module_product-find-retail-cta-wrapper__unvqv rc-button {
        width: auto
    }

    .ProductFindRetailCta-module_product-find-retail-cta-wrapper__unvqv.ProductFindRetailCta-module_has-multiple-buttons__TQIPs {
        justify-content: space-between
    }

    .ProductFindRetailCta-module_product-find-retail-cta-wrapper__unvqv.ProductFindRetailCta-module_has-multiple-buttons__TQIPs.ProductFindRetailCta-module_has-shoppable-button__kmIml :first-child {
        order: 1
    }

    .ProductFindRetailCta-module_product-find-retail-cta-wrapper__unvqv.ProductFindRetailCta-module_has-multiple-buttons__TQIPs.ProductFindRetailCta-module_is-d2c-product__wQyn9 :first-child {
        order: -1
    }
}

.ProductRecommendationBlock-module_recommendationBlockWrapper__ISY66 {
    background: var(--color-grey-100);
    border-radius: .9375rem;
    margin-top: var(--spacing-m);
    padding: var(--spacing-l) var(--spacing-xl);
    text-align: center
}

@media (min-width: 768px) {
    .ProductRecommendationBlock-module_recommendationBlockWrapper__ISY66 {
        margin-top:var(--spacing-xl);
        padding: var(--spacing-xl) var(--spacing-xl)
    }
}

.ProductRecommendationBlock-module_recommendationBlockTitle__-2i6F {
    color: var(--color-grey-800);
    font-size: 1rem;
    font-weight: 500;
    margin: 0
}

.ProductRecommendationBlock-module_recommendationBlockDesc__pvukD {
    color: var(--color-grey-600);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.375rem;
    margin: 0
}

@media (max-width: 767px) {
    .ButtonWrapper-module_button-wrapper--hidden__GRCtN {
        visibility:hidden
    }

    .ButtonWrapper-module_button-wrapper--sticky__4AHoi {
        background-color: var(--color-white);
        bottom: 0;
        box-shadow: 0 .0625rem .6875rem 0 #00000026;
        display: flex;
        flex-direction: column-reverse;
        left: 0;
        padding: 1rem 1.25rem;
        position: fixed;
        right: 0;
        top: auto;
        width: 100%;
        z-index: 2
    }
}

.SubscriptionModal-module_subscription-benefits-list-item__xzuoR {
    align-items: center;
    display: flex;
    margin-top: 1rem
}

@media (min-width: 768px) {
    .SubscriptionModal-module_subscription-benefits-list-item__xzuoR {
        margin-top:.8125rem
    }
}

.SubscriptionModal-module_subcription-benefits__v-fBx {
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
    padding: 3.1875rem 2.125rem
}

@media (min-width: 768px) {
    .SubscriptionModal-module_subcription-benefits__v-fBx {
        margin:0;
        padding: 2.0625rem 2.5625rem;
        width: 33.3333333333%
    }
}

.SubscriptionModal-module_subcription-benefits__v-fBx:nth-child(2) {
    background-color: var(--color-white);
    border-radius: .75rem;
    box-shadow: 0 .625rem 2.5rem #3e3d401a;
    opacity: 1
}

@media (min-width: 768px) {
    .SubscriptionModal-module_subcription-benefits__v-fBx:nth-child(2) {
        border-radius:.1875rem
    }
}

.SubscriptionModal-module_subcription-benefits__v-fBx:last-child {
    padding: 3.1875rem 0 2.8125rem
}

.SubscriptionModal-module_subcription-benefits__v-fBx:last-child .SubscriptionModal-module_subscription-benefits-list-item__xzuoR {
    margin-top: 1.375rem
}

@media (min-width: 768px) {
    .SubscriptionModal-module_subcription-benefits__v-fBx:last-child .SubscriptionModal-module_subscription-benefits-list-item__xzuoR {
        margin-top:2.5rem
    }

    .SubscriptionModal-module_subcription-benefits__v-fBx:last-child {
        padding: 2.0625rem 2.5625rem
    }

    .SubscriptionModal-module_subcription-benefits__v-fBx:last-child div {
        margin-right: .9375rem
    }
}

.SubscribeOption-module_header__OSDlC {
    font-weight: 500;
    position: relative
}

.SubscribeOption-module_header__OSDlC.SubscribeOption-module_active__Azky4 .SubscribeOption-module_radioButton__RQJg3 {
    border-color: var(--color-brand-rc-500)
}

.SubscribeOption-module_header__OSDlC.SubscribeOption-module_active__Azky4 .SubscribeOption-module_radioButton__RQJg3:after {
    background-color: var(--color-brand-rc-500)
}

.SubscribeOption-module_header__OSDlC.SubscribeOption-module_active__Azky4 .SubscribeOption-module_pricePerUnit__Y5ATA,.SubscribeOption-module_header__OSDlC.SubscribeOption-module_active__Azky4 .SubscribeOption-module_singlePrice__HCe-A,.SubscribeOption-module_header__OSDlC.SubscribeOption-module_active__Azky4 .SubscribeOption-module_title__arJqj {
    color: var(--color-brand-rc-500)
}

.SubscribeOption-module_input__iErLi {
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.SubscribeOption-module_inputLabel__x2Rli {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    width: 100%
}

@media (min-width: 768px) {
    .SubscribeOption-module_inputLabel__x2Rli {
        align-items:center
    }
}

.SubscribeOption-module_subscriptionRadioButtonWrapper__FuWwK {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

@media (min-width: 768px) {
    .SubscribeOption-module_subscriptionRadioButtonWrapper__FuWwK {
        flex-direction:row;
        flex-wrap: wrap;
        gap: .75rem;
        padding-top: .375rem
    }
}

.SubscribeOption-module_radioButtonContainer__YLuNY {
    align-items: baseline;
    display: flex;
    gap: .5rem
}

.SubscribeOption-module_radioButton__RQJg3 {
    align-items: center;
    border: .0625rem solid var(--color-grey-200);
    border-radius: 50%;
    display: flex;
    flex-basis: 1.5rem;
    height: 1.5rem;
    justify-content: center;
    position: relative;
    width: 1.5rem
}

.SubscribeOption-module_radioButton__RQJg3:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: .75rem;
    left: 0;
    top: 0;
    width: .75rem
}

.SubscribeOption-module_title__arJqj {
    color: var(--color-grey-800);
    flex-basis: 0;
    flex-grow: 1;
    font-size: 1.125rem;
    line-height: 1.25rem
}

.SubscribeOption-module_priceWrapper__W01R- {
    color: var(--color-grey-800);
    display: flex;
    flex-direction: column;
    font-size: 1.125rem;
    line-height: 1.25rem;
    text-align: right
}

@media (min-width: 768px) {
    .SubscribeOption-module_priceWrapper__W01R- {
        align-items:baseline;
        flex-direction: row;
        gap: .5rem
    }
}

.SubscribeOption-module_subscriptionPriceWrapper__fQtGx {
    display: flex;
    flex-direction: column
}

.SubscribeOption-module_singlePrice__HCe-A,.SubscribeOption-module_subscriptionPrice__iU2bD {
    font-size: 1.625rem;
    line-height: 2.125rem;
    white-space: nowrap
}

.SubscribeOption-module_subscriptionPrice__iU2bD {
    color: var(--color-functional-green-mid);
    display: block
}

@media (min-width: 768px) {
    .SubscribeOption-module_subscriptionPrice__iU2bD {
        display:inline
    }
}

.SubscribeOption-module_pricePerUnit__Y5ATA {
    color: var(--color-grey-600);
    font-size: .75rem;
    line-height: 1.125rem;
    white-space: nowrap
}

.SubscribeOption-module_subscriptionDiscount__8iPmD {
    align-self: flex-end;
    color: var(--color-functional-green-mid);
    display: block;
    font-size: .75rem;
    line-height: 1.125rem
}

.SubscribeOption-module_infoTag__5-0GV {
    border: .0625rem solid var(--color-grey-600);
    border-radius: .25rem;
    color: var(--color-grey-600);
    font-size: .75rem;
    line-height: 1.125rem;
    padding: .25rem .5rem
}

.SubscribeOption-module_subscriptionPricePerUnit__ellv2 {
    color: var(--color-functional-green-mid);
    display: block;
    font-size: .75rem;
    line-height: 1.125rem;
    white-space: nowrap
}

@media (min-width: 768px) {
    .SubscribeOption-module_subscriptionPricePerUnit__ellv2 {
        display:inline
    }
}

.SubscribeOption-module_subscriptionDisabled__bMhXX {
    border: .0625rem solid var(--color-grey-100);
    border-radius: .1875rem;
    color: var(--color-grey-600);
    display: flex;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.125rem;
    margin-bottom: .625rem;
    overflow: hidden;
    padding: .75rem 1.25rem .8125rem;
    position: relative
}

@media (min-width: 768px) {
    .SubscribeOption-module_subscriptionDisabled__bMhXX {
        font-size:1rem;
        line-height: 1.25rem
    }
}

.SubscribeOption-module_iconWarningWrapper__XQRLo {
    color: var(--color-grey-500);
    flex-shrink: 0;
    height: 1rem;
    margin: .125rem .625rem 0 0;
    width: 1rem
}

.SubscribeOption-module_benefits-container__YnbOF {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: .375rem 0
}

.SubscribeOption-module_benefits-container__YnbOF .SubscribeOption-module_benefits__02Rg5 {
    color: var(--color-grey-600);
    display: flex;
    flex-direction: column;
    font-size: .75rem;
    font-weight: 300;
    gap: .5rem
}

.SubscribeOption-module_benefits-container__YnbOF .SubscribeOption-module_benefits__02Rg5 .SubscribeOption-module_benefit__yAO1p {
    display: flex;
    gap: .5rem
}

.SubscribeOption-module_benefits-container__YnbOF .SubscribeOption-module_benefits__02Rg5 .SubscribeOption-module_benefit__yAO1p .SubscribeOption-module_tick__4UQB4 {
    flex-shrink: 0;
    width: 1rem
}

.SubscribeOption-module_benefits-container__YnbOF .SubscribeOption-module_benefits__02Rg5 .SubscribeOption-module_why-subscribe__dF4h2 {
    background: #0000;
    border: none;
    border-bottom: .0625rem solid #080707;
    color: var(--color-grey-700);
    cursor: pointer;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: .2s ease-in
}

.SubscribeOption-module_benefits-container__YnbOF .SubscribeOption-module_benefits__02Rg5 .SubscribeOption-module_why-subscribe__dF4h2:focus,.SubscribeOption-module_benefits-container__YnbOF .SubscribeOption-module_benefits__02Rg5 .SubscribeOption-module_why-subscribe__dF4h2:hover {
    border-bottom-color: var(--color-brand-rc-500);
    color: var(--color-brand-rc-500)
}

.SubscribeOption-module_benefits-container__YnbOF .SubscribeOption-module_benefits__02Rg5 .SubscribeOption-module_why-subscribe__dF4h2 {
    margin-left: 1.5rem;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width: 768px) {
    .SubscribeOption-module_benefits-container__YnbOF {
        flex-direction:row
    }

    .SubscribeOption-module_benefits-container__YnbOF .SubscribeOption-module_benefits__02Rg5 {
        flex: 4 1;
        gap: .375rem
    }

    .SubscribeOption-module_benefits-container__YnbOF .SubscribeOption-module_delivery-freq__ONlYa {
        flex: 5 1
    }
}

.ProductPurchaseOptions-module_product-purchase-options__XGjsp {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    gap: var(--spacing-s);
    margin-top: var(--spacing-xl);
    width: 100%
}

.ProductPurchaseOptions-module_product-purchase-options--reverse__2PrSN {
    flex-direction: column-reverse
}

.ProductPurchaseOptions-module_product-purchase-option__Jli28 {
    border: .0625rem solid var(--color-grey-200);
    border-radius: .1875rem;
    cursor: pointer;
    overflow: hidden;
    padding: var(--spacing-l);
    position: relative
}

.ProductPurchaseOptions-module_product-purchase-option__Jli28.ProductPurchaseOptions-module_active__4iddz {
    border: .125rem solid var(--color-brand-rc-500)
}

.ProductPurchaseOptions-module_product-purchase-option__Jli28.ProductPurchaseOptions-module_active__4iddz .ProductPurchaseOptions-module_radio-button__F1c4n {
    border-color: var(--color-brand-rc-500)
}

.ProductPurchaseOptions-module_product-purchase-option__Jli28.ProductPurchaseOptions-module_active__4iddz .ProductPurchaseOptions-module_radio-button__F1c4n:after {
    background-color: var(--color-brand-rc-500)
}

.ProductPurchaseOptions-module_product-purchase-option__Jli28.ProductPurchaseOptions-module_active__4iddz .ProductPurchaseOptions-module_price-per-unit__E1KCs,.ProductPurchaseOptions-module_product-purchase-option__Jli28.ProductPurchaseOptions-module_active__4iddz .ProductPurchaseOptions-module_single-price__b-qk4,.ProductPurchaseOptions-module_product-purchase-option__Jli28.ProductPurchaseOptions-module_active__4iddz .ProductPurchaseOptions-module_title__f88C1 {
    color: var(--color-brand-rc-500)
}

.ProductPurchaseOptions-module_header__Rt9wC {
    font-weight: 500;
    position: relative
}

.ProductPurchaseOptions-module_input__g7GKw {
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ProductPurchaseOptions-module_input-label__OyJlP {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: var(--spacing-m);
    justify-content: space-between;
    width: 100%
}

@media (min-width: 768px) {
    .ProductPurchaseOptions-module_input-label__OyJlP {
        align-items:center
    }
}

.ProductPurchaseOptions-module_radio-button-container__J2mgK {
    align-items: baseline;
    display: flex;
    gap: var(--spacing-s)
}

.ProductPurchaseOptions-module_radio-button__F1c4n {
    align-items: center;
    border: .0625rem solid var(--color-grey-200);
    border-radius: 50%;
    display: flex;
    flex-basis: 1.5rem;
    height: 1.5rem;
    justify-content: center;
    position: relative;
    width: 1.5rem
}

.ProductPurchaseOptions-module_radio-button__F1c4n:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: .75rem;
    width: .75rem
}

.ProductPurchaseOptions-module_title__f88C1 {
    color: var(--color-grey-800);
    flex-basis: 0;
    flex-grow: 1;
    font-size: 1.125rem;
    line-height: 1.25rem
}

.ProductPurchaseOptions-module_price-wrapper__ue8gf {
    color: var(--color-grey-800);
    display: flex;
    flex-direction: column;
    font-size: 1.125rem;
    line-height: 1.25rem;
    text-align: right
}

@media (min-width: 768px) {
    .ProductPurchaseOptions-module_price-wrapper__ue8gf {
        align-items:baseline;
        flex-direction: row;
        gap: var(--spacing-s)
    }
}

.ProductPurchaseOptions-module_single-price__b-qk4 {
    font-size: 1.625rem;
    line-height: 2.125rem;
    white-space: nowrap
}

.ProductPurchaseOptions-module_price-per-unit__E1KCs {
    color: var(--color-grey-500);
    font-size: .75rem;
    line-height: 1.125rem;
    white-space: nowrap
}

.ProductPurchaseOptions-module_subscription-disabled__2ubwd {
    border: .0625rem solid var(--color-grey-100);
    border-radius: .1875rem;
    color: var(--color-grey-500);
    display: flex;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.125rem;
    margin-bottom: .625rem;
    overflow: hidden;
    padding: .75rem 1.25rem .8125rem;
    position: relative
}

@media (min-width: 768px) {
    .ProductPurchaseOptions-module_subscription-disabled__2ubwd {
        font-size:1rem;
        line-height: 1.25rem
    }
}

.ProductPurchaseOptions-module_icon-warning-wrapper__yAYmO {
    color: var(--color-grey-500);
    flex-shrink: 0;
    height: 1rem;
    margin: .125rem .625rem 0 0;
    width: 1rem
}

.ProductQuantitySelector-module_quantity-selector__Ju-AC {
    align-items: center;
    color: var(--color-grey-500);
    display: flex;
    flex: 0 1 7.5rem;
    font-weight: 300;
    justify-content: center;
    position: relative
}

.ProductQuantitySelector-module_screen-reader__ezB4e {
    height: 0;
    overflow: hidden;
    width: 0
}

.ProductQuantitySelector-module_packQtyWrapper__IzlXP {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media (min-width: 768px) {
    .ProductQuantitySelector-module_packQtyWrapper__IzlXP {
        flex:0 1;
        margin-top: 2.25rem
    }
}

.ProductQuantitySelector-module_packQtyLabel__gJJ-p {
    color: var(--color-black);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem
}

@media (min-width: 768px) {
    .ProductQuantitySelector-module_packQtyLabel__gJJ-p {
        display:none
    }
}

.Alert-module_alert__zP4AL {
    align-items: flex-start;
    border-radius: .1875rem;
    border-style: solid;
    border-width: 1px;
    display: flex;
    gap: .5rem;
    justify-content: space-between;
    padding: .625rem 1.5rem .875rem;
    width: 100%
}

.Alert-module_content__9Fty2 {
    display: flex;
    flex: 1 1;
    gap: .5rem;
    overflow: hidden;
    white-space: normal
}

.Alert-module_message__Wd9FZ {
    width: 100%
}

.Alert-module_delivery-info__Vukvx {
    flex-shrink: 0;
    height: 1rem;
    margin: .375rem 0 0;
    width: 1rem
}

.Alert-module_icon-feedback-warning__EynO9 {
    flex-shrink: 0;
    height: 1rem;
    margin: .1875rem 0 0;
    width: 1rem
}

.Alert-module_close-btn__hCLzs {
    background: none;
    border: none;
    cursor: pointer;
    margin: .375rem 0 0;
    padding: 0;
    width: 1rem
}

.Alert-module_icon-close__ysgPT {
    flex-shrink: 0;
    height: 1rem;
    width: 1rem
}

.Alert-module_warning__uOpos {
    background-color: var(--color-functional-orange-light);
    border-color: var(--color-functional-orange-mid);
    color: var(--color-functional-orange-mid)
}

.Alert-module_warning__uOpos svg {
    fill: var(--color-functional-orange-mid)
}

.DeliveryInfo-module_wrapper__Im4-d {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-s);
    margin-top: var(--spacing-xl)
}

@media (min-width: 768px) {
    .DeliveryInfo-module_wrapper__Im4-d {
        gap:var(--spacing-l)
    }
}

.DeliveryInfo-module_wrapper__Im4-d .DeliveryInfo-module_item__Lq0nP {
    display: flex;
    flex-direction: row;
    font-size: .875rem;
    font-weight: 300;
    gap: var(--spacing-l)
}

@media (min-width: 768px) {
    .DeliveryInfo-module_wrapper__Im4-d .DeliveryInfo-module_item__Lq0nP {
        font-size:1rem
    }
}

.MixFeeding-module_mix-feeding__dDd-o {
    background-color: var(--color-grey-100)
}

@media (min-width: 768px) {
    .MixFeeding-module_mix-feeding__dDd-o {
        display:flex;
        justify-content: center
    }
}

.MixFeeding-module_mix-feeding-wrapper__VWqw3 {
    max-width: 90rem;
    padding: var(--spacing-xl) var(--spacing-l);
    width: 100%
}

@media (min-width: 768px) {
    .MixFeeding-module_mix-feeding-wrapper__VWqw3 {
        padding:var(--spacing-5xl) 3.75rem var(--spacing-2xl)
    }
}

.MixFeeding-module_mix-feeding-title__dHmYK {
    color: var(--color-brand-rc-500);
    text-transform: uppercase
}

@media (min-width: 768px) {
    .MixFeeding-module_mix-feeding-title__dHmYK {
        font-size:1.625rem;
        font-weight: 500;
        line-height: 2rem
    }
}

.MixFeeding-module_mix-feeding-subtitle__Vx-S7 {
    color: var(--color-grey-600);
    margin: var(--spacing-m) 0 var(--spacing-2xl)
}

@media (min-width: 768px) {
    .MixFeeding-module_mix-feeding-subtitle__Vx-S7 {
        font-size:1rem;
        line-height: 1.5rem
    }
}

@media (min-width: 1024px) {
    .MixFeeding-module_mix-feeding-products__NPkH5 {
        display:flex;
        flex-direction: row;
        gap: 1.5rem
    }
}

.MixFeeding-module_mix-feeding-products-list__z-O-Q {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    .MixFeeding-module_mix-feeding-products-list__z-O-Q {
        display:flex;
        flex-direction: column;
        gap: 2rem
    }

    .MixFeeding-module_mix-feeding-products-list__z-O-Q.MixFeeding-module_condensed__iRlyQ {
        flex-basis: 75%
    }
}

@media (min-width: 1024px) {
    .MixFeeding-module_mix-feeding-products-list__z-O-Q {
        flex-direction:row
    }
}

.MixFeeding-module_mix-feeding-products-images-list__5pZ0s {
    display: flex;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.MixFeeding-module_mix-feeding-products-images-list-item__KvJSX {
    align-items: center;
    background: var(--color-white);
    border: .0625rem solid var(--color-grey-200);
    border-radius: .25rem;
    display: flex;
    height: 6.25rem;
    justify-content: center;
    position: relative;
    width: 5rem
}

.MixFeeding-module_mix-feeding-products-images-list-item--highlighted__RHLak {
    border-color: var(--color-functional-green-mid)
}

.MixFeeding-module_mix-feeding-products-images-list-item__KvJSX img {
    height: 5rem;
    width: auto
}

.MixFeeding-module_mix-feeding-products-images-list-item__KvJSX .MixFeeding-module_plus-icon__R-61U {
    fill: var(--color-brand-rc-500);
    left: -1.0625rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.MixFeeding-module_mix-feeding-products-card-container__VLz5S {
    flex: 1 1;
    position: relative
}

@media (min-width: 1024px) {
    .MixFeeding-module_mix-feeding-products-card-container__VLz5S {
        max-width:18.75rem
    }
}

.MixFeeding-module_mix-feeding-add-to-cart__BQqBn {
    display: flex;
    flex-basis: 25%;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.5rem
}

@media (min-width: 768px) {
    .MixFeeding-module_mix-feeding-add-to-cart__BQqBn {
        align-items:center;
        padding-top: 0
    }
}

.MixFeeding-module_mix-feeding-add-to-cart-title__ge-y0 {
    color: var(--color-grey-800);
    font-size: 1.125rem;
    line-height: 2rem;
    margin: var(--spacing-xl) 0 var(--spacing-l)
}

@media (min-width: 768px) {
    .MixFeeding-module_mix-feeding-add-to-cart-title__ge-y0 {
        margin:0 0 var(--spacing-l)
    }
}

.MixFeeding-module_mix-feeding-add-to-cart-price__ZsGYD {
    font-size: 1.625rem
}

.MixFeeding-module_mix-feeding-plus-icon__SziC1 {
    fill: var(--color-brand-rc-500);
    left: 50%;
    position: absolute;
    top: -32px;
    transform: translateX(-50%)
}

@media (min-width: 1024px) {
    .MixFeeding-module_mix-feeding-plus-icon__SziC1 {
        left:-2rem;
        top: 50%;
        transform: translateY(-50%)
    }
}

.MixFeeding-module_accordion-wrapper__wzoPQ {
    background-color: var(--color-white);
    padding: 0 1.25rem;
    width: 100%
}

.MixFeeding-module_accordion-wrapper__wzoPQ .MixFeeding-module_accordion__RY-0I {
    align-items: center;
    background: none;
    border: 0;
    border-bottom: 1px solid var(--color-grey-200);
    color: var(--color-grey-700);
    cursor: pointer;
    display: flex;
    padding: .75rem 0 .625rem;
    width: 100%
}

.MixFeeding-module_accordion-wrapper__wzoPQ .MixFeeding-module_accordion__RY-0I svg {
    fill: var(--color-grey-700);
    transition: transform .2s ease-in-out,fill .2s ease-in-out
}

.MixFeeding-module_accordion-wrapper__wzoPQ .MixFeeding-module_accordion__RY-0I:hover {
    color: var(--color-brand-rc-500)
}

.MixFeeding-module_accordion-wrapper__wzoPQ .MixFeeding-module_accordion__RY-0I:hover svg {
    fill: var(--color-brand-rc-500)
}

.MixFeeding-module_accordion-wrapper__wzoPQ .MixFeeding-module_accordion--expanded__XpTEY svg {
    transform: rotate(180deg)
}

.MixFeeding-module_accordion-wrapper__wzoPQ .MixFeeding-module_accordion__RY-0I h2 {
    flex: 1 1;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.9375rem;
    margin: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

.MixFeeding-module_blinking-text__r2eOj {
    animation: MixFeeding-module_blink__bxon1 .3s ease-in-out
}

@keyframes MixFeeding-module_blink__bxon1 {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.MixFeedingProductCard-module_mix-feeding-product-card__8fubO {
    border-bottom: .0625rem solid var(--color-grey-200);
    display: flex;
    gap: 1rem;
    height: 100%;
    padding: 1rem 0;
    position: relative;
    text-decoration: none
}

@media (min-width: 768px) {
    .MixFeedingProductCard-module_mix-feeding-product-card__8fubO {
        align-items:center;
        background: var(--color-white);
        border: .0625rem solid var(--color-grey-200);
        border-radius: .75rem;
        flex-direction: column;
        gap: 0;
        padding: 1rem
    }
}

.MixFeedingProductCard-module_mix-feeding-product-card-current-product__eWJgB {
    background-color: var(--color-functional-green-mid);
    border-radius: .1875rem;
    color: var(--color-white);
    font-size: .875rem;
    line-height: 1rem;
    padding: .25rem .5rem;
    position: absolute;
    right: .5rem;
    top: 1rem
}

.MixFeedingProductCard-module_mix-feeding-product-card-current-product--offsetted__lDgkY {
    right: 3.125rem
}

.MixFeedingProductCard-module_mix-feeding-product-card-image-wrapper__Jub1K {
    align-items: center;
    background: var(--color-white);
    border: .0625rem solid var(--color-grey-200);
    border-radius: .25rem;
    display: flex;
    height: 6.25rem;
    justify-content: center;
    width: 5rem
}

.MixFeedingProductCard-module_mix-feeding-product-card-image-wrapper--highlighted__X900v {
    border-color: var(--color-functional-green-mid)
}

@media (min-width: 768px) {
    .MixFeedingProductCard-module_mix-feeding-product-card-image-wrapper__Jub1K {
        border:none;
        height: 9.625rem;
        width: 7.75rem
    }
}

.MixFeedingProductCard-module_mix-feeding-product-card-image-wrapper__Jub1K img {
    height: 5rem;
    object-fit: contain
}

@media (min-width: 768px) {
    .MixFeedingProductCard-module_mix-feeding-product-card-image-wrapper__Jub1K img {
        height:100%;
        margin: 0 auto
    }
}

.MixFeedingProductCard-module_mix-feeding-product-card-content__NJVow {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 2.5rem
}

@media (min-width: 768px) {
    .MixFeedingProductCard-module_mix-feeding-product-card-content__NJVow {
        padding:.5rem 0 0;
        width: 100%
    }
}

.MixFeedingProductCard-module_mix-feeding-product-card-title-wrapper__Uen-Z {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .MixFeedingProductCard-module_mix-feeding-product-card-title-wrapper__Uen-Z {
        margin-bottom:.5rem
    }
}

.MixFeedingProductCard-module_mix-feeding-product-card-title__pXFm7 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--color-brand-rc-500);
    display: -webkit-box;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25rem;
    margin: 0 0 .5rem;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 768px) {
    .MixFeedingProductCard-module_mix-feeding-product-card-title__pXFm7 {
        font-size:1.125rem;
        line-height: 1.5rem
    }
}

.MixFeedingProductCard-module_mix-feeding-product-card-category__8DGBL {
    color: var(--color-grey-600);
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.25rem;
    margin: 0
}

@media (min-width: 768px) {
    .MixFeedingProductCard-module_mix-feeding-product-card-category__8DGBL {
        line-height:1.5rem
    }
}

.MixFeedingProductCard-module_mix-feeding-product-card-price-wrapper__bJ5WB {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (min-width: 768px) {
    .MixFeedingProductCard-module_mix-feeding-product-card-price-wrapper--vertical-layout__HmhAJ {
        align-items:flex-start;
        flex-direction: column;
        justify-content: flex-start
    }
}

.MixFeedingProductCard-module_mix-feeding-product-card-price__Y1mf4 {
    color: var(--color-grey-600);
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0
}

.MixFeedingProductCard-module_mix-feeding-product-card-price--highlighted__exXAv {
    color: var(--color-grey-700)
}

@media (min-width: 768px) {
    .MixFeedingProductCard-module_mix-feeding-product-card-price__Y1mf4 {
        font-size:1.3125rem
    }
}

.MixFeedingProductCard-module_mix-feeding-product-card-pack-info__BDkrS {
    align-items: center;
    color: var(--color-grey-600);
    display: flex;
    font-size: .875rem;
    font-weight: 500;
    gap: .5rem
}

@media (min-width: 768px) {
    .MixFeedingProductCard-module_mix-feeding-product-card-pack-info__BDkrS {
        font-size:1rem;
        line-height: 2rem
    }
}

.MixFeedingProductCard-module_mix-feeding-product-card-checkbox-label__hI9Bq {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem
}

@media (min-width: 768px) {
    .MixFeedingProductCard-module_mix-feeding-product-card-checkbox-label__hI9Bq {
        height:2.5rem;
        right: .5rem;
        top: .5rem;
        transform: none
    }
}

.MixFeedingProductCard-module_mix-feeding-product-card-checkbox__kd2qq {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--color-white);
    border: 1px solid var(--color-grey-200);
    border-radius: .1875rem;
    cursor: pointer;
    height: 1.5rem;
    position: relative;
    transition: border-color .2s ease,background-color .2s ease;
    width: 1.5rem
}

.MixFeedingProductCard-module_mix-feeding-product-card-checkbox__kd2qq:hover {
    border-color: #080707
}

.MixFeedingProductCard-module_mix-feeding-product-card-checkbox__kd2qq:checked {
    border-color: var(--color-brand-rc-500)
}

.MixFeedingProductCard-module_mix-feeding-product-card-checkbox__kd2qq:checked:after {
    border-bottom: 2px solid var(--color-brand-rc-500);
    border-left: 2px solid var(--color-brand-rc-500);
    content: "";
    height: .5rem;
    left: .375rem;
    position: absolute;
    top: .375rem;
    transform: rotate(-45deg);
    width: .75rem
}

@media (min-width: 768px) {
    .RecommendedProducts-module_recommended-products__OiKMf {
        display:flex;
        justify-content: center
    }
}

.RecommendedProducts-module_recommended-products-wrapper__WkJS0 {
    max-width: 90rem;
    padding: var(--spacing-xl) var(--spacing-l);
    width: 100%
}

@media (min-width: 768px) {
    .RecommendedProducts-module_recommended-products-wrapper__WkJS0 {
        padding:var(--spacing-5xl) 3.75rem var(--spacing-2xl)
    }
}

.RecommendedProducts-module_recommended-products-title__ooswq {
    color: var(--color-brand-rc-500);
    margin: 0;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .RecommendedProducts-module_recommended-products-title__ooswq {
        font-size:1.625rem;
        font-weight: 500;
        line-height: 2rem
    }
}

.RecommendedProducts-module_tabs__dg88g {
    border-bottom: 1px solid var(--color-grey-200);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: auto
}

.RecommendedProducts-module_tab__2AOmu {
    background: #0000;
    border: none;
    color: var(--color-grey-700);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 300;
    padding: 1rem 2rem;
    text-align: center
}

.RecommendedProducts-module_tab__2AOmu:hover {
    color: var(--color-brand-rc-500)
}

.RecommendedProducts-module_activeTab__DjEmX {
    border-bottom: 4px solid var(--color-brand-rc-500);
    color: var(--color-brand-rc-500);
    padding-bottom: .75rem
}

.RecommendedProducts-module_activeTabContent__PDYUZ {
    display: block
}

.RecommendedProducts-module_hiddenTabContent__jW1At {
    display: none
}

.RecommendedProductsItem-module_recommended-products-item-link__tG1bw {
    color: var(--color-brand-rc-500);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 1rem 1rem;
    text-decoration: none
}

@media (min-width: 768px) {
    .RecommendedProductsItem-module_recommended-products-item-link__tG1bw {
        padding:0 1.5rem 1.5rem
    }
}

.RecommendedProductsItem-module_recommended-products-item-image-wrapper__U9V9f {
    align-items: center;
    display: flex;
    height: 15.875rem;
    justify-content: center;
    padding-top: 2rem;
    width: 100%
}

.RecommendedProductsItem-module_recommended-products-item-image-wrapper__U9V9f img {
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    width: auto
}

.RecommendedProductsItem-module_recommended-products-item-content-wrapper__jZNLU {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: space-between
}

.RecommendedProductsItem-module_recommended-products-item-heading__89GpH {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    flex: 1 1;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 1rem 0 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 768px) {
    .RecommendedProductsItem-module_recommended-products-item-heading__89GpH {
        margin:2rem 0 1rem
    }
}

.RecommendedProductsItem-module_recommended-products-item-category__Msxq1 {
    color: var(--color-grey-600);
    font-size: .875rem;
    font-weight: 300;
    margin: 0
}

@media (min-width: 768px) {
    .RecommendedProductsItem-module_recommended-products-item-category__Msxq1 {
        font-size:1rem
    }
}

.RecommendedProductsItem-module_recommended-products-item-rating__GQjH8 {
    display: inline-block;
    padding-top: .5rem
}

.RecommendedProductsItem-module_recommended-products-item-price-and-button-wrapper__Dpk5l {
    display: flex;
    flex-direction: column
}

.RecommendedProductsItem-module_recommended-products-item-price-and-stock__lbD9T {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 1rem 0
}

@media (min-width: 768px) {
    .RecommendedProductsItem-module_recommended-products-item-price-and-stock__lbD9T {
        margin:1.5rem 0
    }
}

.RecommendedProductsItem-module_recommended-products-item-price__MY8RP {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: .375rem;
    line-height: 1
}

.RecommendedProductsItem-module_recommended-products-item-price-from__QZxhW {
    color: var(--color-grey-500);
    font-size: .875rem;
    font-weight: 300;
    margin: 0
}

.RecommendedProductsItem-module_recommended-products-item-price-info__-S27C {
    color: var(--color-grey-800);
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0
}

.RecommendedProductsItem-module_recommended-products-item-view-product-button-wrapper__ix4Ys {
    margin-top: 1.5rem;
    width: 100%
}

.ProductDetailsPage-module_productDetails__rCadR {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 90rem;
    padding: 0 var(--spacing-l);
    width: 100%
}

@media (min-width: 768px) {
    .ProductDetailsPage-module_productDetails__rCadR {
        padding:0 3.75rem
    }
}

.ProductDetailsPage-module_productDetailsWrapper__c67vK {
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .ProductDetailsPage-module_productDetailsWrapper__c67vK {
        display:flex;
        flex-wrap: nowrap;
        gap: var(--spacing-xl)
    }

    .ProductDetailsPage-module_productDetailsMedia__UBCPD {
        width: 50%
    }
}

.ProductDetailsPage-module_productDetailsSpecs__k5EE- {
    padding: var(--spacing-s) 0 var(--spacing-2xl)
}

@media (min-width: 768px) {
    .ProductDetailsPage-module_productDetailsSpecs__k5EE- {
        padding:0;
        width: 50%
    }
}

.ProductDetailsPage-module_productCategory__boOvP {
    color: var(--color-black);
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 0
}

@media (min-width: 768px) {
    .ProductDetailsPage-module_productCategory__boOvP {
        font-size:1rem
    }
}

.ProductDetailsPage-module_reviews__02xDu {
    margin-top: var(--spacing-m)
}

@media (min-width: 768px) {
    .ProductDetailsPage-module_reviews__02xDu {
        margin-top:var(--spacing-l)
    }
}

.ProductDetailsPage-module_packSection__6gvB4 {
    margin-top: var(--spacing-m)
}

@media (min-width: 768px) {
    .ProductDetailsPage-module_packSection__6gvB4 {
        margin-top:var(--spacing-l)
    }
}

.ProductDetailsPage-module_packWeightQty__zIQxG {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-m);
    justify-content: center
}

@media (min-width: 1024px) {
    .ProductDetailsPage-module_packWeightQty__zIQxG {
        gap:var(--spacing-l);
        justify-content: space-between
    }
}

.ProductDetailsPage-module_packWeightWrapper__R8ygf {
    flex: 1 1;
    margin: 0 calc(var(--spacing-l)*-1);
    max-width: 100vw
}

.ProductDetailsPage-module_packWeightWrapper__R8ygf a {
    margin-left: var(--spacing-l)
}

@media (min-width: 768px) {
    .ProductDetailsPage-module_packWeightWrapper__R8ygf a {
        margin-left:0
    }

    .ProductDetailsPage-module_packWeightWrapper__R8ygf {
        margin: 0;
        max-width: none
    }
}

.ProductDetailsPage-module_packWeightWrapper__R8ygf rc-radio-option:first-of-type {
    margin-left: var(--spacing-l)
}

@media (min-width: 768px) {
    .ProductDetailsPage-module_packWeightWrapper__R8ygf rc-radio-option:first-of-type {
        margin-left:0
    }
}

.ProductDetailsPage-module_packWeightWrapper__R8ygf rc-radio-option:last-of-type {
    margin-right: var(--spacing-l)
}

@media (min-width: 768px) {
    .ProductDetailsPage-module_packWeightWrapper__R8ygf rc-radio-option:last-of-type {
        margin-right:0
    }
}

.ProductDetailsPage-module_productPrice__nFj7O {
    color: var(--color-grey-700);
    display: flex;
    font-size: 1.125rem;
    font-weight: 500;
    gap: .6ch;
    line-height: 1.5rem;
    margin: 0
}

@media (min-width: 768px) {
    .ProductDetailsPage-module_productPrice__nFj7O {
        line-height:1.625rem
    }
}

.PackSizeSelector-module_packSizeLabelWrapper__7cM5e {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 2.75rem;
    min-width: 5.4375rem;
    padding: var(--spacing-s) var(--spacing-m);
    text-align: center
}

.PackSizeSelector-module_packSizeLabelWrapperTop__A6vZ8 {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem
}

.PackSizeSelector-module_packSizeLabelWrapperBottom__Kgs7G {
    font-size: .75rem;
    font-weight: 300;
    line-height: 1rem
}

.PackSizeSelector-module_packSizeLabel__ED6W3 {
    padding: 0 var(--spacing-l)
}

@media (min-width: 768px) {
    .PackSizeSelector-module_packSizeLabel__ED6W3 {
        padding:0
    }
}

.NonFoodPrice-module_non-food-price__8IB0E {
    color: var(--color-grey-800);
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.875rem;
    margin: 1rem 0
}

@media (min-width: 768px) {
    .NonFoodPrice-module_non-food-price__8IB0E {
        margin:1.5rem 0
    }
}

.PackSelectorButton-module_pack-weight-label__nVKYS {
    display: block;
    font-weight: 500;
    margin-bottom: .5rem
}

.PackSelectorButton-module_select-trigger__FeyhR {
    align-items: center;
    background-color: var(--color-white);
    border: none;
    border-bottom: 2px solid var(--color-grey-600);
    border-radius: .125rem;
    color: var(--color-grey-600);
    cursor: pointer;
    display: flex;
    font-size: .875rem;
    font-weight: 300;
    justify-content: space-between;
    padding: .625rem 0;
    width: 100%
}

.PackSelectorButton-module_select-trigger__FeyhR svg {
    fill: var(--color-grey-600);
    margin-left: .5rem
}

.PackSelectorButton-module_select-trigger__FeyhR .PackSelectorButton-module_selected-option__nDmmI {
    align-items: center;
    display: flex;
    font-weight: 500;
    white-space: nowrap
}

.PackSelectorButton-module_select-trigger__FeyhR .PackSelectorButton-module_selected-option__nDmmI .PackSelectorButton-module_selected-option-stock__ixS22 {
    font-size: .75rem;
    font-weight: 300
}

.PackSelectorButton-module_select-trigger__FeyhR .PackSelectorButton-module_selected-option__nDmmI .PackSelectorButton-module_stock-wrapper__syr2B {
    margin: 0 .25rem 0 1rem
}

.PackSelectorButton-module_selected-option-price__klmL- {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.PackSelectorButton-module_selected-option-price__klmL- .PackSelectorButton-module_selection-chevron__6Mapq {
    height: 1.5rem;
    -webkit-margin-start: .5rem;
    margin-inline-start:.5rem;transition: transform .2s ease-in-out
}

.PackSelectorButton-module_selected-option-price__klmL- .PackSelectorButton-module_selection-chevron--open__NQrk9 {
    transform: rotate(-180deg)
}

.BestDeal-module_best-deal-label__9uXOh {
    background-color: var(--color-functional-green-mid);
    border-radius: .25rem;
    color: var(--color-white);
    display: block;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    padding: .375rem .5rem;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width: 768px) {
    .BestDeal-module_best-deal-label__9uXOh {
        font-size:.75rem;
        padding: .1875rem .25rem
    }
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 {
    color: var(--color-grey-600);
    position: relative;
    width: 100%
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_pack-weight-label__dYNRo {
    display: block;
    font-weight: 500;
    margin-bottom: .5rem
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_select-trigger__xFpxP {
    align-items: center;
    background-color: var(--color-white);
    border: none;
    border-bottom: 2px solid var(--color-grey-600);
    border-radius: .125rem;
    color: var(--color-grey-600);
    cursor: pointer;
    display: flex;
    font-size: .875rem;
    font-weight: 300;
    justify-content: space-between;
    padding: .625rem 0;
    width: 100%
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_select-trigger__xFpxP svg {
    fill: var(--color-grey-600);
    margin-left: .5rem
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_select-trigger__xFpxP .DesktopPackSelector-module_selected-option__N2MeL {
    align-items: center;
    display: flex;
    font-weight: 500
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_select-trigger__xFpxP .DesktopPackSelector-module_selected-option__N2MeL .DesktopPackSelector-module_selected-option-stock__clpAy {
    font-size: .75rem;
    font-weight: 300
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_select-trigger__xFpxP .DesktopPackSelector-module_selected-option__N2MeL .DesktopPackSelector-module_status-dot__ImtAg {
    border-radius: 50%;
    display: inline-block;
    height: .5rem;
    margin: 0 .25rem 0 1rem;
    width: .5rem
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_select-trigger__xFpxP .DesktopPackSelector-module_selected-option__N2MeL .DesktopPackSelector-module_status-dot__ImtAg.DesktopPackSelector-module_in-stock__-DWdI {
    background-color: var(--color-functional-green-mid)
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_select-trigger__xFpxP .DesktopPackSelector-module_selected-option__N2MeL .DesktopPackSelector-module_status-dot__ImtAg.DesktopPackSelector-module_out-of-stock__qiadN {
    background-color: var(--color-brand-rc-500)
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_dropdown__Gdjz4 {
    background-color: var(--color-white);
    border: 1px solid var(--color-grey-100);
    border-radius: .25rem;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_dropdown__Gdjz4 .DesktopPackSelector-module_option__6EERy {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
    padding: .5rem .75rem;
    transition: background-color .2s ease
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_dropdown__Gdjz4 .DesktopPackSelector-module_option__6EERy.DesktopPackSelector-module_focused__qMQU7,.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_dropdown__Gdjz4 .DesktopPackSelector-module_option__6EERy:hover {
    background-color: var(--color-grey-100)
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_dropdown__Gdjz4 .DesktopPackSelector-module_option__6EERy.DesktopPackSelector-module_focused__qMQU7 {
    outline: 2px solid var(--color-brand-rc-500)
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_dropdown__Gdjz4 .DesktopPackSelector-module_option__6EERy.DesktopPackSelector-module_selected__QFKYD {
    background-color: var(--color-grey-100)
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_dropdown__Gdjz4 .DesktopPackSelector-module_option__6EERy .DesktopPackSelector-module_option-label-wrapper__h-zVg {
    align-items: center;
    display: flex
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_dropdown__Gdjz4 .DesktopPackSelector-module_option__6EERy .DesktopPackSelector-module_option-label__5vGY- {
    align-items: center;
    display: flex;
    width: 4.375rem
}

.DesktopPackSelector-module_desktop-pack-selector__-QtF2 .DesktopPackSelector-module_dropdown__Gdjz4 .DesktopPackSelector-module_option__6EERy .DesktopPackSelector-module_option-prices-wrapper__Nt4Rc {
    align-items: center;
    display: flex
}

.DesktopPackSelector-module_option-prices__Sbols {
    text-align: right
}

.DesktopPackSelector-module_option-prices__Sbols .DesktopPackSelector-module_price__Kllh6 {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5rem
}

.DesktopPackSelector-module_option-prices__Sbols .DesktopPackSelector-module_price-per-kg__BHX-H {
    font-size: .75rem;
    font-weight: 300
}

.DesktopPackSelector-module_best-deal-wrapper__UyCrO {
    margin-left: auto;
    margin-right: .625rem
}

.MobilePackSelector-module_mobile-pack-selector__OXD69 {
    color: var(--color-grey-600);
    position: relative;
    width: 100%
}

.MobilePackSelector-module_mobile-pack-selector__OXD69 .MobilePackSelector-module_pack-weight-label__sZ-KJ {
    display: block;
    font-weight: 500;
    margin-bottom: .5rem
}

.MobilePackSelector-module_mobile-pack-selector__OXD69 .MobilePackSelector-module_select-trigger__C11qO {
    align-items: center;
    background-color: var(--color-white);
    border: none;
    border-bottom: 1px solid var(--color-grey-600);
    border-radius: .125rem;
    color: var(--color-grey-600);
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 300;
    justify-content: space-between;
    padding: .875rem 0 .75rem;
    width: 100%
}

.MobilePackSelector-module_mobile-pack-selector__OXD69 .MobilePackSelector-module_select-trigger__C11qO svg {
    fill: var(--color-grey-600);
    margin-left: .5rem
}

.MobilePackSelector-module_mobile-pack-selector__OXD69 .MobilePackSelector-module_select-trigger__C11qO .MobilePackSelector-module_selected-option__ebp68 {
    align-items: center;
    display: flex
}

.MobilePackSelector-module_mobile-pack-selector__OXD69 .MobilePackSelector-module_select-trigger__C11qO .MobilePackSelector-module_selected-option__ebp68 .MobilePackSelector-module_status-dot__venY0 {
    border-radius: 50%;
    display: inline-block;
    height: .5rem;
    margin: 0 .25rem 0 1rem;
    width: .5rem
}

.MobilePackSelector-module_mobile-pack-selector__OXD69 .MobilePackSelector-module_select-trigger__C11qO .MobilePackSelector-module_selected-option__ebp68 .MobilePackSelector-module_status-dot__venY0.MobilePackSelector-module_in-stock__f2N7u {
    background-color: var(--color-functional-green-mid)
}

.MobilePackSelector-module_mobile-pack-selector__OXD69 .MobilePackSelector-module_select-trigger__C11qO .MobilePackSelector-module_selected-option__ebp68 .MobilePackSelector-module_status-dot__venY0.MobilePackSelector-module_out-of-stock__8YxYp {
    background-color: var(--color-brand-rc-500)
}

.MobilePackSelector-module_mobile-pack-selector__OXD69 .MobilePackSelector-module_option__403Wo {
    align-items: center;
    background-color: var(--color-white);
    border: 1px solid var(--color-grey-200);
    border-radius: .5rem;
    display: grid;
    font-size: .875rem;
    grid-template-columns: 1fr 2.5fr 1fr;
    padding: 1rem;
    transition: background-color .2s ease
}

.MobilePackSelector-module_mobile-pack-selector__OXD69 .MobilePackSelector-module_option__403Wo.MobilePackSelector-module_selected__FiitX {
    border: 2px solid var(--color-grey-800)
}

.MobilePackSelector-module_mobile-pack-selector__OXD69 .MobilePackSelector-module_option__403Wo .MobilePackSelector-module_option-label__2WHr5 {
    font-size: 1rem
}

.MobilePackSelector-module_mobile-pack-selector__OXD69 .MobilePackSelector-module_option__403Wo .MobilePackSelector-module_option-info__TxfyV {
    align-items: center;
    display: flex;
    flex-direction: column
}

.MobilePackSelector-module_option-prices__f58Dp {
    text-align: right
}

.MobilePackSelector-module_option-prices__f58Dp .MobilePackSelector-module_price__TAZQs {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem
}

.MobilePackSelector-module_option-prices__f58Dp .MobilePackSelector-module_price-per-kg__9JduE {
    font-size: .875rem;
    font-weight: 300
}

.MobilePackSelector-module_dialog__2oNAa {
    background: var(--color-grey-100);
    display: flex;
    flex-direction: column;
    height: 100dvh;
    justify-content: flex-start;
    left: 0;
    margin: 0;
    max-width: unset;
    padding: 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.MobilePackSelector-module_dialog-title__FEPOg {
    color: var(--color-brand-rc-500);
    font-size: 1.625rem;
    font-weight: 300;
    margin: 0;
    text-align: center
}

.MobilePackSelector-module_dialog-content__J-SJB {
    overflow-y: auto;
    padding: .9375rem
}

.MobilePackSelector-module_dialog-content-title__zLRXV {
    color: var(--color-grey-600);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin: 0 0 1.0625rem;
    text-align: center
}

.MobilePackSelector-module_dialog-buttons__9peQr {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    justify-content: center;
    margin-top: auto;
    padding-top: 1rem
}

.MobilePackSelector-module_dialog-link__fzUC1 {
    background: none;
    border: none;
    border-bottom: 1px solid var(--color-grey-500);
    color: var(--color-grey-800);
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content
}

.MobilePackSelector-module_dialog-close__97-Md {
    background: none;
    border: none;
    height: 1rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1rem
}

.MobilePackSelector-module_dialog-close__97-Md svg {
    fill: var(--color-grey-500)
}

.MobilePackSelector-module_pack-size-list__ML9YA {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.MobilePackSelector-module_pack-size-item__Ns66P {
    background-color: var(--color-white);
    border: 1px solid var(--color-grey-200);
    border-radius: .5rem
}

.ProductDetails-module_product-details__txUxk {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    margin: 0 auto
}

@media (min-width: 768px) {
    .ProductDetails-module_product-details__txUxk {
        align-items:flex-start;
        flex-basis: calc(100% + 0.625rem);
        flex-direction: row
    }
}

.ProductDetails-module_product-details-content__I2skw p {
    color: var(--color-grey-600);
    font-size: 1rem;
    font-weight: 300;
    margin: var(--spacing-xl) 0 0;
    white-space: pre-wrap
}

.ProductDetails-module_product-details-content__I2skw button {
    font-size: 1rem
}

@media (min-width: 768px) {
    .ProductDetails-module_product-details-content__I2skw {
        flex:1 0 50%;
        margin: var(--spacing-m) 0 0
    }

    .ProductDetails-module_product-details-image-wrapper__g996d {
        flex: 1 0 50%
    }
}

.ProductDetails-module_product-details-image-wrapper__g996d img {
    margin: 0 auto;
    max-width: 20rem;
    width: 100%
}

@media (min-width: 768px) {
    .ProductDetails-module_product-details-image-wrapper__g996d img {
        max-width:21.25rem;
        width: 21.25rem
    }
}

.ProductBenefits-module_productBenefitsItem__ECHED {
    align-items: flex-start;
    page-break-inside: avoid;
    break-inside: avoid;
    display: flex;
    margin-bottom: var(--spacing-xl)
}

@media (min-width: 1024px) {
    .ProductBenefits-module_productBenefitsItem__ECHED {
        margin-bottom:var(--spacing-l)
    }
}

.ProductBenefits-module_productBenefitsItem__ECHED:before {
    background-color: var(--color-brand-rc-500);
    border-radius: 100%;
    content: "";
    display: inline-flex;
    height: .5rem;
    margin-top: var(--spacing-m);
    -webkit-margin-end: var(--spacing-s);
    margin-inline-end:var(--spacing-s);-webkit-margin-start: 0;
    margin-inline-start:0;min-width: .5rem
}

.ProductBenefits-module_productBenefitsItemSubtitle__10NrU {
    color: var(--color-grey-600);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin: 0
}

.ProductBenefits-module_productBenefitsItemText__gtemj {
    color: var(--color-grey-600);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.375rem;
    margin: 0
}

.ProductNutritionalInfo-module_nutritional-info-item__j3XbH {
    align-items: flex-start;
    border-top: 1px solid var(--color-grey-200);
    display: flex;
    width: 100%
}

.ProductNutritionalInfo-module_nutritional-info-item__j3XbH:first-child {
    border-top: 0
}

.ProductNutritionalInfo-module_nutritional-info-item__j3XbH.ProductNutritionalInfo-module_expanded__UmYWW .ProductNutritionalInfo-module_nutritional-item-content-wrapper__igckI {
    display: block
}

.ProductNutritionalInfo-module_nutritional-item-wrapper__pSFgq {
    width: 100%
}

.ProductNutritionalInfo-module_nutritional-item-header__-8rrg {
    align-items: center;
    background: none;
    border: 0;
    color: var(--color-grey-800);
    cursor: pointer;
    display: flex;
    margin: 0;
    padding-block:1.1875rem 1.375rem;padding-inline:0;width: 100%
}

.ProductNutritionalInfo-module_nutritional-item-header__-8rrg svg {
    fill: var(--color-grey-600);
    margin: 0 auto;
    transform: rotate(0deg);
    transition: .2s ease-in-out;
    transition-property: transform;
    width: 1.5rem
}

.ProductNutritionalInfo-module_nutritional-item-subtitle__Tjk1e {
    color: var(--color-grey-600);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin: 0;
    text-align: start;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .ProductNutritionalInfo-module_nutritional-item-subtitle__Tjk1e {
        font-size:1.375rem;
        text-align: start
    }
}

.ProductNutritionalInfo-module_icon-plus__T6RQM {
    display: block
}

.ProductNutritionalInfo-module_icon-minus__LnlCs {
    display: none
}

.ProductNutritionalInfo-module_icon-wrapper__cw228 {
    display: inline-flex;
    height: 1.5rem;
    -webkit-margin-start: auto;
    margin-inline-start:auto;min-width: 1.5rem
}

.ProductNutritionalInfo-module_expanded__UmYWW .ProductNutritionalInfo-module_icon-wrapper__cw228 {
    transform: rotate(180deg)
}

.ProductNutritionalInfo-module_expanded__UmYWW .ProductNutritionalInfo-module_icon-wrapper__cw228 .ProductNutritionalInfo-module_icon-plus__T6RQM {
    display: none
}

.ProductNutritionalInfo-module_expanded__UmYWW .ProductNutritionalInfo-module_icon-wrapper__cw228 .ProductNutritionalInfo-module_icon-minus__LnlCs {
    display: block
}

.ProductNutritionalInfo-module_nutritional-item-content-wrapper__igckI {
    color: var(--color-grey-800);
    display: none;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.375rem;
    margin: 0;
    padding: .5rem .625rem 2.5rem .5rem;
    padding-block:.5rem 2.5rem;padding-inline:.5rem .625rem}

@media (min-width: 768px) {
    .ProductNutritionalInfo-module_nutritional-item-content-wrapper__igckI {
        font-size:1.125rem;
        line-height: 1.625rem;
        padding-inline:0}
}

.ProductEnvironmentalCharacteristics-module_productEnvItemWrapper__YltFl {
    width: 100%
}

.ProductEnvironmentalCharacteristics-module_productEnvItem__jKmYE {
    align-items: flex-start;
    display: flex;
    width: 100%
}

.ProductEnvironmentalCharacteristics-module_productEnvItemContent__-aDZt {
    color: var(--color-grey-600);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.375rem;
    padding-block:var(--spacing-s) var(--spacing-3xl)}

@media (min-width: 768px) {
    .ProductEnvironmentalCharacteristics-module_productEnvItemContent__-aDZt {
        font-size:1.125rem;
        line-height: 1.625rem
    }
}

.ProductAttribute-module_product-attribute__y0EJ7 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0 0 .5rem
}

p+.ProductAttribute-module_product-attribute__y0EJ7 {
    margin-top: 1.5rem
}

.ProductAttribute-module_product-attribute-description__-ZtpP {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 0 0 1rem
}

.FilterMobileHeader-module_filter-mobile-header-wrapper__ZR0hy {
    align-items: center;
    background: none;
    border: 0;
    color: var(--color-grey-600);
    display: flex;
    font-size: 1rem;
    gap: .625rem;
    padding: 1rem;
    text-align: start;
    transition: .2s ease-in-out;
    transition-property: color
}

.FilterMobileHeader-module_filter-mobile-header-wrapper__ZR0hy svg:first-of-type {
    -webkit-margin-end: .625rem;
    margin-inline-end:.625rem}

.FilterMobileHeader-module_filter-mobile-header-title__zTZ1L {
    flex: 1 1
}

.FilterDesktopHeader-module_filter-desktop-header-wrapper__RhIrd {
    align-items: center;
    display: flex;
    gap: .625rem;
    margin: 0 0 1rem
}

.FilterDesktopHeader-module_filter-desktop-header-title__eQAqT {
    box-sizing: border-box;
    color: var(--color-grey-600);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    margin: 0;
    overflow-wrap: anywhere
}

.FilterFooter-module_filter-footer-wrapper__eO4bR {
    box-shadow: 0 -.125rem .25rem #0000000d;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem
}

.FilterFooter-module_filter-footer-clear-button__LhMv- {
    margin-bottom: 1rem
}

.FilterCategory-module_filter-category-button__4Yc90 {
    align-items: center;
    background: none;
    border: 0;
    color: var(--color-grey-700);
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 0;
    padding-block:1.1875rem 1.375rem;padding-inline:.875rem 1.75rem;text-align: start;
    width: 100%
}

.FilterCategory-module_filter-category-button__4Yc90 rc-icon,.FilterCategory-module_filter-category-button__4Yc90 svg {
    fill: var(--color-grey-700);
    height: .5625rem;
    transform: rotate(0deg);
    transition: .2s ease-in-out;
    width: 1rem
}

.FilterCategory-module_filter-category-button__4Yc90:hover {
    color: var(--color-brand-rc-500)
}

.FilterCategory-module_filter-category-button__4Yc90:hover rc-icon,.FilterCategory-module_filter-category-button__4Yc90:hover svg {
    fill: var(--color-brand-rc-500)
}

.FilterCategory-module_filter-category-button__4Yc90~ul {
    max-height: 0
}

.FilterCategory-module_filter-category-button--active__atOdC~ul {
    max-height: none
}

.FilterCategory-module_filter-category-button--active__atOdC svg {
    transform: rotate(180deg)
}

.FilterCategory-module_filter-category-button-label__LHCFd {
    flex: 1 1;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap
}

.FilterCategory-module_first-selected-filter-label__qBAMn {
    color: var(--color-grey-600);
    display: flex;
    font-size: .75rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

.FilterCategory-module_first-selected-filter-label__qBAMn span:last-child {
    -webkit-margin-start: .25rem;
    margin-inline-start:.25rem}

.FilterItems-module_filter-category-items-wrapper__xCfux {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding-block:0 0;padding-inline:.875rem 1.75rem;transition: max-height .1s ease-in-out
}

.FilterItems-module_filter-category-items-wrapper__xCfux .FilterItems-module_filter-category-item__XVoPJ {
    padding-block:0 0;padding-inline:.375rem 1.75rem}

.FilterItems-module_filter-category-items-wrapper__xCfux .FilterItems-module_filter-category-item__XVoPJ:last-of-type {
    margin-bottom: 1rem
}

.FilterItems-module_filter-category-items-wrapper__xCfux .FilterItems-module_filter-category-item-label__OL9Sf {
    align-items: center;
    color: var(--color-grey-600);
    cursor: pointer;
    display: flex;
    font-weight: 300;
    gap: .5rem;
    justify-content: space-between;
    line-height: 1.5rem;
    padding-block:.0625rem .625rem;padding-inline:2.1875rem 0;position: relative
}

.FilterItems-module_filter-category-items-wrapper__xCfux .FilterItems-module_filter-category-item-label__OL9Sf:hover {
    color: var(--color-grey-700)
}

.FilterItems-module_filter-category-items-wrapper__xCfux .FilterItems-module_filter-category-item-label__OL9Sf:before {
    border: 1px solid var(--color-grey-200);
    border-radius: .1875rem;
    content: "";
    display: inline-block;
    height: 1.5rem;
    inset-inline-start: 0;
    position: absolute;
    top: .125rem;
    width: 1.5rem
}

.FilterItems-module_filter-category-items-wrapper__xCfux .FilterItems-module_filter-category-item-count__uULtX {
    font-size: .75rem;
    font-weight: 500;
    white-space: nowrap
}

.FilterItems-module_filter-category-items-wrapper__xCfux .FilterItems-module_filter-category-input__v-klD {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.FilterItems-module_filter-category-items-wrapper__xCfux .FilterItems-module_filter-category-input__v-klD:hover~.FilterItems-module_filter-category-item-label__OL9Sf:before {
    border-color: #080707
}

.FilterItems-module_filter-category-items-wrapper__xCfux .FilterItems-module_filter-category-input__v-klD:checked~.FilterItems-module_filter-category-item-label__OL9Sf:after {
    border-bottom: 2px solid var(--color-brand-rc-500);
    border-left: 2px solid var(--color-brand-rc-500);
    content: "";
    height: .375rem;
    inset-inline-start: .4375rem;
    position: absolute;
    top: .5625rem;
    transform: rotate(-45deg);
    width: .625rem
}

.FilterItems-module_filter-category-items-wrapper__xCfux .FilterItems-module_filter-category-input__v-klD:focus~.FilterItems-module_filter-category-item-label__OL9Sf:before {
    border: 2px solid var(--color-grey-800)
}

.FilterItems-module_filter-category-items-wrapper__xCfux .FilterItems-module_filter-category-input__v-klD[type=radio]~.FilterItems-module_filter-category-item-label__OL9Sf:before {
    border-radius: 50%
}

.FilterItems-module_filter-category-items-wrapper__xCfux .FilterItems-module_filter-category-input__v-klD[type=radio]:checked~.FilterItems-module_filter-category-item-label__OL9Sf:after {
    background-color: var(--color-brand-rc-500);
    border: 0;
    border-radius: 50%;
    height: .5rem;
    inset-inline-start: .5rem;
    top: .625rem;
    width: .5rem
}

.FilterItems-module_filter-category-items-wrapper__xCfux .FilterItems-module_show-more-button__AC7gY {
    background-color: initial;
    border: none;
    border-bottom: .0625rem solid var(--color-grey-500);
    color: var(--color-grey-700);
    cursor: pointer;
    font: inherit;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0
}

.FilterMain-module_filter-main-wrapper__NhTcx {
    flex: 1 1;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    scrollbar-width: .5rem
}

@media (min-width: 768px) {
    .FilterMain-module_filter-main-wrapper__NhTcx {
        border-bottom:1px solid var(--color-grey-100);
        border-top: 1px solid var(--color-grey-100);
        height: auto;
        top: unset
    }
}

.FilterMain-module_filter-main-wrapper__NhTcx::-webkit-scrollbar {
    width: .5rem
}

.FilterMain-module_filter-main-wrapper__NhTcx::-webkit-scrollbar-thumb {
    background-color: var(--color-grey-200);
    border-radius: .25rem
}

.FilterMain-module_filter-main-wrapper__NhTcx::-webkit-scrollbar-track {
    background-color: initial;
    opacity: 0;
    width: .5rem
}

.FilterMain-module_filter-category__7ASj6 {
    border-bottom: 1px solid var(--color-grey-100);
    margin: 0
}

.FilterMain-module_filter-category__7ASj6:last-of-type {
    border-bottom: 0
}

.FilterMain-module_filter-category--grayed__tWyuL {
    background-color: var(--color-grey-100)
}

.Filter-module_filter-mobile-wrapper__QBF8c {
    display: flex;
    flex-direction: column;
    height: 100%
}

.FilterTags-module_product-filter-tags__1E0fL {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0
}

@media (min-width: 768px) {
    .FilterTags-module_product-filter-tags__1E0fL {
        margin:0 0 .75rem
    }
}

.FilterTags-module_product-filter-tag__3E-Mr {
    background-color: var(--color-grey-100);
    border-radius: .1875rem;
    font-size: .75rem;
    padding: .25rem .5rem
}

@media (min-width: 768px) {
    .FilterTags-module_product-filter-tag__3E-Mr {
        display:flex;
        font-size: .875rem;
        padding: .5rem 1rem
    }
}

.FilterTags-module_product-filter-tag-label__WUV5q {
    color: var(--color-grey-800)
}

.FilterTags-module_product-filter-tag-button__9QrYx {
    background: #0000;
    border: none;
    cursor: pointer;
    font-size: 0;
    margin-block:0 0;margin-inline:.5rem 0;padding: 0
}

.FilterTags-module_product-filter-tag-button__9QrYx svg {
    fill: var(--color-brand-rc-500);
    height: .5rem;
    width: .5rem
}

@media (min-width: 768px) {
    .FilterTags-module_product-filter-tag-button__9QrYx svg {
        height:1rem;
        width: 1rem
    }
}

.FilterTags-module_product-filter-tag-clear-all-button__6QHtb {
    background: #0000;
    border: none;
    border-bottom: .0625rem solid var(--color-grey-200);
    color: var(--color-grey-700);
    cursor: pointer;
    font-size: .75rem;
    padding: 0
}

@media (min-width: 768px) {
    .FilterTags-module_product-filter-tag-clear-all-button__6QHtb {
        font-size:1rem
    }
}

.ProductListTopSection-module_product-list-top-section-wrapper__X1-Kw {
    border-bottom: .0625rem solid var(--color-grey-200);
    padding: 0 1rem .75rem
}

@media (min-width: 768px) {
    .ProductListTopSection-module_product-list-top-section-wrapper__X1-Kw {
        border-bottom:none;
        padding: 0
    }
}

.ProductListTopSection-module_open-filter-button-wrapper__Ilfw3,.ProductListTopSection-module_sticky-open-filter-button-wrapper__hOnxT {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.ProductListTopSection-module_sticky-open-filter-button-wrapper__hOnxT {
    background: var(--color-white);
    bottom: 0;
    left: 0;
    padding: .75rem 1rem;
    position: fixed;
    z-index: 2
}

.ProductListTopSection-module_total-products-title__wOw8v {
    color: var(--color-grey-600);
    font-size: .75rem;
    font-weight: 300
}

.ProductListTopSection-module_total-products-title__wOw8v .ProductListTopSection-module_total-products-count__qfv55 {
    font-weight: 500
}

@media (min-width: 768px) {
    .ProductListTopSection-module_total-products-title__wOw8v {
        font-size:.875rem
    }
}

.ProductList-module_product-list__tBnvA {
    box-sizing: border-box
}

.ProductList-module_product-list__tBnvA * {
    box-sizing: border-box;
    overflow-wrap: anywhere
}

@media (min-width: 768px) {
    .ProductList-module_product-list__tBnvA {
        display:flex;
        gap: 2rem
    }
}

.ProductList-module_filter__J70Q3 {
    display: none
}

.ProductList-module_filter--open__t1W4b {
    background-color: var(--color-white);
    display: block;
    height: calc(100vh - var(--plp-filter-offset, 0px));
    left: 0;
    position: fixed;
    top: calc(var(--plp-filter-offset, 0px));
    width: 100%;
    z-index: 999
}

@supports (height: 100dvh) {
    .ProductList-module_filter--open__t1W4b {
        height:calc(100dvh - var(--plp-filter-offset, 0px))
    }
}

@media (min-width: 768px) {
    .ProductList-module_filter__J70Q3 {
        display:block;
        flex: 1 1;
        max-width: 20rem;
        min-width: 15rem
    }
}

.ProductList-module_top-section__labZQ {
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .ProductList-module_top-section__labZQ {
        margin-bottom:1.5rem
    }
}

.ProductCardPrice-module_product-card-price__CpSH6 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5rem
}

@media (min-width: 768px) {
    .ProductCardPrice-module_product-card-price__CpSH6 {
        align-items:baseline;
        display: inline;
        flex-direction: column;
        gap: .25rem;
        line-height: 1.625rem
    }
}

.ProductCardPrice-module_product-card-price-from__4kRyo {
    color: var(--color-grey-600);
    font-size: .875rem;
    font-weight: 300;
    margin: 0;
    width: 100%
}

@media (min-width: 768px) {
    .ProductCardPrice-module_product-card-price-from__4kRyo {
        color:var(--color-grey-700);
        font-size: 1rem;
        margin-right: 0;
        width: auto
    }
}

.ProductCardPrice-module_product-card-price-info__Cukqs {
    color: var(--color-grey-700);
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0
}

@media (min-width: 768px) {
    .ProductCardPrice-module_product-card-price-info__Cukqs {
        font-size:1.3125rem
    }
}

.ProductGridCard-module_product-card__cNJCG {
    background: var(--color-white);
    border: .0625rem solid var(--color-grey-200);
    border-radius: .1875rem;
    display: flex;
    gap: 1rem;
    height: 100%;
    text-decoration: none;
    width: 100%
}

.ProductGridCard-module_product-card__cNJCG:hover .ProductGridCard-module_product-card-view-product__Mwvd5 {
    color: var(--color-functional-red-dark)
}

.ProductGridCard-module_product-card__cNJCG:hover .ProductGridCard-module_product-card-view-product__Mwvd5 span {
    border-bottom-color: var(--color-functional-red-dark)
}

.ProductGridCard-module_product-card__cNJCG:hover .ProductGridCard-module_product-card-view-product__Mwvd5 svg {
    fill: var(--color-functional-red-dark)
}

@media (min-width: 768px) {
    .ProductGridCard-module_product-card__cNJCG {
        align-items:center;
        flex-direction: column;
        gap: 0;
        min-height: 24.125rem;
        padding: 1rem 1rem 0
    }
}

.ProductGridCard-module_product-card-image-wrapper__oYGA7 {
    flex: 0 0 auto;
    width: 7.75rem
}

@media (max-width: 767px) {
    .ProductGridCard-module_product-card-image-wrapper__oYGA7 {
        display:flex;
        flex-direction: column;
        justify-content: center
    }
}

@media (min-width: 768px) {
    .ProductGridCard-module_product-card-image-wrapper__oYGA7 {
        height:9.625rem;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    .ProductGridCard-module_product-card-image-wrapper__oYGA7 img {
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        width: auto
    }
}

.ProductGridCard-module_product-card-content__fHWuQ {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 1rem 1.5rem 0
}

@media (min-width: 768px) {
    .ProductGridCard-module_product-card-content__fHWuQ {
        align-items:center;
        padding: .5rem 0 1.5rem;
        text-align: center
    }
}

.ProductGridCard-module_product-card-title-wrapper__yRqYp {
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .ProductGridCard-module_product-card-title-wrapper__yRqYp {
        margin-bottom:.5rem
    }
}

.ProductGridCard-module_product-card-title__YSJrm {
    color: var(--color-brand-rc-500);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25rem;
    margin: 0 0 .5rem
}

@media (min-width: 768px) {
    .ProductGridCard-module_product-card-title__YSJrm {
        font-size:1.625rem;
        line-height: 2rem
    }
}

.ProductGridCard-module_product-card-category__JNnt7 {
    color: var(--color-grey-600);
    font-size: .875rem;
    line-height: 1.25rem;
    margin: 0
}

@media (min-width: 768px) {
    .ProductGridCard-module_product-card-category__JNnt7 {
        font-size:1rem;
        line-height: 1.5rem
    }
}

.ProductGridCard-module_product-card-rating__L-MCz {
    display: inline-block;
    padding-top: .5rem
}

.ProductGridCard-module_product-cart-price-stock__mM5RK {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .ProductGridCard-module_product-cart-price-stock__mM5RK {
        gap:.75rem
    }
}

.ProductGridCard-module_product-card-view-product__Mwvd5 {
    align-items: center;
    color: var(--color-grey-700);
    display: flex;
    font-size: .875rem;
    font-weight: 500;
    gap: .5rem;
    margin-top: 1rem;
    position: relative;
    transition: .2s ease-in-out
}

.ProductGridCard-module_product-card-view-product__Mwvd5 span {
    border-bottom: .0625rem solid var(--color-grey-200);
    line-height: 1.5rem;
    padding: .25rem 0;
    transition: border-bottom-color .2s ease-in-out
}

.ProductGridCard-module_product-card-view-product__Mwvd5 svg {
    fill: var(--color-grey-500);
    transform: translate(.0625rem,-.0625rem);
    transition: fill .2s ease-in-out
}

@media (min-width: 768px) {
    .ProductGridCard-module_product-card-view-product__Mwvd5 svg {
        transform:none
    }
}

@media (min-width: 1024px) {
    .ProductGridCard-module_product-card-view-product__Mwvd5 svg {
        inset-inline-end:-1.5rem;
        position: absolute
    }
}

[dir=rtl] .ProductGridCard-module_product-card-view-product__Mwvd5 svg {
    rotate: 180deg
}

@media (min-width: 768px) {
    .ProductGridCard-module_product-card-view-product__Mwvd5 {
        justify-content:center;
        margin: 0 0 2rem
    }
}

@media (min-width: 1024px) {
    .ProductGridCard-module_product-card-view-product__Mwvd5 {
        gap:0
    }
}

.ProductListGrid-module_product-list-grid__K6KCY {
    grid-gap: 1rem;
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0 1rem 1rem
}

@media (min-width: 768px) {
    .ProductListGrid-module_product-list-grid__K6KCY {
        grid-gap:1.5rem;
        grid-template-columns: 1fr 1fr;
        padding: 0
    }
}

@media (min-width: 1024px) {
    .ProductListGrid-module_product-list-grid__K6KCY {
        grid-template-columns:1fr 1fr 1fr
    }
}

.ProductListGrid-module_product-list-grid-item__cryhu {
    grid-column: span 1
}

.ProductListGrid-module_product-finder-banner__4mKCV {
    box-sizing: border-box;
    width: 100%
}

.ProductListGrid-module_product-finder-banner__4mKCV * {
    box-sizing: border-box;
    overflow-wrap: anywhere
}

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
