/** Shopify CDN: Minification failed

Line 12893:3 Unexpected "/"

**/
@charset "UTF-8";
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes moveUp {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes moveUp {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
} /*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
    box-sizing: border-box;
}
::after,
::before {
    box-sizing: inherit;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}
@-moz-document url-prefix() {
    body {
        font-weight: lighter !important;
    }
}
body {
    margin: 0;
}
main {
    display: block;
}
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
    color: inherit;
}
pre {
    font-family: monospace, monospace;
    font-size: inherit;
}
address {
    font-style: inherit;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
cite {
    font-style: normal;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
embed,
iframe,
object {
    border: 0;
    vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: 0 0;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
    cursor: default;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
label[for] {
    cursor: pointer;
}
details {
    display: block;
}
summary {
    display: list-item;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption {
    text-align: left;
}
td,
th {
    vertical-align: top;
}
th {
    text-align: left;
    font-weight: 700;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.action_link:not(.btn) a,
.btn,
button {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    border: none;
    cursor: pointer;
    vertical-align: middle;
}
.action_link:not(.btn) a:before,
.btn:before,
button:before {
    content: "•";
    font-size: 2.5em;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 0.3em;
    display: block;
    color: inherit;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 0;
    margin-top: 0.04em;
}
.action_link:not(.btn) a:hover:before,
.btn:hover:before,
button:hover:before {
    color: red;
}
.action_link:not(.btn) a *,
.btn *,
button * {
    text-decoration: none !important;
}
.btn-boxed,
body #all_accept,
body #essential_accept,
body .btn-accept {
    border: 1px solid;
    border-radius: 100px;
    -webkit-transition: opacity;
    transition: opacity;
    padding: 0.9525rem;
}
.btn-boxed:hover,
body #all_accept:hover,
body #essential_accept:hover,
body .btn-accept:hover {
    opacity: 0.5;
}
.btn-boxed.--primary,
body .--primary#all_accept,
body .--primary#essential_accept,
body .--primary.btn-accept {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}
.btn-boxed.--secondary,
body #all_accept,
body .--secondary#essential_accept,
body .--secondary.btn-accept {
    border-color: #d5d1cf;
    background-color: #d5d1cf;
    color: #000;
}
.btn-boxed.--tertiary,
body #essential_accept,
body .--tertiary#all_accept,
body .btn-accept {
    border-color: #d5d1cf;
    color: #d5d1cf;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"] {
    border-bottom: 2px solid #000;
    padding-top: 0.635rem;
    padding-bottom: 0.635rem;
}
textarea {
    padding: 8px;
}
::-webkit-input-placeholder {
    color: #d5d1cf;
    opacity: 100%;
}
:-moz-placeholder {
    color: #d5d1cf;
    opacity: 100%;
}
::-moz-placeholder {
    color: #d5d1cf;
    opacity: 100%;
}
:-ms-input-placeholder {
    color: #d5d1cf;
    opacity: 100%;
}
table {
    border-collapse: collapse;
}
td,
th {
    border-bottom: 1px solid #000;
    padding-top: 0.9525rem;
    padding-bottom: 0.9525rem;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    text-align: left;
}
td:first-child,
th:first-child {
    padding-left: 0;
}
td:last-child,
th:last-child {
    padding-right: 0;
}
body {
    font-size: 20px;
    line-height: 1.4;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 20px;
    line-height: 1.4;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-top: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
pre {
    margin-bottom: 1em;
}
em {
    font-style: italic;
}
b,
strong {
    font-weight: 500;
}
code {
    font-family: monospace;
}
pre {
    font-family: monospace;
    margin-bottom: 1em;
}
small {
    font-size: 12;
}
.utl--hide {
    display: none !important;
}
.utl--show {
    display: block !important;
}
@media (min-width: 600px) {
    .utl--hide-s {
        display: none !important;
    }
}
@media (min-width: 600px) {
    .utl--show-s {
        display: block !important;
    }
}
@media (min-width: 900px) {
    .utl--hide-m {
        display: none !important;
    }
}
@media (min-width: 900px) {
    .utl--show-m {
        display: block !important;
    }
}
@media (min-width: 1100px) {
    .utl--hide-l {
        display: none !important;
    }
}
@media (min-width: 1100px) {
    .utl--show-l {
        display: block !important;
    }
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
@media (min-width: 900px) {
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 120px;
        height: 120px;
        z-index: 10;
        -webkit-transform: translate(-10000px, -50%);
        transform: translate(-10000px, -50%);
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    .swiper-button-next.--is-small,
    .swiper-button-prev.--is-small {
        width: 60px;
        height: 60px;
    }
    .swiper-container:hover .swiper-button-next,
    .swiper-container:hover .swiper-button-prev {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background-color: #fff;
        cursor: pointer;
    }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-container:hover .swiper-button-next.swiper-button-disabled,
.swiper-container:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='62' height='42' viewBox='0 0 62 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M62 20.9995L2 20.9995' stroke='black' stroke-width='2'/%3E%3Cpath d='M20.1816 40.9995L2 20.9997L20.1816 0.999902' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.--is-small,
.swiper-container-rtl .swiper-button-next.--is-small {
    background-size: 31px 21px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='62' height='42' viewBox='0 0 62 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 21L60 21' stroke='black' stroke-width='2'/%3E%3Cpath d='M41.8184 1L60 20.9998L41.8184 40.9996' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.--is-small,
.swiper-container-rtl .swiper-button-prev.--is-small {
    background-size: 31px 21px;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.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-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    -ms-touch-action: none;
    left: 0;
    width: 100%;
    background: 0 0;
    position: absolute;
    bottom: 0;
    z-index: 1000;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 30px;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: bottom;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 2px solid #000;
    line-height: 1.8;
    position: relative;
}
.swiper-scrollbar-drag:after {
    display: none;
}
@media (min-width: 1100px) {
    .swiper-scrollbar-drag:after {
        content: "Drag to see more";
        font-size: 10px;
        line-height: auto;
        letter-spacing: 0.2em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        display: block;
        white-space: nowrap;
        padding-left: 27px;
        padding-right: 27px;
        padding-top: 6px;
        padding-bottom: 5px;
    }
    .swiper-scrollbar-drag:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 180px;
        height: 30px;
        background: url("data:image/svg+xml,%3Csvg width='25' height='40' viewBox='0 0 25 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='25' height='40' fill='none'/%3E%3Cpath d='M14.5 16L10.5 20L14.5 24' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A")
                left center no-repeat,
            url("data:image/svg+xml,%3Csvg width='25' height='40' viewBox='0 0 25 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='25' y='40' width='25' height='40' transform='rotate(180 25 40)' fill='none'/%3E%3Cpath d='M10.5 24L14.5 20L10.5 16' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A")
                right center no-repeat;
    }
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: 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%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
body #banner-wrapper div.banner-body {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    -webkit-transform: none;
    transform: none;
    top: initial;
    margin-left: 0;
    color: #fff;
    background-color: #000;
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 10px;
}
body .banner-body__content:after {
    content: "";
    display: block;
    clear: both;
}
body #banner-wrapper div.banner-header {
    display: none;
}
body #banner-wrapper div.banner-footer {
    background-color: #000;
}
body .banner-body__content div:nth-child(4) {
    display: none;
}
body #banner-wrapper div.banner-body__content .banner-main_header {
    padding: 30px;
    padding-bottom: 0;
    color: #d5d1cf;
    font-size: 14px;
    line-height: 18px;
}
body #banner-wrapper div.banner-body__content .banner-main_header p {
    color: #d5d1cf;
}
@media (min-width: 1100px) {
    body #banner-wrapper div.banner-body__content .banner-main_header {
        padding: 30px;
        float: left;
        width: 50%;
    }
}
@media (min-width: 1400px) {
    body #banner-wrapper div.banner-body__content .banner-main_header {
        width: 68%;
    }
}
body #banner-wrapper div.banner-main_header.list-type {
    display: block;
    margin-bottom: 0.3175rem;
    padding-left: 30px;
    padding-bottom: 0;
    color: #d5d1cf;
    font-size: 14px;
    line-height: 18px;
}
@media (min-width: 1100px) {
    body #banner-wrapper div.banner-main_header.list-type {
        width: 50%;
        float: right;
        padding-left: 0;
    }
}
@media (min-width: 1400px) {
    body #banner-wrapper div.banner-main_header.list-type {
        width: 30%;
    }
}
body #banner-wrapper div.banner-main_buttons p {
    background-color: transparent;
    margin: 0;
    color: #d5d1cf;
    border-radius: 100px;
}
body #banner-wrapper div.banner-main_header.list-type p::before {
    display: none;
}
body #banner-wrapper div.banner-main_header.list-type p {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 5px;
}
body #banner-wrapper div.banner-main_buttons p span {
    color: #d5d1cf;
    text-align: left;
}
body #banner-wrapper div.banner-main_buttons p:first-child {
    color: #000;
    background-color: #d5d1cf;
}
body #banner-wrapper div.banner-main_buttons p:first-child span {
    color: #000;
}
body #banner-wrapper div.banner-main_buttons p span {
    color: #d5d1cf;
}
body #banner-wrapper div.banner-body__content .banner-main_buttons {
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 1100px) {
    body #banner-wrapper div.banner-body__content .banner-main_buttons {
        width: 50%;
        float: right;
        padding-left: 0;
    }
}
@media (min-width: 1400px) {
    body #banner-wrapper div.banner-body__content .banner-main_buttons {
        width: 30%;
    }
}
body #banner-wrapper div.banner-main_buttons p:nth-child(3) {
    color: #d5d1cf;
    opacity: 1;
    text-align: left;
    padding: 0;
    text-decoration: underline;
    font-size: 14px;
    line-height: 18px;
}
body #banner-wrapper div.banner-footer {
    background: #000;
    padding: 0;
    display: block;
    clear: both;
    color: #d5d1cf;
    margin-top: 10px;
    padding-left: 30px;
}
@media (min-width: 1100px) {
    body #banner-wrapper div.banner-footer {
        width: 50%;
        float: right;
        padding-left: 0;
    }
}
@media (min-width: 1400px) {
    body #banner-wrapper div.banner-footer {
        width: 30%;
    }
}
body #banner-wrapper div.banner-footer a {
    color: #d5d1cf;
    font-size: 14px;
    line-height: 18px;
}
body .btn-accept {
    font-size: 16px;
    line-height: 1.5;
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-bottom: 0.635rem !important;
}
body .btn-accept[hidden] {
    display: none;
}
body #banner-wrapper div.banner-footer a {
    text-decoration: underline;
}
body #banner-wrapper div.banner-footer a:nth-child(2) {
    border: none;
}
body #banner-wrapper .cookie_tab__wrapper_header {
    background-color: #000;
    padding: 1.905rem;
    border-top: 1px solid #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    font-size: 14px;
    line-height: 18px;
}
body #banner-wrapper .cookie_tab__wrapper.marketing.display div,
body .cookie_tab__wrapper.essential.display div {
    background-color: #000;
}
body #banner-wrapper .toggle .slider {
    left: 0;
}
body #banner-wrapper .banner-body__content .tabs {
    margin: 1.905rem 0;
}
.add-to-basket {
    min-height: 500px;
    overflow: hidden;
    position: relative;
    border-top: 2px solid #fff;
}
@media (min-width: 900px) {
    .add-to-basket {
        display: -webkit-box;
        display: flex;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }
}
.add-to-basket__main {
    -webkit-box-flex: 1;
    flex: auto;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (min-width: 900px) {
    .add-to-basket__main {
        padding-left: 1.905rem;
        padding-right: 1.905rem;
        padding-top: 1.905rem;
    }
}
@media (min-width: 900px) {
    .add-to-basket__downloads {
        border-top: 2px solid #ece8e7;
    }
}
.add-to-basket__info__product-price {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
}
.add-to-basket__info__product-price .js-el__price {
    text-align: left;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0px;
}
.add-to-basket__info__product-price .add-to-basket__price-info {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}
.add-to-basket__info__product-additionals {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45.5px 0 37.5px 0;
}
.add-to-basket__configurator__options-desktop .add-to-basket__info__product-additionals {
    align-items: flex-end;
    margin: 0 0 60px 0;
}
.add-to-basket__info__product-additionals .add-to-basket__info__tech-specs-btn,
.add-to-basket__info__product-additionals .add-to-basket__info__downloads-btn {
    border-top: 1px solid #ece8e7;
    border-bottom: 1px solid #ece8e7;
    padding: 23.5px 0;
    width: 50%;
    text-align: left;
    font: normal normal bold 12px/24px "DM Sans";
    letter-spacing: 1.2px;
    color: #000000;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.add-to-basket__info__product-additionals .add-to-basket__info__tech-specs-btn-arrow,
.add-to-basket__info__product-additionals .add-to-basket__info__downloads-btn-arrow {
    line-height: 0;
}
.add-to-basket__info__product-additionals > div:first-child {
    margin-right: 34.5px;
}
@media screen and (max-width: 550px) {
    .add-to-basket__info__product-additionals {
        flex-direction: column;
    }
    .add-to-basket__info__product-additionals > div {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .add-to-basket__info__product-additionals > div:first-child {
        margin-right: 0px;
    }
}
.add-to-basket__downloads ul {
    display: none;
}
.add-to-basket__downloads .add-to-basket__downloads-content {
    display: block;
    width: 100%;
    overflow: auto;
    background-color: #fff;
}
.add-to-basket__downloads li {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    padding-top: 1.27rem;
    padding-bottom: 1.27rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #f5f4f2;
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (min-width: 900px) {
    .add-to-basket__downloads li {
        margin-left: auto;
        padding-left: 1.905rem;
        padding-right: 1.905rem;
    }
    .add-to-basket__downloads .add-to-basket__downloads-content li {
        padding-left: 1.905rem;
    }
}
.add-to-basket__downloads.--is-open ul {
    display: block;
}
.add-to-basket__downloads-header {
    display: -webkit-box;
    display: flex;
    padding: 1.27rem;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (min-width: 900px) {
    .add-to-basket__downloads-header {
        height: 6.35rem;
    }
}
.add-to-basket__downloads.--is-open .add-to-basket__downloads-header {
    background-color: #f5f4f2;
}
.add-to-basket__downloads-arrow {
    margin-right: 0.635rem;
    line-height: 0;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.add-to-basket__downloads-arrow svg {
    width: 1.27rem;
}
@media (min-width: 900px) {
    .add-to-basket__downloads-arrow {
        margin-right: 1.905rem;
    }
    .add-to-basket__downloads-arrow svg {
        width: 1.905rem;
    }
}
.add-to-basket__downloads.--is-open .add-to-basket__downloads-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.add-to-basket__footer-static {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-shrink: 0;
    border-top: 0;
    position: relative;
    z-index: 200;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    width: 100%;
}
@media (max-width: 899px) {
    .add-to-basket__footer-static {
        border-top: 2px solid #ece8e7;
    }
    #Swopper .add-to-basket-swopper.--configurator-is-open .add-to-basket__footer-static {
        position: absolute;
        bottom: 0;
    }
    #Swopper .add-to-basket-swopper section.js-el__configurator.add-to-basket__configurator {
        overflow: hidden; 
    }
    #js-stop-sticky .add-to-basket__footer__purchase {
        border-bottom: none !important;
    }
}
@media (min-width: 900px) {
    .add-to-basket__footer-static {
        position: absolute;
        height: 6.35rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        bottom: 0;
    }
}
.add-to-basket__footer-fixed {
    flex-shrink: 0;
    border-top: 0;
    z-index: 200;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    width: 100%;
    display: none;
    position: fixed;
    height: 5.08rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    bottom: 0;
}
@media (min-width: 900px) {
    .add-to-basket__footer-fixed {
        display: -webkit-box;
        display: flex;
        height: 6.35rem;
        -webkit-transform: translateY(120%);
        transform: translateY(120%);
    }
}
.add-to-basket__footer-fixed.--is-fixed {
    position: fixed;
    display: flex;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: drop-shadow(0px 3px 17.5px rgba(0, 0, 0, 0.3));
}
.--configurator-is-open .add-to-basket__footer-fixed,
.add-to-basket__footer-fixed.--is-off-screen {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
} /* @media (max-width:899px){.add-to-basket__footer-fixed .js-fn__configurator-open{display: none}}*/
.add-to-basket__footer__info {
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    -webkit-box-ordinal-group: 101;
    order: 100;
}
@media (max-width: 899px) {
    .add-to-basket__footer__info {
        border-bottom: 2px solid #ece8e7;
    }
    .add-to-basket.--configurator-is-open .add-to-basket__footer__info {
        display: none;
    }
}
@media (min-width: 900px) {
    .add-to-basket__footer__info {
        -webkit-box-ordinal-group: 1;
        order: 0;
        display: -webkit-box;
        display: flex;
        height: 6.35rem;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding-left: 1.905rem;
        padding-right: 1.905rem;
        background-color: #f5f4f2;
        width: 50%;
        border-top: 2px solid #ece8e7;
    }
}
.add-to-basket-swopper .add-to-basket__footer-fixed .add-to-basket__footer__info {
    border-top: unset;
}
.add-to-basket__footer-fixed .add-to-basket__footer__info {
    -webkit-box-ordinal-group: 1;
    order: 0;
    display: -webkit-box;
    display: flex;
    height: 5.08rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    background-color: #f5f4f2;
    width: 50%;
    border-top: 2px solid #ece8e7;
}
@media (min-width: 900px) {
    .add-to-basket__footer-fixed .add-to-basket__footer__info {
        height: 6.35rem;
        padding-left: 1.905rem;
        padding-right: 1.905rem;
    }
}
.add-to-basket__footer__price {
    display: none;
    margin-left: auto;
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.add-to-basket__footer__price span {
    display: block;
}
@media (min-width: 900px) {
    .add-to-basket__footer__price {
        display: block;
    }
}
@media (max-width: 899px) {
    .add-to-basket__footer-fixed .add-to-basket__footer__price {
        display: block;
        width: 40%;
    }
}
.add-to-basket__price-info {
    padding-top: 0.3175rem;
    font-size: 12px;
    line-height: 1.2;
}
.add-to-basket__footer__purchase {
    overflow: hidden;
}
@media (max-width: 899px) {
    .add-to-basket.--configurator-is-open .add-to-basket__footer__purchase {
        height: 5.08rem;
    }
}
@media (min-width: 900px) {
    .add-to-basket__footer__purchase {
        border-top: 2px solid #ece8e7;
        height: 6.35rem;
        position: relative;
        width: 50%;
    }
}
.add-to-basket__footer-fixed .add-to-basket__footer__purchase {
    /* border-top: 2px solid #ece8e7; */
    height: 5.08rem;
    position: relative;
    width: 50%;
}
@media (min-width: 900px) {
    .add-to-basket__footer-fixed .add-to-basket__footer__purchase {
        height: 6.35rem;
    }
}
.add-to-basket__footer__purchase__default div {
    width: 100%;
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media (max-width: 899px) {
    .add-to-basket__footer__purchase__default div {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        white-space: nowrap;
        border: none;
        cursor: pointer;
        padding-left: 2.54rem;
        padding-right: 1.27rem;
        padding-top: 1.27rem;
        padding-bottom: 1.27rem;
        border-bottom: 2px solid #ece8e7;
    }
    .add-to-basket__footer__purchase__default div:before {
        content: "•";
        margin-left: -1.27rem;
        position: absolute;
        font-size: 2.54rem;
        display: block;
        margin-bottom: 2px;
        color: inherit;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .add-to-basket__footer__purchase__default div:hover:before {
        color: red;
    }
}
@media screen and (min-width: 1024px) {
    .add-to-basket__footer__purchase__default div {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .add-to-basket__footer__purchase__default div {
        font-size: 26px;
    }
}
.add-to-basket__footer-fixed .add-to-basket__footer__purchase__default .js-fn__add-variant-to-basket {
    font-size: 21px;
    padding: 15px 10px;
    text-align: center;
    justify-content: center;
    width: 45%;
    color: #fff;
    background-color: #000;
    margin-left: auto;
    border-radius: 50px;
}
.add-to-basket__footer-fixed .add-to-basket__footer__purchase__default .js-fn__configurator-open {
    border: 2px solid #000;
    border-radius: 50px;
    font-size: 21px;
    padding: 15px 10px;
    text-align: center;
    justify-content: center;
    width: 45%;
    margin-right: auto;
}
.add-to-basket__footer-fixed .add-to-basket__footer__purchase__default .js-fn__add-variant-to-basket:before,
.add-to-basket__footer-fixed .add-to-basket__footer__purchase__default .js-fn__configurator-open:before {
    content: "";
    width: 0;
    height: 0;
    margin: 0;
}
.add-to-basket__footer-fixed .add-to-basket__footer__purchase__default div {
    border-bottom: 0;
}
@media (max-width: 1200px) {
    .add-to-basket__footer-fixed .add-to-basket__footer__purchase__default .js-fn__add-variant-to-basket,
    .add-to-basket__footer-fixed .add-to-basket__footer__purchase__default .js-fn__configurator-open {
        font-size: 15px;
    }
}
@media (max-width: 899px) {
    .add-to-basket__footer-fixed .add-to-basket__footer__purchase__default div {
        height: 5.08rem;
    }
    .add-to-basket__footer__purchase__default {
        display: flex;
        height: 100%;
    }
    .add-to-basket__footer-fixed .js-fn__add-variant-to-basket {
        display: none;
    }
    .add-to-basket__footer-fixed .add-to-basket__footer__purchase__default .js-fn__configurator-open {
        width: 75%;
        height: 3rem;
        margin: auto;
    }
    .add-to-basket__footer-fixed .add-to-basket__footer__purchase__default .js-fn__configurator-open {
        font-size: 16px;
    }
    .add-to-basket__footer-fixed .add-to-basket__footer__purchase__default div {
        height: auto;
    }
}
.add-to-basket__footer-fixed .price-wrapper,
.add-to-basket__footer-fixed .price-wrapper .js-el__price.second,
.add-to-basket__footer-fixed .price-wrapper .js-el__product-type {
    display: none;
}
@media (max-width: 600px) {
    .add-to-basket__footer-fixed .price-wrapper {
        display: flex;
    }
    .add-to-basket__footer-fixed .add-to-basket__footer__price {
        display: none;
    }
    .add-to-basket__footer-fixed {
        height: auto;
    }
    .add-to-basket__footer__mini-product-info span {
        display: none;
    }
    .add-to-basket__footer-fixed .add-to-basket__footer__info {
        width: 30%;
        background-color: #fff;
        border-bottom: unset;
        height: 100%;
    }
    .add-to-basket__footer-fixed .add-to-basket__footer__purchase {
        width: 70%;
        height: 100%;
        padding-left: 1.27rem;
        padding-right: 1.27rem;
        padding-bottom: 15px;
    }
    .add-to-basket__footer__purchase__default {
        flex-direction: column;
    }
    .add-to-basket__footer-fixed .add-to-basket__footer__purchase__default div:before {
        content: "";
        width: 0;
        height: 0;
        margin: 0;
    }
    .add-to-basket__footer-fixed .add-to-basket__footer__purchase__default div {
        height: auto;
        padding: 0;
    }
    .add-to-basket__footer-fixed .add-to-basket__footer__purchase__default .js-fn__configurator-open {
        width: 100%;
    }
    .add-to-basket__footer-fixed .price-wrapper .js-el__product-type {
        display: block;
        font-size: 18px;
        padding: 15px 0;
    }
    .add-to-basket__footer-fixed .price-wrapper .js-el__price.second {
        display: block;
        margin-left: auto;
        font-size: 18px;
        padding: 15px 0;
    }
}
@media (max-width: 478px) {
    .add-to-basket__footer-fixed .add-to-basket__footer__purchase__default .js-fn__add-variant-to-basket {
        display: none;
    }
}
.add-to-basket.--configurator-is-open .add-to-basket__footer__purchase__default {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 899px) {
    .add-to-basket.--configurator-is-open .add-to-basket__footer__purchase__default {
        display: none;
    }
}
@media (min-width: 900px) {
    .add-to-basket__footer__purchase__default {
        display: -webkit-box;
        display: flex;
        width: 100%;
        height: 6.35rem;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding-left: 1.905rem;
        padding-right: 1.905rem;
    }
}
.add-to-basket__footer__progress {
    display: none;
    height: 5.08rem;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    border-bottom: 2px solid #ece8e7;
}
.add-to-basket.--configurator-is-open .add-to-basket__footer__progress {
    display: -webkit-box;
    display: flex;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.add-to-basket__footer__progress ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 5.08rem;
    flex-basis: 83.33%;
    padding-top: 0.635rem;
    padding-bottom: 0.635rem;
}
@media screen and (min-width: 370px) {
    .add-to-basket__footer__progress {
        padding-left: 1.27rem;
        padding-right: 1.27rem;
    }
}
@media (min-width: 900px) {
    .add-to-basket__footer__progress ul {
        height: 6.35rem;
    }
}
@media (min-width: 900px) {
    .add-to-basket__footer__progress {
        display: -webkit-box;
        display: flex;
        height: 6.35rem;
        border-bottom: 0;
    }
}
.add-to-basket__footer__progress-step {
    flex-basis: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    cursor: pointer;
    padding-right: 0.635rem;
    opacity: 0.5;
}
@media (max-width: 1099px) {
    .add-to-basket__footer__progress-step {
        display: none;
    }
    .add-to-basket__footer__progress-step.--is-current {
        display: block;
        opacity: 1;
    }
}
.add-to-basket__footer__progress-step.--is-before-current {
    opacity: 1;
}
@media (min-width: 900px) {
    .add-to-basket__footer__progress-step {
        padding-left: 0.635rem; /* display: none; */
    }
}
.add-to-basket__footer__progress-step-title {
    font-size: 10px;
    line-height: auto;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 900px) {
    .add-to-basket__footer__progress-step-title {
        margin-bottom: 0.635rem;
    }
    .add-to-basket__footer__progress-step-title span {
        /* display: none */
    }
}
.add-to-basket__footer__progress-step-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
}
.add-to-basket__footer__progress-step-selection {
    font-size: 12px;
    line-height: 1.2;
}
.add-to-basket__footer__progress-next {
    color: #ff1d25;
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    flex-basis: 16.6666%;
    padding-left: 0.635rem;
    padding-right: 0.635rem;
    display: none;
}
@media (max-width: 899px) {
    .add-to-basket__footer__progress-next {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .add-to-basket__footer__progress-next {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .add-to-basket__footer__progress-next {
        font-size: 26px;
    }
}
.add-to-basket__footer__progress-next.--is-active {
    opacity: 1;
}
.add-to-basket__footer__progress-nav-mobile {
    display: -webkit-box;
    display: flex;
}
@media (min-width: 900px) {
    .add-to-basket__footer__progress-nav-mobile {
        /* display: none */
    }
}
.add-to-basket__footer__progress-nav-mobile-btn {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    flex-basis: 16.6666%;
    padding-left: 1.27rem;
    opacity: 0.5;
}
@media screen and (min-width: 1024px) {
    .add-to-basket__footer__progress-nav-mobile-btn {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .add-to-basket__footer__progress-nav-mobile-btn {
        font-size: 36px;
    }
}
.add-to-basket__footer__progress-nav-mobile-btn.--is-active {
    opacity: 1;
}
.add-to-basket__footer__configurator-add-to-cart {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    display: none;
    height: calc(5.08rem - 2px);
}
.add-to-basket__footer__configurator-add-to-cart.--is-active {
    display: -webkit-box;
    display: flex;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media (min-width: 900px) {
    .add-to-basket__footer__configurator-add-to-cart {
        height: 6.35rem;
        display: -webkit-box;
        display: flex;
    }
}
.add-to-basket__footer__configurator-add-to-cart__back {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    width: 50%;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media screen and (min-width: 1024px) {
    .add-to-basket__footer__configurator-add-to-cart__back {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .add-to-basket__footer__configurator-add-to-cart__back {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .add-to-basket__footer__configurator-add-to-cart__back {
        height: 6.35rem;
        display: -webkit-box;
        display: flex;
        padding-left: 1.905rem;
        padding-right: 1.905rem;
    }
}
.add-to-basket__footer__configurator-add-to-cart__mobile-link {
    width: 25%;
    height: 5.08rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex: 1;
}
@media (min-width: 900px) {
    .add-to-basket__footer__configurator-add-to-cart__mobile-link {
        display: none;
    }
}
.add-to-basket__footer__configurator-add-to-cart__mobile-link + .add-to-basket__footer__configurator-add-to-cart__mobile-link {
    background-color: #f5f4f2;
}
.add-to-basket__footer__configurator-add-to-cart__add {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    background-color: #ff1d25;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    height: 5.08rem;
    width: 50%;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
}
@media screen and (min-width: 1024px) {
    .add-to-basket__footer__configurator-add-to-cart__add {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .add-to-basket__footer__configurator-add-to-cart__add {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .add-to-basket__footer__configurator-add-to-cart__add {
        height: 6.35rem;
        padding-left: 1.905rem;
        padding-right: 1.905rem;
    }
}
.add-to-basket__preview-col {
    position: relative;
    background-color: #f5f4f2;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50);
}
@media (min-width: 900px) {
    .add-to-basket__preview-col {
        height: auto;
        width: 50%;
        padding-bottom: 6.35rem;
        max-height: none;
    }
}
.add-to-basket__default-preview {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-height: 0;
}
.add-to-basket.--configurator-is-open .add-to-basket__default-preview {
    display: none;
}
@media (min-width: 900px) {
    .add-to-basket__default-preview {
        padding-top: 6.35rem;
    }
}
.add-to-basket__configuration-preview {
    display: none;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 0;
}
.add-to-basket.--configurator-is-open .add-to-basket__configuration-preview {
    display: -webkit-box;
    display: flex;
}
.add-to-basket__preview-header {
    display: none;
}
@media (min-width: 900px) {
    .add-to-basket__preview-header {
        height: 6.35rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding-left: 1.905rem;
        padding-right: 1.905rem;
    }
}
.add-to-basket__preview-thumbnails {
    display: none;
}
@media (min-width: 900px) {
    .add-to-basket__preview-thumbnails {
        display: block;
        position: absolute;
        top: 50%;
        left: 1.905rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 100;
    }
}
.add-to-basket__preview-thumbnail {
    width: 3.81rem;
    height: 3.81rem;
    background-color: #fff;
    margin-top: 0.635rem;
    margin-bottom: 0.635rem;
    opacity: 0.5;
}
.add-to-basket__preview-thumbnail.--is-active {
    opacity: 1;
}
.add-to-basket__preview-thumbnail img {
    max-width: 100%;
    max-height: 100%;
}
.add-to-basket__preview-pagination {
    text-align: center;
    position: absolute;
    bottom: 0;
}
@media (min-width: 900px) {
    .add-to-basket__preview-pagination {
        display: none;
    }
}
.add-to-basket__preview-img-wrapper {
    display: -webkit-box;
    display: flex;
    width: 100%;
    text-align: center;
    min-height: 0;
    -webkit-box-flex: 1;
    flex: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    cursor: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0V20' stroke='black' stroke-width='2'/%3E%3Cpath d='M20 10L-2.98023e-07 10' stroke='black' stroke-width='2'/%3E%3C/svg%3E"),
        auto;
}
.add-to-basket__preview-img-wrapper.--is-loading {
    opacity: 0.3;
}
.--has-active-zoom .add-to-basket__preview-img-wrapper {
    cursor: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10L-2.98023e-07 10' stroke='black' stroke-width='2'/%3E%3C/svg%3E"), auto;
}
.add-to-basket__preview-carousel {
    width: 100%;
    height: auto;
}
.add-to-basket__preview-carousel__slide {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
    cursor: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0V20' stroke='black' stroke-width='2'/%3E%3Cpath d='M20 10L-2.98023e-07 10' stroke='black' stroke-width='2'/%3E%3C/svg%3E"),
        auto;
}
.add-to-basket__preview-carousel__slide.--is-loading {
    opacity: 0.3;
}
.--has-active-zoom .add-to-basket__preview-carousel__slide {
    cursor: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10L-2.98023e-07 10' stroke='black' stroke-width='2'/%3E%3C/svg%3E"), auto;
}
.add-to-basket__footer__tech-specs-btn {
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}
@media (max-width: 899px) {
    .add-to-basket__footer__tech-specs-btn {
        padding-top: 1.27rem;
        padding-bottom: 1.27rem;
    }
}
.add-to-basket__footer__mini-product-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.add-to-basket__footer__mini-product-info img {
    height: 100%;
}
.add-to-basket__footer__mini-product-info span {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .add-to-basket__footer__mini-product-info span {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .add-to-basket__footer__mini-product-info span {
        font-size: 26px;
    }
}
.add-to-basket__footer__tech-specs-btn-arrow {
    margin-right: 1.27rem;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
}
@media (min-width: 900px) {
    .add-to-basket__footer__tech-specs-btn-arrow {
        margin-right: 1.905rem;
        display: block;
    }
}
.add-to-basket__footer__tech-specs-btn.--is-open .add-to-basket__footer__tech-specs-btn-arrow {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.add-to-basket__footer__tech-specs-btn-plus {
    margin-right: 0.635rem;
    line-height: 0;
}
@media (min-width: 900px) {
    .add-to-basket__footer__tech-specs-btn-plus {
        display: none;
    }
}
.add-to-basket__preview-col__price {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .add-to-basket__preview-col__price {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .add-to-basket__preview-col__price {
        font-size: 26px;
    }
}
.add-to-basket__tech-specs {
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 5.08rem;
    overflow: auto;
    background-color: #f5f4f2;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    z-index: 105;
}
#shopify-section-product_downloads_swopper .add-to-basket__downloads {
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 5.08rem;
    overflow: auto;
    background-color: #f5f4f2;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    z-index: 105;
}
#shopify-section-product_tech-spec_swopper .add-to-basket__tech-specs {
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 5.08rem;
    overflow: auto;
    background-color: #f5f4f2;
    -webkit-transform: translateX(-500%);
    transform: translateX(-500%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    z-index: 105;
}
.add-to-basket__downloads {
    background: #fff; /* border:none; */
}
@media (max-width: 899px) {
    .add-to-basket__tech-specs,
    #shopify-section-product_downloads_swopper .add-to-basket__downloads {
        position: fixed;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        z-index: 500;
    }
}
.--has-open-tech-specs #shopify-section-product_tech-spec_swopper .add-to-basket__tech-specs {
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
}
.--has-open-tech-specs .add-to-basket__tech-specs,
.--has-open-downloads #shopify-section-product_downloads_swopper .add-to-basket__downloads {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.--configurator-is-open .--has-open-tech-specs #shopify-section-product_tech-spec_swopper .add-to-basket__tech-specs {
    -webkit-transform: translateX(0vw);
    transform: translate(0vw);
}
@media (min-width: 900px) {
    .--has-open-tech-specs .add-to-basket__tech-specs,
    .--has-open-downloads .add-to-basket__downloads {
        display: -webkit-box;
        display: flex;
    }
}
.add-to-basket__tech-specs__header,
#shopify-section-product_downloads_swopper .add-to-basket__downloads__header {
    z-index: 1;
    position: fixed;
    height: 5.08rem;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    background-color: #fff;
}
@media screen and (max-width: 900px) {
    .--has-open-tech-specs .add-to-basket__tech-specs {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .--has-open-tech-specs #shopify-section-product_tech-spec_swopper .add-to-basket__tech-specs {
        position: fixed;
        z-index: 500;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (min-width: 900px) {
    .add-to-basket__tech-specs__header,
    .add-to-basket__downloads__header {
        background-color: initial;
        padding-left: 1.905rem;
        padding-right: 1.905rem;
        font-size: 0;
    }
}
.add-to-basket__tech-specs__header svg,
.add-to-basket__downloads__header svg {
    cursor: pointer;
}
.add-to-basket__popup__header {
    z-index: 1;
    position: fixed;
    height: 5.08rem;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    background-color: #fff;
}
@media (min-width: 900px) {
    .add-to-basket__popup__header {
        display: none;
    }
}
.add-to-basket__tech-specs-content {
    max-height: 100%;
    overflow-y: auto;
}
.add-to-basket__tech-specs-content:after {
    content: "";
    display: block;
    clear: both;
}
.add-to-basket__tech-specs__col {
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    padding-top: 1.27rem;
}
.add-to-basket__tech-specs__col:last-child {
    padding-left: 1.27rem;
    padding-right: 1.905rem;
}
.add-to-basket__tech-specs__col dt {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.635rem;
}
@media screen and (min-width: 1024px) {
    .add-to-basket__tech-specs__col dt {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .add-to-basket__tech-specs__col dt {
        font-size: 12px;
    }
}
.add-to-basket__tech-specs__col dd {
    margin-bottom: 1.905rem;
}
@media (min-width: 900px) {
    .add-to-basket__tech-specs__col {
        width: 49%;
        padding-left: 1.905rem;
        padding-top: 2.54rem;
        padding-bottom: 8.89rem;
        float: left;
    }
}
.add-to-basket__info {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 2.54rem 1.27rem 1.27rem 1.27rem;
}
.add-to-basket.--configurator-is-open .add-to-basket__info {
    display: none;
}
.add-to-basket.--configurator-is-open .--has-open-tech-specs.add-to-basket__info {
    position: absolute;
    width: 50%;
    height: 100vh;
    display: block;
}

.add-to-basket.--configurator-is-open .add-to-basket__info [id^="shopify-section-product_downloads_"], 
.add-to-basket.--configurator-is-open .add-to-basket__info #produkt-konfigurieren {
    display: none;
}
@media (min-width: 900px) {
    .add-to-basket__info {
        width: 50%;
        padding: 0 0 6.35rem 0;
    }
}
.add-to-basket__info__header {
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 2.54rem;
}
.add-to-basket__tech-specs__header,
.add-to-basket__downloads__header {
    background: #f5f4f2 0% 0% no-repeat padding-box;
}
.add-to-basket__tech-specs__header {
    border-bottom: 1px solid #d7d3d1;
}
.add-to-basket__tech-specs__header-text,
.add-to-basket__downloads__header-text {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000;
}
@media (max-width: 899px) {
    .add-to-basket__info__header {
        font-size: 16px;
        line-height: 1.5;
    }
}
.add-to-basket__info__header span {
    display: block;
}
.add-to-basket__info__product-name {
    margin-bottom: 5.08rem;
    font-size: 48px;
    font-family: CircularPro-Book;
    letter-spacing: -2%;
    line-height: 1;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .add-to-basket__info__product-name {
        font-size: calc(((100vw - 1024px) * 0.125) + 48px);
    }
}
@media screen and (min-width: 1440px) {
    .add-to-basket__info__product-name {
        font-size: 100px;
    }
}
@media (min-width: 900px) {
    .add-to-basket__info__product-name {
        margin-bottom: 1.27rem;
    }
}
.add-to-basket__info__product-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1.27rem;
}
.add-to-basket__info__description {
    font-size: 16px;
    line-height: 1.5;
    -webkit-box-flex: 1;
    flex: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
@media (max-width: 899px) {
    .add-to-basket__info__description {
        margin-bottom: 3.81rem;
    }
}
.add-to-basket__info__description-title {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.27rem;
}
@media screen and (min-width: 1024px) {
    .add-to-basket__info__description-title {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .add-to-basket__info__description-title {
        font-size: 12px;
    }
}
.add-to-basket__delivery-info {
    padding-bottom: 1.905rem;
    font-size: 12px;
    line-height: 1.2;
}
.add-to-basket__secondary-ctas {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media (min-width: 900px) {
    .add-to-basket__secondary-ctas {
        margin-left: -0.9525rem;
        margin-right: -0.9525rem;
        padding-bottom: 1.905rem;
    }
}
.add-to-basket__secondary-cta {
    font-size: 16px;
    line-height: 1.5;
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.add-to-basket__secondary-cta svg {
    margin-right: 0.635rem;
}
@media (min-width: 900px) {
    .add-to-basket__secondary-cta {
        padding: 0 0.9525rem;
    }
}
.add-to-basket__add-to-cart-static {
    display: none;
}
@media (min-width: 900px) {
    .add-to-basket__add-to-cart-static {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 6.35rem;
        padding-left: 1.905rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-size: 20px;
        font-family: CircularPro-Book;
        line-height: 1.2;
        font-weight: 400;
        border-top: 2px solid #ece8e7;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .add-to-basket__add-to-cart-static {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .add-to-basket__add-to-cart-static {
        font-size: 26px;
    }
}
.add-to-basket__configurator {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.js-el__configurator.add-to-basket__configurator.swopper-close-configurator {
    display: none !important;
}
.js-el__configurator-preview-col.swopper.swopper-close-configurator {
    display: flex !important;
}
.add-to-basket.--configurator-is-open .add-to-basket__configurator {
    display: -webkit-box;
    display: flex;
}
@media (min-width: 900px) {
    .add-to-basket__configurator {
        width: 50%;
        padding-bottom: 6.35rem;
        position: relative;
    }
}
.add-to-basket__configurator__header {
    text-transform: capitalize;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
    flex-shrink: 0;
}
@media (max-width: 899px) {
    .add-to-basket__configurator__header {
        color: #000;
        top: 50px;
        position: absolute;
        left: 0;
        right: 0;
        padding-left: 1.27rem;
        padding-right: 1.27rem;
        padding-top: 1.27rem;
    }
    .add-to-basket__configurator__header .js-el__product-type {
        display: none;
    }
    .add-to-basket__configurator__header .js-fn__configurator-close {
        margin-left: auto;
        margin-top: 20px;
    }
}
@media (min-width: 900px) {
    .add-to-basket__configurator__header {
        height: 6.35rem;
        background-color: #000;
        padding-left: 1.905rem;
        padding-right: 1.905rem;
        color: #fff;
    }
}
.add-to-basket__configurator__header svg {
    cursor: pointer;
}
.add-to-basket__configurator__step {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: calc(50vh - 5.08rem);
}

.add-to-basket-numo_comfort .add-to-basket__configurator__option-item-mobile {
    padding-top: 0px;
}

@media (max-width: 900px) {
    .add-to-basket-numo_comfort .add-to-basket__configurator__step {
        height: auto;
    }

    .add-to-basket-numo_comfort .add-to-basket__configurator__product-type {
        padding-bottom: 25px;
    }

    .add-to-basket-numo_comfort .add-to-basket__configurator__option-item-mobile.--is-selected .add-to-basket__configurator__option-item__image {
        border: 2px solid #d5d1cf;
        box-sizing: content-box;
    }
    
    .add-to-basket-numo_comfort .add-to-basket__configurator__option-item-mobile {
        padding-top: 10px;
    }
}

.add-to-basket__configurator__step.--is-current-step {
    display: -webkit-box;
    display: flex;
}
.add-to-basket__configurator__step .mobile-carousel {
    height: 100%;
    overflow-y: auto;
}
@media (min-width: 900px) {
    .add-to-basket__configurator__step {
        height: 100%;
    }
}
@media (max-width: 899px) {
    .add-to-basket__configurator__product-type-container {
        text-align: center;
    }
}
@media (min-width: 900px) {
    .add-to-basket__configurator__product-type-container {
        display: -webkit-box;
        display: flex;
        margin-left: -0.635rem;
        margin-right: -0.635rem;
        padding-top: 1.27rem;
        -webkit-box-flex: 1;
        flex-grow: 1;
        height: 100%;
    }
}
.add-to-basket__configurator__product-type {
    width: 40% !important;
    border-right: 2px solid #f5f4f2;
    padding-left: 0.635rem;
    padding-right: 0.635rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
.add-to-basket__configurator__product-type:last-child {
    border-right: none;
}
@media (min-width: 900px) {
    .add-to-basket__configurator__product-type {
        flex-basis: 100%;
        width: auto;
        -webkit-box-pack: initial;
        justify-content: initial;
    }
}
.add-to-basket__configurator__product-type-title {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
@media (max-width: 899px) {
    .add-to-basket__configurator__product-type-title {
        -webkit-box-ordinal-group: 3;
        order: 2;
        font-size: 12px;
        line-height: 1.2;
    }
}
.add-to-basket__configurator__product-type-description {
    font-size: 12px;
    line-height: 1.2;
    line-height: 1.125;
}
@media (max-width: 899px) {
    .add-to-basket__configurator__product-type-description {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
}
@media (min-width: 900px) {
    .add-to-basket__configurator__product-type-description {
        margin-bottom: 2.54rem;
    }
}
.add-to-basket__configurator__product-type-description span {
    text-decoration: underline;
    cursor: pointer;
}
@media (max-width: 899px) {
    .add-to-basket__configurator__product-type-description span {
        display: block;
    }
}
.add-to-basket__configurator__product-type-image {
    width: 100%;
    cursor: pointer;
}
@media (max-width: 899px) {
    .add-to-basket__configurator__product-type-image {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
.--has-chosen-option .add-to-basket__configurator__product-type-image {
    opacity: 0.5;
}
.--is-selected .add-to-basket__configurator__product-type-image {
    opacity: 1;
}
@media (min-width: 900px) {
    .add-to-basket__configurator__product-type-image {
        margin-top: auto;
    }
}
@media (max-width: 899px) {
    .add-to-basket__configurator__options-container {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1;
        flex: 1;
    }
}
.add-to-basket__configurator__filter-option {
    display: none;
}
.add-to-basket__configurator__filter-option.--matches-filter {
    display: block;
}
@media (max-width: 899px) {
    .add-to-basket__configurator__options-desktop {
        display: none;
    }
}
.add-to-basket__configurator__options-mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
    flex-direction: column;
}
@media (min-width: 900px) {
    .add-to-basket__configurator__options-mobile {
        display: none;
    }
}
.add-to-basket__configurator__options-mobile-sub-step {
    display: none;
}
.add-to-basket__configurator__options-mobile-sub-step.--is-current {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.add-to-basket__configurator__options-mobile-sub-step.--is-current .mobile-carousel {
    height: auto;
    -webkit-box-flex: 1;
    flex: 1;
    width: 100%;
}
.add-to-basket__configurator__options-mobile-step {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
}
.add-to-basket__configurator__options-mobile-step .mobile-carousel {
    height: auto;
    -webkit-box-flex: 1;
    flex: 1;
    width: 100%;
}
.add-to-basket__configurator__options-title {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: space-between;
    align-items: space-between;
}
.add-to-basket__configurator__options-title span {
    display: none;
}
@media (max-width: 899px) {
    .add-to-basket__configurator__options-title {
        font-size: 16px;
        line-height: 1.5;
        border-bottom: 2px solid #ece8e7;
        padding-top: 0.635rem;
        padding-bottom: 0.635rem;
        padding-left: 1.27rem;
        padding-right: 1.27rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .add-to-basket__configurator__options-title span {
        text-decoration: underline;
        display: block;
    }
}
@media (min-width: 900px) {
    .add-to-basket__configurator__options-title {
        margin-bottom: 1.905rem;
    }
}
.add-to-basket__configurator__options-group-heading {
    display: none;
    margin-bottom: 2.6rem;
}
@media (min-width: 900px) {
    .add-to-basket__configurator__options-group-heading {
        display: -webkit-box;
        display: flex;
    }
}
.add-to-basket__configurator__filter-option .add-to-basket__configurator__options-group-grid {
    position: relative;
}
.spring-availability {
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f4f2;
    top: -13px;
} /* .spring-availability + li:after{content: ''; display: block; width: 100%; height: calc(100% + 14px); background:#F5F4F2; position: absolute; left: 0; bottom: -7px; z-index: -1; border-bottom-left-radius: 2px;}.spring-availability + li + li:after{content: ''; display: block; width: 100%; height: calc(100% + 14px); background:#F5F4F2; position: absolute; left: 0; bottom: -7px; z-index: -1;}.spring-availability + li + li + li:after{content: ''; display: block; width: 100%; height: calc(100% + 14px); background:#F5F4F2; position: absolute; left: 0; bottom: -7px; z-index: -1;}.spring-availability + li + li + li + li:after{content: ''; display: block; width: 100%; height: calc(100% + 14px); background:#F5F4F2; position: absolute; left: 0; bottom: -7px; z-index: -1;}.spring-availability + li + li + li + li + li:after{content: ''; display: block; width: 100%; height: calc(100% + 14px); background:#F5F4F2; position: absolute; left: 0; bottom: -7px; z-index: -1; border-bottom-right-radius: 2px; border-top-right-radius: 2px;}*/
.spring-availability__title {
    font-size: 12px;
    background: #f5f4f2;
    padding: 5px 11px 11px 12px;
    border-radius: 2px;
    transform: translateY(-30px);
    display: inline-block;
}
.spring-availability__content {
    width: 23.2vw;
    height: 4vw;
}
@media screen and (max-width: 1440px) {
    .spring-availability__content {
        width: 23vw;
    }
}
@media screen and (max-width: 1280px) {
    .spring-availability__content {
        width: 22.5vw;
    }
}
@media screen and (max-width: 1100px) {
    .spring-availability__content {
        width: 22vw;
    }
}
.add-to-basket__configurator__options-group-heading__title {
    flex-basis: 66.66%;
    flex-shrink: 0;
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
    text-transform: capitalize;
}
.add-to-basket__configurator__options-group-heading__info-link {
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
    cursor: pointer;
}
.add-to-basket__configurator__options-group-heading__price-diff {
    font-size: 16px;
    line-height: 1.5;
    color: #d5d1cf;
    margin-left: auto;
}
.add-to-basket__configurator__options-group-grid {
    margin-left: -0.635rem;
    margin-right: -0.635rem;
    margin-bottom: 1.27rem;
}
@media (min-width: 900px) {
    .add-to-basket__configurator__options-group-grid {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }
}
.add-to-basket__configurator__option-item {
    flex-basis: 25%;
    position: relative;
    margin-bottom: 0.635rem;
    padding: 0.635rem;
    opacity: 1;
    cursor: pointer;
}
.add-to-basket__configurator__option-item .add-to-basket__configurator__option-item-selected {
    display: none;
}
.add-to-basket__configurator__option-item.--is-invalid {
    display: none;
}
.add-to-basket__configurator__option-item.--is-small {
    flex-basis: 10%;
    padding: 0.47625rem;
}
.add-to-basket__configurator__option-item.--is-large {
    flex-basis: 50%;
}
.add-to-basket__configurator__option-item.--is-selected {
    opacity: 1;
}
[data-step="4"] .add-to-basket__configurator__options-group-grid {
    margin: 0;
}
[data-step="4"] .add-to-basket__configurator__option-item {
    flex-basis: 25%;
    padding: 18px 15px 40px 15px;
    border: 1px solid #fff;
}
.add-to-basket__configurator__option-item .add-to-basket__configurator__option-item__image:after {
    content: "";
    border: 2px solid #fff;
    border-radius: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
[data-step="4"] .add-to-basket__configurator__option-item .add-to-basket__configurator__option-item__popular {
    font: normal normal bold 10px/26px "DM Sans";
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    background: #d7d3d1 0% 0% no-repeat padding-box;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
[data-step="4"] .add-to-basket__configurator__option-item__subtitle {
    text-align: center;
    font: normal normal normal 12px/20px "DM Sans";
    letter-spacing: 0px;
    color: #000000;
}
[data-step="4"] .add-to-basket__configurator__option-item.--is-selected {
    background: #fafafa 0% 0% no-repeat padding-box;
    border: 1px solid #f0f0f0;
    position: relative;
}
[data-step="4"] .add-to-basket__configurator__option-item.--is-selected .add-to-basket__configurator__option-item-selected {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #f0f0f0 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
[data-step="4"] .add-to-basket__configurator__options-line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 18px 0 34px 0;
}
[data-step="4"] .add-to-basket__configurator__options-line-item {
    width: 100%;
    position: relative;
}
[data-step="4"] .add-to-basket__configurator__options-line-item .add-to-basket__configurator__options-line-item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font: normal normal normal 12px/20px "DM Sans";
    letter-spacing: 0px;
    color: #a3a3a3;
    padding: 0px 12px;
    background: #fff;
    z-index: 1;
}
[data-step="4"] .add-to-basket__configurator__options-line-item.before {
    width: 74%;
}
[data-step="4"] .add-to-basket__configurator__options-line-item.after {
    width: 24%;
}
[data-step="4"] .add-to-basket__configurator__options-line-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 1px;
    height: 6px;
    background: #bebebe;
}
[data-step="4"] .add-to-basket__configurator__options-line-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    width: 1px;
    height: 6px;
    background: #bebebe;
}
[data-step="4"] .add-to-basket__configurator__options-line-item .add-to-basket__configurator__options-line-item-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: #bebebe;
}
.add-to-basket__configurator__option-item.--is-selected .add-to-basket__configurator__option-item__image:after {
    content: "";
    border: 2px solid #d5d1cf;
    border-radius: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.add-to-basket__configurator__option-item.--is-selected:hover:after {
    -webkit-transform: scale(125%);
    transform: scale(125%);
}
.add-to-basket__configurator__option-item:hover {
    opacity: 1;
}
.add-to-basket__configurator__option-item-mobile {
    width: 40%;
    border-right: 2px solid #ece8e7;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 0.635rem;
}
.add-to-basket__configurator__option-item-mobile.--is-full-width {
    padding: 0;
}
.add-to-basket__configurator__option-item-mobile.--is-selected {
    opacity: 1;
}
.add-to-basket__configurator__option-item-mobile.--is-filter-option {
    display: none;
}
.add-to-basket__configurator__option-item-mobile.--is-filter-option.--matches-filter {
    display: -webkit-box;
    display: flex;
}
.add-to-basket__configurator__option-item__image {
    background-color: #f5f4f2;
    border-radius: 1000px;
    width: 50%;
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
@media (max-width: 899px) {
    .add-to-basket__configurator__option-item__image {
        margin-top: auto;
    }
} /* .add-to-basket__configurator__option-item:hover .add-to-basket__configurator__option-item__image{-webkit-transform: scale(110%); transform: scale(110%); opacity: 1}.add-to-basket__configurator__option-item:hover.--is-small .add-to-basket__configurator__option-item__image{-webkit-transform: scale(125%); transform: scale(125%); opacity: 1}*/
.add-to-basket__configurator__option-item__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 105%;
    min-height: 105%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.add-to-basket__configurator__option-item-mobile.--is-full-width .add-to-basket__configurator__option-item__image {
    border-radius: 0;
}
@media (min-width: 900px) {
    .add-to-basket__configurator__option-item__image {
        width: 100%;
        padding-bottom: 100%;
    }
}
.--is-full-width .add-to-basket__configurator__option-item__image {
    width: 100%;
    flex-basis: 50%;
}
.add-to-basket__configurator__option-item__name {
    padding-top: 0.635rem;
    text-align: center;
    word-break: break-word;
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 899px) {
    .add-to-basket__configurator__option-item__name {
        padding: 0.635rem 0.3175rem;
        flex-basis: 50%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
.--is-small .add-to-basket__configurator__option-item__name {
    font-size: 12px;
    line-height: 1.2;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 0.3175rem;
    display: none;
    white-space: nowrap;
}
@media (min-width: 900px) {
    .--is-selected .add-to-basket__configurator__option-item__name {
        display: block;
    }
}
.add-to-basket__configurator__options-info {
    display: none;
    font-size: 16px;
    line-height: 1.5;
    width: 50%;
}
@media (min-width: 900px) {
    .add-to-basket__configurator__options-info {
        display: none;
    }
    .add-to-basket__configurator__options-info.--is-active {
        display: block;
    }
}
.add-to-basket__configurator__options-info__title {
    font-weight: 500;
}
.add-to-basket__configurator__option-summary {
    flex-basis: 50%;
    display: -webkit-box;
    display: flex;
    padding-left: 0.635rem;
    padding-right: 0.635rem;
    margin-bottom: 2.54rem;
}
.add-to-basket__configurator__option-summary__image {
    width: 50%;
    padding-bottom: 50%;
    position: relative;
    border-radius: 1000px;
    overflow: hidden;
    background-color: #f5f4f2;
}
.add-to-basket__configurator__option-summary__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 101%;
    min-height: 101%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 900px) {
    .add-to-basket__configurator__option-summary__image {
        align-self: flex-start;
        width: 33.33%;
        padding-bottom: 33.33%;
    }
}
.add-to-basket__configurator__option-summary__details {
    width: 66.66%;
    padding-left: 0.635rem;
    font-size: 16px;
    line-height: 1.5;
}
.add-to-basket__configurator__option-summary__name {
    padding-bottom: 0.635rem;
    font-weight: 500;
}
@media (max-width: 899px) {
    .add-to-basket__configurator__option-summary__selection {
        font-size: 12px;
        line-height: 1.2;
    }
}
@media (min-width: 900px) {
    .add-to-basket__configurator__option-summary__selection {
        padding-bottom: 1.27rem;
    }
}
.add-to-basket__configurator__option-summary__edit {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 2.333;
    letter-spacing: 0.14em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
}
@media screen and (min-width: 1024px) {
    .add-to-basket__configurator__option-summary__edit {
        font-size: calc(((100vw - 1024px) * 0.00962) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .add-to-basket__configurator__option-summary__edit {
        font-size: 14px;
    }
}
.add-to-basket__configurator__more-info-popup-container {
    will-change: transform;
    z-index: 1;
}
@media (max-width: 899px) {
    /* .add-to-basket__configurator__more-info-popup-container {
        padding-top: 5.08rem;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
        display: none;
    } */
    /* .add-to-basket__configurator__more-info-popup-container.--is-open {
        display: block;
        z-index: 300;
        overflow-y: auto;
    } */
}
.add-to-basket__configurator__more-info-popup {
    background-color: #f5f4f2;
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.add-to-basket__configurator__more-info-popup.--is-open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.add-to-basket__configurator__more-info-popup__image {
    position: relative;
    overflow: hidden;
}
@media (max-width: 899px) {
    .add-to-basket__configurator__more-info-popup__image {
        width: 100%;
        padding-bottom: 50%;
    }
}
.add-to-basket__configurator__more-info-popup__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 101%;
    min-height: 101%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 900px) {
    .add-to-basket__configurator__more-info-popup__image {
        flex-basis: 33.33%;
    }
}
.add-to-basket__configurator__more-info-popup__main {
    padding: 1.27rem;
    padding-right: 2.54rem;
    flex-basis: 66.66%;
}
.add-to-basket__configurator__more-info-popup__title {
    margin-bottom: 0.635rem;
    font-weight: 500;
}
.add-to-basket__configurator__more-info-popup__description {
    margin-bottom: 0.635rem;
}
.add-to-basket__configurator__more-info-popup__close {
    position: absolute;
    top: 1.27rem;
    right: 1.27rem;
}

.about-sub-page {
    margin-top: 3.81rem;
}
@media (min-width: 900px) {
    .about-sub-page {
        margin-top: 7.62rem;
    }
}
.about-sub-page__nav {
    display: none;
}
@media (min-width: 900px) {
    .about-sub-page__nav {
        display: block;
        position: -webkit-sticky;
        position: sticky;
        top: 7.62rem;
        height: 12.7rem;
        margin-left: 1.905rem;
        font-size: 20px;
        font-family: CircularPro-Book;
        line-height: 1.2;
        font-weight: 400;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .about-sub-page__nav {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .about-sub-page__nav {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .about-sub-page__nav .--is-current {
        color: #ff1d25;
    }
    .about-sub-page__nav + * {
        margin-top: -12.7rem;
    }
}
.about-sub-page__intro {
    padding: 0 1.27rem;
    margin-bottom: 3.81rem;
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .about-sub-page__intro {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .about-sub-page__intro {
        font-size: 36px;
    }
}
.about-sub-page__intro p {
    margin-bottom: 1em;
}
@media (min-width: 900px) {
    .about-sub-page__intro {
        padding: 0;
        width: 50%;
        margin-right: calc(((100vw - 3.81rem) * 0.16667) + 1.905rem);
        margin-left: auto;
        margin-bottom: 7.62rem;
    }
}
.about-sub-page__p {
    padding: 0 1.27rem;
    margin-top: 3.81rem;
    margin-bottom: 3.81rem;
    font-size: 20px;
    line-height: 1.4;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.about-sub-page__p p {
    margin-bottom: 1em;
}
@media (min-width: 900px) {
    .about-sub-page__p {
        width: calc(((100vw - 3.81rem) * 0.66667) + 0rem);
        padding-left: 1.905rem;
        margin-right: auto;
        margin-left: calc(((100vw - 3.81rem) * 0.33333) + 0rem);
        margin-top: 7.62rem;
        margin-bottom: 7.62rem;
        padding: 0;
    }
}
@media (min-width: 1100px) {
    .about-sub-page__p {
        width: calc(((100vw - 3.81rem) * 0.5) + 0rem);
    }
}
.about-sub-page__img {
    width: 100%;
}
.about-sub-page__img img {
    width: 100%;
    height: auto;
}
.about-sub-page__divider {
    width: 100%;
    background-color: #f5f4f2;
}
.about-sub-page__divider.--has-red-bg {
    background-color: #ff1d25;
    color: #fff;
}
.about-sub-page__divider.--has-black-bg {
    background-color: #000;
    color: #fff;
}
@media (min-width: 900px) {
    .about-sub-page__divider {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        min-height: 39vw;
    }
}
.about-sub-page__divider_video {
    width: 100%;
    background-color: #f5f4f2;
}
@media (min-width: 900px) {
    .about-sub-page__divider_video {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
}
.about-sub-page__divider__heading {
    padding: 6.35rem 1.27rem;
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
    font-size: 36px;
    font-family: CircularPro-Book;
    line-height: 1.08;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .about-sub-page__divider__heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 1440px) {
    .about-sub-page__divider__heading {
        font-size: 48px;
    }
}
.about-sub-page__divider__heading span {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-bottom: 1.905rem;
}
.--has-large-heading .about-sub-page__divider__heading {
    font-size: 48px;
    font-family: CircularPro-Book;
    letter-spacing: -2%;
    line-height: 1;
    font-weight: 400;
    padding: 3.81rem 1.27rem 5.08rem 1.27rem;
}
@media screen and (min-width: 1024px) {
    .--has-large-heading .about-sub-page__divider__heading {
        font-size: calc(((100vw - 1024px) * 0.125) + 48px);
    }
}
@media screen and (min-width: 1440px) {
    .--has-large-heading .about-sub-page__divider__heading {
        font-size: 100px;
    }
}
.--has-large-heading .about-sub-page__divider__heading span {
    margin-bottom: 1.27rem;
}
@media (min-width: 900px) {
    .--has-large-heading .about-sub-page__divider__heading {
        padding: 5.08rem 3.81rem 8.89rem 3.81rem;
    }
    .--has-large-heading .about-sub-page__divider__heading span {
        margin-bottom: 3.81rem;
    }
}
.--has-small-heading .about-sub-page__divider__heading {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .--has-small-heading .about-sub-page__divider__heading {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .--has-small-heading .about-sub-page__divider__heading {
        font-size: 26px;
    }
}
.--has-small-heading .about-sub-page__divider__heading span {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
    .--has-small-heading .about-sub-page__divider__heading span {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .--has-small-heading .about-sub-page__divider__heading span {
        font-size: 12px;
    }
}
@media (min-width: 900px) {
    .about-sub-page__divider__heading {
        padding: 3.81rem;
    }
}
.about-sub-page__divider__img {
    width: 100%;
    align-self: stretch;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}
@media (max-width: 899px) {
    .about-sub-page__divider__img {
        height: 80vw;
    }
}
@media (min-width: 900px) {
    .about-sub-page__divider__img {
        width: calc(((100vw - 3.81rem) * 0.58333) + 1.905rem);
    }
}
@-webkit-keyframes logo_el_1 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    10% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
    70% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}
@keyframes logo_el_1 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    10% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
    70% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}
@-webkit-keyframes logo_el_2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    2% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    12% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    70% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    89% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
        opacity: 0;
    }
}
@keyframes logo_el_2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    2% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    12% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    70% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    89% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
        opacity: 0;
    }
}
@-webkit-keyframes logo_el_3 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    4% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    14% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
    }
    70% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    88% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        opacity: 0;
    }
}
@keyframes logo_el_3 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    4% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    14% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
    }
    70% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    88% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    95% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        opacity: 0;
    }
}
.animated-logo-wrapper svg {
    max-width: 100%;
    height: auto;
}
.animated-logo {
    overflow: visible;
}
.animated-logo__el_1 {
    -webkit-animation-name: logo_el_1;
    animation-name: logo_el_1;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated-logo__el_2 {
    -webkit-animation-name: logo_el_2;
    animation-name: logo_el_2;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated-logo__el_3 {
    -webkit-animation-name: logo_el_3;
    animation-name: logo_el_3;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.article-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (min-width: 1100px) {
    .article-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}
.article-card .article-card__info-col {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
@media (min-width: 1100px) {
    .article-card .article-card__info-col {
        padding-right: 1.905rem;
        width: 50%;
    }
}
.article-card .article-card__info-col.js-el__inView {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s 0.4s;
    transition: all 1s 0.4s;
}
.article-card .article-card__info-col.js-el__inView.--has-been-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.article-card .article-card__title {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.27rem;
}
/* @media screen and (min-width: 1024px) {
    .article-card .article-card__title {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .article-card .article-card__title {
        font-size: 12px;
    }
} */
@media (min-width: 1100px) {
    .article-card .article-card__title {
        margin-bottom: 0;
    }
}
.article-card .article-card__date {
    color: #d5d1cf;
    padding-left: 1.27rem;
}
.article-card .article-card__heading {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    margin-bottom: 2.54rem;
}
@media screen and (min-width: 1024px) {
    .article-card .article-card__heading {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .article-card .article-card__heading {
        font-size: 36px;
    }
}
@media (min-width: 1100px) {
    .article-card .article-card__heading {
        padding-top: 2.54rem;
        margin-bottom: auto;
    }
    .--has-text-center .article-card .article-card__heading {
        padding-top: 0;
        margin-bottom: 0;
    }
}
.article-card .article-card__cta {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
.article-card .article-card__cta .btn {
    padding: 0;
}
.article-card .article-card__image {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 0;
    order: -1;
    margin-bottom: 1.27rem;
}
@media (min-width: 1100px) {
    .article-card .article-card__image {
        width: 50%;
        overflow: hidden;
        -webkit-box-ordinal-group: initial;
        order: initial;
        margin-bottom: 0;
    }
}
.article-card .article-card__image.js-el__inView {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s 0.2s;
    transition: all 1s 0.2s;
}
.article-card .article-card__image.js-el__inView.--has-been-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.article-card .article-card__image a {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    width: 100%;
}
.article-card .article-card__image a:hover {
    opacity: 0.5;
}
.article-card .article-card__image-inner {
    background-size: cover;
    background-position: center;
    padding-bottom: 78%;
    width: 100%;
}
@media (min-width: 1100px) {
    .article-card.--has-image-left .article-card__info-col {
        padding-left: 1.27rem;
        padding-right: 1.27rem;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}
@media (min-width: 1100px) {
    .article-card.--has-image-left .article-card__image {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media (min-width: 1100px) {
    .article-card.--has-image-ratio-1-2 .article-card__image-inner {
        padding-bottom: 140%;
    }
}
@media (min-width: 1100px) {
    .article-card.--has-image-ratio-2-1 .article-card__image-inner {
        padding-bottom: 57%;
    }
}
@media (min-width: 1100px) {
    .article-card.--has-wide-image .article-card__info-col {
        width: 25%;
    }
}
@media (min-width: 1100px) {
    .article-card.--has-wide-image .article-card__image {
        width: 75%;
    }
}
.article-card.--has-wide-image .article-card__heading {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .article-card.--has-wide-image .article-card__heading {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .article-card.--has-wide-image .article-card__heading {
        font-size: 26px;
    }
}
.article-card.--has-small-text .article-card__heading {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    padding-top: 1.27rem;
}
@media screen and (min-width: 1024px) {
    .article-card.--has-small-text .article-card__heading {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .article-card.--has-small-text .article-card__heading {
        font-size: 26px;
    }
}
.article-card.--has-small-text .article-card__cta {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
.article-card.--has-tiny-text .article-card__heading {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
    padding-top: 1.27rem;
}
.article-card.--has-tiny-text .article-card__cta {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
@media (min-width: 1100px) {
    .article-card.--has-text-center .article-card__heading {
        padding-top: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 900px) {
    .article-card.--is-col-size-m {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}
.article-card.--is-col-size-m .article-card__info-col {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
@media (min-width: 900px) {
    .article-card.--is-col-size-m .article-card__info-col {
        padding-right: 1.905rem;
        width: 50%;
    }
}
.article-card.--is-col-size-m .article-card__info-col.js-el__inView {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s 0.4s;
    transition: all 1s 0.4s;
}
.article-card.--is-col-size-m .article-card__info-col.js-el__inView.--has-been-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.article-card.--is-col-size-m .article-card__title {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.27rem;
}
@media screen and (min-width: 1024px) {
    .article-card.--is-col-size-m .article-card__title {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .article-card.--is-col-size-m .article-card__title {
        font-size: 12px;
    }
}
@media (min-width: 900px) {
    .article-card.--is-col-size-m .article-card__title {
        margin-bottom: 0;
    }
}
.article-card.--is-col-size-m .article-card__date {
    color: #d5d1cf;
    padding-left: 1.27rem;
}
.article-card.--is-col-size-m .article-card__heading {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    margin-bottom: 2.54rem;
}
@media screen and (min-width: 1024px) {
    .article-card.--is-col-size-m .article-card__heading {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .article-card.--is-col-size-m .article-card__heading {
        font-size: 36px;
    }
}
@media (min-width: 900px) {
    .article-card.--is-col-size-m .article-card__heading {
        padding-top: 2.54rem;
        margin-bottom: auto;
    }
    .--has-text-center .article-card.--is-col-size-m .article-card__heading {
        padding-top: 0;
        margin-bottom: 0;
    }
}
.article-card.--is-col-size-m .article-card__cta {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
.article-card.--is-col-size-m .article-card__cta .btn {
    padding: 0;
}
.article-card.--is-col-size-m .article-card__image {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 0;
    order: -1;
    margin-bottom: 1.27rem;
}
@media (min-width: 900px) {
    .article-card.--is-col-size-m .article-card__image {
        width: 50%;
        overflow: hidden;
        -webkit-box-ordinal-group: initial;
        order: initial;
        margin-bottom: 0;
    }
}
.article-card.--is-col-size-m .article-card__image.js-el__inView {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s 0.2s;
    transition: all 1s 0.2s;
}
.article-card.--is-col-size-m .article-card__image.js-el__inView.--has-been-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.article-card.--is-col-size-m .article-card__image a {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    width: 100%;
}
.article-card.--is-col-size-m .article-card__image a:hover {
    opacity: 0.5;
}
.article-card.--is-col-size-m .article-card__image-inner {
    background-size: cover;
    background-position: center;
    padding-bottom: 78%;
    width: 100%;
}
@media (min-width: 900px) {
    .article-card.--is-col-size-m.--has-image-left .article-card__info-col {
        padding-left: 1.27rem;
        padding-right: 1.27rem;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}
@media (min-width: 900px) {
    .article-card.--is-col-size-m.--has-image-left .article-card__image {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media (min-width: 900px) {
    .article-card.--is-col-size-m.--has-image-ratio-1-2 .article-card__image-inner {
        padding-bottom: 140%;
    }
}
@media (min-width: 900px) {
    .article-card.--is-col-size-m.--has-image-ratio-2-1 .article-card__image-inner {
        padding-bottom: 57%;
    }
}
@media (min-width: 900px) {
    .article-card.--is-col-size-m.--has-wide-image .article-card__info-col {
        width: 25%;
    }
}
@media (min-width: 900px) {
    .article-card.--is-col-size-m.--has-wide-image .article-card__image {
        width: 75%;
    }
}
.article-card.--is-col-size-m.--has-wide-image .article-card__heading {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .article-card.--is-col-size-m.--has-wide-image .article-card__heading {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .article-card.--is-col-size-m.--has-wide-image .article-card__heading {
        font-size: 26px;
    }
}
.article-card.--is-col-size-m.--has-small-text .article-card__heading {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    padding-top: 1.27rem;
}
@media screen and (min-width: 1024px) {
    .article-card.--is-col-size-m.--has-small-text .article-card__heading {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .article-card.--is-col-size-m.--has-small-text .article-card__heading {
        font-size: 26px;
    }
}
.article-card.--is-col-size-m.--has-small-text .article-card__cta {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
.article-card.--is-col-size-m.--has-tiny-text .article-card__heading {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
    padding-top: 1.27rem;
}
.article-card.--is-col-size-m.--has-tiny-text .article-card__cta {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
@media (min-width: 900px) {
    .article-card.--is-col-size-m.--has-text-center .article-card__heading {
        padding-top: 0;
        margin-bottom: 0;
    }
}
.article-listing-page__section {
    width: 100%;
    overflow: hidden;
}
@media (min-width: 900px) {
    .article-listing-page__section {
        margin-bottom: 7.62rem;
    }
}
@media (max-width: 899px) {
    .article-listing-page__section .article-card {
        margin-bottom: 2.54rem;
    }
}
@media (max-width: 899px) {
    .article-listing-page__section.mobile-carousel {
        margin-bottom: 5.08rem;
    }
}
.article-listing-page__section .swiper-scrollbar {
    width: calc(100% - 2.54rem);
    left: 1.27rem;
}
.article-listing-page__section-inner.mobile-carousel-wrapper {
    display: -webkit-box;
    display: flex;
}
.article-listing-page__section-inner .mobile-carousel-slide {
    width: calc(100% - 1.27rem);
    margin-right: 2px;
}
@media (min-width: 600px) {
    .article-listing-page__section-inner .mobile-carousel-slide {
        width: 50%;
        margin-right: 2px;
    }
}
@media (min-width: 900px) {
    .article-listing-page__section-inner {
        margin-left: -1px;
        margin-right: -1px;
    }
    .article-listing-page__section-inner > * {
        margin-left: 1px;
        margin-right: 1px;
    }
    .has-2-col .article-listing-page__section-inner {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: stretch;
        align-items: stretch;
    }
    .has-2-col .article-listing-page__section-inner > * {
        width: 50%;
        margin-left: 1px;
        margin-right: 1px;
    }
    .has-4-col .article-listing-page__section-inner {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: stretch;
        align-items: stretch;
    }
    .has-4-col .article-listing-page__section-inner > * {
        width: 25%;
    }
}
.article-listing-page__load-more {
    background-color: #fff;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    padding-top: 5.08rem;
    padding-bottom: 5.08rem;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
}
@media screen and (min-width: 1024px) {
    .article-listing-page__load-more {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .article-listing-page__load-more {
        font-size: 36px;
    }
}
.article-listing-page__load-more.--has-grey-bg {
    background-color: #f5f4f2;
}
@media (min-width: 900px) {
    .article-listing-page__load-more {
        font-size: 36px;
        font-family: CircularPro-Book;
        line-height: 1.08;
        font-weight: 400;
        padding-top: 7.62rem;
        padding-bottom: 7.62rem;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .article-listing-page__load-more {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .article-listing-page__load-more {
        font-size: 48px;
    }
}
.article-listing-page__load-more:hover {
    text-decoration: underline;
}
.cross-sells {
    width: 100%;
    overflow: hidden;
}
.cross-sells .product-card {
    height: 60vw;
}
@media (min-width: 900px) {
    .cross-sells .product-card {
        height: 33vw;
    }
}
.cross-sells__title {
    padding-top: 2.54rem;
    padding-bottom: 2.54rem;
    text-align: center;
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .cross-sells__title {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .cross-sells__title {
        font-size: 26px;
    }
}
.cross-sells__items {
    display: -webkit-box;
    display: flex;
    margin-left: -1px;
    margin-right: -1px;
}
.cross-sells__item {
    width: 50%;
    margin-left: 1px;
    margin-right: 1px;
}
.--has-border-top .cross-sells__title {
    border-top: 2px solid #ece8e7;
}
.customer {
    padding-top: 6.35rem;
    border-top: 1px solid #ece8e7;
    display: -webkit-box;
    display: flex;
}
@media (max-width: 899px) {
    .customer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
.customer .title {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    margin-bottom: 1.27rem;
}
@media screen and (min-width: 1024px) {
    .customer .title {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .customer .title {
        font-size: 36px;
    }
}
#customer_main {
    -webkit-box-flex: 1;
    flex: 1;
    padding-top: 1.905rem;
    padding-right: 1.27rem;
    padding-bottom: 1.905rem;
    padding-left: 1.27rem;
}
@media (min-width: 900px) {
    #customer_main {
        padding-top: 7.62rem;
        padding-right: 1.905rem;
        padding-bottom: 7.62rem;
        padding-left: 1.905rem;
    }
}
#customer_sidebar {
    background-color: #f5f4f2;
    padding-top: 1.905rem;
    padding-right: 1.27rem;
    padding-bottom: 1.905rem;
    padding-left: 1.27rem;
}
@media (min-width: 900px) {
    #customer_sidebar {
        width: calc(((100vw - 3.81rem) * 0.25) + 1.905rem);
        background-color: #f5f4f2;
        padding-top: 7.62rem;
        padding-right: 1.905rem;
        padding-bottom: 7.62rem;
        padding-left: 1.905rem;
    }
}
.address.note {
    font-size: 16px;
    line-height: 1.5;
}
#return_to_account {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
    color: #d5d1cf;
    margin-bottom: 1.27rem;
}
.customer__title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.26rem;
}
.customer__title-wrapper .link {
    font: normal normal 400 16px/26px CircularPro-Book;
    letter-spacing: 0px;
    color: #000000;
    padding-bottom: 1px;
    position: relative;
}
.customer__title-wrapper .link:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #000;
    width: 100%;
    height: 1px;
}
#customer_orders {
    clear: both;
}
@media (min-width: 900px) {
    #admin_header {
        float: left;
        width: 70%;
    }
}
#address_tables {
    padding-top: 1.905rem;
}
@media (min-width: 900px) {
    #address_tables {
        float: right;
        width: 29%;
    }
}
.address_table {
    background-color: #f5f4f2;
    padding: 1.27rem;
    margin-bottom: 1.27rem;
}
.address_table:after {
    display: block;
    clear: both;
    content: "";
}
.address_title {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
.default_address.note {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    color: #d5d1cf;
}
.address_actions {
    margin-top: 1.27rem;
    color: #f5f4f2;
}
.address_actions span {
    color: #000;
}
.view_address {
    font-size: 16px;
    line-height: 1.5;
}
.edit_address {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.edit_address td,
.edit_address th,
.edit_address tr {
    border: none;
}
.edit_address table {
    width: 100%;
}
.edit_address .label {
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
}
.edit_address input[type="text"] {
    width: 100%;
}
.edit_address .action_bottom {
    margin-left: -1.27rem;
    margin-right: -1.27rem;
    margin-bottom: -1.27rem;
    margin-top: 1.27rem;
    background-color: #000;
    color: #fff;
    padding: 1.27rem;
}
@media (min-width: 900px) {
    .edit_address .action_bottom {
        margin-left: -2.54rem;
        margin-right: -2.54rem;
        margin-bottom: -2.54rem;
        margin-top: 2.54rem;
        padding: 1.905rem 2.54rem;
    }
}
.edit_address form {
    background-color: #fff;
    position: fixed;
    top: 1.27rem;
    left: 1.27rem;
    right: 1.27rem;
    bottom: 1.27rem;
    padding: 0.635rem 1.27rem 1.27rem 1.27rem;
    overflow-x: hidden;
    overflow-y: auto;
}
@media (min-width: 900px) {
    .edit_address form {
        left: 50%;
        top: 2.54rem;
        bottom: initial;
        right: initial;
        padding: 1.27rem 2.54rem 2.54rem 2.54rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.customer__login {
    padding-top: 5.08rem;
    border-top: 1px solid #f5f4f2;
}
@media (max-width: 899px) {
    .customer__login {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
@media (min-width: 900px) {
    .customer__login {
        padding-top: 6.35rem;
    }
}
.customer__login label {
    display: none;
}
.customer__login input[type="email"],
.customer__login input[type="password"],
.customer__login input[type="text"] {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    width: 100%;
    border-bottom-width: 1px;
    margin-bottom: 1.905rem;
}
.customer__login input[type="email"]::-webkit-input-placeholder,
.customer__login input[type="password"]::-webkit-input-placeholder,
.customer__login input[type="text"]::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
.customer__login input[type="email"]:-moz-placeholder,
.customer__login input[type="password"]:-moz-placeholder,
.customer__login input[type="text"]:-moz-placeholder {
    color: #000;
    opacity: 1;
}
.customer__login input[type="email"]::-moz-placeholder,
.customer__login input[type="password"]::-moz-placeholder,
.customer__login input[type="text"]::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.customer__login input[type="email"]:-ms-input-placeholder,
.customer__login input[type="password"]:-ms-input-placeholder,
.customer__login input[type="text"]:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.customer__login #create-customer {
    padding-top: 1.905rem;
    padding-bottom: 1.905rem;
    padding-right: 1.27rem;
    padding-left: 1.27rem;
}
.customer__login #create-customer .btn {
    margin-top: 1.905rem;
}
@media (min-width: 900px) {
    .customer__login #create-customer {
        width: 50%;
        padding-top: 7.62rem;
        padding-bottom: 7.62rem;
        padding-right: 3.81rem;
        padding-left: 3.81rem;
    }
    .customer__login #create-customer .btn {
        margin-top: 3.81rem;
    }
}
.customer__login #customer-login {
    -webkit-box-ordinal-group: 0;
    order: -1;
    padding-top: 1.905rem;
    padding-bottom: 1.905rem;
    padding-right: 1.27rem;
    padding-left: 1.27rem;
    background-color: #f5f4f2;
}
.customer__login #customer-login .btn {
    margin-top: 1.905rem;
}
@media (min-width: 900px) {
    .customer__login #customer-login {
        -webkit-box-ordinal-group: initial;
        order: initial;
        width: 50%;
        padding-top: 7.62rem;
        padding-bottom: 7.62rem;
        padding-right: 3.81rem;
        padding-left: 3.81rem;
    }
    .customer__login #customer-login .btn {
        margin-top: 3.81rem;
    }
}
.customer__login .title {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    margin-bottom: 2.54rem;
}
@media screen and (min-width: 1024px) {
    .customer__login .title {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .customer__login .title {
        font-size: 36px;
    }
}
.customer__login .action_bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.customer__login .btn {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .customer__login .btn {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .customer__login .btn {
        font-size: 26px;
    }
}
.customer__login .inputs-2-col {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.635rem;
    margin-right: -0.635rem;
}
.customer__login .inputs-2-col .small_form {
    padding-left: 0.635rem;
    padding-right: 0.635rem;
}
@media (min-width: 900px) {
    .customer__login .inputs-2-col {
        margin-left: -1.27rem;
        margin-right: -1.27rem;
    }
    .customer__login .inputs-2-col .small_form {
        padding-left: 1.27rem;
        padding-right: 1.27rem;
    }
}
.customer__login .small_form {
    width: 50%;
}
.customer__login #forgot_password {
    text-align: right;
    opacity: 0.5;
    padding-top: 0.3175rem;
    font-size: 12px;
    line-height: 1.2;
}
.customer__login .errors {
    font-size: 12px;
    line-height: 1.2;
    color: #ff1d25;
}
.customer__login #recover-password {
    position: fixed;
    background: #fff;
    top: 50%;
    left: 1.27rem;
    right: 1.27rem;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    padding: 1.27rem;
    z-index: 1000;
}
@media (min-width: 900px) {
    .customer__login #recover-password {
        left: 50%;
        top: 50%;
        padding: 3.81rem;
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
    }
}
@-webkit-keyframes drift-fadeZoomIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes drift-fadeZoomIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes drift-fadeZoomOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes drift-fadeZoomOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes drift-loader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@keyframes drift-loader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@-webkit-keyframes drift-loader-before {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(8px);
        transform: scale(1.3) translateX(8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(8px);
        transform: scale(0.7) translateX(8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes drift-loader-before {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(8px);
        transform: scale(1.3) translateX(8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(8px);
        transform: scale(0.7) translateX(8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes drift-loader-after {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(-8px);
        transform: scale(1.3) translateX(-8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(-8px);
        transform: scale(0.7) translateX(-8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes drift-loader-after {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(-8px);
        transform: scale(1.3) translateX(-8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(-8px);
        transform: scale(0.7) translateX(-8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.drift-zoom-pane {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
}
@media (min-width: 900px) {
    .drift-zoom-pane {
        top: -2000px;
        right: -2000px;
        opacity: 0;
    }
    .--has-active-zoom .drift-zoom-pane.drift-closing,
    .--has-active-zoom .drift-zoom-pane.drift-open,
    .--has-active-zoom .drift-zoom-pane.drift-opening {
        top: 0;
        left: unset;
        right: 0;
        opacity: 1;
    }
}

.drift-zoom-pane img[src*="/"] {
    background-color: #f5f4f2;
}
.drift-zoom-pane img {
    width: auto !important;
}
.drift-zoom-pane.drift-opening {
    -webkit-animation: drift-fadeZoomIn 180ms ease-out;
    animation: drift-fadeZoomIn 180ms ease-out;
}
.drift-zoom-pane.drift-closing {
    -webkit-animation: drift-fadeZoomOut 210ms ease-in;
    animation: drift-fadeZoomOut 210ms ease-in;
}
.drift-zoom-pane.drift-inline {
    position: absolute;
    width: 150px;
    height: 150px;
}
.drift-zoom-pane-loader {
    display: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    -webkit-animation: drift-loader-rotate 1.8s infinite linear;
    animation: drift-loader-rotate 1.8s infinite linear;
}
.drift-zoom-pane-loader:after,
.drift-zoom-pane-loader:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: rgba(0,0,0,0.9);
}
.drift-zoom-pane-loader:before {
    left: 0;
    -webkit-animation: drift-loader-before 1.8s infinite linear;
    animation: drift-loader-before 1.8s infinite linear;
}
.drift-zoom-pane-loader:after {
    right: 0;
    -webkit-animation: drift-loader-after 1.8s infinite linear;
    animation: drift-loader-after 1.8s infinite linear;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
    content: none;
}
.drift-zoom-pane-loader {
	animation: none;
}

.drift-zoom-pane.drift-open .drift-zoom-pane-loader .lds-ring {
	display: inline-block;
}

.drift-zoom-pane-loader .lds-ring {
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.drift-zoom-pane-loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.drift-zoom-pane-loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.drift-zoom-pane-loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.drift-zoom-pane-loader .lds-ring div:nth-child(3){
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.drift-zoom-pane.drift-loading img[src*="/"] {
	background: none;
}

.faqs {
    padding-top: 7.62rem;
}
@media (min-width: 900px) {
    .faqs {
        padding-top: 11.43rem;
    }
}
@media (min-width: 1100px) {
    .faqs {
        padding-top: 17.78rem;
    }
}
.faqs__header {
    margin-bottom: 3.81rem;
}
@media (min-width: 1100px) {
    .faqs__header {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: end;
        align-items: flex-end;
    }
}
.faqs__header__title {
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    padding-bottom: 3.81rem;
    font-size: 36px;
    font-family: CircularPro-Book;
    line-height: 1.08;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .faqs__header__title {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 1440px) {
    .faqs__header__title {
        font-size: 48px;
    }
}
@media (min-width: 900px) {
    .faqs__header__title {
        padding-left: 1.905rem;
        padding-right: 1.905rem;
    }
}
@media (min-width: 1100px) {
    .faqs__header__title {
        width: calc(((100vw - 3.81rem) * 0.33333) + 1.905rem);
        padding-right: 0;
        padding-bottom: 0;
    }
}
.faqs__header__input-wrapper {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
}
@media (min-width: 900px) {
    .faqs__header__input-wrapper {
        padding-left: 1.905rem;
        padding-right: 1.905rem;
    }
}
@media (min-width: 1100px) {
    .faqs__header__input-wrapper {
        padding-right: 3.81rem;
        padding-left: 0;
    }
}
.faqs__main {
    margin-bottom: 6.35rem;
}
.faqs__list {
    border-bottom: 2px solid #ece8e7;
}
.faqs__group {
    /* border-top: 2px solid #ece8e7 */
}
.faqs__group-heading {
    padding: 1.27rem 1.27rem;
    width: 100%;
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
@media screen and (min-width: 1024px) {
    .faqs__group-heading {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .faqs__group-heading {
        font-size: 26px;
    }
}
.faqs__group-heading span {
    margin-left: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: block;
    color: #ece8e7;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.--is-open .faqs__group-heading span {
    color: #000;
    -webkit-transform: scaleX(-1) rotate(180deg);
    transform: scaleX(-1) rotate(180deg);
}
@media (min-width: 900px) {
    .faqs__group-heading {
        padding: 1.27rem 1.905rem;
    }
}
.faqs__faq-group__inner {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    height: 0;
    overflow: hidden;
}
.faqs__group-list {
    background-color: #f5f4f2;
    padding-top: 1.905rem;
    padding-bottom: 1.905rem;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
}
@media (min-width: 900px) {
    .faqs__group-list {
        padding-left: calc(((100vw - 3.81rem) * 0.33333) + 1.905rem);
        padding-right: 1.905rem;
    }
}
.faqs__question {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 1.27rem;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
@media screen and (min-width: 1024px) {
    .faqs__question {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .faqs__question {
        font-size: 26px;
    }
}
.faqs__question.--is-open {
    text-decoration: none;
    color: #d5d1cf;
}
.faqs__question-close {
    opacity: 0;
    color: #000;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.faqs__question.--is-open .faqs__question-close {
    color: #000;
    opacity: 1;
}
.faqs__answer {
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    height: 0;
    display: block;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
}
@media (min-width: 900px) {
    .faqs__answer {
        width: 55.55%;
    }
}
.faqs__answer-inner {
    padding-top: 1.27rem;
    padding-bottom: 2.54rem;
}
.footer__aside {
    padding-top: 1.905rem;
    padding-right: 1.27rem;
    padding-bottom: 1.905rem;
    padding-left: 1.27rem;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
}
@media (min-width: 900px) {
    .footer__aside {
        -webkit-box-ordinal-group: 3;
        order: 2;
        background-color: #f5f4f2;
        width: calc(((100vw - 3.81rem) * 0.25) + 1.905rem);
        padding-left: 1.905rem;
        padding-right: 1.905rem;
        padding-top: 5.3975rem;
    }
}
.footer__aside a {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.footer__aside a:hover {
    color: #d5d1cf;
}
.footer__aside__title {
    font-size: 10px;
    line-height: auto;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.27rem;
}
@media (min-width: 900px) {
    .footer__aside__newsletter {
        margin-bottom: 3.81rem;
    }
}
.footer__aside__newsletter__input {
    width: 100%;
    margin-bottom: 0.635rem;
}
.footer__aside__newsletter__terms {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer__aside__newsletter__terms label {
    font-size: 11px;
}
.footer__aside__newsletter__terms label input {
    margin-right: 0.635rem;
}
.footer__aside__social {
    display: none;
}
@media (min-width: 900px) {
    .footer__aside__social {
        display: block;
    }
}
.footer__nav {
    padding-right: 1.27rem;
    padding-bottom: 1.905rem;
    padding-left: 1.27rem;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
}
@media (min-width: 900px) {
    .footer__nav {
        width: calc(((100vw - 3.81rem) * 0.75) + 1.905rem);
        padding-left: 1.905rem;
        padding-right: 0;
        padding-top: 5.3975rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
.footer__nav a {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.footer__nav a:hover {
    color: #d5d1cf;
}
.footer__logo {
    display: none;
}
@media (min-width: 1100px) {
    .footer__logo {
        display: block;
    }
    .footer__logo svg {
        max-width: 210px;
        width: 50%;
    }
}
.footer__nav__heading {
    font-size: 10px;
    line-height: auto;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1.27rem;
}
.footer__nav__heading:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.5 6L12 1' stroke='black'/%3E%3C/svg%3E%0A");
    position: absolute;
    width: 13px;
    height: 7px;
    right: 0;
    top: 0;
}
@media (min-width: 900px) {
    .footer__nav__heading:after {
        display: none;
    }
}
.footer__nav__links {
    display: none;
}
.footer__nav__links.--is-open {
    display: block;
}
@media (min-width: 900px) {
    .footer__nav__links {
        display: block;
    }
}
@media (min-width: 900px) {
    .footer__nav__row {
        display: -webkit-box;
        display: flex;
    }
}
@media (min-width: 900px) {
    .footer__nav__row.--top {
        margin-bottom: 3.81rem;
    }
}
.footer__nav__row.--bottom {
    font-size: 12px;
    line-height: 1.2;
}
@media (min-width: 900px) {
    .footer__nav__row.--bottom {
        margin-top: auto;
    }
}
.footer__nav__col {
    margin-bottom: 2.2225rem;
    width: 100%;
}
@media (min-width: 1100px) {
    .footer__nav__col.--span2 {
        width: 200%;
    }
}
@media (min-width: 1100px) {
    .footer__nav__col.--span1 {
        width: 100%;
    }
}
.footer__nav__legal__terms-links {
    margin-bottom: 2.54rem;
}
@media (max-width: 899px) {
    .footer__nav__legal__terms-links {
        width: 100%;
    }
}
.footer__nav__legal__terms-links li {
    margin-bottom: 0.3175rem;
}
@media (min-width: 900px) {
    .footer__nav__legal__terms-links {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}
.footer__need-help {
    background-color: #000;
    color: #fff;
    padding-top: 3.81rem;
    padding-right: 1.27rem;
    padding-bottom: 1.905rem;
    padding-left: 1.27rem;
}
@media (min-width: 900px) {
    .footer__need-help {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: stretch;
        align-items: stretch;
        padding-top: 3.81rem;
        padding-right: 1.905rem;
        padding-bottom: 4.445rem;
        padding-left: 1.905rem;
    }
}
.footer__need-help a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.footer__need-help a:hover {
    opacity: 0.5;
}
.footer__need-help__col {
    margin-bottom: 2.54rem;
}
.footer__need-help__col a {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    text-decoration: underline;
}
@media screen and (min-width: 1024px) {
    .footer__need-help__col a {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .footer__need-help__col a {
        font-size: 36px;
    }
}
@media (min-width: 900px) {
    .footer__need-help__col {
        width: 25%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 0;
    }
}
.footer__need-help__main-title {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .footer__need-help__main-title {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .footer__need-help__main-title {
        font-size: 36px;
    }
}
.footer__need-help__title {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.3175rem;
}
@media screen and (min-width: 1024px) {
    .footer__need-help__title {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .footer__need-help__title {
        font-size: 12px;
    }
}
@media (min-width: 900px) {
    .footer__need-help__title {
        height: 7.62rem;
        margin-bottom: 0;
    }
}
.footer__bottom {
    background-color: #fff;
}
@media (min-width: 900px) {
    .footer__bottom {
        display: -webkit-box;
        display: flex;
    }
}
.header__dropdown {
    padding-top: 3.81rem;
    padding-right: 4rem;
    padding-bottom: 2.2225rem;
    padding-left: 4rem;
    display: -webkit-box;
    display: flex;
    width: 100%;
    left: -200%;
    position: absolute;
    -webkit-transition: left 0s 0.3s;
    transition: left 0s 0.3s;
}
@media (min-width: 900px) {
    .header__dropdown.--is-open {
        left: 0;
    }
}
.header.--has-open-dropdown .header__dropdown {
    -webkit-transition: left 0s 0s;
    transition: left 0s 0s;
}
.header__dropdown__border {
    border-top: 1px solid #f5f4f2;
    position: absolute;
    top: 6.35rem;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s;
    transition: opacity 0.2s 0s;
}
.header__dropdown.--is-open .header__dropdown__border {
    opacity: 1;
    -webkit-transition: opacity 0.4s 0.3s;
    transition: opacity 0.4s 0.3s;
    position: fixed;
}
.header__dropdown__col-span1 {
    width: 25%;
}
.header__dropdown__col-span2 {
    width: 50%;
}
.header__dropdown__col-span3 {
    width: 75%;
}
.header__dropdown__col-heading {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    text-transform: uppercase;
    height: 5.08rem;
    opacity: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
@media screen and (min-width: 1024px) {
    .header__dropdown__col-heading {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .header__dropdown__col-heading {
        font-size: 12px;
    }
}
.header__dropdown.--is-open .header__dropdown__col-heading {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header__dropdown__menu-primary {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
.header__dropdown__menu-primary li {
    opacity: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.header__dropdown.--is-open .header__dropdown__menu-primary li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(6) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(7) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(8) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(9) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(10) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(11) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(12) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(13) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(14) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.header__dropdown.--is-open .header__dropdown__menu-primary li:nth-child(15) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.header__dropdown__menu-primary a:hover {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    color: #d5d1cf;
}
.header__dropdown__menu-secondary {
    font-size: 16px;
    line-height: 1.5;
}
.header__dropdown__menu-secondary li {
    opacity: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.header__dropdown.--is-open .header__dropdown__menu-secondary li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header__dropdown.--is-open .header__dropdown__menu-secondary li:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.header__dropdown.--is-open .header__dropdown__menu-secondary li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.header__dropdown.--is-open .header__dropdown__menu-secondary li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.header__dropdown.--is-open .header__dropdown__menu-secondary li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.header__dropdown.--is-open .header__dropdown__menu-secondary li:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.header__dropdown.--is-open .header__dropdown__menu-secondary li:nth-child(6) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.header__dropdown.--is-open .header__dropdown__menu-secondary li:nth-child(7) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.header__dropdown.--is-open .header__dropdown__menu-secondary li:nth-child(8) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.header__dropdown.--is-open .header__dropdown__menu-secondary li:nth-child(9) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.header__dropdown.--is-open .header__dropdown__menu-secondary li:nth-child(10) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.header__dropdown__menu-secondary a:hover {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    color: #d5d1cf;
}
.header__dropdown__featured-container {
    display: -webkit-box;
    display: flex;
    margin-left: -1px;
    margin-right: -1px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header__dropdown.--is-open .header__dropdown__featured-container {
    opacity: 1;
}
.header__dropdown__featured-container li {
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
    -webkit-box-flex: 1;
    flex: auto;
    min-width: 0;
    opacity: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.header__dropdown__featured-container li:before {
    content: "";
    width: 100%;
    padding-top: 130%;
    display: block;
}
.header__dropdown__featured-container li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    z-index: 10;
    -webkit-box-align: center;
    align-items: center;
}
.header__dropdown__featured-container li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.header__dropdown__featured-container li h2 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    z-index: 10;
}
@media screen and (min-width: 1024px) {
    .header__dropdown__featured-container li h2 {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .header__dropdown__featured-container li h2 {
        font-size: 26px;
    }
}
.header__dropdown__featured-container li img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.header__dropdown.--is-open .header__dropdown__featured-container li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header__dropdown.--is-open .header__dropdown__featured-container li:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.header__dropdown.--is-open .header__dropdown__featured-container li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.header__dropdown.--is-open .header__dropdown__featured-container li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.header__dropdown.--is-open .header__dropdown__featured-container li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.header__dropdown.--is-open .header__dropdown__featured-container li:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.header__dropdown.--is-open .header__dropdown__featured-container li:nth-child(6) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.header__dropdown.--is-open .header__dropdown__featured-container li:nth-child(7) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.header__dropdown.--is-open .header__dropdown__featured-container li:nth-child(8) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.header__dropdown.--is-open .header__dropdown__featured-container li:nth-child(9) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.header__dropdown.--is-open .header__dropdown__featured-container li:nth-child(10) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.header__dropdown__featured-container li:hover {
    opacity: 0.5 !important;
    -webkit-transition: opacity 0.2s !important;
    transition: opacity 0.2s !important;
}
.header__dropdown__articles-container {
    display: -webkit-box;
    display: flex;
}
.header__dropdown__articles-container li {
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
    -webkit-box-flex: 1;
    flex: auto;
    min-width: 0;
    margin-left: calc(5.5%);
    margin-right: calc(5.5%);
    opacity: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.header__dropdown__articles-container li:first-child {
    margin-left: 0;
}
.header__dropdown__articles-container li:last-child {
    margin-right: 0;
}
.header__dropdown__articles-container li .article-card {
    margin-right: 6.985rem;
}
.header__dropdown__articles-container li:last-child .article-card {
    margin-right: 0;
}
.header__dropdown.--is-open .header__dropdown__articles-container li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header__dropdown.--is-open .header__dropdown__articles-container li:nth-child(1) {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}
.header__dropdown.--is-open .header__dropdown__articles-container li:nth-child(2) {
    -webkit-transition-delay: 0.1;
    transition-delay: 0.1;
}
.header__dropdown.--is-open .header__dropdown__articles-container li:nth-child(3) {
    -webkit-transition-delay: 0.2;
    transition-delay: 0.2;
}
.header__dropdown.--is-open .header__dropdown__articles-container li:nth-child(4) {
    -webkit-transition-delay: 0.3;
    transition-delay: 0.3;
}
.header__dropdown.--is-open .header__dropdown__articles-container li:nth-child(5) {
    -webkit-transition-delay: 0.4;
    transition-delay: 0.4;
}
.header__dropdown.--is-open .header__dropdown__articles-container li:nth-child(6) {
    -webkit-transition-delay: 0.5;
    transition-delay: 0.5;
}
.header__dropdown.--is-open .header__dropdown__articles-container li:nth-child(7) {
    -webkit-transition-delay: 0.6;
    transition-delay: 0.6;
}
.header__dropdown.--is-open .header__dropdown__articles-container li:nth-child(8) {
    -webkit-transition-delay: 0.7;
    transition-delay: 0.7;
}
.header__dropdown.--is-open .header__dropdown__articles-container li:nth-child(9) {
    -webkit-transition-delay: 0.8;
    transition-delay: 0.8;
}
.header__dropdown.--is-open .header__dropdown__articles-container li:nth-child(10) {
    -webkit-transition-delay: 0.9;
    transition-delay: 0.9;
}
.header__dropdown__articles-container li:hover {
    opacity: 0.5 !important;
    -webkit-transition: opacity 0.2s !important;
    transition: opacity 0.2s !important;
}
.header__dropdown__bg {
    position: absolute;
    height: 150%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.header__dropdown.--is-open .header__dropdown__bg {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header.--has-open-dropdown .header__dropdown__bg {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header__dropdown__search-container {
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding-top: 6.35rem;
    padding-bottom: 5.08rem;
    -webkit-box-align: start;
    align-items: flex-start;
}
.header__dropdown__search-container > * {
    opacity: 0;
    -webkit-transition: opacity 0.25s 0s;
    transition: opacity 0.25s 0s;
}
.header__dropdown.--is-open .header__dropdown__search-container > * {
    opacity: 1;
    -webkit-transition: opacity 0.4s 0.1s;
    transition: opacity 0.4s 0.1s;
}
.header__dropdown__search-heading {
    font-size: 36px;
    font-family: CircularPro-Book;
    line-height: 1.08;
    font-weight: 400;
    width: 25%;
    flex-shrink: 0;
    padding-right: 1.27rem;
}
@media screen and (min-width: 1024px) {
    .header__dropdown__search-heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 1440px) {
    .header__dropdown__search-heading {
        font-size: 48px;
    }
}
.header__language-select {
    position: absolute;
    right: 0;
    padding-top: 1.27rem;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
}
.header__language-select.--is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
.header__language-select ul {
    display: -webkit-box;
    display: flex;
    padding: 0.635rem;
    background-color: #fff;
}
.header__language-select li {
    padding: 0.635rem 1.27rem;
    font-size: 10px;
    line-height: 2.333;
    letter-spacing: 0.14em;
    font-weight: 700;
    text-transform: uppercase;
    color: #d5d1cf;
}
@media screen and (min-width: 1024px) {
    .header__language-select li {
        font-size: calc(((100vw - 1024px) * 0.00962) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .header__language-select li {
        font-size: 14px;
    }
}
.header__language-select li.--is-active {
    color: #000;
}
.header__mobile-nav {
    display: -webkit-box;
    display: flex;
    opacity: 0;
    -webkit-transition: opacity 0.4s, top 0 0.4s, right 0 0.4s;
    transition: opacity 0.4s, top 0 0.4s, right 0 0.4s;
    position: fixed;
    top: -10000px;
    right: -10000px;
    background-color: #000;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding-top: 6.35rem;
    padding-right: 3.75rem;
    padding-bottom: 2.54rem;
    padding-left: 3.75rem;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
}
@media (min-width: 1100px) {
    .header__mobile-nav {
        display: none !important;
    }
}
.header__mobile-nav__search {
    position: relative;
    margin-bottom: 2.54rem;
}
.header__mobile-nav__menuitem {
    -webkit-transform: translateY(0.635rem);
    transform: translateY(0.635rem);
    opacity: 0;
}
.--search-has-value .header__mobile-nav__menuitem {
    display: none;
}
.header__mobile-nav__menuitem__links {
    height: 0;
    opacity: 0;
    color: #d5d1cf;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.header__mobile-nav__menuitem.--is-open .header__mobile-nav__menuitem__links {
    display: block;
}
.header__mobile-nav__menuitem__links li:last-child {
    padding-bottom: 2.54rem;
}
.header__mobile-nav__menuitem__heading {
    position: relative;
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    margin-bottom: 0.3175rem;
}
@media screen and (min-width: 1024px) {
    .header__mobile-nav__menuitem__heading {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .header__mobile-nav__menuitem__heading {
        font-size: 36px;
    }
}
.--has-sub-items .header__mobile-nav__menuitem__heading:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 1L10 10L1 0.999999' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    position: absolute;
    width: 20px;
    height: 12px;
    right: 0;
    top: 0.3175rem;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.header__mobile-nav.--is-open {
    opacity: 1;
    top: 0;
    right: 0;
    -webkit-transition: opacity 0.7s, top 0s, right 0s;
    transition: opacity 0.7s, top 0s, right 0s;
}
.header__mobile-nav__menuitem.--is-open .header__mobile-nav__menuitem__links {
    max-height: 100vh;
    opacity: 1;
}
.header__mobile-nav__menuitem.--is-open .header__mobile-nav__menuitem__heading:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header__mobile-nav.--is-open .header__mobile-nav__menuitem {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.header__mobile-nav.--is-open .header__mobile-nav__menuitem:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.header__mobile-nav.--is-open .header__mobile-nav__menuitem:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.header__mobile-nav.--is-open .header__mobile-nav__menuitem:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.header__mobile-nav.--is-open .header__mobile-nav__menuitem:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.header__mobile-nav.--is-open .header__mobile-nav__menuitem:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.header__mobile-nav.--is-open .header__mobile-nav__menuitem:nth-child(6) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.header__mobile-nav.--is-open .header__mobile-nav__menuitem:nth-child(7) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.header__mobile-nav.--is-open .header__mobile-nav__menuitem:nth-child(8) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.header__mobile-nav.--is-open .header__mobile-nav__menuitem:nth-child(9) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.header__mobile-nav.--is-open .header__mobile-nav__menuitem:nth-child(10) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.header {
    width: 100%;
    position: fixed;
    z-index: 300;
    display: -webkit-box;
    display: flex;
    -webkit-transition: color 0.3s, top 0.2s linear;
    transition: color 0.3s, top 0.2s linear;
}
.header.--has-open-mobilenav,
.theme-white-header--open .header,
.theme-white-header .header {
    color: #fff;
}
.header.--has-open-dropdown {
    color: #000;
}
.header.headroom--not-top,
.header.headroom--unpinned {
    top: -150px;
}
.header.headroom--pinned.headroom--not-top {
    color: #000;
    top: 0;
}
.header__top-row {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.headroom--pinned.headroom--not-top .header__top-row {
    background-color: #fff;
}
.header__logo {
    padding: 1.27rem;
    width: 20%;
    position: relative;
    z-index: 110;
}
@media (min-width: 900px) {
    .header__logo {
        padding: 1.905rem;
    }
}
.header__desktop-nav {
    display: none;
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
@media (min-width: 1100px) {
    .header__desktop-nav {
        display: block;
    }
}
.header__desktop-nav__list {
    display: -webkit-box;
    display: flex;
}
.header__desktop-nav__list-item {
    padding: 1.27rem;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.header__top-row .header__desktop-nav__list-item:last-of-type {
    position: relative;
}
.header__top-row .header__desktop-nav__list-item:last-of-type::before {
    content: "|";
    padding-right: 1.27rem;
    position: absolute;
    left: 0;
    height: 26px;
}
.header__desktop-nav__list-item > span:hover {
    opacity: 0.5;
    cursor: pointer;
}
.header__icons {
    padding: 0.635rem;
    width: 20%;
}
@media (min-width: 900px) {
    .header__icons {
        padding: 0.9525rem;
    }
}
.header__icons > li {
    cursor: pointer;
}
.header__icons > ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.header__icons > ul > li {
    padding: 0.635rem;
}
@media (min-width: 900px) {
    .header__icons > ul > li {
        padding: 0.635rem;
    }
}
.header__icons > ul > li a,
.header__icons > ul > li span {
    z-index: 110;
}
.header__icons svg {
    display: block;
}
.header__cart-count {
    position: absolute;
}
.header__cart-count sup {
    color: #fff;
    border-radius: 1000px;
    background-color: #000;
    position: relative;
    top: -1.905rem;
    left: 0.635rem;
    width: 1.27rem;
    height: 1.27rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1.2;
}
.header__mini-cart {
    position: absolute;
    right: 0.635rem;
    padding-top: 2.54rem;
}
.header-spacer {
    height: 6.35rem;
    display: block;
}
.--has-open-mobilenav .header__open-menu-icon {
    display: none;
}
.header__close-menu-icon {
    display: none;
}
.--has-open-mobilenav .header__close-menu-icon {
    display: block;
}
.heading-bar {
    text-align: center;
    width: 100%;
    padding-top: 2.2225rem;
    padding-bottom: 2.2225rem;
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .heading-bar {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .heading-bar {
        font-size: 26px;
    }
}
.heading-bar .btn {
    padding-right: 1.27rem;
    padding-left: 1.27rem;
}
@media (min-width: 900px) {
    .heading-bar {
        padding-top: 2.8575rem;
        padding-bottom: 2.8575rem;
    }
}
.hero {
    position: relative;
}
.hero:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.hero__video {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.hero__image {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero__content {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    -webkit-animation: moveUp 1s, fadeIn 1s;
    animation: moveUp 1s, fadeIn 1s;
    z-index: 10;
}
.hero__spacer {
    height: 50%;
}
.hero__kicker {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 1.905rem;
    z-index: 10;
}
.hero__heading {
    flex-shrink: 0;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    z-index: 10;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 48px;
    font-family: CircularPro-Book;
    letter-spacing: -2%;
    line-height: 1;
    font-weight: 400;
}
.page-banner .hero__content {
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
}

.page-banner img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .hero__heading {
        font-size: calc(((100vw - 1024px) * 0.125) + 48px);
    }
    .page-banner img {
        height: auto;
    }
}
@media screen and (min-width: 1440px) {
    .hero__heading {
        font-size: 100px;
    }
}
@media (min-width: 600px) {
    .hero__heading {
        text-align: center;
        width: 80%;
    }
}
.hero__bottom {
    height: 50%;
    z-index: 10;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    padding-left: 1.905rem;
    padding-right: 1.905rem;
    margin-bottom: 2.42rem;
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
.hero__content .hero__bottom a {
    font-size: 21px;
    color: #fff;
    font-family: "CircularPro-Book";
    text-align: center;
    background-color: transparent;
    padding: 1rem 3rem;
    border-radius: 50px;
    border: 1px solid #fff;
}
.hero__content .hero__bottom a:before {
    content: "";
    margin: 0;
    width: 0;
    height: 0;
}
@media screen and (max-width: 478px) {
    .hero__content .hero__bottom a {
        font-size: 18px;
        color: #fff;
        font-family: "CircularPro-Book";
        text-align: center;
        background-color: transparent;
        padding: 0.8rem 1.8rem;
        border: 1px solid #fff;
    }
    .hero__content .hero__bottom a:before {
        content: "";
        margin: 0;
        width: 0;
        height: 0;
    }
}
@media screen and (min-width: 1024px) {
    .hero__bottom {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .hero__bottom {
        font-size: 26px;
    }
}
.hero__bottom a {
    padding: 1.27rem;
}
@media (min-width: 900px) {
    .hero__bottom {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
    }
}
.hero.--has-intro .hero__bottom {
    padding-bottom: 5.08rem;
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .hero.--has-intro .hero__bottom {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .hero.--has-intro .hero__bottom {
        font-size: 36px;
    }
}
@media (min-width: 900px) {
    .hero.--has-intro .hero__bottom {
        -webkit-box-align: start;
        align-items: flex-start;
        padding-top: 2.54rem;
        padding-bottom: 0;
    }
}
.hero.--has-small-heading .hero__heading {
    font-size: 36px;
    font-family: CircularPro-Book;
    line-height: 1.08;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .hero.--has-small-heading .hero__heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 1440px) {
    .hero.--has-small-heading .hero__heading {
        font-size: 48px;
    }
}
@media (min-width: 900px) {
    .hero.--has-small-heading .hero__heading {
        width: 50%;
    }
}
@media (min-width: 900px) {
    .hero.--has-huge-heading .hero__heading {
        font-size: 160px;
        font-family: CircularPro-Book;
        letter-spacing: -0.02em;
        line-height: 1;
        font-weight: 400;
    }
}
.home__about {
    background-color: #000;
    padding-top: 3.81rem;
    padding-bottom: 3.81rem;
    color: #fff;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
@media (min-width: 900px) {
    .home__about {
        display: -webkit-box;
        display: flex;
        padding-top: 7.62rem;
        padding-bottom: 7.62rem;
    }
}
.home__about__image-container img {
    width: 100%;
}
@media (min-width: 900px) {
    .home__about__image-container {
        width: 50%;
        padding-right: 1.905rem;
    }
}
.home__about__image-container a {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    width: 100%;
}
.home__about__image-container a:hover {
    opacity: 0.5;
}
.home__about__image-container.js-el__inView {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s 0.2s;
    transition: all 1s 0.2s;
}
.home__about__image-container.js-el__inView.--has-been-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.home__about__image {
    margin-bottom: 3.81rem;
}
@media (min-width: 900px) {
    .home__about__image {
        margin-bottom: 0;
    }
}
.home__about__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
@media (min-width: 900px) {
    .home__about__content {
        width: 50%;
        padding-left: 1.905rem;
        padding-right: 1.905rem;
    }
}
.home__about__content.js-el__inView {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s 0.4s;
    transition: all 1s 0.4s;
}
.home__about__content.js-el__inView.--has-been-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.home__about__heading {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2.54rem;
}
@media screen and (min-width: 1024px) {
    .home__about__heading {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .home__about__heading {
        font-size: 12px;
    }
}
@media (min-width: 900px) {
    .home__about__heading {
        margin-bottom: 4.445rem;
    }
}
.home__about__copy {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    margin-bottom: 2.54rem;
}
@media screen and (min-width: 1024px) {
    .home__about__copy {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .home__about__copy {
        font-size: 36px;
    }
}
@media (min-width: 600px) {
    .home__about__copy {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 900px) {
    .home__about__copy {
        margin: 0;
        width: 100%;
        font-size: 36px;
        font-family: CircularPro-Book;
        line-height: 1.08;
        font-weight: 400;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .home__about__copy {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .home__about__copy {
        font-size: 48px;
    }
}
.home__about__content__cta {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .home__about__content__cta {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .home__about__content__cta {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .home__about__content__cta {
        margin-top: 3.175rem;
    }
}
.home__intro {
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    padding-top: 2.54rem;
    padding-bottom: 1.27rem;
}
@media (min-width: 900px) {
    .home__intro {
        display: -webkit-box;
        display: flex;
        padding-top: 3.81rem;
        padding-left: 1.905rem;
        padding-right: 1.905rem;
    }
}
.home__intro__heading {
    font-size: 36px;
    font-family: CircularPro-Book;
    line-height: 1.08;
    font-weight: 400;
    margin-bottom: 4.445rem;
}
@media screen and (min-width: 1024px) {
    .home__intro__heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 1440px) {
    .home__intro__heading {
        font-size: 48px;
    }
}
@media (min-width: 900px) {
    .home__intro__heading {
        padding-right: 1.27rem;
        width: calc(((100vw - 3.81rem) * 0.33333) + 1.905rem);
    }
}
.home__intro__text {
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 5.08rem;
}
@media screen and (min-width: 1024px) {
    .home__intro__text {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .home__intro__text {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .home__intro__text {
        width: calc(((100vw - 3.81rem) * 0.5) + 0rem);
        margin-bottom: 5.08rem;
    }
    .home__intro__text {
        font-family: CircularPro-Book;
    }
}
.home__inspiration {
    text-align: center;
}
.home__inspiration__image {
    position: relative;
    margin-bottom: 3.81rem;
}
.home__inspiration__image img {
    width: 100%;
}
@media (min-width: 900px) {
    .home__inspiration__image {
        margin-bottom: 5.715rem;
    }
}
.home__inspiration__marker {
    position: absolute;
    background-color: #fff;
    border-radius: 1000px;
    width: 3.81rem;
    height: 3.81rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.home__inspiration__title {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.905rem;
}
@media screen and (min-width: 1024px) {
    .home__inspiration__title {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .home__inspiration__title {
        font-size: 12px;
    }
}
@media (min-width: 900px) {
    .home__inspiration__title {
        margin-bottom: 3.81rem;
    }
}
.home__inspiration__heading {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.905rem;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
}
@media screen and (min-width: 1024px) {
    .home__inspiration__heading {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .home__inspiration__heading {
        font-size: 36px;
    }
}
@media (min-width: 900px) {
    .home__inspiration__heading {
        width: 75%;
        margin-bottom: 3.81rem;
        font-size: 36px;
        font-family: CircularPro-Book;
        line-height: 1.08;
        font-weight: 400;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .home__inspiration__heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .home__inspiration__heading {
        font-size: 48px;
    }
}
@media (min-width: 1100px) {
    .home__inspiration__heading {
        width: 50%;
    }
}
.home__inspiration__link {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 3.81rem;
}
@media screen and (min-width: 1024px) {
    .home__inspiration__link {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .home__inspiration__link {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .home__inspiration__link {
        margin-bottom: 5.715rem;
    }
}
@media (max-width: 899px) {
    .inspiration-article__content__feaured-img {
        display: none;
    }
}
@media (min-width: 900px) {
    .inspiration-article__content__feaured-img {
        margin-bottom: 7.62rem;
        height: 50vw;
        background-size: cover;
        background-position: center;
    }
    .inspiration-article__content__feaured-img img {
        width: 100%;
    }
}
.inspiration-intro__content__featured {
    position: -webkit-sticky;
    position: sticky;
    height: 10.16rem;
    margin-bottom: -10.16rem;
    top: 0;
    width: calc(((100vw - 3.81rem) * 0.25) + 1.905rem);
}
@media (max-width: 899px) {
    .inspiration-intro__content__featured {
        display: none;
    }
}
.inspiration-article__content-body {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .inspiration-article__content-body {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .inspiration-article__content-body {
        font-size: 26px;
    }
}
.inspiration-article__content-body h1,
.inspiration-article__content-body h2,
.inspiration-article__content-body h3,
.inspiration-article__content-body h4,
.inspiration-article__content-body h5,
.inspiration-article__content-body h6,
.inspiration-article__content-body p {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    margin-bottom: 3.81rem;
}
@media screen and (min-width: 1024px) {
    .inspiration-article__content-body h1,
    .inspiration-article__content-body h2,
    .inspiration-article__content-body h3,
    .inspiration-article__content-body h4,
    .inspiration-article__content-body h5,
    .inspiration-article__content-body h6,
    .inspiration-article__content-body p {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .inspiration-article__content-body h1,
    .inspiration-article__content-body h2,
    .inspiration-article__content-body h3,
    .inspiration-article__content-body h4,
    .inspiration-article__content-body h5,
    .inspiration-article__content-body h6,
    .inspiration-article__content-body p {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .inspiration-article__content-body h1,
    .inspiration-article__content-body h2,
    .inspiration-article__content-body h3,
    .inspiration-article__content-body h4,
    .inspiration-article__content-body h5,
    .inspiration-article__content-body h6,
    .inspiration-article__content-body p {
        padding: 0;
        margin-bottom: 7.62rem;
        width: calc(((100vw - 3.81rem) * 0.66667) + 0rem);
        margin-left: auto;
        margin-right: calc(((100vw - 3.81rem) * 0.08333) + 1.905rem);
    }
}
@media (min-width: 1100px) {
    .inspiration-article__content-body h1,
    .inspiration-article__content-body h2,
    .inspiration-article__content-body h3,
    .inspiration-article__content-body h4,
    .inspiration-article__content-body h5,
    .inspiration-article__content-body h6,
    .inspiration-article__content-body p {
        width: calc(((100vw - 3.81rem) * 0.5) + 0rem);
        margin-right: calc(((100vw - 3.81rem) * 0.16667) + 1.905rem);
    }
}
.inspiration-article__content-body img {
    width: 100%;
    margin-bottom: 3.81rem;
}
@media (min-width: 900px) {
    .inspiration-article__content-body img {
        margin-bottom: 7.62rem;
        width: calc(((100vw - 3.81rem) * 0.75) + 0rem);
        margin-right: 1.905rem;
        margin-left: auto;
    }
}
@media (min-width: 1100px) {
    .inspiration-article__content-body img {
        width: calc(((100vw - 3.81rem) * 0.66667) + 0rem);
    }
}
.inspiration-article__content-body p > img {
    margin-bottom: 0;
}
@media (min-width: 900px) {
    .inspiration-article__content-body p > img {
        width: 112%;
        max-width: 112%;
    }
}
@media (min-width: 1100px) {
    .inspiration-article__content-body p > img {
        width: 133%;
        max-width: 133%;
    }
}
.inspiration-article__content-body blockquote {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    position: relative;
    margin-bottom: 3.81rem;
}
@media screen and (min-width: 1024px) {
    .inspiration-article__content-body blockquote {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .inspiration-article__content-body blockquote {
        font-size: 36px;
    }
}
@media (min-width: 900px) {
    .inspiration-article__content-body blockquote {
        text-indent: calc(((100vw - 3.81rem) * 0.08333) + 0rem);
        width: calc(((100vw - 3.81rem) * 0.58333) + 0rem);
        margin-right: calc(((100vw - 3.81rem) * 0.16667) + 1.905rem);
        margin-left: auto;
        margin-bottom: 7.62rem;
    }
}
.inspiration-article__content-body blockquote p {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    width: 100%;
    margin: 0;
    position: relative;
    margin-bottom: 1.905rem;
}
@media screen and (min-width: 1024px) {
    .inspiration-article__content-body blockquote p {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .inspiration-article__content-body blockquote p {
        font-size: 36px;
    }
}
.inspiration-article__content-body blockquote p:before {
    content: '"';
    display: inline;
    padding-right: 7.62rem;
}
@media (min-width: 900px) {
    .inspiration-article__content-body blockquote p:before {
        text-indent: 0;
        padding-right: 0;
        position: absolute;
        left: 0;
    }
}
.inspiration-article__content-body blockquote p:after {
    content: '"';
    display: inline;
}
.inspiration-article__content-body blockquote h1,
.inspiration-article__content-body blockquote h2,
.inspiration-article__content-body blockquote h3,
.inspiration-article__content-body blockquote h4,
.inspiration-article__content-body blockquote h5,
.inspiration-article__content-body blockquote h6 {
    font-size: 20px;
    line-height: 1.4;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-indent: 0;
}
@media (min-width: 900px) {
    .inspiration-article__content-body blockquote h1,
    .inspiration-article__content-body blockquote h2,
    .inspiration-article__content-body blockquote h3,
    .inspiration-article__content-body blockquote h4,
    .inspiration-article__content-body blockquote h5,
    .inspiration-article__content-body blockquote h6 {
        font-size: 16px;
        line-height: 1.5;
        position: absolute;
        left: calc(((100vw - 3.81rem) * 0.25) * -1);
        width: calc(((100vw - 3.81rem) * 0.25));
        padding-right: 1.905rem;
        top: 0;
    }
}
.inspiration-article__continue-reading {
    background-color: #fff;
    padding-bottom: 7.62rem;
}
.inspiration-article__continue-reading__heading {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    padding-top: 3.175rem;
    padding-bottom: 3.175rem;
    padding-left: 1.27rem;
    border-bottom: 2px solid #ece8e7;
    margin-bottom: 2.54rem;
    margin-left: -1.27rem;
    margin-right: -1.27rem;
}
@media screen and (min-width: 1024px) {
    .inspiration-article__continue-reading__heading {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .inspiration-article__continue-reading__heading {
        font-size: 36px;
    }
}
@media (min-width: 900px) {
    .inspiration-article__continue-reading__heading {
        text-align: center;
        font-size: 36px;
        font-family: CircularPro-Book;
        line-height: 1.08;
        font-weight: 400;
        padding-top: 4.445rem;
        padding-bottom: 4.445rem;
        padding-left: 0;
        margin: 0;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .inspiration-article__continue-reading__heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .inspiration-article__continue-reading__heading {
        font-size: 48px;
    }
}
.inspiration-article__header {
    padding-top: 12.7rem;
    padding-bottom: 3.81rem;
}
@media (min-width: 900px) {
    .inspiration-article__header {
        display: -webkit-box;
        display: flex;
    }
}
.inspiration-article__header__meta {
    padding-left: 1.27rem;
    padding-right: 1.27rem;
}
@media (min-width: 900px) {
    .inspiration-article__header__meta {
        padding-left: 1.905rem;
        padding-right: 0;
        width: calc(((100vw - 3.81rem) * 0.33333) + 1.905rem);
    }
}
.inspiration-article__header__date {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.27rem;
}
@media screen and (min-width: 1024px) {
    .inspiration-article__header__date {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .inspiration-article__header__date {
        font-size: 12px;
    }
}
@media (min-width: 900px) {
    .inspiration-article__header__date {
        margin-bottom: 2.54rem;
    }
}
.inspiration-article__header__heading-secondary {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .inspiration-article__header__heading-secondary {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .inspiration-article__header__heading-secondary {
        font-size: 36px;
    }
}
@media (max-width: 899px) {
    .inspiration-article__header__heading-secondary {
        margin-bottom: 1.905rem;
    }
}
.inspiration-article__header__intro {
    padding-left: 1.27rem;
    padding-right: 1.27rem;
}
@media (min-width: 900px) {
    .inspiration-article__header__intro {
        padding-left: 0;
        padding-right: 2.54rem;
        width: calc(((100vw - 3.81rem) * 0.66667) + 0rem);
    }
}
.inspiration-article__header__title {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.27rem;
}
@media screen and (min-width: 1024px) {
    .inspiration-article__header__title {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .inspiration-article__header__title {
        font-size: 12px;
    }
}
@media (min-width: 900px) {
    .inspiration-article__header__title {
        margin-bottom: 2.54rem;
    }
}
.inspiration-article__header__heading-primary {
    font-size: 36px;
    font-family: CircularPro-Book;
    line-height: 1.08;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .inspiration-article__header__heading-primary {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 1440px) {
    .inspiration-article__header__heading-primary {
        font-size: 48px;
    }
}
@media (min-width: 900px) {
    .inspiration-article__header__heading-primary {
        width: calc(((100vw - 3.81rem) * 0.5) + 0rem);
    }
}
.inspiration-article__header__feaured-img {
    margin-bottom: 1.905rem;
    background-size: cover;
    background-position: center;
    height: 70vw;
}
.inspiration-article__header__feaured-img img {
    width: 100%;
}
@media (min-width: 900px) {
    .inspiration-article__header__feaured-img {
        display: none;
    }
}
.intro-content {
    background-color: #f5f4f2;
    padding-top: 1.27rem;
    padding-bottom: 2.54rem;
}
@media (min-width: 900px) {
    .intro-content {
        padding-top: 3.81rem;
        padding-bottom: 3.81rem;
    }
}
.intro-content__row {
    padding-top: 2.54rem;
    padding-bottom: 2.54rem;
}
@media (min-width: 900px) {
    .intro-content__row {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding-bottom: 3.81rem;
        padding-top: 3.81rem;
    }
}

#shopify-section-product_personalisation_swopper .intro-content__row {
	padding-bottom: 0;
}

.intro-content__img img {
    width: 100%;
    height: auto;
}
.intro-content__video video {
    width: 100%;
    height: auto;
}
@media (min-width: 900px) {
    .intro-content__img {
        width: 50%;
    }
    .intro-content__video {
        width: 50%;
    }
}
@media (min-width: 1100px) {
    .intro-content__img {
        width: 62.5%;
    }
    .intro-content__video {
        width: 62.5%;
    }
}
.intro-content__img.js-el__inView {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s 0.2s;
    transition: all 1s 0.2s;
}
.intro-content__img.js-el__inView.--has-been-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.intro-content__video.js-el__inView {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s 0.2s;
    transition: all 1s 0.2s;
}
.intro-content__video.js-el__inView.--has-been-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.intro-content__text {
    text-align: center;
    padding-top: 2.54rem;
}
@media (min-width: 900px) {
    .intro-content__text {
        width: 50%;
        padding-top: 0;
        padding-left: 5.08rem;
        padding-right: 5.08rem;
    }
}
@media (min-width: 1100px) {
    .intro-content__text {
        width: 37.5%;
    }
}
.intro-content__text.js-el__inView {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 1s 0.4s;
    transition: all 1s 0.4s;
}
.intro-content__text.js-el__inView.--has-been-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.intro-content__text__heading {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    margin-bottom: 2.54rem;
}
@media screen and (min-width: 1024px) {
    .intro-content__text__heading {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .intro-content__text__heading {
        font-size: 36px;
    }
}
@media (min-width: 900px) {
    .intro-content__text__heading {
        margin-bottom: 3.175rem;
        font-size: 36px;
        font-family: CircularPro-Book;
        line-height: 1.08;
        font-weight: 400;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .intro-content__text__heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .intro-content__text__heading {
        font-size: 48px;
    }
}
.intro-content__text__copy {
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
@media (min-width: 900px) {
    .intro-content__text__copy {
        padding-left: 0;
        padding-right: 0;
        font-size: 20px;
        font-family: CircularPro-Book;
        line-height: 1.3;
        font-weight: 400;
    }
}
.intro-content__read-more {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 1.905rem;
}
.journal-article__header {
    padding-top: 12.7rem;
    padding-bottom: 3.81rem;
    min-height: 30.48rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    background-size: cover;
    background-position: center;
}
.journal-article__header:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.journal-article__header__heading {
    width: 100%;
    color: #fff;
    margin-top: auto;
    position: relative;
    z-index: 1;
    font-size: 36px;
    font-family: CircularPro-Book;
    line-height: 1.08;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .journal-article__header__heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 1440px) {
    .journal-article__header__heading {
        font-size: 48px;
    }
}
@media (min-width: 900px) {
    .journal-article__header__heading {
        width: calc(((100vw - 3.81rem) * 0.58333) + 0rem);
        margin-left: calc(((100vw - 3.81rem) * 0.33333) + 0rem);
    }
}
@media (min-width: 1100px) {
    .journal-article__header__heading {
        width: calc(((100vw - 3.81rem) * 0.5) + 0rem);
    }
}
.journal-article__body {
    display: -webkit-box;
    display: flex;
    padding-top: 3.81rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (min-width: 900px) {
    .journal-article__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}
.journal-article__meta {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-bottom: 3.81rem;
}
@media (min-width: 900px) {
    .journal-article__meta {
        width: calc(((100vw - 3.81rem) * 0.16667) + 0rem);
        -webkit-box-ordinal-group: 1;
        order: 0;
        margin-bottom: 0;
        padding-bottom: 2.54rem;
    }
}
@media (min-width: 900px) {
    .journal-article__meta-inner {
        position: -webkit-sticky;
        position: sticky;
        top: 3.81rem;
    }
}
.journal-article__author {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
.journal-article__date {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 2.54rem;
}
.journal-article__share-title {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.27rem;
}
@media screen and (min-width: 1024px) {
    .journal-article__share-title {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .journal-article__share-title {
        font-size: 12px;
    }
}
.journal-article__content {
    margin-bottom: 3.81rem;
}
@media (min-width: 900px) {
    .journal-article__content {
        width: calc(((100vw - 3.81rem) * 0.58333) + 0rem);
    }
}
.journal-article__content h1,
.journal-article__content h2,
.journal-article__content h3,
.journal-article__content h4,
.journal-article__content h5,
.journal-article__content h6,
.journal-article__content ol,
.journal-article__content p,
.journal-article__content ul {
    margin-bottom: 3.81rem;
    font-size: 16px;
    line-height: 1.5;
}
@media (min-width: 900px) {
    .journal-article__content h1,
    .journal-article__content h2,
    .journal-article__content h3,
    .journal-article__content h4,
    .journal-article__content h5,
    .journal-article__content h6,
    .journal-article__content ol,
    .journal-article__content p,
    .journal-article__content ul {
        margin-left: calc(((100vw - 3.81rem) * 0.16667) + 0rem);
        width: calc(((100vw - 3.81rem) * 0.58333) + 0rem);
    }
}
@media (min-width: 1100px) {
    .journal-article__content h1,
    .journal-article__content h2,
    .journal-article__content h3,
    .journal-article__content h4,
    .journal-article__content h5,
    .journal-article__content h6,
    .journal-article__content ol,
    .journal-article__content p,
    .journal-article__content ul {
        width: calc(((100vw - 3.81rem) * 0.41667) + 0rem);
    }
}
.journal-article__content ul {
    list-style: initial;
    padding-left: 0.635rem;
}
.journal-article__content ol {
    list-style: initial;
    padding-left: 0.635rem;
}
.journal-article__content h1,
.journal-article__content h2,
.journal-article__content h3,
.journal-article__content h4,
.journal-article__content h5,
.journal-article__content h6 {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .journal-article__content h1,
    .journal-article__content h2,
    .journal-article__content h3,
    .journal-article__content h4,
    .journal-article__content h5,
    .journal-article__content h6 {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .journal-article__content h1,
    .journal-article__content h2,
    .journal-article__content h3,
    .journal-article__content h4,
    .journal-article__content h5,
    .journal-article__content h6 {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .journal-article__content img {
        max-width: 100%;
        width: 100%;
        margin-bottom: 3.81rem;
    }
}
.journal-article__content blockquote {
    margin-left: 0;
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    margin-bottom: 3.81rem;
}
@media screen and (min-width: 1024px) {
    .journal-article__content blockquote {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .journal-article__content blockquote {
        font-size: 36px;
    }
}
.journal-article__content blockquote p {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    width: 100%;
    margin: 0;
}
@media screen and (min-width: 1024px) {
    .journal-article__content blockquote p {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .journal-article__content blockquote p {
        font-size: 36px;
    }
}
@media (min-width: 900px) {
    .journal-article__content blockquote {
        width: calc(((100vw - 3.81rem) * 0.75) + 0rem);
    }
}
.journal-article__content a {
    text-decoration: underline;
}
.knowledge-article__header {
    padding-top: 10.16rem;
    padding-bottom: 7.62rem;
    margin-bottom: 2.54rem;
    background-color: #f5f4f2;
}
@media (min-width: 900px) {
    .knowledge-article__header {
        display: -webkit-box;
        display: flex;
        padding-top: 13.335rem;
        padding-bottom: 4.445rem;
        margin-bottom: 7.62rem;
    }
}
.knowledge-article__header__title {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    width: calc(((100vw - 3.81rem) * 0.33333) + 0rem);
}
@media screen and (min-width: 1024px) {
    .knowledge-article__header__title {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .knowledge-article__header__title {
        font-size: 12px;
    }
}
@media (max-width: 899px) {
    .knowledge-article__header__title {
        margin-bottom: 1.27rem;
    }
}
.knowledge-article__header__heading {
    font-size: 48px;
    font-family: CircularPro-Book;
    letter-spacing: -2%;
    line-height: 1;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .knowledge-article__header__heading {
        font-size: calc(((100vw - 1024px) * 0.125) + 48px);
    }
}
@media screen and (min-width: 1440px) {
    .knowledge-article__header__heading {
        font-size: 100px;
    }
}
.knowledge-article__main {
    position: relative;
    padding-bottom: 2.54rem;
}
.knowledge-article__main-content h1,
.knowledge-article__main-content h2,
.knowledge-article__main-content h3,
.knowledge-article__main-content h4,
.knowledge-article__main-content h5,
.knowledge-article__main-content h6 {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 2.54rem;
}
@media screen and (min-width: 1024px) {
    .knowledge-article__main-content h1,
    .knowledge-article__main-content h2,
    .knowledge-article__main-content h3,
    .knowledge-article__main-content h4,
    .knowledge-article__main-content h5,
    .knowledge-article__main-content h6 {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .knowledge-article__main-content h1,
    .knowledge-article__main-content h2,
    .knowledge-article__main-content h3,
    .knowledge-article__main-content h4,
    .knowledge-article__main-content h5,
    .knowledge-article__main-content h6 {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .knowledge-article__main-content h1,
    .knowledge-article__main-content h2,
    .knowledge-article__main-content h3,
    .knowledge-article__main-content h4,
    .knowledge-article__main-content h5,
    .knowledge-article__main-content h6 {
        width: calc(((100vw - 3.81rem) * 0.33333) + 0rem);
        position: absolute;
        left: 1.905rem;
        margin-bottom: 0;
        padding-right: 2.54rem;
    }
}
.knowledge-article__main-content ol,
.knowledge-article__main-content p,
.knowledge-article__main-content ul {
    margin-bottom: 2.54rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
@media (min-width: 900px) {
    .knowledge-article__main-content ol,
    .knowledge-article__main-content p,
    .knowledge-article__main-content ul {
        margin-left: calc(((100vw - 3.81rem) * 0.33333) + 0rem);
        width: calc(((100vw - 3.81rem) * 0.58333) + 0rem);
    }
}
@media (min-width: 1100px) {
    .knowledge-article__main-content ol,
    .knowledge-article__main-content p,
    .knowledge-article__main-content ul {
        width: calc(((100vw - 3.81rem) * 0.41667) + 0rem);
    }
}
.knowledge-article__main-content ul {
    list-style: initial;
    padding-left: 0.635rem;
}
.knowledge-article__main-content ol {
    list-style: initial;
    padding-left: 0.635rem;
}
.knowledge-article__main-content a {
    text-decoration: underline;
}
.knowledge-card {
    padding-top: 2.54rem;
    padding-left: 1.905rem;
    padding-right: 1.905rem;
    padding-bottom: 1.905rem;
    background-color: #f5f4f2;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.knowledge-card:hover {
    background-color: #000;
    color: #fff;
}
.knowledge-card__title {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3.175rem;
}
@media screen and (min-width: 1024px) {
    .knowledge-card__title {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .knowledge-card__title {
        font-size: 12px;
    }
}
.knowledge-card__heading {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    margin-bottom: 1.905rem;
}
@media screen and (min-width: 1024px) {
    .knowledge-card__heading {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .knowledge-card__heading {
        font-size: 36px;
    }
}
@media (min-width: 900px) {
    .knowledge-card__heading {
        font-size: 20px;
        font-family: CircularPro-Book;
        line-height: 1.2;
        font-weight: 400;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .knowledge-card__heading {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .knowledge-card__heading {
        font-size: 26px;
    }
}
.knowledge-card__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 3.175rem;
}
.knowledge-card__cta {
    margin-top: auto;
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
.mini-cart {
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    color: #000;
    position: fixed;
    display: -webkit-box;
    display: flex;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    max-height: 0;
    max-width: 0;
    overflow: hidden;
    -webkit-transition: max-height 0s 0.3s, max-width 0s 0.3s, opacity 0.25s;
    transition: max-height 0s 0.3s, max-width 0s 0.3s, opacity 0.25s;
}
@media (min-width: 900px) {
    .mini-cart {
        padding: 0;
        width: 400px;
        top: initial;
        left: initial;
        right: 0;
        bottom: initial;
        position: relative;
    }
}
.mini-cart.--is-open {
    max-height: 100vh;
    max-width: initial;
    overflow: initial;
}
@media (min-width: 900px) {
    .mini-cart.--is-open {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: height 0s 0s, width 0s 0s, opacity 0.25s;
        transition: height 0s 0s, width 0s 0s, opacity 0.25s;
        position: relative;
        max-height: 75vh;
    }
}
.mini-cart.--is-open-click {
    opacity: 1;
    max-height: 100vh;
    max-width: initial;
    overflow: initial;
    -webkit-transition: height 0s 0s, width 0s 0s, opacity 0.25s;
    transition: height 0s 0s, width 0s 0s, opacity 0.25s;
}
@media (min-width: 900px) {
    .mini-cart.--is-open-click {
        max-height: 75vh;
    }
}
@media (min-width: 900px) {
    .headroom--unpinned .mini-cart {
        margin-top: 5.08rem;
    }
}
.mini-cart__logo {
    padding: 1.27rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
@media (min-width: 900px) {
    .mini-cart__logo {
        display: none;
    }
}
.mini-cart__header {
    display: -webkit-box;
    display: flex;
    height: 5.08rem;
    flex-shrink: 0;
    padding: 0 1.905rem;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 899px) {
    .mini-cart__header {
        padding: 0 1.27rem;
        font-size: 36px;
        font-family: CircularPro-Book;
        line-height: 1.08;
        font-weight: 400;
    }
}
@media screen and (max-width: 899px) and (min-width: 1024px) {
    .mini-cart__header {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (max-width: 899px) and (min-width: 1440px) {
    .mini-cart__header {
        font-size: 48px;
    }
}
@media (min-width: 900px) {
    .mini-cart__header {
        border-bottom: 2px solid #ece8e7;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}
.mini-cart__title {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media (max-width: 899px) {
    .mini-cart__title {
        font-size: 36px;
        font-family: CircularPro-Book;
        line-height: 1.08;
        font-weight: 400;
    }
}
@media screen and (max-width: 899px) and (min-width: 1024px) {
    .mini-cart__title {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (max-width: 899px) and (min-width: 1440px) {
    .mini-cart__title {
        font-size: 48px;
    }
}
@media screen and (min-width: 1024px) {
    .mini-cart__title {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .mini-cart__title {
        font-size: 26px;
    }
}
.mini-cart__count {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
    padding-left: 1.27rem;
}
@media (max-width: 899px) {
    .mini-cart__count {
        font-size: 20px;
        font-family: CircularPro-Book;
        line-height: 1.2;
        font-weight: 400;
    }
}
@media screen and (max-width: 899px) and (min-width: 1024px) {
    .mini-cart__count {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (max-width: 899px) and (min-width: 1440px) {
    .mini-cart__count {
        font-size: 26px;
    }
}
.mini-cart__close {
    margin-left: auto;
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
    .mini-cart__close {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .mini-cart__close {
        font-size: 12px;
    }
}
@media (min-width: 900px) {
    .mini-cart__close {
        display: none;
    }
}
.mini-cart__product-list {
    flex-shrink: 1;
    overflow: auto;
    display: block !important;
}
.mini-cart__product-list li {
    width: 100%;
}
.mini-cart__product {
    width: 100%;
    padding: 1.27rem 1.905rem 1.27rem 1.27rem;
    display: -webkit-box;
    display: flex;
    position: relative;
}
.mini-cart__product__img-wrap {
    width: 33.33%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #f5f4f2;
}
.mini-cart__product__img {
    padding-top: 1.27rem;
    padding-bottom: 1.27rem;
}
.mini-cart__product__info {
    width: 66.66%;
    padding-left: 1.27rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.mini-cart__product__name {
    font-size: 16px;
    line-height: 1.5;
    line-height: 1.125;
    margin-top: 0.635rem;
    margin-bottom: 0.635rem;
    padding-right: 1.27rem;
}
.mini-cart__product__details {
    margin-bottom: 1.27rem;
}
.mini-cart__product__details:after {
    content: "";
    display: table;
    clear: both;
}
.mini-cart__product__details dt {
    float: left;
    clear: left;
    margin-right: 0.635rem;
}
.mini-cart__product__details dd {
    float: left;
}
.mini-cart__product__qty-price-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.635rem;
    flex-direction: column;
}
.mini-cart__product__delete {
    position: absolute;
    top: 1.27rem;
    right: 1.27rem;
    width: 0.9525rem;
}
.mini-cart__product__delete svg {
    width: 0.9525rem;
    height: auto;
}
.mini-cart__empty-notice {
    margin: 0.635rem;
    background-color: #f5f4f2;
    text-align: center;
    padding: 1.27rem;
    font-size: 16px;
    line-height: 1.5;
}
.mini-cart__footer {
    height: 5.08rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #ece8e7;
    flex-shrink: 0;
    padding: 0 1.27rem;
    margin-top: auto;
}
@media (min-width: 900px) {
    .mini-cart__footer {
        padding: 0 1.905rem;
    }
}
.mini-cart__footer__title {
    font-size: 10px;
    line-height: 2.333;
    letter-spacing: 0.14em;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
    .mini-cart__footer__title {
        font-size: calc(((100vw - 1024px) * 0.00962) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .mini-cart__footer__title {
        font-size: 14px;
    }
}
.mini-cart__footer__price {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
.mini-cart__checkout-btn {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
    flex-shrink: 0;
    height: 5.08rem;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    width: 100%;
}
.mini-cart__checkout-btn:before {
    display: none;
}
@media (min-width: 900px) {
    .mini-cart__checkout-btn {
        padding-left: 1.905rem;
        padding-right: 1.905rem;
    }
}
@media (max-width: 599px) {
    .mobile-carousel.--is-size-xs {
        position: relative;
        overflow: auto;
        list-style: none;
        z-index: 1;
    }
    .mobile-carousel.--is-size-xs .swiper-scrollbar {
        display: block;
    }
    .--is-size-xs .mobile-carousel-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        box-sizing: content-box;
    }
    .--is-size-xs .mobile-carousel-slide {
        flex-shrink: 0;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }
}
@media (min-width: 600px) {
    .--is-size-xs.mobile-carousel .swiper-scrollbar {
        display: none;
    }
}
@media (max-width: 899px) and (min-width: 600px) {
    .mobile-carousel.--is-size-s {
        position: relative;
        overflow: auto;
        list-style: none;
        z-index: 1;
    }
    .mobile-carousel.--is-size-s .swiper-scrollbar {
        display: block;
    }
    .--is-size-s .mobile-carousel-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        box-sizing: content-box;
    }
    .--is-size-s .mobile-carousel-slide {
        flex-shrink: 0;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }
}
@media (min-width: 900px) {
    .--is-size-s.mobile-carousel .swiper-scrollbar {
        display: none;
    }
}
@media (max-width: 1099px) and (min-width: 900px) {
    .mobile-carousel.--is-size-m {
        position: relative;
        overflow: hidden;
        list-style: none;
        z-index: 1;
    }
    .mobile-carousel.--is-size-m .swiper-scrollbar {
        display: block;
    }
    .--is-size-m .mobile-carousel-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        box-sizing: content-box;
    }
    .--is-size-m .mobile-carousel-slide {
        flex-shrink: 0;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }
    .--is-size-m .mobile-carousel .swiper-scrollbar {
        display: block;
    }
}
@media (min-width: 1100px) {
    .--is-size-m.mobile-carousel .swiper-scrollbar {
        display: none;
    }
}
.page-404 {
    text-align: center;
    min-height: 100vh;
    background-color: #ff1d25;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
}
.page-404__logo {
    width: 20%;
    margin: 0 auto;
    margin-bottom: 5.08rem;
}
.page-404__text {
    font-size: 48px;
    font-family: CircularPro-Book;
    line-height: 1;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .page-404__text {
        font-size: calc(((100vw - 1024px) * 0.02885) + 48px);
    }
}
@media screen and (min-width: 1440px) {
    .page-404__text {
        font-size: 60px;
    }
}
.page-intro-nav {
    text-align: center;
    width: 100%;
    padding: 2.54rem;
    padding-bottom: 4.445rem;
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .page-intro-nav {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .page-intro-nav {
        font-size: 36px;
    }
}
@media (min-width: 900px) {
    .page-intro-nav {
        font-size: 36px;
        font-family: CircularPro-Book;
        line-height: 1.08;
        font-weight: 400;
        padding: 4.445rem;
        padding-bottom: 5.715rem;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .page-intro-nav {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .page-intro-nav {
        font-size: 48px;
    }
}
.page-intro-nav__links {
    position: relative;
    z-index: 1;
}
.page-intro-nav__link {
    color: #d5d1cf;
}
.page-intro-nav__link.--is-active {
    color: #000;
}
.page-intro-nav.--has-background-image {
    padding: 8.255rem 1.27rem 5.715rem 1.27rem;
}
.page-intro-nav.--has-background-image .page-intro-nav__link {
    color: #fff;
}
.page-intro-nav.--has-background-image .page-intro-nav__link.--is-active {
    color: #fff;
    opacity: 0.5;
}
.page-intro-nav.--has-background-image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.page-section {
    padding-left: 1.27rem;
    padding-right: 1.27rem;
}
@media (min-width: 900px) {
    .page-section {
        padding-left: 1.905rem;
        padding-right: 1.905rem;
    }
}

#shopify-section-product_personalisation_swopper .page-section {
	padding-bottom: 0;
}

.page-wrapper.theme-grey-bg {
    background-color: #f5f4f2;
}
.page-wrapper:after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0s 0.2s;
    transition: opacity 0.2s, -webkit-transform 0s 0.2s;
    transition: transform 0s 0.2s, opacity 0.2s;
    transition: transform 0s 0.2s, opacity 0.2s, -webkit-transform 0s 0.2s;
    z-index: 200;
}
.page-wrapper.--has-overlay:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.2s, -webkit-transform 0s;
    transition: opacity 0.2s, -webkit-transform 0s;
    transition: transform 0s, opacity 0.2s;
    transition: transform 0s, opacity 0.2s, -webkit-transform 0s;
    opacity: 1;
}
.pdp__benefits {
    padding-top: 3.81rem;
    padding-bottom: 3.81rem;
    width: 100%;
}
@media (min-width: 900px) {
    .pdp__benefits {
        display: -webkit-box;
        display: flex;
        padding-top: 6.35rem;
        padding-bottom: 6.35rem;
    }
}
.pdp__benefits__info-col {
    text-align: center;
}
@media (min-width: 900px) {
    .pdp__benefits__info-col {
        width: 50%;
        padding-right: 1.905rem;
    }
}
.pdp__benefits__title {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2.54rem;
}
@media screen and (min-width: 1024px) {
    .pdp__benefits__title {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .pdp__benefits__title {
        font-size: 12px;
    }
}
.pdp__benefits__nav {
    width: 100%;
    height: 50%;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding-bottom: 3.81rem;
}
.pdp__benefits__nav ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.pdp__benefits__nav-item {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.2;
    cursor: pointer;
    margin-left: 0.635rem;
    margin-right: 0.635rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.pdp__benefits__nav-item.--is-active {
    opacity: 1;
}
@media (min-width: 900px) {
    .pdp__benefits__nav-item {
        margin-left: 0.9525rem;
        margin-right: 0.9525rem;
    }
}
.pdp__benefits__text {
    width: 100%;
}
.pdp__benefits__text__slide {
    width: 100%;
}
.pdp__benefits__text__heading {
    font-size: 36px;
    font-family: CircularPro-Book;
    line-height: 1.08;
    font-weight: 400;
    margin-bottom: 1.905rem;
}
@media screen and (min-width: 1024px) {
    .pdp__benefits__text__heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 1440px) {
    .pdp__benefits__text__heading {
        font-size: 48px;
    }
}
@media (min-width: 900px) {
    .pdp__benefits__text__heading {
        font-size: 48px;
        font-family: CircularPro-Book;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 2.54rem;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .pdp__benefits__text__heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 48px);
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .pdp__benefits__text__heading {
        font-size: 60px;
    }
}
.pdp__benefits__text__copy {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 3.81rem;
}
@media (min-width: 900px) {
    .pdp__benefits__text__copy {
        width: 75%;
        margin: 0 auto;
        font-size: 20px;
        font-family: CircularPro-Book;
        line-height: 1.3;
        font-weight: 400;
    }
}
@media (min-width: 900px) {
    .pdp__benefits__image-col {
        width: 50%;
    }
}
.pdp__benefits__image__slide {
    width: 100%;
    padding-bottom: 75%;
}
@media (min-width: 900px) {
    .pdp__benefits__image__slide {
        padding-bottom: 100%;
    }
}
.pdp__benefits__image__slide-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
}
.pdp__featured {
    width: 100%;
    overflow: hidden;
}
@media (min-width: 900px) {
    .pdp__featured {
        padding-bottom: 6.35rem;
        background-color: #f5f4f2;
    }
}
.pdp__featured__top {
    padding-bottom: 1.27rem;
}
.pdp__featured__top .swiper-wrapper {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.pdp__featured__top__slide {
    width: 100%;
    padding-top: 2.54rem;
    padding-bottom: 2.54rem;
}
@media (min-width: 900px) {
    .pdp__featured__top__slide {
        display: -webkit-box;
        display: flex;
        padding-top: 3.81rem;
        padding-bottom: 0;
    }
}
@media (min-width: 900px) {
    .pdp__featured__top__slide__title-container {
        width: 62.5%;
    }
}
.pdp__featured__top__slide__title {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.27rem;
}
@media screen and (min-width: 1024px) {
    .pdp__featured__top__slide__title {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .pdp__featured__top__slide__title {
        font-size: 12px;
    }
}
@media (min-width: 900px) {
    .pdp__featured__top__slide__title {
        margin-bottom: 1.905rem;
    }
}
.pdp__featured__top__slide__heading {
    font-size: 36px;
    font-family: CircularPro-Book;
    line-height: 1.08;
    font-weight: 400;
    margin-bottom: 1.905rem;
}
@media screen and (min-width: 1024px) {
    .pdp__featured__top__slide__heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 1440px) {
    .pdp__featured__top__slide__heading {
        font-size: 48px;
    }
}
@media (min-width: 900px) {
    .pdp__featured__top__slide__heading {
        font-size: 48px;
        font-family: CircularPro-Book;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 2.54rem;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .pdp__featured__top__slide__heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 48px);
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .pdp__featured__top__slide__heading {
        font-size: 60px;
    }
}
.pdp__featured__top__slide__excerpt {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
@media (min-width: 900px) {
    .pdp__featured__top__slide__excerpt {
        margin-left: auto;
        width: 25%;
        font-size: 20px;
        font-family: CircularPro-Book;
        line-height: 1.3;
        font-weight: 400;
    }
}
.pdp__featured__nav {
    padding-bottom: 1.905rem;
}
.pdp__featured__nav__arrow {
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    cursor: pointer;
}
.pdp__featured__nav__arrow img {
    width: 3.175rem;
}
@media (min-width: 900px) {
    .pdp__featured__nav__arrow {
        padding-left: 1.905rem;
        padding-right: 1.905rem;
    }
    .pdp__featured__nav__arrow img {
        width: auto;
    }
}
.pdp__featured__nav__next {
    display: inline-block;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.pdp__featured__nav__next:hover {
    opacity: 0.5;
}
.pdp__featured__nav__prev {
    display: inline-block;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.pdp__featured__nav__prev:hover {
    opacity: 0.5;
}
.pdp__featured__bottom .swiper-wrapper {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.pdp__featured__bottom__slide {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.pdp__featured__bottom__slide__img-l {
    width: 100%;
    background-size: cover;
    padding-bottom: 55%;
}
@media (min-width: 900px) {
    .pdp__featured__bottom__slide__img-l {
        min-height: 50vh;
        padding-bottom: 32%;
        width: 50%;
    }
}
.pdp__featured__bottom__slide__img-s {
    display: none;
}
@media (min-width: 900px) {
    .pdp__featured__bottom__slide__img-s {
        display: block;
        min-height: 50vh;
        padding-bottom: 32%;
        width: calc(((100vw - 3.81rem) * 0.25) + 1.905rem);
        background-size: cover;
    }
}
.pdp__meet-the-designer {
    background-color: #d5d1cf;
    padding-top: 1.905rem;
    padding-bottom: 1.905rem;
}
@media (min-width: 900px) {
    .pdp__meet-the-designer {
        display: -webkit-box;
        display: flex;
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 900px) {
    .pdp__meet-the-designer__title-col {
        width: 25%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding-top: 1.905rem;
        padding-bottom: 1.905rem;
    }
}
.pdp__meet-the-designer__title {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2.54rem;
}
@media screen and (min-width: 1024px) {
    .pdp__meet-the-designer__title {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .pdp__meet-the-designer__title {
        font-size: 12px;
    }
}
@media (min-width: 900px) {
    .pdp__meet-the-designer__title {
        margin-bottom: 0;
    }
}
.pdp__meet-the-designer__name {
    font-size: 36px;
    font-family: CircularPro-Book;
    line-height: 1.08;
    font-weight: 400;
    margin-bottom: 2.54rem;
}
@media screen and (min-width: 1024px) {
    .pdp__meet-the-designer__name {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 1440px) {
    .pdp__meet-the-designer__name {
        font-size: 48px;
    }
}
@media (min-width: 900px) {
    .pdp__meet-the-designer__name {
        margin-bottom: 0;
    }
}
.pdp__meet-the-designer__spacer {
    height: 1.27rem;
}
.pdp__meet-the-designer__image-col {
    margin-bottom: 2.54rem;
}
@media (min-width: 900px) {
    .pdp__meet-the-designer__image-col {
        margin-bottom: 0;
        width: 25%;
    }
}
.pdp__meet-the-designer__image-col img {
    width: 100%;
}
@media (min-width: 900px) {
    .pdp__meet-the-designer__image {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }
}
.pdp__meet-the-designer__text-col {
    margin-bottom: 4.445rem;
}
@media (min-width: 900px) {
    .pdp__meet-the-designer__text-col {
        width: 50%;
        padding-left: 1.905rem;
        margin-bottom: 0;
        padding-top: 1.905rem;
        padding-bottom: 1.905rem;
    }
}
@media (min-width: 1100px) {
    .pdp__meet-the-designer__text-col {
        width: 25%;
        padding-left: 0;
        margin-left: 25%;
    }
}
.pdp__meet-the-designer__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
@media (min-width: 900px) {
    .pdp__meet-the-designer__text {
        padding-right: 2.54rem;
        font-size: 20px;
        font-family: CircularPro-Book;
        line-height: 1.3;
        font-weight: 400;
    }
}
.pdp__try-product {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (min-width: 900px) {
    .pdp__try-product {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: stretch;
        align-items: stretch;
    }
}
.pdp__try-product__img {
    background-size: cover;
    min-height: 13.335rem;
}
@media (min-width: 900px) {
    .pdp__try-product__img {
        width: 50%;
        -webkit-box-ordinal-group: 2;
        order: 1;
        min-height: 20.32rem;
    }
}
.pdp__try-product__content {
    padding-top: 2.54rem;
    padding-right: 1.27rem;
    padding-bottom: 1.27rem;
    padding-left: 1.27rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: #d5d1cf;
}
@media (min-width: 900px) {
    .pdp__try-product__content {
        width: 50%;
        padding-right: 2.54rem;
        padding-left: 2.54rem;
        padding-top: 1.905rem;
        padding-bottom: 1.905rem;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}
.pdp__try-product__title {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 1.905rem;
}
@media screen and (min-width: 1024px) {
    .pdp__try-product__title {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .pdp__try-product__title {
        font-size: 12px;
    }
}
.pdp__try-product__heading {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
    padding-bottom: 2.54rem;
}
@media screen and (min-width: 1024px) {
    .pdp__try-product__heading {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .pdp__try-product__heading {
        font-size: 36px;
    }
}
@media (min-width: 900px) {
    .pdp__try-product__heading {
        font-size: 36px;
        font-family: CircularPro-Book;
        line-height: 1.08;
        font-weight: 400;
        padding-bottom: 1.27rem;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .pdp__try-product__heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .pdp__try-product__heading {
        font-size: 48px;
    }
}
.pdp__try-product__cta {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
.plp__product-section {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.plp__product-section__header {
    width: 100%;
    height: 5.08rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (min-width: 900px) {
    .plp__product-section__header {
        height: 6.35rem;
        font-size: 20px;
        line-height: 1.4;
        font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    }
}
.plp__product-section__main {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: flex;
}
@media (max-width: 899px) {
    .plp__product-section__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
.plp__product-section__name {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    padding: 0 1.27rem;
    width: 50%;
}
.plp__product-section__name-link {
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .plp__product-section__name {
        font-size: 36px;
    }
}
@media screen and (min-width: 1440px) {
    .plp__product-section__name {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .plp__product-section__name {
        padding: 0 1.905rem;
        font-size: 26px;
        font-family: CircularPro-Book;
        line-height: 1.111;
        font-weight: 400;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .plp__product-section__name {
        font-size: 36px;
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .plp__product-section__name {
        font-size: 36px;
    }
}
.plp__product-section__header-center {
    margin: 0 auto;
}
.plp__product-section__top-selling-title {
    padding: 0 1.905rem;
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
}
@media (max-width: 899px) {
    .plp__product-section__top-selling-title {
        padding: 0 1.27rem;
        margin-left: auto;
    }
    .plp__product-section__top-selling-title span {
        display: none;
    }
}
@media (min-width: 900px) {
    .plp__product-section__top-selling-title {
        display: -webkit-box;
        display: flex;
        width: 50%;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}
.plp__product-section__hero {
    width: 100%;
    background-size: cover;
    -webkit-box-flex: 1;
    flex: 1;
    min-height: 300px;
}
@media (min-width: 900px) {
    .plp__product-section__hero {
        width: 50%;
    }
}
.plp__product-section__product-variations {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
}
@media (min-width: 900px) {
    .plp__product-section__product-variations {
        width: 50%;
    }
}
.plp__product-section__product-variations__primary {
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #f5f4f2;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 2px;
}
@media (max-width: 899px) {
    .plp__product-section__product-variations__primary {
        display: none;
    }
}
.plp__product-section__product-variations__primary a {
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
}
.plp__product-section__product-variations__primary .product-card {
    height: 100%;
    width: 100%;
}
.plp__product-section__product-variations__primary .product-card__background-image {
    top: 10%;
    bottom: 10%;
}
.plp__product-section__product-variations__carousel {
    width: 100%;
}
.plp__product-section__product-variations__container {
    height: 100%;
}
.plp__product-section__product-variations__container .product-card {
    height: 100%;
}
.plp__product-section__product-variations__slide {
    width: 60%;
    height: 85vw;
    border-right: 2px solid #fff;
}
.plp__product-section__product-variations__slide:last-child {
    border-right: 0;
}
@media (min-width: 600px) {
    .plp__product-section__product-variations__slide {
        width: 40%;
        height: 50vw;
    }
}
@media (min-width: 900px) {
    .plp__product-section__product-variations__slide {
        height: 30vw;
        width: 33.33%;
    }
}
@media (min-width: 1100px) {
    .plp__product-section__product-variations__slide {
        height: 26vw;
    }
}
.--has-no-variations .plp__product-section__product-variations__carousel {
    display: none;
}
.--has-no-variations .plp__product-section__product-variations__primary {
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
}
.--has-no-variations .plp__product-section__product-variations__primary .product-card__background-image {
    top: 10%;
    bottom: 10%;
}
.product-card {
    background-color: #f5f4f2;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.product-card__background-image {
    position: absolute;
    top: 0;
    bottom: 20%;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.product-card:hover .product-card__background-image {
    opacity: 0.5;
}
.product-card__info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.27rem;
}
.product-card__name {
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    line-height: 1.125;
    margin-bottom: 0.635rem;
}
@media (min-width: 900px) {
    .product-card__name {
        font-size: 16px;
        line-height: 1.5;
        line-height: 1.125;
    }
}
.product-card__price {
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0.635rem;
}
@media (min-width: 900px) {
    .product-card__price {
        font-size: 16px;
        line-height: 1.5;
        line-height: 1.125;
    }
}
.product-card__hover-info {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    padding: 1.27rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (min-width: 900px) {
    .product-card__hover-info {
        -webkit-transform: translateY(110%);
        transform: translateY(110%);
        -webkit-transition: opacity 0.2s, -webkit-transform 0s 0.2s;
        transition: opacity 0.2s, -webkit-transform 0s 0.2s;
        transition: opacity 0.2s, transform 0s 0.2s;
        transition: opacity 0.2s, transform 0s 0.2s, -webkit-transform 0s 0.2s;
        opacity: 0;
        padding: 0.635rem;
    }
    .product-card:hover .product-card__hover-info {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.4s, -webkit-transform 0s;
        transition: opacity 0.4s, -webkit-transform 0s;
        transition: opacity 0.4s, transform 0s;
        transition: opacity 0.4s, transform 0s, -webkit-transform 0s;
    }
}
@media (min-width: 1100px) {
    .product-card__hover-info {
        padding: 1.27rem;
    }
}
.product-card__hover-info__row.--bottom {
    -webkit-box-align: center;
    align-items: center;
    margin-top: auto;
    display: none;
}
.product-card__hover-info__description {
    width: 65%;
    margin-bottom: 1.905rem;
}
.product-card__hover-info__bookmark {
    margin-left: auto;
}
.product-card__hover-info__name {
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    line-height: 1.125;
    margin-bottom: 0.635rem;
}
@media (min-width: 900px) {
    .product-card__hover-info__name {
        font-size: 16px;
        line-height: 1.5;
        line-height: 1.125;
    }
}
.product-card__hover-info__price {
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0.635rem;
}
/* @media (min-width: 900px) {
    .product-card__hover-info__price {
        font-size: 16px;
        line-height: 22px;
    }
} */
.--info-is-hidden .product-card__hover-info__row.--bottom {
    display: block;
    background: linear-gradient(0deg, rgb(245, 244, 242, 1) 75%, rgba(245,244,242,0));
    padding-top: 20px;
}
.--has-inverted-text.product-card {
    color: #fff;
}
@media (min-width: 1100px) {
    .swiper-slide .product-card__hover-info,
    .swiper-slide .product-card__info {
        padding: 1.27rem 1.27rem 1.5875rem 1.27rem;
    }
}
.product-card-small {
    display: -webkit-box;
    display: flex;
    width: 100%;
}
.product-card-small__image {
    background-color: #fff;
    width: calc(((100vw - 3.81rem) * 0.08333) + 0rem);
    padding: 0.635rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.product-card-small__image img {
    max-height: 100%;
}
.product-card-small__info {
    background-color: #000;
    -webkit-box-flex: 1;
    flex-grow: 1;
    color: #fff;
    padding: 1.27rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 7.62rem;
}
.product-card-small__title {
    font-size: 10px;
    line-height: auto;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 1.27rem;
    margin-bottom: auto;
}
.product-card-small__name {
    font-size: 26px;
    font-family: CircularPro-Book;
    line-height: 1.111;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .product-card-small__name {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 1440px) {
    .product-card-small__name {
        font-size: 36px;
    }
}
.product-card-small__price {
    font-size: 16px;
    line-height: 1.5;
}
.product-carousel {
    width: 100%;
    overflow: hidden;
    border-top: solid 1px white;
}
.product-carousel__slide {
    width: 60%;
    height: 85vw;
    border-right: 1px solid #fff;
}
.product-carousel__slide:last-child {
    border-right: 0;
}
@media (min-width: 600px) {
    .product-carousel__slide {
        width: 40%;
        height: 50vw;
    }
}
@media (min-width: 900px) {
    .product-carousel__slide {
        width: 25%;
        height: 35vw;
    }
}
.product-carousel__slide a {
    width: 100%;
}
.product-carousel__slide .product-card {
    height: 100%;
}
.product-carousel__slide.--is-current {
    opacity: 0.5;
}
@media (min-width: 1100px) {
    .--has-3-cols .product-carousel__slide {
        width: 33.333%;
        height: 35vw;
    }
}
.--has-2-cols .product-carousel__slide {
    width: 50%;
}
.--has-1-cols .product-carousel__slide {
    width: 100%;
    height: 50vw;
    border: 0;
}
.related-posts {
    border-top: 2px solid #ece8e7;
    border-bottom: 2px solid #fff;
}
@media (min-width: 900px) {
    .related-posts {
        display: -webkit-box;
        display: flex;
        border-bottom: 0;
    }
}
.related-posts__col {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (min-width: 900px) {
    .related-posts__col {
        width: 50%;
        min-height: 0;
    }
}
.related-posts__col .product-card {
    min-height: 75vh;
}
@media (min-width: 900px) {
    .related-posts__col .product-card {
        min-height: 0;
    }
}
.related-posts__divider {
    width: 2px;
}
.related-posts__heading {
    padding: 1.905rem;
    text-align: center;
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    border-left: 2px solid #ece8e7;
    margin-left: -2px;
}
@media screen and (min-width: 1024px) {
    .related-posts__heading {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .related-posts__heading {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .related-posts__heading {
        padding: 2.54rem;
    }
}
.related-posts__links-wrapper {
    overflow: hidden;
    width: 100%;
}
.related-posts__links {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-left: -1px;
    margin-right: -1px;
}
.related-posts__link-item {
    width: 100%;
    margin-left: 1px;
    margin-right: 1px;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.related-posts__link-item > * {
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.related-posts__link-item.mobile-carousel-slide {
    width: 80%;
}
.--is-article-card {
    border-top: 2px solid #ece8e7;
    padding: 2.54rem 1.27rem 2.54rem 1.27rem;
}
@media (min-width: 1100px) {
    .--is-article-card {
        padding: 0;
    }
    .--is-article-card .article-card {
        background-color: #f5f4f2;
    }
    .--is-article-card .article-card__title {
        padding-top: 1.27rem;
    }
    .--is-article-card .article-card__cta {
        padding-bottom: 1.27rem;
    }
}
.social-card {
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: flex;
    height: 100%;
}
@media (max-width: 899px) {
    .social-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
.social-card figcaption {
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 1.905rem;
}
@media (min-width: 900px) {
    .social-card figcaption {
        width: 50%;
    }
}
.social-card cite {
    margin-top: 1.27rem;
    font-weight: 500;
}
.social-card img {
    width: 100%;
}
.social-card__img-container {
    position: relative;
    -webkit-box-ordinal-group: 0;
    order: -1;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 900px) {
    .social-card__img-container {
        -webkit-box-ordinal-group: initial;
        order: initial;
        width: 50%;
    }
}
.social-card__insta-logo {
    position: absolute;
    bottom: 1.905rem;
    right: 1.905rem;
    color: #fff;
}
.social-card__insta-logo svg {
    display: block;
}
.search {
    padding-top: 7.62rem;
    margin-bottom: 7.62rem;
}
@media (min-width: 900px) {
    .search {
        padding-top: 15.24rem;
    }
}
.search__main {
    -webkit-box-flex: 1;
    flex-grow: 1;
}
@media (min-width: 900px) {
    .search__main {
        display: -webkit-box;
        display: flex;
    }
}
@media (min-width: 900px) {
    .search__aside {
        width: 25%;
        padding-right: 1.27rem;
        flex-shrink: 0;
    }
}
.search__result-categories {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
}
@media (max-width: 899px) {
    .search__result-categories {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .search__result-categories {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .search__result-categories {
        font-size: 26px;
    }
}
.search__header {
    margin-bottom: 3.81rem;
}
@media (min-width: 1100px) {
    .search__header {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: end;
        align-items: flex-end;
    }
}
.search__heading {
    padding-right: 1.27rem;
    padding-bottom: 3.81rem;
    font-size: 36px;
    font-family: CircularPro-Book;
    line-height: 1.08;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .search__heading {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 1440px) {
    .search__heading {
        font-size: 48px;
    }
}
@media (min-width: 900px) {
    .search__heading {
        padding-right: 1.905rem;
    }
}
@media (min-width: 1100px) {
    .search__heading {
        width: calc(((100vw - 3.81rem) * 0.25) + 0rem);
        padding-right: 0;
        padding-bottom: 0;
    }
}
.search__header__input-wrapper {
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.search__results {
    width: 100%;
    overflow: hidden;
}
.search__results-row {
    margin-bottom: 3.175rem;
}
@media (min-width: 600px) {
    .search__results-row {
        display: -webkit-box;
        display: flex;
        margin-left: -1px;
        margin-right: -1px;
    }
}
.search__results-row .mobile-carousel-wrapper {
    display: -webkit-box;
    display: flex;
    width: 100%;
}
.search__results-row-item {
    margin-left: 1px;
    margin-right: 1px;
    width: 100%;
    margin-bottom: 2.54rem;
}
.search__results-row-item.mobile-carousel-slide {
    margin-bottom: 0;
}
@media (max-width: 899px) {
    .search__results-row-item.mobile-carousel-slide {
        width: 40%;
        height: 50vw;
    }
}
.search__results-row-item .product-card {
    height: 25vw;
}
@media (max-width: 899px) {
    .search__results-row-item .product-card {
        width: 100%;
        height: 50vw;
    }
}
.searchbox {
    width: 100%;
    position: relative;
}
.searchbox__wrapper {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #000;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.header__mobile-nav__search .searchbox__wrapper {
    border-bottom: 2px solid #fff;
}
.searchbox__input-wrapper {
    -webkit-box-flex: 1;
    flex-grow: 1;
    position: relative;
}
.searchbox__input {
    width: 100%;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    padding-top: 0.635rem;
    padding-bottom: 0.635rem;
    font-size: 20px;
    line-height: 1.4;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.searchbox__clear svg {
    width: 1.11125rem;
    height: auto;
}
.searchbox__inline-results {
    display: none;
}
@media (min-width: 900px) {
    .searchbox__inline-results {
        padding-right: 2.54rem;
        display: block;
    }
}
#autoComplete_result_wrapper {
    position: relative;
}
.autoComplete_list {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all -webkit-transform 0.1s ease;
    background-color: #fff;
    font-size: 20px;
    line-height: 1.4;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-align: left;
}
.header__dropdown .autoComplete_list {
    position: relative;
}
.header__mobile-nav__search .autoComplete_list {
    background-color: #000;
}
.autoComplete_result {
    color: rgba(0, 0, 0, 0.25);
    padding-left: 2.794rem;
    display: block;
}
.autoComplete_result:first-child {
    margin-top: 0.635rem;
}
.autoComplete_result:last-child {
    margin-bottom: 0.635rem;
}
.header__mobile-nav__search .autoComplete_result {
    color: rgba(255, 255, 255, 0.25);
}
.autoComplete_highlighted {
    font-weight: 700;
    color: #000;
}
.header__mobile-nav__search .autoComplete_highlighted {
    color: #fff;
}
.autoComplete_selected {
    background-color: #f5f4f2;
}
.no_result {
    padding-left: 2.54rem;
    padding-top: 1.27rem;
}
.store-locator {
    padding-top: 7.62rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (min-width: 900px) {
    .store-locator {
        padding-top: 11.43rem;
        min-height: 100vh;
    }
}
@media (min-width: 1100px) {
    .store-locator {
        padding-top: 17.78rem;
    }
}
@media (min-width: 900px) {
    .store-locator__bottom {
        -webkit-box-flex: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: flex;
        height: 100%;
        min-height: 0;
    }
}
.store-locator__aside {
    background-color: #f5f4f2;
    max-height: 100%;
}
@media (min-width: 900px) {
    .store-locator__aside {
        background-color: #fff;
        overflow-y: auto;
        width: calc(((100vw - 3.81rem) * 0.33333) + 1.905rem);
        max-height: 800px;
    }
}
@media (min-width: 1100px) {
    .store-locator__aside {
        width: calc(((100vw - 3.81rem) * 0.25) + 1.905rem);
    }
}
.store-locator__header {
    margin-bottom: 1.27rem;
}
@media (min-width: 900px) {
    .store-locator__header {
        display: -webkit-box;
        display: flex;
        margin-bottom: 3.81rem;
        flex-wrap: wrap;
    }
}
@media (min-width: 1100px) {
    .store-locator__header {
        margin-bottom: 6.35rem;
    }
}
.store-locator__header__title {
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    margin-bottom: 1.27rem;
    font-size: 36px;
    font-family: CircularPro-Book;
    line-height: 1.08;
    font-weight: 400;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .store-locator__header__title {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    }
}
@media screen and (min-width: 1440px) {
    .store-locator__header__title {
        font-size: 48px;
    }
}
@media (min-width: 900px) {
    .store-locator__header__title {
        padding-left: 1.905rem;
        padding-bottom: 2.54rem;
    }
}
@media (min-width: 1100px) {
    .store-locator__header__title {
        margin-bottom: 0;
        width: calc(((100vw - 3.81rem) * 0.25) + 1.905rem);
    }
}
.store-locator__header__input-wrapper {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    margin-bottom: 1.27rem;
}
@media (min-width: 900px) {
    .store-locator__header__input-wrapper {
        margin-bottom: 0;
        padding-left: 1.905rem;
        padding-right: 3.81rem;
    }
}
@media (min-width: 1100px) {
    .store-locator__header__input-wrapper {
        padding-left: 0;
    }
}
.store-locator__header__filter {
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    padding-top: 1.27rem;
    border-top: 2px solid #f5f4f2;
}
@media (min-width: 900px) {
    .store-locator__header__filter {
        padding-top: 0;
        border-top: 0;
        padding-left: 0;
        padding-right: 1.905rem;
    }
}
@media (min-width: 1100px) {
    .store-locator__header__filter {
        padding-right: 0;
        width: calc(((100vw - 3.81rem) * 0.125) + 1.905rem);
    }
}
.store-locator__header__filter-label {
    display: block;
    font-size: 10px;
    line-height: auto;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
}
.store-locator__header__filter-select {
    padding: 0;
    vertical-align: top;
    padding-top: 0.3175rem;
    margin-left: -4px;
}
.store-locator__header__filter-select option {
    padding: 0;
}
.store-locator__filter {
    border-bottom: 2px solid #000;
    padding-top: 0.635rem;
    padding-bottom: 0.3175rem;
}
.store-locator__filter select {
    width: 100%;
    margin-left: -4px;
}
.store-locator__product-filter {
    position: relative;
}
.store-locator__products {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 1.905rem;
    z-index: 1;
    width: 100%;
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
    z-index: 5;
}
.store-locator__products input {
    display: none;
}
.store-locator__products input + span {
    background-color: #ece8e7;
    width: 0.635rem;
    height: 0.635rem;
    border-radius: 1000px;
    margin-right: 1.27rem;
    display: inline-block;
}
.store-locator__products input:checked + span {
    background-color: #000;
}
.store-locator__products label {
    display: block;
}
.store-locator__filter-toggle {
    float: right;
    margin-top: -38px;
}
@media (min-width: 900px) {
    .store-locator__filters {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .store-locator__filter {
        width: 50%;
    }
    .store-locator__radius {
        margin-right: 0.3175rem;
    }
    .store-locator__product-filter {
        margin-left: 0.3175rem;
    }
}
.store-locator__map-wrapper {
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: green;
    height: 70vh;
}
@media (min-width: 900px) {
    .store-locator__map-wrapper {
        height: auto;
        min-height: 800px;
    }
}
.store-locator__map {
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.store-locator__map-card {
    display: -webkit-box;
    display: flex;
    max-width: 90vw;
    width: 480px;
}
.store-locator__map-card__info {
    width: 66.6%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 1.27rem;
}
.store-locator__map-card__name {
    margin-bottom: auto;
    font-size: 20px;
    line-height: 1.4;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-bottom: 1.27rem;
}
.store-locator__map-card__name a {
    text-decoration: underline;
}
.store-locator__map-card__available-products {
    margin-top: auto;
}
.store-locator__map-card__available-products-heading {
    font-size: 10px;
    line-height: auto;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
}
.store-locator__map-card__text-carousel {
    display: -webkit-box;
    display: flex;
}
.store-locator__map-card__text-carousel .swiper-container {
    margin: 0;
}
.store-locator__map-card nav {
    display: -webkit-box;
    display: flex;
    margin-left: auto;
}
.store-locator__map-card__nav-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 31px 21px;
    margin-left: 0.635rem;
}
.store-locator__map-card__nav-btn.--next {
    background-image: url("data:image/svg+xml,%3Csvg width='62' height='42' viewBox='0 0 62 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 21L60 21' stroke='black' stroke-width='2'/%3E%3Cpath d='M41.8184 1L60 20.9998L41.8184 40.9996' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.store-locator__map-card__nav-btn.--prev {
    background-image: url("data:image/svg+xml,%3Csvg width='62' height='42' viewBox='0 0 62 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M62 20.9995L2 20.9995' stroke='black' stroke-width='2'/%3E%3Cpath d='M20.1816 40.9995L2 20.9997L20.1816 0.999902' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.store-locator__map-card__img-carousel {
    width: 33.3%;
    background-color: #f5f4f2;
}
.store-locator__map-card__img-slide {
    padding: 0.635rem;
}
.store-locator__store-card {
    padding: 1.905rem;
    position: relative;
    font-size: 12px;
    line-height: 1.2;
    border-top: 2px solid #d5d1cf;
    border-right: 2px solid #ece8e7;
    width: 80vw;
    flex-shrink: 0;
}
.store-locator__store-card.--is-selected {
    background-color: #ece8e7;
}
.store-locator__store-card:last-child {
    border-bottom: 0;
}
@media (min-width: 600px) {
    .store-locator__store-card {
        width: 45vw;
    }
}
@media (min-width: 900px) {
    .store-locator__store-card {
        width: 100%;
        border-right: 0;
    }
}
.store-locator__store-card:hover {
    background-color: #ece8e7;
}
.store-locator__store-card__name {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 1.27rem;
    padding-right: 1.27rem;
}
.store-locator__store-card__title {
    font-size: 10px;
    line-height: auto;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.635rem;
}
.store-locator__store-card__address {
    margin-bottom: 1.27rem;
}
.store-locator__distance {
    position: absolute;
    top: 1.905rem;
    right: 1.905rem;
    color: #d5d1cf;
}
.stories-section {
    padding-top: 3.81rem;
    padding-bottom: 3.81rem;
}
.stories-section.--bg-grey {
    background-color: #f5f4f2;
}


@media (min-width: 900px) {
    .stories-section {
        padding-top: 7.62rem;
        padding-bottom: 7.62rem;
    }
}



.privacy-policy__header {
    padding-top: 13.335rem;
    padding-bottom: 10.16rem;
}
.privacy-policy__header__heading {
    font-size: 48px;
    font-family: CircularPro-Book;
    letter-spacing: -2%;
    line-height: 1;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .privacy-policy__header__heading {
        font-size: calc(((100vw - 1024px) * 0.125) + 48px);
    }
}
@media screen and (min-width: 1440px) {
    .privacy-policy__header__heading {
        font-size: 100px;
    }
}
@media (min-width: 900px) {
    .privacy-policy__header__heading {
        margin-left: 37.5%;
    }
}
.privacy-policy__body {
    position: relative;
}
.privacy-policy__content h1,
.privacy-policy__content h2,
.privacy-policy__content h3,
.privacy-policy__content h4,
.privacy-policy__content h5,
.privacy-policy__content h6 {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 2.54rem;
}
@media screen and (min-width: 1024px) {
    .privacy-policy__content h1,
    .privacy-policy__content h2,
    .privacy-policy__content h3,
    .privacy-policy__content h4,
    .privacy-policy__content h5,
    .privacy-policy__content h6 {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .privacy-policy__content h1,
    .privacy-policy__content h2,
    .privacy-policy__content h3,
    .privacy-policy__content h4,
    .privacy-policy__content h5,
    .privacy-policy__content h6 {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .privacy-policy__content h1,
    .privacy-policy__content h2,
    .privacy-policy__content h3,
    .privacy-policy__content h4,
    .privacy-policy__content h5,
    .privacy-policy__content h6 {
        position: absolute;
        left: 1.905rem;
        width: 25%;
        margin-bottom: 0;
    }
}
.privacy-policy__content p {
    margin-bottom: 2.54rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
@media (min-width: 900px) {
    .privacy-policy__content p {
        margin-left: 37.5%;
        width: 50%;
        margin-bottom: 5.08rem;
    }
}
@media (min-width: 1100px) {
    .privacy-policy__content p {
        width: 37.5%;
    }
}
.testimonials {
    padding-top: 3.81rem;
    padding-bottom: 3.81rem;
}
@media (min-width: 900px) {
    .testimonials {
        padding-top: 5.715rem;
        padding-bottom: 5.715rem;
    }
}
.testimonials__slide {
    text-align: center;
}
.testimonials__slide cite {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 1.27rem;
}
@media screen and (min-width: 1024px) {
    .testimonials__slide cite {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    }
}
@media screen and (min-width: 1440px) {
    .testimonials__slide cite {
        font-size: 12px;
    }
}
.testimonials__slide header {
    margin-bottom: 2.54rem;
}
@media (min-width: 900px) {
    .testimonials__slide header {
        margin-bottom: 3.81rem;
    }
}
.testimonials__slide blockquote {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    padding: 0 1.27rem;
    margin: 0 auto 2.54rem auto;
}
@media screen and (min-width: 1024px) {
    .testimonials__slide blockquote {
        font-size: calc(((100vw - 1024px) * 0.01442) + 20px);
    }
}
@media screen and (min-width: 1440px) {
    .testimonials__slide blockquote {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .testimonials__slide blockquote {
        margin-bottom: 4.445rem;
        font-size: 26px;
        font-family: CircularPro-Book;
        line-height: 1.111;
        font-weight: 400;
        width: 75%;
    }
}
@media screen and (min-width: 900px) and (min-width: 1024px) {
    .testimonials__slide blockquote {
        font-size: calc(((100vw - 1024px) * 0.02404) + 26px);
    }
}
@media screen and (min-width: 900px) and (min-width: 1440px) {
    .testimonials__slide blockquote {
        font-size: 36px;
    }
}
@media (min-width: 1100px) {
    .testimonials__slide blockquote {
        width: 50%;
    }
}
.testimonials__pagination {
    text-align: center;
}
.swiper-pagination-bullet {
    height: 2px;
    width: 1.905rem;
    border-radius: 0;
}
@media (min-width: 900px) {
    .swiper-pagination-bullet {
        width: 3.81rem;
    }
}
.swiper-pagination-bullet-active {
    background-color: #000;
} 

/* HOME TESTIMONIALS */
.testimonials.home-testimonials .testimonials__slide {
    margin-bottom: 50px;
}

.testimonials.home-testimonials .testimonials__slide cite {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
}

.testimonials.home-testimonials .testimonials__slide blockquote {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
}

.testimonials.home-testimonials .testimonials__slide p {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
}

@media (min-width: 900px) {
    .testimonials.home-testimonials .testimonials__slide blockquote {
        font-size: 36px;
        line-height: 40px;
    }

    .testimonials.home-testimonials .testimonials__slide p {
        font-size: 20px;
        line-height: 28px;
    }
}



/* sticky image and new cta buttons for swopper */
#fixed-image.sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #f5f4f2;
    padding-bottom: 6.35rem;
    z-index: 100;
}
#topImageDiv.add-to-basket__preview-col {
    height: 100vh;
    width: 50%; /* padding-bottom: 6.35rem; */
    padding-bottom: 0;
    max-height: none;
}
#fixed-image.sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #f5f4f2;
    padding-bottom: 6.35rem;
    z-index: 100;
}
#js-stop-sticky .add-to-basket__footer__purchase {
    /* border-top: none; */
    background-color: #fff;
    border-bottom: 2px solid #ece8e7;
}
#js-stop-sticky .add-to-basket__footer__info {
    border-bottom: 2px solid #ece8e7;
}
.swopper .add-to-basket__main {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 35px;
}
.add-to-basket-swopper.add-to-basket {
    /* height: auto; */
}
.add-to-basket-swopper.add-to-basket.overlay::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.53);
    z-index: 101;
}
.swopper .add-to-basket__main .add-to-basket__footer__purchase__default div:first-of-type {
    padding: 25px;
    border-radius: 50px;
    border: 2px solid #000;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 18px;
}
.swopper .add-to-basket__main .add-to-basket__footer__purchase__default div:nth-of-type(2) {
    color: #fff;
    padding: 25px;
    background-color: #000;
    justify-content: center;
    border-radius: 50px;
    font-size: 18px;
    border: 2px solid #000;
}
.swopper .add-to-basket__main .add-to-basket__footer__purchase__default {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.swopper .add-to-basket__main .add-to-basket__footer__purchase {
    width: 100%;
    height: 100%;
    border-top: none;
}
.swopper .add-to-basket__main .add-to-basket__secondary-ctas {
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}
.swopper .add-to-basket__main .add-to-basket__secondary-ctas li a {
    display: flex;
    text-decoration: underline;
}
.swopper .add-to-basket__main .add-to-basket__footer__purchase__default .btn:before {
    content: "";
    margin: 0;
}
#topImageDiv.sticky {
    margin-top: auto;
}
#topImageDiv .add-to-basket__tech-specs {
    width: 50%;
}
#topImageDiv.add-to-basket__preview-col {
    position: unset;
}
.add-to-basket-swopper #topImageDiv.add-to-basket__preview-col {
    position: relative;
}
#js-stop-sticky .add-to-basket__footer__configurator-add-to-cart.--is-active {
    justify-content: center;
}
#js-stop-sticky .add-to-basket__footer__configurator-add-to-cart__back {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    width: 45%;
    height: 3.65rem;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    border: 1px solid #000;
    margin-left: auto;
}
#js-stop-sticky .add-to-basket__footer__configurator-add-to-cart__back .btn:before,
#js-stop-sticky .add-to-basket__footer__configurator-add-to-cart__add .btn:before {
    content: "";
    margin: 0;
}
#js-stop-sticky .add-to-basket__footer__configurator-add-to-cart__add {
    font-size: 20px;
    font-family: CircularPro-Book;
    line-height: 1.2;
    font-weight: 400;
    background-color: #000;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    height: 3.65rem;
    width: 45%;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
}
@media (max-width: 900px) {
    #topImageDiv.add-to-basket__preview-col {
        width: 100%;
    }
    #topImageDiv .add-to-basket__tech-specs {
        width: 100%;
    }
    .swopper .add-to-basket__main .add-to-basket__footer__purchase__default div:nth-of-type(2),
    .swopper .add-to-basket__main .add-to-basket__footer__purchase__default div:first-of-type {
        padding: 15px;
    }
    .swopper .add-to-basket__main {
        padding-left: 0rem;
        padding-right: 0rem;
        padding-top: 0rem;
    }
    #js-stop-sticky .add-to-basket__footer__configurator-add-to-cart.--is-active {
        flex-direction: column;
        align-items: center;
    }
    #js-stop-sticky .add-to-basket__footer__configurator-add-to-cart__back {
        padding: 15px;
        width: 90%;
        margin-right: auto;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    #js-stop-sticky .add-to-basket__footer__configurator-add-to-cart__add {
        padding: 15px;
        width: 90%;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .add-to-basket.--configurator-is-open #js-stop-sticky .add-to-basket__footer__purchase {
        height: 11.08rem;
    }
    #js-stop-sticky .add-to-basket__footer__configurator-add-to-cart {
        height: auto;
    }
} /* Homepage amends Start */
.hero__subheading {
    padding-top: 25px;
    z-index: 10;
    font-size: 20px;
}
.home__video {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 806/540;
}
.alignment--left .hero__content,
.alignment--left .hero__content .hero__heading,
.alignment--left .hero__content .hero__subheading,
.alignment--left .hero__content .hero__bottom {
    text-align: left;
}
.alignment--left .hero__content .hero__bottom {
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.alignment--right .hero__content,
.alignment--right .hero__content .hero__heading,
.alignment--right .hero__content .hero__subheading,
.alignment--right .hero__content .hero__bottom {
    text-align: right;
}
.alignment--right .hero__content .hero__bottom {
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.alignment--left .hero__content .hero__heading,
.alignment--left .hero__content .hero__subheading,
.alignment--left .hero__content .hero__bottom,
.alignment--right .hero__content .hero__heading,
.alignment--right .hero__content .hero__subheading,
.alignment--right .hero__content .hero__bottom {
    width: 80%;
    margin: auto;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
}
/* HOME PROMOTION SECTION V1 */
.home--promotion {
    padding: 3.81rem 1.905rem;
    background-color: #f5f4f2;
}
.promotion--text h4 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.166em;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 1.905rem;
}
.promotion--text h2 {
    font-size: 36px;
    font-family: CircularPro-Book;
    line-height: 40px;
    font-weight: 400;
    padding-bottom: 1.27rem;
}
.promotion--text .promotion--settings {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0.5rem;
}
.promotion--text .promotion--settings p {
    margin: 0;
    padding-left: 1.27rem;
    padding-right: 1.27rem;
    padding-bottom: 1.27rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.promotion--text .btn-promotion {
    border: 1px solid #000;
    font-size: 16px;
    line-height: 1.5;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.promotion--text .btn-promotion:hover {
    background-color: #000;
    color: #fff;
}
@media screen and (min-width: 1024px) {
    .hero__subheading {
        font-size: 26px;
    }
    /* .promotion--text h4 {
        font-size: calc(((100vw - 1024px) * 0.00481) + 10px);
    } */
    /* .promotion--text h2 {
        font-size: calc(((100vw - 1024px) * 0.02885) + 36px);
    } */

    .promotion--text h2 {
        font-size: 48px;
        line-height: 52px;
    }
}
@media (min-width: 900px) {

    .promotion--flex .promotion--text {
        width: calc(((100vw - 3.81rem) * 0.5) + 0rem);
    }
    .promotion--flex .promotion--img {
        width: calc(((100vw - 3.81rem) * 0.33333) + 1.905rem);
        padding-right: 1.27rem;
    }
    .promotion--flex {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .promotion--flex.has-image-right {
        flex-direction: row-reverse;
    }
    .promotion-header-flex.has-image-right {
        flex-direction: row-reverse;
    }
    .home__about.has-image-right {
        flex-direction: row-reverse;
    }
    .promotion--text .promotion--settings p {
        font-family: CircularPro-Book;
        padding-left: 0;
        padding-right: 0;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 400;
    }
}

/* HOME PROMOTION SECTION V2 */
.home--promotion-v2 {
    padding: 60px 16px;
}


.home--promotion-v2 .promotion--flex .promotion--img {
    margin-bottom: 44px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}

.home--promotion-v2 .promotion--flex .promotion--img iframe {
    aspect-ratio: 16/9;
}

.home--promotion-v2 .promotion--flex .promotion--img .video__controls {
    position: absolute;
    top: calc(50% - 40px);
}

.home--promotion-v2 .promotion--flex .promotion--img img {
    width: 100%;
}

.home--promotion-v2 .promotion--text  {
    text-align: center;
}

.home--promotion-v2 .promotion--text h2 {
    padding-bottom: 44px;
    font-size: 36px;
    line-height: 40px;
}

.home--promotion-v2 .promotion--text .promotion--settings {
    padding-bottom: 44px;
    font-size: 20px;
    line-height: 28px;
}

.home--promotion-v2 .promotion--text .btn-promotion {
    align-self: center;  
}

@media (min-width: 900px) {
    .home--promotion-v2 {
        padding: 60px 30px;
    }

    .home--promotion-v2 .promotion--text h2 {
        padding-bottom: 0px;
        font-size: 48px;
        line-height: 52px;
    }

    .home--promotion-v2 .promotion--flex {
        justify-content: space-between;
        flex-wrap: inherit;
    }

    .home--promotion-v2 .promotion--flex .promotion--img {
        padding-right: 0px;
        width: 100%;
        margin-bottom: 0px;
        max-height: 540px;
        max-width: 806px;
    }

    .home--promotion-v2 .promotion--flex .promotion--img img {
        float: right;
    }

    .home--promotion-v2 .promotion--text .promotion--settings {
        padding-bottom: 0px;
    }

    .home--promotion-v2 .promotion--flex .promotion--text {
        text-align: center;
        padding: 115px 40px;
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 63%;
    }
}

/* HOME FULL HEIGHT IMAGE WITH HEADER */
.home_full-height-image-with-header .home_section-header {
    padding: 28px 16px;
}

.home_full-height-image-with-header .home_section-header h2 {
    font-size: 20px;
    line-height: 26px;
    font-family: CircularPro-book;
}

.home_full-height-image-with-header .promotion-header-flex .promotion--text .promotion--text-inner-wrapper h2 {
    font-size: 26px;
    line-height: 32px;
}

.home_full-height-image-with-header .promotion-header-flex .promotion--img {
    margin-bottom: 0px;
}

.home_full-height-image-with-header .promotion-header-flex .promotion--img img {
    width: 100%;
}

.home_full-height-image-with-header .promotion-header-flex .promotion--text {
    padding: 60px 16px;
}

.home_full-height-image-with-header .promotion-header-flex .promotion--text .promotion--text-inner-wrapper .promotion--settings {
    padding-bottom: 48px;
}

@media (min-width: 900px){
    .home_full-height-image-with-header .home_section-header h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .home_full-height-image-with-header .home_section-header {
        padding: 30px 30px;
    }

    .home_full-height-image-with-header .promotion-header-flex .promotion--text .promotion--text-inner-wrapper h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (min-width: 1100px) {
    .home_full-height-image-with-header .home_section-header {
        padding: 30px;
    }

    .home_full-height-image-with-header .promotion-header-flex {
        display: flex;
        flex-direction: row;
    }
    .promotion-header-flex.has-image-right {
        flex-direction: row-reverse;
    }

    .home_full-height-image-with-header .promotion-header-flex .promotion--img {
        padding-right: 0px;
        margin-bottom: 0px;
        width: 50%;
    }

    .home_full-height-image-with-header .promotion-header-flex .promotion--img img {
        width: 100%;
    }

    .home_full-height-image-with-header .promotion-header-flex .promotion--text  {
        align-self: center;
        width: 50%;
    }

    .home_full-height-image-with-header .promotion-header-flex .promotion--text .promotion--text-inner-wrapper h2 {
        padding-bottom: 30px;
    }

    .home_full-height-image-with-header .promotion-header-flex .promotion--text .promotion--text-inner-wrapper {
        width: 65%;
        margin: 0 auto;
        height: 100%;
    }

    .home_full-height-image-with-header .promotion-header-flex .promotion--text {
        padding: 0px;
    }

    .home_full-height-image-with-header .promotion-header-flex .promotion--text .promotion--text-inner-wrapper .promotion--settings {
        padding-bottom: 60px;
    }
}

/* HOME STORIES SECTION V2 */

.stories-section.home-stories-section-v2 .article-card__main {
    margin: 0 auto;
}

.stories-section.home-stories-section-v2 .article-card__main .article-card__heading {
    padding-top: 0px;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 32px
}

.stories-section.home-stories-section-v2 .article-card__main .article-card__paragraph {
    margin-bottom: 44px;
    font-size: 16px;
    line-height: 26px;
}

.stories-section.home-stories-section-v2 .article-card .article-card__info-col .article-card__btn .btn-promotion {
    border: 1px solid #000;
    font-size: 16px;
    line-height: 1.5;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.stories-section.home-stories-section-v2 .article-card .article-card__info-col .article-card__btn .btn-promotion:hover {
    background-color: #000;
    color: #fff;
}

@media (min-width: 1100px) {
    .stories-section.home-stories-section-v2 .article-card__main .article-card__heading {
        font-size: 36px;
        line-height: 40px;
    }
    
    .stories-section.home-stories-section-v2 .article-card__main .article-card__paragraph {
        margin-bottom: 0px;
    }
    
    .stories-section.home-stories-section-v2 .article-card.--has-image-left .article-card__info-col {
        padding-left: 30px;
    }
    
    .stories-section.home-stories-section-v2 .article-card .article-card__info-col {
        padding-right: 30px;
    }
    
    .stories-section.home-stories-section-v2 .article-card .article-card__info-col {
        padding-right: 30px;
    }
}

/* HOME ARTICLES SECTION */
.home_articles .home_section-header {
    padding: 28px 16px;
}

.home_articles .home_section-header h2 {
    font-size: 20px;
    line-height: 26px;
    font-family: CircularPro-book;
}

.home_articles .article--wrapper {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 60px;
}

.article-featured-card.article-featured-card-v2 .article-card__heading {
    padding-bottom: 30px;
}

.home_articles .article--wrapper .article-featured__item .article-card__info-col {
    padding: 30px 20px;
}

.home_articles .article--wrapper .article-featured__item .article-card__cta .btn-promotion {
    border: 1px solid #000;
    font-size: 16px;
    line-height: 1.5;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 60px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.home_articles .article--wrapper .article-featured__item .article-card__cta .btn-promotion:hover {
    background-color: #000;
    color: #fff;
}

.home_articles .article--wrapper .js-el__articles-pagination {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.home_articles .article--wrapper .js-el__articles-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}


@media (min-width: 900px) {
    .home_articles .article--wrapper .article-display__grid-v2 .article-featured__item .article-featured-card.article-featured-card-v2 .article-card__heading {
        height: 160px;
    }

    .home_articles .home_section-header h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (min-width: 1090px) {
    .home_articles .article--wrapper .js-el__articles-pagination {
        opacity: 0;
        pointer-events: none;
    }
    
    .home_articles .home_section-header {
        padding: 30px 30px;
    }

    .home_articles .article--wrapper .article-display__grid-v2 {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(3, 1fr); 
    }

    .home_articles .article--wrapper {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 142px;
    }
}


/* Homepage amends End */ 

/* Content Adding on Home - SEO improvements Start */
.footer__seo--text {
    line-height: 1.5;
}
@media (min-width: 900px) {
    .--relative {
        position: relative;
        align-items: center;
    }
    .footer__seo--text {
        position: absolute;
        left: 100%;
        top: 50%;
        width: calc(((100vw - 6rem) * 0.25) + 1.905rem);
        padding-left: 1.905rem;
        padding-right: 1.905rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .footer__nav__row.--relative {
        min-height: 100px;
    }
    .footer__nav__row.--relative .footer__copyrights {
        margin-bottom: 0;
    }
}
@media (max-width: 899px) {
    .footer__seo--text {
        margin-bottom: 2.2225rem;
    }
} /* Content Adding on Home - SEO improvements End */ /* Download Section Start */
.download-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    line-height: 1.5;
}
.footer__seo--text a {
    display: inline-block;
}
@media (min-width: 900px) {
    .--relative {
        position: relative;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        font-size: 20px;
        padding: 5px;
    }
    .download-link svg {
        width: 15px;
    }
    .faqs__group-heading,
    .faqs__question {
        cursor: pointer;
    }
} /* Download Section End */ /* Missing 'Suggested Products' Start */
.pdp__cross-sells {
    width: 100%;
    overflow: hidden;
}
.pdp__cross-sells__title {
    padding-top: 2.54rem;
    padding-bottom: 2.54rem;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
}
@media screen and (min-width: 600px) {
    .pdp__cross-sells__title {
        font-size: calc(((100vw - 600px) * 0.012) + 20px);
    }
}
@media screen and (min-width: 1100px) {
    .pdp__cross-sells__title {
        font-size: 26px;
    }
}
.pdp__cross-sells__items {
    display: flex;
    margin-left: -1px;
    margin-right: -1px;
}
.pdp__cross-sells__item {
    width: 50%;
    margin-left: 1px;
    margin-right: 1px;
    height: 35vw;
}
@media screen and (max-width: 990px) {
    .pdp__cross-sells .pdp__cross-sells__item {
        height: 85vw;
    }
}
.pdp__cross-sells .product-card {
    width: 100%;
    height: 100%;
}
.pdp__cross-sells .product-card .product-card__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.pdp__cross-sells .product-card:hover .product-card__info {
    opacity: 1;
} /* Missing 'Suggested Products' End */
#shopify-section-product_stories_muvman-industry .article-card .article-card__image .hero__video {
    position: relative;
    height: auto;
} /* Video text section - iPhone Start */
@media (max-width: 1099px) {
    #shopify-section-product_stories_muvman-industry .article-card .article-card__image {
        -webkit-box-align: start;
        align-items: flex-start;
    }
} /* Video text section - iPhone End */ /* Swopper CTA above fold Start */
.btn-radius .add-to-basket__footer-static .add-to-basket__footer__purchase .add-to-basket__footer__purchase__default div.js-fn__configurator-open {
    padding: 15px;
    border-radius: 50px;
    border: 2px solid #000;
    text-align: center;
    justify-content: center;
    font-size: 16px;
}
.btn-radius .add-to-basket__footer-static .add-to-basket__footer__purchase .add-to-basket__footer__purchase__default div.js-fn__add-variant-to-basket {
    color: #fff;
    padding: 15px;
    background-color: #000;
    justify-content: center;
    border-radius: 50px;
    font-size: 16px;
    border: 2px solid #000;
}
.btn-radius .add-to-basket__footer-static .add-to-basket__footer__purchase .add-to-basket__footer__purchase__default .btn::before {
    content: "";
    margin: 0;
}
@media only screen and (min-width: 601px) {
    .btn-radius .add-to-basket__footer-static .add-to-basket__footer__purchase .add-to-basket__footer__purchase__default div:first-of-type {
        margin-right: 10px;
    }
    .btn-radius .add-to-basket__footer-static .add-to-basket__footer__purchase .add-to-basket__footer__purchase__default div:nth-of-type(2) {
        margin-left: 10px;
    }
    .btn-radius.btn-half .add-to-basket__footer-static .add-to-basket__footer__purchase .add-to-basket__footer__purchase__default div {
        width: 50%;
    }
    .btn-radius .add-to-basket__footer-static .add-to-basket__footer__purchase .add-to-basket__footer__purchase__default div.js-fn__configurator-open,
    .btn-radius .add-to-basket__footer-static .add-to-basket__footer__purchase .add-to-basket__footer__purchase__default div.js-fn__add-variant-to-basket {
        padding: 25px;
    }
}
@media only screen and (max-width: 899px) {
    .btn-radius .add-to-basket__footer-static .add-to-basket__footer__purchase .add-to-basket__footer__purchase__default {
        padding-top: 15px;
        padding-left: 1.27rem;
        padding-right: 1.27rem;
    }
}
@media only screen and (max-width: 600px) {
    .btn-radius .add-to-basket__footer-static .add-to-basket__footer__purchase .add-to-basket__footer__purchase__default div:first-of-type {
        margin-bottom: 15px;
    }
} /* Swopper CTA above fold End */ /* Active Office bug Start */
.active-office .add-to-basket__info .add-to-basket__main {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.add-to-basket__info .add-to-basket__main .add-to-basket__main__head,
.add-to-basket__info .add-to-basket__main .add-to-basket__info__description {
    width: 100%;
}
.add-to-basket__info .add-to-basket__main .add-to-basket__main__foot {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-line-self: end;
    align-self: flex-end;
}
.add-to-basket__info .add-to-basket__main .add-to-basket__main__foot {
    padding-top: 20px;
} /* Active Office bug End */ /* Priority 8 - Built Start */
@media (min-width: 900px) {
    .add-to-basket__configurator__option-item.--is-small {
        margin-bottom: 26px;
    }
    .add-to-basket__configurator__option-item.--is-small:first-child .add-to-basket__configurator__option-item__name,
    .add-to-basket__configurator__option-item.--is-small:nth-of-type(12) .add-to-basket__configurator__option-item__name,
    .add-to-basket__configurator__option-item.--is-small:nth-of-type(2) .add-to-basket__configurator__option-item__name,
    .add-to-basket__configurator__option-item.--is-small:nth-of-type(22) .add-to-basket__configurator__option-item__name,
    .add-to-basket__configurator__option-item.--is-small:nth-of-type(42) .add-to-basket__configurator__option-item__name {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .add-to-basket__configurator__option-item.--is-small:nth-of-type(21) .add-to-basket__configurator__option-item__name,
    .add-to-basket__configurator__option-item.--is-small:nth-of-type(11) .add-to-basket__configurator__option-item__name {
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        /* right: 0; */
    }
    .--is-small:hover .add-to-basket__configurator__option-item__name {
        display: block;
    }
    .--is-small.--is-selected .add-to-basket__configurator__option-item__name {
        top: -12px;
        padding-top: 0;
    }
} /* Priority 8 - Built End */ /* Account page bug|AES: Popup overlay disappearing Start */
.forgot--overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0s 0.2s;
    transition: opacity 0.2s, -webkit-transform 0s 0.2s;
    transition: transform 0s 0.2s, opacity 0.2s;
    transition: transform 0s 0.2s, opacity 0.2s, -webkit-transform 0s 0.2s;
    z-index: 301;
}
.--has-forgot .forgot--overlay {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.2s, -webkit-transform 0s;
    transition: opacity 0.2s, -webkit-transform 0s;
    transition: transform 0s, opacity 0.2s;
    transition: transform 0s, opacity 0.2s, -webkit-transform 0s;
    opacity: 1;
} /* Account page bug|AES: Popup overlay disappearing End */ /* Swopper configurator bugs - URGENT Start */
@media (min-width: 900px) {
    /* .add-to-basket__footer__progress-step-title{white-space: nowrap; margin-bottom: .335rem;}*/ /* .add-to-basket__footer__progress-step-name{word-break: break-all; white-space: normal;}*/
    .js-fn__configurator-next-step.btn:before {
        margin-right: 0.1em;
    }
}
.add-to-basket__configurator__more-info-popup__image img {
    object-fit: cover;
} /* Swopper configurator bugs - URGENT End */ /* One Click Terms & Conditions Start */
.footer__seo--text.mobile_seo-text ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer__seo--text.mobile_seo-text ul li a {
    text-decoration: underline;
}
@media (min-width: 900px) {
    .mobile_seo-text {
        display: none;
    }
}
@media (max-width: 899px) {
    .desktop_seo-text {
        display: none !important;
    }
} /* One Click Terms & Conditions End */ /* Tech spec and Download button full width fix for mobile start */
@media (max-width: 550px) {
    .add-to-basket__info__product-additionals .add-to-basket__info__tech-specs-btn,
    .add-to-basket__info__product-additionals .add-to-basket__info__downloads-btn {
        width: 100%;
    }
} /* Tech spec and Download button full width fix for mobile end */
#shopify-section-product_tech-spec_muvman_industry .add-to-basket__tech-specs-content {
    overflow-y: initial;
} /* swopper new style */
.add-to-basket-swopper .add-to-basket__footer__progress-step-selection {
    display: none;
}
.add-to-basket-swopper .add-to-basket__footer__progress-next {
    display: none;
}
.add-to-basket-swopper .add-to-basket__footer__progress-nav-mobile, .add-to-basket-numo_comfort .add-to-basket__footer__progress-nav-mobile  {
    display: flex;
    margin-left: auto;
}
.add-to-basket-swopper .js-el__next-step-btn.add-to-basket__footer__progress-nav-mobile-btn {
    display: inline-flex;
    min-width: 106px;
    max-width: 106px;
    font-size: 20px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
    background: #000000 0% 0% no-repeat padding-box;
    color: #fff;
    font-weight: 500;
    padding-left: 0;
    cursor: pointer;
}
.add-to-basket-swopper .js-el__prev-step-btn.add-to-basket__footer__progress-nav-mobile-btn {
    display: inline-flex;
    min-width: 106px;
    max-width: 106px;
    font-size: 20px;
    border: 1px solid #000000;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
    background: #fff;
    color: #000;
    font-weight: 500;
    padding-left: 0;
    margin-right: 9px;
}
.add-to-basket-swopper .add-to-basket__footer__progress-step, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step {
    position: relative;
}
.add-to-basket-swopper .add-to-basket__footer__progress-step:after, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step:after {
    content: "";
    height: 100%;
    width: 49px;
    display: block;
    position: absolute;
    z-index: 2;
    background: #f5f4f2;
    clip-path: polygon(37px 0%, 100% 50%, 37px 100%, 75% 100%, 75% 0, 75% 0);
    right: -6px;
    top: 0;
}
.add-to-basket-swopper .add-to-basket__footer__progress-step:before, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step:before {
    content: "";
    height: 100%;
    width: calc(100% - 6px);
    display: block;
    position: absolute;
    z-index: 2;
    background: #f5f4f2;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12px 50%, 0% 0%);
    left: 0;
    top: 0;
    z-index: -1;
}
.add-to-basket-swopper .add-to-basket__footer__progress-step:first-child:before, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step:first-child:before {
    content: "";
    height: 100%;
    width: 100% - 6px;
    display: block;
    position: absolute;
    z-index: 2;
    background: #f5f4f2;
    clip-path: none;
    left: 0;
    top: 0;
    z-index: -1;
}
.add-to-basket-swopper .add-to-basket__footer__progress ul, .add-to-basket-numo_comfort .add-to-basket__footer__progress ul {
    height: 56px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 11px;
    max-width: 496px;
}
.add-to-basket-swopper .add-to-basket__footer__progress-step, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step  {
    padding-top: 12px;
    padding-left: 15px;
}
.add-to-basket-swopper .add-to-basket__footer__progress-step:first-child, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step:first-child  {
    padding-left: 12px;
}
.add-to-basket-swopper .add-to-basket__footer__progress-step-title, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step-title  {
    margin-bottom: 3px;
}

@media screen and (max-width: 900px){
    .add-to-basket-numo_comfort .add-to-basket__swopper_img_wrapper {
        margin-top: inherit;
    }
}

.add-to-basket__swopper_img_wrapper {
    position: relative;
    margin-top: auto;
}

.swopper_little_img {
    width: 55px;
    height: 55px;
    position: absolute;
    object-fit: cover;
    border-radius: 55px;
    border: 1px solid #e7e5e2;
    left: 65%;
    top: 10%;
}
.add-to-basket__swopper-deskription {
    font-size: 12px;
    margin-top: 16px;
}
.add-to-basket-swopper .add-to-basket__configurator__product-type-description {
    display: none;
}
.add-to-basket__swopper_show_deskription .span_2 {
    display: none;
}
.add-to-basket__swopper_show_deskription.active .span_1 {
    display: none;
}
.add-to-basket__swopper_show_deskription.active .span_2 {
    display: inline;
}
.add-to-basket__swopper-deskription {
    position: relative;
}
.add-to-basket__swopper_show_deskription {
    position: relative;
    z-index: 11;
    margin-top: 7px;
    text-decoration: underline;
    cursor: pointer;
}
.add-to-basker__box {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 5.9em;
}
.add-to-basker__box_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.7em;
    height: 5.1em;
    position: relative;
    z-index: 1;
}
.add-to-basket-swopper .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option.--is-selected .add-to-basker__box_text {
    background: #fafafa;
}
.add-to-basket-swopper .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option .add-to-basker__box_text {
    background: #fff;
}
.add-to-basker__box_text.active {
    -webkit-line-clamp: unset;
    height: auto;
}
.add-to-basker__box_text.active:after {
    display: none;
}
.add-to-basker__box_text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
    background: linear-gradient(180deg, #ffffff00, #ffffff 82%);
}
.add-to-basket-swopper .add-to-basket__footer__progress-step-name {
    font-weight: 400;
}
.add-to-basket-swopper .add-to-basket__configurator__product-type {
    height: calc(100% - 50px);
    height: calc(68vh - 50px);
    position: relative;
}
.add-to-basket_configurator__swopper-selected, .add-to-basket-numo_comfort .add-to-basket_configurator__swopper-selected {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #f0f0f0 0% 0% no-repeat padding-box;
    justify-content: center;
    align-items: center;
}
.add-to-basket-swopper .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option.--is-selected .add-to-basket_configurator__swopper-selected, .add-to-basket-numo_comfort .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option.--is-selected .add-to-basket_configurator__swopper-selected  {
    display: flex;
}
.add-to-basket-swopper .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option.--is-selected, .add-to-basket-numo_comfort .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option.--is-selected {
    background: #fafafa;
    border-top: 2px solid #f5f4f2;
    border-bottom: 2px solid #f5f4f2;
}

.add-to-basket-numo_comfort .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option.--is-selected {
    position: relative;
}

.add-to-basket-swopper .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option, .add-to-basket-numo_comfort .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option {
    padding-top: 14px;
    border-top: 2px solid transparent;
}
.add-to-basket-swopper .add-to-basket__configurator__product-type-container, .add-to-basket-numo_comfort .add-to-basket__configurator__product-type-container {
    margin-left: 0;
    margin-right: 0;
}
.add_to_basket_footer_info_swopper {
    display: none;
    -webkit-box-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.add_to_basket_footer_info_swopper.active {
    display: flex;
}
.add_to_basket__price {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0px;
}
.add_to_basket_vat {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
}
.add-to-basket__footer__delivery_text {
    font-size: 16px;
    letter-spacing: 0;
    margin-left: 9px;
    font-weight: 500;
}
.add-to-basket__footer__delivery_box {
    display: flex;
    align-items: center;
}
.add-to-basker__box_text br {
    display: none;
}
.add-to-basker__box_text p {
    display: none;
}
.add-to-basker__box_text p:first-child {
    display: block;
}
.add-to-basker__box.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -77px;
    height: 100px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, #ffffff00, #ffffff 60%);
    width: 100%;
    z-index: 9;
}
.add-to-basket-swopper .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option.--is-selected .add-to-basker__box.active:after {
    background: linear-gradient(0deg, #fafafa00, #fafafa 60%);
}
.add-to-basket-swopper .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option.--is-selected .add-to-basker__box_text:after {
    background: linear-gradient(180deg, #fafafa00, #fafafa 82%);
}
.add-to-basket-swopper .js-el__prev-step-btn.add-to-basket__footer__progress-nav-mobile-btn {
    display: none;
}
.add-to-basket-swopper .js-el__prev-step-btn.add-to-basket__footer__progress-nav-mobile-btn.is_active {
    display: inline-flex;
}

@media screen and (max-width: 900px){
    .add-to-basket-numo_comfort .add-to-basket__footer__progress-step.--is-current {
        justify-content: center;
    }
}

@media screen and (max-width: 1300px) {
    .add-to-basket-swopper .add-to-basket__footer__progress-step-name, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step-name {
        font-size: 10px;
    }
    .add-to-basket-swopper .add-to-basket__footer__progress-step-title, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step-title {
        font-size: 9px;
    }
}
@media screen and (max-width: 1495px) {
    .add-to-basket-swopper .add-to-basket__footer__progress-step, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step {
        display: none;
    }
    .add-to-basket__footer__progress-step.--is-current {
        display: flex;
    }
    .add-to-basket-numo_comfort .add-to-basket__footer__progress-step.--is-current {
        display: flex;
    }
    .add-to-basket-swopper .add-to-basket__footer__progress-step-title span, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step-title span {
        display: inline;
    }
    .add-to-basket-swopper .add-to-basket__footer__progress-step:first-child:before, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step:first-child:before {
        display: none;
    }
    .add-to-basket-swopper .add-to-basket__footer__progress-step:first-child:after, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step:first-child:after {
        display: none;
    }
    .add-to-basket-swopper .add-to-basket__footer__progress-step:before, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step:before {
        display: none;
    }
    .add-to-basket-swopper .add-to-basket__footer__progress-step:after, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step:after {
        display: none;
    }
    .add-to-basket-swopper .add-to-basket__footer__progress-step-title, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step-title {
        font-size: 10px;
    }
    .add-to-basket-swopper .add-to-basket__footer__progress-step-name, .add-to-basket-numo_comfort .add-to-basket__footer__progress-step-name {
        font-size: 12px;
    }
}
@media screen and (max-width: 1150px) {
    .add_to_basket_vat,
    .add-to-basket__footer__delivery_text {
        font-size: 14px;
    }
}
@media screen and (max-width: 899px) {
    .add_to_basket_footer_info_swopper.active {
        display: none;
    }
    .add-to-basket-swopper .add-to-basket__configurator__product-type {
        height: auto;
    }
    .add-to-basket-swopper .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option.--is-selected {
        background: #fff;
    }
    .add-to-basket__swopper-deskription {
        display: none;
    }
    .add-to-basket-swopper .add-to-basket__configurator__product-type-description {
        display: flex;
        flex-direction: column;
        min-height: 48px;
        justify-content: space-between;
    }
    .add-to-basket-swopper .add-to-basket__configurator__product-type-description span {
        display: block;
    }
    .add_to_basket_swopper_learn_more.js-fn__configurator-show-info-popup {
        display: block;
        text-decoration: underline;
        cursor: pointer;
        font-size: 12px;
        margin-top: 9px;
    }
    .add-to-basket__configurator__product-type-title {
        font-size: 16px;
        margin-bottom: 15px;
        min-height: 38px;
    }
    .add-to-basket-swopper .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option {
        padding-bottom: 62px;
    }
    .add-to-basket-swopper .js-el__prev-step-btn.add-to-basket__footer__progress-nav-mobile-btn {
        height: 46px;
        min-width: 103px;
        max-width: 103px;
        font-size: 18px;
    }
    .add-to-basket-swopper .js-el__next-step-btn.add-to-basket__footer__progress-nav-mobile-btn {
        height: 46px;
        min-width: 103px;
        max-width: 103px;
        font-size: 18px;
    }
    .add-to-basket-swopper .add-to-basket__configurator__step {
        height: auto;
    }
    .add-to-basket__configurator__options-title span[data-popup="step1-mobile"] {
        display: none;
    }
    .swopper_little_img {
        width: 38px;
        height: 38px;
        left: 5%;
    }
    .add-to-basket-swopper .add-to-basket__footer__progress-step {
        padding-left: 12px;
    }
}
@media screen and (min-width: 899px) {
    .add_to_basket_swopper_learn_more.js-fn__configurator-show-info-popup {
        display: none;
    }
}
@media screen and (max-width: 650px) {
    .add-to-basket-swopper #topImageDiv.add-to-basket__preview-col {
        height: 50vh;
    }
    .add-to-basket-swopper .add-to-basket__configurator__product-type.mobile-carousel-slide.js-el__configurator-option {
        padding-bottom: 45px;
    }
}
@media screen and (max-width: 460px) {
    .add-to-basket-swopper .add-to-basket__footer__progress-step-title {
        font-size: 9px;
        letter-spacing: 0;
    }
    .add-to-basket-swopper .js-el__prev-step-btn.add-to-basket__footer__progress-nav-mobile-btn {
        font-size: 15px;
        min-width: 92px;
        max-width: 92px;
    }
    .add-to-basket-swopper .js-el__next-step-btn.add-to-basket__footer__progress-nav-mobile-btn {
        font-size: 15px;
        min-width: 92px;
        max-width: 92px;
    }
}
@media screen and (max-width: 450px) {
    .add-to-basket-swopper #topImageDiv.add-to-basket__preview-col {
        height: 40.5vh;
    }
    .add-to-basket-swopper .add-to-basket__configurator__step {
        height: calc(60vh - 5.08rem);
    }
    .add-to-basket-swopper section.js-el__configurator.add-to-basket__configurator {
        max-height: none !important;
    }
} /* end swopper new style */ /* custom mobile swopper */
.add-to-basket__footer__purchase_mobile_swopper {
    display: none;
} /* .add_to_basket_footer_info_mobile_swopper{display: none;}*/
.download_list_wrapper_mobile {
    display: none;
}
.add-to-basket__downloads-header_mobile {
    padding-left: 0;
    padding-right: 0;
}
.download_list_mobile_swopper_clone {
    display: none;
}
.download_list_mobile_swopper_clone.active {
    display: none;
}
.add-to-basket__downloads-header_mobile.--is-open .add-to-basket__downloads-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
} /* .add_to_basket_footer_info_mobile_swopper .add-to-basket__footer__tech-specs-btn{display: none;}*/
#add-to-basket.add-to-basket-swopper + #shopify-section-popular_variants_swopper {
    display: none;
}
@media screen and (max-width: 560px) {
    .add_to_basket_footer_info_mobile_swopper .add-to-basket__footer__tech-specs-btn {
        display: flex;
    }
    .download_list_wrapper_mobile {
        display: block;
    }
    .download_list_mobile_swopper_clone li {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding-left: 1.27rem;
        padding-right: 1.27rem;
        padding-top: 1.27rem;
        padding-bottom: 1.27rem;
        -webkit-box-pack: justify;
        justify-content: space-between;
        border-bottom: 2px solid #f5f4f2;
        font-family: CircularPro-Book, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    }
    .download_list_mobile_swopper_clone.active {
        display: block;
    }
    #shopify-section-product_banner_swopper {
        display: none;
    }
    #shopify-section-product_banner_swopper + #shopify-section-popular_variants_swopper {
        display: none;
    }
    #add-to-basket.add-to-basket-swopper + #shopify-section-popular_variants_swopper {
        display: block;
    }
    .add-to-basket-swopper #topImageDiv {
        height: 50vh;
    }
    .add-to-basket__footer__purchase_mobile_swopper {
        display: block;
    }
    .add-to-basket__footer__purchase_desktop_swopper {
        display: none;
    } /* .header.headroom--pinned.headroom--not-top, */
    .header.--has-open-mobilenav,
    .theme-white-header .header {
        /* color: #000 !important; */
        color: #fff;
    }
    .header.headroom--pinned.headroom--not-top {
        color: #000;
    }
    .add-to-basket__footer-fixed.--is-fixed1 {
        position: fixed;
        display: flex;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        filter: drop-shadow(0px 3px 17.5px rgba(0, 0, 0, 0.3));
        background: #f5f4f3;
    }
    .add-to-basket-swopper .add-to-basket__configurator__header {
        top: 50px;
    }
    .add-to-basket__info__header_mobile_swopper {
        display: block;
        padding-bottom: 1rem;
    }
    .add-to-basket__info__product-name_mobile_swopper {
        margin-bottom: 10px;
    }
    .add-to-basket__info__product-name_mobile_swopper + .add-to-basket__info__product-title {
        margin-bottom: 0;
    }
    .swopper .add-to-basket__main .add-to-basket__footer__purchase__default div:nth-of-type(2) {
        margin-bottom: 30px;
    }
    .add_to_basket_footer_info_mobile_swopper {
        display: block;
    }
    .add-to-basket__info__product-additionals_mobile_swopper {
        display: none;
    }
    #shopify-section-popular_variants_swopper .product-card__price {
        display: block;
    }
    .add-to-basket__info__description {
        margin-bottom: 0;
    }
    .swopper .add-to-basket__main .add-to-basket__secondary-ctas {
        margin-top: 20px;
    }
    .add_to_basket_footer_info_mobile_swopper .add-to-basket__footer__tech-specs-btn {
        position: relative;
    }
    .add_to_basket_footer_info_mobile_swopper .add-to-basket__footer__tech-specs-btn:after {
        content: "";
        display: block;
        width: calc(100% + 1.27rem + 1.27rem);
        left: -1.27rem;
        bottom: 0;
        position: absolute;
        height: 2px;
        background: #ece8e7;
    }
    .add-to-basket.--configurator-is-open #js-stop-sticky .add-to-basket__footer__purchase_desktop_swopper {
        display: block;
    }
}
.mobile-nav-currency {
    border-top: 2px solid #fff;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
}
.currency-selector-header {
    font-size: 16px;
}
.currency-selector-wrapper .mobile {
    line-height: 22px;
} /* Currency and Language Selector */
@media screen and (max-width: 1099px) {
    .header__icons .currency-selector-wrapper {
        display: none;
    }
}
.add-to-basket__footer__price-info .link-to-shipping {
    text-decoration: underline;
}
#shopify-section-about .hero__kicker h1 {
    font-size: 100px;
    font-family: CircularPro-Book;
}
#shopify-section-about .hero__heading {
    font-size: 48px;
}
.translation-lab-language-switcher option {
    color: #000;
    background: #fff;
}
@media screen and (min-width: 1100px) {
    .article-card .article-card__info-col.js-el__inView.--has-been-inview {
        width: 50%;
    }
}
/* @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .add-to-basket__configurator__more-info-popup {
        bottom: 101px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .add-to-basket__configurator__more-info-popup {
        bottom: 101px;
    }
} */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .add-to-basket__configurator__more-info-popup {
            bottom: 101px;
        }
    }
} */
ul.faqs__list:first-child {
    border-top: 2px solid #ece8e7;
}
.js-fn__configurator-prev-step.js-el__prev-step-btn.add-to-basket__footer__progress-nav-mobile-btn {
    display: none;
    min-width: 106px;
    max-width: 106px;
    font-size: 20px;
    border: 1px solid #000;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
    background: #fff;
    color: #000;
    font-weight: 500;
    padding-left: 0;
    margin-right: 9px;
}
.js-fn__configurator-prev-step.js-el__prev-step-btn.add-to-basket__footer__progress-nav-mobile-btn.is_active {
    display: inline-flex;
    cursor: pointer;
}
.js-fn__configurator-next-step.js-el__next-step-btn.add-to-basket__footer__progress-nav-mobile-btn.--is-active {
    display: inline-flex;
    min-width: 106px;
    max-width: 106px;
    font-size: 20px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
    background: #000 0 0 no-repeat padding-box;
    color: #fff;
    font-weight: 500;
    padding-left: 0;
    cursor: pointer;
}
.header__dropdown__menu-primary.db,
.header__dropdown__menu-secondary.db {
    display: block !important;
}
.btn_product_configurator {
    margin-bottom: 15px;
    padding: 15px !important;
    border-radius: 50px;
    border: 2px solid #000 !important;
    text-align: center;
    justify-content: center;
    font-size: 16px !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}
.btn_product_configurator:before {
    display: none !important;
}
.btn_product_configurator_dark {
    background: #000;
    color: #fff;
}
@media screen and (max-width: 560px) {
    .add-to-basket__info__product-name {
        margin-bottom: 5px;
    }
} /* CAPTCHA FIX */
.shopify-challenge__container {
    padding-top: 100px;
}
@media screen and (max-width: 560px) {
    .all-other-products .js-fn__add-variant-to-basket {
        margin-bottom: 30px;
    }
    .add-to-basket__info__header {
        padding-bottom: 1rem;
    }
    .add-to-basket-swopper .add-to-basket__configurator__header {
        padding-top: 0;
    }
}

.--is-loading.js-el__variant-preview-img-bg:before,
.--has-active-zoom .js-el__variant-preview-img-bg:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 40%, .6);
	background-size: 200% 200%;
}
.--is-loading .lds-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.--has-active-zoom .lds-ring {
    display: none;
}
.--is-loading .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.--is-loading .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.--is-loading .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.--is-loading .lds-ring div:nth-child(3){
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}