/** Shopify CDN: Minification failed

Line 3026:65 Expected identifier but found whitespace
Line 3026:66 Unexpected "not("
Line 6896:48 Expected identifier but found whitespace
Line 6907:58 Expected identifier but found whitespace

**/
.c-top-head {
	z-index: 1;
	margin-bottom: -125px;
}
@media only screen and (max-width: 480px) {
.c-top-head {
	z-index: 1;
	margin-bottom: -203px;
}
}
@media only screen and (max-width: 480px) {
.grid__item {
	margin-top: 60px;
}
}

.c-top-head__contents {
	color: #ffffff;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

.sr-only,html.is-no-scroll,html.is-no-scroll body {
    overflow: hidden
}

html.is-loading {
    cursor: wait
}

html.is-loading * {
    pointer-events: none!important
}

html.is-no-js noscript {
    position: relative;
    text-align: center
}

html.is-no-js noscript div {
    background-color: #fff;
    padding: 20px
}

:root {
    font-family: HelveticaNeue;
    /* font-size: 16px; */
    font-weight: 400;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

*,:after,:before {
    box-sizing: border-box
}

::selection {
    background-color: #000;
    text-shadow: none
}

blockquote,body,h1,h2,h3,h4,h5,h6,ol,p,ul {
    font-family: HelveticaNeue;
	margin: 0;
}

a {
    color: currentColor;
    text-decoration: none
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    max-width: 100%
}

figure {
    margin: 0
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none
}

button,input {
    overflow: visible;
    cursor: pointer
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -moz-appearance: none;
    -webkit-appearance: none
}

[type=button]:focus,[type=reset]:focus,[type=submit]:focus,button:focus {
    outline: none
}

[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,legend {
    padding: 0
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

button {
    border: none
}

ol,ul {
    list-style: none;
    padding-left: 0
}

address {
    font-style: normal
}

table {
    border-collapse: collapse
}

textarea {
    resize: vertical
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none!important
}

:not(input):focus,:not(textarea):focus {
    outline: 4px solid #000
}

.o-select label,.u-a11y-hide {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px
}

.o-page-container {
    position: relative
}

.o-page,.o-page-container {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100)
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0
}

.wrapper--full {
    max-width: none;
    padding: 0
}

.row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
}

.row--h-center {
    justify-content: center
}

.row--h-end {
    justify-content: flex-end
}

.row--h-around {
    justify-content: space-around
}

.row--h-between {
    justify-content: space-between
}

.row--v-center {
    align-items: center
}

.row--v-end {
    align-items: flex-end
}

.row--v-stretch {
    align-items: stretch
}

.row--center {
    justify-content: center;
    align-items: center
}

.row--column {
    flex-direction: column
}

.row--nowrap {
    flex-wrap: nowrap
}

.col-1 {
    padding-left: 0;
    padding-right: 0;
    width: 8.33333%
}

.offset-1 {
    margin-left: 8.33333%
}

.col-2 {
    padding-left: 0;
    padding-right: 0;
    width: 16.66667%
}

.offset-2 {
    margin-left: 16.66667%
}

.col-3 {
    padding-left: 0;
    padding-right: 0;
    width: 25%
}

.offset-3 {
    margin-left: 25%
}

.col-4 {
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%
}

.offset-4 {
    margin-left: 33.33333%
}

.col-5 {
    padding-left: 0;
    padding-right: 0;
    width: 41.66667%
}

.offset-5 {
    margin-left: 41.66667%
}

.col-6 {
    padding-left: 0;
    padding-right: 0;
    width: 50%
}

.offset-6 {
    margin-left: 50%
}

.col-7 {
    padding-left: 0;
    padding-right: 0;
    width: 58.33333%
}

.offset-7 {
    margin-left: 58.33333%
}

.col-8 {
    padding-left: 0;
    padding-right: 0;
    width: 66.66667%
}

.offset-8 {
    margin-left: 66.66667%
}

.col-9 {
    padding-left: 0;
    padding-right: 0;
    width: 75%
}

.offset-9 {
    margin-left: 75%
}

.col-10 {
    padding-left: 0;
    padding-right: 0;
    width: 83.33333%
}

.offset-10 {
    margin-left: 83.33333%
}

.col-11 {
    padding-left: 0;
    padding-right: 0;
    width: 91.66667%
}

.offset-11 {
    margin-left: 91.66667%
}

.col-12 {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.offset-12 {
    margin-left: 100%
}

.o-title-l {
	color: #ffffff;
}

.o-title-p {
	display: flex;
	justify-content: space-between;
	color: #000000;
}
@media only screen and (min-width: 811px) {
.o-title-p {
    font-size: 3vw !important;
}
}

.norda_price__box {
    display: flex;
    align-items: baseline;
}

.price--large {
	font-size: 2.4rem;
}
@media only screen and (max-width: 480px) {
	.price--large {
		font-size: 1.7rem;
	}
}

.norda_product__tax {
	font-size: 1.2rem;
	margin-left: 5px;
}

.norda_thumbnail-box {
	display: flex;
    flex-flow: wrap;
}

.norda_thumbnail {
	width: 80px;
    display: inline-block;
    height: 60px;
	display: flex;
    align-items: center;
	justify-content: center;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	transition: 0.3s;
}

.norda_thumbnail:hover {
	opacity: 0.7;
}

.norda_thumbnail-active {
    border: 2px solid;
}

.norda-size-guide {
	color: #C34242;
}


@media screen and (max-width: 1440px) {
    .col-desktop-1 {
        width:8.33333%
    }

    .offset-desktop-1 {
        margin-left: 8.33333%
    }

    .col-desktop-2 {
        width: 16.66667%
    }

    .offset-desktop-2 {
        margin-left: 16.66667%
    }

    .col-desktop-3 {
        width: 25%
    }

    .offset-desktop-3 {
        margin-left: 25%
    }

    .col-desktop-4 {
        width: 33.33333%
    }

    .offset-desktop-4 {
        margin-left: 33.33333%
    }

    .col-desktop-5 {
        width: 41.66667%
    }

    .offset-desktop-5 {
        margin-left: 41.66667%
    }

    .col-desktop-6 {
        width: 50%
    }

    .offset-desktop-6 {
        margin-left: 50%
    }

    .col-desktop-7 {
        width: 58.33333%
    }

    .offset-desktop-7 {
        margin-left: 58.33333%
    }

    .col-desktop-8 {
        width: 66.66667%
    }

    .offset-desktop-8 {
        margin-left: 66.66667%
    }

    .col-desktop-9 {
        width: 75%
    }

    .offset-desktop-9 {
        margin-left: 75%
    }

    .col-desktop-10 {
        width: 83.33333%
    }

    .offset-desktop-10 {
        margin-left: 83.33333%
    }

    .col-desktop-11 {
        width: 91.66667%
    }

    .offset-desktop-11 {
        margin-left: 91.66667%
    }

    .col-desktop-12 {
        width: 100%
    }

    .offset-desktop-12 {
        margin-left: 100%
    }

    .offset-desktop-0 {
        margin-left: 0
    }
}

@media screen and (max-width: 810px) {
    .col-tablet-h-1 {
        width:8.33333%
    }

    .offset-tablet-h-1 {
        margin-left: 8.33333%
    }

    .col-tablet-h-2 {
        width: 16.66667%
    }

    .offset-tablet-h-2 {
        margin-left: 16.66667%
    }

    .col-tablet-h-3 {
        width: 25%
    }

    .offset-tablet-h-3 {
        margin-left: 25%
    }

    .col-tablet-h-4 {
        width: 33.33333%
    }

    .offset-tablet-h-4 {
        margin-left: 33.33333%
    }

    .col-tablet-h-5 {
        width: 41.66667%
    }

    .offset-tablet-h-5 {
        margin-left: 41.66667%
    }

    .col-tablet-h-6 {
        width: 50%
    }

    .offset-tablet-h-6 {
        margin-left: 50%
    }

    .col-tablet-h-7 {
        width: 58.33333%
    }

    .offset-tablet-h-7 {
        margin-left: 58.33333%
    }

    .col-tablet-h-8 {
        width: 66.66667%
    }

    .offset-tablet-h-8 {
        margin-left: 66.66667%
    }

    .col-tablet-h-9 {
        width: 75%
    }

    .offset-tablet-h-9 {
        margin-left: 75%
    }

    .col-tablet-h-10 {
        width: 83.33333%
    }

    .offset-tablet-h-10 {
        margin-left: 83.33333%
    }

    .col-tablet-h-11 {
        width: 91.66667%
    }

    .offset-tablet-h-11 {
        margin-left: 91.66667%
    }

    .col-tablet-h-12 {
        width: 100%
    }

    .offset-tablet-h-12 {
        margin-left: 100%
    }

    .offset-tablet-h-0 {
        margin-left: 0
    }
}

@media screen and (max-width: 1024px) {
    .col-tablet-w-1 {
        width:8.33333%
    }

    .offset-tablet-w-1 {
        margin-left: 8.33333%
    }

    .col-tablet-w-2 {
        width: 16.66667%
    }

    .offset-tablet-w-2 {
        margin-left: 16.66667%
    }

    .col-tablet-w-3 {
        width: 25%
    }

    .offset-tablet-w-3 {
        margin-left: 25%
    }

    .col-tablet-w-4 {
        width: 33.33333%
    }

    .offset-tablet-w-4 {
        margin-left: 33.33333%
    }

    .col-tablet-w-5 {
        width: 41.66667%
    }

    .offset-tablet-w-5 {
        margin-left: 41.66667%
    }

    .col-tablet-w-6 {
        width: 50%
    }

    .offset-tablet-w-6 {
        margin-left: 50%
    }

    .col-tablet-w-7 {
        width: 58.33333%
    }

    .offset-tablet-w-7 {
        margin-left: 58.33333%
    }

    .col-tablet-w-8 {
        width: 66.66667%
    }

    .offset-tablet-w-8 {
        margin-left: 66.66667%
    }

    .col-tablet-w-9 {
        width: 75%
    }

    .offset-tablet-w-9 {
        margin-left: 75%
    }

    .col-tablet-w-10 {
        width: 83.33333%
    }

    .offset-tablet-w-10 {
        margin-left: 83.33333%
    }

    .col-tablet-w-11 {
        width: 91.66667%
    }

    .offset-tablet-w-11 {
        margin-left: 91.66667%
    }

    .col-tablet-w-12 {
        width: 100%
    }

    .offset-tablet-w-12 {
        margin-left: 100%
    }

    .offset-tablet-w-0 {
        margin-left: 0
    }
}

@media screen and (max-width: 480px) {
    .col-mobile-1 {
        width:8.33333%
    }

    .offset-mobile-1 {
        margin-left: 8.33333%
    }

    .col-mobile-2 {
        width: 16.66667%
    }

    .offset-mobile-2 {
        margin-left: 16.66667%
    }

    .col-mobile-3 {
        width: 25%
    }

    .offset-mobile-3 {
        margin-left: 25%
    }

    .col-mobile-4 {
        width: 33.33333%
    }

    .offset-mobile-4 {
        margin-left: 33.33333%
    }

    .col-mobile-5 {
        width: 41.66667%
    }

    .offset-mobile-5 {
        margin-left: 41.66667%
    }

    .col-mobile-6 {
        width: 50%
    }

    .offset-mobile-6 {
        margin-left: 50%
    }

    .col-mobile-7 {
        width: 58.33333%
    }

    .offset-mobile-7 {
        margin-left: 58.33333%
    }

    .col-mobile-8 {
        width: 66.66667%
    }

    .offset-mobile-8 {
        margin-left: 66.66667%
    }

    .col-mobile-9 {
        width: 75%
    }

    .offset-mobile-9 {
        margin-left: 75%
    }

    .col-mobile-10 {
        width: 83.33333%
    }

    .offset-mobile-10 {
        margin-left: 83.33333%
    }

    .col-mobile-11 {
        width: 91.66667%
    }

    .offset-mobile-11 {
        margin-left: 91.66667%
    }

    .col-mobile-12 {
        width: 100%
    }

    .offset-mobile-12 {
        margin-left: 100%
    }

    .offset-mobile-0 {
        margin-left: 0
    }
}

@use "sass:math";.size-guide-pdf {
    display: block;
    font-weight: 700;
    text-decoration: underline;
    text-align: center
}

@media only screen and (min-width: 811px) {
    .c-sizeGuide__content .size-guide-pdf {
        display:none
    }
}

@media only screen and (max-width: 810px) {
    .c-sizeGuide__header .size-guide-pdf {
        display:none
    }

    .c-sizeGuide__content .size-guide-pdf {
        margin-top: 1em
    }
}

.product--shoe2 .c-productTech {
    color: #fff
}

.product--shoe2 .c-productTech__wrapper:after {
    content: unset
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1
}

@media only screen and (max-width: 810px) {
    .swiper-container {
        overflow:hidden
    }
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-wrapper_norda {
    max-height: 80vh;
}

.swiper-wrapper_norda .c-productTech__wrapper {
    max-height: none
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

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

.swiper-slide_norda {
    width: 100% !important;
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-pagination {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 20px;
    --color: #000
}

.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    margin-right: 10px;
    padding: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
	background-color: #ffffff;
}

.swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--color);
    opacity: .5;
    background-color: transparent;
    transition: oapcity .3s cubic-bezier(.215,.61,.355,1),background-color .3s cubic-bezier(.215,.61,.355,1)
}

.swiper-pagination .swiper-pagination-bullet-active:before {
    opacity: 1;
    background-color: var(--color)
}

:root {
    --color-primary: #000;
    --color-secondary: #fff
}

::selection {
    background-color: #737373;
    color: #fff
}

html {
    /* font-size: 16px; */
    width: 100%;
    min-height: 100vh;
    height: -webkit-fill-available;
    overscroll-behavior: none;
    --gutter: 60px
}

@media only screen and (max-width: 810px) {
    html {
        --gutter:20px
    }
}

html.is-dark {
    --color-primary: #fff;
    --color-secondary: #000
}

body {
    position: relative;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overscroll-behavior: none;
    font-family: HelveticaNeue;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--color-secondary);
    transition: background-color .6s cubic-bezier(.37,.31,0,1)
}

.u-hide {
    display: none
}

.shopify-challenge__container {
    padding-top: 23vw
}

@media only screen and (max-width: 810px) {
    .shopify-challenge__container {
        padding-top:120px
    }
}

.shopify-challenge__container .shopify-challenge__button {
    border: none
}

.shopify-policy__container {
    padding: 23vw var(--gutter) 8vw!important;
    max-width: none!important
}

@media only screen and (max-width: 810px) {
    .shopify-policy__container {
        padding:120px var(--gutter) var(--gutter)!important
    }
}

.shopify-policy__container .shopify-policy__title {
    text-align: left;
    padding-bottom: 8vw
}

@media only screen and (max-width: 810px) {
    .shopify-policy__container .shopify-policy__title {
        padding-bottom:60px
    }
}

.shopify-policy__container h1 {
    max-width: 41vw
}

@media only screen and (max-width: 1024px) {
    .shopify-policy__container h1 {
        max-width:none
    }
}

.o-title-xl,.shopify-policy__container h1 {
    font-size: 115px;
    line-height: 1.03;
    font-weight: 400;
    letter-spacing: -.03em;
    text-transform: uppercase
}

.is-fr .o-title-xl,.is-fr .shopify-policy__container h1,.shopify-policy__container .is-fr h1 {
    line-height: 1.17
}

@media only screen and (max-width: 1440px) {
    .o-title-xl,.shopify-policy__container h1 {
        font-size:100px
    }
}

@media only screen and (max-width: 1280px) {
    .o-title-xl,.shopify-policy__container h1 {
        font-size:80px
    }
}

@media only screen and (max-width: 810px) {
    .o-title-xl,.shopify-policy__container h1 {
        font-size:60px
    }
}

@media only screen and (max-width: 480px) {
    .o-title-xl,.shopify-policy__container h1 {
        font-size:30px
    }
}

.last-chance .o-wysiwyg .last-chance--content div>*,.last-chance .shopify-policy__container .shopify-policy__body .last-chance--content div>*,.o-title-l,.o-title-p,.o-wysiwyg blockquote,.o-wysiwyg blockquote p,.shopify-policy__container .last-chance .shopify-policy__body .last-chance--content div>*,.shopify-policy__container .shopify-policy__body blockquote,.shopify-policy__container .shopify-policy__body blockquote p {
    font-size: max(50px,3.47vw);
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -.02em
}

@media only screen and (max-width: 1024px) {
    .last-chance .o-wysiwyg .last-chance--content div>*,.last-chance .shopify-policy__container .shopify-policy__body .last-chance--content div>*,.o-title-l,.o-title-p,.o-wysiwyg blockquote,.o-wysiwyg blockquote p,.shopify-policy__container .last-chance .shopify-policy__body .last-chance--content div>*,.shopify-policy__container .shopify-policy__body blockquote,.shopify-policy__container .shopify-policy__body blockquote p {
        font-size:40px
    }
}

@media only screen and (max-width: 480px) {
    .last-chance .o-wysiwyg .last-chance--content div>*,.last-chance .shopify-policy__container .shopify-policy__body .last-chance--content div>*,.o-title-l,.o-title-p,.o-wysiwyg blockquote,.o-wysiwyg blockquote p,.shopify-policy__container .last-chance .shopify-policy__body .last-chance--content div>*,.shopify-policy__container .shopify-policy__body blockquote,.shopify-policy__container .shopify-policy__body blockquote p {
        font-size:30px
    }
}

.article__hero-infos-inner .last-chance .o-wysiwyg .last-chance--content div>*,.article__hero-infos-inner .last-chance .o-wysiwyg .last-chance--content div>* .word,.article__hero-infos-inner .last-chance .shopify-policy__container .shopify-policy__body .last-chance--content div>*,.article__hero-infos-inner .last-chance .shopify-policy__container .shopify-policy__body .last-chance--content div>* .word,.article__hero-infos-inner .o-title-l,.article__hero-infos-inner .o-title-l .word,.article__hero-infos-inner .o-wysiwyg blockquote,.article__hero-infos-inner .o-wysiwyg blockquote .word,.article__hero-infos-inner .o-wysiwyg blockquote p,.article__hero-infos-inner .shopify-policy__container .last-chance .shopify-policy__body .last-chance--content div>*,.article__hero-infos-inner .shopify-policy__container .last-chance .shopify-policy__body .last-chance--content div>* .word,.article__hero-infos-inner .shopify-policy__container .shopify-policy__body blockquote,.article__hero-infos-inner .shopify-policy__container .shopify-policy__body blockquote .word,.article__hero-infos-inner .shopify-policy__container .shopify-policy__body blockquote p,.last-chance .o-wysiwyg .last-chance--content .article__hero-infos-inner div>*,.last-chance .o-wysiwyg .last-chance--content .article__hero-infos-inner div>* .word,.last-chance .shopify-policy__container .shopify-policy__body .last-chance--content .article__hero-infos-inner div>*,.last-chance .shopify-policy__container .shopify-policy__body .last-chance--content .article__hero-infos-inner div>* .word,.o-wysiwyg .article__hero-infos-inner blockquote,.o-wysiwyg .article__hero-infos-inner blockquote .word,.o-wysiwyg blockquote .article__hero-infos-inner p,.o-wysiwyg blockquote .article__hero-infos-inner p .word,.shopify-policy__container .last-chance .shopify-policy__body .last-chance--content .article__hero-infos-inner div>*,.shopify-policy__container .last-chance .shopify-policy__body .last-chance--content .article__hero-infos-inner div>* .word,.shopify-policy__container .shopify-policy__body .article__hero-infos-inner blockquote,.shopify-policy__container .shopify-policy__body .article__hero-infos-inner blockquote .word,.shopify-policy__container .shopify-policy__body blockquote .article__hero-infos-inner p,.shopify-policy__container .shopify-policy__body blockquote .article__hero-infos-inner p .word {
    line-height: 1
}

@media only screen and (max-width: 1024px) {
    .o-title-s {
        font-size:16px;
        line-height: 1.2;
        font-weight: 400;
        letter-spacing: -.02em
    }
}

.c-product-compare-products .o-select select,.c-sizeGuide__content tr td,.generic.faq .size-guide tr td,.o-text,.o-wysiwyg p,.product__details .c-accordion .c-accordion__content,.shopify-policy__container .shopify-policy__body p {
    font-size: max(18px,1.05vw);
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -.02em
}

.c-product-compare-products .o-select select,.o-text--bold {
    font-weight: 700
}

@media only screen and (max-width: 1024px) {
    .c-product-compare-products .o-select select,.c-sizeGuide__content tr td,.generic.faq .size-guide tr td,.o-text,.o-wysiwyg p,.product__details .c-accordion .c-accordion__content,.shopify-policy__container .shopify-policy__body p {
        font-size:18px
    }
}

@media only screen and (max-width: 375px) {
    .c-product-compare-products .o-select select,.c-sizeGuide__content tr td,.generic.faq .size-guide tr td,.o-text,.o-wysiwyg p,.product__details .c-accordion .c-accordion__content,.shopify-policy__container .shopify-policy__body p {
        font-size:16px
    }
}

.blog__pagination span,.c-productHero__button,.o-label,.o-wysiwyg h1,.o-wysiwyg h2,.o-wysiwyg h3,.o-wysiwyg h4,.o-wysiwyg h5,.o-wysiwyg h6,.o-wysiwyg ol li,.o-wysiwyg ul li,.shopify-policy__container .shopify-policy__body h1,.shopify-policy__container .shopify-policy__body h2,.shopify-policy__container .shopify-policy__body h3,.shopify-policy__container .shopify-policy__body h4,.shopify-policy__container .shopify-policy__body h5,.shopify-policy__container .shopify-policy__body h6,.shopify-policy__container .shopify-policy__body ol li,.shopify-policy__container .shopify-policy__body ul li {
    font-size: max(18px,1.25vw);
    line-height: 1;
    letter-spacing: -.02em;
    font-weight: 400
}

.o-label--small,.o-select select {
    font-size: max(12px,.83vw)
}

.o-label--bold,.o-wysiwyg h1,.o-wysiwyg h2,.o-wysiwyg h3,.o-wysiwyg h4,.o-wysiwyg h5,.o-wysiwyg h6,.shopify-policy__container .shopify-policy__body h1,.shopify-policy__container .shopify-policy__body h2,.shopify-policy__container .shopify-policy__body h3,.shopify-policy__container .shopify-policy__body h4,.shopify-policy__container .shopify-policy__body h5,.shopify-policy__container .shopify-policy__body h6 {
    font-weight: 700
}

.o-caption,.o-tag,.o-wysiwyg blockquote p+p,.shopify-policy__container .shopify-policy__body blockquote p+p {
    font-size: max(12px,.83vw);
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase
}

.o-caption--bold,.o-tag {
    font-weight: 700
}

.o-blogItem {
    overflow: hidden;
    position: relative;
    color: #fff
}

.o-blogItem:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.o-blogItem>iframe,.o-blogItem>img,.o-blogItem>picture,.o-blogItem>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.o-blogItem>img,.o-blogItem>picture img,.o-blogItem>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.is-no-touchevents .o-blogItem:not(.is-disabled):hover .o-blogItem__bg img,.is-no-touchevents .o-blogItem:not(:disabled):hover .o-blogItem__bg img,.o-blogItem:not(.is-disabled):focus .o-blogItem__bg img,.o-blogItem:not(:disabled):focus .o-blogItem__bg img {
    transform: scale(1.1) translateZ(0)
}

.o-blogItem__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px
}

.o-blogItem__bg,.o-blogItem__inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.o-blogItem__bg {
    object-fit: cover;
    z-index: -1
}

.o-blogItem__bg:after {
    content: "";
    background: linear-gradient(0deg,#00000026,#00000026),linear-gradient(180deg,rgba(0,0,0,.35),transparent 25.05%,transparent 75.12%,rgba(0,0,0,.35))
}

.o-blogItem__bg:after,.o-blogItem__bg img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.o-blogItem__bg img {
    object-fit: cover;
    display: block;
    transform: scale(1) translateZ(0);
    transition: transform 1.2s cubic-bezier(.4,0,0,1)
}

.o-blogItem__infos {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.o-button,.shopify-challenge__container .shopify-challenge__button {
    --color-back: #000;
    --color-front: #fff;
    border-radius: 5px;
    outline-offset: 4px;
    padding: 20px 30px;
    text-align: center;
    color: var(--color-front);
    background-color: var(--color-back);
    transition: color .6s cubic-bezier(.37,.31,0,1),background-color .6s cubic-bezier(.37,.31,0,1)
}

.is-no-touchevents .o-button:not(.is-disabled):hover:not([disabled]),.is-no-touchevents .o-button:not(:disabled):hover:not([disabled]),.is-no-touchevents .shopify-challenge__container .shopify-challenge__button:not(.is-disabled):hover:not([disabled]),.is-no-touchevents .shopify-challenge__container .shopify-challenge__button:not(:disabled):hover:not([disabled]),.shopify-challenge__container .is-no-touchevents .shopify-challenge__button:not(.is-disabled):hover:not([disabled]),.shopify-challenge__container .is-no-touchevents .shopify-challenge__button:not(:disabled):hover:not([disabled]) {
    background-color: #737373;
    color: #fff
}

.o-button--inverted {
    --color-back: #fff;
    --color-front: #000
}

.o-button--disabled {
    --color-back: #000;
    --color-front: #fff
}

.o-button[disabled],.shopify-challenge__container .shopify-challenge__button[disabled] {
    opacity: .4;
    pointer-events: none
}

.o-button[disabled].js-select-btn,.shopify-challenge__container .shopify-challenge__button[disabled].js-select-btn {
    opacity: 1
}

.recommendation-modal__container {
    max-width: 390px!important;
    font-family: HelveticaNeue;
    box-shadow: none!important
}

.recommendation-modal__close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0!important
}

.recommendation-modal__content {
    padding: 30px!important;
    gap: 30px!important
}

@media only screen and (max-width: 480px) {
    .recommendation-modal__content #container {
        padding:20px!important
    }
}

.recommendation-modal__content .recommendation-modal__flag {
    padding: 0
}

.recommendation-modal__content .recommendation-modal__flag img {
    width: 50px!important;
    height: 35px!important
}

.recommendation-modal__content .recommendation-modal__benefits ul li,.recommendation-modal__content .recommendation-modal__message,.recommendation-modal__content .recommendation-modal__message--align-start {
    font-size: max(18px,1.25vw)!important;
    line-height: 1.4;
    letter-spacing: -.02em
}

@media only screen and (max-width: 1024px) {
    .recommendation-modal__content .recommendation-modal__benefits ul li,.recommendation-modal__content .recommendation-modal__message,.recommendation-modal__content .recommendation-modal__message--align-start {
        font-size:18px!important
    }
}

@media only screen and (max-width: 375px) {
    .recommendation-modal__content .recommendation-modal__benefits ul li,.recommendation-modal__content .recommendation-modal__message,.recommendation-modal__content .recommendation-modal__message--align-start {
        font-size:16px!important
    }
}

.recommendation-modal__content .recommendation-modal__message,.recommendation-modal__content .recommendation-modal__message--align-start {
    font-weight: 700!important
}

.recommendation-modal__content .recommendation-modal__button {
    height: 60px!important;
    font-size: clamp(18px,1.25vw,22px);
    letter-spacing: -.02em;
    font-weight: 700;
    border-radius: 5px!important;
    outline-offset: 4px;
    transition: color .6s cubic-bezier(.37,.31,0,1),background-color .6s cubic-bezier(.37,.31,0,1);
    padding: 20px 30px;
    color: #fff!important;
    background-color: #000!important
}

.is-no-touchevents .recommendation-modal__content .recommendation-modal__button:not(.is-disabled):hover:not([disabled]),.is-no-touchevents .recommendation-modal__content .recommendation-modal__button:not(:disabled):hover:not([disabled]) {
    background-color: #737373!important;
    color: #fff!important
}

.recommendation-modal__content .recommendation-modal__button[disabled] {
    opacity: .4;
    pointer-events: none
}

.recommendation-modal__content .recommendation-modal__button--minimal {
    letter-spacing: -.02em;
    text-underline-offset: .1em;
    color: #0009!important;
    transition: color .4s cubic-bezier(.37,.31,0,1)
}

.is-no-touchevents .recommendation-modal__content .recommendation-modal__button--minimal:not(.is-disabled):hover:not([disabled]),.is-no-touchevents .recommendation-modal__content .recommendation-modal__button--minimal:not(:disabled):hover:not([disabled]) {
    color: #000!important
}

.recommendation-modal__content .recommendation-modal__selector-wrapper,.recommendation-modal__content .recommendation-modal__selector-wrapper--flag {
    position: relative;
    background-color: #fff!important
}

.recommendation-modal__content .recommendation-modal__selector-wrapper--flag:after,.recommendation-modal__content .recommendation-modal__selector-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 20px;
    margin: auto 0;
    width: 14px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    pointer-events: none
}

.recommendation-modal__content .recommendation-modal__selector-wrapper--flag {
    background-position: 20px
}

.recommendation-modal__content select {
    height: 60px!important;
    padding: 16px 46px 16px 20px!important;
    font-size: 18px!important;
    line-height: 1.4;
    font-weight: 700;
    color: #000!important;
    letter-spacing: -.02em;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1)!important;
    box-shadow: none;
    background-image: none!important
}

.recommendation-modal__content .recommendation-modal__selector--flag {
    padding-left: 54px!important
}

.recommendation-modal__benefits ul {
    padding-left: 25px
}

.o-hero {
    padding: 23vw var(--gutter) 8vw
}

@media only screen and (max-width: 810px) {
    .o-hero {
        padding:120px var(--gutter) 60px
    }
}

.o-hero h1 {
    --initDelay: .6s
}

.o-hero h1.is-active .word span {
    transition: transform .8s cubic-bezier(.4,0,0,1) calc(var(--initDelay) + var(--delay))
}

[data-page=cart] .o-hero {
    padding: 10vw var(--gutter) 0
}

@media only screen and (max-width: 810px) {
    [data-page=cart] .o-hero {
        padding:120px var(--gutter) 60px
    }
}

.c-product-highlight-story {
    position: relative;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    margin: 80px 0
}

@media screen and (min-width: 1024px) {
    .c-product-highlight-story {
        margin:120px 0
    }
}

.c-product-highlight-story:active img,.c-product-highlight-story:hover img {
    transform: scale(1.05)
}

.c-product-highlight-story__inner {
    position: relative;
    display: block
}

.c-product-highlight-story__tile,.c-product-highlight-story__tile-inner {
    height: 100%;
    width: 100%
}

.c-product-highlight-story__tile-img-position {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.c-product-highlight-story__tile-img-container {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%
}

.c-product-highlight-story__tile-img-container:before {
    content: "";
    display: block;
    padding-top: 128%;
    width: 100%
}

.c-product-highlight-story__tile-img-container>iframe,.c-product-highlight-story__tile-img-container>img,.c-product-highlight-story__tile-img-container>picture,.c-product-highlight-story__tile-img-container>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.c-product-highlight-story__tile-img-container>img,.c-product-highlight-story__tile-img-container>picture img,.c-product-highlight-story__tile-img-container>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (min-width: 1024px) {
    .c-product-highlight-story__tile-img-container {
        overflow:hidden;
        position: relative
    }

    .c-product-highlight-story__tile-img-container:before {
        content: "";
        display: block;
        padding-top: 51.51515%;
        width: 100%
    }

    .c-product-highlight-story__tile-img-container>iframe,.c-product-highlight-story__tile-img-container>img,.c-product-highlight-story__tile-img-container>picture,.c-product-highlight-story__tile-img-container>video {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%
    }

    .c-product-highlight-story__tile-img-container>img,.c-product-highlight-story__tile-img-container>picture img,.c-product-highlight-story__tile-img-container>video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.c-product-highlight-story__tile-img-container:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(0deg,#0000004d,#0000004d)
}

.c-product-highlight-story__tile-img-container img {
    transition: transform .8s cubic-bezier(.4,0,0,1)
}

.c-product-highlight-story__tile-infos {
    position: relative;
    padding: 20px;
    height: 100%;
    color: #fff;
    z-index: 2
}

@media screen and (min-width: 768px) {
    .c-product-highlight-story__tile-infos {
        padding:40px
    }
}

@media screen and (min-width: 1024px) {
    .c-product-highlight-story__tile-infos {
        padding:60px
    }
}

.c-product-highlight-story__tile-infos-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-product-highlight-story__tile-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-product-highlight-story__title-container {
    width: 100%;
    margin-top: max(260px,25.69444vw)
}

@media screen and (min-width: 768px) {
    .c-product-highlight-story__title-container {
        width:max(60%,37.5vw)
    }
}

@media screen and (min-width: 1024px) {
    .c-product-highlight-story__title-container {
        width:37.5vw
    }
}

.o-icon {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px
}

.o-icon svg {
    display: block;
    width: 100%;
    height: 100%
}

.blog__pagination span a,.o-link,.o-wysiwyg p a,.shopify-policy__container .shopify-policy__body p a {
    position: relative;
    display: inline-block;
    padding: 10px;
    --color: #000
}

.blog__pagination span a:before,.o-link:before,.o-wysiwyg p a:before,.shopify-policy__container .shopify-policy__body p a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0) translateZ(0);
    transform-origin: 100% 50%;
    transition: transform .6s cubic-bezier(.37,.31,0,1)
}

.blog__pagination span .is-no-touchevents a:not(.is-disabled):hover:before,.blog__pagination span .is-no-touchevents a:not(:disabled):hover:before,.is-no-touchevents .blog__pagination span a:not(.is-disabled):hover:before,.is-no-touchevents .blog__pagination span a:not(:disabled):hover:before,.is-no-touchevents .o-link:not(.is-disabled):hover:before,.is-no-touchevents .o-link:not(:disabled):hover:before,.is-no-touchevents .o-wysiwyg p a:not(.is-disabled):hover:before,.is-no-touchevents .o-wysiwyg p a:not(:disabled):hover:before,.is-no-touchevents .shopify-policy__container .shopify-policy__body p a:not(.is-disabled):hover:before,.is-no-touchevents .shopify-policy__container .shopify-policy__body p a:not(:disabled):hover:before,.o-wysiwyg p .is-no-touchevents a:not(.is-disabled):hover:before,.o-wysiwyg p .is-no-touchevents a:not(:disabled):hover:before,.shopify-policy__container .shopify-policy__body p .is-no-touchevents a:not(.is-disabled):hover:before,.shopify-policy__container .shopify-policy__body p .is-no-touchevents a:not(:disabled):hover:before {
    transform: scaleX(1) translateZ(0);
    transform-origin: 0 50%
}

.o-title-link {
    position: relative;
    display: block;
    padding: 10px;
    --color: #000
}

.o-title-link:after,.o-title-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0) translateZ(0);
    transform-origin: 100% 50%;
    transition: transform .6s cubic-bezier(.37,.31,0,1);
    z-index: 1
}

.o-title-link:after {
    z-index: 0;
    background-color: #ffffff80;
    transform: none
}

.is-no-touchevents .o-title-link:not(.is-disabled):hover:before,.is-no-touchevents .o-title-link:not(:disabled):hover:before {
    transform: scaleX(1) translateZ(0);
    transform-origin: 0 50%
}

.o-title-link .o-icon {
    float: right
}

.o-title-link .o-icon svg {
    fill: #fff
}

.o-loader {
    position: relative;
    width: 60px;
    height: 60px
}

@keyframes load {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.o-loader:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-top-color: #000;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 10px
}

.o-loader.is-animate:before {
    animation: load .5s linear infinite
}

.o-loader--center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.o-media video {
    object-fit: cover
}

.o-page.is-entering {
    opacity: 0
}

.o-page.is-entered {
    opacity: 1;
    transition: opacity .3s ease-out
}

.o-page.is-leaving {
    opacity: 0;
    transition: opacity .3s ease-in
}

.o-productItem {
    position: relative;
    display: block;
    color: #000
}

.is-no-touchevents .o-productItem:not(.is-disabled):hover .o-productItem__image img,.is-no-touchevents .o-productItem:not(:disabled):hover .o-productItem__image img,.o-productItem:not(.is-disabled):focus .o-productItem__image img,.o-productItem:not(:disabled):focus .o-productItem__image img {
    transform: scale(.9) translateZ(0)
}

.o-productItem__inner {
    padding: 15px 0 0
}

@media only screen and (max-width: 480px) {
    .o-productItem__inner {
        padding:10px 0 0
    }
}

@media only screen and (min-width: 1023px) {
    .o-productItem__inner {
        position:absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px
    }
}

.o-productItem__tags {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 20px;
    left: 20px
}

@media only screen and (max-width: 480px) {
    .o-productItem__tags {
        top:10px;
        left: 10px
    }
}

@media only screen and (min-width: 1023px) {
    .o-productItem__tags {
        top:30px;
        left: 30px
    }
}

.o-productItem__tags p {
    display: inline-block
}

.o-productItem__image {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #f6f6f6
}

.o-productItem__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(.8) translateZ(0);
    transition: transform 1.2s cubic-bezier(.4,0,0,1)
}

.o-productItem__infos {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 10px
}

@media only screen and (max-width: 810px) {
    .o-productItem__infos {
        height:auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.o-productItem__title {
    line-height: 1.4
}

.o-productItem__title span {
    display: block
}

.o-productItem__title .color {
    font-weight: 400
}

.o-productItem__price {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    line-height: 1.4;
    column-gap: 10px
}

@media only screen and (min-width: 811px) {
    .o-productItem__price {
        flex-direction:column;
        align-items: flex-end;
        row-gap: 5px
    }
}

.o-productItem__price .discount {
    order: 7;
    font-weight: 400;
    font-size: .85em;
    color: #00000080;
    text-decoration: line-through
}

@media only screen and (min-width: 811px) {
    .o-productItem__price .discount {
        order:-1
    }
}

.o-select {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 1;
    transition: opacity .3s cubic-bezier(.215,.61,.355,1)
}

.o-select select {
    text-transform: none!important;
    text-align-last: right;
    line-height: 1.1;
    padding-right: 24px;
    color: #000;
    border: none;
    cursor: pointer;
    background: none
}

.o-select .o-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 14px;
    margin: auto 0;
    pointer-events: none
}

.o-tag {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    white-space: nowrap
}

@media only screen and (max-width: 480px) {
    .o-tag {
        font-size:max(10px,.7vw)
    }
}

.o-tag.--inverted {
    color: #000;
    background-color: transparent
}

.o-wysiwyg h1,.o-wysiwyg h2,.o-wysiwyg h3,.o-wysiwyg h4,.o-wysiwyg h5,.o-wysiwyg h6,.shopify-policy__container .shopify-policy__body h1,.shopify-policy__container .shopify-policy__body h2,.shopify-policy__container .shopify-policy__body h3,.shopify-policy__container .shopify-policy__body h4,.shopify-policy__container .shopify-policy__body h5,.shopify-policy__container .shopify-policy__body h6 {
    margin: 30px 0;
    line-height: 1.4
}

.o-wysiwyg p,.shopify-policy__container .shopify-policy__body p {
    margin-bottom: 40px;
    color: #0009
}

.o-wysiwyg p a,.shopify-policy__container .shopify-policy__body p a {
    color: #000;
    text-transform: uppercase;
    padding: 0
}

.o-wysiwyg p a:before,.shopify-policy__container .shopify-policy__body p a:before {
    left: 0;
    right: 0
}

.o-wysiwyg img,.shopify-policy__container .shopify-policy__body img {
    width: 100%
}

.o-wysiwyg blockquote,.shopify-policy__container .shopify-policy__body blockquote {
    margin: 60px 0;
    font-size: max(32px,2.22222vw)
}

.o-wysiwyg blockquote p,.shopify-policy__container .shopify-policy__body blockquote p {
    font-size: max(32px,2.22222vw);
    color: #000;
    margin-bottom: 30px
}

.o-wysiwyg strong,.shopify-policy__container .shopify-policy__body strong {
    font-weight: 700;
    color: #000
}

.o-wysiwyg ul,.shopify-policy__container .shopify-policy__body ul {
    list-style: disc
}

.o-wysiwyg ol,.shopify-policy__container .shopify-policy__body ol {
    list-style: decimal
}

.o-wysiwyg ol,.o-wysiwyg ul,.shopify-policy__container .shopify-policy__body ol,.shopify-policy__container .shopify-policy__body ul {
    padding-left: 40px;
    margin-bottom: 30px
}

.o-wysiwyg ol li,.o-wysiwyg ul li,.shopify-policy__container .shopify-policy__body ol li,.shopify-policy__container .shopify-policy__body ul li {
    line-height: 1.5
}

.p-404 {
    position: relative;
    height: 100vh;
    color: #fff;
    background: #000
}

.p-404 img {
    opacity: .7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.p-404 p {
    max-width: 38rem;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media only screen and (max-width: 810px) {
    .p-404 p {
        padding-top:2rem;
        padding-bottom: 2rem
    }
}

.p-404__inner {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.p-404__inner a {
    display: inline-block
}

@media only screen and (max-width: 810px) {
    .p-404__inner {
        padding:1rem
    }
}

.p-404__link {
    margin-top: 20px;
    display: flex;
    align-items: center
}

.p-404__link .o-icon {
    margin-left: 30px;
    width: 15px;
    height: 15px
}

.article__inner,[data-page=article] {
    position: relative
}

.article__inner {
    width: 100%;
    height: 100%
}

.article__hero {
    height: auto;
    width: 100%
}

.article__hero-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.article__image-position {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.article__image-container {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: translateY(40px) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.4,0,0,1) 1s,transform 1.2s cubic-bezier(.4,0,0,1) 1s
}

.article__image-container:before {
    content: "";
    display: block;
    padding-top: 52.08333%;
    width: 100%
}

.article__image-container>iframe,.article__image-container>img,.article__image-container>picture,.article__image-container>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.article__image-container>img,.article__image-container>picture img,.article__image-container>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article__image-container:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(0deg,#0003,#0003)
}

.article__image-container.is-active {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.article__hero-infos-container,.article__hero-infos-inner {
    position: relative;
    height: 100%;
    width: 100%;
    color: #fff
}

.article__hero-infos-inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .article__hero-infos-inner {
        min-height:95vh
    }
}

.article__hero-infos-inner .o-hero {
    padding-bottom: 0
}

.article__hero-infos-inner .o-hero h1 {
    max-width: 41vw
}

@media only screen and (max-width: 1024px) {
    .article__hero-infos-inner .o-hero h1 {
        max-width:none
    }
}

.article__date-container {
    padding: 60px 0 60px var(--gutter)
}

.article__content {
    position: relative;
    margin: 120px 0
}

@media only screen and (max-width: 810px) {
    .article__content {
        padding-left:0;
        margin-top: 60px;
        --delay: 1.2s
    }
}

.article__credits-position {
    position: absolute;
    top: 0;
    left: var(--gutter)
}

@media only screen and (max-width: 810px) {
    .article__credits-position {
        position:unset;
        top: unset;
        left: unset;
        padding: 0 var(--gutter);
        margin-bottom: 80px
    }
}

.article__credits-item:first-of-type {
    margin-bottom: 30px
}

.article__credits-item .-title {
    opacity: .5;
    margin-bottom: 5px
}

.article__excerpt {
    display: block;
    padding-left: 29.16667vw;
    padding-right: var(--gutter);
    margin-bottom: 30px;
    font-size: max(32px,2.22222vw);
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -.02em
}

@media only screen and (max-width: 810px) {
    .article__excerpt {
        padding-left:var(--gutter)
    }
}

.article__wysiwyg {
    font-size: max(20px,1.38889vw);
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -.02em
}

.article__wysiwyg>h1,.article__wysiwyg>h2,.article__wysiwyg>h3,.article__wysiwyg>h4,.article__wysiwyg>h5,.article__wysiwyg>h6,.article__wysiwyg>p,.article__wysiwyg blockquote {
    display: block;
    padding-left: 29.16667vw;
    padding-right: var(--gutter)
}

@media only screen and (max-width: 810px) {
    .article__wysiwyg>h1,.article__wysiwyg>h2,.article__wysiwyg>h3,.article__wysiwyg>h4,.article__wysiwyg>h5,.article__wysiwyg>h6,.article__wysiwyg>p,.article__wysiwyg blockquote {
        padding-left:var(--gutter)
    }
}

.article__wysiwyg p {
    font-size: max(20px,1.38889vw);
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -.02em
}

.article__wysiwyg table {
    display: none
}

.article__wysiwyg>img {
    display: block;
    width: 100%;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    margin: 120px 0
}

@media only screen and (max-width: 810px) {
    .article__wysiwyg>img {
        margin:80px 0
    }
}

.article .slider {
    padding: 70px var(--gutter) 0;
    margin: 120px 0
}

@media only screen and (max-width: 810px) {
    .article .slider {
        margin:80px 0
    }
}

.article .slider__controls {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 810px) {
    .article .slider__controls {
        margin-top:20px;
        position: relative;
        bottom: auto;
        right: auto
    }
}

.article .slider__btn {
    flex: 0 0 auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: none;
    color: #fff
}

.article .slider__btn:not(.swiper-button-disabled):active,.article .slider__btn:not(.swiper-button-disabled):hover {
    color: #000
}

.article .slider__btn:not(.swiper-button-disabled):active:before,.article .slider__btn:not(.swiper-button-disabled):hover:before {
    transform: scale(0) translateZ(0);
    transition-duration: .7s;
    transition-delay: .05s
}

.article .slider__btn.swiper-button-disabled {
    opacity: .2;
    pointer-events: none
}

.article .slider__btn--prev {
    margin-right: 10px
}

.article .slider__btn--prev svg {
    transform: rotate(180deg)
}

.article .slider__btn:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background-color: #000;
    transform: scale(1);
    transform-origin: center;
    transition: transform .5s cubic-bezier(.4,0,0,1)
}

.article .slider__btn svg {
    width: 12px;
    position: relative;
    z-index: 2;
    transition: color .5s cubic-bezier(.4,0,0,1)
}

.article .slider__item-img-container {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%
}

.article .slider__item-img-container:before {
    content: "";
    display: block;
    padding-top: 66.66667%;
    width: 100%
}

.article .slider__item-img-container>iframe,.article .slider__item-img-container>img,.article .slider__item-img-container>picture,.article .slider__item-img-container>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.article .slider__item-img-container>img,.article .slider__item-img-container>picture img,.article .slider__item-img-container>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article .slider__alt-imgs-container {
    position: absolute;
    top: 0;
    height: 60px;
    width: 100%
}

.article .slider__alt-imgs-container-inner {
    position: relative;
    height: 100%;
    width: 100%
}

.article .slider__caption-container {
    position: absolute;
    bottom: 0;
    left: 0
}

.article .slider__caption-container.swiper-slide-active span {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .8s cubic-bezier(.4,0,0,1) .3s,transform .8s cubic-bezier(.4,0,0,1) .3s
}

.article .slider__caption {
    display: inline-block;
    color: #000;
    margin-bottom: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .6px;
    text-transform: uppercase
}

.article .slider__caption span {
    display: block;
    opacity: 0;
    transform: translateY(110%);
    transition: opacity .3s cubic-bezier(.37,.31,0,1),transform 0s cubic-bezier(.37,.31,0,1) .3s
}

.article .slider__pagination {
    margin-top: 60px;
    position: relative;
    height: 2px;
    background: #0000001a
}

@media only screen and (max-width: 810px) {
    .article .slider__pagination {
        margin-top:20px
    }
}

.article .slider__pagination .swiper-pagination-progressbar-fill {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    transform-origin: left center
}

.blog__wrapper {
    padding: 0 var(--gutter) var(--gutter)
}

.blog__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: var(--gutter);
    row-gap: var(--gutter)
}

@media only screen and (max-width: 480px) {
    .blog__grid {
        grid-template-columns:1fr
    }
}

.blog__item {
    overflow: hidden;
    position: relative;
    overflow: visible
}

.blog__item:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.blog__item>iframe,.blog__item>img,.blog__item>picture,.blog__item>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.blog__item>img,.blog__item>picture img,.blog__item>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog__item.is-active .o-blogItem {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

@media only screen and (min-width: 811px) {
    .blog__item:nth-child(2) .o-blogItem {
        --delay:.1s
    }
}

.blog__item .o-blogItem {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    --initDelay: .3s;
    --delay: 0s;
    opacity: 0;
    transform: translateY(30%) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.4,0,0,1) calc(var(--initDelay) + var(--delay)),transform 1.2s cubic-bezier(.4,0,0,1) calc(var(--initDelay) + var(--delay))
}

.blog__pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: var(--gutter)
}

@media only screen and (max-width: 480px) {
    .blog__pagination {
        justify-content:center
    }
}

.blog__pagination span.current {
    font-weight: 700;
    padding: 10px;
    line-height: .9
}

.cart__inner {
    padding: 0 var(--gutter) var(--gutter);
    opacity: 0;
    transform: translateY(40px) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.4,0,0,1) .8s,transform 1.2s cubic-bezier(.4,0,0,1) .8s
}

.cart__inner.is-active {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.cart__form {
    display: flex;
    flex-direction: column
}

.cart__form .o-button,.cart__form .shopify-challenge__container .shopify-challenge__button,.shopify-challenge__container .cart__form .shopify-challenge__button {
    margin-left: auto
}

.collection {
    --initDelay: .1s
}

.collection__accessories,.collection__accessories.filter-active,.collection__special,.collection__special.filter-active {
    padding: 0 0 var(--gutter)
}

.collection__accessories.filter-active .collection__title,.collection__special.filter-active .collection__title {
    margin-top: 0
}

.collection__accessories .collection__title,.collection__special .collection__title {
    margin-top: var(--gutter)
}

.collection__title {
    margin-bottom: var(--gutter);
    overflow: hidden;
    --delay: 0s
}

.collection__title.is-active span,.is-active .collection__title span {
    transform: translateY(0) translateZ(0);
    transition-delay: calc(var(--initDelay) + var(--delay))
}

.collection__title span {
    display: inline-block;
    transform: translateY(100%) translateZ(0);
    transition: transform .8s cubic-bezier(.4,0,0,1)
}

.collection__descr {
    --delay: .2s;
    opacity: 0;
    transform: translateY(60px) translateZ(0);
    transition: transform .8s cubic-bezier(.4,0,0,1),opacity .7s cubic-bezier(.4,0,0,1)
}

.collection__descr.is-active,.is-active .collection__descr {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition-delay: calc(var(--initDelay) + var(--delay))
}

.collection__accessoriesInner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--gutter);
    row-gap: var(--gutter);
    align-items: flex-start
}

@media only screen and (max-width: 810px) {
    .collection__accessoriesInner {
        grid-template-columns:1fr
    }
}

@media only screen and (min-width: 811px) {
    .collection__accessoriesInner .c-productsGrid__item:nth-child(2n) .o-productItem {
        --delay:.1s
    }
}

.collection__accessoriesInner .is-hidden {
    display: none
}

.collection__accessoriesInner.is-filtered {
    grid-template-columns: 1fr 1fr
}

.generic .o-hero {
    padding-bottom: 30px
}

.generic .o-hero h1 {
    max-width: 41vw
}

@media only screen and (max-width: 1024px) {
    .generic .o-hero h1 {
        max-width:none
    }
}

.generic__content {
    padding: var(--gutter);
    opacity: 0;
    transform: translateY(40px) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.4,0,0,1) .8s,transform 1.2s cubic-bezier(.4,0,0,1) .8s
}

.generic__content.is-active {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.generic.faq .size-guide table {
    width: 100%;
    border-collapse: collapse
}

@media only screen and (max-width: 810px) {
    .generic.faq .size-guide table tbody {
        display:grid;
        grid-template-columns: repeat(4,1fr)
    }

    .generic.faq .size-guide table tr {
        display: flex;
        flex-direction: column
    }
}

.generic.faq .size-guide tr td {
    padding: 15px;
    border-bottom: 1px solid #eee
}

.generic.faq .size-guide tr td:first-child {
    font-weight: 700
}

.last-chance {
    background-color: #000;
    color: #fff;
    position: relative
}

.last-chance--from {
    background-color: #fff;
    border-radius: 100px;
    color: #000;
    padding: 20px;
    text-transform: uppercase;
    margin-left: 40px
}

.last-chance--from .o-icon {
    height: 28px;
    width: 51px
}

@media only screen and (max-width: 480px) {
    .last-chance--from {
        margin-left:0;
        margin-top: 20px
    }
}

.last-chance .c-splitText .word span {
    overflow: initial
}

.last-chance .c-splitText .spliText--wrapper:first-child {
    display: block
}

.last-chance .c-splitText .spliText--wrapper:last-child {
    align-items: center;
    display: inline-flex
}

@media only screen and (max-width: 480px) {
    .last-chance .c-splitText .spliText--wrapper:last-child {
        display:inline-block
    }
}

.last-chance .c-splitText .word span.o-icon {
    transform: translate3d(0,400%,0)
}

.last-chance .c-splitText.is-active .word span.o-icon {
    transform: translateZ(0)
}

.last-chance--to {
    border-radius: 100px;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 20px;
    text-transform: uppercase
}

.last-chance .o-wysiwyg .last-chance--content,.last-chance .shopify-policy__container .shopify-policy__body .last-chance--content,.shopify-policy__container .last-chance .shopify-policy__body .last-chance--content {
    padding-top: 74vh
}

.last-chance .o-wysiwyg .last-chance--content div>*,.last-chance .shopify-policy__container .shopify-policy__body .last-chance--content div>*,.shopify-policy__container .last-chance .shopify-policy__body .last-chance--content div>* {
    color: #fff
}

@media only screen and (max-width: 480px) {
    .last-chance .o-wysiwyg .last-chance--content,.last-chance .shopify-policy__container .shopify-policy__body .last-chance--content,.shopify-policy__container .last-chance .shopify-policy__body .last-chance--content {
        padding-top:120px
    }
}

.last-chance--banner {
    display: flex;
    flex-direction: column;
    position: relative
}

.last-chance--sliderContainer {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 1.2s cubic-bezier(.4,0,0,1) .8s,transform 1.2s cubic-bezier(.4,0,0,1) .8s
}

.last-chance--sliderContainer.is-active {
    opacity: 1
}

@media only screen and (max-width: 480px) {
    .last-chance--sliderContainer {
        position:relative
    }
}

.last-chance--slider {
    display: grid;
    grid-template-rows: 1fr 1fr;
    height: 630px;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media only screen and (max-width: 480px) {
    .last-chance--slider {
        height:238px
    }
}

.last-chance--slider .line-first {
    animation-duration: 40s;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 100%
}

.last-chance--slider .line-first .image {
    margin: 0 20px;
    display: inline-block;
    position: relative
}

@media only screen and (max-width: 480px) {
    .last-chance--slider .line-first .image {
        margin:0 10px
    }
}

.last-chance--slider .line-first .image img {
    height: 630px;
    width: 630px
}

@media only screen and (max-width: 480px) {
    .last-chance--slider .line-first .image img {
        height:238px;
        width: auto;
        min-height: 238px
    }
}

.last-chance--newsletterContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 var(--gutter) 0;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 810px) {
    .last-chance--newsletterContainer {
        grid-template-columns:1fr;
        padding: 120px var(--gutter) 60px
    }
}

@media only screen and (max-width: 480px) {
    .last-chance--newsletterContainer {
        padding:40px var(--gutter) 40px
    }
}

.last-chance .last-chance--newsletter {
    padding-top: 10vh;
    position: sticky;
    top: 0
}

.last-chance .last-chance--newsletter .title {
    margin-bottom: 160px
}

.last-chance .last-chance--newsletter form {
    border-bottom: 1px solid #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    padding-bottom: 30px
}

.last-chance .last-chance--newsletter form fieldset label {
    color: #fff;
    right: 0;
    width: 100%
}

@media only screen and (max-width: 480px) {
    .last-chance .last-chance--newsletter {
        padding-top:0
    }

    .last-chance .last-chance--newsletter .title {
        margin-bottom: 40px
    }

    .last-chance .last-chance--newsletter form {
        border-bottom: 0;
        grid-template-columns: 1fr;
        padding-bottom: 30px
    }

    .last-chance .last-chance--newsletter form fieldset {
        border-bottom: 1px solid #fff
    }

    .last-chance .last-chance--newsletter form fieldset label {
        color: #fff
    }
}

.last-chance--productsGrid {
    display: flex;
    position: relative;
    row-gap: 60px;
    z-index: 1
}

.last-chance--productsGrid .o-productItem__price.--discount span: not(.discount) {
    color:#00f
}

@media only screen and (max-width: 480px) {
    .last-chance--productsGrid {
        row-gap:20px
    }
}

@keyframes bannermove {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%)
    }
}

.product__details {
    position: relative;
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 1fr;
    column-gap: 90px;
    padding: 120px var(--gutter)
}

@media only screen and (max-width: 810px) {
    .product__details {
        overflow:hidden;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 60px var(--gutter)
    }
}

.product__details .c-accordion:first-child {
    border-top: 1px solid #000
}

.product__infos {
    opacity: 0;
    transform: translateY(40px) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.4,0,0,1),transform 1.2s cubic-bezier(.4,0,0,1)
}

.product__infos.is-active {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.product__extras {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 30px 0;
    color: #0006
}

.product__extras a {
    margin-left: -10px
}

.product .c-productHero__title .o-title-link {
    color: red
}

.reveal {
    --initDelay: 0s;
    display: inline-block;
    transform: translateY(100%) translateZ(0);
    transition: transform .8s cubic-bezier(.4,0,0,1) var(--initDelay)
}

.c-accordion {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #000
}

.c-accordion:after,.c-accordion:before {
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 14px;
    font-size: max(.97vw,14px)
}

@media only screen and (max-width: 810px) {
    .c-accordion:after,.c-accordion:before {
        font-size:max(3.73vw,14px)
    }
}

.c-accordion__toggle {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.is-no-touchevents .c-accordion__toggle:not(.is-disabled):hover .c-accordion__title,.is-no-touchevents .c-accordion__toggle:not(:disabled):hover .c-accordion__title {
    opacity: .5
}

.c-accordion__toggle .o-icon {
    width: 10px;
    height: 10px
}

.c-accordion__toggle svg {
    transform: scaleY(1) translateZ(0);
    transition: transform .3s cubic-bezier(.215,.61,.355,1)
}

.c-accordion__toggle svg path {
    stroke: currentColor
}

.c-accordion__title {
    width: 100%;
    padding: 20px 0;
    cursor: pointer
}

.c-accordion__content,.c-accordion__title {
    transition: opacity .3s cubic-bezier(.215,.61,.355,1)
}

.c-accordion__content {
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.c-accordion.is-open .c-accordion__toggle svg {
    transform: scaleY(-1) translateZ(0)
}

.c-accordion.is-open>.c-accordion__content {
    color: #0009;
    height: auto;
    opacity: 1;
    padding-bottom: 20px;
    visibility: visible
}

.c-accordion.is-open>.c-accordion__content strong {
    color: #000
}

.o-modal {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    z-index: 30
}

.is-dom-ready .o-modal {
    transition: visibility 0s linear .4s
}

.o-modal.is-active {
    visibility: visible;
    transition: visibility 0s linear 0s!important
}

.o-modal.is-active .o-modal__bg {
    opacity: .2;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94)
}

.o-modal__bg {
    position: absolute;
    background-color: #000;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.25,.46,.45,.94) .4s;
    cursor: pointer
}

.o-modal__bg,.o-overlay {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.o-overlay {
    position: fixed;
    visibility: hidden;
    z-index: 30
}

.is-dom-ready .o-overlay {
    transition: visibility 0s linear .4s
}

.o-overlay:not(.is-active) .c-accordion__content {
    visibility: hidden!important
}

.o-overlay.is-active {
    visibility: visible;
    transition: visibility 0s linear 0s!important
}

.o-overlay.is-active .o-overlay__bg {
    opacity: .2;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94)
}

.o-overlay__bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.25,.46,.45,.94) .4s;
    cursor: pointer
}

.o-overlay__close {
    position: relative
}

.o-overlay__close svg {
    transform: scale(1) translateZ(0);
    transition: transform .3s cubic-bezier(.215,.61,.355,1)
}

.is-no-touchevents .o-overlay__close:not(.is-disabled):hover svg,.is-no-touchevents .o-overlay__close:not(:disabled):hover svg,.o-overlay__close:not(.is-disabled):focus svg,.o-overlay__close:not(:disabled):focus svg {
    transform: scale(1.1) translateZ(0)
}

.c-cartOverlay {
    color: #000
}

.c-cartOverlay__loader {
    opacity: 0
}

.c-cartOverlay__loader.is-animate {
    opacity: 1;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94)
}

.c-cartOverlay__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    transform: translate3d(100%,0,0)
}

@media only screen and (max-width: 1023px) {
    .c-cartOverlay__panel {
        width:100%
    }
}

.is-dom-ready .c-cartOverlay__panel {
    transition: transform .3s cubic-bezier(.55,.085,.68,.53)
}

.c-cartOverlay__panel.is-active {
    transform: translateZ(0);
    transition: transform .3s cubic-bezier(.25,.46,.45,.94) .3s
}

.c-cartOverlay__header {
    flex: 0 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding: 0 30px;
    background-color: #fff;
    border-bottom: 1px solid #000
}

@media only screen and (max-width: 810px) {
    .c-cartOverlay__header {
        height:70px;
        padding: 0 15px
    }
}

.c-cartOverlay__close {
    background: none;
    padding: 20px;
    right: -20px
}

.c-cartOverlay__close .o-icon {
    display: block;
    width: 15px;
    height: 15px
}

.c-cartOverlay__close .o-icon svg path {
    fill: #000
}

.c-cartOverlay__checkout {
    margin: 0 30px 30px
}

@media only screen and (max-width: 810px) {
    .c-cartOverlay__checkout {
        margin:0 15px 15px
    }
}

.c-footer__inner {
    position: relative;
    background-color: #000;
    padding: 60px;
    padding-bottom: 0!important;
    color: #fff
}

@media only screen and (max-width: 1024px) {
    .c-footer__inner {
        padding:40px
    }
}

@media only screen and (max-width: 480px) {
    .c-footer__inner {
        padding:80px 20px 20px
    }
}

.c-footer__tagline {
    position: absolute;
    top: 60px;
    left: 60px
}

@media only screen and (max-width: 1024px) {
    .c-footer__tagline {
        top:40px;
        left: 40px
    }
}

@media only screen and (max-width: 480px) {
    .c-footer__tagline {
        left:20px
    }
}

.c-footer__images {
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 0;
    width: 16.66vw
}

@media only screen and (max-width: 810px) {
    .c-footer__images {
        position:relative;
        top: auto;
        right: auto;
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2,1fr);
        column-gap: 20px;
        flex: 0 0 100%;
        margin-top: 20px
    }
}

.c-footer__images div {
    overflow: hidden;
    position: relative
}

.c-footer__images div:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.c-footer__images div>iframe,.c-footer__images div>img,.c-footer__images div>picture,.c-footer__images div>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.c-footer__images div>img,.c-footer__images div>picture img,.c-footer__images div>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-footer__images div:first-child {
    margin-bottom: 60px
}

@media only screen and (max-width: 810px) {
    .c-footer__images div:first-child {
        margin-bottom:0
    }
}

.c-footer__title {
    max-width: 1500px;
    position: relative;
    display: flex;
    flex-flow: column;
    line-height: 1;
    z-index: 1;
    padding-right: min(25vw,280px)
}

@media only screen and (max-width: 810px) {
    .c-footer__title {
        padding-right:0;
        line-height: 1.175
    }
}

@media only screen and (max-width: 480px) {
    .c-footer__title {
        font-size:35px
    }
}

.c-footer__title span:first-child {
    text-align: right
}

.c-footer__wrapper {
    display: grid;
    grid-template-columns: 41vw 16.6vw;
    column-gap: 8.3vw;
    margin-top: 10vw
}

@media only screen and (max-width: 1024px) {
    .c-footer__wrapper {
        column-gap:60px;
        grid-template-columns: 35vw 20vw
    }
}

@media only screen and (max-width: 810px) {
    .c-footer__wrapper {
        grid-template-columns:60% 30%;
        column-gap: 10%
    }
}

@media only screen and (max-width: 480px) {
    .c-footer__wrapper {
        display:flex;
        flex-direction: column;
        margin-top: 40px
    }
}

.c-footer__newsletter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    padding-top: 60px;
    border-top: 1px solid #fff
}

@media only screen and (max-width: 1024px) {
    .c-footer__newsletter {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 30px
    }
}

.c-footer__newsletterInfos ul {
    margin-top: 10px;
    margin-left: -10px;
    display: flex
}

.c-footer__newsletterInfos ul a {
    display: inline-block;
    padding: 10px
}

.c-footer__newsletterInfos ul a:focus {
    outline: 4px solid #fff
}

.c-footer__newsletterInfos ul a:not(.is-disabled):focus svg,.c-footer__newsletterInfos ul a:not(:disabled):focus svg,.is-no-touchevents .c-footer__newsletterInfos ul a:not(.is-disabled):hover svg,.is-no-touchevents .c-footer__newsletterInfos ul a:not(:disabled):hover svg {
    transform: scale(1.1) translateZ(0)
}

.c-footer__newsletterInfos ul svg {
    fill: #fff;
    transform: scale(1) translateZ(0);
    transition: transform .3s cubic-bezier(.215,.61,.355,1)
}

.c-footer__form {
    position: relative;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width: 1024px) {
    .c-footer__form {
        margin-top:40px;
        width: 100%
    }
}

.c-footer__form fieldset {
    position: relative;
    border: none;
    align-self: stretch
}

@media only screen and (max-width: 1024px) {
    .c-footer__form fieldset {
        margin-bottom:10px
    }
}

.c-footer__form input[type=email] {
    background: none;
    padding: 15px;
    border: none;
    color: #fff;
    height: 100%;
    width: 100%;
    outline: none!important;
    border-radius: 5px
}

@media only screen and (max-width: 1024px) {
    .c-footer__form input[type=email] {
        margin-right:0
    }
}

.c-footer__form input[type=email]:placeholder-shown+label {
    opacity: 1
}

.js-focus-visible .c-footer__form input[type=email]:focus.focus-visible {
    box-shadow: 0 0 0 2px #fff
}

.c-footer__form .form-group {
    position: relative;
    margin-bottom: 10px
}

.c-footer__form .form-group .email-label {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #ffffff80;
    white-space: nowrap;
    transform: translateY(-50%) translateZ(0);
    opacity: 0;
    transition: opacity .6s cubic-bezier(.37,.31,0,1)
}

.c-footer__form .checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1em
}

.c-footer__form .checkbox-input {
    display: none
}

.c-footer__form .checkbox-input:checked+.checkbox-label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 3px;
    margin-right: .5em;
    background-color: #fff
}

.c-footer__form .checkbox-label {
    position: relative;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    margin-top: 1em;
    line-height: 1.5;
    -webkit-user-select: none;
    user-select: none
}

.c-footer__form .checkbox-label a {
    text-decoration: underline
}

.c-footer__form .checkbox-label:before {
    content: "";
    display: inline-block;
    min-width: 16px;
    height: 16px;
    margin-top: .3em;
    border: 2px solid #ddd;
    border-radius: 3px;
    margin-right: .5em;
    background-color: transparent;
    transition: border-color .3s cubic-bezier(.37,.31,0,1),background-color .3s
}

.c-footer__form button:focus {
    outline: 4px solid #fff
}

.c-footer__extras {
    padding-top: 60px;
    border-top: 1px solid #fff
}

@media only screen and (max-width: 1024px) {
    .c-footer__extras {
        padding-top:30px
    }
}

@media only screen and (max-width: 480px) {
    .c-footer__extras {
        border-top:none
    }
}

.c-footer__extras li {
    list-style: none;
    margin-left: -10px
}

.c-footer__extras li a {
    --color: #fff
}

.c-footer__extras li a:focus {
    outline: 4px solid #fff
}

.c-footer__submenu {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin-top: 120px;
    padding-bottom: 10px
}

@media only screen and (max-width: 480px) {
    .c-footer__submenu {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0
    }
}

.c-footer__submenu.c-footer__short {
    margin-top: 0
}

.c-footer__switches {
    display: flex;
    align-items: center;
    margin-left: -10px
}

@media only screen and (max-width: 480px) {
    .c-footer__switches {
        margin-top:20px;
        margin-bottom: 20px
    }
}

.c-footer__switches .o-select select {
    line-height: 1.25;
    color: #fff;
    padding: 10px 30px 10px 10px
}

.c-footer__switches .o-select select:focus {
    outline: 4px solid #fff
}

.c-footer__switches .o-select select option {
    color: #000;
    background-color: #fff
}

.c-footer__switches .o-select .o-icon {
    right: 10px
}

.c-footer__switches .o-select .o-icon svg {
    stroke: #fff
}

.c-footer .c-country-selector {
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 14px;
    margin-right: 5px;
    background: none;
    color: currentColor;
    --color: #fff
}

.c-footer .c-country-selector:before {
    display: none
}

.c-footer .c-country-selector:focus {
    outline: 4px solid #fff
}

.c-footer__links {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 480px) {
    .c-footer__links {
        display:grid;
        width: 100%;
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
        margin-left: -10px
    }
}

.c-footer__links a {
    position: relative;
    display: inline-block;
    color: #ffffff80;
    --color: #fff;
    transition: color .6s cubic-bezier(.37,.31,0,1)
}

.c-footer__links a:not(.is-disabled):focus,.c-footer__links a:not(:disabled):focus,.is-no-touchevents .c-footer__links a:not(.is-disabled):hover,.is-no-touchevents .c-footer__links a:not(:disabled):hover {
    color: #fff
}

@media only screen and (max-width: 480px) {
    .c-footer__links a {
        padding:15px 10px
    }
}

.c-footer__links a:focus {
    outline: 4px solid #fff
}

.c-footer__copyright {
    margin-left: auto;
    color: #ffffff80
}

@media only screen and (max-width: 480px) {
    .c-footer__copyright {
        margin-left:0;
        margin-top: 20px
    }
}

body[data-page=lastchance] .c-footer__images,body[data-page=lastchance] .c-footer__tagline,body[data-page=lastchance] .c-footer__title,body[data-page=lastchance] .c-footer__wrapper {
    display: none
}

.c-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: var(--gutter);
    pointer-events: none;
    color: var(--color-back);
    transition: color .6s cubic-bezier(.37,.31,0,1);
    --color-back: #000;
    --color-front: #fff
}

.c-header.is-header-inverted,.c-header.is-inverted {
    --color-back: #fff;
    --color-front: #000
}

.c-header.is-header-inverted a:focus,.c-header.is-header-inverted button:focus,.c-header.is-header-inverted select:focus,.c-header.is-inverted a:focus,.c-header.is-inverted button:focus,.c-header.is-inverted select:focus {
    outline: 4px solid #fff
}

@media only screen and (max-width: 1023px) {
    .c-header {
        display:flex
    }
}

.c-header .anim {
    display: inline-block;
    opacity: 0;
    transform: translateY(-20px) translateZ(0)
}

.is-dom-ready .c-header .anim {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity 1s cubic-bezier(.4,0,0,1) .6s,transform 1s cubic-bezier(.4,0,0,1) .6s
}

.c-header a,.c-header button,.c-header form {
    pointer-events: all
}

.c-header__logo {
    width: 100px;
    height: 40px
}

.c-header__logo svg {
    fill: var(--color-back);
    pointer-events: none
}

.c-header__nav {
    display: flex
}

@media only screen and (max-width: 1023px) {
    .c-header__nav {
        display:none
    }
}

.c-header__navItem {
    list-style: none;
    margin: 0 10px
}

.c-header__navLink {
    position: relative;
    padding: 10px
}

.c-header__navLink:after {
    content: attr(data-text);
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: 700;
    opacity: 0;
    letter-spacing: -.05em;
    line-height: .88
}

.c-header__navLink:after,.c-header__navLink span {
    transition: opacity .3s cubic-bezier(.215,.61,.355,1)
}

.c-header__navLink span {
    opacity: 1;
    pointer-events: none
}

.c-header__navLink.is-active span {
    opacity: 0
}

.c-header__navLink.is-active:after {
    opacity: 1
}

.c-header__lang {
    position: relative;
    padding: 10px
}

.c-header__extras {
    display: flex;
    align-items: center;
    margin-left: auto
}

@media only screen and (max-width: 1023px) {
    .c-header__currency,.c-header__lang {
        display:none!important
    }
}

.c-header__currency select {
    font-size: max(18px,1.25vw);
    color: currentColor;
    padding: 10px 30px 10px 10px
}

.c-header__currency .o-icon {
    right: 10px
}

.c-header__currency .o-icon svg {
    stroke: currentColor
}

.c-header__cartBtn {
    display: flex!important;
    align-items: center;
    background: none;
    padding: 10px;
    color: currentColor
}

[data-page=cart] .c-header__cartBtn {
    display: none!important
}

.c-header__cartBtn-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max(20px,1.39vw);
    height: max(20px,1.39vw);
    font-size: max(10px,.695vw);
    margin-left: 10px;
    border-radius: 50%;
    background-color: var(--color-back);
    color: var(--color-front)
}

.c-header__burgerBtn {
    background: none;
    padding: 10px
}

.c-header__burgerBtn .o-icon {
    height: 15px
}

.c-header__burgerBtn svg {
    fill: var(--color-back)
}

@media only screen and (min-width: 1023px) {
    .c-header__burgerBtn {
        display:none!important
    }
}

.c-header__submenu {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s cubic-bezier(.215,.61,.355,1),max-height .4s cubic-bezier(.37,.31,0,1)
}

@media only screen and (max-width: 1023px) {
    .c-header__submenu {
        display:none;
        visibility: hidden
    }
}

.c-header__submenu.--reveal {
    pointer-events: auto;
    opacity: 1;
    transition-duration: .6s,.4s
}

.c-header__submenu a:focus {
    outline-color: currentColor!important
}

.c-header__submenu__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: var(--gutter);
    padding-top: calc(var(--gutter)*2.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s,visibility 0s linear .6s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.c-header__submenu__item.--active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.c-header__submenu__item-inner {
    display: flex;
    column-gap: 30px
}

.c-header__submenu__link {
    flex: 1;
    max-width: 29.16667vw;
    transform: translateZ(0);
    transition: transform .8s cubic-bezier(.215,.61,.355,1);
    transition-delay: calc(var(--index)*.05s)
}

.c-header__submenu__link-wrapper {
    display: flex;
    flex-direction: column
}

.is-no-touchevents .c-header__submenu__link-wrapper:not(.is-disabled):hover .c-header__submenu__title .o-icon:before,.is-no-touchevents .c-header__submenu__link-wrapper:not(:disabled):hover .c-header__submenu__title .o-icon:before {
    transform: scale(1) translateZ(0);
    transition-duration: .7s;
    transition-delay: .05s
}

.is-no-touchevents .c-header__submenu__link-wrapper:not(.is-disabled):hover .c-header__submenu__title .o-icon svg,.is-no-touchevents .c-header__submenu__link-wrapper:not(:disabled):hover .c-header__submenu__title .o-icon svg {
    color: #000;
    transition-duration: .7s;
    transition-delay: .05s
}

.is-no-touchevents .c-header__submenu__link-wrapper:not(.is-disabled):hover img,.is-no-touchevents .c-header__submenu__link-wrapper:not(:disabled):hover img {
    transform: scale(1.2) translateZ(0);
    transition-duration: 1.2s;
    transition-delay: .05s
}

.js-submenu:not(.--reveal) .c-header__submenu__link {
    transform: translate3d(0,-40px,0);
    transition-duration: .5s;
    transition-delay: 0s
}

.c-header__submenu__title {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c-header__submenu__title .o-icon {
    flex: 0 0 auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff26;
    border-radius: 50%;
    overflow: hidden
}

.c-header__submenu__title .o-icon:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(0);
    transform-origin: center;
    transition: transform .5s cubic-bezier(.4,0,0,1)
}

.c-header__submenu__title .o-icon svg {
    width: 12px;
    transition: color .5s cubic-bezier(.4,0,0,1)
}

.c-header__submenu__img {
    order: -1;
    aspect-ratio: 420/320;
    overflow: hidden;
    background-color: #ffffff26
}

[data-length="4"] .c-header__submenu__img {
    aspect-ratio: 308/360
}

.c-header__submenu__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.4,0,0,1)
}

.c-intlOverlay {
    z-index: 40;
    line-height: 1.4
}

.is-dom-ready .c-intlOverlay {
    transition-delay: .8s
}

.c-intlOverlay__close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 20px;
    background: none
}

.c-intlOverlay__close .o-icon {
    display: block;
    width: 15px;
    height: 15px
}

.c-intlOverlay__close .o-icon svg path {
    fill: #000
}

.c-intlOverlay__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    overflow-x: hidden;
    padding: max(120px,8.33333vw) max(60px,4.16667vw) max(60px,4.16667vw);
    background-color: #fff;
    transform: translate3d(100%,0,0)
}

@media only screen and (max-width: 1023px) {
    .c-intlOverlay__panel {
        width:100%
    }
}

@media only screen and (max-width: 810px) {
    .c-intlOverlay__panel {
        padding:80px 20px 40px
    }
}

.is-dom-ready .c-intlOverlay__panel {
    transition: transform .3s cubic-bezier(.55,.085,.68,.53) .25s
}

.c-intlOverlay__title {
    overflow: hidden;
    text-transform: uppercase
}

.c-intlOverlay__title .reveal {
    opacity: 0;
    transition: opacity .3s cubic-bezier(.4,0,0,1),transform 0s;
    transition-delay: 0s,.3s
}

.c-intlOverlay__region {
    padding-top: 60px
}

@media only screen and (max-width: 810px) {
    .c-intlOverlay__region {
        padding-top:40px
    }
}

.c-intlOverlay__region__title {
    position: relative;
    padding-bottom: 30px
}

.c-intlOverlay__region__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid;
    transform: scaleX(0) translateZ(0);
    transform-origin: left;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.4,0,0,1),transform 0s;
    transition-delay: 0s,.3s
}

.c-intlOverlay__region__title .wrap {
    display: block;
    overflow: hidden
}

.c-intlOverlay__region__title .reveal {
    opacity: 0;
    transition: opacity .3s cubic-bezier(.4,0,0,1),transform 0s;
    transition-delay: 0s,.3s
}

@media only screen and (max-width: 810px) {
    .c-intlOverlay__region__title {
        padding-bottom:20px
    }
}

.c-intlOverlay__countriesList {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: max(60px,4.16667vw);
    row-gap: 30px;
    padding-top: 30px
}

@media only screen and (max-width: 810px) {
    .c-intlOverlay__countriesList {
        grid-template-columns:repeat(2,minmax(0,1fr));
        column-gap: 30px
    }
}

.c-intlOverlay__country {
    opacity: 0;
    transform: translateY(40px) translateZ(0);
    transition: opacity .3s cubic-bezier(.4,0,0,1),transform .5s cubic-bezier(.4,0,0,1)
}

.c-intlOverlay__country__languages {
    display: flex;
    column-gap: 10px
}

.c-intlOverlay__country__lang {
    text-decoration: underline
}

.c-intlOverlay__country__lang[aria-current] {
    font-weight: 700;
    pointer-events: none
}

.c-intlOverlay.is-active .c-intlOverlay__panel {
    transform: translateZ(0);
    transition: transform .5s cubic-bezier(.25,.46,.45,.94) .3s
}

.c-intlOverlay.is-active .c-intlOverlay__title .reveal {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: transform .8s cubic-bezier(.4,0,0,1) var(--initDelay)
}

.c-intlOverlay.is-active .c-intlOverlay__region__title:after {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
    transition: transform 1s cubic-bezier(.4,0,0,1);
    transition-delay: calc(var(--initDelay) + .1s)
}

.c-intlOverlay.is-active .c-intlOverlay__region__title .reveal {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: transform .8s cubic-bezier(.4,0,0,1) var(--initDelay)
}

.c-intlOverlay.is-active .c-intlOverlay__country {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .05s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(2n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .1s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(3n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .15s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(4n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .2s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(5n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .25s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(6n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .3s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(7n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .35s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(8n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .4s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(9n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .45s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(10n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .5s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(11n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .55s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(12n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .6s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(13n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .65s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(14n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .7s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(15n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .75s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(16n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .8s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(17n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .85s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(18n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .9s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(19n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + .95s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(20n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + 1s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(21n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + 1.05s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(22n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + 1.1s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(23n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + 1.15s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(24n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + 1.2s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(25n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + 1.25s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(26n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + 1.3s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(27n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + 1.35s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(28n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + 1.4s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(29n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + 1.45s)
}

.c-intlOverlay.is-active .c-intlOverlay__country:nth-child(30n) {
    transition-duration: .4s,.7s;
    transition-delay: calc(var(--initDelay) + 1.5s)
}

.c-country-selector {
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 14px;
    background: none;
    color: currentColor
}

.c-country-selector:focus {
    outline: 4px solid #fff
}

.c-country-selector .bold {
    font-weight: 700;
    text-decoration: underline
}

.c-country-selector__sep {
    border-left: 1px solid;
    height: 15px;
    width: 0
}

.c-menuOverlay {
    color: #000
}

.is-dom-ready .c-menuOverlay {
    transition: visibility 0s linear .6s
}

.c-menuOverlay.is-active .c-menuOverlay__panel {
    transform: translateZ(0);
    transition: transform .6s cubic-bezier(.37,.31,0,1)
}

.c-menuOverlay.is-active .anim {
    transform: translateY(0) translateZ(0);
    transition: transform .6s cubic-bezier(.37,.31,0,1) calc(.6s + var(--delay))
}

.c-menuOverlay .anim {
    transform: translateY(110%) translateZ(0);
    transition: transform .6s cubic-bezier(.215,.61,.355,1)
}

.c-menuOverlay__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    padding: 20px
}

.c-menuOverlay__close .o-icon {
    display: block;
    width: 15px;
    height: 15px
}

.c-menuOverlay__close .o-icon svg path {
    fill: #000
}

.c-menuOverlay__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    transform: translate3d(100%,0,0)
}

@media only screen and (max-width: 1023px) {
    .c-menuOverlay__panel {
        width:100%
    }
}

.is-dom-ready .c-menuOverlay__panel {
    transition: transform .3s cubic-bezier(.55,.085,.68,.53) .3s
}

.c-menuOverlay__wrapper {
    flex-grow: 1;
    padding-top: 60px
}

.c-menuOverlay__nav,.c-menuOverlay__wrapper {
    display: flex;
    flex-direction: column
}

.c-menuOverlay__navItem {
    display: inline-block;
    overflow: hidden
}

.c-menuOverlay__navLink {
    display: inline-block;
    padding: 10px 0
}

.c-menuOverlay__navLink.is-active {
    font-weight: 700;
    line-height: .9
}

.c-menuOverlay__extras {
    display: flex;
    margin-top: auto
}

.c-menuOverlay__extrasItem {
    display: inline-block;
    overflow: hidden
}

.c-menuOverlay__extrasLink {
    display: inline-block;
    padding: 10px 0
}

.c-menuOverlay__submenu {
    --max-height: 0;
    overflow: hidden;
    visibility: hidden;
    max-height: 0;
    transition: max-height .5s cubic-bezier(.215,.61,.355,1),visibility 0s;
    transition-delay: 0s,.5s
}

.is-open .c-menuOverlay__submenu {
    max-height: var(--max-height);
    visibility: visible;
    transition-delay: 0s
}

.c-menuOverlay__submenu li {
    margin-top: 10px;
    line-height: 1.5
}

.c-menuOverlay__submenu li:last-child {
    margin-bottom: 20px
}

.c-menuOverlay:not(.is-active) .c-menuOverlay__submenu {
    transition-duration: 0s
}

.c-cartContent {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden
}

.c-cartContent__inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.c-cartContent__total {
    flex: 0 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
    border-top: 1px solid #000;
    font-size: 16px;
    letter-spacing: -.02em
}

@media only screen and (max-width: 810px) {
    .c-cartContent__total {
        padding:20px 15px
    }
}

.c-cartContent__total span:first-child {
    flex: 0 0 50%;
    width: 50%
}

@media only screen and (max-width: 810px) {
    .c-cartContent__total span:first-child {
        flex:0 0 60%;
        width: 60%
    }
}

.c-cartContent__total span:last-child {
    font-weight: 700
}

.c-lineItem {
    display: grid;
    grid-template-columns: 14.58333vw auto max-content;
    align-items: center;
    column-gap: 30px;
    padding: 30px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    letter-spacing: -.02em
}

@media only screen and (max-width: 480px) {
    .c-lineItem {
        font-size:14px
    }
}

@media only screen and (max-width: 810px) {
    .c-lineItem {
        flex-flow:column nowrap;
        column-gap: 15px;
        padding: 15px
    }
}

.c-lineItem__part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%
}

.c-lineItem__part--middle .c-quantityInput {
    margin-top: 10px
}

@media only screen and (min-width: 481px) {
    .c-lineItem__part--middle .c-quantityInput {
        position:relative;
        top: 10px;
        margin-top: 0;
        margin-left: -10px
    }
}

.c-lineItem__part--right {
    margin-left: auto;
    align-items: flex-end
}

.c-lineItem__thumbnail {
    display: inline-block;
    height: 14.58333vw;
    width: 14.58333vw;
    flex: 0 0 14.58333vw;
    background-color: #f6f6f6
}

.c-lineItem__thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.c-lineItem__variants {
    line-height: 1.3;
    color: #00000080
}

.c-lineItem__title {
    margin-bottom: 5px;
    font-weight: 700
}

.c-lineItem__remove {
    position: relative;
    line-height: 30px;
    color: #00000080;
    transition: color .6s cubic-bezier(.37,.31,0,1);
    text-decoration: underline;
    text-underline-offset: 2px
}

.c-lineItem__remove:not(.is-disabled):focus,.c-lineItem__remove:not(:disabled):focus,.is-no-touchevents .c-lineItem__remove:not(.is-disabled):hover,.is-no-touchevents .c-lineItem__remove:not(:disabled):hover {
    color: #000
}

.c-linesBlock {
    display: flex;
    flex-flow: column;
    line-height: 1;
    --initDelay: .4s
}

.is-fr .c-linesBlock {
    line-height: 1.17
}

.c-linesBlock.is-active .c-linesBlock__line span {
    transform: translateZ(0);
    transition: transform .8s cubic-bezier(.37,.31,0,1) calc(var(--initDelay) + var(--delay))
}

.c-linesBlock__line {
    display: flex;
    align-items: center;
    overflow: hidden
}

.c-linesBlock__line:first-child {
    --delay: 0s
}

.c-linesBlock__line:nth-child(2) {
    --delay: .15s
}

.c-linesBlock__line:nth-child(3) {
    --delay: .3s
}

.c-linesBlock__line span {
    display: inline-block;
    transform: translate3d(0,100%,0)
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000001a;
    z-index: 10;
    pointer-events: none;
    box-sizing: border-box;
    transition: opacity .3s ease
}

.app-consent-manager {
    --bg-color: #fff;
    --fg-color: #262626;
    --btn-min-height: 40px;
    --btn-padding: 4px 10px;
    --btn-radius: 0px;
    --prev-height: 30px;
    --prev-radius: 999px;
    --prev-width: 30px;
    --box-height: 26px;
    --box-padding: 3px;
    --box-radius: 999px;
    --box-width: 46px;
    --check-height: 20px;
    --check-radius: 20px;
    --check-scale: 1.4;
    --check-width: 20px;
    --modal-radius: 0px;
    --modal-width: 375px;
    --spacer: 20px;
    --z-index: 100
}

.app-consent-manager .consent-enter-active,.app-consent-manager .consent-leave-active {
    transition: opacity .3s cubic-bezier(.32,.94,.6,1),transform .3s cubic-bezier(.32,.94,.6,1)
}

.app-consent-manager .consent-enter,.app-consent-manager .consent-leave-to {
    opacity: 0;
    transform: translateY(var(--spacer))
}

.app-consent-manager a {
    text-decoration: underline
}

.app-consent-manager__simple {
    background-color: var(--bg-color);
    filter: drop-shadow(0 0 50px rgba(0,0,0,.15));
    border-radius: var(--modal-radius);
    bottom: var(--spacer);
    color: var(--fg-color);
    left: var(--spacer);
    max-width: var(--modal-width);
    opacity: 0;
    padding: var(--spacer);
    position: fixed;
    right: var(--spacer);
    transform: translateY(var(--spacer));
    z-index: var(--z-index);
    transition: all .3s cubic-bezier(.32,.94,.6,1)
}

@media only screen and (max-width: 498px) {
    .app-consent-manager__simple {
        width:100%;
        max-width: 100%;
        left: 0;
        bottom: 0
    }
}

.app-consent-manager__simple.--visible {
    opacity: 1;
    transform: none
}

.app-consent-manager__simple.--hidden {
    visibility: hidden
}

.app-consent-manager__thorough {
    background-color: var(--bg-color);
    border-radius: var(--modal-radius);
    bottom: var(--spacer);
    color: var(--fg-color);
    left: var(--spacer);
    max-width: var(--modal-width);
    opacity: 0;
    padding: var(--spacer);
    pointer-events: none;
    position: fixed;
    right: var(--spacer);
    transform: translateY(var(--spacer));
    z-index: var(--z-index);
    visibility: hidden;
    transition: all .3s cubic-bezier(.32,.94,.6,1)
}

@media only screen and (max-width: 498px) {
    .app-consent-manager__thorough {
        width:100%;
        max-width: 100%;
        left: 0;
        bottom: 0
    }
}

.app-consent-manager__thorough.--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none
}

.app-consent-manager__backIconContainer {
    display: inline-block;
    cursor: pointer;
    margin-bottom: calc(var(--spacer)*.5)
}

.app-consent-manager__backIconWrapper {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: calc(var(--spacer)*.5)
}

.app-consent-manager__backText {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px
}

.app-consent-manager__back {
    align-items: center;
    display: flex;
    justify-content: center;
    background: none;
    transition: background-color .3s cubic-bezier(.32,.94,.6,1)
}

.app-consent-manager__back path {
    fill: var(--fg-color)
}

.app-consent-manager__backIcon {
    font-size: 20px;
    width: 40px;
    line-height: 20px;
    transition: color .3s cubic-bezier(.32,.94,.6,1)
}

.app-consent-manager__backIcon path {
    fill: var(--bg-color)
}

.app-consent-manager__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: calc(var(--spacer)*.25)
}

.app-consent-manager__text {
    font-size: 14px;
    line-height: 20px
}

.app-consent-manager__text a {
    font-weight: 700
}

.app-consent-manager__thorough .app-consent-manager__text {
    margin-top: var(--spacer)
}

.app-consent-manager__cookieList {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacer)*.5);
    margin-top: calc(var(--spacer))
}

.app-consent-manager__activeText {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

.app-consent-manager__cookieInner {
    height: var(--box-height);
    position: relative;
    width: var(--box-width);
    transition: all .4s cubic-bezier(.32,.94,.6,1)
}

.app-consent-manager__cookieInner:hover .app-consent-manager__cookieCheck {
    opacity: 1
}

.app-consent-manager__cookieItem {
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: calc(var(--spacer)*.75)
}

.app-consent-manager__cookieItem:hover .app-consent-manager__cookieCheck {
    opacity: 1
}

.app-consent-manager .app-consent-manager__cookieCheck svg {
    height: var(--check-width);
    width: var(--check-width)
}

.app-consent-manager__cookieInput {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    height: var(--box-height);
    position: absolute;
    width: var(--box-width)
}

.app-consent-manager__cookieInput:checked+.app-consent-manager__cookieCheck {
    opacity: 1
}

.app-consent-manager__cookieInput:checked+.app-consent-manager__cookieCheck svg {
    opacity: 1;
    visibility: visible
}

.app-consent-manager__cookieInput:checked+.app-consent-manager__cookieCheck svg path {
    stroke: var(--fg-color)
}

.app-consent-manager__cookieInput:checked+.app-consent-manager__cookieCheck:before {
    background-color: var(--fg-color)
}

.app-consent-manager__cookieInput:checked+.app-consent-manager__cookieCheck:after {
    background-color: var(--bg-color);
    transform: translate(100%) translateY(-50%)
}

.app-consent-manager__cookieInput:disabled+.app-consent-manager__cookieCheck {
    cursor: not-allowed
}

.app-consent-manager__cookieInput:focus-visible+.app-consent-manager__cookieCheck:before {
    box-shadow: inset 0 0 0 2px var(--fg-color)
}

.app-consent-manager__cookieInput:focus-visible:checked+.app-consent-manager__cookieCheck:before {
    box-shadow: inset 0 0 0 2px var(--bg-color)
}

.app-consent-manager__cookieCheck {
    opacity: .3;
    transition: all .4s cubic-bezier(.32,.94,.6,1);
    pointer-events: none
}

.app-consent-manager__cookieCheck svg {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    right: var(--box-padding);
    transform: translateY(-50%);
    z-index: 10
}

.app-consent-manager__cookieCheck svg path {
    stroke: var(--bg-color);
    transition: stroke .4s cubic-bezier(.32,.94,.6,1)
}

.app-consent-manager__cookieCheck:before {
    box-sizing: border-box;
    background-color: var(--bg-color);
    border: 1px solid var(--fg-color);
    border-radius: var(--box-radius);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all .4s cubic-bezier(.32,.94,.6,1)
}

.app-consent-manager__cookieCheck:after {
    background-color: var(--fg-color);
    border-radius: var(--check-radius);
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: var(--check-height);
    left: var(--box-padding);
    position: absolute;
    width: var(--check-width);
    transition: all .4s cubic-bezier(.32,.94,.6,1)
}

.app-consent-manager__cookieLabel {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.app-consent-manager__buttonList {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacer)*.25);
    justify-content: flex-end;
    margin-top: calc(var(--spacer)*3)
}

.app-consent-manager__buttonListModal {
    margin-top: var(--spacer)
}

.app-consent-manager__buttonWrapper {
    display: flex;
    margin-top: calc(var(--spacer));
    flex-direction: column;
    flex-grow: 1;
    gap: calc(var(--spacer)*.5);
    justify-content: space-between;
    width: 100%;
    position: relative
}

.app-consent-manager__buttonItem {
    width: 100%;
    display: block;
    border: 1px solid var(--fg-color);
    border-radius: var(--btn-radius);
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: red;
    min-height: var(--btn-min-height);
    padding-top: var(--btn-padding);
    padding-bottom: var(--btn-padding);
    font-weight: 600;
    background-color: var(--bg-color);
    color: var(--fg-color);
    transition: all .4s cubic-bezier(.32,.94,.6,1)
}

.app-consent-manager__buttonItem:hover {
    background-color: var(--fg-color);
    color: var(--bg-color)
}

.app-consent-manager__buttonItem:hover .app-consent-manager__manageIcon path {
    fill: var(--fg-color)
}

@media only screen and (max-width: 498px) {
    .app-consent-manager__buttonItem {
        flex:auto
    }
}

.app-consent-manager__buttonItem--primary {
    text-align: center
}

.app-consent-manager__buttonItem--icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-uiProductShowcase {
    margin: 16vw 0;
    padding: 0 var(--gutter)
}

@media only screen and (max-width: 810px) {
    .c-uiProductShowcase {
        margin:60px 0
    }
}

.c-productShowcase {
    position: relative
}

.c-productShowcase.is-active .c-productShowcase__image img,.c-productShowcase.is-active .c-productShowcase__text {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.c-productShowcase__image {
    overflow: hidden;
    position: relative
}

.c-productShowcase__image:before {
    content: "";
    display: block;
    padding-top: 43.05556%;
    width: 100%
}

.c-productShowcase__image>iframe,.c-productShowcase__image>img,.c-productShowcase__image>picture,.c-productShowcase__image>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.c-productShowcase__image>img,.c-productShowcase__image>picture img,.c-productShowcase__image>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-productShowcase__image img {
    object-fit: contain;
    opacity: 0;
    transform: translateY(20%) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.4,0,0,1),transform 1.2s cubic-bezier(.4,0,0,1)
}

.c-productShowcase p {
    position: absolute;
    top: 0;
    left: 0;
    width: 20vw;
    color: #0009;
    opacity: 0;
    transform: translateY(40px) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.4,0,0,1) .3s,transform 1.2s cubic-bezier(.4,0,0,1) .3s
}

@media only screen and (max-width: 810px) {
    .c-productShowcase p {
        position:relative;
        width: 100%;
        margin-top: 20px
    }
}

.c-productBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 5;
    display: flex;
    align-items: center;
    padding: 0 15px 0 45px;
    background-color: #fff;
    border-top: 1px solid #eee;
    transform: translateY(100%) translateZ(0);
    transition: transform .6s cubic-bezier(.37,.31,0,1)
}

@media only screen and (min-width: 811px) {
    .c-productBar.is-active {
        transform:translateY(0) translateZ(0)
    }
}

@media only screen and (max-width: 810px) {
    .c-productBar {
        flex-direction:column;
        padding: 15px var(--gutter);
        height: auto
    }

    [data-scroll-direction=up] .c-productBar.is-active {
        transform: translateY(0) translateZ(0)
    }
}

.c-productBar__infos {
    display: flex;
    align-items: center
}

@media only screen and (max-width: 810px) {
    .c-productBar__infos {
        display:none
    }
}

.c-productBar__title {
    display: flex;
    align-items: baseline;
    column-gap: 15px;
    margin-right: 30px
}

.c-productBar__title .color {
    font-weight: 400
}

.c-productBar__price {
    display: flex
}

.c-productBar__price .discount {
    margin-right: 15px;
    font-weight: 400;
    text-decoration: line-through
}

.c-productBar__details {
    display: flex;
    align-items: stretch;
    margin-left: auto
}

@media only screen and (max-width: 810px) {
    .c-productBar__details {
        display:grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 15px;
        margin-left: 0;
        width: 100%
    }
}

.c-productBar__variant {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    border-right: 1px solid #eee
}

@media only screen and (max-width: 810px) {
    .c-productBar__variant {
        flex-direction:column;
        align-items: flex-start;
        padding: 0;
        margin-bottom: 15px;
        border-right: none
    }
}

.c-productBar__variant .o-wysiwyg blockquote p+p,.c-productBar__variant .shopify-policy__container .shopify-policy__body blockquote p+p,.c-productBar__variant p.o-caption,.c-productBar__variant p.o-tag,.o-wysiwyg blockquote .c-productBar__variant p+p,.shopify-policy__container .shopify-policy__body blockquote .c-productBar__variant p+p {
    margin-right: 20px;
    color: #0006
}

@media only screen and (max-width: 1024px) {
    .c-productBar__variant .o-wysiwyg blockquote p+p,.c-productBar__variant .shopify-policy__container .shopify-policy__body blockquote p+p,.c-productBar__variant p.o-caption,.c-productBar__variant p.o-tag,.o-wysiwyg blockquote .c-productBar__variant p+p,.shopify-policy__container .shopify-policy__body blockquote .c-productBar__variant p+p {
        margin-right:0
    }
}

@media only screen and (max-width: 810px) {
    .c-productBar__variant .o-wysiwyg blockquote p+p,.c-productBar__variant .shopify-policy__container .shopify-policy__body blockquote p+p,.c-productBar__variant p.o-caption,.c-productBar__variant p.o-tag,.o-wysiwyg blockquote .c-productBar__variant p+p,.shopify-policy__container .shopify-policy__body blockquote .c-productBar__variant p+p {
        display:none
    }
}

@media only screen and (max-width: 810px) {
    .c-productBar__variant .o-select {
        width:100%;
        padding-right: 15px
    }
}

.c-productBar__variant option,.c-productBar__variant select {
    text-align: center
}

.c-productBar__variant select {
    padding: 10px 30px;
    text-transform: uppercase!important
}

@media only screen and (max-width: 1024px) {
    .c-productBar__variant select {
        padding-left:20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 810px) {
    .c-productBar__variant select {
        padding-left:0;
        padding-right: 30px;
        text-align-last: left
    }
}

.c-productBar__variant .o-icon {
    stroke: #000
}

.c-productBar__size .o-select {
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-end
}

.c-productBar__size .o-select select {
    width: 100%
}

.c-productBar__colorsList {
    display: flex
}

.c-productBar__color {
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 15px
}

@media only screen and (max-width: 810px) {
    .c-productBar__color {
        margin-right:15px;
        margin-left: 0
    }
}

.c-productBar__color input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.c-productBar__color input:checked:before {
    transform: scale(1.3) translateZ(0)
}

.c-productBar__color input:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #000;
    transform: scale(0) translateZ(0);
    transition: transform .6s cubic-bezier(.37,.31,0,1)
}

.c-productBar__color div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.c-productBar__color div img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.c-productBar__button {
    display: none;
    margin-left: 15px;
    font-weight: 700
}

@media only screen and (max-width: 810px) {
    .c-productBar__button {
        grid-column:1/3;
        margin-left: 0
    }
}

.c-productBar__button.is-active {
    display: block
}

.c-productBar__button .price {
    display: none
}

@media only screen and (max-width: 810px) {
    .c-productBar__button .price {
        display:inline
    }
}

.c-productBar__button.js-select-btn[disabled] {
    opacity: .4
}

.c-product-compare-products {
    position: relative
}

.c-product-compare-products__right-column .c-product-compare-products__btn-container,.c-product-compare-products__right-column img,.c-product-compare-products__right-column table {
    display: none
}

.c-product-compare-products__right-column .c-product-compare-products__btn-container.active,.c-product-compare-products__right-column img.active {
    display: block
}

.c-product-compare-products__right-column table.active {
    display: table
}

.c-product-compare-products__inner {
    position: relative;
    margin: 80px var(--gutter)
}

@media screen and (min-width: 1024px) {
    .c-product-compare-products__inner {
        margin:120px var(--gutter)
    }
}

.c-product-compare-products__title {
    margin-bottom: max(20px,2.08vw)
}

.c-product-compare-products__content {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-gap: clamp(10px,2vw,80px)
}

@media screen and (min-width: 1024px) {
    .c-product-compare-products__content {
        grid-gap:max(8.333vw,120px)
    }
}

.c-product-compare-products__img-position {
    margin-bottom: 30px
}

.c-product-compare-products__img-container {
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%
}

.c-product-compare-products__img-container:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.c-product-compare-products__img-container>iframe,.c-product-compare-products__img-container>img,.c-product-compare-products__img-container>picture,.c-product-compare-products__img-container>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.c-product-compare-products__img-container>img,.c-product-compare-products__img-container>picture img,.c-product-compare-products__img-container>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (min-width: 1024px) {
    .c-product-compare-products__img-container {
        overflow:hidden;
        position: relative
    }

    .c-product-compare-products__img-container:before {
        content: "";
        display: block;
        padding-top: 50%;
        width: 100%
    }

    .c-product-compare-products__img-container>iframe,.c-product-compare-products__img-container>img,.c-product-compare-products__img-container>picture,.c-product-compare-products__img-container>video {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%
    }

    .c-product-compare-products__img-container>img,.c-product-compare-products__img-container>picture img,.c-product-compare-products__img-container>video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.c-product-compare-products__img-container img {
    object-fit: contain
}

.c-product-compare-products__select-container {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.c-product-compare-products__select-container .o-select select {
    width: 100%;
    text-align-last: left;
    padding-top: 10px;
    padding-bottom: 12px
}

@media screen and (min-width: 1024px) {
    .c-product-compare-products__select-container .o-select select {
        padding-top:18px;
        padding-bottom: 18px
    }
}

.c-product-compare-products__select-container .o-select option {
    direction: ltr
}

table.c-product-compare-products__table {
    width: 100%
}

@media screen and (min-width: 1024px) {
    table.c-product-compare-products__table th {
        padding-right:50px
    }
}

tr.c-product-compare-products__row {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #0009
}

.c-product-compare-products .o-select tr.c-product-compare-products__row select,tr.c-product-compare-products__row .c-product-compare-products .o-select select,tr.c-product-compare-products__row .o-text--bold {
    color: #000
}

@media screen and (min-width: 1024px) {
    tr.c-product-compare-products__row {
        padding:18px 0;
        flex-direction: row
    }
}

tr.c-product-compare-products__row.-name {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

tr.c-product-compare-products__row th {
    text-align: left;
    flex-shrink: 0
}

tr.c-product-compare-products__row td {
    text-align: left
}

@media screen and (min-width: 1024px) {
    tr.c-product-compare-products__row td {
        text-align:right
    }
}

.c-product-compare-products__btn-container {
    margin-top: clamp(20px,2.08vw,30px)
}

.c-product-compare-products__btn {
    width: 100%
}

.c-product-highlight-products {
    position: relative
}

.c-product-highlight-products__inner {
    position: relative;
    margin: 80px var(--gutter)
}

@media screen and (min-width: 1024px) {
    .c-product-highlight-products__inner {
        margin:120px var(--gutter)
    }
}

.c-product-highlight-products__grid-item {
    margin-top: 40px;
    display: grid;
    grid-gap: 20px
}

@media screen and (min-width: 640px) {
    .c-product-highlight-products__grid-item {
        grid-template-columns:repeat(2,1fr);
        grid-gap: 30px
    }
}

@media screen and (min-width: 1024px) {
    .c-product-highlight-products__grid-item {
        grid-template-columns:repeat(3,1fr);
        grid-gap: 20px
    }
}

@media screen and (min-width: 1280px) {
    .c-product-highlight-products__grid-item {
        grid-gap:30px
    }
}

.c-product-highlight-products__item .o-productItem {
    display: block;
    height: 100%;
    width: 100%
}

.c-productGallery {
    position: relative;
    width: 100%;
    opacity: 0;
    transform: translateY(40px) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.4,0,0,1),transform 1.2s cubic-bezier(.4,0,0,1)
}

@media only screen and (min-width: 811px) {
    .c-productGallery {
        position:sticky;
        top: 20px
    }
}

.c-productGallery.is-active {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.c-productGallery__container {
    overflow: initial!important
}

@media only screen and (max-width: 810px) {
    .c-productGallery__container {
        background-color:#fff
    }

    .c-productGallery__container .swiper-wrapper {
        margin-left: -20px
    }

    .c-productGallery__container a {
        background-color: #fff;
        aspect-ratio: 1/1;
        overflow: hidden;
        padding-left: 20px;
    }

    .c-productGallery__container a:before {
        display: none
    }

    .c-productGallery__container a img {
        position: relative
    }
}

.c-productGallery__wrapper {
    max-height: none
}

@media only screen and (min-width: 811px) {
    .c-productGallery__wrapper {
        display:grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 4px;
        row-gap: 4px;
        padding: 4px;
        box-sizing: border-box
    }
}

.c-productGallery__item {
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-color: #eee;
      margin: 0 !important;
}

.c-productGallery__item:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.c-productGallery__item>iframe,.c-productGallery__item>img,.c-productGallery__item>picture,.c-productGallery__item>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.c-productGallery__item>img,.c-productGallery__item>picture img,.c-productGallery__item>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-productGallery__item img {
    pointer-events: none
}

.c-productGallery__cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    z-index: 1;
    pointer-events: none;
    transform: translate3d(var(--left),var(--top),0);
    transition: transform 1s cubic-bezier(.4,0,0,1)
}
@media only screen and (max-width: 810px) {
	.c-productGallery__cursor {
		display: none;
	}
}

.is-touchevents .c-productGallery__cursor {
    display: none
}

.c-productGallery__cursor.is-active {
    transition: none
}

.c-productGallery__cursor.is-active .inner {
    transform: scale(1.2) translateZ(0)
}

.c-productGallery__cursor .inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 50%;
    transform: scale(1) translateZ(0);
    transition: transform .8s cubic-bezier(.37,.31,0,1)
}

.c-productGallery__cursor .o-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.c-productGallery__cursor .o-icon svg path {
    fill: #000
}

@media only screen and (min-width: 811px) {
    .c-productGallery__pagination {
        display:none
    }
}

.c-productHero {
    position: relative;
    height: 101vh;
    overflow: hidden;
    background-color: #000;
    color: #fff
}

.c-productHero .js-hero-color,.c-productHero .js-hero-color-default {
    opacity: 0;
    transform: scale(1.2)
}

.c-productHero .js-hero-color-default.is-active,.c-productHero .js-hero-color.is-active {
    opacity: 1;
    transform: scale(1)
}

.c-productHero .js-title-color,.c-productHero .js-title-color-default {
    display: none!important
}

.c-productHero .js-title-color-default.is-active,.c-productHero .js-title-color.is-active {
    display: block!important
}

.c-productHero .js-tag-color,.c-productHero .js-tag-color-default {
    display: none!important
}

.c-productHero .js-tag-color-default.is-active,.c-productHero .js-tag-color.is-active {
    display: inline-block!important
}

.c-productHero.is-anim-in .c-productHero__infos {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.c-productHero__bg {
    pointer-events: none
}

.c-productHero__bg,.c-productHero__bg:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.c-productHero__bg:after {
    content: "";
    background-color: #000;
    opacity: .15
}

.c-productHero__bg img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s cubic-bezier(.4,0,0,1),transform 1s cubic-bezier(.4,0,0,1) 1s
}

.c-productHero__bg img.is-active {
    transition: opacity 1s cubic-bezier(.4,0,0,1),transform 1s cubic-bezier(.4,0,0,1);
    opacity: 1
}

.c-productHero__infos {
    position: absolute;
    bottom: 80px;
    right: var(--gutter);
    width: 52vw;
    opacity: 0;
    transform: translateY(30%) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.4,0,0,1) .6s,transform 1.2s cubic-bezier(.4,0,0,1) .6s
}

@media only screen and (max-width: 810px) {
    .c-productHero__infos {
        display:flex;
        flex-direction: column;
        width: auto;
        left: var(--gutter)
    }
}

.c-productHero__title .last-chance .o-wysiwyg .last-chance--content div>*,.c-productHero__title .last-chance .shopify-policy__container .shopify-policy__body .last-chance--content div>*,.c-productHero__title .o-title-l,.c-productHero__title .o-wysiwyg blockquote,.c-productHero__title .o-wysiwyg blockquote p,.c-productHero__title .shopify-policy__container .last-chance .shopify-policy__body .last-chance--content div>*,.c-productHero__title .shopify-policy__container .shopify-policy__body blockquote,.c-productHero__title .shopify-policy__container .shopify-policy__body blockquote p,.last-chance .o-wysiwyg .last-chance--content .c-productHero__title div>*,.last-chance .shopify-policy__container .shopify-policy__body .last-chance--content .c-productHero__title div>*,.o-wysiwyg .c-productHero__title blockquote,.o-wysiwyg blockquote .c-productHero__title p,.shopify-policy__container .last-chance .shopify-policy__body .last-chance--content .c-productHero__title div>*,.shopify-policy__container .shopify-policy__body .c-productHero__title blockquote,.shopify-policy__container .shopify-policy__body blockquote .c-productHero__title p {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 640px) {
    .c-productHero__title .last-chance .o-wysiwyg .last-chance--content div>*,.c-productHero__title .last-chance .shopify-policy__container .shopify-policy__body .last-chance--content div>*,.c-productHero__title .o-title-l,.c-productHero__title .o-wysiwyg blockquote,.c-productHero__title .o-wysiwyg blockquote p,.c-productHero__title .shopify-policy__container .last-chance .shopify-policy__body .last-chance--content div>*,.c-productHero__title .shopify-policy__container .shopify-policy__body blockquote,.c-productHero__title .shopify-policy__container .shopify-policy__body blockquote p,.last-chance .o-wysiwyg .last-chance--content .c-productHero__title div>*,.last-chance .shopify-policy__container .shopify-policy__body .last-chance--content .c-productHero__title div>*,.o-wysiwyg .c-productHero__title blockquote,.o-wysiwyg blockquote .c-productHero__title p,.shopify-policy__container .last-chance .shopify-policy__body .last-chance--content .c-productHero__title div>*,.shopify-policy__container .shopify-policy__body .c-productHero__title blockquote,.shopify-policy__container .shopify-policy__body blockquote .c-productHero__title p {
        font-size:clamp(48px,3.47vw,50px)!important;
        display: block
    }
}

.c-productHero__title .last-chance .o-wysiwyg .last-chance--content div>* span,.c-productHero__title .last-chance .shopify-policy__container .shopify-policy__body .last-chance--content div>* span,.c-productHero__title .o-title-l span,.c-productHero__title .o-wysiwyg blockquote span,.c-productHero__title .shopify-policy__container .last-chance .shopify-policy__body .last-chance--content div>* span,.c-productHero__title .shopify-policy__container .shopify-policy__body blockquote span,.last-chance .o-wysiwyg .last-chance--content .c-productHero__title div>* span,.last-chance .shopify-policy__container .shopify-policy__body .last-chance--content .c-productHero__title div>* span,.o-wysiwyg .c-productHero__title blockquote span,.o-wysiwyg blockquote .c-productHero__title p span,.shopify-policy__container .last-chance .shopify-policy__body .last-chance--content .c-productHero__title div>* span,.shopify-policy__container .shopify-policy__body .c-productHero__title blockquote span,.shopify-policy__container .shopify-policy__body blockquote .c-productHero__title p span {
    display: block
}

.c-productHero__price {
    display: flex
}

@media only screen and (max-width: 480px) {
    .c-productHero__price {
        flex-direction:column-reverse;
        align-items: flex-end;
        font-size: 1em
    }
}

.c-productHero__price .discount {
    margin-right: 15px;
    font-weight: 400;
    text-decoration: line-through
}

@media only screen and (max-width: 480px) {
    .c-productHero__price .discount {
        margin-right:0
    }
}

@media screen and (min-width: 1024px) {
    .c-productHero .o-select {
        max-width:320px
    }
}

.c-productHero .o-select option,.c-productHero .o-select select {
    text-align: center
}

.c-productHero__variant {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 24px 0
}

@media screen and (min-width: 1024px) {
    .c-productHero__variant {
        padding:10px 0
    }
}

.c-productHero__variant select {
    padding: 10px 30px 10px 20px;
    color: #fff;
    text-transform: uppercase!important
}

.c-productHero__variant select:focus {
    outline: 4px solid #fff
}

.c-productHero__variant select option {
    color: #000;
    background-color: #fff
}

.c-productHero__variant .o-icon {
    stroke: #fff
}

.c-productHero__size {
    font-size: 14px!important;
    column-gap: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff!important;
    padding-top: 24px;
}

@media screen and (min-width: 1024px) {
    .c-productHero__size {
        padding-top: 30px;
    }
}

.c-productHero__size.-mobile {
    padding: 20px 0 0;
    border-bottom: none
}

@media screen and (min-width: 1024px) {
    .c-productHero__size.-mobile {
        display:none
    }
}

.c-productHero__size.-mobile a {
    text-align: right
}

.c-productHero__size.no-shoe {
    padding: 20px 0
}

.c-productHero__size.no-shoe>* {
    flex: 1 1 auto;
    width: 100%;
    max-width: inherit
}

.c-productHero__size .c-productsGrid__filters__sizeGuide {
    display: none;
    color: currentColor;
    align-items: center;
    margin-top: 0
}

@media screen and (min-width: 1024px) {
    .c-productHero__size .c-productsGrid__filters__sizeGuide {
        display:flex
    }
}

.c-productHero__size__inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-productHero__size>* {
    flex: 1 1 auto;
    width: 50%
}

.c-productHero__size .label {
    margin-right: 20px
}

.c-productHero__sizeGuide {
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    font-size: 14px;
    line-height: 1.3
}

.blog__pagination span .c-productHero__sizeGuide a,.c-productHero__sizeGuide .blog__pagination span a,.c-productHero__sizeGuide .o-link,.c-productHero__sizeGuide .o-wysiwyg p a,.c-productHero__sizeGuide .shopify-policy__container .shopify-policy__body p a,.o-wysiwyg p .c-productHero__sizeGuide a,.shopify-policy__container .shopify-policy__body p .c-productHero__sizeGuide a {
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 2px
}

.c-productHero__colors {
    column-gap: 40px
}

.c-productHero__colorsList {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 15px
}

@media screen and (min-width: 1024px) {
    .c-productHero__colorsList {
        display:flex;
        justify-content: flex-end;
        flex-wrap: wrap
    }
}

.c-productHero__color {
    position: relative;
    padding: 10px 0;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.c-productHero__color.active:before {
    transform: scale(1.3) translateZ(0)
}

.c-productHero__color:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    transform: scale(0) translateZ(0);
    transition: transform .6s cubic-bezier(.37,.31,0,1)
}

.c-productHero__color:focus {
    outline: 4px solid #fff
}

.c-productHero__color img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.c-productHero__button {
    display: none;
    width: 100%;
    margin-top: 30px;
    font-size: clamp(18px,1.25vw,22px);
    letter-spacing: -.02em;
    font-weight: 700
}

.c-productHero__button.is-active {
    display: block
}

.c-productHero__button:focus {
    outline: 4px solid #fff
}

.c-productHero__buy button[id*=BIS_trigger]:not(.o-button) {
    display: none!important
}

.c-productHero .o-select,.c-productsGrid .o-select {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c-productHero .o-select option,.c-productsGrid .o-select option {
    color: #000
}

.c-productHero .o-select select,.c-productsGrid .o-select select {
    width: 100%;
    max-width: 100px;
    color: currentColor
}

.c-product-images-gallery {
    position: relative;
    width: 100%
}

.c-product-images-gallery__inner {
    position: relative;
    background-color: #000;
    color: #fff;
    padding: 80px 0
}

@media screen and (min-width: 1024px) {
    .c-product-images-gallery__inner {
        padding:120px 0
    }
}

.c-product-images-gallery__container {
    padding: 0 var(--gutter)
}

.c-product-images-gallery__title-container {
    position: relative;
    margin-bottom: 50px
}

.c-product-images-gallery__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .6px;
    text-transform: uppercase
}

.c-product-images-gallery__slide {
    height: auto!important;
    width: auto!important
}

.c-product-images-gallery__img-container {
    height: 100%
}

@media only screen and (max-width: 810px) {
    .c-product-images-gallery__img-container {
        max-width:90vw;
        max-height: 500px
    }
}

.c-product-images-gallery__img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.c-product-images-gallery__pagination {
    margin-top: 60px;
    position: relative;
    height: 2px;
    background: #ffffff4d
}

@media only screen and (max-width: 810px) {
    .c-product-images-gallery__pagination {
        margin-top:20px
    }
}

@media screen and (min-width: 640px) {
    .-no-tablet-controls .c-product-images-gallery__pagination {
        opacity:0;
        height: 0;
        visibility: hidden
    }
}

@media screen and (min-width: 1024px) {
    .-no-desktop-controls .c-product-images-gallery__pagination {
        opacity:0;
        height: 0;
        visibility: hidden
    }
}

.c-product-images-gallery__pagination .swiper-pagination-progressbar-fill {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    transform-origin: left center
}

.c-product-images-gallery__controls {
    position: absolute;
    top: 0;
    right: calc(var(--gutter)*.5);
    z-index: 1;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 810px) {
    .c-product-images-gallery__controls {
        margin-top:20px;
        position: relative;
        bottom: auto;
        right: auto
    }
}

@media screen and (min-width: 640px) {
    .-no-tablet-controls .c-product-images-gallery__controls {
        opacity:0;
        height: 0;
        visibility: hidden
    }
}

@media screen and (min-width: 1024px) {
    .-no-desktop-controls .c-product-images-gallery__controls {
        opacity:0;
        height: 0;
        visibility: hidden
    }
}

.c-product-images-gallery__swiper-btn {
    flex: 0 0 auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: none;
    color: #000
}

.c-product-images-gallery__swiper-btn:not(.swiper-button-disabled):active,.c-product-images-gallery__swiper-btn:not(.swiper-button-disabled):hover {
    color: #fff
}

.c-product-images-gallery__swiper-btn:not(.swiper-button-disabled):active:before,.c-product-images-gallery__swiper-btn:not(.swiper-button-disabled):hover:before {
    transform: scale(0) translateZ(0);
    transition-duration: .7s;
    transition-delay: .05s
}

.c-product-images-gallery__swiper-btn.swiper-button-disabled {
    opacity: .2;
    pointer-events: none
}

.c-product-images-gallery__swiper-btn.-prev {
    margin-right: 10px
}

.c-product-images-gallery__swiper-btn.-prev svg {
    transform: rotate(180deg)
}

.c-product-images-gallery__swiper-btn:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(1);
    transform-origin: center;
    transition: transform .5s cubic-bezier(.4,0,0,1)
}

.c-product-images-gallery__swiper-btn svg {
    width: 12px;
    position: relative;
    z-index: 2;
    transition: color .5s cubic-bezier(.4,0,0,1)
}

.c-productLightbox.is-active .c-productLightbox__panel {
    transform: translateZ(0);
    transition: transform .6s cubic-bezier(.37,.31,0,1)
}

.c-productLightbox__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2
}

.c-productLightbox__close .o-icon {
    display: block;
    width: 15px;
    height: 15px
}

.c-productLightbox__close .o-icon svg path {
    fill: #000
}

.c-productLightbox__panel {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f6f6f6;
    transform: translate3d(0,100%,0);
    transition: transform .3s cubic-bezier(.55,.085,.68,.53)
}

.c-productLightbox__container {
    height: 100%
}

.c-productLightbox__slide img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: contain
}

.c-productLightbox__controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    display: flex
}

.c-productLightbox__btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    opacity: 1;
    transition: opacity .6s cubic-bezier(.37,.31,0,1)
}

.c-productLightbox__btn--prev {
    transform: scaleX(-1)
}

.c-productLightbox__btn.swiper-button-disabled {
    opacity: .2;
    pointer-events: none
}

.c-productLightbox__btn:not(.is-disabled):focus svg,.c-productLightbox__btn:not(:disabled):focus svg,.is-no-touchevents .c-productLightbox__btn:not(.is-disabled):hover svg,.is-no-touchevents .c-productLightbox__btn:not(:disabled):hover svg {
    transform: scale(1.1) translateZ(0)
}

.c-productLightbox__btn .o-icon {
    width: 15px;
    height: 15px
}

.c-productLightbox__btn .o-icon svg {
    transform: scale(1) translateZ(0);
    transition: transform .3s cubic-bezier(.215,.61,.355,1)
}

.c-productLightbox__btn .o-icon svg path {
    fill: #000
}

.c-productPush {
    margin: 120px 0
}

@media only screen and (max-width: 810px) {
    .c-productPush {
        margin:60px 0
    }
}

.c-productPush__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 90px;
    padding: 0 var(--gutter);
    align-items: start
}

@media only screen and (max-width: 810px) {
    .c-productPush__inner {
        display:flex;
        flex-direction: column
    }
}

.c-productPush__inner.is-active .c-productPush__content,.c-productPush__inner.is-active .c-productPush__image img,.c-productPush__inner.is-active .c-productPush__related {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.c-productPush__image {
    overflow: hidden;
    position: relative
}

.c-productPush__image:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.c-productPush__image>iframe,.c-productPush__image>img,.c-productPush__image>picture,.c-productPush__image>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.c-productPush__image>img,.c-productPush__image>picture img,.c-productPush__image>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-productPush__image img {
    opacity: 0;
    transform: translateY(20%) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.4,0,0,1),transform 1.2s cubic-bezier(.4,0,0,1)
}

.c-productPush__infos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.c-productPush__content {
    transition: opacity 1.2s cubic-bezier(.4,0,0,1) .3s,transform 1.2s cubic-bezier(.4,0,0,1) .3s
}

.c-productPush__content,.c-productPush__related {
    opacity: 0;
    transform: translateY(20%) translateZ(0)
}

.c-productPush__related {
    margin-left: auto;
    width: 20vw;
    transition: opacity 1.2s cubic-bezier(.4,0,0,1) .6s,transform 1.2s cubic-bezier(.4,0,0,1) .6s
}

@media only screen and (max-width: 1280px) {
    .c-productPush__related {
        width:25vw
    }
}

@media only screen and (max-width: 810px) {
    .c-productPush__related {
        width:100%
    }
}

.c-productPush__related a {
    display: inline-block;
    width: 100%
}

.c-productTech {
    position: relative
}

.c-productTech__inner {
    position: relative;
    padding: 80px 0;
    width: 100%;
    background-color: #000;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .c-productTech__inner {
        padding:120px 0
    }
}

.c-productTech__container {
    padding: 0 var(--gutter)
}

.c-productTech__title-container {
    position: relative;
    margin-bottom: 50px
}

.c-productTech__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .6px;
    text-transform: uppercase
}

.c-productTech__img-container {
    overflow: hidden;
    position: relative
}

.c-productTech__img-container:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.c-productTech__img-container>iframe,.c-productTech__img-container>img,.c-productTech__img-container>picture,.c-productTech__img-container>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.c-productTech__img-container>img,.c-productTech__img-container>picture img,.c-productTech__img-container>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-productTech__slide-title-container {
    margin-top: 30px
}

.c-productTech__slide-content {
    margin-top: 10px;
    opacity: .5
}

.c-productTech__pagination {
    margin-top: 60px;
    position: relative;
    height: 2px;
    background: #ffffff4d
}

@media only screen and (max-width: 810px) {
    .c-productTech__pagination {
        margin-top:20px
    }
}

@media screen and (min-width: 640px) {
    .-no-tablet-controls .c-productTech__pagination {
        opacity:0;
        height: 0;
        visibility: hidden
    }
}

@media screen and (min-width: 1024px) {
    .-no-desktop-controls .c-productTech__pagination {
        opacity:0;
        height: 0;
        visibility: hidden
    }
}

.c-productTech__pagination .swiper-pagination-progressbar-fill {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    transform-origin: left center
}

.c-productTech__controls {
    position: absolute;
    top: 0;
    right: calc(var(--gutter)*.5);
    z-index: 1;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 810px) {
    .c-productTech__controls {
        margin-top:70px;
        position: relative;
        bottom: auto;
        right: auto
    }
}

@media screen and (min-width: 640px) {
    .-no-tablet-controls .c-productTech__controls {
        opacity:0;
        height: 0;
        visibility: hidden
    }
}

@media screen and (min-width: 1024px) {
    .-no-desktop-controls .c-productTech__controls {
        opacity:0;
        height: 0;
        visibility: hidden
    }
}

.c-productTech__swiper-btn {
    flex: 0 0 auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: none;
    color: #000
}

.c-productTech__swiper-btn:not(.swiper-button-disabled):active,.c-productTech__swiper-btn:not(.swiper-button-disabled):hover {
    color: #fff
}

.c-productTech__swiper-btn:not(.swiper-button-disabled):active:before,.c-productTech__swiper-btn:not(.swiper-button-disabled):hover:before {
    transform: scale(0) translateZ(0);
    transition-duration: .7s;
    transition-delay: .05s
}

.c-productTech__swiper-btn.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.c-productTech__swiper-btn.-prev {
    margin-right: 10px
}

.c-productTech__swiper-btn.-prev svg {
    transform: rotate(180deg)
}

.c-productTech__swiper-btn:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(1);
    transform-origin: center;
    transition: transform .5s cubic-bezier(.4,0,0,1)
}

.c-productTech__swiper-btn svg {
    width: 12px;
    position: relative;
    z-index: 2;
    transition: color .5s cubic-bezier(.4,0,0,1)
}

@media only screen and (min-width: 1023px) {
    .c-productsGrid__header {
        display:grid;
        grid-template-columns: 2fr 1fr;
        column-gap: 30px
    }
}

@media only screen and (max-width: 1280px) {
    .c-productsGrid__header {
        grid-template-columns:1fr 1fr
    }
}

.c-productsGrid__section {
    --initDelay: .1s;
    padding: 0 var(--gutter);
    margin-bottom: 120px
}

@media only screen and (max-width: 1024px) {
    .c-productsGrid__section {
        margin-bottom:60px
    }
}

.c-productsGrid__section.--model-section header {
    position: relative;
    padding: 20px 0 var(--gutter)
}

.c-productsGrid__section.--model-section header: before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid;
    transform: scaleX(0);
    transform-origin: left
}

.c-productsGrid__section.--model-section header.is-active: before {
    transform:scaleX(1) translateZ(0);
    transition: transform 1.2s cubic-bezier(.4,0,0,1) .2s
}

@media only screen and (min-width: 1023px) {
    .c-productsGrid__section.--model-section header {
        display:grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        align-items: start;
        column-gap: 30px;
        padding-top: 30px
    }
}

@media only screen and (min-width: 1281px) {
    .c-productsGrid__section.--model-section header {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
}

.c-productsGrid__section.--model-section .collection__title {
    margin-bottom: 0
}

.c-productsGrid__section.--model-section .collection__descr {
    margin-top: 10px;
    line-height: 1.4
}

@media only screen and (min-width: 1023px) {
    .c-productsGrid__section.--model-section .collection__descr {
        margin-top:0
    }
}

.c-productsGrid__inner {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 30px;
    align-items: flex-start
}

@media only screen and (max-width: 1280px) {
    .c-productsGrid__inner {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media only screen and (max-width: 480px) {
    .c-productsGrid__inner {
        column-gap:10px;
        row-gap: 20px
    }
}

.c-productsGrid__item {
    overflow: visible;
    transition: opacity .5s cubic-bezier(.215,.61,.355,1)
}

.c-productsGrid__item.--out-of-stock,.c-productsGrid__item.--out-of-stock .o-productItem__image {
    opacity: .6
}

.c-productsGrid__item:nth-child(3n+2) .o-productItem {
    --delay: .1s
}

.c-productsGrid__item:nth-child(3n+3) .o-productItem {
    --delay: .2s
}

.c-productsGrid__item.is-active .o-productItem {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.c-productsGrid__item .o-productItem {
    --delay: 0s;
    opacity: 0;
    transform: translateY(30%) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.4,0,0,1),transform 1.2s cubic-bezier(.4,0,0,1);
    transition-delay: calc(var(--initDelay) + var(--delay))
}

.c-productsGrid__filters {
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateY(60px)
}

.c-productsGrid__filters.is-active {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity .5s,transform .8s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-delay: var(--delay)
}

@media only screen and (min-width: 1023px) {
    .c-productsGrid__filters {
        padding-left:0
    }
}

@media only screen and (max-width: 1024px) {
    .c-productsGrid__filters {
        padding-top:0
    }
}

.c-productsGrid__filters__sizeGuide {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: max(14px,1vw);
    line-height: 1.3;
    color: #0000008c
}

.c-productsGrid__filters__sizeGuide p {
    flex-basis: 100%;
	line-height: 1.8;
}

.blog__pagination span .c-productsGrid__filters__sizeGuide a,.c-productsGrid__filters__sizeGuide .blog__pagination span a,.c-productsGrid__filters__sizeGuide .o-link,.c-productsGrid__filters__sizeGuide .o-wysiwyg p a,.c-productsGrid__filters__sizeGuide .shopify-policy__container .shopify-policy__body p a,.o-wysiwyg p .c-productsGrid__filters__sizeGuide a,.shopify-policy__container .shopify-policy__body p .c-productsGrid__filters__sizeGuide a {
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: -10px
}

.c-productsGrid .shoe-size-filter {
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 100%;
    position: relative;
    padding: 24px 0
}

.c-productsGrid .shoe-size-filter option,.c-productsGrid .shoe-size-filter select {
    text-align: center
}

.c-productsGrid .shoe-size-filter .o-select {
    width: 100%
}

.c-productsGrid__models {
    overflow: hidden;
    padding: 0 var(--gutter);
    margin-bottom: 120px
}

@media only screen and (max-width: 1024px) {
    .c-productsGrid__models {
        margin-bottom:60px
    }
}

.c-productsGrid__models .swiper-container {
    overflow: visible
}

.c-productsGrid__models__title {
    --initDelay: .3s;
    --delay: 0s;
    margin-bottom: 30px;
    overflow: hidden
}

@media only screen and (max-width: 810px) {
    .c-productsGrid__models__title {
        margin-bottom:20px
    }
}

.c-productsGrid__models__title.is-active span,.is-active .c-productsGrid__models__title span {
    transform: translateY(0) translateZ(0);
    transition-delay: calc(var(--initDelay) + var(--delay))
}

.c-productsGrid__models__title span {
    display: inline-block;
    transform: translateY(100%) translateZ(0);
    transition: transform .6s cubic-bezier(.4,0,0,1)
}

.c-productsGrid__models__wrapper {
    display: flex
}

.c-productsGrid__models__item {
    flex: 0 0 auto;
    height: auto;
    min-height: 13.88889vw;
    width: max(18.75vw,270px);
    line-height: 1.4;
    opacity: 0;
    transform: translateY(40%) translateZ(0)
}

@media only screen and (max-width: 810px) {
    .c-productsGrid__models__item {
        min-height:190px;
        width: max(53.33333vw,200px)
    }
}

.is-active .c-productsGrid__models__item {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity .6s,transform .9s;
    transition-timing-function: cubic-bezier(.4,0,0,1);
    transition-delay: calc(var(--index)*.1s + var(--delay))
}

.c-productsGrid__models__item a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background-color: #f6f6f6;
    transition: background-color .5s cubic-bezier(.215,.61,.355,1)
}

.is-no-touchevents .c-productsGrid__models__item a:not(.is-disabled):hover,.is-no-touchevents .c-productsGrid__models__item a:not(:disabled):hover {
    background-color: #eee
}

@media only screen and (max-width: 810px) {
    .c-productsGrid__models__item a {
        padding:20px
    }
}

.c-productsGrid__models__item .model_title {
    margin-bottom: 10px
}

.c-productsGrid__models__item .model_description {
    font-size: max(14px,1vw);
    letter-spacing: -.02em
}

.c-productsGrid__models__item .model_img {
    width: 100%;
    height: auto;
    min-width: 60px;
    min-height: 30px;
    max-width: 4.16667vw;
    max-height: 2.08333vw;
    margin-bottom: 30px
}

.c-quantityInput {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center
}

.c-quantityInput button {
    background: none;
    padding: 10px
}

@media only screen and (max-width: 480px) {
    .c-quantityInput button {
        padding:0
    }
}

.c-quantityInput button span:first-child {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    background-color: #eee;
    color: #000;
    transition: color .6s cubic-bezier(.37,.31,0,1),background-color .6s cubic-bezier(.37,.31,0,1)
}

.c-quantityInput button:not(.is-disabled):focus span:first-child,.c-quantityInput button:not(:disabled):focus span:first-child,.is-no-touchevents .c-quantityInput button:not(.is-disabled):hover span:first-child,.is-no-touchevents .c-quantityInput button:not(:disabled):hover span:first-child {
    background-color: #000;
    color: #fff
}

.c-quantityInput input {
    box-sizing: content-box;
    width: 30px;
    padding: 10px 0;
    text-align: center;
    border: none;
    -moz-appearance: textfield;
    outline: none!important;
    background-color: transparent;
    transition: background-color .6s cubic-bezier(.37,.31,0,1)
}

.c-quantityInput input::-webkit-inner-spin-button,.c-quantityInput input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.c-quantityInput input:not(.is-disabled):focus,.c-quantityInput input:not(:disabled):focus,.is-no-touchevents .c-quantityInput input:not(.is-disabled):hover,.is-no-touchevents .c-quantityInput input:not(:disabled):hover {
    background-color: #eee
}

.c-selling-points {
    position: relative;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    margin: 120px 0
}

@media only screen and (max-width: 810px) {
    .c-selling-points {
        margin:60px 0
    }
}

.c-selling-points__inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: clamp(var(--gutter),8.333vw,120px);
    row-gap: 40px
}

@media only screen and (max-width: 810px) {
    .c-selling-points__inner {
        grid-template-columns:1fr
    }
}

.c-selling-points__item {
    position: relative;
    text-align: center
}

.c-selling-points__item-img-container {
    margin: 0 auto 10px;
    width: max(60px,4.1667vw);
    height: max(60px,4.1667vw)
}

.c-selling-points__item-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.c-selling-points__item-link-container,.c-selling-points__item-text-container,.c-selling-points__item-title-container {
    font-size: max(18px,1.25vw);
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -.02em
}

@media only screen and (max-width: 1024px) {
    .c-selling-points__item-link-container,.c-selling-points__item-text-container,.c-selling-points__item-title-container {
        font-size:18px
    }
}

@media only screen and (max-width: 375px) {
    .c-selling-points__item-link-container,.c-selling-points__item-text-container,.c-selling-points__item-title-container {
        font-size:16px
    }
}

.c-selling-points__item-title-container {
    font-weight: 700
}

.c-selling-points__item-text-container {
    margin-top: 5px
}

.c-selling-points__item-link-container {
    margin-top: 10px
}

.c-selling-points__item-link {
    position: relative;
    display: inline-block;
    --color: #000
}

.c-selling-points__item-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(1) translateZ(0);
    transform-origin: 0 50%;
    transition: transform .6s cubic-bezier(.37,.31,0,1)
}

.is-no-touchevents .c-selling-points__item-link:not(.is-disabled):hover:before,.is-no-touchevents .c-selling-points__item-link:not(:disabled):hover:before {
    transform: scaleX(0) translateZ(0);
    transform-origin: 100% 50%
}

.c-sizeGuide {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-sizeGuide.is-active .c-sizeGuide__inner {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94) .3s,transform .3s cubic-bezier(.25,.46,.45,.94) .3s
}

.c-sizeGuide__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 20px 15px;
    border-bottom: 1px solid #eee
}

.c-sizeGuide__close {
    position: relative;
    background: none;
    padding: 20px
}

.c-sizeGuide__close .o-icon {
    display: block;
    width: 15px;
    height: 15px
}

.c-sizeGuide__close .o-icon svg path {
    fill: #000
}

.c-sizeGuide__inner {
    position: relative;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(20px) translateZ(0);
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94)
}

@media only screen and (max-width: 810px) {
    .c-sizeGuide__inner {
        width:calc(100% - 40px);
        height: calc(100% - 40px)
    }
}

.c-sizeGuide__content {
    flex-grow: 1;
    padding: 0 20px 20px
}

.c-sizeGuide__content table {
    width: 100%;
    border-collapse: collapse
}

@media only screen and (max-width: 810px) {
    .c-sizeGuide__content table tbody {
        display:grid;
        grid-template-columns: repeat(4,1fr)
    }

    .c-sizeGuide__content table tr {
        display: flex;
        flex-direction: column
    }
}

.c-sizeGuide__content tr td {
    padding: 15px;
    border-bottom: 1px solid #eee
}

.c-sizeGuide__content tr td:first-child {
    font-weight: 700;
    white-space: nowrap
}

.c-splitText {
    --initDelay: .4s;
    line-height: .4!important
}

.c-splitText.is-active .word span {
    transform: translateZ(0);
    transition: transform .4s cubic-bezier(.37,.31,0,1) calc(var(--initDelay) + var(--delay))
}

.c-splitText .word {
    display: inline-block;
    overflow: hidden
}

.c-splitText .word span {
    display: inline-block;
    transform: translate3d(0,100%,0);
    line-height: 1.2
}

.c-uiTextImage {
    margin: 120px 0;
    padding: 0 var(--gutter)
}

@media only screen and (max-width: 810px) {
    .c-uiTextImage {
        margin:60px 0
    }
}

.c-textImage {
    opacity: 0;
    transform: translateY(40px) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.4,0,0,1),transform 1.2s cubic-bezier(.4,0,0,1)
}

.c-textImage.is-active {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.c-textImage__image {
    width: 20vw;
    clear: both;
    margin-bottom: 20px
}

@media only screen and (max-width: 810px) {
    .c-textImage__image {
        width:35vw
    }
}

.c-textImage__image .o-media {
    overflow: hidden;
    position: relative
}

.c-textImage__image .o-media:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.c-textImage__image .o-media>iframe,.c-textImage__image .o-media>img,.c-textImage__image .o-media>picture,.c-textImage__image .o-media>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.c-textImage__image .o-media>img,.c-textImage__image .o-media>picture img,.c-textImage__image .o-media>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-textImage__image--left {
    float: left;
    margin-right: 40px
}

.c-textImage__image--right {
    float: right;
    margin-left: 40px
}

.c-uiBanner {
    margin: 120px 0
}

@media only screen and (max-width: 810px) {
    .c-uiBanner {
        margin:60px 0
    }
}

.c-uiBanner__inner {
    position: relative;
    color: #fff
}

.c-uiBanner__inner.is-dark {
    color: #000
}

.c-uiBanner__inner.is-anim-in .c-uiBanner__discover .reveal {
    transform: translateY(0) translateZ(0)
}

.c-uiBanner__infos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: var(--gutter);
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media only screen and (max-width: 810px) {
    .c-uiBanner__infos {
        flex-direction:column;
        justify-content: flex-start
    }
}

.c-uiBanner__discover {
    overflow: hidden
}

@media only screen and (max-width: 810px) {
    .c-uiBanner__discover {
        margin-top:20px;
        margin-left: -10px
    }
}

.c-uiBanner__discover a {
    display: flex;
    align-items: center;
    --initDelay: .6s
}

.c-uiBanner__discover a .o-icon {
    margin-left: 30px;
    width: 15px;
    height: 15px
}

.c-uiBanner__discover a .o-icon svg {
    fill: currentColor
}

.c-uiBanner__col {
    display: flex;
    flex-direction: column;
    height: 100%
}

.c-uiBanner__col p {
    line-height: .8
}

.c-uiBanner__col p:first-child {
    width: 42vw
}

@media only screen and (max-width: 810px) {
    .c-uiBanner__col p:first-child {
        width:100%
    }
}

.c-uiBanner__col p:nth-child(2) {
    margin-top: auto;
    width: 16vw
}

@media only screen and (max-width: 810px) {
    .c-uiBanner__col p:nth-child(2) {
        width:100%;
        margin-top: 20px
    }
}

.c-uiBanner .o-media {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.c-uiBanner .o-media img,.c-uiBanner .o-media video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.2) translateZ(0)
}

.c-uiFeatured {
    margin: 120px 0
}

@media only screen and (max-width: 810px) {
    .c-uiFeatured {
        margin:60px 0
    }
}

.c-uiFeatured__wrapper {
    max-height: none
}

.c-uiFeatured__inner.is-active .c-uiFeatured__discover .reveal,.c-uiFeatured__inner.is-active .c-uiFeatured__title .reveal {
    transform: translateY(0) translateZ(0)
}

.c-uiFeatured__inner.is-active .c-uiFeatured__swiper {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.c-uiFeatured__infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--gutter)
}

@media only screen and (max-width: 480px) {
    .c-uiFeatured__infos {
        flex-direction:column;
        align-items: flex-start
    }
}

@media only screen and (max-width: 810px) {
    .c-uiFeatured__infos .c-uiFeatured__discover {
        display:none
    }
}

.c-uiFeatured__container {
    margin-top: 60px
}

@media only screen and (max-width: 480px) {
    .c-uiFeatured__container {
        overflow:hidden;
        margin-top: 40px
    }
}

.c-uiFeatured__swiper {
    padding: 0 var(--gutter);
    opacity: 0;
    transform: translateY(20%) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.4,0,0,1) .3s,transform 1.2s cubic-bezier(.4,0,0,1) .3s
}

.c-uiFeatured__slide a {
    display: block
}

.c-uiFeatured__btn {
    position: absolute;
    top: 50%;
    background: none;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s cubic-bezier(.215,.61,.355,1),background-color .6s cubic-bezier(.37,.31,0,1)
}

.c-uiFeatured__btn.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s cubic-bezier(.215,.61,.355,1),background-color .6s cubic-bezier(.37,.31,0,1),visibility 0s linear .3s
}

.is-no-touchevents .c-uiFeatured__btn:not(.is-disabled):hover:not(.swiper-button-disabled),.is-no-touchevents .c-uiFeatured__btn:not(:disabled):hover:not(.swiper-button-disabled) {
    background-color: #737373
}

.is-no-touchevents .c-uiFeatured__btn:not(.is-disabled):hover:not(.swiper-button-disabled) svg,.is-no-touchevents .c-uiFeatured__btn:not(:disabled):hover:not(.swiper-button-disabled) svg {
    fill: #fff
}

@media only screen and (max-width: 810px) {
    .c-uiFeatured__btn {
        display:none
    }
}

.c-uiFeatured__btn .o-icon {
    width: 15px;
    height: 15px
}

.c-uiFeatured__btn .o-icon svg {
    fill: #fff;
    transition: fill .6s cubic-bezier(.37,.31,0,1)
}

.c-uiFeatured__btn--prev {
    left: var(--gutter);
    transform: translate(-50%,-50%)
}

.c-uiFeatured__btn--prev svg {
    transform: rotate(180deg)
}

.c-uiFeatured__btn--next {
    right: var(--gutter);
    transform: translate(50%,-50%)
}

.c-uiFeatured__slide.swiper-slide-active .o-blogItem h2 span,.c-uiFeatured__slide.swiper-slide-active .o-productItem h2 span {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .8s cubic-bezier(.4,0,0,1) .3s,transform .8s cubic-bezier(.4,0,0,1) .3s
}

.c-uiFeatured__slide.swiper-slide-active .o-blogItem p span,.c-uiFeatured__slide.swiper-slide-active .o-productItem p span {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .8s cubic-bezier(.4,0,0,1) .45s,transform .8s cubic-bezier(.4,0,0,1) .45s
}

@media only screen and (min-width: 811px) {
    .c-uiFeatured__slide.swiper-slide-active+.swiper-slide-next .o-blogItem h2 span,.c-uiFeatured__slide.swiper-slide-active+.swiper-slide-next .o-productItem h2 span {
        opacity:1;
        transform: translateY(0);
        transition: opacity .8s cubic-bezier(.4,0,0,1) .3s,transform .8s cubic-bezier(.4,0,0,1) .3s
    }

    .c-uiFeatured__slide.swiper-slide-active+.swiper-slide-next .o-blogItem p span,.c-uiFeatured__slide.swiper-slide-active+.swiper-slide-next .o-productItem p span {
        opacity: 1;
        transform: translateY(0);
        transition: opacity .8s cubic-bezier(.4,0,0,1) .45s,transform .8s cubic-bezier(.4,0,0,1) .45s
    }
}

.c-uiFeatured__slide .o-blogItem h2,.c-uiFeatured__slide .o-blogItem p,.c-uiFeatured__slide .o-productItem h2,.c-uiFeatured__slide .o-productItem p {
    overflow: hidden
}

.c-uiFeatured__slide .o-blogItem h2 span,.c-uiFeatured__slide .o-blogItem p span,.c-uiFeatured__slide .o-productItem h2 span,.c-uiFeatured__slide .o-productItem p span {
    opacity: 0;
    transform: translateY(110%);
    transition: opacity .3s cubic-bezier(.37,.31,0,1),transform 0s cubic-bezier(.37,.31,0,1) .3s
}

.c-uiFeatured__slide .o-blogItem h2 span,.c-uiFeatured__slide p span {
    display: inline-block
}

.c-uiFeatured__title {
    overflow: hidden
}

.c-uiFeatured__title span {
    display: block
}

.c-uiFeatured__discover {
    overflow: hidden
}

.c-uiFeatured__discover .reveal {
    --initDelay: .3s
}

.c-uiFeatured__discover a {
    display: flex;
    align-items: center
}

@media only screen and (max-width: 480px) {
    .c-uiFeatured__discover a {
        margin-left:-10px
    }
}

.c-uiFeatured__discover a .o-icon {
    margin-left: 30px;
    width: 15px;
    height: 15px
}

.c-uiFeatured__discover a .o-icon svg {
    fill: #000
}

.c-uiFeatured__footer {
    padding: 0 var(--gutter);
    margin-top: 30px
}

@media only screen and (min-width: 811px) {
    .c-uiFeatured__footer {
        display:none
    }
}

.c-uiIntro {
    margin-bottom: 120px;
    padding: 14.5vw var(--gutter) 0
}

@media only screen and (max-width: 810px) {
    .c-uiIntro {
        padding-top:120px;
        margin-bottom: 60px
    }
}

.c-uiIntro__inner {
    position: relative
}

.c-uiIntro__inner .c-linesBlock {
    --initDelay: .6s
}

.c-uiMediaBanner {
    margin: 120px 0;
    padding: 0 var(--gutter)
}

@media only screen and (max-width: 810px) {
    .c-uiMediaBanner {
        margin:60px 0
    }
}

.c-uiMediaBanner__inner {
    position: relative;
    overflow: hidden
}

.c-uiMediaBanner__inner[data-component=UIMediaBanner] img,.c-uiMediaBanner__inner[data-component=UIMediaBanner] video {
    transform: scale(1.2) translateZ(0)
}

.c-uiMediaBanner__inner.is-anim-in .o-media {
    opacity: 1;
    transform: translateY(0) translateZ(0)
}

.c-uiMediaBanner .o-media {
    overflow: hidden;
    position: relative;
    opacity: 0;
    transform: translateY(20%) translateZ(0);
    transition: opacity 1.2s cubic-bezier(.75,0,.25,1) .3s,transform 1.2s cubic-bezier(.75,0,.25,1) .3s
}

.c-uiMediaBanner .o-media:before {
    content: "";
    display: block;
    padding-top: 56.81818%;
    width: 100%
}

.c-uiMediaBanner .o-media>iframe,.c-uiMediaBanner .o-media>img,.c-uiMediaBanner .o-media>picture,.c-uiMediaBanner .o-media>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.c-uiMediaBanner .o-media>img,.c-uiMediaBanner .o-media>picture img,.c-uiMediaBanner .o-media>video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-uiMediaBanner__soundBtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    background: none
}

.c-uiMediaBanner__soundBtn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
    opacity: 0;
    transition: opacity .6s cubic-bezier(.37,.31,0,1)
}

@media only screen and (max-width: 810px) {
    .c-uiMediaBanner__soundBtn:after {
        width:30px;
        left: 5px;
        margin-top: -2px
    }
}

.c-uiMediaBanner__soundBtn.is-muted:after {
    opacity: 1
}

.c-uiMediaBanner__soundBtn .o-icon {
    width: 40px;
    height: 40px
}

@media only screen and (max-width: 810px) {
    .c-uiMediaBanner__soundBtn .o-icon {
        width:20px;
        height: 20px
    }
}

.c-uiMediaBanner__soundBtn .o-icon svg {
    fill: #fff;
    transition: transform .6s cubic-bezier(.37,.31,0,1)
}

.c-uiMediaBanner__soundBtn:hover svg {
    transform: scale(1.1) translateZ(0)
}

.c-uiMediaBanner__soundBtn:focus {
    outline: 4px solid #fff
}

.bold {
    font-weight: 700
}

#qab_content {
    padding: 0 40px
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/app.css.map?v=499447843779009071711034742 */
