/*TODO - vendors */
._fcc {
  display: flex;
  align-items: center;
  justify-content: center; }
._absolute-center {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
._fixed-center {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.bdrs50p {
    border-radius: 50%; }
:root {
    --black: #000;
    --gray-ultradark: #4a4a4a;
    --gray-dark: #666;
    --gray: #aaa;
    --gray-input: #e0e0e0;
    --gray-light: #e8e8e8;
    --gray-ultralight: #f9f9f9;
    --gray-border: #e8e8e8;
    --white: #fff;
    --red: #d0021b;
    --green: #3ba465;
    --orange: #f68e1d;
    --ff: 'Montserrat', sans-serif;
    --container-small: 1180px;
    --body-padding-top: 70px; }
@media (min-width: 1024px) {
:root {
        --body-padding-top: 114px; } }
$container.gutter: 16;
$container.width: 1180;
#filterForm {
    display: none; }
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure {
    margin: 0; }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit; }
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0; }
img,
iframe {
    display: block;
    vertical-align: middle; }
input[type='text'].focus-visible {
        outline: none; }
input[type='text']:focus-visible {
        outline: none; }
[type='button'],
[type='reset'],
[type='submit'],
button {
    border: 0; }
.link-reset,
.link-reset a {
    color: inherit;
    text-decoration: none; }
.table-reset.table,
.table-reset thead,
.table-reset tbody,
.table-reset tfoot,
.table-reset tr,
.table-reset th,
.table-reset td {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-image: none; }
html {
    box-sizing: border-box;
    font-size: 100%; }
body {
    font-family: 'Montserrat', sans-serif;
    font-family: var(--ff);
    font-size: 0.8125rem;
    line-height: 1.3;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
img {
    max-width: 100%; }
*,
*::after,
*::before {
    box-sizing: inherit; }
small {
    font-size: 0.75rem; }
strong {
    font-weight: 600; }
main {
    padding-top: 70px; }
@media (min-width: 1024px) {
main {
        padding-top: 114px; } }
main.has-above-header {
    padding-top: 117px; }
@media (min-width: 1024px) {
main.has-above-header {
        padding-top: 154px; } }
main.has-below-header {
    padding-top: 117px; }
@media (min-width: 1024px) {
main.has-below-header {
        padding-top: 154px; } }
main.has-above-header.has-below-header {
    padding-top: 164px; }
@media (min-width: 1024px) {
main.has-above-header.has-below-header {
        padding-top: 194px; } }
.c-form-number input[type='number'] {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
#reactCatalogPreInit {
    transition: opacity 0.3s ease-in-out; }
@media (min-width: 1024px) {
.c-catalog {
        display: grid;
        grid-column-gap: 65px;
        grid-template-columns: 204px auto; } }
.c-catalog__layout-display-wrapper:hover .c-catalog__layout-display, .c-catalog__layout-display-wrapper.is-active .c-catalog__layout-display {
                background: #4a4a4a;
                background: var(--gray-ultradark); }
.c-catalog__layout-display {
        background: #e8e8e8;
        background: var(--gray-light); }
.c-catalog__layout-display--small-card {
            width: 11px;
            height: 18px;
            margin-right: 1px; }
@media (max-width: 599px) {
                .c-catalog__layout-display--small-card:nth-of-type(n+3) {
                    display: none; } }
.c-catalog__layout-display--large-card {
            width: 21px;
            height: 18px;
            margin-right: 1px; }
@media (min-width: 600px) {

        .c-catalog__layout-display--large-card {
                width: 15px; } }
@media (max-width: 599px) {
                .c-catalog__layout-display--large-card:nth-of-type(n+2) {
                    display: none; } }
@media (min-width: 1440px) {
.c-catalog__main {
        --grid-row-gap: 44px; } }
.c-catalog__main--small-cards {
        --card-font: 12px;
        --card-row-padding: 0 8px;
        --card-grid-template-columns: 1fr 1fr;
        --grid-row-gap: 22px;
        --card-color-size: 8px;
        --card-color-margin: 8px;
        --card-row-margin: 8px 0;
        --card-label-bottom: 12px;
        --card-label-fz: 11px; }
@media (min-width: 1024px) {

    .c-catalog__main--small-cards {
            --card-font: 14px;
            --card-row-padding: 0 16px;
            --card-grid-template-columns: 1fr 1fr 1fr 1fr;
            --grid-row-gap: 32px;
            --card-color-size: 20px;
            --card-color-margin: 16px;
            --card-label-bottom: 12px;
            --card-label-fz: 14px; } }
@media (min-width: 1440px) {

    .c-catalog__main--small-cards {
            --card-font: 16px;
            --card-row-margin: 16px 0;
            --card-row-padding: 0 20px; } }
.c-catalog__main--small-cards {

        grid-column-gap: 8px; }
.c-catalog__main--small-cards .c-product-card__row {
                font-size: var(--card-font);
                margin: var(--card-row-margin);
                padding: var(--card-row-padding); }
.c-catalog__main--small-cards .c-product-card__labels {
                max-width: 165px;
                padding: 0 8px; }
@media (min-width: 1024px) {

            .c-catalog__main--small-cards .c-product-card__labels {
                    padding: 0 20px;
                    max-width: 392px; } }
.c-catalog__main--small-cards .c-product-card__color-variants {
                padding: 16px 23px 8px;
                bottom: 54px; }
.c-catalog__main--small-cards .c-product-card__wishlist {
                top: 20px;
                right: 21px; }
@media (min-width: 1024px) {
                
            .c-catalog__main--small-cards .c-product-card__wishlist {
                    top: 29px;
                    right: 25px; } }
.c-catalog__main--small-cards .c-product-card__discount {
                bottom: 17px;
                width: 46px;
                height: 19px;
                font-size: 12px;
                line-height: 15px; }
@media (min-width: 1024px) {
            
            .c-catalog__main--small-cards .c-product-card__discount {
                    bottom: 35px;
                    width: 76px;
                    height: 30px;
                    font-size: 20px;
                    line-height: 24px; } }
.c-catalog__main--small-cards .c-product-card__voucher {
                color: #3ba465;
                color: var(--green);
                font-weight: 500;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                justify-content: start;
                padding: 2px 5px; }
.c-catalog__main--small-cards .c-product-card__wishlist {
                top: 20px;
                right: 21px; }
@media (min-width: 1024px) {
            
            .c-catalog__main--small-cards .c-product-card__wishlist {
                    top: 29px;
                    right: 25px; } }
.c-catalog__main--small-cards .c-product-card__discount {
                bottom: 17px;
                width: 46px;
                height: 19px;
                font-size: 12px;
                line-height: 15px; }
@media (min-width: 1024px) {
            
            .c-catalog__main--small-cards .c-product-card__discount {
                    bottom: 35px;
                    width: 76px;
                    height: 30px;
                    font-size: 16px;
                    line-height: 20px; } }
.c-catalog__main--small-cards .c-product-card__color {
                font-size: 12px;
                line-height: 15px; }
@media (min-width: 1024px) {

            .c-catalog__main--small-cards .c-product-card__color {
                    font-size: 14px;
                    line-height: 17px             ; } }
.c-catalog__main--large-cards {
        --card-font: 16px;
        --card-row-margin: 16px 0;
        --card-row-padding: 0 24px;
        --card-color-size: 20px;
        --card-color-margin: 16px;
        --card-grid-template-columns: 1fr;
        --card-label-bottom: 12px;
        --card-label-fz: 11px;
        --grid-row-gap: 44px; }
@media (min-width: 1024px) {

    .c-catalog__main--large-cards {
            --card-row-margin: 16px 0;
            --card-row-padding: 0 16px;
            --card-grid-template-columns: 1fr 1fr 1fr;
            --card-label-fz: 14px; } }
@media (min-width: 1440px) {

    .c-catalog__main--large-cards {
            --card-row-padding: 0 20px; } }
.c-catalog__main--large-cards {

        grid-column-gap: 8px; }
.c-catalog__main--large-cards .c-product-card__row {
                font-size: var(--card-font);
                margin: var(--card-row-margin);
                padding: var(--card-row-padding); }
.c-catalog__main--large-cards .c-product-card__labels {
                bottom: var(--card-label-bottom);
                max-width: 323px;
                padding: 0 24px; }
@media (min-width: 1024px) {
            
            .c-catalog__main--large-cards .c-product-card__labels {
                    padding: 0 20px;
                    max-width: 392px; } }
.c-catalog__main--large-cards .c-product-card__color-variants {
                padding: 16px 16px 8px;
                bottom: 54px; }
.c-catalog__main--large-cards .c-product-card__wishlist {
                top: 27px;
                right: 24px; }
@media (min-width: 1024px) {

            .c-catalog__main--large-cards .c-product-card__wishlist {
                    top: 31px;
                    right: 25px; } }
.c-catalog__main--large-cards .c-product-card__discount {
                bottom: 27px;
                width: 76px;
                height: 30px;
                font-size: 20px;
                line-height: 24px; }
@media (min-width: 1024px) {

            .c-catalog__main--large-cards .c-product-card__discount {
                    bottom: 28px; } }
.c-catalog__main--large-cards .c-product-card__voucher {
                color: #3ba465;
                color: var(--green);
                font-weight: 500;
                font-size: 16px;
                line-height: 20px; }
.c-catalog__main--large-cards .c-product-card__label {
                font-size: var(--card-label-fz);
                font-weight: 500;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                justify-content: start;
                padding: 2px 5px; }
.c-catalog__main--large-cards .c-product-card__colors {
                padding: 0 24px; }
@media (min-width: 1024px) {
            
            .c-catalog__main--large-cards .c-product-card__colors {
                    padding: 0 20px; } }
.c-catalog__main--large-cards .c-product-card__color {
                font-size: 16px;
                line-height: 20px; }
@media (min-width: 1024px) {

            .c-catalog__main--large-cards .c-product-card__color {
                    font-size: 14px;
                    line-height: 17px; } }
.c-catalog__main {

    display: grid;
    grid-row-gap: var(--grid-row-gap);
    grid-template-columns: var(--card-grid-template-columns); }
.x-paginate-non-margin:not(.selected) {
    margin-left: 16px;
    margin-right: 16px; }
.x-paginate-non-margin.selected a {
    width: 30px;
    height: 30px; }
.c-product-card {
    position: relative; }
@media (min-width: 1024px) {
        .c-product-card:hover .c-product-card__color-variants {
                display: flex;
                justify-content: center; } }
.c-product-card__sizes {
        display: none;
        color: #4a4a4a;
        color: var(--gray-ultradark);
        text-align: center;
        z-index: 15; }
.c-product-card__color-variants {
        display: none;
        z-index: 15;
        height: 70px;
        background: white; }
@media (max-width: 1280px) {
    
    .c-product-card__color-variants {
            height: 50px; } }
.c-product-card__color-variant {
        height: 54px;
        width: 44px;
        margin-right: 6px;
        background: black; }
.c-product-card__color-variant:last-child {
            margin-right: 0; }
@media (max-width: 1280px) {
    
    .c-product-card__color-variant {
            width: 26px; } }
.c-product-card__trash:hover svg {
                fill: #d0021b;
                fill: var(--red); }
.c-product-card__trash svg {
            fill: #aaa;
            fill: var(--gray);
            transition: fill 0.3s; }
.c-product-card__discount {
        position: absolute;
        bottom: 17px;
        left: 0;
        width: 46px;
        height: 19px;
        background: #d0021b;
        background: var(--red);
        color: #fff;
        color: var(--white);
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        z-index: 1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
.c-product-card__wishlist svg {
            position: absolute;
            top: 0;
            left: 0;
            transition: fill 0.3s; }
.c-product-card__wishlist .icon-1 {
            fill: #aaa;
            fill: var(--gray); }
.c-product-card__wishlist .icon-2 {
            display: none;
            fill: #d0021b;
            fill: var(--red); }
.c-product-card__wishlist,
    .c-product-card__trash {
        position: absolute;
        top: 20px;
        right: 21px;
        width: 22px;
        height: 20px;
        cursor: pointer;
        z-index: 1; }
@media (min-width: 1024px) {

    .c-product-card__wishlist,
    .c-product-card__trash {
            top: 30px;
            right: 33px;
            width: 29px;
            height: 26px; } }
.c-product-card__wishlist svg, .c-product-card__trash svg {
            width: 22px;
            height: 20px; }
@media (min-width: 1024px) {

        .c-product-card__wishlist svg, .c-product-card__trash svg {
                width: 29px;
                height: 26px; } }
.c-product-card__image {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        max-height: 100%;
        max-width: 100%;
        margin: auto; }
.c-product-card__image--main {
            position: relative; }
.c-product-card__image--second {
            opacity: 0;
            visibility: hidden; }
.c-product-card__image-wrapper {
        display: block;
        overflow: hidden;
        position: relative; }
@media (min-width: 1024px) {
            .c-product-card__image-wrapper:hover .c-product-card__sizes {
                    display: block; } }
@media (min-width: 1024px) {

            .c-product-card__image-wrapper:hover .c-product-card__image--main {
                    opacity: 0;
                    visibility: hidden;
                    transition: all 300ms ease; } }
@media (min-width: 1024px) {
            
            .c-product-card__image-wrapper:hover .c-product-card__image--second {
                    opacity: 1;
                    visibility: visible;
                    transition: all 300ms ease; } }
.c-product-card__colors {
        padding: 0 8px;
        color: #4a4a4a;
        color: var(--gray-ultradark); }
@media (min-width: 1024px) {
    
    .c-product-card__colors {
            padding: 0 20px; } }
.c-product-card__labels {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 8px; }
@media (min-width: 1024px) {

    .c-product-card__labels {
            padding: 0 20px; } }
.c-product-card__label {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase; }
.c-product-card__label::after {
            content: '';
            background-image: url(/SAM73/icons/divider-labels.svg#divider-labels);
            background-size: 3px 3px;
            background-repeat: no-repeat;
            background-position: center;
            padding: 0 6px;
            color: #aaa;
            color: var(--gray); }
.c-product-card__label:last-child::after {
                display: none; }
.c-product-card__delete {
        width: 24px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        top: 18px;
        right: 20px; }
@media (min-width: 1024px) {

    .c-product-card__delete {
            width: 32px;
            height: 32px;
            top: 28px;
            right: 32px; } }
.c-product-card__delete svg {
            width: 24px;
            height: 24px;
            transition: fill 300ms;
            position: absolute;
            top: 0;
            left: 0;
            fill: #aaa;
            fill: var(--gray); }
@media (min-width: 1024px) {

        .c-product-card__delete svg {
                width: 32px;
                height: 32px; } }
.c-product-card__delete:hover svg {
                fill: #d0021b;
                fill: var(--red); }
.horizontal-slider {
    width: 100%;
    max-width: 500px;
    height: 50px; }
.horizontal-slider .example-thumb {
        top: 9px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        cursor: pointer;
        background: #000;
        background: var(--black); }
.horizontal-slider .example-track {
        top: 16px;
        height: 3px;
        position: relative;
        background: #000;
        background: var(--black); }
.horizontal-slider .example-track.example-track-0 {
        background: #aaa;
        background: var(--gray); }
.horizontal-slider .example-track.example-track-2 {
        background: #aaa;
        background: var(--gray); }
.c-select-new {
    z-index: 2; }
.c-select-new__control {
        min-width: 140px !important;
        height: 40px !important;
        border-radius: 2px !important;
        border-color: #aaa !important;
        border-color: var(--gray) !important; }
.c-select-new__value-container {
        height: 40px !important;
        min-width: 120px !important; }
.c-select-new input {
        height: auto !important;
        pointer-events: none !important;
        opacity: 0 !important;
        z-index: -1 !important; }
.c-select-new__indicator-separator {
    opacity: 0 !important; }
.c-filters-desktop-sidebar .c-form-color span:hover {
                text-decoration: underline; }
.c-filters-desktop-sidebar .c-form-checkbox span:hover {
                text-decoration: underline; }
.c-filters-desktop-sidebar__list-wrapper {
        display: none; }
.c-filters-desktop-sidebar__list-wrapper li a:hover {
                    text-decoration: underline; }
.c-filters-desktop-sidebar.is-active .c-filters-desktop-sidebar__list-wrapper {
            display: block; }
.c-filters-desktop-sidebar:not(.is-active) .c-filters-desktop-sidebar__title svg {
                transform: rotate(180deg); }
.c-filters-mobile {
    display: grid;
    grid-template-rows: 68px 1fr 124px; }
.c-filters-mobile__scroll-area {
        height: calc(100vh - 192px);
        overflow-y: scroll;
        padding-top: 16px; }
.c-filters-desktop-modal__item {
        transition: all 300ms; }
.c-filters-desktop-modal__item:hover {
            font-weight: bold; }
.c-filters-desktop-modal__link:hover {
            text-decoration: underline; }
.c-form-color-wrapper {
    display: grid;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
.c-form-color input[type='checkbox']:checked + .c-form-color__checked-div {
                opacity: 1; }
.c-form-color__div-wrapper {
        height: 26px;
        position: relative;
        width: 26px; }
.c-form-color__default-div {
        border-radius: 50%;
        height: 18px;
        left: 4px;
        position: absolute;
        top: 4px;
        width: 18px; }
.c-form-color__checked-div {
        border: 2px solid #000;
        border: 2px solid var(--black);
        border-radius: 50%;
        height: 26px;
        opacity: 0;
        position: relative;
        width: 26px;
        z-index: 5; }
.c-filters__modal-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
.c-filters-mobile {
    transform: translateX(-100%); }
.c-filters-mobile.is-active {
        transform: translateX(0); }
.c-filters-mobile__scrollable {
        overflow-y: scroll; }
.c-filters-mobile__scrollable.is-active {
            z-index: 5; }
.c-filters-mobile__active-group-wrapper {
        top: 70px;
        top: var(--body-padding-top);
        transform: translateX(-100%); }
.c-filters-mobile__active-group-wrapper.is-active {
            transform: translateX(0); }
.c-filters-mobile__inner {
        display: grid;
        grid-template-rows: 70px 1fr auto;
        grid-template-rows: var(--body-padding-top) 1fr auto; }
.c-filters-mobile__header {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; }
.c-filters-mobile__footer {
        box-shadow: 0 -20px 15px -31px; }
.lol {
    background: none; }
.catalog {
    display: grid; }
.catalog--small {
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        grid-template-columns: 1fr 1fr; }
.catalog--small .c-product-card {
            font-size: 12px; }
.catalog--small .c-product-card__row {
                margin: 8px 0; }
.catalog--small .c-product-card__content {
                padding: 0 8px; }
@media (min-width: 768px) and (max-width: 1024px) {
.catalog {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-columns: 1fr 1fr 1fr; } }
@media (min-width: 1024px) {
.catalog {
        grid-column-gap: 1.75rem;
        grid-row-gap: 1.75rem;
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
.catalog--large {
        grid-template-columns: 1fr; }
.catalog--large .c-product-card {
            font-size: 16px;
            margin-bottom: 40px; }
@media (min-width: 1024px) {

        .catalog--large .c-product-card {
                margin-bottom: 0; } }
.catalog--large .c-product-card__row {
                margin: 16px 0; }
.catalog--large .c-product-card__content {
                padding: 0 24px; }
@media (min-width: 768px) and (max-width: 1024px) {

    .catalog--large {
            grid-column-gap: 1rem;
            grid-row-gap: 1rem;
            grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) {

    .catalog--large {
            grid-column-gap: 1.75rem;
            grid-row-gap: 1.75rem;
            grid-template-columns: 1fr 1fr 1fr; } }
.p-hp-blog .tns-inner {
        padding-right: 7%;
        padding-left: 24px; }
@media (min-width: 1024px) {
    .p-hp-blog .tns-inner {
            padding-right: 0; } }
.p-hp-blog__image {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        width: 381px;
        height: 512px; }
.blog-items__perex {
        line-height: 24px;
        max-height: 120px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5; }
.blog {
    padding-bottom: 64px; }
@media (min-width: 1024px) {
.blog {
        padding-bottom: 96px; } }
@media (max-width: 480px) {

    .blog__container {
            padding-left: 24px;
            padding-right: 24px; } }
.blog__inner {
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px; }
@media (min-width: 1440px) {

    .blog__inner {
            margin-left: -48px;
            margin-right: -48px; } }
.blog__item {
        text-decoration: none;
        width: 100%;
        flex: 0 0 100%;
        padding-left: 16px;
        padding-right: 16px;
        display: block;
        margin-bottom: 48px; }
@media (min-width: 768px) {

    .blog__item {
            width: 50%;
            flex: 0 0 50%; } }
@media (min-width: 1024px) {

    .blog__item {
            width: 33.3333%;
            flex: 0 0 33.3333%;
            margin-bottom: 96px; } }
@media (min-width: 1440px) {

    .blog__item {
            padding-left: 48px;
            padding-right: 48px; } }
@media (min-width: 480px) {

        .blog__item > div {
                max-width: 327px;
                width: 100%;
                margin: 0 auto; } }
@media (min-width: 1024px) {

        .blog__item > div {
                max-width: 100%; } }
.blog__item:after {
            display: none; }
.blog__img {
        height: 240px;
        display: block;
        margin-bottom: 16px;
        margin-left: -24px;
        margin-right: -24px;
        transition: all 300ms; }
@media  (min-width: 480px) {

    .blog__img {
            width: 100%;
            height: 209px;
            margin-left: 0;
            margin-right: 0; } }
@media (min-width: 1024px) {

    .blog__img {
            overflow: hidden; }
                .blog__img:hover img {
                    transform: scale(1.1); } }
.blog__img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            transition: all 300ms; }
.blog__title {
        font-weight: 700;
        font-size: 14px;
        color: #000;
        color: var(--black);
        text-transform: uppercase;
        margin-bottom: 16px; }
.blog__title:hover {
            text-decoration: underline; }
.blog__date {
        font-weight: 600;
        font-size: 14px;
        color: #666;
        color: var(--gray-dark);
        margin-bottom: 16px; }
@media (min-width: 1024px) {

    .blog__date {
            font-size: 12px; } }
.blog__text {
        font-size: 16px;
        line-height: 24px;
        color: #4a4a4a;
        color: var(--gray-ultradark);
        margin-bottom: 16px;
        max-height: 120px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5; }
@media (min-width: 1024px) {

    .blog__text {
            font-size: 14px; } }
.blog__link {
        font-weight: 500;
        font-size: 16px;
        color: #000;
        color: var(--black); }
.blog__link:hover {
            text-decoration: underline; }
@media (min-width: 1024px) {

    .blog__link {
            font-size: 14px; } }
.blog__link svg {
            position: relative;
            top: 1px; }
@media (min-width: 1024px) {

        .blog__link svg {
                top: 2px; } }
.blog__btn {
        width: 100%;
        height: 60px !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 24px; }
.blog__btn:hover {
            background-color: #d0021b;
            background-color: var(--red);
            border-color: #d0021b;
            border-color: var(--red); }
@media (min-width: 480px) {

    .blog__btn {
            max-width: 327px;
            height: 50px !important; } }
.blog__header {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 32px; }
@media (min-width: 1024px) {

    .blog__header {
            font-size: 24px;
            margin-bottom: 48px;
            font-weight: 500; } }
button[class^='c-button'],
button[class*='c-button'] {
    font-family: 'Montserrat', sans-serif;
    font-family: var(--ff);
    border-radius: 0; }
button[class^='c-button']:active,
    button[class^='c-button']:focus,
    button[class*='c-button']:active,
    button[class*='c-button']:focus {
        outline: none; }
.button-reset svg {
            transition: all 300ms; }
.button-reset svg:hover {
                fill: #000;
                fill: var(--black); }
a[class^='c-button'],
a[class*='c-button'] {
    text-decoration: none; }
.c-button {
    cursor: pointer;
    border: 1px solid #000;
    border: 1px solid var(--black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 19px;
    text-align: center;
    color: #fff;
    color: var(--white);
    background: #000;
    background: var(--black);
    border-radius: 1px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    font-size: 14px;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out; }
.c-button--no-transition {
        transition: none; }
.c-button:hover {
        text-decoration: none; }
.c-button--small {
        height: 30px; }
.c-button--medium {
        height: 50px; }
.c-button--large {
        height: 60px; }
.c-button.is-disabled {
        cursor: not-allowed;
        opacity: 0.3; }
.c-button--black:not(.is-disabled):hover {
            background-color: #d0021b;
            background-color: var(--red);
            border-color: #d0021b;
            border-color: var(--red); }
.c-button--white:not(.is-disabled):hover {
            background-color: #000;
            background-color: var(--black);
            border-color: #000;
            border-color: var(--black);
            color: #fff;
            color: var(--white); }
.c-btn--black:hover {
            background-color: #d0021b;
            background-color: var(--red);
            border-color: #d0021b;
            border-color: var(--red); }
/* todo - prehodit z app komplet, az se namerguje HP, prodejny */
.c-container.c-container--small {
    max-width: 1180px;
    max-width: var(--container-small); }
.c-fly-cart {
    display: none; }
.c-fly-cart__button--white {
            border: none !important;
            box-shadow: 0 0 0 1px #000;
            box-shadow: 0 0 0 1px var(--black);
            transition: box-shadow 300ms; }
.c-fly-cart__button--white:hover {
                background-color: #fff !important;
                background-color: var(--white) !important;
                color: #000 !important;
                color: var(--black) !important;
                box-shadow: 0 0 0 2px #000;
                box-shadow: 0 0 0 2px var(--black); }
@media (min-width: 1024px) {
    .c-fly-cart {
        display: inline;
        display: initial;
        border-left: 1px solid #4a4a4a;
        border-left: 1px solid var(--gray-ultradark);
        transform: translateX(100%);
        transition: transform 0.5s ease-in-out;
        transition-delay: 0.2s; }

        .c-fly-cart.has-transition {
            transform: translateX(0); }

        .c-fly-cart__scrollable {
            height: calc(100vh - 306px - 78px - 32px);
            overflow-y: scroll;
            position: relative; }

        .c-fly-cart.x-height {
            height: calc(100vh - 217px - 78px - 32px); } }
@media (min-width: 1024px) {
.c-aside {
        width: 380px; } }
.c-aside__inner {
        height: calc(100vh - 115px); }
@media (min-width: 1024px) {

    .c-aside__inner {
            height: calc(100vh - 50px); } }
.c-cart-item__prices {
        display: flex;
        align-items: baseline; }
.c-cart-item .red-text {
        color: #d0021b;
        color: var(--red); }
.c-cart-item .x-gray {
        color: var(--gray-body); }
.x-appendix-margin__footer {
        border-top: 1px solid #e8e8e8;
        border-top: 1px solid var(--gray-border); }
@media (min-width: 1024px) {
    .x-appendix-margin__footer {
            margin-top: 64px; } }
.c-footer .x-border {
        border-bottom: 1px solid #4a4a4a;
        border-bottom: 1px solid var(--gray-ultradark); }
.c-footer .x-description-panel p {
            margin: 0 0 12px; }
.c-footer .x-description-panel a:hover {
                text-decoration: underline; }
@media (min-width: 1024px) {

    .c-footer .x-last-column {
            display: grid;
            grid-template-columns: auto auto;
            grid-column-gap: 48px; } }
.c-footer__instagram .tns-inner {
        padding-right: 20%; }
@media (min-width: 1024px) {
    .c-footer__instagram .tns-inner {
            padding-right: 0; } }
.instagram-controls__button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s; }
.instagram-controls__button:not(.tns-nav-active) {
            cursor: pointer;
            opacity: 1; }
.instagram-controls__button:hover svg {
                fill: #000;
                fill: var(--black); }
.instagram-controls__button svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            fill: #fff;
            fill: var(--white);
            transition: fill 0.3s; }
.instagram-controls__button--left {
            left: 0; }
.instagram-controls__button--right {
            right: 0; }
.c-group-regular__state {
        margin-bottom: 8px; }
.c-group-regular__state label {
            display: none; }
.c-group-regular__state input {
            border: 1px solid #e0e0e0 !important;
            border: 1px solid var(--gray-input) !important; }
.c-group-info {
    margin-bottom: 20px; }
.c-form-checkbox {
    --border: #9b9b9b;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    cursor: pointer; }
.c-form-checkbox.is-disabled {
        opacity: 0.3;
        cursor: not-allowed; }
.c-form-checkbox__title {
        margin-left: 8px; }
.c-form-checkbox__checked-input-div {
        width: 20px;
        height: 20px;
        display: flex;
        border-radius: 3px;
        align-items: center;
        justify-content: center; }
.c-form-checkbox__input {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: 1px solid var(--border);
        border-radius: 3px;
        height: 20px;
        width: 20px;
        margin-right: 8px; }
.c-form-checkbox__input + .c-form-checkbox__checked-input-div {
            display: none;
            left: 0;
            position: absolute;
            top: 0; }
.c-form-checkbox__input:checked {
            background: #000 !important;
            background: var(--black) !important; }
.c-form-checkbox__input:checked + .c-form-checkbox__checked-input-div {
                display: flex; }
.c-form-color {
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
    width: 100%; }
.c-form-color.is-disabled {
        opacity: 0.3;
        cursor: not-allowed; }
.c-form-color__inner-div {
        border-radius: 50%;
        height: 20px;
        width: 20px;
        border: 2px solid #fff;
        border: 2px solid var(--white);
        position: absolute;
        left: 3px;
        top: 3px; }
.c-form-color__outer-div {
        width: 26px;
        height: 26px;
        border: 2px solid #fff;
        border: 2px solid var(--white);
        border-radius: 50%;
        margin-right: 8px; }
.c-form-color__input {
        display: none; }
.c-form-color__input:checked + .c-form-color__outer-div {
                border-color: #000;
                border-color: var(--black); }
.c-form-number {
    --border: #AAAAAA; }
.c-form-number__input::-webkit-outer-spin-button,
    .c-form-number__input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
.c-form-number__input {
        -moz-appearance: textfield;
        margin: 0;
        border: 1px solid var(--border);
        height: 40px;
        width: 70px;
        font-size: 16px !important;
        border-radius: 3px;
        padding: 0 8px 0 16px; }
.c-form-textarea textarea {
        color: #000;
        color: var(--black); }
.c-gallery--stores {
    height: 100%; }
.c-gallery--stores .image-gallery-content {
        height: 100%; }
.c-gallery--stores .image-gallery-thumbnails {
        padding-right: 4px;
        z-index: 10;
        padding-bottom: 40px;
        height: calc(100vh - 76px) !important; }
.c-gallery--stores .image-gallery-thumbnail-inner {
        height: 100%; }
.c-gallery--stores .image-gallery-image {
        -o-object-fit: cover;
           object-fit: cover; }
.c-gallery--stores .image-gallery-thumbnails-wrapper.left.thumbnails-swipe-vertical {
        width: 306px; }
.c-gallery--stores .image-gallery-slide-wrapper.left {
        width: calc(100% - 302px);
        margin-left: 302px;
        height: calc(100% - 76px); }
.c-gallery--stores .image-gallery-content.left,
    .c-gallery--stores .image-gallery-slide .image-gallery-image,
    .c-gallery--stores .image-gallery-content.right .image-gallery-slide .image-gallery-image {
        height: calc(100vh - 76px); }
.c-gallery--stores .image-gallery-thumbnails-wrapper.left,
    .c-gallery--stores .image-gallery-thumbnails-wrapper.right {
        margin: 0; }
.c-gallery--stores .image-gallery-thumbnail-image {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        width: 302px; }
.c-gallery--stores .image-gallery-icon {
        filter: none;
        fill: #fff;
        fill: var(--white); }
.c-gallery--stores .image-gallery-thumbnail {
        height: 220px;
        width: 302px;
        margin-bottom: 4px;
        margin-top: 0;
        position: relative;
        border: 0;
        cursor: pointer; }
.c-gallery--stores .image-gallery-thumbnail.active,
        .c-gallery--stores .image-gallery-thumbnail:active,
        .c-gallery--stores .image-gallery-thumbnail:hover,
        .c-gallery--stores .image-gallery-thumbnail:focus {
            border: 0; }
.c-gallery--stores .image-gallery-thumbnail.active:before, .c-gallery--stores .image-gallery-thumbnail:active:before, .c-gallery--stores .image-gallery-thumbnail:hover:before, .c-gallery--stores .image-gallery-thumbnail:focus:before {
                content: '';
                width: 100%;
                height: 100%;
                border: 3px solid #d0021b;
                border: 3px solid var(--red);
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1; }
.c-gallery {
    --bg: #EBEBEB;

    background: var(--bg); }
.c-gallery .image-gallery-thumbnails {
        margin: 48px 0 0 48px;
        z-index: 50;
        background: var(--bg); }
.c-gallery .image-gallery-thumbnail {
        margin-bottom: 8px;
        border: 2px solid transparent; }
.c-gallery .image-gallery-thumbnail:active,
        .c-gallery .image-gallery-thumbnail:hover,
        .c-gallery .image-gallery-thumbnail:focus {
            border-color: #000;
            border-color: var(--black); }
.c-go-top {
    align-items: center;
    background: #d0021b;
    background: var(--red);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 9rem;
    justify-content: center;
    margin: 40px auto;
    width: 9rem; }
.c-go-top svg {
        transform: rotate(180deg); }
@media (min-width: 1024px) {
    .c-go-top {
        bottom: 3rem;
        box-shadow: 0 0 17px -8px #4a4a4a;
        box-shadow: 0 0 17px -8px var(--gray-ultradark);
        height: 3rem;
        position: fixed;
        right: 3rem;
        width: 3rem;
        z-index: 150; }

        .c-go-top svg {
            height: 1rem;
            width: 1rem; } }
@media (min-width: 1024px) {
.c-header > .c-container {
            background-color: #000;
            background-color: var(--black); } }
.c-header__inner {
        display: flex;
        height: 70px;
        position: relative; }
@media (min-width: 1024px) {

    .c-header__inner {
            height: 74px;
            padding-left: 100px;
            background-color: #000;
            background-color: var(--black); }

            .c-header__inner .x-search,
            .c-header__inner .x-hamburger,
            .c-header__inner .x-avatar {
                display: none; }

            .c-header__inner .x-heart-icon {
                width: 26px;
                height: 24px; }

            .c-header__inner .x-cart-icon {
                width: 38px;
                height: 24px; } }
.c-header__top-panel {
        min-height: 47px; }
@media (min-width: 1024px) {

    .c-header__top-panel {
            min-height: 40px; } }
.c-header__top-panel li {
            border-color: #aaa;
            border-color: var(--gray); }
.c-header__top-panel li a:hover {
                    text-decoration: underline; }
.c-header--sticky {
        transition: transform 0.3s ease-in-out; }
.c-header--sticky.is-unpinned {
            transform: translateY(-100%); }
.c-header--sticky.is-unpinned .c-testify {
                display: none !important; }
.c-header--sticky.is-unpinned .c-search-mobile {
                transform: translateY(-100%); }
.c-large-aside {
    opacity: 0; }
.c-loader {
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out; }
.c-loader.full-opacity,
    .c-loader.is-opacity {
        opacity: 1; }
.c-loader.is-active {
        display: flex; }
.c-loader--opacity-bg {
        background: rgba(0, 0, 0, 0.7); }
.c-loader__inner {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
        z-index: 1; }
.c-loader__inner div {
            -webkit-animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
                    animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            transform-origin: 40px 40px; }
.c-loader__inner div::after {
                content: '';
                display: block;
                position: absolute;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background: #fff;
                background: var(--white);
                margin: -4px 0 0 -4px; }
.c-loader__inner div:nth-child(1) {
            -webkit-animation-delay: -0.036s;
                    animation-delay: -0.036s; }
.c-loader__inner div:nth-child(1)::after {
            top: 63px;
            left: 63px; }
.c-loader__inner div:nth-child(2) {
            -webkit-animation-delay: -0.072s;
                    animation-delay: -0.072s; }
.c-loader__inner div:nth-child(2)::after {
            top: 68px;
            left: 56px; }
.c-loader__inner div:nth-child(3) {
            -webkit-animation-delay: -0.108s;
                    animation-delay: -0.108s; }
.c-loader__inner div:nth-child(3)::after {
            top: 71px;
            left: 48px; }
.c-loader__inner div:nth-child(4) {
            -webkit-animation-delay: -0.144s;
                    animation-delay: -0.144s; }
.c-loader__inner div:nth-child(4)::after {
            top: 72px;
            left: 40px; }
.c-loader__inner div:nth-child(5) {
            -webkit-animation-delay: -0.18s;
                    animation-delay: -0.18s; }
.c-loader__inner div:nth-child(5)::after {
            top: 71px;
            left: 32px; }
.c-loader__inner div:nth-child(6) {
            -webkit-animation-delay: -0.216s;
                    animation-delay: -0.216s; }
.c-loader__inner div:nth-child(6)::after {
            top: 68px;
            left: 24px; }
.c-loader__inner div:nth-child(7) {
            -webkit-animation-delay: -0.252s;
                    animation-delay: -0.252s; }
.c-loader__inner div:nth-child(7)::after {
            top: 63px;
            left: 17px; }
.c-loader__inner div:nth-child(8) {
            -webkit-animation-delay: -0.288s;
                    animation-delay: -0.288s; }
.c-loader__inner div:nth-child(8)::after {
            top: 56px;
            left: 12px; }
@-webkit-keyframes loader {
    0% {
        transform: rotate(0deg); }

    100% {
        transform: rotate(360deg); } }
@keyframes loader {
    0% {
        transform: rotate(0deg); }

    100% {
        transform: rotate(360deg); } }
.c-logo {
    --mla: auto;
    --mra: auto;
    --top: 0;
    --left: 0;
    --right: 0;
    --bottom: 0;
    --width: 40px; }
@media (min-width: 1024px) {
.c-logo {
        --mla: 0;
        --mra: 0;
        --top: auto;
        --right: auto;
        --width: 100px;

        height: calc(100% + 40px);
        background: #d0021b;
        background: var(--red); } }
.c-logo {

    bottom: var(--bottom);
    left: var(--left);
    top: var(--top);
    right: var(--right);
    margin-left: var(--mla);
    margin-right: var(--mra);
    width: var(--width);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center; }
.c-navigation__item:hover > a {
                text-decoration: underline; }
.c-navigation__item.is-display .c-testify {
                display: block; }
.c-navigation__item.is-display.is-transition .c-testify__container {
                    opacity: 1; }
.c-navigation-mobile {
    transform: translateX(-100%);
    transition: transform 0.25s cubic-bezier(0.09, 0.11, 0.24, 0.91); }
.c-navigation-mobile.is-active {
        transform: translateX(0); }
.c-navigation-mobile__inner {
        overflow-y: scroll;
        height: calc(100vh - 68px); }
.c-navigation-mobile ul + ul {
        border-top: 1px solid #e8e8e8;
        border-top: 1px solid var(--gray-light);
        margin-top: 8px;
        padding-top: 8px; }
.c-testify__container {
        opacity: 0;
        transition: opacity 300ms; }
.c-testify__banner {
        display: none; }
@media (min-width: 1440px) {

    .c-testify__banner {
            display: block; } }
.c-testify__wrapper {
        display: grid;
        grid-template-columns: 200px 200px 200px; }
@media (min-width: 1440px) {

        .c-testify__wrapper.c-testify__wrapper-two-columns {
                grid-template-columns: auto auto auto;
                grid-gap: 96px; } }
.c-testify__subtitle {
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
        color: var(--black);
        font-weight: 700; }
.c-testify__content a:hover {
                text-decoration: underline; }
.c-testify__item a:hover {
                text-decoration: underline; }
@media (min-width: 1440px) {

        .c-testify__item--two-columns {
                -moz-columns: 2;
                     columns: 2; } }
.c-newsletter-subscribe .x-lh {
        line-height: 24px; }
@media (min-width: 1024px) {
    .c-newsletter-subscribe .x-lh {
            line-height: 21px; } }
.c-newsletter-subscribe__form {
        position: relative; }
.c-newsletter-subscribe__form label {
            position: absolute;
            background-color: #fff;
            background-color: var(--white);
            font-size: 12px !important;
            left: 8px;
            top: -7px;
            color: #4A4A4A !important; }
.c-notification > div {
        flex: 1 1 100%; }
@media (min-width: 1024px) {
            .c-product-card:hover .c-product-card__sizes {
                transform: translateY(0); } }
@media (min-width: 1024px) {

    .c-product-card__sizes {
            display: block;
            transform: translateY(100%); } }
.c-product-card__voucher {
        color: #3ba465;
        color: var(--green);
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px; }
.c-header__prev {
        display: flex;
        align-items: center; }
@media (min-width: 1024px) {

    .c-header__prev {
            display: none; } }
.c-header__prev svg {
            margin-right: 8px;
            fill: #fff;
            fill: var(--white); }
.c-header__prev span {
            color: #fff;
            color: var(--white);
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase; }
.c-header__inner--cart {
            align-items: center;
            justify-content: space-between; }
.c-header__contact {
        margin-right: 0;
        margin-left: auto;
        align-items: center; }
.c-header__contact--desktop {
            display: none; }
@media (min-width: 1024px) {

        .c-header__contact--desktop {
                display: flex; } }
.c-header__contact--mobile {
            display: flex; }
@media (min-width: 1024px) {

        .c-header__contact--mobile {
                display: none; } }
.c-header__contact span {
            color: #fff;
            color: var(--white);
            font-weight: 500;
            font-size: 12px;
            text-transform: uppercase; }
@media (min-width: 1024px) {

        .c-header__contact span {
                font-size: 14px;
                letter-spacing: 1px; } }
.c-header__contact svg {
            margin-right: 10px; }
.c-search-desktop {
    cursor: pointer; }
.c-search-desktop__inner {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid var(--white); }
.c-search-desktop__input:active,
        .c-search-desktop__input:focus,
        .c-search-desktop__input.focus-visible {
            color: #fff;
            color: var(--white);
            outline: none; }
.c-search-desktop__input:active,
        .c-search-desktop__input:focus,
        .c-search-desktop__input:focus-visible {
            color: #fff;
            color: var(--white);
            outline: none; }
.c-search-mobile {
    transition: transform 0.3s ease-in-out; }
.c-search-mobile__input:active,
        .c-search-mobile__input:focus,
        .c-search-mobile__input.focus-visible {
            color: #000;
            color: var(--black);
            outline: none; }
.c-search-mobile__input:active,
        .c-search-mobile__input:focus,
        .c-search-mobile__input:focus-visible {
            color: #000;
            color: var(--black);
            outline: none; }
.c-shadow {
    background: #000;
    background: var(--black);
    height: 100%;
    left: 0;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.7; }
.c-shadow.is-display {
        display: block; }
@media (min-width: 1024px) {
        .c-testify__list {
            display: grid;
            grid-template-columns: 200px 200px 200px; } }
.p-404__inner {
    position: relative;
    display: flex;
    align-items: center; }
@media (max-width: 1024px) {
  .p-404__inner {
      height: calc(100vh - 70px); } }
@media (min-width: 1024px) {
  .p-404__inner {
      height: calc(100vh - 114px); } }
.p-404__content {
    text-align: center;
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }
@media (max-width: 1024px) {

  .p-404__content {
      width: 100%; } }
.p-404__small {
    font-size: 12px;
    color: #4A4A4A;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0; }
.p-404__title {
    font-size: 35px;
    font-weight: bold;
    margin: 30px 0 50px; }
.p-404__btn {
    width: 310px;
    margin: 0 0 40px; }
@media (max-width:370px) {

  .p-404__btn {
      width: 100%; } }
.p-404__perrex {
    font-size: 12px;
    font-weight: bold; }
.brand-header {
    align-items: flex-start;
    margin-top: 48px;
    margin-bottom: 32px; }
@media (min-width: 1024px) {
.brand-header {
        margin-bottom: 18px; } }
@media (min-width: 1024px) {
.brand-header {
        margin-top: 64px; } }
.brand-header__image {
        max-width: 140px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 48px; }
@media (min-width: 1024px) {

    .brand-header__image {
            max-width: 180px;
            margin-right: 64px; } }
.brand-header__description {
        text-align: left;
        display: block; }
@media (min-width: 1024px) {

    .brand-header__description {
            margin-bottom: 64px; } }
@media (min-width: 768px) {

    .brand-header__info {
            display: flex;
            flex-wrap: wrap;
            margin-left: -16px;
            margin-right: -16px; } }
@media (min-width: 1024px) {

    .brand-header__info {
            margin-left: -32px;
            margin-right: -32px; } }
@media (min-width: 1440px) {

    .brand-header__info {
            margin-left: -64px;
            margin-right: -64px; } }
.brand-header__info--button {
            position: absolute;
            height: 100%;
            width: 52px;
            top: 0;
            right: 0;
            transition: all .2s; }
@media (min-width: 768px) {

        .brand-header__info--button {
                display: none; } }
.brand-header__info--button svg {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%); }
.brand-header__info--item {
            border-bottom: 1px solid #e8e8e8;
            border-bottom: 1px solid var(--gray-light); }
@media (min-width: 768px) {

        .brand-header__info--item {
                border: none;
                width: 33.3333%;
                flex: 0 0 33.3333%;
                padding: 0 16px;
                position: relative; } }
@media (min-width: 768px) and (min-width: 1024px) {

        .brand-header__info--item {
                    padding: 0 32px; } }
@media (min-width: 768px) and (min-width: 1440px) {

        .brand-header__info--item {
                    padding: 0 64px; } }
@media (min-width: 768px) {

                .brand-header__info--item:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 1px;
                    height: 100%;
                    background-color: #e8e8e8;
                    background-color: var(--gray-light); }
                    .brand-header__info--item:last-child:before {
                        display: none; } }
.brand-header__info--item:last-child {
                border-bottom: none; }
.brand-header__info--item.is-open .brand-header__info--list {
                    height: 100%;
                    display: block; }
.brand-header__info--item.is-open .brand-header__info--button {
                    transform: rotate(-180deg); }
.brand-header__info--title {
            font-size: 16px;
            font-weight: 500;
            padding-top: 16px;
            padding-bottom: 16px;
            position: relative; }
@media (min-width: 768px) {

        .brand-header__info--title {
                pointer-events: none;
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 700;
                padding: 0;
                margin-bottom: 16px; } }
.brand-header__info--list {
            height: 0;
            display: none;
            transition: all 2s; }
@media (min-width: 768px) {

        .brand-header__info--list {
                display: block;
                height: auto; } }
@media (min-width: 1024px) {
                .brand-header__info--list.two-column ul {
                        -moz-columns: 2;
                             columns: 2; } }
.brand-header__info--list ul {
                padding-left: 24px; }
@media (min-width: 768px) {

            .brand-header__info--list ul {
                    padding-left: 0; } }
.brand-header__info--list ul li {
                    font-size: 16px;
                    line-height: 40px; }
@media (min-width: 768px) {

                .brand-header__info--list ul li {
                        font-size: 14px;
                        line-height: 29px; } }
.brand-header__info--list ul li a {
                        text-decoration: none; }
.brand-header__info--list ul li a:hover {
                            text-decoration: underline; }
.brand__intro--header {
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 32px; }
@media (min-width: 1024px) {
        .brand__intro--header {
                font-size: 24px;
                font-weight: 500;
                margin-bottom: 48px; } }
.brand__image--desktop {
            display: none; }
@media (min-width: 600px) {
        .brand__image--desktop {
                display: block;
                width: 100%;
                height: 478px; }

                .brand__image--desktop img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                       object-fit: cover; } }
.brand__image--mobile {
            width: 100%;
            height: 375px; }
@media (min-width: 600px) {

        .brand__image--mobile {
                display: none; } }
.brand__image--mobile img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
.p-brands {
    padding-bottom: 48px; }
.p-brands .c-title {
        text-transform: uppercase;
        font-size: 20px !important;
        font-weight: 500; }
@media (min-width: 1024px) {

    .p-brands .c-title {
            font-size: 24px !important; } }
.p-brands__main {
        max-width: 956px;
        width: 100%;
        margin: 0 auto; }
.p-brands__main--inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: center; }
.p-brands__main--item {
            width: 50%;
            flex: 0 0 50%;
            position: relative;
            margin-bottom: 48px; }
@media (min-width: 1024px) {

        .p-brands__main--item {
                width: 25%;
                flex: 0 0 25%; } }
.p-brands__main--item a {
                display: block; }
.p-brands__main--item img {
                width: auto;
                height: 54px;
                margin: 0 auto; }
@media (min-width: 600px) {

            .p-brands__main--item img {
                    height: 72px; } }
@media (min-width: 1024px) {

            .p-brands__main--item img {
                    max-width: 112px;
                    max-height: 80px; } }
.iti {
  position: relative;
  display: inline-block; }
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
.iti__hide {
    display: none; }
.iti__v-hide {
    visibility: hidden; }
.iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
.iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
.iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
@media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
.iti__flag-box {
    display: inline-block;
    width: 20px; }
.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
.iti__country {
    padding: 5px 10px;
    outline: none; }
.iti__dial-code {
    color: #999; }
.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
.iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
.iti__flag-box, .iti__country-name {
    margin-right: 6px; }
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
.iti--container:hover {
      cursor: pointer; }
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }
.iti__flag {
  width: 20px; }
.iti__flag.iti__be {
    width: 18px; }
.iti__flag.iti__ch {
    width: 15px; }
.iti__flag.iti__mc {
    width: 19px; }
.iti__flag.iti__ne {
    width: 18px; }
.iti__flag.iti__np {
    width: 13px; }
.iti__flag.iti__va {
    width: 15px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../img/flags@2x.png"); } }
.iti__flag.iti__np {
  background-color: transparent; }
.iti__flag {
    background-image: url('../images/flags.png'); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
        background-image: url('../images/flags@2x.png'); } }
.iti--allow-dropdown {
    width: 100%; }
.p-cart .flags-label {
        position: absolute;
        z-index: 1;
        top: -11px; }
.phone-number {
    position: absolute;
    z-index: 1;
    top: -24px; }
.registration .phone-wrapper {
        margin-top: 20px; }
@media (min-width: 1024px) {
.c-cart-header__icos {
        height: 36px; } }
.c-shippay-item__imager img {
            max-height: 50px;
            width: auto; }
.close-ppl-widget {
    z-index: 9001;
    background-color: #FFFFFF;
    height: 56px;
    width: 56px;
    right: 54px;
    top: 16px;
    padding: 11px; }
@media (min-width: 991px) {
.close-ppl-widget {
        right: 38px;
        top: 40px;
        padding: 20px; } }
@media (max-width: 991px) {
.close-ppl-widget {
        top: 14px;
        right: 16px;
        height: 40px;
        width: 40px; } }
#frameWrapper {
    height: 100vh; }
@media (min-width: 992px) {
#frameWrapper {
        height: calc(100vh - 48px);
        overflow: hidden; } }
#frameModal {
    padding: 35px; }
@media (max-width: 992px) {
#frameModal {
        padding: 0; } }
#ppl-parcelshop-map .language-wrapper {
    border-right: 1px solid #e7ecef;
    right: 94px !important; }
@media (max-width: 769px) {
#ppl-parcelshop-map .language-wrapper {
        top: 15px;
        padding: 10px;
        right: 56px !important; } }
#ppl-parcelshop-map .smap {
    min-height: calc(100vh - 167px); }
@media (min-width: 1023px) {
#ppl-parcelshop-map .smap {
        max-height: calc(100vh - 48px) !important; } }
#ppl-parcelshop-map .accordion-map .accordion-map__toggle {
    padding-bottom: 36px !important; }
#ppl-parcelshop-map .accordion-map--select .accordion-map__toggle {
    padding-bottom: 36px !important; }
#ppl-parcelshop-map .control-panel__search-tool {
    align-items: center; }
#ppl-parcelshop-map .c-btn {
    display: flex !important;
    align-items: center !important; }
#ppl-parcelshop-map .c-btn.btn--without-arrow {
    padding-bottom: 24px; }
.mb-2.col-12 {
    padding-bottom: 20px !important; }
.c-badge {
    min-height: auto; }
.c-badge .c-btn {
        width: 184px;
        font-size: 14px;
        font-weight: 500;
        bottom: 40px;
        background: #d0021b;
        background: var(--red);
        border-color: #d0021b;
        border-color: var(--red); }
@media (min-width: 1024px) {

    .c-badge .c-btn {
            width: 160px; } }
.l-badge-list__inner--small .c-badge {
            height: 328px; }
@media (min-width: 1024px) {
        .l-badge-list__inner--small .c-badge {
                height: 256px; } }
.l-badge-list__inner--medium .c-badge {
            height: 200px; }
@media (min-width: 1024px) {
        .l-badge-list__inner--medium .c-badge {
                height: 310px; } }
@media (min-width: 1024px) {
    .item__detail {
            margin-left: -48px;
            margin-right: -48px; } }
.benefit {
    border-top: 1px solid #e8e8e8;
    border-top: 1px solid var(--gray-light);
    border-bottom: 1px solid #e8e8e8;
    border-bottom: 1px solid var(--gray-light); }
@media (min-width: 768px) {

    .benefit__inner {
            flex-wrap: wrap;
            display: flex;
            margin-left: -15px;
            margin-right: -15px; } }
@media (min-width: 768px) {
    .benefit__item {
            width: 50%;
            flex: 0 0 50%;
            padding: 0 15px; } }
@media (min-width: 1024px) {
    .benefit__item {
            width: 25%;
            flex: 0 0 25%; } }
.benefit__item p span {
                color: #aaa;
                color: var(--gray); }
@media (min-width: 768px) {
            .benefit__item p span {
                    display: block; } }
.newsletter {
    border-bottom: 1px solid #e8e8e8;
    border-bottom: 1px solid var(--gray-light); }
@media (min-width: 1024px) {

    .newsletter__text {
            max-width: 460px;
            width: 100%; } }
.newsletter__form {
        position: relative; }
@media (min-width: 1024px) {

    .newsletter__form {
            max-width: 410px;
            width: 100%; }

            .newsletter__form button {
                max-width: 138px;
                width: 100%;
                height: 40px;
                position: absolute;
                right: 0;
                top: 3px; } }
.newsletter__form label {
            position: absolute;
            background-color: #fff;
            background-color: var(--white);
            left: 8px;
            top: -4px; }
.newsletter__form input {
            border-radius: 3px; }
@media (min-width: 1024px) {

        .newsletter__form input {
                height: 40px;
                padding-left: 16px;
                padding-right: 154px; } }
.instagram .glide__slides {
        width: 100% !important; }
.instagram__img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
.instagram__img svg {
            position: absolute;
            bottom: 16px;
            left: 16px; }
.instagram__text {
        max-width: 530px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 24px; }
.controls__wrapper {
        top: 30%; }
.p-my-profile__title {
        text-align: center;
        margin-bottom: 40px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1.5px;
        font-size: 24px; }
.p-my-profile__form {
        width: 100%;
        margin: 0 auto; }
.p-my-profile__form fieldset {
            padding: 0; }
.p-my-profile__form fieldset .c-form__group:first-child {
                    margin-top: 0 !important; }
@media (min-width: 600px) {

    .p-my-profile__form {
            max-width: 375px; } }
@media (min-width: 1024px) {

    .p-my-profile__form {
            max-width: 327px; } }
.p-my-profile__form .p-account__settings {
            max-width: 100%; }
.p-my-profile__form .c-form__group:not(.is-active) .c-group-regular__label {
                    left: 16px; }
@media (min-width: 1024px) {
                .p-my-profile__form .c-form__group:not(.is-active) .c-group-regular__label {
                        padding-top: 11px; } }
.p-my-profile__form .c-form__group.is-active .c-group-regular__label {
                    left: 16px; }
@media (min-width: 1024px) {
                .p-my-profile__form .c-form__group.is-active .c-group-regular__label {
                        padding-top: 20px; } }
.p-my-profile__form .c-group-regular__field {
            height: 50px !important;
            padding: 0 16px !important;
            border: 1px solid #000 !important;
            border: 1px solid var(--black) !important;
            border-radius: 3px !important; }
@media (min-width: 1024px) {

        .p-my-profile__form .c-group-regular__field {
                height: 40px !important; } }
.p-my-profile__form .pli {
            padding-left: 90px !important; }
.p-my-profile__button {
        width: 100%;
        height: 60px !important;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500; }
.p-my-profile__button:hover {
            background-color: #d0021b;
            background-color: var(--red);
            border-color: #d0021b;
            border-color: var(--red); }
.registration {
    padding-top: 32px;
    padding-bottom: 128px; }
.registration fieldset {
        padding: 0;
        margin-bottom: 0; }
.registration input[type="checkbox"]:not(.x-new) {
        border: 1px solid #aaa;
        border: 1px solid var(--gray);
        border-radius: 3px;
        position: absolute;
        top: 2px;
        left: 0; }
.registration input[type="checkbox"]:checked {
        background: #000;
        background: var(--black); }
.registration__title {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 40px; }
@media (min-width: 1024px) {

    .registration__title {
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 48px; } }
.registration .c-parade__content img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
.registration .p-entry__inner {
            padding-left: 0;
            padding-right: 0; }
@media (min-width: 1024px) {
        .registration .p-entry__inner {
                display: flex;
                flex-wrap: wrap;
                margin-left: -12px;
                margin-right: -12px; } }
.registration .p-entry__inner .l-entry {
                margin: 0 auto; }
.registration .p-entry__imager,
        .registration .p-entry__content {
            width: 100%; }
@media (min-width: 1024px) {

        .registration .p-entry__imager,
        .registration .p-entry__content {
                width: 50%;
                flex: 0 0 50%;
                padding-left: 12px;
                padding-right: 12px;
                margin: 0; } }
.registration .p-entry__note {
        margin: 0;
        font-size: 14px; }
.registration .p-entry__note span {
            color: #4a4a4a;
            color: var(--gray-ultradark); }
.registration .p-entry__note a {
            color: #000;
            color: var(--black); }
.registration .p-entry__note a:hover {
                text-decoration: underline; }
.registration__content {
        background: transparent;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
@media (min-width: 1024px) {

    .registration__content {
            background: #f9f9f9;
            background: var(--gray-ultralight); } }
.registration__content--inner {
            width: 100%; }
@media (min-width: 600px) {

        .registration__content--inner {
                max-width: 327px;
                width: 100%; } }
.registration .c-form__group {
        margin: 0;
        margin-bottom: 24px; }
.registration .c-form__group--input {
            padding-left: 34px; }
.registration .c-form__group--input label {
                font-size: 14px;
                line-height: 24px;
                color: #aaa;
                color: var(--gray); }
.registration .c-form__group--input label a {
                    text-decoration: none; }
.registration .c-form__group--button {
            margin-top: 32px;
            margin-bottom: 32px; }
.registration .c-form__group--button button {
                height: 60px;
                font-weight: 500;
                font-size: 14px; }
@media (min-width: 1024px) {

            .registration .c-form__group--button button {
                    height: 50px; } }
.registration .c-form__group input:not(input[type="checkbox"]) {
            height: 50px;
            padding-left: 16px;
            border: 1px solid #aaa;
            border: 1px solid var(--gray);
            border-radius: 3px;
            font-size: 14px; }
@media (min-width: 1024px) {

        .registration .c-form__group input:not(input[type="checkbox"]) {
                height: 40px; } }
.registration .c-form__group input:not(input[type="checkbox"])::-moz-placeholder {
                font-size: 14px;
                color: #aaa;
                color: var(--gray); }
input:not(input[type="checkbox"])::-moz-placeholder {
                font-size: 14px;
                color: #aaa;
                color: var(--gray); }
.registration .c-form__group input:not(input[type="checkbox"])::placeholder {
                font-size: 14px;
                color: #aaa;
                color: var(--gray); }
.registration .c-form__group input:not(input[type="checkbox"]):focus {
                border-color: #000;
                border-color: var(--black); }
.c-progress-bar__inner {
        width: calc(100% - 70px);
        margin-left: auto;
        margin-right: auto; }
@media (min-width: 600px) {
    .c-progress-bar__inner {
            width: 100%; } }
.c-progress-bar__btn {
        z-index: 1; }
.c-progress-bar__line {
        background-color: #d0021b;
        background-color: var(--red);
        z-index: 0;
        width: calc(100% - 70px);
        left: 50%;
        transform: translateX(-50%); }
@media (min-width: 600px) {

    .c-progress-bar__line {
            width: 100%;
            left: 0;
            transform: none; } }
.sidebar__desktop {
        width: 200px;
        display: none; }
@media (min-width: 1024px) {
    .sidebar__desktop {
            display: block; } }
.sidebar__arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        z-index: -1; }
.sidebar__arrow svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
.sidebar__select {
        width: 100%;
        height: 50px;
        margin-bottom: 32px;
        position: relative; }
@media (min-width: 600px) {

    .sidebar__select {
            max-width: 375px;
            margin: 0 auto;
            margin-bottom: 64px; } }
@media (min-width: 1024px) {

    .sidebar__select {
            display: none; } }
.sidebar__select select {
            width: 100%;
            height: 100%;
            padding-left: 16px;
            padding-right: 16px;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            outline: none;
            font-size: 16px;
            border: 1px solid #aaa;
            border: 1px solid var(--gray);
            border-radius: 3px;
            background-color: transparent; }
.sidebar__select select:focus,
            .sidebar__select select:hover,
            .sidebar__select select:active {
                outline: none; }
.sidebar__select select:focus {
                border-color: #000;
                border-color: var(--black); }
.sidebar__item {
        font-size: 14px;
        line-height: 24px;
        padding: 0;
        transition: color 300ms; }
.sidebar__item.is-active,
        .sidebar__item:hover {
            color: #d0021b;
            color: var(--red); }
.sidebar__item--logout {
            position: relative;
            margin-top: 16px;
            padding-top: 16px;
            display: block; }
.sidebar__item--logout:before {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                width: 130px;
                height: 1px;
                background: #e8e8e8;
                background: var(--gray-light); }
body.p-user .x-if-homepage,
        body.p-user #reactNewsletterSubscribe,
        body.p-user .c-footer__instagram {
            display: none; }
.p-my-profile__name {
        font-weight: 500;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-size: 20px;
        text-align: center;
        margin-bottom: 32px; }
@media (min-width: 768px) {
    .p-my-profile__name {
            font-size: 24px;
            margin-bottom: 48px; } }
@media (min-width: 1024px) {

    .p-my-profile__content {
            max-width: 1180px;
            width: 100%;
            margin: 0 auto; } }
@media (min-width: 1024px) {

        .p-my-profile__content--order {
                margin-right: 0;
                margin-left: auto; } }
@media (min-width: 1600px) {

        .p-my-profile__content--order {
                margin: 0 auto; } }
@media (min-width: 1440px) {

    .p-my-profile__aside {
            position: absolute; } }
.p-my-profile__point {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        color: #d0021b;
        color: var(--red);
        text-align: center;
        margin-bottom: 24px; }
.p-my-profile__discount {
        text-transform: uppercase;
        font-weight: 700;
        color: #000;
        color: var(--black);
        font-size: 14px;
        text-align: center;
        margin-bottom: 8px; }
.p-my-profile__discount span {
            color: #d0021b;
            color: var(--red); }
.p-my-profile__remains {
        text-align: center;
        margin-bottom: 44px;
        font-size: 14px;
        color: #4a4a4a;
        color: var(--gray-ultradark); }
.p-my-profile__range {
        margin-bottom: 32px; }
@media (max-width: 767px) {

    .p-my-profile__range {
            overflow: auto;
            margin-right: -24px;
            padding-bottom: 16px;
            margin-bottom: 16px; } }
.p-my-profile__info {
        text-align: center;
        color: #4a4a4a;
        color: var(--gray-ultradark);
        font-size: 14px;
        margin-bottom: 64px; }
.p-my-profile__info a {
            color: #000;
            color: var(--black); }
.discount {
    margin-bottom: 64px; }
@media (min-width: 1024px) {
.discount {
        margin-bottom: 96px; } }
.discount__inner {
        width: 764px;
        margin-left: auto;
        margin-right: auto;
        overflow-x: auto;
        position: relative; }
.discount__text--title {
            letter-spacing: 1px; }
.discount__text--active .discount__text--title {
                color: #d0021b;
                color: var(--red); }
.discount__progress-bar {
        width: 64px;
        height: 64px;
        position: relative;
        border-radius: 100%;
        background-color: #e8e8e8 !important;
        background-color: var(--gray-light) !important; }
.discount__progress-bar svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            fill: #666;
            fill: var(--gray-dark); }
.discount__progress-bar:after,
        .discount__progress-bar:before {
            background-color: #e8e8e8 !important;
            background-color: var(--gray-border) !important;
            height: 4px !important; }
@media (min-width: 1024px) {
                .discount__progress-bar:not(.discount__progress-bar--active):before, .discount__progress-bar:not(.discount__progress-bar--first):before {
                    background-color: #e8e8e8;
                    background-color: var(--gray-border);
                    position: absolute;
                    width: 130px;
                    height: 2px;
                    content: '';
                    top: 50%;
                    left: -148%;
                    right: 0;
                    z-index: -2;
                    transform: translateY(-50%); } }
.discount__progress-bar--active {
            background-color: #d0021b !important;
            background-color: var(--red) !important; }
.discount__progress-bar--active:before {
                background-color: #d0021b !important;
                background-color: var(--red) !important;
                z-index: -1 !important; }
.discount__progress-bar--active:after {
                z-index: -2 !important; }
.discount__progress-bar--active svg {
                fill: #fff;
                fill: var(--white); }
.discount__progress-bar--first:before {
                display: none; }
.discount__progress-bar--last:after {
                display: none; }
.discount__info {
        text-align: center;
        font-size: 14px;
        color: #4a4a4a;
        color: var(--gray-ultradark);
        margin-top: 24px; }
.discount__info span {
            font-weight: 700;
            color: #d0021b;
            color: var(--red); }
.discount__info a {
            color: #4a4a4a;
            color: var(--gray-ultradark); }
.order__container {
        padding-top: 0 !important;
        padding-bottom: 64px; }
.order__el .c-wysiwyg__accordion-trigger--item {
            border-bottom: 1px solid #e8e8e8;
            border-bottom: 1px solid var(--gray-light);
            margin-bottom: 24px !important; }
.order__el:last-child .c-wysiwyg__accordion-trigger--item {
                margin-bottom: 0 !important; }
.order__item {
        padding: 0 !important; }
.order__title {
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        margin-bottom: 32px;
        font-size: 20px; }
.order__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        padding-right: 24px; }
.order__q {
        font-size: 14px;
        color: #000;
        color: var(--black); }
.order__q--shipping {
            width: 25%;
            flex: 0 0 25%; }
.order__q--history-success,
        .order__q--history-warning,
        .order__q--history-danger,
        .order__q--history {
            font-weight: 600; }
.order__q--history-success {
            color: #3ba465;
            color: var(--green); }
.order__q--history-warning {
            color: #f68e1d;
            color: var(--orange); }
.order__q--history-danger {
            color: #d0021b;
            color: var(--red); }
.order__q--tablet {
            display: block; }
@media (min-width: 1024px) {

        .order__q--tablet {
                display: none; } }
.order__q--mobile {
            display: block; }
@media (min-width: 600px) {

        .order__q--mobile {
                display: none; } }
.order__q__icon {
            margin-right: 24px; }
.order__q__inner {
            display: flex;
            align-items: center; }
.order__q__arrow {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%); }
.order__q__arrow svg {
                transition: transform 0.2s; }
.c-wysiwyg__accordion-trigger--item {
            padding: 0;
            padding-bottom: 24px;
            display: block;
            font-weight: inherit;
            border-bottom: none; }
.c-wysiwyg__accordion-trigger--item.is-active .order__q__arrow svg {
                        transform: rotate(90deg); }
@media (min-width: 1024px) {
    .order__history {
            padding-left: 0 !important;
            padding-right: 0 !important; } }
@media (min-width: 1024px) {

        .order__history-detail-product {
                padding-left: 0 !important;
                padding-right: 0 !important; } }
.vip-card {
    margin-bottom: 64px; }
.vip-card__title {
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 24px; }
.vip-card__item {
        padding: 10px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 24px;
        border: 1px solid #aaa;
        border: 1px solid var(--gray);
        border-radius: 10px;
        height: 191px;
        display: flex;
        align-items: center;
        justify-content: center; }
@media (min-width: 600px) {

    .vip-card__item {
            max-width: 327px; } }
.vip-card__img {
        text-align: center;
        margin-bottom: 16px; }
.vip-card__img img {
            max-width: 266px;
            width: 100%;
            height: auto; }
.vip-card__number {
        font-size: 18px;
        text-align: center;
        letter-spacing: 1px; }
.vip-card__info {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        color: #4a4a4a;
        color: var(--gray-ultradark); }
.vip-card__info a {
            color: #000;
            color: var(--black); }
.vip-card__create .vip-card__icon,
        .vip-card__create .text-2,
        .vip-card__create .text-3 {
            display: none; }
.vip-card__create.is-progress .vip-card__button:hover {
                    background-color: #000;
                    background-color: var(--black);
                    border-color: #000;
                    border-color: var(--black); }
.vip-card__create.is-progress .vip-card__icon {
                display: inline-block; }
.vip-card__create.is-progress .text-1 {
                display: none; }
.vip-card__create.is-progress .text-2 {
                display: block; }
.vip-card__create.is-created .vip-card__button {
                display: none; }
.vip-card__create.is-created .text-3 {
                display: block;
                line-height: 24px; }
@media (min-width: 1024px) {

            .vip-card__create.is-created .text-3 {
                    line-height: 24px; } }
.vip-card__button {
        width: 100%;
        height: 60px !important;
        letter-spacing: 1px;
        font-weight: 500 !important; }
.vip-card__button:hover {
            background-color: #d0021b;
            background-color: var(--red);
            border-color: #d0021b;
            border-color: var(--red); }
@media (min-width: 480px) {

    .vip-card__button {
            max-width: 327px; } }
@media (min-width: 1024px) {

    .vip-card__button {
            height: 50px !important; } }
.vip-card__icon {
        width: 17px;
        height: 17px;
        -webkit-animation: iconLoadAnimate 2s infinite linear;
                animation: iconLoadAnimate 2s infinite linear;

        @-webkit-keyframes iconLoadAnimate {
            from {
                transform: rotate(0deg); }

            to {
                transform: rotate(360deg); } } }
@-webkit-keyframes iconLoadAnimate {
            from {
                transform: rotate(0deg); }

            to {
                transform: rotate(360deg); } }
@keyframes iconLoadAnimate {
            from {
                transform: rotate(0deg); }

            to {
                transform: rotate(360deg); } }
.added-to-cart__aside {
        transform: translateY(100%);
        transition: transform .3s;
        transition-delay: 0.1s; }
.added-to-cart__aside.has-transition {
            transform: translateY(0); }
.detail__wishlist {
        width: 60px;
        height: 60px;
        border: 1px solid #000;
        border: 1px solid var(--black);
        display: block;
        cursor: pointer;
        position: relative; }
.detail__wishlist .icon-1 {
            fill: #000;
            fill: var(--black); }
.detail__wishlist .icon-2 {
            display: none;
            fill: #d0021b;
            fill: var(--red); }
.detail__wishlist svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: opacity 0.3s; }
.detail__title {
        font-size: 16px;
        font-weight: 600; }
.detail__title--img svg {
                position: relative;
                top: 3px; }
@media (min-width: 1024px) {

    .detail__title {
            font-size: 24px;
            font-weight: 500; } }
.detail__parameter table {
            border-spacing: 0 0; }
.detail__parameter table tr {
                height: 35px; }
.detail__parameter table tr:last-child td {
                        border-bottom: 1px solid #e8e8e8;
                        border-bottom: 1px solid var(--gray-light); }
.detail__parameter table tr td {
                    border-top: 1px solid #e8e8e8;
                    border-top: 1px solid var(--gray-light); }
.detail__vip--club {
        line-height: 20px;
        height: 20px;
        border-radius: 2px; }
.detail__color-wrapper {
        display: none; }
@media (min-width: 1024px) {

    .detail__color-wrapper {
            display: inline-grid;
            grid-template-columns: auto auto auto auto auto;
            grid-gap: 4px; } }
.detail__color {
        width: 75px;
        height: 100px;
        display: block; }
.detail__color a img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
.detail__color--active {
            border: 2px solid #000;
            border: 2px solid var(--black);
            pointer-events: none; }
.detail__table {
        overflow-x: auto; }
.detail__table--inner {
            width: 768px;
            position: relative; }
@media (min-width: 600px) {

        .detail__table--inner {
                width: 100%; } }
.detail__table img {
            position: relative; }
@media (min-width: 1024px) {

    .detail__slider--thumbnail {
            max-width: 100%;
            width: 70%;
            padding-left: 48px;
            padding-right: 48px; } }
@media only screen and (min-width: 992px) and (max-width: 1024px) {

    .detail__slider--thumbnail {
            max-width: 100%;
            width: 50%;
            padding-left: 16px;
            padding-right: 16px; } }
@media (min-width: 1024px) {

    .detail__slider--singleproduct {
            max-width: 636px; } }
@media (min-width: 1024px) {

    .detail__content--header {
            max-width: 100%;
            width: 30%;
            padding-left: 48px;
            padding-right: 48px; } }
@media only screen and (min-width: 992px) and (max-width: 1024px) {

    .detail__content--header {
            max-width: 100%;
            width: 50%;
            padding-left: 16px;
            padding-right: 16px; } }
@media (min-width: 1024px) {

    .detail__content--singleproduct {
            min-width: 507px;
            width: 100%; } }
.detail__tosend {
        color: #3ba465;
        color: var(--green); }
.detail__tosend--last {
            color: #f68e1d;
            color: var(--orange); }
.detail__tosend--none {
            color: #aaa;
            color: var(--gray); }
.detail__size {
        width: 100%;
        height: 38px;
        background: #f9f9f9;
        background: var(--gray-ultralight);
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        color: #000;
        color: var(--black);
        margin-bottom: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 5px;
        padding-right: 5px; }
.detail__size.is-active {
            background: #000;
            background: var(--black);
            color: #fff;
            color: var(--white); }
.detail__inner {
        display: flex;
        flex-wrap: wrap;
        margin-left: -2px;
        margin-right: -2px; }
.detail__inner > div {
            width: 25%;
            flex: 0 0 25%;
            padding-left: 2px;
            padding-right: 2px; }
@media (min-width: 768px) {

        .detail__inner > div {
                width: 20%;
                flex: 0 0 20%; } }
[data-inwishlist="true"] .icon-1 {
        display: none; }
[data-inwishlist="true"] .icon-2 {
        display: block; }
.detail-tabs__item.is-open .detail-tabs__content {
                    display: block;
                    opacity: 1;
                    height: 100%; }
.detail-tabs__item.is-open .detail-tabs__header:before {
                        display: none; }
.detail-tabs__item.is-open .detail-tabs__icon:after {
                        opacity: 0; }
.detail-tabs__item:last-child .detail-tabs__header:before {
                    display: none; }
.detail-tabs__item:last-child .detail-tabs__content {
                border-bottom: none; }
.detail-tabs__header {
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
        cursor: pointer; }
.detail-tabs__header:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            height: 1px;
            width: 100%;
            background-color: #e8e8e8;
            background-color: var(--gray-border); }
.detail-tabs__content {
        display: none;
        transition: all 0.2s;
        border-bottom: 1px solid #000;
        border-bottom: 1px solid var(--black);
        padding-bottom: 15px; }
.detail-tabs__icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        width: 10px;
        height: 10px;
        display: block; }
.detail-tabs__icon:before,
        .detail-tabs__icon:after {
            position: absolute;
            content: "";
            background-color: #000;
            background-color: var(--black); }
.detail-tabs__icon:before {
            width: 100%;
            height: 2px;
            top: 50%;
            left: 0;
            transform: translateY(-50%); }
.detail-tabs__icon:after {
            width: 2px;
            height: 100%;
            top: 0;
            left: 50%;
            transform: translateX(-50%); }
.p-detail__mobile-footer {
        transition: transform 0.3s ease-in-out;
        transform: translateY(100%); }
.p-detail__mobile-footer--sticky.is-unpinned:not(.is-top) {
                transform: translateY(0); }
.p-detail__gallery-scrollable {
        box-sizing: content-box;
        width: calc(100% + 16px); }
.p-detail__thumbnail {
        border: 2px solid transparent; }
.p-detail__thumbnail.is-active {
            border-color: #000;
            border-color: var(--black); }
.container__detail--slider {
    max-width: 1550px !important; }
@media only screen and (max-width: 1024px) {
#detailThumbnailSlider {
        margin-left: -24px;
        margin-right: -24px; } }
#detailThumbnailSlider .glide__arrow {
        border: none;
        box-shadow: none; }
#detailThumbnailSlider .glide__arrow svg {
            fill: #aaa;
            fill: var(--gray); }
#detailThumbnailSlider .glide__arrow--left {
            left: 0; }
#detailThumbnailSlider .glide__arrow--right {
            right: 0; }
#detailThumbnailSlider .glide__bullet {
        background: #fff;
        background: var(--white);
        margin: 0 8px;
        box-shadow: none; }
#detailThumbnailSlider .glide__bullet--active {
        background: #000;
        background: var(--black); }
@media (min-width: 1024px) {
        #detailThumbnailSlider .glide__bullets {
            display: none; } }
#detailThumbnailSlider .thumbnail {
        border: none;
        margin-right: 4px; }
.glide__size {
        position: absolute;
        overflow: hidden;
        display: block;
        bottom: 0;
        left: 0;
        height: 0;
        width: 100%;
        transition: height 0.3s; }
.glide__size ul {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            background-color: #fff;
            background-color: var(--white); }
.glide__size ul li {
                font-size: 16px;
                margin-right: 15px; }
.glide__size ul li:last-child {
                    margin-right: 0; }
.glide__sale {
        padding-top: 2px;
        padding-bottom: 2px;
        position: absolute;
        bottom: 17px;
        left: 0; }
.glide__color li {
            display: inline-block;
            margin-right: 8px; }
@media (min-width: 600px) {
        .glide__color li {
                margin-right: 16px; } }
.glide__color li:last-child {
                margin-right: 0; }
.glide__color li span {
                display: block;
                width: 8px;
                height: 8px;
                border-radius: 100%; }
@media (min-width: 600px) {

            .glide__color li span {
                    width: 20px;
                    height: 20px; } }
.glide__slides--item:hover .glide__size {
                    height: 56px; }
@media only screen and (max-width: 1024px) {
    .thumbnail__slider {
            margin-left: -24px;
            margin-right: -24px; }

            .thumbnail__slider .tns-inner {
                padding-right: 8%; } }
.thumbnail__slider {

        flex-wrap: wrap; }
.thumbnail__slider .thumbnail--active {
            border-color: #000;
            border-color: var(--black); }
.thumbnail__image--small {
        padding: 0 2px; }
@media (min-width: 1024px) {

    .thumbnail__image--small {
            width: 50% !important;
            flex: 0 0 50%;
            padding: 0 4px;
            margin-bottom: 8px !important; } }
.thumbnail__image--small:first-child {
            padding-left: 0; }
.thumbnail__image--small:last-child {
            padding-right: 0; }
@media (min-width: 1024px) {

    .thumbnail__image--singleproduct {
            width: 100% !important;
            max-width: 540px;
            flex: 0 0 100%; } }
.thumbnail__image--singleproduct:first-child {
            padding-left: 0; }
.thumbnail__image--singleproduct:last-child {
            padding-right: 0; }
.thumbnail__sale {
        position: absolute;
        left: 0;
        bottom: 34px; }
.matched-products .glide__arrows, .related-products .glide__arrows, .instagram__slider .glide__arrows {
        height: 100%;
        position: static !important;
        position: initial !important; }
.matched-products .glide__arrow, .related-products .glide__arrow, .instagram__slider .glide__arrow {
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 0 !important;
        top: 50%;
        transform: translateY(-50%) !important; }
.matched-products .glide__arrow:hover,
        .matched-products .glide__arrow:focus,
        .related-products .glide__arrow:hover,
        .related-products .glide__arrow:focus,
        .instagram__slider .glide__arrow:hover,
        .instagram__slider .glide__arrow:focus {
            outline: 0;
            border: none; }
.matched-products .glide__arrow--left, .related-products .glide__arrow--left, .instagram__slider .glide__arrow--left {
            left: 0 !important; }
.matched-products .glide__arrow--right, .related-products .glide__arrow--right, .instagram__slider .glide__arrow--right {
            right: 0 !important; }
.instagram__slider .glide__arrow--left {
            left: 16px !important; }
.instagram__slider .glide__arrow--right {
            right: 16px !important; }
#detailMobileColorSlider .thumbnail {
        display: inline-block; }
.c-detail__wishlist {
        position: absolute;
        top: 64px;
        right: 24px;
        width: 24px;
        height: 24px;
        cursor: pointer;
        z-index: 1;
        display: block; }
.c-detail__wishlist[data-inwishlist="true"] .icon-1 {
                display: none; }
.c-detail__wishlist[data-inwishlist="true"] .icon-2 {
                display: block; }
@media (min-width: 1024px) {
    .c-detail__wishlist {
            display: none; } }
.c-detail__wishlist svg {
            position: absolute;
            top: 0;
            left: 0;
            transition: fill 0.3s; }
.c-detail__wishlist .icon-1 {
            fill: #aaa;
            fill: var(--gray); }
.c-detail__wishlist .icon-2 {
            display: none;
            fill: #d0021b;
            fill: var(--red); }
.global__title {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 40px; }
@media (min-width: 1024px) {
    .global__title {
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 48px; } }
.global__login {
        padding-top: 32px;
        padding-bottom: 128px; }
.global__login--note {
            text-align: left;
            margin-bottom: 24px; }
@media (min-width: 600px) {

        .global__login--note {
                padding-right: 24px; } }
.global__login--note span {
                font-size: 14px;
                line-height: 24px;
                color: #4a4a4a;
                color: var(--gray-ultradark); }
.global__login .p-entry__inner {
                padding-left: 0;
                padding-right: 0; }
@media (min-width: 1024px) {
            .global__login .p-entry__inner {
                    display: flex;
                    flex-wrap: wrap;
                    margin-left: -12px;
                    margin-right: -12px; } }
.global__login .p-entry__imager,
            .global__login .p-entry__content {
                width: 100%; }
@media (min-width: 1024px) {

            .global__login .p-entry__imager,
            .global__login .p-entry__content {
                    padding-left: 12px;
                    padding-right: 12px;
                    width: 50%;
                    flex: 0 0 50%;
                    margin: 0; } }
.global__login .p-entry__imager .c-parade__item {
                    height: 472px; }
.global__login .c-parade__content {
            height: 472px; }
.global__login .c-parade__content img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
.global__content {
        background: transparent;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
.global__content--inner {
            width: 100%; }
@media (min-width: 600px) {

        .global__content--inner {
                max-width: 327px;
                width: 100%; } }
@media (min-width: 1024px) {

    .global__content {
            background: #f9f9f9;
            background: var(--gray-ultralight); } }
.global__content .l-entry--login {
            margin: 0 auto; }
.global__content .p-entry__note {
            margin: 0;
            font-size: 14px; }
.global__content .p-entry__note span {
                color: #4a4a4a;
                color: var(--gray-ultradark); }
.global__content .p-entry__note a {
                color: #000;
                color: var(--black); }
.global__content .p-entry__note a:hover {
                    text-decoration: underline; }
.global__content .l-entry__forgotten-pass a {
                color: #000;
                color: var(--black);
                font-size: 12px; }
.global__content .c-form__group {
            margin: 0;
            margin-bottom: 24px; }
.global__content .c-form__group--button {
                margin-top: 32px;
                margin-bottom: 32px; }
.global__content .c-form__group--button button {
                    height: 60px;
                    font-weight: 500;
                    font-size: 14px; }
@media (min-width: 1024px) {

                .global__content .c-form__group--button button {
                        height: 50px; } }
.global__content .c-form__group input {
                height: 50px;
                padding-left: 16px;
                border: 1px solid #aaa;
                border: 1px solid var(--gray);
                border-radius: 3px;
                font-size: 14px; }
@media (min-width: 1024px) {

            .global__content .c-form__group input {
                    height: 40px; } }
.global__content .c-form__group input::-moz-placeholder {
                    font-size: 14px;
                    color: #aaa;
                    color: var(--gray); }
input::-moz-placeholder {
                    font-size: 14px;
                    color: #aaa;
                    color: var(--gray); }
.global__content .c-form__group input::placeholder {
                    font-size: 14px;
                    color: #aaa;
                    color: var(--gray); }
.global__content .c-form__group input:focus {
                    border-color: #000;
                    border-color: var(--black); }
.l-entry--login .l-entry__forgotten-pass {
    position: absolute;
    right: 15px;
    top: 16px;
    z-index: 10;
    padding-bottom: 0;
    margin-top: 0; }
@media (min-width: 1024px) {
.l-entry--login .l-entry__forgotten-pass {
        top: 12px; } }
.banner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
.banner__img--desktop {
            display: none; }
@media (min-width: 768px) {
        .banner__img--desktop {
                display: block; } }
@media (min-width: 768px) {

        .banner__img--mobile {
                display: none; } }
.p-hp-brands {
    padding-top: 48px;
    padding-bottom: 48px; }
@media (min-width: 1024px) {
.p-hp-brands {
        max-width: 750px; } }
.p-hp-brands__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-left: -12px;
        margin-right: -12px; }
@media (min-width: 600px) {

    .p-hp-brands__inner {
            margin-left: -15px;
            margin-right: -15px; } }
@media (min-width: 1024px) {

    .p-hp-brands__inner {
            margin-left: -48px;
            margin-right: -48px; } }
.p-hp-brands__item {
        width: 25%;
        flex: 0 0 25%;
        padding-left: 12px;
        padding-right: 12px; }
@media (min-width: 600px) {

    .p-hp-brands__item {
            padding-left: 15px;
            padding-right: 15px; } }
@media (min-width: 1024px) {

    .p-hp-brands__item {
            padding-left: 48px;
            padding-right: 48px; } }
.p-hp-brands__item img {
            margin: 0 auto;
            max-width: 80px;
            max-height: 32px; }
@media (min-width: 600px) {

        .p-hp-brands__item img {
                max-width: 140px;
                max-height: 64px; } }
.p-hp-category-list article > a {
            overflow: hidden; }
.p-hp-category-list article > a:hover img {
                    transform: scale(1.05); }
.p-hp-category-list article > a img {
                transition: all 300ms ease; }
.p-hp-category-list .c-button.x-1:hover {
                background: #d0021b;
                background: var(--red);
                color: #fff;
                color: var(--white);
                border-color: #d0021b;
                border-color: var(--red); }
.p-hp-category-list .c-button.x-2 {
            background: #fff;
            background: var(--white);
            color: #000;
            color: var(--black);
            border-color: #fff;
            border-color: var(--white); }
.p-hp-category-list .c-button.x-2:hover {
                background: #000;
                background: var(--black);
                color: #fff;
                color: var(--white);
                border-color: #000;
                border-color: var(--black); }
.p-hp-category-list .c-button.x-3 {
            background: #d0021b;
            background: var(--red);
            color: #fff;
            color: var(--white);
            border-color: #d0021b;
            border-color: var(--red); }
.p-hp-category-list .c-button.x-3:hover {
                background: #000;
                background: var(--black);
                color: #fff;
                color: var(--white);
                border-color: #000;
                border-color: var(--black); }
.p-hp-category-list .c-button.x-4 {
            background: #000 0.2;
            background: var(--black) 0.2;
            border: 2px solid #fff;
            border: 2px solid var(--white); }
.p-hp-category-list .c-button.x-4:hover {
                background: #fff;
                background: var(--white);
                color: #000;
                color: var(--black); }
@media (min-width: 1024px) {
.p-hp-category-row-1 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 24px; } }
@media (min-width: 1024px) {
.p-hp-category-row-2 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 24px; } }
@media (min-width: 1024px) {
.p-hp-category-row-3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 24px; } }
@media (min-width: 768px) {
.category {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -16px;
        margin-right: -16px; } }
.category__group--1 {
            margin-bottom: 24px; }
@media (min-width: 1024px) {
        .category__group--1 {
                margin-bottom: 64px; } }
.category__item {
        margin-bottom: 32px; }
.category__item--w25 {
            margin-bottom: 24px; }
.category__item--w25 .category__item--button {
                bottom: 30px; }
.category__item--w25 .category__item--content {
                height: 280px; }
@media (min-width: 768px) {

        .category__item--w25 {
                width: 50%;
                flex: 0 0 50%;
                padding: 0 16px; }

                .category__item--w25 .category__item--content {
                    height: 237px; } }
@media (min-width: 1024px) {

        .category__item--w25 {
                width: 25%;
                flex: 0 0 25%;
                margin-bottom: 0; } }
.category__item--w50 .category__item--button {
                bottom: 24px; }
.category__item--w50 .category__item--content {
                height: 200px; }
@media (min-width: 768px) {
                .category__item--w50 .category__item--content {
                    height: 310px; } }
@media (min-width: 1024px) {

        .category__item--w50 {
                width: 50%;
                flex: 0 0 50%;
                padding: 0 16px; } }
.category__item--button {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
            max-width: 184px;
            width: 100%;
            height: 40px; }
@media (min-width: 768px) {

        .category__item--button {
                max-width: 160px; } }
.category__item--content {
            width: 100%;
            position: relative; }
.category__item--content img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
.homepage .p-hp__bg--vip {
                background-image: url('images/homepage_vip.jpg'); }
.homepage .p-hp__bg--stores {
                background-image: url('images/homepage_shops.jpg'); }
.homepage .p-hp__tile--2 {
                height: 310px; }
.homepage .p-hp__tile--3 {
                height: 450px; }
.homepage .p-hp__tile--4 {
                height: 237px; }
.homepage .p-hp__stores-finder {
            box-shadow: 0 -2px 13px -9px #4a4a4a;
            box-shadow: 0 -2px 13px -9px var(--gray-ultradark); }
.homepage .p-hp__stores-finder-item:hover {
                font-weight: bold; }
.homepage .x-if-homepage {
        display: none; }
.homepage .x-homepage > section {
        border-top: none; }
.c-newsletter-subscribe .c-button:hover {
            background-color: #000;
            background-color: var(--black); }
.c-newsletter-subscribe .link-reset:hover {
            text-decoration: none; }
.sale {
    margin-bottom: 64px; }
@media (min-width: 768px) {
.sale {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -16px;
        margin-right: -16px; } }
.sale__item {
        margin-bottom: 32px; }
@media (min-width: 768px) {

    .sale__item {
            width: 50%;
            flex: 0 0 50%;
            padding: 0 16px; } }
@media (min-width: 1024px) {

    .sale__item {
            width: 33.3333%;
            flex: 0 0 33.3333%;
            margin-bottom: 0; } }
.sale__item--button {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 48px;
            z-index: 1;
            border-color: #d0021b !important;
            border-color: var(--red) !important;
            max-width: 184px;
            width: 100%;
            height: 40px; }
@media (min-width: 768px) {


        .sale__item--button {
                max-width: 160px; } }
.sale__item--content {
            width: 100%;
            position: relative;
            height: 390px; }
@media (min-width: 768px) {


        .sale__item--content {
                height: 450px; } }
.sale__item--content img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
@media (min-width: 1024px) {
.p-stores-n-vip {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 48px; } }
.stores__vip--text {
            margin-bottom: 24px; }
@media (min-width: 768px) {
        .stores__vip--text {
                margin-bottom: 32px; } }
.stores__vip--button {
            width: 100%;
            height: 60px !important; }
@media (min-width: 768px) {

        .stores__vip--button {
                max-width: 327px; } }
.stores__vip--button.bg-black:hover {
                    background-color: #fff;
                    background-color: var(--white);
                    border-color: #fff;
                    border-color: var(--white);
                    color: #000;
                    color: var(--black); }
.stores__vip--button.bg-red:hover {
                    background-color: #000;
                    background-color: var(--black);
                    border-color: #000;
                    border-color: var(--black); }
.stores__vip--input {
            max-width: 410px;
            width: 100%;
            position: relative; }
@media only screen (--lg) {

        .stores__vip--input {
                height: 40px; } }
.stores__vip--input label {
                line-height: 16px;
                display: block;
                position: absolute;
                top: -8px;
                left: 8px;
                font-size: 12px; }
@media (min-width: 768px) {

            .stores__vip--input label {
                    font-size: 12px; } }
.stores__vip--input input {
                width: 100%;
                height: 40px;
                border-radius: 3px;
                margin-bottom: 16px;
                margin-top: 0;
                padding-left: 16px;
                padding-right: 16px; }
@media (min-width: 1024px) {

            .stores__vip--input input {
                    margin-bottom: 0;
                    padding-right: 145px; } }
.stores__vip--input button {
                height: 60px;
                max-width: 100%;
                width: 100%; }
@media (min-width: 1024px) {

            .stores__vip--input button {
                    max-width: 138px;
                    position: absolute;
                    height: 100%;
                    top: 0;
                    right: 0; } }
.blog-detail__header {
        text-align: center;
        margin-bottom: 16px; }
.blog-detail__title {
        font-size: 20px;
        font-weight: 400;
        color: #000;
        color: var(--black);
        letter-spacing: 1.5px;
        margin-bottom: 16px;
        text-transform: uppercase; }
@media (min-width: 1024px) {

    .blog-detail__title {
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 8px; } }
.blog-detail__date {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: #4a4a4a;
        color: var(--gray-ultradark); }
@media (min-width: 1024px) {

    .blog-detail__date {
            font-size: 14px;
            line-height: 24px; } }
.blog-detail__image {
        background-color: #f9f9f9;
        background-color: var(--gray-ultralight);
        margin-bottom: 24px; }
@media (min-width: 1024px) {

    .blog-detail__image {
            margin-bottom: 48px; } }
.blog-detail__image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
.blog-detail__image--inner {
            height: 376px; }
@media (max-width: 480px) {

        .blog-detail__image--inner {
                padding-left: 0;
                padding-right: 0; } }
@media (min-width: 480px) {

        .blog-detail__image--inner {
                height: 478px; } }
.blog-detail__image--desktop {
            display: none; }
@media (min-width: 480px) {

        .blog-detail__image--desktop {
                display: block; } }
.blog-detail__image--desktop img {
                width: 100%; }
@media (min-width: 480px) {

        .blog-detail__image--mobile {
                display: none; } }
.blog-detail__infotext {
        max-width: 870px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: #4a4a4a;
        color: var(--gray-ultradark);
        margin-bottom: 32px; }
@media (min-width: 1440px) {

    .blog-detail__infotext {
            max-width: calc(870px + 64px);
            padding-left: 64px; } }
@media (min-width: 1024px) {

    .blog-detail__content {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 30px;
            padding-bottom: 88px; } }
.blog-detail__content--product {
            display: none; }
@media (min-width: 1024px) {

        .blog-detail__content--product {
                display: block; } }
.blog-detail__content--product .c-product-card {
                margin-bottom: 48px; }
.blog-detail__content--product .c-product-card:last-child {
                    margin-bottom: 0; }
.blog-detail__content--text {
            margin-bottom: 48px; }
@media (min-width: 1024px) {

        .blog-detail__content--text {
                grid-column: span 2 / auto; } }
.blog-detail__content--text .c-wysiwyg {
                margin-left: -15px;
                margin-right: -15px; }
@media (min-width: 600px) {

            .blog-detail__content--text .c-wysiwyg {
                    margin-left: auto;
                    margin-right: auto; } }
.blog-detail__content--text .c-wysiwyg > *:not(img) {
                    padding-left: 15px;
                    padding-right: 15px; }
@media (min-width: 600px) {

                .blog-detail__content--text .c-wysiwyg > *:not(img) {
                        padding-left: 0;
                        padding-right: 0; } }
@media (min-width: 1024px) {

                .blog-detail__content--text .c-wysiwyg > *:not(img) {
                        max-width: 645px;
                        width: 100%; } }
@media (min-width: 1440px) {

                .blog-detail__content--text .c-wysiwyg > *:not(img) {
                        max-width: calc(645px + 64px);
                        padding-left: 64px; } }
@media (min-width: 1440px) {

                .blog-detail__content--text .c-wysiwyg img {
                        max-width: calc(645px + 64px); } }
.blog-detail__content--text .c-wysiwyg p, .blog-detail__content--text .c-wysiwyg li {
                    font-size: 16px;
                    line-height: 26px; }
@media (min-width: 1024px) {

                .blog-detail__content--text .c-wysiwyg p, .blog-detail__content--text .c-wysiwyg li {
                        font-size: 14px;
                        line-height: 24px; } }
.blog-detail__content--text .c-wysiwyg li {
                    position: relative;
                    padding-left: 22px; }
.blog-detail__content--text .c-wysiwyg li:before {
                        position: absolute;
                        content: "";
                        top: 10px;
                        left: 0;
                        width: 6px;
                        height: 6px;
                        border-radius: 100%;
                        background-color: #d0021b;
                        background-color: var(--red); }
.blog-detail__content--text .c-wysiwyg ul, .blog-detail__content--text .c-wysiwyg ol {
                    padding-left: 24px; }
@media (min-width: 1440px) {

                .blog-detail__content--text .c-wysiwyg ul, .blog-detail__content--text .c-wysiwyg ol {
                        padding-left: 88px; } }
@media (min-width: 1024px) {

    .blog-detail__product-slider {
            display: none; } }
.c-faq__title {
        font-size: 20px;
        font-weight: 400; }
@media (min-width: 1024px) {
    .c-faq__title {
            font-size: 24px;
            font-weight: 500; } }
.c-faq-section {
        margin-bottom: 48px; }
.c-faq-section__title {
            height: 70px; }
.c-faq-section__content {
            max-width: 757px;
            width: 100%; }
.c-faq-item {
        cursor: pointer;
        padding-bottom: 8px;
        position: relative; }
.c-faq-item:before {
            position: absolute;
            content: "";
            left: 24px;
            bottom: 0;
            width: calc(100% - 48px);
            height: 1px;
            background-color: #e8e8e8;
            background-color: var(--gray-light); }
@media (min-width: 1024px) {

        .c-faq-item:before {
                width: 100%;
                left: 0; } }
.c-faq-item.is-active .c-faq-item__text {
                height: auto;
                padding-top: 8px;
                padding-bottom: 16px;
                opacity: 1; }
.c-faq-item.is-active .c-faq-item__arrow svg {
                    transform: translateX(-50%) rotate(180deg); }
.c-faq-item__header {
            cursor: pointer;
            width: 100%;
            line-height: 24px;
            padding: 24px 70px 16px 48px;
            color: #000;
            color: var(--black);
            position: relative; }
@media (min-width: 600px) {

        .c-faq-item__header {
                padding: 24px;
                padding-bottom: 16px; } }
.c-faq-item__arrow {
            position: absolute;
            width: 10px;
            height: 10px;
            top: 28px;
            right: 24px;
            transform: translateX(-50%); }
@media (min-width: 600px) {

        .c-faq-item__arrow {
                top: 50%;
                right: 24px; } }
.c-faq-item__arrow svg {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                transition: transform 300ms; }
.c-faq-item__text {
            height: 0;
            display: block;
            position: relative;
            overflow: hidden;
            opacity: 0;
            transition: height 0.3s, padding 0.3s, opacity 0.3s;
            max-width: calc(596px + 48px); }
.c-faq-item__text p {
                padding-left: 48px;
                padding-right: 64px;
                line-height: 24px; }
@media (min-width: 600px) {

            .c-faq-item__text p {
                    padding-left: 24px;
                    padding-right: 24px; } }
.c-faq-banner {
        padding-bottom: 64px; }
@media (min-width: 1024px) {

    .c-faq-banner {
            padding-bottom: 96px; } }
.c-faq-banner__text {
            max-width: 660px;
            line-height: 24px;
            font-weight: 500; }
@media (min-width: 1024px) {

        .c-faq-banner__text {
                font-weight: 400; } }
.c-faq-banner__text a {
                display: block; }
.c-faq-banner__text a:hover {
                    text-decoration: none; }
@media (min-width: 600px) {

            .c-faq-banner__text a {
                    display: inline-block; } }
.p-newsletter {
    margin-top: 0;
    margin-bottom: 64px; }
@media (min-width: 1024px) {
.p-newsletter {
        display: flex;
        grid-gap: 112px;
        gap: 112px;
        justify-content: center;
        width: 100%;
        max-width: 1180px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 64px;
        margin-bottom: 128px;
        padding-left: 16px;
        padding-right: 16px; } }
@media (max-width: 1024px) {
.p-newsletter {
        text-align: center; } }
@media (max-width: 1024px) {
    
    .p-newsletter__image {
            margin: 0 auto; } }
.p-newsletter__content {
        padding-left: 24px;
        padding-right: 24px;
        max-width: 556px; }
@media (min-width: 1024px) {

    .p-newsletter__content {
            display: flex;
            flex-direction: column;
            justify-content: center; } }
@media (max-width: 1024px) {

    .p-newsletter__content {
            margin: 0 auto; } }
.p-newsletter__title {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-top: 32px;
        margin-bottom: 24px; }
@media (min-width: 1024px) {
    
    .p-newsletter__title {
            font-weight: 500;
            font-size: 24px;
            line-height: 29px;
            margin-top: 0;
            margin-left: 16px; } }
.p-newsletter__subtitle {
        font-size: 16px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 48px; }
@media (min-width: 1024px) {

    .p-newsletter__subtitle {
            font-size: 14px;
            line-height: 24px;
            margin-left: 16px; } }
.p-newsletter__social {
        text-align: center; }
@media (min-width: 1024px) {
    
    .p-newsletter__social {
            display: flex;
            justify-content: start; } }
.p-newsletter__social-heading {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 24px; }
@media (min-width: 1024px) {
    
    .p-newsletter__social-heading {
            text-align: left;
            margin-left: 16px; } }
.c-wysiwyg h1, .c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4, .c-wysiwyg h5, .c-wysiwyg h6 {
        text-transform: uppercase;
        color: #4a4a4a;
        color: var(--gray-ultradark); }
.c-wysiwyg a {
        color: #000;
        color: var(--black);
        text-decoration: underline; }
.c-wysiwyg a:hover {
            color: #000;
            color: var(--black);
            text-decoration: none; }
.c-wysiwyg p,
    .c-wysiwyg li,
    .c-wysiwyg a {
        font-size: 16px;
        line-height: 26px; }
@media (min-width: 1024px) {

    .c-wysiwyg p,
    .c-wysiwyg li,
    .c-wysiwyg a {
            font-size: 14px;
            line-height: 24px; } }
.c-wysiwyg p,
    .c-wysiwyg li,
    .c-wysiwyg span {
        color: :#4a4a4a;
        color: :var(--gray-ultradark); }
.c-wysiwyg__title {
        text-align: center;
        font-size: 20px;
        letter-spacing: 1.5px;
        font-weight: 400;
        margin-bottom: 32px;
        text-transform: uppercase;
        padding-left: 15px;
        padding-right: 15px; }
@media (min-width: 1024px) {


    .c-wysiwyg__title {
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 48px; } }
.c-wysiwyg__img {
        width: 100%;
        height: 375px; }
@media (min-width: 1024px) {

    .c-wysiwyg__img {
            height: 478px;
            margin-bottom: 32px; } }
.c-wysiwyg__img--desktop {
            display: none; }
@media (min-width: 480px) {

        .c-wysiwyg__img--desktop {
                display: block; } }
@media (min-width: 480px) {

        .c-wysiwyg__img--mobile {
                display: none; } }
.c-wysiwyg__img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
@media (min-width: 1024px) {
        .c-wysiwyg__content > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
                padding-left: 40px; } }
.js-breadcrumbs a span:not(.red):hover {
                text-decoration: underline; }
.p-our-stores__map {
        height: 375px;
        width: 100%; }
@media (min-width: 1024px) {
    .p-our-stores__map {
            height: 582px; } }
@media (min-width: 1024px) {
    .p-our-stores__list {
            display: grid;
            grid-template-columns: 50% 50%;
            grid-template-rows: auto auto auto;
            grid-auto-flow: column; }

            .p-our-stores__list > div:last-child {
                grid-column-start: 2; } }
@media (min-width: 1024px) {

    .p-our-stores__gallery {
            display: grid;
            grid-template-columns: 33% 33% 33%;
            grid-gap: 8px; }

            .p-our-stores__gallery img {
                height: 183px;
                -o-object-fit: cover;
                   object-fit: cover;
                width: 100%; } }
.stores-error__button {
        max-width: 327px;
        width: 100%; }
.stores-error__button .c-btn {
            width: 100%;
            height: 60px;
            font-weight: 600 !important;
            letter-spacing: 1px; }
.stores-error__button .c-btn:hover {
                background-color: #d0021b;
                background-color: var(--red);
                border-color: #d0021b;
                border-color: var(--red); }
@media (min-width: 1024px) {

        .stores-error__button .c-btn {
                height: 50px; } }
.stores-error__title {
        max-width: 366px;
        width: 100%;
        line-height: 24px; }
.stores-error__text {
        max-width: 540px;
        width: 100%;
        line-height: 24px;
        color: #4a4a4a;
        color: var(--gray-ultradark); }
.stores-error__infotext {
        color: #4a4a4a;
        color: var(--gray-ultradark); }
.vip-landing__inner {
        margin-bottom: 32px; }
@media (min-width: 1024px) {
    .vip-landing__inner {
            margin-bottom: 64px; } }
.vip-landing__item {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 32px; }
@media (min-width: 600px) {

    .vip-landing__item {
            margin-bottom: 64px; } }
@media (min-width: 1024px) {

    .vip-landing__item {
            margin-bottom: 96px; } }
@media (min-width: 1024px) {
                    .vip-landing__item--picture-right .vip-landing__column:first-child {
                        order: 2; }

                        .vip-landing__item--picture-right .vip-landing__column:first-child .vip-landing__image {
                            margin-left: auto;
                            margin-right: 0; }

                    .vip-landing__item--picture-right .vip-landing__column:last-child {
                        order: 1; }

                        .vip-landing__item--picture-right .vip-landing__column:last-child .vip-landing__text {
                            margin-left: 0;
                            margin-right: auto; } }
.vip-landing__column {
        width: 100%;
        flex: 0 0 100%;
        padding-left: 15px;
        padding-right: 15px; }
.vip-landing__column:first-child {
            order: 2; }
@media (min-width: 1024px) {

        .vip-landing__column:first-child {
                order: 1; } }
.vip-landing__column:last-child {
            order: 1; }
@media (min-width: 1024px) {

        .vip-landing__column:last-child {
                order: 2; } }
@media (min-width: 1024px) {

    .vip-landing__column {
            width: 50%;
            flex: 0 0 50%; } }
.vip-landing__text {
        max-width: 540px;
        width: 100%;
        text-align: left;
        order: 1;
        margin-bottom: 32px; }
@media (min-width: 600px) {

    .vip-landing__text {
            text-align: center;
            margin-left: auto;
            margin-right: auto; } }
@media (min-width: 1024px) {

    .vip-landing__text {
            margin-right: 0;
            margin-left: auto;
            margin-bottom: 0;
            display: flex;
            align-items: center;
            height: 100%;
            text-align: left; } }
.vip-landing__text--title {
            text-transform: uppercase;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 40px;
            color: #4a4a4a;
            color: var(--gray-ultradark); }
@media (min-width: 1024px) {

        .vip-landing__text--title {
                margin-bottom: 32px;
                font-size: 20px; } }
.vip-landing__text--perex {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 24px;
            color: #4a4a4a;
            color: var(--gray-ultradark); }
@media (min-width: 1024px) {

        .vip-landing__text--perex {
                font-size: 14px; } }
.vip-landing__button {
        width: 100%;
        height: 60px !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        letter-spacing: 1px !important; }
@media (min-width: 600px) {

    .vip-landing__button {
            max-width: 327px;
            height: 50px !important; } }
.vip-landing__button svg {
            margin-right: 16px; }
.vip-landing__image {
        max-width: 540px;
        width: 100%;
        height: 203px;
        background-color: #e8e8e8;
        background-color: var(--gray-light);
        display: block;
        margin: 0 auto; }
@media (min-width: 600px) {

    .vip-landing__image {
            height: 334px; } }
@media (min-width: 1024px) {

    .vip-landing__image {
            margin-left: 0;
            margin-right: auto;
            margin-bottom: 0;
            order: 1; } }
.vip-landing__image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
.vip-landing__title {
        font-weight: 400;
        margin-bottom: 32px;
        font-size: 20px; }
@media (min-width: 1024px) {

    .vip-landing__title {
            font-weight: 500;
            margin-bottom: 48px;
            font-size: 24px; } }
.vip-landing__inner {
        padding-left: 0 !important;
        padding-right: 0 !important; }
.vip-landing__header {
        width: 100%; }
.vip-landing__header img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
.vip-landing__header--desktop {
            display: none; }
@media (min-width: 600px) {

        .vip-landing__header--desktop {
                display: block;
                height: 275px; } }
@media (min-width: 1024px) {

        .vip-landing__header--desktop {
                height: 478px; } }
.vip-landing__header--mobile {
            display: block;
            height: 375px; }
@media (min-width: 600px) {

        .vip-landing__header--mobile {
                display: none; } }
@media (min-width: 1024px) {
.p-wishlist {
        max-width: 1656px !important; } }
.p-wishlist.not-modal .c-wishlist-main__share {
            display: none; }
.c-wishlist-main {
    max-width: 511px; }
.c-wishlist-main__select {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        z-index: 3;
        margin-bottom: 24px; }
@media (min-width: 1024px) {

    .c-wishlist-main__select {
            padding-left: 0;
            padding-right: 0; } }
.c-wishlist-main__title {
        letter-spacing: 1.5px; }
.c-wishlist-main__heart {
        max-width: 132px;
        width: 100%;
        position: relative;
        margin: 0 auto;
        margin-bottom: 32px;
        padding-top: 16px; }
@media (min-width: 1024px) {

    .c-wishlist-main__heart {
            margin-bottom: 48px; } }
.c-wishlist-main__heart svg {
            opacity: .3; }
.c-wishlist-main__heart span {
            position: absolute;
            top: 0;
            right: -16px;
            display: flex;
            width: 50px;
            height: 50px;
            background-color: #d0021b;
            background-color: var(--red);
            color: #fff;
            color: var(--white);
            font-size: 26px;
            font-weight: 700;
            align-items: center;
            justify-content: center;
            border-radius: 100%; }
.c-wishlist-main__button {
        width: 100%;
        height: 60px;
        margin: 0 auto;
        margin-bottom: 32px;
        transition: all 300ms; }
@media (min-width: 480px) {

    .c-wishlist-main__button {
            max-width: 327px; } }
@media (min-width: 1024px) {

    .c-wishlist-main__button {
            height: 50px;
            margin-bottom: 48px; } }
.c-wishlist-main__button:hover {
            background-color: #d0021b;
            background-color: var(--red); }
.c-wishlist-main__share {
        cursor: pointer;
        background-color: transparent; }
.c-wishlist-main__share:hover,
        .c-wishlist-main__share:focus {
            outline: none; }
.c-wishlist-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4); }
.c-wishlist-modal.is-active {
        display: block; }
.c-wishlist-modal__content {
        background-color: #fff;
        background-color: var(--white);
        margin: 25% auto;
        max-width: 708px;
        width: 100%;
        padding: 32px 16px 16px 16px;
        position: relative;
        -webkit-animation-name: modalAnimation;
                animation-name: modalAnimation;
        -webkit-animation-duration: 0.4s;
                animation-duration: 0.4s; }
@media (min-width: 600px) {

    .c-wishlist-modal__content {
            padding: 72px 64px 64px 64px;
            margin: 15% auto; } }
.c-wishlist-modal__close {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 16px;
        right: 16px;
        cursor: pointer; }
@media (min-width: 600px) {

    .c-wishlist-modal__close {
            width: 48px;
            height: 48px; } }
.c-wishlist-modal__close svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0.5;
            transition: opacity 300ms; }
.c-wishlist-modal__close:hover svg {
                opacity: 1; }
.c-wishlist-modal__form p {
            max-width: 511px;
            width: 100%;
            line-height: 24px; }
.c-wishlist-modal__form > div {
            max-width: 327px;
            width: 100%;
            margin: 0 auto; }
.c-wishlist-modal__form input {
            width: 100%;
            height: 40px !important;
            border-radius: 3px;
            border: 1px solid #666 !important;
            border: 1px solid var(--gray-dark) !important;
            margin-bottom: 32px; }
.c-wishlist-modal__form input:-moz-read-only {
                color: #000;
                color: var(--black);
                cursor: text; }
input:-moz-read-only {
                color: #000;
                color: var(--black);
                cursor: text; }
.c-wishlist-modal__form input:read-only {
                color: #000;
                color: var(--black);
                cursor: text; }
.c-wishlist-modal__form input.is-active {
                border-color: #3ba465 !important;
                border-color: var(--green) !important;
                background-color: rgba(59, 164, 101, .3); }
.c-wishlist-modal__form button {
            width: 100%;
            height: 50px; }
.c-wishlist-modal__form button:hover {
                background-color: #d0021b;
                background-color: var(--red);
                border-color: #d0021b;
                border-color: var(--red); }
@-webkit-keyframes modalAnimation {
    from {
        top: -300px;
        opacity: 0; }

    to {
        top: 0;
        opacity: 1; } }
@keyframes modalAnimation {
    from {
        top: -300px;
        opacity: 0; }

    to {
        top: 0;
        opacity: 1; } }
/* stylelint-disable */
.button-reset {
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    padding: 0; }
@media (min-width: 1024px) {
.lg\\:jcfe {
        justify-content: flex-end; } }
@media (min-width: 1024px) {
.lg\\:fb25p {
        flex-basis: 25%; } }
@media (min-width: 1024px) {
.lg\\:mb32 {
        margin-bottom: 128px; } }
@media (min-width: 1024px) {
.lg\\:fz24 {
        font-size: 24px; } }
.gray-ultradark {
    color: #4a4a4a; }
.fb100p {
    flex-basis: 100%; }
.bd1-black {
    border: 1px solid #000;
    border: 1px solid var(--black); }
.bg-dev {
    background: rgba(0,0,0,0.3); }
.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
.lh1\\.83 {
    line-height: 1.83; }
.lh1\\.4 {
    line-height: 1.4; }
.lh0 {
    line-height: 0; }
.op0\\.9 {
    opacity: 0.9; }
.bdb1dark {
    border-bottom: 1px solid #4a4a4a;
    border-bottom: 1px solid var(--gray-ultradark); }
.gtc3 {
    grid-template-columns: 1fr 1fr 1fr; }
@media (min-width: 1024px) {
.lg\\:gtc3 {
        grid-template-columns: 1fr 1fr 1fr; } }
@media (min-width: 1024px) {
.lg\\:gtc2 {
        grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) {
.lg\\:gtc4 {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
@media (min-width: 1024px) {
.lg\\:gtc6 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
.w100vw {
    width: 100vw; }
@media (min-width: 1024px) {
.lg\\:w75 {
        width: 300px; } }
.miw100p {
    min-width: 100%; }
.h100vh {
    height: 100vh; }
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.x-shame-lts {
    letter-spacing: 1.54px; }
.lts2 {
    letter-spacing: 2px; }
.lts1 {
    letter-spacing: 2px; }
.lts1.5 {
    letter-spacing: 1.5px; }
.m0a {
    margin: 0 auto; }
.ol0 {
    outline: 0; }
.lt1\\.6 {
    letter-spacing: 1.67px; }
.fg1fs0 {
    flex: 1 0; }
/* .bd2 */
/*   border 2px solid $gray-border */
/* .bdt3 */
/*   border-top 3px solid $gray-border */
/* .bd4 */
/*   border 4px solid $gray-border */
/* .bd6 */
/*   border 6px solid $gray-border */
.f1 {
    flex: 1; }
.h100vh {
    height: 100vh; }
.bdb1 {
    border-bottom: 1px solid #e8e8e8 !important;
    border-bottom: 1px solid var(--gray-light) !important; }
.bdrs3 {
    border-radius: 3px; }
.or1 {
    order: 1; }
.or2 {
    order: 2; }
.or3 {
    order: 3; }
.or4 {
    order: 4; }
.or5 {
    order: 5; }
.or6 {
    order: 6; }
.or7 {
    order: 7; }
.h17 {
    height: 68px; }
@media (min-width: 1024px) {
.lg\:o-1 {
        order: -1; } }
@media (min-width: 1024px) {
.lg\:oru {
        order: unset; } }
@media (min-width: 1024px) {
.lg\:or3 {
        order: 3; } }
.bdr1 {
    border-right: 1px solid #e8e8e8;
    border-right: 1px solid var(--gray-light); }
@media (min-width: 1024px) {
.lg\:w25 {
        width: 100px; } }
.pl25 {
    padding-left: 100px; }
@media (min-width: 1024px) {
.lg\:pl4 {
        padding-left: 16px; } }
@media (min-width: 1024px) {
.lg\:pl15 {
        padding-left: 60px; } }
@media (min-width: 1024px) {
.lg\:pr15 {
        padding-right: 60px; } }
.mr9 {
    margin-right: 36px; }
.op0 {
    opacity: 0; }
.z-1 {
    z-index: -1; }
@media (min-width: 1024px) {
.lg\:mr32 {
        margin-right: 130px; } }
.ml6 {
    margin-left: 24px; }
.tdu\:hover:hover {
        text-decoration: underline; }
.tdn\:hover:hover {
        text-decoration: none; }
.pt16 {
    padding-top: 64px; }
.fww {
    flex-wrap: wrap; }
.mt16 {
    margin-top: 48px; }
.fw600 {
    font-weight: 600; }
.fw500 {
    font-weight: 500; }
.fw400 {
    font-weight: 400; }
@media (min-width: 1024px) {
.lg\:fw500 {
        font-weight: 500; } }
@media (min-width: 1024px) {
.lg\:fw600 {
        font-weight: 600; } }
.bdc-transparent {
    border-color: transparent; }
.apn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.ovys {
    overflow-y: scroll; }
.ml18 {
    margin-left: 72px; }
.bdc-black {
    border-color: #000;
    border-color: var(--black); }
.bdc-gray {
    border-color: #aaa;
    border-color: var(--gray); }
.pl18 {
    padding-left: 72px; }
.lh1 {
    line-height: 1; }
.bg-gray-ultralight {
    background: #f9f9f9;
    background: var(--gray-ultralight); }
.bg-orange {
    background: #f68e1d;
    background: var(--orange); }
.bg-green {
    background: #3ba465;
    background: var(--green); }
@media (min-width: 1024px) {
.lg\:mr25 {
        margin-right: 100px; } }
@media (min-width: 1024px) {
.lg\:o2 {
        order: 2; } }
@media (min-width: 1024px) {
.lg\:bdt0 {
        border-top: 0; } }
.\>f1 > * {
        flex: 1; }
.stroke-gray {
    stroke: #aaa;
    stroke: var(--gray); }
.stroke-gray-ultradark {
    stroke: #4a4a4a;
    stroke: var(--gray-ultradark); }
.lh1\.5 {
    line-height: 1.5; }
.lts0\.3 {
    letter-spacing: 0.3px; }
@media (min-width: 1024px) {
.lg\:w62 {
        width: 250px; } }
.ofc {
    -o-object-fit: cover;
       object-fit: cover; }
.ovxh {
    overflow-x: hidden; }
.pen {
    pointer-events: none; }
.h9 {
    height: 36px; }
.gr1 {
    grid-row: 1; }
.gr2 {
    grid-row: 2; }
.gr3 {
    grid-row: 3; }
.gc1 {
    grid-column: 1; }
.gc2 {
    grid-column: 2; }
.gc3 {
    grid-column: 3; }
.lg\:g4 {
    grid-gap: 16px;
    gap: 16px; }
.g2 {
    grid-gap: 8px;
    gap: 8px; }
.mt2i {
    margin-top: 8px !important; }
.mb2i {
    margin-bottom: 8px !important; }
.mt0 {
    margin-top: 0; }
.mt5 {
    margin-top: 20px; }
.fdc {
    flex-direction: column; }
.aib {
    align-items: baseline; }
.c-container {
    width: 100%;
    max-width: 1984px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px; }
@media (min-width: 1024px) {
.c-container {
        padding-left: 32px;
        padding-right: 32px; } }
.c-container--small {
    max-width: 1180px; }
.c-container--free {
    padding-left: 0;
    padding-right: 0; }
.main-banner--large {
    height: 625px; }
@media (max-width: 599px) {
.c-container--slider {
        padding-right: 0; } }
@media (min-width: 1024px) {
.lg\:c-container--free {
        padding-left: 0;
        padding-right: 0; } }
@media (min-width: 1024px) {
.lg\\.c-container {
        width: 100%;
        max-width: 1984px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 32px;
        padding-right: 32px; } }
.x-desktop-next-10 > div:nth-of-type(n+10) {
        display: none; }
.opx3 {
    opacity: 0.3; }
.opx8 {
    opacity: 0.8; }
.cuna {
    cursor: not-allowed; }
