﻿@charset "UTF-8";

/*USE*/

/*
header {
    height: 100px;
    @include breakpoint(tablet) { height: auto; }
}
*/

@font-face {
    font-family: "Graphik";
    font-weight: normal;
    src: url("fonts/Graphik-Regular.woff2") format("woff2"), url("fonts/Graphik-Regular.woff") format("woff");
    font-style: normal;
    font-display: swap;
}

body {
    display: flex;
    min-height: 100vh;
    color: #3e3e3e;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    padding-top: 218px;
    margin: 0;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.l-main {
    flex: 1;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1d1d1d;
    font-family: "league-gothic", sans-serif;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

h4,
h5,
h6 {
    font-family: "Graphik", Arial, Helvetica, sans-serif;
}

a,
a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

fieldset {
    padding: 0;
    border: none;
    margin: 0;
}

button,
input[type="submit"] {
    border: none;
    cursor: pointer;
}

button,
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.t-title1,
.t-title2,
.t-title3,
.t-title4,
.t-title5,
.t-title6 {
    color: #1d1d1d;
    font-family: "league-gothic", sans-serif;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
}

.t-title1 {
    font-size: 42px;
}

.t-title2 {
    font-size: 36px;
}

.t-title3 {
    font-size: 30px;
}

.t-title4 {
    font-size: 28px;
}

.t-title5 {
    font-size: 24px;
}

.t-title6 {
    font-size: 22px;
}

.t-title7 {
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
}

.t-lead1 {
    color: #1d1d1d;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 300;
}

.t-lead2 {
    color: #1d1d1d;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 300;
}

h2 strong,
h3 strong,
h4 strong,
h5 strong {
    font-weight: 400;
}

.l-container {
    padding-left: 20px;
    padding-right: 20px;
}

.l-mobile-flex {
    display: flex;
}

.l-mobile-flex>*:first-child {
    margin-left: 0;
}

.l-mobile-flex>*:last-child {
    margin-right: 0;
}

.l-mobile-grid {
    display: grid;
}

/*COMPONENTS*/

.c-logo {
    display: inline-block;
}

.c-logo svg {
    display: block;
    width: 100%;
    height: auto;
}

.c-badge {
    display: inline-block;
    height: 28px;
    color: #1d1d1d;
    background-color: #feed05;
    font-size: 16px;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 4px;
}

.c-badge svg {
    width: 16px;
    height: 16px;
}

.c-badge--discount {
    height: 30px;
    border: 2px solid #fff;
}

.c-badge--ghost {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    color: #ed1c24;
    background-color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    padding: 2px;
    border: 1px solid #ed1c24;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-badge--ghost svg {
    fill: #ed1c24;
}

.c-badge--be {
    width: 37px;
    font-family: "league-gothic", sans-serif;
    border-radius: 2px;
    transform: skew(-20deg);
}

.c-breadcrumbs {
    color: #8e8e8e;
    text-transform: uppercase;
}

.c-breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.c-breadcrumbs li:not(:last-of-type)::after {
    content: "/";
    margin-left: 15px;
}

.c-breadcrumbs li:last-of-type {
    color: #1d1d1d;
    font-weight: bold;
}

.c-button {
    display: inline-block;
    min-width: 200px;
    color: #fff;
    background-color: #ed1c24;
    text-align: center;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px;
    border: 2px solid #ed1c24;
    cursor: pointer;
    outline: none;
    transition: 0.3s ease;
}

.c-button:hover,
.c-button:focus,
.c-button:active {
    color: #fff;
    background-color: #af0e14;
    border-color: #af0e14;
}

.c-button.u-is-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.c-button.u-black {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
}

button.c-button {
    height: 50px;
}

.c-button--ghost {
    color: #ed1c24;
    background-color: transparent;
    border: 2px solid #ed1c24;
}

.c-button--ghost .icon {
    fill: #ed1c24 !important;
}

.c-button--ghost:hover,
.c-button--ghost:focus {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.c-button--ghost:hover .icon,
.c-button--ghost:focus .icon {
    fill: #fff !important;
}

.c-button--ghost.u-ghost-black {
    color: #1d1d1d;
    border-color: #1d1d1d;
}

.c-button--ghost.u-ghost-black:hover,
.c-button--ghost.u-ghost-black:focus {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1d1d1d;
}

.c-button--ghost.u-ghost-white {
    color: #fff;
    border-color: #fff;
}

.c-button--ghost.u-ghost-white:hover,
.c-button--ghost.u-ghost-white:focus {
    color: #1d1d1d;
    background-color: #fff;
    border-color: #fff;
}

.c-button--small {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
    text-transform: none;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-button--small .icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    transition: 0.3s ease;
    fill: #fff;
}

.c-checkbox {
    position: relative;
    display: block;
}

.c-checkbox input {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.c-checkbox span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    z-index: 0;
}

.c-checkbox input:checked+span {
    background-color: #ed1c24;
}

.c-checkbox input:checked+span::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    width: 6px;
    height: 3px;
    background: transparent;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.c-checkbox label {
    display: inline-block;
    vertical-align: top;
    color: #1d1d1d;
    font-size: 12px;
    text-transform: none !important;
    padding-left: 24px;
    cursor: pointer;
}

.c-checkbox label a {
    color: #ed1c24;
    text-decoration: underline;
}

.c-checkbox-animate {
    --background: #fff;
    --border: #D1D6EE;
    --border-hover: #BBC1E1;
    --border-active: #1E2235;
    --tick: #fff;
    position: relative;
}

.c-checkbox-animate input,
.c-checkbox-animate svg {
    display: block;
    width: 21px;
    height: 21px;
}

.c-checkbox-animate input {
    position: relative;
    background: var(--background);
    padding: 0;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
    margin: 0;
    cursor: pointer;
    outline: none;
    transition: box-shadow .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.c-checkbox-animate input:hover {
    --s: 2px;
    --b: var(--border-hover);
}

.c-checkbox-animate input:checked {
    --b: var(--border-active);
}

.c-checkbox-animate svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    transform: scale(var(--scale, 1)) translateZ(0);
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
}

.c-checkbox-animate.path input:checked {
    --s: 2px;
    transition-delay: .4s;
}

.c-checkbox-animate.path input:checked+svg {
    --a: 16.1 86.12;
    --o: 102.22;
}

.c-checkbox-animate.path svg {
    transition: stroke-dasharray .6s, stroke-dashoffset .6s;
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
}

.c-checkbox-animate.bounce {
    --stroke: var(--tick);
}

.c-checkbox-animate.bounce input:checked {
    --s: 11px;
}

.c-checkbox-animate.bounce input:checked+svg {
    -webkit-animation: bounce .4s linear forwards .2s;
    animation: bounce .4s linear forwards .2s;
}

.c-checkbox-animate.bounce svg {
    --scale: 0;
}

@-webkit-keyframes bounce {
    50% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes bounce {
    50% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.c-checkbox-animate__control {
    position: absolute;
    top: 4px;
    left: 0;
}

.c-checkbox-animate__label {
    padding-left: 26px;
}

.c-checkbox--pill {
    position: relative;
}

.c-checkbox--pill span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 40px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #555 inset;
    z-index: 0;
}

.c-checkbox--pill label {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 7px 5px;
    cursor: pointer;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-checkbox--pill input:checked+span {
    box-shadow: 0 0 0 1px red inset;
}

.c-checkbox--pill input:disabled+span {
    box-shadow: 0 0 0 1px #ccc inset;
    cursor: not-allowed;
}

.c-checkbox--pill input:disabled+span+label {
    color: #ccc;
    cursor: not-allowed;
}

.c-checkbox--pill input:checked+span::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 12px;
    height: 12px;
    background-color: red;
    border: none;
    border-radius: 50%;
    transform: none;
}

.c-checkbox--toggle label {
    padding-left: 40px;
}

.c-checkbox--toggle input {
    top: 4px;
    bottom: 0;
    width: 34px;
    height: 12px;
}

.c-checkbox--toggle span {
    top: 4px;
    bottom: 0;
    width: 34px;
    height: 12px;
    background-color: #c6c6c6;
    border: none;
    border-radius: 32px;
}

.c-checkbox--toggle input:checked+span {
    background-color: #ffc107;
}

.c-checkbox--toggle input:checked~label {
    font-weight: 700;
}

.c-checkbox--toggle input+span:before {
    content: "";
    position: absolute;
    top: -2px !important;
    left: -1px;
    width: 16px !important;
    height: 16px !important;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    transition: .3s ease;
    transform: none;
}

.c-checkbox--toggle input:checked+span::before {
    left: 17px;
    background-color: #fff;
    transform: none;
}

.select2-dropdown {
    border-color: #dbdbdb;
}

.select2-container--default .select2-selection--single {
    border-color: #1d1d1d;
    border-radius: 0;
}

.select2-container {
    width: 300px !important;
}

.select2-container .select2-selection--single,
.select2-selection__rendered {
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.select2-container--default .select2-results__group {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.select2-container--default .select2-results__option[role="option"] {
    color: #4a4a4a;
    cursor: pointer;
}

.select2-container--default .select2-results__option[role="option"]:hover {
    background: #feed05;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #1d1d1d;
    border-radius: 8px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 6px !important;
    height: 30px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background-color: #d2d2d2;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: relative;
    background-color: #fff;
    padding: 5px;
    margin-top: -5px;
    margin-right: -19px;
    z-index: 2;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
}

/* FORM */

.c-form-field input::-moz-placeholder {
    color: #818181;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1;
}

.c-form-field input:-ms-input-placeholder {
    color: #818181;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.c-form-field input::-webkit-input-placeholder {
    color: #818181;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.c-form-field input {
    display: block;
    width: 100%;
    height: 48px;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 12px 16px;
    border: 1px solid #c6c6c6;
    outline: none;
}

.c-form-field input:focus {
    border-color: #feed05;
    box-shadow: 0px 0px 0px 1px #feed05;
}

.c-form-field input.input-validation-error {
    border: 2px solid #ed1c24;
}

.c-form-field label {
    display: block;
    color: #1d1d1d;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.c-form-field label span {
    color: #ed1c24;
    margin-left: 2px;
}

.c-form-field small {
    display: block;
    color: #666666;
    font-size: 13px;
    margin-top: 4px;
}

.c-form-field small a {
    color: #ed1c24;
}

.c-form-field .c-form-error:not(:empty) {
    display: block;
    color: #ed1c24;
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
}

.c-radio--pill {
    position: relative;
}

.c-radio--pill .c-radio__span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 40px;
    border: none;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    box-shadow: none !important;
    z-index: 0;
}

.c-radio--pill .c-radio__label {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 7px 5px;
    cursor: pointer;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-radio--pill .c-radio__control:checked~.c-radio__span {
    background-color: transparent;
    border: 2px solid #1d1d1d;
}

.c-radio--pill .c-radio__control:checked~.c-radio__span::before {
    display: none;
}

.c-radio--pill .c-radio__control:checked~label {
    font-weight: 700;
}

.c-radio--pill .c-radio__control:disabled+.c-radio__span {
    box-shadow: 0 0 0 1px #d1d1d1 inset;
    cursor: not-allowed;
}

.c-radio--pill .c-radio__control:disabled+.c-radio__span+.c-radio__label {
    color: #d1d1d1;
    background-color: #eeeeee;
    cursor: not-allowed;
}

.c-radio {
    position: relative;
    display: block;
}

.c-radio input {
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.c-radio input:checked~.c-radio__span {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.c-radio input:checked~.c-radio__span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.c-radio span {
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #1d1d1d;
    border-radius: 50%;
    z-index: 0;
}

.c-radio label {
    display: block;
    padding-left: 24px;
    cursor: pointer;
}

.c-radio label span {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
}

.c-radio label small {
    display: block;
    max-width: 80%;
    font-size: 12px;
}

.c-select {
    height: 40px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAYAAACd1bY6AAAABGdBTUEAALGPC/xhBQAAAHVJREFUKBVjYGBgiANiViCmBID0xzECidVAzALEYUD8G4hJBSCDQGaA9YI466GYVBdi1YtVEGgBPoBXD15JNFOJUkuMImLUwO3GpxifHNwAdAY2TdjE0PXh5CNr5gaqIjfG4RbADHwFNQzEpwiADEgCYoIGAQB8DhriFBZfrAAAAABJRU5ErkJggg==") no-repeat right 15px center #fff;
    background-size: 14px;
    border: 1px solid #c6c6c6;
    overflow: hidden;
}

.c-select select {
    width: 100%;
    height: 40px;
    background: transparent;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.c-select option[disabled] {
    display: none;
}

.c-form-field textarea::-moz-placeholder {
    color: #818181;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1;
}

.c-form-field textarea:-ms-input-placeholder {
    color: #818181;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.c-form-field textarea::-webkit-input-placeholder {
    color: #818181;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.c-form-field textarea {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 290px;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 12px 16px;
    border: 1px solid #c6c6c6;
    outline: none;
    resize: none;
}

.c-form-field textarea:focus {
    border-color: #feed05;
    box-shadow: 0px 0px 0px 1px #feed05;
}

.c-link {
    display: inline-block;
    color: #1d1d1d;
    transition: 0.3s ease;
    text-decoration: underline;
}

.c-link:hover {
    color: #ed1c24;
    text-decoration: underline;
}

.c-menu-nav {
    padding: 24px 16px;
    border: 1px solid #d5d9d9;
}

.c-menu-nav__title {
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 16px;
}

.c-menu-nav__item {
    display: flex;
    align-items: center;
    color: #414141;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-menu-nav__item a {
    position: relative;
    display: block;
    color: #414141 !important;
    padding-left: 16px;
    transition: 0.3s ease;
    text-decoration: none !important;
}

.c-menu-nav__item a:hover {
    color: #ed1c24;
}

.c-menu-nav__item a:hover .icon {
    fill: #ed1c24;
}

.c-menu-nav__item .icon {
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    transition: 0.3s ease;
    transform: rotate(90deg);
    fill: #818181;
}

.c-menu-nav__item.u-active a {
    color: #ed1c24 !important;
    font-weight: 700;
}

.c-menu-nav__item.u-active .icon {
    fill: #ed1c24;
}

.c-menu-nav__item:last-of-type {
    margin-bottom: 0;
}

.c-button-nav {
    display: flex;
    align-items: center;
    height: 40px;
    background-color: #f1f1f1;
    text-align: center;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
    border: 1px solid #8e8e8e;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-button-nav .icon {
    width: 30px;
    height: 18px;
}

.c-button-nav.u-disabled {
    opacity: 0.1;
    pointer-events: none;
}

.c-button-nav--prev .icon {
    margin-left: 0;
    transform: rotate(180deg);
}

.c-page-nav {
    margin-top: 24px;
}

.c-page-nav .c-page-nav__list {
    margin: 0 8px;
    counter-reset: counterpage;
}

.c-page-nav__item {
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #8e8e8e;
    margin-right: 8px;
}

.c-page-nav__item a {
    display: block;
    width: 38px;
    height: 38px;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
}

.c-page-nav__item.u-active {
    background-color: #fff;
    border-color: #000;
}

.c-sizing {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.c-sizing tr {
    display: flex;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid #d5d9d9;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-sizing tbody tr:last-child {
    border-bottom: none;
}

.c-sizing th {
    font-size: 16px;
    font-weight: 700;
}

.c-sizing td,
.c-sizing th {
    width: 20%;
}

.c-view .c-select {
    min-width: 210px;
}

.c-view .c-view__list {
    margin-left: 32px;
}

.c-view .c-button-view {
    margin-right: 16px;
}

.c-view .c-button-view:last-of-type {
    margin-right: 0;
}

.c-view .c-button-view .icon {
    display: block;
    width: 16px;
    height: 16px;
    fill: #c6c6c6;
}

.c-view .c-button-view.u-is-active .icon {
    fill: #ed1c24;
}

/*ACCORDION*/

.c-accordion:not(.c-accordion--small) .c-accordion-item:first-of-type .c-accordion-item__header {
    padding-top: 0;
}

.c-accordion-item {
    border-bottom: 1px solid #d5d9d9;
}

.c-accordion-item:last-child {
    border-bottom: 0;
}

.c-accordion-item__header {
    position: relative;
    padding: 24px 0;
    padding-right: 30px;
    cursor: pointer;
}

.c-accordion-item__title {
    display: inline-block;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: none;
}

.c-accordion-item__icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 0;
    transition: 0.3s ease;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-accordion-item__icon svg {
    width: 15px;
    height: 15px;
    fill: #ed1c24;
}

.c-accordion-item__content {
    display: none;
    padding-bottom: 24px;
}

.u-is-open .c-accordion-item__title {
    font-weight: 700;
}

.u-is-open .c-accordion-item__header {
    padding-bottom: 12px;
}

.u-is-open .c-accordion-item__content {
    display: block;
}

.u-is-open .c-accordion-item__icon {
    transform: rotate(-180deg);
}

.u-is-open .c-accordion-item__icon svg {
    fill: #1d1d1d;
}

.c-banner {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 38px 0;
}

.c-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.c-banner a {
    display: block;
    padding-left: 24px;
}

.c-banner svg {
    position: relative;
    height: 40px;
}

.c-block {
    padding-top: 30px;
}

.c-block .c-block__marker {
    top: 0;
}

.c-block__button {
    margin-top: 16px;
}

.c-block__container {
    position: relative;
}

.c-block__article {
    margin-bottom: 24px;
}

.c-block__title {
    margin-bottom: 8px;
}

.c-block__text strong {
    color: #ed1c24;
}

.u-text-white .c-block__marker {
    color: #fff;
}

.u-text-white .c-block__marker::before {
    background-color: #fff;
}

.u-text-white .c-block__title {
    color: #fff;
}

.u-text-white .c-block__text {
    color: #fff;
}

.u-text-white .c-block__text strong {
    color: #feed05;
}

.u-text-white .c-products .slick-dots li button {
    background-color: #fff;
    opacity: 0.4;
}

.c-board {
    flex: 1;
}

.c-board p {
    margin: 16px 0;
}

.c-board .c-evidence {
    background: rgba(237, 28, 36, 0.1);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.c-board__code {
    display: block;
    color: #959595;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 8px;
}

.c-board__meta {
    padding-top: 16px;
    border-top: 1px solid #d5d9d9;
    margin-bottom: 24px !important;
}

.c-board__button {
    font-size: 11px;
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 4px;
    border-width: 1px;
    margin-top: 16px;
}

.c-board__button::after {
    content: "";
    width: 0;
    height: 0;
    border-color: #ed1c23 transparent transparent transparent;
    border-width: 6px 3px 0 3px;
    margin-left: 4px;
    border-style: solid;
}

.c-board__button:hover::after {
    border-color: #fff transparent transparent transparent;
}

.c-box {
    position: relative;
    padding: 32px 0;
    overflow: hidden;
}

.c-box__figure {
    position: absolute;
    top: 100px;
    right: -100px;
    width: 400px;
}

.c-box__meta p {
    margin: 0;
}

.c-box__button {
    margin-top: 16px;
}

.c-box__media {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 32px;
}

.c-box__media iframe,
.c-box__media img,
.c-box__media video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.c-call-in {
    position: relative;
    padding: 16px;
}

.c-call-in__figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.c-call-in__figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.c-call-in__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-call-in__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
    min-height: calc(300px - 64px);
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.c-call-in__title {
    color: #fff;
    font-family: "league-gothic", sans-serif;
    font-size: 49px;
}

.c-call-in__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: white;
    border-color: #fff;
    margin-top: 32px;
}

.c-card__figure {
    height: 270px;
}

.c-card__figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.c-card__title {
    color: #fff;
    background-color: #ed1c24;
    text-align: center;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
    padding: 14px;
    padding: 12px;
}

.c-card__title .icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 16px;
    margin-left: 4px;
    fill: #fff;
}

.c-product--cart .c-product__code {
    position: relative;
}

.c-cart__shipment {
    padding: 16px 12px;
    border-bottom: 1px solid #d5d9d9;
}

.c-cart__shipment .c-shop__title {
    position: relative;
    max-width: 100%;
    cursor: pointer;
}

.c-cart__shipment .c-shop__title span {
    font-weight: 400;
}

.c-cart__shipment .c-shop__title .icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    transition: 0.3s ease;
    transform: translateY(-50%);
}

.c-cart__shipment .u-shipment-open .icon {
    transform: translateY(-50%) rotate(180deg);
}

.c-cart__shipment .c-radio {
    padding-bottom: 8px;
    border-bottom: 1px solid #d5d9d9;
    margin-bottom: 8px;
}

.c-cart__shipment .c-radio:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.c-shipment-options {
    margin-top: 16px;
}

.c-shop--cart .c-shop__details {
    padding-top: 0;
    padding-bottom: 0;
}

.c-shop--cart .c-shop__details .c-button {
    font-weight: 500;
    border-width: 1px;
}

.c-shop--cart .c-accordion--small {
    border: none;
    margin-bottom: 0 !important;
}

.c-shop--cart .c-accordion--small .c-accordion-item__header,
.c-shop--cart .c-accordion--small .c-accordion-item__content {
    padding-left: 0;
    padding-right: 0;
}

.c-shop--cart .c-accordion--small input {
    height: 40px;
}

.c-shop--cart .c-accordion--small .c-form-field {
    margin-bottom: 8px;
}

.c-total-price {
    padding: 0 !important;
    border-top: none;
    border-bottom: none !important;
    margin-bottom: 8px;
}

.c-shop__coupon {
    background-color: #f5f5f5;
    padding: 16px;
    border-bottom: 1px solid #d5d9d9;
}

.c-shop__coupon .c-shop__title {
    max-width: 100%;
}

.c-coupon-score {
    margin-bottom: 8px;
}

.c-coupon-score__content small {
    color: #ed1c24;
    font-size: 13px;
}

.c-coupon-item {
    padding: 14px 0;
}

.c-coupon-item+.c-coupon-item {
    border-top: 1px solid #d5d9d9;
}

.c-coupon-item .c-badge {
    min-width: 46px;
    background-color: #e8e8e8;
    text-align: center;
}

.c-coupon-item .c-badge--points {
    color: #fff;
    background-color: #ed1c24;
    font-size: 22px;
    line-height: 16px;
}

.c-coupon-item .c-badge--points:hover {
    background-color: #1d1d1d;
}

.c-coupon-item__text {
    display: block;
    font-size: 13px;
}

.c-coupon-item__text.j-modal-open:hover small {
    text-decoration: underline;
}

.c-coupon-item--tot {
    padding-bottom: 0;
}

.c-coupon-item--tot .c-badge {
    background-color: #feed05;
}

.c-cart-footer {
    padding: 16px 12px;
}

.c-cart-footer .c-button {
    width: 100%;
}

.c-cart__meta {
    position: relative;
    font-size: 13px;
    padding: 14px 12px;
    padding-top: 28px;
    border-top: 1px solid #d5d9d9;
    margin-top: 8px;
}

.c-cart__meta::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d5d9d9;
}

.c-cart__meta a {
    color: #ed1c24;
}

.c-catalogue {
    display: block;
    padding: 16px;
    border: 1px solid #d1d1d1;
}

.c-catalogue:hover {
    border-color: #1d1d1d;
}

.c-catalogue:hover .c-catalogue__link {
    text-decoration: underline;
}

.c-catalogue__header {
    margin-bottom: 16px;
}

.c-catalogue__year {
    color: #d1d1d1;
}

.c-catalogue__figure {
    height: 355px;
}

.c-catalogue__figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-catalogue__link {
    display: block;
    color: #ed1c24;
    text-align: right;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 0;
    text-decoration: none;
}

.c-catalogue__link .icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 10px;
    fill: #ed1c24;
}

.c-collection {
    position: relative;
    background-color: #1d1d1d;
    padding: 32px 0;
}

.c-collection__slider .c-product {
    margin: 0 12px !important;
}

.c-collection__slider .slick-arrow {
    position: absolute;
    top: -78px;
    right: 30px;
    background-color: transparent;
    transform: translateY(50%);
    z-index: 2;
}

.c-collection__slider .slick-arrow.slick-prev {
    transform: translate(-60px, 50%) rotate(180deg);
}

.c-collection__slider .slick-arrow.slick-disabled {
    opacity: 0.4;
    cursor: inherit;
}

.c-collection__slider .slick-arrow svg {
    display: block;
    width: 16px;
    fill: #fff;
}

.c-collection__figure {
    position: absolute;
    top: 32px;
    left: 0;
    bottom: 32px;
    width: 25%;
}

.c-collection__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.c-collection__title {
    color: #fff;
    margin-bottom: 24px;
}

.c-note__item {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-button-copy {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    padding: 8px;
    border: 1px dashed #a5a5a5;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-button-copy .icon {
    display: block;
    width: 30px;
    height: 18px;
}

.c-cta-newsletter {
    width: 100%;
    border: 1px solid #f1f1f1;
    flex-direction: column;
}

.c-cta-newsletter__content {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.c-cta-newsletter__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 100%;
    margin-top: 32px;
}

.c-cta-newsletter__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-cta-vertical {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 480px;
    text-align: center;
    padding: 24px 16px;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.c-cta-vertical__figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.c-cta-vertical__figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.c-cta-vertical__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.c-cta-vertical__header {
    position: relative;
    color: #fff;
}

.c-cta-vertical__header small {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.c-cta-vertical__subtitle {
    position: relative;
    color: #fff;
    margin: 24px 0;
}

.c-cta-vertical__subtitle strong {
    color: #feed05;
    font-weight: 400;
}

.c-cta-vertical__button {
    position: relative;
}

.c-cta-vertical--small {
    min-height: 0;
    padding: 20px 40px;
}

.c-cta-vertical--small .c-cta-vertical__header {
    max-width: 142px;
    text-align: left;
    margin: 0 auto;
}

.c-cta-vertical--small .c-cta-vertical__header small {
    font-size: 12px;
    margin-left: 4px;
    margin-bottom: -4px;
}

.c-cta-vertical--small .c-cta-vertical__subtitle strong {
    color: #ed1c24;
}

.c-cta {
    background-color: #f5f5f5;
    padding: 20px;
}

.c-cta .c-button {
    width: 100%;
    margin-top: 16px;
}

.c-cta__figure {
    height: 106px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 16px;
}

.c-cta__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-cta__title {
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 16px;
}

.c-cta__price {
    color: #ed1c24;
    font-family: "league-gothic", sans-serif;
    font-size: 39px;
    line-height: 1;
    font-weight: 400;
}

@-webkit-keyframes feedback {
    0% {
        opacity: 1;
        transform: translateY(-84px);
    }

    20% {
        transform: translateY(0);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes feedback {
    0% {
        opacity: 1;
        transform: translateY(-84px);
    }

    20% {
        transform: translateY(0);
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.c-feedback {
    position: fixed;
    top: 60px;
    left: 10px;
    right: 10px;
    display: none;
    background-color: #66bb6a;
    line-height: 1;
    padding: 16px;
    border: 4px solid #fff;
    opacity: 0;
    z-index: 100;
    -webkit-animation-name: feedback;
    animation-name: feedback;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.c-feedback::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #2e7d32;
}

.c-feedback p {
    font-size: 16px;
    margin: 0 !important;
}

.c-feedback .icon-check {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.c-feedback .icon-close {
    display: block;
    width: 16px;
    height: 16px;
}

.c-feedback.u-is-active {
    display: flex;
}

.c-feedback.u-red {
    background-color: #ffcdd2;
}

.c-feedback.u-red::before {
    border-color: #b71c1c;
}

.c-feedback__link {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-feedback__link .icon-arrow-right {
    width: 20px;
    height: 14px;
    margin-left: 6px;
}

.c-feedback__close {
    position: relative;
    display: block;
    margin-left: auto;
}

.c-filter-toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3e3e3e;
    padding: 20px 0;
    z-index: 1;
}

.c-filter-toggle .c-filter__title {
    color: #c6c6c6;
}

.c-filter-toggle .c-checkbox {
    margin-right: 24px;
}

.c-filter-toggle .c-checkbox label {
    color: #fff;
}

.c-filter {
    padding: 20px 24px;
    border: 1px solid #d5d9d9;
}

.c-filter__title {
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 16px;
}

.c-count {
    display: inline-block;
    width: 28px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    border: 1px solid #d5d9d9;
    border-radius: 14px;
    margin-left: auto;
}

.c-filter__content .c-checkbox {
    margin-bottom: 8px;
}

.c-filter__content .c-checkbox label {
    display: flex;
    align-items: center;
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-filter__content .c-checkbox label .c-badge--be {
    width: 21px;
    height: 16px;
    color: #fff;
    background-color: #ed1c24;
    font-size: 15px;
    font-weight: 400 !important;
    margin-left: 8px;
    transform: skew(-15deg);
}

.c-filter__content .c-checkbox input:checked~label {
    font-weight: 700;
}

.c-filter__content .c-checkbox input:checked~label .c-count {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.c-filter__content .c-checkbox:hover span,
.c-filter__content .c-checkbox:hover .c-count {
    border-color: #ed1c24;
}

.c-filter--add {
    background-color: #eeeeee;
}

.c-filter--add .c-checkbox span {
    background-color: transparent;
    border: none;
}

.c-filter--add .c-checkbox span::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 700;
    transform: translate(-50%, -50%);
}

.c-filter--add .c-checkbox input:checked+span::before {
    top: 4px;
    left: 5px;
    border-left: none;
    transform: none;
}

.c-filter--add .c-checkbox:hover span::before {
    color: #ed1c24;
}

/*FOOTER*/

.c-top-button {
    position: fixed;
    right: 30px;
    bottom: 60px;
    display: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #ed1c24;
    border-radius: 50%;
    transform: rotate(-90deg);
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-top-button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.u-is-scrolled .c-top-button {
    display: flex;
}

.c-site-footer__navigation {
    background-color: #fafafa;
    padding: 24px 20px;
    margin-left: -20px !important;
    margin-right: -20px;
}

.c-site-footer__newsletter {
    background-color: #feed05;
    padding: 24px 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.c-site-footer__meta {
    color: #fff;
    background-color: #1d1d1d;
    font-size: 12px;
    padding: 22px 0;
}

.c-site-footer__meta p {
    margin: 0;
}

.c-site-footer__meta-nav {
    color: #feed05;
}

.c-site-footer__meta-menu li:not(:last-of-type) {
    margin-right: 16px;
}

.c-site-footer__meta-menu li a {
    display: block;
}

.c-site-footer__meta-menu li a:hover {
    text-decoration: underline;
}

.c-site-footer__menu {
    color: #1d1d1d;
    font-size: 12px;
    line-height: 1.17;
    margin-right: 20px;
}

.c-site-footer__menu li {
    display: block;
    margin-bottom: 8px;
}

.c-site-footer__menu li:first-of-type {
    font-family: "league-gothic", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

.c-site-footer__menu li a {
    transition: 0.3s ease;
}

.c-site-footer__menu li a:hover {
    color: #ed1c24;
}

.c-site-footer__menu li ul {
    display: flex;
    align-items: center;
    margin-top: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-site-footer__menu li ul li {
    margin-right: 4px;
}

.c-site-footer__menu li ul li svg {
    display: block;
}

.c-site-footer__feedback {
    font-size: 12px;
    padding-top: 24px;
}

.c-site-footer__feedback p {
    margin-top: 8px;
}

.c-site-footer__feedback-title .icon {
    margin-left: 8px;
}

.c-form--newsletter .c-form__fieldset {
    margin-top: 8px;
}

.c-form--newsletter .c-checkbox {
    text-align: left;
    margin-top: 8px;
}

.c-form--newsletter .c-form__button {
    font-size: 14px;
    margin-top: 16px;
}

.c-site-footer__app {
    margin-top: 24px;
}

.c-site-footer__buttons {
    margin-top: 16px;
}

.c-site-footer__buttons li {
    margin-right: 8px;
}

.c-site-footer__buttons li a {
    display: block;
}

.c-gallery__item--zoom {
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: zoom-in;
}

.c-gallery__item--zoom img:hover {
    opacity: 0;
}

.c-gallery__item--zoom img {
    display: block;
    width: 100%;
    transition: opacity .5s;
}

.c-gallery-slider {
    position: relative;
    width: 100%;
}

.c-gallery-slider .c-button-wishlist {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
}

.c-gallery-advice {
    position: absolute;
    top: 280px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    background-color: #1d1d1d;
    text-align: center;
    font-size: 11px;
    padding: 4px 8px;
    transform: translateX(-50%);
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-gallery-advice .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #fff;
}

.c-gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.c-gallery__for {
    margin-bottom: 8px;
}

.c-gallery__for .c-gallery__item {
    height: 334px;
}

.c-gallery__nav .c-gallery__item {
    height: 80px;
    margin: 0 4px;
}

.c-gallery__nav .slick-current {
    border: 2px solid #ED1C24;
}

.c-gallery-slider--vertical {
    padding-left: 100px;
}

.c-gallery-slider--vertical .c-gallery__for {
    margin-bottom: 0;
}

.c-gallery-slider--vertical .c-gallery__for .c-gallery__item {
    height: 376px;
}

.c-gallery-slider--vertical .c-gallery__nav {
    position: absolute;
    top: -4px;
    left: 0;
    width: 100px;
}

.c-gallery-slider--vertical .c-gallery__nav .c-gallery__item {
    width: 95px !important;
    height: 120px;
    margin: 4px 0;
}

.c-gallery-slider--vertical .c-gallery-advice {
    top: auto;
    left: calc(50% + 50px);
    bottom: 20px;
}

.c-page-account {
    padding-top: 0 !important;
}

.c-site-header--account {
    position: relative !important;
    border-bottom: 1px solid #ed1c24;
}

.c-site-header--account .c-site-header__logo svg {
    width: 120px;
}

.c-site-header--account .c-site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: #fff;
    overflow: auto;
    transition: all 0.3s ease;
    z-index: 9;
}

.u-menu-open .c-site-header--account .c-site-nav {
    bottom: 0;
}

.u-menu-open .c-toggle__item:first-of-type {
    transform: rotate(-45deg) translate(-5px, 5px);
}

.c-header-checkout {
    line-height: 0;
}

.c-header-checkout__content {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #c6c6c6;
}

.c-header-checkout__logo {
    padding: 10px 0;
}

.c-header-checkout__logo svg {
    height: 30px;
}

/*SPINNER ANIMATION*/

@-webkit-keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        transform: rotate(135deg);
        stroke-dashoffset: 46.75;
    }

    100% {
        transform: rotate(450deg);
        stroke-dashoffset: 187;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        transform: rotate(135deg);
        stroke-dashoffset: 46.75;
    }

    100% {
        transform: rotate(450deg);
        stroke-dashoffset: 187;
    }
}

.icon-spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

.icon-spinner .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    stroke: #ed1c24;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite;
}

/*HEADROOM*/

.c-site-header.headroom {
    transition: transform 200ms linear;
}

.c-site-header.headroom--unpinned {
    transform: translateY(-100%);
}

.c-site-header.headroom--pinned:not(.headroom--top) {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.c-site-header.headroom--pinned:not(.headroom--top) .c-form--search,
.c-site-header.headroom--pinned:not(.headroom--top) .c-site-header__meta,
.c-site-header.headroom--pinned:not(.headroom--top) .c-site-header__navigation {
    display: none;
}

.c-site-header.headroom--unpinned .c-form--search,
.c-site-header.headroom--unpinned .c-site-header__meta,
.c-site-header.headroom--unpinned .c-site-header__navigation {
    display: none;
}

/*MEGAMENU*/

.c-megamenu {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    z-index: 9;
}

.c-megamenu.j-active {
    z-index: 10;
}

/*HEADER*/

.c-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
}

.c-site-header__logo {
    position: relative;
    padding: 10px 0;
    z-index: 11;
}

.c-site-header__logo svg,
.c-site-header__logo img {
    width: 180px;
}

.c-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    text-align: center;
    border: 1px solid #c6c6c6;
    border-right: none;
    z-index: 10;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
}

.c-toggle strong {
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
}

.u-search-open .c-toggle {
    position: relative;
    z-index: 100;
}

.c-toggle__item {
    display: block;
    width: 16px;
    border-top: 2px solid #000;
    border-radius: 2px;
    border-radius: 10px;
    margin: 6px 0 6px 0;
    transition: 0.4s ease;
}

.c-toggle__item:nth-of-type(2) {
    width: 24px;
}

.c-site-nav {
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: $light-grey;
    overflow: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9; */
}

.c-site-nav__menu li {
    position: relative;
    font-size: 14px;
}

.c-site-nav__menu li a {
    display: block;
    padding: 0 5px;
    transition: 0.3s ease;
}

.c-site-nav__menu li a .icon {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    line-height: 16px;
    margin-top: -3px;
    fill: #ed1c24;
}

.c-site-nav__menu li a .icon.icon-dropdown-open {
    width: 10px;
    height: 10px;
    margin-top: -1px;
    fill: #1d1d1d;
}

.c-lang-menu strong {
    font-weight: 400;
    text-transform: uppercase;
}

body.u-menu-open {
    overflow: hidden;
}

.u-menu-open .c-toggle__item {
    opacity: 0;
}

.u-menu-open .c-toggle__item:first-of-type {
    opacity: 1;
    transform: rotate(-45deg) translate(-6px, 6px);
}

.u-menu-open .c-toggle__item:last-of-type {
    opacity: 1;
    transform: rotate(45deg) translate(-6px, -6px);
}

.u-menu-open .c-site-nav {
    bottom: 0;
}

.c-points {
    display: inline-block !important;
    vertical-align: middle;
    min-width: 24px;
    height: 24px;
    color: #3e3e3e;
    background-color: #feed05;
    text-align: center;
    font-size: 11px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 0 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: -8px;
}

/*SUBMENU*/

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 180px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #ededed;
    z-index: 90;
}

.sub-menu.c-language {
    left: auto;
    right: 0;
    width: calc(100vw - 40px);
    max-width: 440px;
}

.sub-menu li {
    display: block !important;
    font-size: 14px;
    line-height: 1;
    text-transform: none;
    padding: 0 !important;
}

.sub-menu li .c-points {
    position: relative;
    background-color: transparent;
    border: none;
    margin-left: 4px;
}

.sub-menu li .c-points::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1px;
    right: -1px;
    background-color: #feed05;
    padding-bottom: 100%;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.sub-menu li .c-points span {
    position: relative;
    z-index: 1;
}

.c-site-header__meta {
    color: #fff;
    background-color: #c30007;
    padding: 9px 0;
}

.c-site-header__meta p {
    font-size: 18px;
    font-weight: 700;
    margin-right: 16px;
    margin-bottom: 0;
}

.c-site-header__meta p strong {
    font-family: "league-gothic", sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
}

.c-site-header__meta svg {
    display: block;
}

.c-button-select {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    padding: 12px 8px;
    border: 1px dashed #fff;
    border-radius: 4px;
}

.c-button-select svg {
    display: none;
}

.c-button-select span.icon {
    display: inline-block;
    margin-right: 4px;
}

.c-button-select .c-button-select__text {
    display: block;
    max-width: 180px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-button-select small {
    display: none;
}

.c-button-select.u-selected {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-left: 36px;
    padding-bottom: 6px;
    border-style: solid;
}

.c-button-select.u-selected .icon {
    display: none;
}

.c-button-select.u-selected svg.icon {
    position: absolute;
    top: 50%;
    left: 12px;
    display: block;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    fill: #fff;
}

.c-button-select.u-selected small {
    display: block;
    text-align: left;
    font-size: 11px;
    text-transform: none;
    margin-top: 3px;
}

.c-button-link {
    display: flex;
    align-items: center;
    color: #fff !important;
    font-size: 14px;
    margin-left: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-decoration: none;
}

.c-button-link .icon {
    width: 12px;
    height: 13px;
    margin-left: 8px;
    fill: #fff;
}

.c-button-app {
    display: inline-block;
    margin-left: 8px;
}

.c-button-megamenu {
    display: flex;
    align-items: center;
    color: #ed1c24;
    background-color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 8px 12px;
    transition: 0.3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-button-megamenu .icon {
    width: 15px;
    height: 15px;
    margin-left: 8px;
    transition: 0.3s ease;
    fill: #ed1c24;
}

.c-button-megamenu:hover {
    color: #fff;
    background-color: #1d1d1d;
}

.c-button-megamenu:hover .icon {
    fill: #fff;
}

.c-be-the-first {
    margin-left: 24px;
}

.c-be-the-first svg {
    display: block;
}

.c-site-header__navigation {
    color: #fff;
    background-color: #ed1c24;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 0;
}

.c-megamenu-container {
    margin-right: 8px;
}

.c-form--search {
    position: relative;
    width: 100%;
    margin: 0 32px;
    flex: 1;
}

.c-form--search .c-form-field {
    margin-bottom: 0;
}

.c-form--search input {
    background-color: #f1f1f1;
}

.u-is-looking-for .c-form--search .icon-search {
    display: none !important;
}

.c-form--with-icon {
    position: relative;
}

.c-form--with-icon .icon {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 20px;
    height: 20px;
}

.c-search {
    max-width: 800px;
    margin: 0 auto;
}

.c-modal--search .c-button {
    margin-top: 24px;
}

.c-modal--search .c-modal-container {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding: 60px 0 24px;
    transform: none;
}

.u-search-open .c-site-header__logo {
    z-index: 100;
}

.u-search-open .c-form--search {
    z-index: 100;
}

.u-search-open .c-form--search input {
    background-color: #fff;
    border: 1px solid #212121;
}

.c-search-item {
    text-align: left;
}

.c-search-item__list {
    max-height: 440px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.c-search-item__list::-webkit-scrollbar,
.c-search-item__list::-webkit-scrollbar-thumb,
.c-search-item__list::-webkit-scrollbar-track {
    display: none;
    width: 0 !important;
    height: 0 !important;
    background-color: transparent;
}

.c-search-item--models {
    background-color: #feed05;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px;
}

.c-search-item--models .c-search-item__title {
    margin-bottom: 20px;
}

.c-search-item--models .c-search-item__list li a {
    transition: 0.3s ease;
}

.c-search-item--models .c-search-item__list li a:hover {
    color: #ed1c24;
}

.c-search-item--products .c-search-item__title {
    color: #fff;
    background-color: #ed1c24;
    padding: 16px;
    margin: 0 -20px 8px;
}

.c-search-item--products .c-card-small {
    margin-bottom: 8px;
    transition: 0.3s ease;
}

.c-search-item--products .c-card-small:hover {
    background-color: #f1f1f1;
}

.c-hero-small {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.c-hero-small a:not(.c-button) {
    color: #ed1c24;
}

.c-hero-small p {
    margin: 8px 0;
}

.c-hero-small .l-container {
    max-width: 700px;
}

.c-hero-small__title {
    position: relative;
    padding-left: 30px;
}

.c-hero-small__title .icon {
    position: absolute;
    top: 5px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: #fff;
    background-color: #ed1c24;
    font-size: 16px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-hero-small__share {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-hero-small__social {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-hero-small__social li {
    margin-left: 8px;
}

.c-hero-small__social li a {
    display: block;
    line-height: 1;
}

.c-hero-small__social li svg {
    width: 14px;
    height: 14px;
}

.c-hero {
    background-color: #f5f5f5;
}

.c-hero-slide__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-hero-slide__content {
    position: relative;
    padding: 30px 0 50px 30px;
    padding-left: 30px !important;
}

.c-hero-slide__text {
    color: #3e3e3e;
    margin-top: 24px;
    margin-bottom: 32px;
}

.c-hero__slider .slick-list {
    display: flex;
    padding-left: 30px;
    margin-left: -30px;
}

.c-hero__slider .slick-track {
    display: flex;
}

.c-hero__slider .slick-dots {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.c-hero__slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.c-hero__slider .slick-dots li button {
    width: 24px;
    height: 4px;
    background-color: #ed1c24;
    font-size: 0;
    padding: 0;
    border: none;
    opacity: 0.1;
    cursor: pointer;
    outline: 0;
}

.c-hero__slider .slick-dots .slick-active button {
    width: 48px;
    opacity: 1;
}

.c-hero__slider .slick-arrow {
    position: absolute;
    right: 30px;
    bottom: 34px;
    background-color: transparent;
    transform: translateY(50%);
    z-index: 2;
}

.c-hero__slider .slick-arrow.slick-prev {
    transform: translate(-60px, 50%) rotate(180deg);
}

.c-hero__slider .slick-arrow svg {
    display: block;
    width: 16px;
    fill: #fff;
}

.c-marker {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 30px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(180deg);
    z-index: 2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.c-marker span {
    position: relative;
    display: inline-block;
    background-color: #f5f5f5;
    padding-top: 10px;
}

.c-marker::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #000;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.c-item {
    display: block;
    text-align: center;
}

.c-item:hover .c-item__content {
    border-color: #1d1d1d;
}

.c-item:hover .c-item__link {
    text-decoration: underline;
}

.c-item__content {
    padding: 8px;
    border: 1px solid #d1d1d1;
}

.c-item__figure {
    height: 310px;
    margin-bottom: 16px;
}

.c-item__figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-item__title {
    padding-left: 8px;
    padding-right: 8px;
}

.c-item__text {
    color: #616161;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 2px;
}

.c-item__link {
    display: block;
    color: #ed1c24;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 0;
    text-decoration: none;
}

.c-item__link .icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 10px;
    fill: #ed1c24;
}

#modal-lang .c-modal-container {
    max-width: 600px;
    max-height: 90vh;
    text-align: left;
    padding: 0;
}

#modal-lang .c-modal__close {
    top: 10px;
    right: 20px;
}

.c-language {
    padding: 16px;
}

.c-language p {
    margin: 0;
}

.c-language .c-radio input:checked~label {
    font-weight: 700;
}

.c-language .c-select {
    margin-top: 8px;
    margin-bottom: 32px;
}

.c-language__header {
    background-color: #feed05;
    padding: 16px;
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
}

.c-language__heading strong {
    color: #ed1c24;
    font-weight: 400;
}

.c-language__title {
    margin-bottom: 8px;
}

.c-language__options {
    margin-top: 16px;
    gap: 24px 32px;
}

.c-language__options .c-radio span {
    left: auto;
    right: 0;
    border-color: transparent;
}

.c-language__options .c-radio input:checked~.c-radio__span {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.c-language__options .c-radio input:checked~.c-radio__span::before {
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    transform: rotate(45deg);
}

.c-language__options .c-radio__label {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-language__options .c-radio__label img {
    width: 32px;
    height: 21px;
    margin-right: 8px;
}

.c-language__strong {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
}

.c-language__footer {
    margin-top: 32px;
}

.c-language__button {
    display: block;
    height: 40px !important;
    padding: 11px 16px;
}

.c-language__button.c-button--ghost {
    margin-left: 16px;
}

.c-megamenu--products {
    padding: 0 !important;
}

.c-megamenu--products .c-megamenu__nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #feed05;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.c-megamenu--products .c-megamenu__nav .c-button {
    color: #fff;
    background-color: #1d1d1d;
    margin-top: 32px;
}

.c-megamenu--products .c-megamenu__nav .c-button:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.c-megamenu--products .c-megamenu__menu>li {
    margin-bottom: 8px;
}

.c-megamenu--products .c-megamenu__menu>li a {
    display: block;
    font-weight: 400;
}

.c-megamenu--products .c-megamenu__menu>li a:hover {
    color: inherit;
    font-weight: 700;
}

.c-megamenu--products .c-megamenu__menu>li a::first-letter {
    text-transform: uppercase;
}

.c-megamenu {
    color: #3e3e3e;
    background-color: #fff;
    font-size: 14px;
    padding: 8px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
}

.c-megamenu__header {
    background-color: #ed1c24;
    padding: 13px 32px;
}

.c-megamenu__header .c-megamenu__title {
    color: #fff;
}

.c-megamenu__nav .c-button {
    font-size: 12px;
    margin-bottom: 32px;
}

.c-megamenu__menu>li {
    margin-bottom: 22px;
}

.c-megamenu__menu>li>a,
.c-megamenu__menu>li>span {
    font-weight: 700;
}

.c-megamenu__menu>li ul {
    color: #666666;
    text-transform: uppercase;
}

.c-megamenu__menu>li ul li a {
    font-weight: 400;
}

.c-megamenu__menu li a {
    display: block;
    transition: 0.3s ease;
}

.c-megamenu__menu li a:hover {
    color: #ed1c24;
}

.c-megamenu__secondary-nav {
    display: flex;
    background-color: #e8e8e8;
    flex-direction: column;
}

.c-megamenu__secondary-nav .c-megamenu__title {
    margin-bottom: 44px;
}

.c-megamenu__secondary-nav .c-button {
    color: #fff;
    background-color: #1d1d1d;
    font-size: 12px;
    margin-top: auto;
    margin-bottom: 16px;
}

.c-megamenu__secondary-menu {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.c-megamenu__secondary-menu li {
    margin-bottom: 4px;
}

.c-megamenu__secondary-menu li a {
    display: block;
    transition: 0.3s ease;
}

.c-megamenu__secondary-menu li a:hover {
    color: #ed1c24;
}

.c-megamenu-cta__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-megamenu-cta__button {
    width: 100%;
    font-size: 12px;
}

.c-message {
    border: 1px solid #d5d9d9;
}

.c-message__meta {
    background-color: #fff2cf;
    font-size: 13px;
    padding: 16px;
    margin: 0;
}

.c-message__content {
    font-size: 13px;
    padding: 16px;
}

.c-message__content p {
    margin: 8px 0;
}

.c-message__button {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    margin-top: 16px;
}

/*MODAL*/

body.u-modal-open {
    overflow: hidden;
}

.c-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
}

.c-modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90vw;
    max-width: 650px;
    max-height: 90vh;
    background-color: #fff;
    text-align: center;
    padding: 20px 30px;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    overflow-y: auto;
}

.c-modal__header {
    margin-bottom: 30px;
}

.c-modal__title+p {
    margin-top: 8px;
}

.c-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px;
}

.c-modal__close svg {
    width: 16px;
    height: 16px;
}

.c-modal__fieldset .c-form-field,
.c-modal__fieldset .c-select {
    margin-bottom: 12px;
}

.c-modal__fieldset .c-form-field:last-of-type,
.c-modal__fieldset .c-select:last-of-type {
    margin-bottom: 0;
}

.c-modal__footer {
    margin-top: 46px;
}

.c-modal__footer>* {
    display: block;
    width: 100%;
    margin-top: 12px;
}

#modal-newsletter .c-form__title {
    margin-bottom: 24px;
}

#modal-newsletter .c-form--newsletter .c-checkbox {
    margin-top: 16px;
}

.c-modal-points p {
    text-align: left;
}

.c-modal-points .c-modal__title {
    background-color: #feed05;
    padding: 5px 16px;
    margin-bottom: 24px;
}

.c-options-points {
    text-align: left;
}

.c-form--points .c-button {
    display: block;
    margin-top: 42px;
}

.c-radio--points {
    padding: 12px 0;
}

.c-radio--points .c-radio__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-radio--points input,
.c-radio--points span {
    top: 16px;
}

.c-radio--points input:checked~.c-radio__label {
    font-weight: 700;
}

.c-radio--points input:checked~.c-radio__label .c-badge {
    background-color: #feed05;
}

.c-radio--points input:disabled~* {
    opacity: 0.3;
}

.c-radio--points input:disabled~.c-radio__label .c-badge {
    background-color: transparent;
    border: 1px solid #d5d9d9;
}

.c-radio--points .c-badge {
    width: 64px;
    background-color: #e8e8e8;
    text-align: center;
}

.c-radio--points+.c-radio--points {
    border-top: 1px solid #d5d9d9;
}

.c-modal-size .c-modal-container {
    width: 90vw;
    max-height: 90vh;
    text-align: left !important;
    padding: 20px;
}

.c-modal-size .c-modal__title {
    text-align: center;
    margin-bottom: 32px;
}

.c-modal-size .c-accordion-item__header {
    padding-top: 8px;
    padding-bottom: 8px;
}

.c-modal-size .c-accordion-item__title {
    font-size: 16px;
    font-weight: 700;
}

.c-modal-size .c-sizing * {
    font-size: 14px;
}

.c-form--size {
    margin-bottom: 32px;
}

.c-options-product__list {
    margin-top: 8px;
}

.c-options-product__list .c-radio {
    margin-right: 8px;
}

.c-options-product {
    margin-bottom: 24px;
}

.c-options-product strong span {
    font-weight: 400;
}

.c-radio--color-option {
    text-align: center;
}

.c-radio--color-option span {
    width: 40px;
    height: 40px;
    border: 8px solid #fff !important;
    border-radius: 0;
}

.c-radio--color-option span::after {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid #d1d1d1;
}

.c-radio--color-option label {
    display: block;
    width: 40px;
    font-size: 12px;
    padding-top: 40px;
    padding-left: 0;
    margin-top: 4px;
}

.c-radio--color-option input {
    width: 40px;
    height: 40px;
}

.c-radio--color-option input:checked~span::before {
    top: 6px !important;
    left: 5px !important;
    width: 12px !important;
    height: 6px !important;
    background: transparent !important;
    border: 3px solid #1d1d1d;
    border-top: none;
    border-right: none;
    border-radius: 0 !important;
    transform: rotate(-45deg) !important;
}

.c-radio--color-option input:checked~span::after {
    border: 2px solid #1d1d1d !important;
}

.c-radio--color-option input:checked~label {
    font-weight: 700;
}

.c-radio--color-option input:disabled {
    cursor: no-drop;
}

.c-radio--color-option input:disabled~span {
    border-color: #eeeeee !important;
}

.c-radio--color-option input:disabled~label {
    color: #c6c6c6;
    text-decoration: line-through;
}

.c-nav {
    font-size: 13px;
    padding: 20px 24px;
    border: 1px solid #d5d9d9;
}

.c-nav__title {
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 16px;
}

.c-count {
    display: inline-block;
    width: 28px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    border: 1px solid #d5d9d9;
    border-radius: 14px;
    margin-left: auto;
}

.c-nav__content li a {
    display: flex;
    justify-content: space-between;
    transition: 0.3s ease;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.c-nav__content li.u-current {
    font-weight: 700;
}

.c-nav__content li.u-current .c-count {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.c-nav__content li+li {
    margin-top: 8px;
}

.c-note--recap .c-note__text {
    padding: 16px 24px;
    border-bottom: 1px solid #d5d9d9;
    margin: 0;
}

.c-note--recap .c-note__text:last-of-type {
    border-bottom: none;
}

.c-note {
    border: 1px solid #c6c6c6;
    flex-direction: column;
}

.c-note__content {
    padding: 24px 16px;
}

.c-note__list.u-gray {
    color: #8e8e8e;
}

.c-note__title {
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.c-note__item strong {
    margin-right: 8px;
}

.c-note__content--select {
    background-color: #fff2cf;
}

.c-note__text {
    color: #1d1d1d;
    margin-bottom: 32px;
}

.c-note__text:last-of-type {
    margin-bottom: 0px;
}

.c-note__list--small {
    font-size: 13px;
}

.c-note__list--small .c-note__item:not(:last-of-type) {
    margin-bottom: 4px;
}

.c-order-item+.c-order-item {
    margin-top: 16px;
}

.c-order-item__header {
    background: #f1f1f1;
    padding: 16px;
    border: 1px solid #d5d9d9;
}

.c-order-item__content {
    display: none;
}

.u-is-open .c-order-item__content {
    display: block;
}

.u-is-open .c-order-item__detail .u-less {
    display: inline-block;
    transition: 0.3s ease;
}

.u-is-open .c-order-item__detail .u-more {
    display: none;
    transition: 0.3s ease;
}

.u-is-open .c-order-item__detail .icon-dropdown-open-mini {
    transform: rotate(180deg);
}

.j-order-item {
    cursor: pointer;
}

.j-order-item:hover span {
    color: #ed1c24;
}

.j-order-item:hover .icon-dropdown-open-mini {
    fill: #ed1c24;
}

.c-order-item__detail strong {
    display: block;
    color: #1d1d1d;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.c-order-item__detail .c-tooltip {
    display: none;
}

.c-order-item__detail .c-order-item__info {
    position: relative;
    display: inline-block;
}

.c-order-item__detail .c-order-item__info:hover .c-tooltip {
    top: 30px;
    left: -30px;
    display: block;
}

.c-order-item__detail .c-order-item__info:hover .c-tooltip::before {
    left: 34px;
}

.c-order-item__detail .icon {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
}

.c-order-item__detail .icon-dropdown-open-mini {
    width: 24px;
    height: 24px;
    transition: 0.3s ease;
}

.c-order-item__detail .u-sent {
    color: #4caf50;
}

.c-order-item__detail .u-less {
    display: none;
}

.c-order-item__detail--status {
    font-weight: 700;
    padding: 16px;
    border-left: 1px solid #d5d9d9;
    border-right: 1px solid #d5d9d9;
}

.c-order-item__products {
    padding: 0 16px;
    border: 1px solid #d5d9d9;
}

.c-order-product {
    padding: 16px 0;
}

.c-order-product+.c-order-product {
    border-top: 1px solid #d5d9d9;
}

.c-order-product__figure {
    width: 80px;
    height: 80px;
}

.c-order-product__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-order-product__text,
.c-order-product__meta {
    padding: 13px 0;
}

.c-order-product__text {
    margin-left: 16px;
}

.c-order-product__text p {
    font-size: 13px;
    margin: 0;
    margin-top: 6px;
}

.c-order-product__title {
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}

.c-order-product__quantity {
    font-size: 14px;
}

.c-order-product__quantity span {
    display: block;
    vertical-align: middle;
    width: 40px;
    height: 26px;
    background: #f1f1f1;
    text-align: center;
    line-height: 26px;
    font-weight: 700;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 4px;
}

.c-order-product__price {
    font-family: "league-gothic", sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-left: 80px;
}

.c-card-small {
    display: flex;
    align-items: center;
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-card-small p {
    margin: 0;
}

.c-card-small__content {
    width: calc(100% - 96px);
    margin-left: 16px;
}

.c-card-small__figure {
    width: 80px;
    height: 80px;
}

.c-card-small__figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.c-card-small__title {
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 6px;
}

.c-product {
    position: relative;
    background-color: #fff;
    padding-bottom: 118px;
    border: 1px solid #d1d1d1;
}

.c-product a:not(.c-button) {
    display: block;
}

.c-product a:not(.c-button):hover .c-product__figure img {
    transform: scale(1.1);
}

.c-product__figure {
    position: relative;
    height: 210px;
    margin-bottom: 16px;
    overflow: hidden;
}

.c-product__figure img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: 0.3s ease;
}

.c-product__figcaption {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.c-product__figcaption>* {
    margin-right: 4px;
}

.c-product__figcaption .c-badge-container {
    position: absolute;
    left: 0;
    bottom: 0 !important;
    display: flex;
}

.c-product__figcaption .c-badge-container .c-badge {
    margin: 0 5px;
}

.c-button-wishlist {
    display: flex;
    align-items: center;
    color: #1d1d1d;
    background-color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    padding: 6px 8px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    margin-left: auto;
    margin-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-button-wishlist .icon {
    margin-right: 4px;
}

.c-button-wishlist .icon svg {
    width: 16px;
    height: 16px;
}

.c-button-wishlist .c-remove {
    display: none;
}

.c-button-wishlist.u-add-wishlist {
    color: #ed1c24;
    border-color: #ed1c24;
}

.c-button-wishlist.u-add-wishlist .c-remove {
    display: inline-block;
}

.c-button-wishlist.u-add-wishlist .c-add {
    display: none;
}

.c-button-wishlist.u-add-wishlist .icon svg {
    fill: #ed1c24;
}

.c-product__content {
    display: flex;
    padding: 0 24px;
    flex-direction: column;
}

.c-product__title {
    color: #1d1d1d;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #1d1d1d1a;
}

.c-product__title::first-letter {
    text-transform: uppercase;
}

.c-product__details {
    margin-top: 8px;
}

.c-product__details p,
.c-product__details div {
    color: #1d1d1d;
    font-size: 13px;
    margin: 0;
}

.c-product__details .c-product__code strong {
    text-transform: uppercase;
}

.c-product:not(.c-product--inline) .c-product__details .c-product__cat {
    flex: 1;
}

.c-product__colors li {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 1px solid #1d1d1d;
}

.c-product__cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px !important;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #1d1d1d1a;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.c-product__code {
    margin-top: 8px !important;
}

.c-product__details--selection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.c-product__footer {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 16px;
}

.c-product__price {
    color: #ed1c24;
    font-family: "league-gothic", sans-serif;
    font-size: 31px;
    line-height: 1;
    margin-bottom: 8px;
}

.c-product__price del {
    color: #1d1d1db3;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-left: 12px;
}

.c-product__button {
    width: 100%;
    height: 44px;
}

.c-product__be {
    position: relative;
}

.c-product__be .icon-be {
    width: 37px;
    height: 28px;
    fill: #ed1c24;
}

.c-product__be:hover .c-tooltip {
    top: calc(100% + 10px);
    right: 0;
    display: block;
}

.c-product__be:hover .c-tooltip::before {
    top: -8px;
    right: 10px;
    transform: rotate(90deg);
}

.c-product__info {
    position: absolute;
    right: 0;
    bottom: 0;
}

.c-product__info .c-tooltip {
    display: none;
}

.c-product__info .icon {
    width: 14px;
    height: 14px;
}

.c-product--be {
    background-color: #f7f7f7;
}

.u-add-cart .c-product__button {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.c-product--inline .c-button-wishlist .c-add:not(.icon),
.c-product--inline .c-button-wishlist .c-remove:not(.icon) {
    display: none !important;
}

.c-product--soldout .c-product__price {
    color: #1d1d1d;
}

.c-product--soldout .c-product__title,
.c-product--soldout .c-product__text,
.c-product--soldout .c-product__details--selection {
    font-weight: 400;
    opacity: 0.6;
}

.c-product--soldout .c-product__details .c-product__cat span,
.c-product--soldout .c-product__details .c-product__cat svg {
    opacity: 0.6;
}

.c-product--soldout .c-product__details .c-product__code {
    opacity: 0.6;
}

.c-product--soldout .c-tooltip {
    background-color: #797979;
}

.c-product--soldout .c-tooltip::before {
    border-color: #0000 #797979 #0000 #0000;
}

.c-product--cart .c-product__price del {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.c-product--cart .c-product__colors {
    margin-left: 8px;
}

.c-product--cart .c-product__cat {
    margin-right: 8px;
}

.c-product--cart .c-tooltip {
    display: none;
}

.c-product--cart .icon-info:hover+.c-tooltip {
    display: block;
}

.c-product--cart .c-product__button {
    margin-top: 16px;
}

.c-product--sale {
    position: relative;
    display: flex;
    align-items: center;
    height: 28px;
    font-size: 13px;
    padding: 3px 6px;
    border-radius: 2px;
    margin-right: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-product--sale .icon {
    margin-left: 10px;
}

.c-product--sale .c-tooltip {
    top: calc(100% + 8px);
    left: 0;
}

.c-product__meta {
    margin-top: 24px;
}

.c-product__meta .c-form__fieldset {
    min-width: 90px;
    margin-right: 16px;
}

.c-product__actions {
    color: #c6c6c6;
    font-size: 12px;
    line-height: 1.33;
}

.c-product__actions li {
    margin-right: 8px;
}

.c-product__actions li a {
    transition: 0.3s ease;
}

.c-product__actions li a:hover {
    color: #1d1d1d;
}

.c-product__actions li a:hover .icon {
    fill: #1d1d1d;
}

.c-product__actions li a::after {
    content: "|";
    margin-left: 8px;
}

.c-product__actions li:last-of-type a::after {
    display: none;
}

.c-product__actions svg {
    width: 10px;
    height: 10px;
    transition: 0.3s ease;
    fill: #c6c6c6;
}

.c-radio--background input:checked~label {
    background-color: #feed05;
}

.c-radio--background label {
    font-size: 16px;
    text-transform: none;
    padding: 6px 8px !important;
    padding-left: 0;
}

.c-radio--background label.u-strong {
    font-weight: 700;
}

.c-models-container {
    display: grid;
    gap: 24px;
}

.c-models-container__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.c-models-container__item .c-button {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 8px;
}

.c-select-model .c-form-field {
    position: relative;
    margin-bottom: 0;
}

.c-select-model .c-form-field input {
    border-color: #1d1d1d;
}

.c-select-model .c-form-field input:focus {
    box-shadow: none;
}

.c-select-model .c-form-field .icon {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

.c-select-model__list {
    height: 540px;
    padding: 16px 8px;
    border: 1px solid #dbdbdb;
    border-top: none;
    overflow-y: auto;
}

.c-select-model__list::-webkit-scrollbar {
    width: 6px !important;
    border-radius: 8px;
}

.c-select-model__list::-webkit-scrollbar-thumb {
    background: #1d1d1d;
    border-radius: 8px;
}

.c-select-model__list::-webkit-scrollbar-track {
    background-color: #c6c6c6;
    border-radius: 8px;
}

.c-select-model__selection {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.c-select-model__selection:last-child {
    margin-bottom: 0;
}

.c-select-model__selection strong {
    font-weight: 400;
    padding-left: 8px;
}

.c-select-model__radio-container {
    margin-top: 16px;
}

.c-form--soldout {
    text-align: left;
}

.c-form--soldout .c-form__fieldset {
    margin-bottom: 0 !important;
}

.c-form--soldout .c-form-field {
    margin-bottom: 12px;
}

.c-form--soldout .c-checkbox {
    margin-bottom: 8px;
}

.c-form--soldout .c-button {
    margin-top: 16px;
}

.c-form--soldout .c-button .icon {
    width: 22px;
    height: 22px;
}

.c-shop {
    background-color: #fff;
    border: 1px solid #d5d9d9;
}

.c-shop .c-button--ghost {
    width: 100%;
}

.c-shop-accordion-item__content {
    display: none;
    padding: 12px;
}

.c-shop__content {
    padding: 12px;
}

.c-shop-accordion-item__price {
    display: none !important;
}

.u-is-open .c-shop-accordion-item__price {
    display: block !important;
}

.c-shop-accordion-item__header,
.c-shop__header,
.c-total-price {
    background-color: #f5f5f5;
    padding: 16px 12px;
    border-bottom: 1px solid #d5d9d9;
    cursor: pointer;
}

.c-shop__header,
.c-total-price {
    background-color: transparent;
}

.c-shop-accordion-item__title,
.c-shop__title {
    position: relative;
    max-width: 48%;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    padding-left: 30px;
}

.c-shop-accordion-item__title::before,
.c-shop__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #1d1d1d;
    border-radius: 50%;
    margin-right: 8px;
    box-sizing: content-box;
}

.c-shop__title {
    padding-left: 0;
}

.c-shop__title::before {
    display: none;
}

.c-shop-accordion-item__price,
.c-shop__price {
    display: block;
    max-width: 70%;
    color: #1d1d1d;
    text-align: right;
    font-family: "league-gothic", sans-serif;
    font-size: 28px;
    line-height: 1;
}

.c-shop-accordion-item__price.u-red,
.c-shop__price.u-red {
    color: #ed1c24;
    font-size: 34px;
}

.c-shop-accordion-item__price del,
.c-shop__price del {
    display: block;
    color: #818181;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 4px;
}

.c-shop-accordion-item__price strong,
.c-shop__price strong {
    font-weight: 400;
}

.c-shop-accordion-item__price .c-badge,
.c-shop__price .c-badge {
    vertical-align: top;
    margin-top: 2px;
    margin-right: 8px;
}

.c-shop-accordion-item__sale {
    max-width: 48%;
    text-align: right;
    font-size: 14px;
    line-height: 1.1;
}

.c-shop-accordion-item__sale strong {
    display: block;
    font-weight: 700;
}

.c-shop-accordion-item__block,
.c-shop__block {
    font-size: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d5d9d9;
    margin-bottom: 12px;
}

.c-shop-accordion-item__block strong,
.c-shop__block strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.c-shop-accordion-item__block:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.c-evidence {
    background-color: #fff2cf;
    font-size: 13px;
    line-height: 1.2;
    padding: 16px;
}

.c-evidence strong {
    display: inline;
    font-size: 13px;
}

.c-evidence a {
    color: #ed1c24;
    font-weight: 700;
    text-decoration: underline;
}

.c-evidence.c-evidence--icon {
    position: relative;
    padding-left: 60px;
}

.c-evidence.c-evidence--icon .icon {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    fill: #ed1c24;
}

.c-evidence.c-evidence--red {
    color: #ed1c24;
    background: rgba(237, 28, 36, 0.1);
}

.c-evidence.c-evidence--text-red {
    color: #ed1c24;
}

.c-shop__shop .c-form__fieldset {
    margin-bottom: 12px;
}

.c-shop__shop .c-form__fieldset label {
    font-size: 16px;
    font-weight: 700;
    margin-right: 16px;
}

.c-shop__shop .c-form__fieldset label span {
    font-weight: 400;
}

.c-shop__shop .c-form__fieldset .c-select {
    min-width: 80px;
}

.c-shop__shop .c-form__fieldset .c-select.u-big {
    min-width: 150px;
}

.c-shop__shop .c-form-field label {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 4px;
}

.c-shop__shop .c-colors {
    margin-top: 8px;
}

.c-shop__shop .c-colors .c-radio--color {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.c-shop__shop .c-colors .c-radio--color input {
    width: 32px;
    height: 32px;
}

.c-shop__shop .c-colors .c-radio--color input:checked~span::before {
    top: 9px;
    left: 7px;
    width: 14px;
    height: 6px;
    background-color: transparent;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    border-radius: 0;
    transform: rotate(-45deg);
}

.c-shop__shop .c-colors .c-radio--color span {
    width: 32px;
    height: 32px;
    border-radius: 0;
}

.c-shop__shop .c-button {
    width: 100%;
}

.c-shop__details {
    padding: 16px 12px;
}

.c-shop__details .c-accordion {
    margin-bottom: 12px;
}

.c-shop__footer {
    margin-top: 12px;
}

.c-shop__footer p {
    margin-bottom: 0;
}

.c-shop__footer .c-social li {
    margin-left: 8px;
}

.c-accordion--small {
    border: 1px solid #d5d9d9;
}

.c-accordion--small .c-accordion-item__header {
    padding: 9px 12px;
}

.c-accordion--small .c-accordion-item__title {
    font-size: 16px;
}

.c-accordion--small .c-accordion-item__icon {
    right: 12px;
}

.c-accordion--small .c-accordion-item__content {
    padding: 0 12px 12px;
}

.u-is-open .c-shop-accordion-item__content {
    display: block;
}

.u-is-open .c-shop-accordion-item__sale {
    display: none;
}

.u-is-open .c-shop-accordion-item__header,
.u-is-open .c-shop__header,
.u-is-open .c-total-price {
    background-color: transparent;
}

.u-is-open .c-shop-accordion-item__title::before {
    width: 10px;
    height: 10px;
    border: 5px solid #ed1c24;
}

.c-solutions {
    background-color: #f1f1f1;
    font-size: 14px;
    padding-bottom: 32px;
    overflow: hidden;
}

.c-solutions__container {
    position: relative;
}

.c-solutions__header {
    background-color: #feed05;
    padding: 24px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 32px;
}

.c-solutions__list {
    -moz-column-count: 2;
    column-count: 2;
}

.c-solutions__list li {
    margin-bottom: 20px;
}

.c-subheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-subheader.u-red {
    background-color: #ed1c24;
}

.c-subheader.u-red .c-subheader__title {
    color: #fff;
}

.c-subheader.u-yellow {
    background-color: #feed05;
}

.c-subheader.u-gray {
    background-color: #e8e8e8;
}

.c-subheader.u-gray .c-subheader__title {
    color: #1d1d1d99;
}

.c-subheader.u-gray a {
    color: #1d1d1d;
    font-size: 13px;
    font-weight: 700;
}

.c-subheader--transparent {
    padding-left: 0;
    padding-right: 0;
}

.c-table {
    width: 100%;
    font-size: 14px;
}

.c-table .c-button {
    padding-top: 5px;
    padding-bottom: 5px;
}

.c-table th {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

.c-table tr {
    display: flex;
    align-items: center;
    padding: 3px 0;
    border-bottom: 1px solid #d5d9d9;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-table tr a:not(.c-button) {
    display: inline-block;
    color: #ed1c24;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}

.c-table td:first-of-type,
.c-table th:first-of-type {
    width: 50%;
}

.c-table td:nth-of-type(2),
.c-table td:nth-of-type(3),
.c-table th:nth-of-type(2),
.c-table th:nth-of-type(3) {
    width: 20%;
}

.c-table td:nth-of-type(2) {
    color: #6d6d6d;
}

.c-table--small td:first-of-type,
.c-table--small th:first-of-type {
    width: 20%;
}

.c-table--small td:nth-of-type(2),
.c-table--small th:nth-of-type(2) {
    width: 60%;
}

.c-text {
    color: #1d1d1d;
    background-color: #f5f5f5;
    padding: 16px;
}

.c-text__content {
    margin-top: 16px;
}

.c-tile {
    position: relative;
    display: block;
    min-height: 109px;
    font-size: 12px;
    padding: 8px;
    padding-bottom: 42px;
    border: 1px solid #d5d9d9;
}

a.c-tile:hover .c-tile__title {
    color: #ed1c24;
}

.c-tile__title {
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    transition: 0.3s ease;
}

.c-tile__list {
    margin-top: 8px;
}

.c-tile__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.33;
    margin-bottom: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.c-tile__list li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    transition: 0.3s ease;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.c-tile__list li a:hover {
    color: #ed1c24;
}

.c-tile__list li a span {
    flex: 1;
}

.c-tile__list li:last-of-type {
    margin-bottom: 0;
}

.c-tile__list li .c-count {
    background-color: #eeeeee;
    border-color: #eeeeee;
    flex: inherit !important;
}

.c-tile__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    font-size: 13px;
    padding: 4px 8px;
    border-top: 1px solid #d5d9d9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.c-tile__footer span {
    flex: 1;
}

.c-tile__footer .c-count {
    border-color: #1d1d1d;
    flex: inherit !important;
}

.c-tooltip {
    position: absolute;
    width: 230px;
    color: #959595;
    background-color: #1d1d1d;
    font-size: 13px;
    padding: 16px;
    z-index: 2;
}

.c-tooltip::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: calc(100% - 2px);
    width: 0;
    height: 0;
    border-color: transparent #1d1d1d transparent transparent;
    border-width: 5px 7px 5px 0;
    transform: rotate(90deg);
    border-style: solid;
}

.c-tooltip__heading {
    color: #fff;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 10px;
}

.c-tooltip__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #eeeeee;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    text-transform: none;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-tooltip__item+.c-tooltip__item {
    padding-top: 14px;
    border-top: 1px solid #5a5a5a;
    margin-top: 8px;
}

.c-tooltip__text {
    color: #959595 !important;
}

.c-update {
    width: 100%;
}

.c-update__title {
    margin-bottom: 24px;
}

.c-update__content {
    padding: 24px;
}

.c-update__text {
    background-color: #f5f5f5;
    padding: 48px 40px;
    margin-top: 48px;
}

.c-form-field {
    margin-bottom: 8px;
}

.c-form--update .c-button {
    width: 100%;
    margin-top: 24px;
}

/*UTILITY*/

.u-block {
    display: block !important;
}

.u-inline {
    display: inline-block !important;
}

.u-is-hidden {
    display: none !important;
}

.u-flex-start {
    align-items: flex-start !important;
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
}

.u-flex-middle {
    align-items: center !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
}

.u-flex-bottom {
    align-items: flex-end !important;
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
}

.u-flex-between {
    justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
}

.u-flex-center {
    justify-content: center !important;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
}

.u-flex-1 {
    flex: 1 !important;
}

.u-flex-2 {
    flex: 2 !important;
}

.u-flex-3 {
    flex: 3 !important;
}

.u-flex-4 {
    flex: 4 !important;
}

.u-flex-5 {
    flex: 5 !important;
}

.u-flex-none>*:nth-child(n) {
    flex: initial !important;
}

/*GRID*/

.u-grid-2 {
    grid-template-columns: 1fr 1fr;
}

.u-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.u-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.c-hero-small .c-form {
    margin-top: 24px;
}

.c-hero-small__buttons .c-button {
    width: 100%;
    margin-bottom: 24px;
}

.c-hero-small__buttons .c-button:last-child {
    margin-bottom: 0px;
}

.c-hero-small .c-hero-small__text {
    text-align: center;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 24px;
    margin-bottom: 32px;
}

.c-item-account {
    margin-bottom: 48px;
}

.c-item-account .c-form--register .c-fieldset:not(:last-of-type) {
    margin-bottom: 40px;
}

.c-content-block--account .c-subheader {
    margin-bottom: 32px;
}

.c-item-account__footer {
    padding-top: 16px;
    border-top: 1px solid #c6c6c6;
    margin-top: 16px;
}

.c-form-field--social {
    position: relative;
}

.c-form-field--social .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-form-field--social .icon svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.c-button.u-is-connected {
    background-color: #c6c6c6;
}

.c-form-field--google input {
    border-color: #db4437;
}

.c-form-field--fb input {
    border-color: #1877f2;
}

.c-form-field--twitter input {
    border-color: #1da1f2;
}

.c-form-field--option {
    color: #666666;
    font-size: 13px;
}

.c-options {
    margin-top: 16px;
}

.c-options .c-checkbox {
    margin-right: 24px;
}

.c-mail-user {
    color: #1d1d1d;
    background-color: #feed05;
    padding: 14px;
}

.c-categories-container:not(:last-of-type) {
    margin-bottom: 32px;
}

.c-categories {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.c-content-block__filter {
    margin-top: 16px;
}

.c-content-block__filter .c-select {
    height: 48px;
    margin-bottom: 8px;
}

.c-content-block__filter .c-select select {
    height: 48px;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-content-block__filter .c-form-field {
    margin-bottom: 0;
}

.c-block-first {
    margin: 48px 0;
}

.c-block-first .c-form .c-button {
    display: block;
    margin-top: 24px;
}

.c-block-meta {
    margin-bottom: 32px;
}

.c-block-meta__title {
    margin-bottom: 24px;
}

.c-form--meta .c-button {
    display: block;
    margin-top: 24px;
}

.c-item-btf {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 8px 16px;
    padding-right: 58px;
    border: 1px solid #c9c9c9;
}

.c-item-btf a {
    position: absolute;
    top: 7px;
    right: 12px;
    bottom: 7px;
    display: block;
}

.c-item-btf a svg {
    width: 24px;
    height: 24px;
    fill: #ed1c24;
}

.c-item-btf+.c-item-btf {
    margin-top: 16px;
}

.c-cart-products .c-product {
    margin-bottom: 16px;
}

.c-cart-products .c-product:last-of-type {
    margin-bottom: 0;
}

.c-cart-products--checkout {
    display: none;
}

.c-cart-products--checkout.u-is-active {
    display: block;
}

.c-content-block--alternate .c-shop--cart {
    margin-top: 24px;
}

.c-content-block--alternate .icon-spinner {
    display: block;
    margin: 50px auto;
}

.c-cards {
    position: relative;
    padding: 32px;
}

.c-cards__figure {
    position: absolute;
    left: 0;
    bottom: 96px;
}

.c-cards__figure img {
    max-height: 350px;
}

.c-cards__header {
    max-width: 510px;
    margin-bottom: 32px;
}

.c-cards__header p {
    margin: 0;
    margin-top: 8px;
}

.c-cards__slider {
    position: relative;
    margin-right: -52px;
}

.c-cards__slider .slick-list {
    padding-right: 50px;
    margin-left: -12px;
}

.c-cards__slider .c-card {
    margin: 0 12px;
    opacity: 0.4;
}

.c-cards__slider .c-card.slick-active {
    opacity: 1;
}

.c-cards__slider .slick-dots {
    margin-top: 16px;
}

.c-cards__slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.c-cards__slider .slick-dots li button {
    width: 24px;
    height: 4px;
    background-color: #1d1d1d;
    font-size: 0;
    padding: 0;
    border: none;
    opacity: 0.1;
    cursor: pointer;
    outline: 0;
}

.c-cards__slider .slick-dots .slick-active button {
    width: 48px;
    opacity: 1 !important;
}

.c-cards__slider .slick-arrow {
    position: absolute;
    top: -78px;
    right: 30px;
    background-color: transparent;
    transform: translateY(50%);
    z-index: 2;
}

.c-cards__slider .slick-arrow.slick-prev {
    transform: translate(-60px, 50%) rotate(180deg);
}

.c-cards__slider .slick-arrow.slick-disabled {
    opacity: 0.4;
    cursor: inherit;
}

.c-cards__slider .slick-arrow svg {
    display: block;
    width: 16px;
    fill: #1d1d1d;
}

.c-content-block__products .c-product {
    margin-bottom: 16px;
}

.c-breadcrumbs {
    margin-bottom: 16px;
}

.c-content-block__header {
    margin-bottom: 16px;
}

.c-content-block__header .c-content-block__title {
    margin-bottom: 0;
}

.c-download-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
    color: #ed1c24;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
    padding: 4px 16px;
    border: 1px solid #ed1c24;
    margin-left: 16px;
    margin-bottom: 5px;
    transition: 0.3s ease;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.c-download-item .icon {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    transition: 0.3s ease;
    fill: #ed1c24;
}

.c-download-item:hover {
    color: #fff;
    background-color: #ed1c24;
}

.c-download-item:hover .icon {
    fill: #fff;
}

.c-content-checkout {
    margin-bottom: 32px;
}

.c-content-checkout:last-of-type {
    margin-bottom: 0;
}

.c-content-checkout .c-subheader {
    margin-bottom: 16px;
}

.c-content-checkout .c-radio {
    margin-bottom: 24px;
}

.c-content-checkout .c-note-copy {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    border-top: 1px solid #d5d9d9;
    margin-top: 24px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -8px;
}

.c-fieldset .l-tablet-flex .c-form-field:not(:last-of-type) {
    margin-bottom: 12px;
}

.c-fieldset>.l-tablet-flex {
    margin-top: 12px;
}

.c-fieldset .l-tablet-flex+.c-form-field {
    margin-top: 12px;
}

.c-fieldset input {
    height: 40px;
}

.c-fieldset--indent {
    padding-left: 28px;
}

.c-content-checkout__checkbox:not(.c-content-checkout__checkbox--small) {
    padding: 8px 0;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    margin-top: 24px;
}

.c-content-checkout__checkbox:not(.c-content-checkout__checkbox--small) .c-checkbox {
    margin-top: 8px;
    margin-bottom: 8px;
}

.c-content-checkout__checkbox:not(.c-content-checkout__checkbox--small) .c-checkbox:last-of-type {
    margin-bottom: 0;
}

.c-content-checkout__checkbox:not(.c-content-checkout__checkbox--small) .c-checkbox label {
    font-size: 16px;
}

.c-content-checkout__checkbox+.c-content-checkout__checkbox {
    margin-top: 16px;
}

.c-content-checkout__checkbox--small {
    margin-top: 16px;
}

.c-content-checkout__checkbox--small .c-checkbox span {
    width: 12px;
    height: 12px;
}

.c-content-checkout__checkbox--small .c-checkbox label {
    color: #666666;
    padding-left: 18px;
}

.c-content-checkout__checkbox--small .c-checkbox input:checked+span::before {
    top: 3px;
    left: 2px;
    width: 6px;
    height: 2px;
    border-width: 1px;
}

.c-content-checkout__button {
    margin-top: 24px;
}

.c-payments {
    display: inline-block;
    vertical-align: middle;
}

.c-payments li {
    display: inline-block;
    vertical-align: middle;
}

.c-payments li svg {
    display: block;
}

#paypal-button-container {
    height: 45px;
    overflow: hidden;
}

.c-contacts {
    max-width: 800px;
    margin: 0 auto;
}

.c-contacts .c-form-field {
    margin-bottom: 16px;
}

.c-contacts .c-button {
    padding: 13px 24px;
    margin-top: 16px;
}

.c-contacts__title {
    margin-bottom: 16px;
}

.c-contacts__text {
    margin-top: 32px;
}

.c-form-field--file input {
    height: auto !important;
}

.c-form-field--file span {
    display: block;
    color: #1d1d1d;
    font-size: 13px;
    margin-top: 4px;
}

.c-content-block {
    padding: 32px 0;
}

main>.c-content-block:first-child {
    padding-top: 20px !important;
}

.c-content-block__title {
    margin-bottom: 16px;
}

.c-button--social {
    display: flex !important;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 18px 16px;
    border: none;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.c-button--social .icon {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    fill: #fff;
}

.c-form--register .c-link {
    display: block;
    color: #ed1c24;
    font-size: 13px;
    margin-top: 8px;
}

.c-item-login .c-button {
    display: block;
    width: 100%;
    font-size: 14px;
}

.c-item-login--social {
    margin-top: 32px;
}

.c-item-login--social .c-item-login__title {
    margin-bottom: 16px;
}

.c-sidebar {
    margin-bottom: 24px;
}

.c-sidebar .c-filter:not(:last-of-type) {
    margin-bottom: 8px;
}

.c-block-products {
    margin-bottom: 32px;
}

.c-block-products:last-of-type {
    margin-bottom: 0;
}

.c-block-products .c-subheader {
    margin-bottom: 8px;
}

.c-block-products .c-subheader.j-model-accordion {
    cursor: pointer;
}

.c-block-products+#target-also-buy {
    margin-top: 32px;
}

.c-content-block .c-text {
    margin-top: 48px;
}

.c-article h2 {
    font-size: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d5d9d9;
    margin-bottom: 16px;
}

.c-article h2:not(:first-of-type) {
    margin-top: 32px;
}

.c-article h3,
.c-article h4 {
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: none;
}

.c-article ul {
    font-size: 13px;
    list-style: disc;
    margin: 20px 0;
    margin-left: 30px;
}

.c-post-content a:not([class]) {
    color: #ed1c24;
    text-decoration: underline;
}

.c-gallery-slider {
    margin-bottom: 24px;
}

.c-content-accordion {
    margin-top: 32px;
}

.c-content-block--product .c-sidebar {
    margin-top: 32px;
}

.c-content-block+.c-content-block {
    padding-top: 0;
}

.c-content-block--product {
    padding-top: 20px !important;
}

.c-breadcrumbs-container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.c-breadcrumbs-container .c-breadcrumbs {
    margin-bottom: 0;
}

.c-content__title {
    margin-bottom: 24px;
}

.c-content,
.c-cta {
    margin-bottom: 40px;
}

.c-products--overflow .c-product {
    opacity: 0.4;
}

.c-products--overflow .c-product.slick-active {
    opacity: 1;
}

.c-downloads .c-button {
    width: 100%;
    margin-bottom: 16px;
}

.c-downloads .c-button:last-of-type {
    margin-bottom: 0;
}

.c-content-block--register {
    max-width: 520px;
    margin: 0 auto;
}

.c-content-block--register .c-button {
    width: 100%;
}

.c-form--register .c-form__title {
    margin-bottom: 16px;
}

.c-form--register .c-form__title img {
    width: auto;
    height: 36px;
}

.c-form--register .c-form-field {
    margin-bottom: 12px;
}

.c-form--register input {
    height: 40px;
}

.c-form--register .c-checkbox {
    margin-bottom: 16px;
}

.c-form--register .c-checkbox label {
    color: #666666;
}

.c-login {
    margin-top: 32px;
}

.c-login__title {
    margin-bottom: 16px;
}

.c-refund {
    max-width: 700px;
    margin: 0 auto;
}

.c-refund textarea {
    height: auto;
}

.c-refund .c-order-product__quantity span {
    display: block;
}

.c-refund .c-order-product__quantity input {
    display: block;
    width: 40px;
    height: 26px;
    background-color: transparent;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding: 2px;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    margin: 0 auto;
}

.c-refund .c-order-product__quantity .c-form-field {
    margin-top: 4px;
    margin-bottom: 0;
}

.c-refund .c-order-product__quantity+.c-order-product__quantity {
    margin-left: 16px;
}

.c-refund .c-order-item__products {
    margin-top: 16px;
}

.c-refund .c-button {
    margin-top: 16px;
}

.c-refund .c-form-field--file {
    margin-top: 16px;
}

.c-refund__title {
    margin-bottom: 16px;
}

.c-refund__subtitle {
    margin-top: 16px;
}

.c-serp .c-page-nav {
    justify-content: center;
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.c-models-list {
    background-color: #feed05;
    font-size: 14px;
    text-transform: uppercase;
    padding: 32px 16px;
}

.c-models-list__title {
    font-family: "Graphik", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 24px;
}

.c-sidebar--models {
    margin-top: 32px;
}

.c-content-orders .c-subheader {
    margin-bottom: 20px;
}

.c-recap {
    padding: 40px 0;
}

.c-recap__content {
    margin-bottom: 24px;
}

.c-recap__content .c-link {
    color: #ed1c24;
    margin-top: 8px;
}

.c-recap__content .c-evidence {
    line-height: 1.5;
    margin-top: 8px;
}

.c-recap__title {
    margin-bottom: 8px;
}

.c-form--pw {
    padding: 16px;
    border: 1px solid #d5d9d9;
}

.c-form--pw p {
    margin: 0;
    margin-bottom: 16px;
}

.c-form--pw .c-form-field {
    margin-bottom: 16px;
}

.c-form--pw input {
    height: 40px;
}

.c-form--pw .c-button {
    width: 100%;
    margin-top: 24px;
}

.c-alternative-view {
    display: none;
}

.c-alternative-view.u-is-active {
    display: block;
}

@media screen and (min-width: 480px) {
    .c-solutions__list {
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media screen and (min-width: 600px) {
    .c-box__header {
        display: flex;
    }

    .c-box__header .c-box__meta {
        max-width: 300px;
        margin-left: 24px;
    }

    .c-categories {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
    }
}

@media screen and (min-width: 768px) {
    .l-tablet-flex {
        display: flex;
    }

    .l-tablet-flex>*:first-child {
        margin-left: 0;
    }

    .l-tablet-flex>*:last-child {
        margin-right: 0;
    }

    .l-tablet-grid {
        display: grid;
    }

    .c-block {
        padding-top: 60px;
        margin-bottom: 160px;
    }

    .c-block .c-block__marker {
        bottom: 60px;
    }

    .c-block .c-products {
        margin-top: -70px;
        transform: translateY(70px);
    }

    .c-block__article {
        max-width: 50%;
        font-size: 18px;
        margin-bottom: 48px;
    }

    .c-block__figure {
        position: absolute;
        top: -120px;
        right: 0;
        height: 450px;
    }

    .c-block__figure img {
        width: 100%;
        max-width: 48vw;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: 'object-fit: contain;';
    }

    .c-products {
        position: relative;
        z-index: 2;
        gap: 24px;
    }

    .c-cta-vertical--small {
        min-height: 0;
        padding: 80px 100px;
    }

    .c-cta-vertical--small .c-cta-vertical__header {
        max-width: 276px;
    }

    .c-cta-vertical--small .c-cta-vertical__header small {
        font-size: 14px;
        margin-left: 8px;
        margin-bottom: -16px;
    }

    .c-cta-vertical--small .c-cta-vertical__header svg {
        width: 276px;
        height: 78px;
    }

    .c-cta-vertical--small .c-cta-vertical__subtitle {
        max-width: 402px;
        font-size: 48px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 36px;
    }

    .c-cta-vertical--small .c-cta-vertical__button {
        max-width: 200px;
        margin: 0 auto;
    }

    .c-cta {
        display: flex;
        align-items: center;
        padding: 8px 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .c-cta .c-button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 0;
        margin-left: auto;
    }

    .c-cta__figure {
        width: 144px;
        margin: 0;
        margin-right: 24px;
    }

    .c-cta__content {
        margin-right: 24px;
        flex: 1;
    }

    .c-cta__title {
        font-size: 20px;
        margin-right: 16px;
        margin-bottom: 8px;
    }

    .c-feedback {
        padding: 20px 32px;
    }

    .c-feedback__link {
        margin-top: 0;
        margin-left: 40px;
    }

    .c-site-footer__app {
        padding-top: 24px;
        border-top: 1px solid #1d1d1d33;
    }

    .c-site-footer__feedback {
        padding-bottom: 60px;
        border-top: 1px solid #c6c6c6;
    }

    .c-site-footer__meta p {
        max-width: 55%;
        margin-right: 20px;
    }

    .c-note {
        flex-direction: row;
    }

    .c-note__content {
        padding: 24px 32px;
    }

    .c-order-item__header {
        padding: 24px;
    }

    .c-order-item__header .c-order-item__detail:last-of-type {
        text-align: right;
    }

    .c-order-item__header .c-order-item__detail:last-of-type strong {
        margin-bottom: 8px;
    }

    .c-order-item__detail+.c-order-item__detail {
        margin-left: 60px;
    }

    .c-order-item__detail .c-order-item__info:hover .c-tooltip {
        top: -20px;
        left: 30px;
    }

    .c-order-item__detail .c-order-item__info:hover .c-tooltip::before {
        top: 28px;
        left: -7px;
    }

    .c-order-item__detail:last-of-type {
        margin-left: auto;
    }

    .c-order-product__meta {
        min-width: 246px;
    }

    .c-order-product__text {
        width: calc(100% - 135px);
        margin-right: 40px !important;
    }

    .c-order-item__detail--status {
        padding: 24px;
    }

    .c-order-item__products {
        padding: 0 24px;
    }

    .c-product--inline {
        padding-bottom: 0;
    }

    .c-product--inline .c-product__content {
        position: relative;
        width: calc(100% - 190px);
        padding-top: 16px;
        padding-bottom: 70px;
    }

    .c-product--inline .c-button-wishlist .icon {
        margin-right: 0;
    }

    .c-product--inline .c-product__figure {
        display: flex;
        align-items: center;
        width: 190px;
        height: 100%;
        background-color: #fff;
        margin-bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .c-product--inline .c-product__figure img {
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain;";
    }

    .c-product--inline .c-product__figcaption {
        top: 8px;
        left: 8px;
        right: 8px;
    }

    .c-product--inline .c-product__title {
        max-width: 60%;
        border: none;
    }

    .c-product--inline .c-product__details {
        margin-top: 0;
    }

    .c-product--inline .c-product__code {
        position: absolute;
        top: 16px;
        right: 24px;
        border-bottom: none;
        margin-top: 0 !important;
    }

    .c-product--inline .c-product__cat {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .c-product--inline .c-product__details.c-product__details--selection {
        position: absolute;
        top: 42px;
        right: 24px;
        justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
    }

    .c-product--inline .c-product__details.c-product__details--selection> :first-child {
        margin-right: 8px;
    }

    .c-product--inline .c-product__footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: end;
        -ms-flex-align: end;
    }

    .c-product--inline .c-product__price {
        margin-bottom: 0;
    }

    .c-product--inline .c-product__button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .c-product--inline .c-product__text {
        max-width: 60%;
    }

    .c-product--inline .c-product__be {
        position: absolute;
        top: 40px;
        right: 20px;
    }

    .c-product--cart .c-product__content {
        padding-bottom: 16px;
    }

    .c-product--cart .c-product__code {
        position: relative;
        top: auto;
        right: auto;
    }

    .c-product--cart .c-product__details {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .c-product--cart .c-product__details.u-flex-end {
        position: relative;
        top: auto;
        right: auto;
    }

    .c-product--cart .c-product__footer {
        top: 24px;
        left: auto;
        right: 32px;
        bottom: auto;
        justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        flex-direction: column;
    }

    .c-product--sale {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .c-product--sale .c-tooltip {
        left: auto;
        right: 0;
    }

    .c-models-container {
        grid-template-columns: 1fr 1fr;
    }

    /*
  Pulsante seleziona veicolo non più presente
  .c-models-container__item:last-child .c-select-model__list {
    height: 482px;
  }
  */

    .c-solutions__list {
        -moz-column-count: 6;
        column-count: 6;
    }

    .c-text {
        padding: 32px;
    }

    .c-text__content.u-2col {
        -moz-column-count: 2;
        column-count: 2;
        gap: 0 24px;
    }

    .c-tooltip::before {
        right: 12px;
    }

    .c-update__content {
        width: 60%;
        margin-right: 40px;
    }

    .c-update__text {
        width: 40%;
        margin-top: 0px;
    }

    .u-grid-4 {
        grid-template-columns: 1fr 1fr;
    }

    .c-hero-small__buttons {
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .c-hero-small__buttons .c-button {
        margin-right: 24px;
        margin-bottom: 0;
        flex: 1;
    }

    .c-hero-small__buttons .c-button:last-child {
        margin-right: 0;
    }

    .c-content-block--account .c-subheader {
        margin-bottom: 48px;
    }

    .c-item-account {
        margin-bottom: 64px;
    }

    .c-item-account .c-form--register .c-fieldset:not(:last-of-type) {
        margin-right: 110px;
        margin-bottom: 0;
    }

    .c-mail-user {
        margin-left: 130px;
    }

    .c-categories-container:not(:last-of-type) {
        margin-bottom: 48px;
    }

    .c-categories {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .c-block-first {
        margin: 80px 0;
    }

    .c-block-first .c-block-meta .c-form {
        width: calc(57% - 40px);
        margin-right: 40px;
    }

    .c-block-first .c-block-meta .c-text {
        width: 43%;
    }

    .c-block-meta {
        margin-bottom: 64px;
    }

    .c-block-meta .c-text {
        width: 50%;
    }

    .c-content-block__products,
    .c-products-grid {
        gap: 24px;
    }

    .c-content-block__products .c-product,
    .c-products-grid .c-product {
        margin-bottom: 0;
    }

    .c-content-checkout {
        margin-bottom: 48px;
    }

    .c-content-checkout .c-note-copy {
        padding-left: 32px;
        padding-right: 32px;
        margin-top: 24px;
        margin-left: -32px;
        margin-right: -32px;
        margin-bottom: -8px;
    }

    .c-fieldset .l-tablet-flex .c-form-field:not(:last-of-type) {
        margin-right: 16px;
        margin-bottom: 0;
    }

    .c-content-block--login .c-item-login:first-of-type {
        padding-right: 48px;
        border-right: 1px solid #c6c6c6;
    }

    .c-content-block--login .c-item-login:last-of-type {
        padding-left: 48px;
    }

    .c-item-login--social {
        margin-top: 0;
    }

    .c-item-login--social .c-item-login__title {
        margin-bottom: 48px;
    }

    .c-content-block--product .c-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        width: 300px;
        height: 100%;
        margin-top: 0;
    }

    .c-content-block--product .c-product-description {
        width: calc(100% - 324px);
        margin-right: 24px;
    }

    .c-content,
    .c-cta {
        margin-bottom: 56px;
    }

    .c-product-detail * {
        min-width: 0;
        min-height: 0;
    }

    .c-products--overflow {
        margin-left: -8px;
        margin-right: -20px;
    }

    .c-products--overflow .slick-list {
        padding-right: 50px;
    }

    .c-products--overflow .c-product {
        margin: 0 8px;
    }

    .c-downloads .c-button {
        width: auto;
        margin-right: 16px;
        margin-bottom: 0;
    }

    .c-mini-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        height: 100%;
        margin-right: 24px;
    }

    .c-form--register .c-form__title {
        margin-bottom: 24px;
    }

    .c-login {
        margin-top: 40px;
    }

    .c-refund .c-order-product .c-order-product__text {
        width: 100%;
    }

    .c-refund .c-order-product__content {
        width: calc(100% - 200px);
    }

    .c-refund .c-order-product__meta {
        justify-content: flex-end;
        width: 200px;
        min-width: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
    }

    .c-recap {
        padding-bottom: 80px;
    }

    .c-recap__content {
        margin-right: 24px;
        margin-bottom: 0;
    }

    .c-form--pw {
        font-size: 18px;
        padding: 16px 24px;
    }
}

@media screen and (min-width: 1024px) {
    body {
        font-size: 16px;
        padding-top: 208px;
    }

    .t-title1 {
        font-size: 61px;
        line-height: 0.9;
    }

    .t-title2 {
        font-size: 49px;
    }

    .t-title3 {
        font-size: 39px;
    }

    .t-title4 {
        font-size: 31px;
    }

    .t-title5 {
        font-size: 24px;
    }

    .t-title6 {
        font-size: 20px;
    }

    .t-lead1 {
        font-size: 61px;
    }

    .t-lead2 {
        font-size: 49px;
    }

    .l-container {
        width: 100%;
        max-width: 1400px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
    }

    .l-container--small {
        max-width: 1000px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .l-container--medium {
        max-width: 1200px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .l-flex {
        display: flex;
    }

    .l-flex>*:first-child {
        margin-left: 0;
    }

    .l-flex>*:last-child {
        margin-right: 0;
    }

    .l-grid {
        display: grid;
    }

    .c-button-nav {
        min-width: 100px;
    }

    .c-button-nav .icon {
        margin-left: 8px;
    }

    .c-button-nav--prev .icon {
        margin-right: 8px;
    }

    .c-page-nav__item a {
        font-size: 16px;
    }

    .c-accordion-item__title {
        font-size: 20px;
    }

    .c-banner svg {
        position: relative;
        height: 56px;
    }

    .c-box {
        padding: 56px 0;
    }

    .c-box__media {
        margin-top: 40px;
    }

    .c-call-in {
        padding: 32px;
    }

    .c-call-in__title {
        max-width: 50%;
    }

    .c-collection {
        padding: 60px 0;
    }

    .c-collection .l-container {
        padding-left: calc(25% + 16px);
    }

    .c-collection__figure {
        top: 60px;
        bottom: 60px;
    }

    .c-cta-newsletter {
        flex-direction: row-reverse;
    }

    .c-cta-newsletter__content {
        width: 70%;
        padding: 24px;
    }

    .c-cta-newsletter__button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .c-cta-vertical__subtitle {
        font-size: 28px;
    }

    .c-cta {
        padding: 8px 40px;
    }

    .c-feedback {
        left: 20px;
        right: 20px;
    }

    .c-site-footer__navigation {
        padding-left: 30px;
        padding-right: 30px;
        margin-left: -30px !important;
        margin-right: 0;
    }

    .c-site-footer__newsletter {
        padding-left: 24px;
        padding-right: 30px;
        margin-left: 0;
        margin-right: -30px !important;
    }

    .c-site-footer__meta p {
        max-width: 65%;
    }

    .c-gallery-slider {
        width: 404px;
    }

    .c-site-header--account {
        margin-bottom: 48px;
    }

    .c-site-header--account .c-site-header__logo svg {
        width: 196px;
    }

    .c-site-header--account .c-site-nav {
        position: relative;
        left: auto;
        right: auto;
        display: block !important;
        background-color: transparent;
        text-align: right;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        overflow: visible;
        transition: none;
    }

    .c-header-checkout__logo svg {
        height: 48px;
    }

    /*HEADROOM*/

    .c-site-header.headroom--pinned:not(.headroom--top) .c-form--search {
        display: block;
    }

    /*HEADER*/

    .c-site-header {
        padding: 0;
    }

    .c-site-header__logo svg,
    .c-site-header__logo img {
        width: 200px;
    }

    .c-site-header__content {
        position: relative;
    }

    .c-toggle {
        display: none;
    }

    .c-site-nav {
        position: relative;
        left: auto;
        right: auto;
        display: block !important;
        background-color: transparent;
        text-align: right;
        padding-top: 12px;
        padding-bottom: 12px;
        overflow: visible;
        transition: none;
        white-space: nowrap;
    }

    .c-site-nav__menu {
        display: block;
        margin-top: 0;
    }

    .c-site-nav__menu li {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 400;
    }

    .c-site-nav__menu li a {
        padding: 18px 10px;
    }

    .c-site-nav__menu li a:hover {
        position: relative;
        color: #af0e14;
        background: none;
    }

    .c-site-nav__menu li:last-of-type a {
        padding-right: 0;
    }

    .c-site-nav__menu li.current-menu-item a {
        position: relative;
        color: #af0e14;
        background: none;
    }

    .c-site-nav__menu li.current-menu-item a::after {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        height: 2px;
        background-color: #af0e14;
    }

    .c-site-nav__menu li.current-menu-item:last-of-type a::after {
        right: 0;
    }

    .c-site-header__navigation-menu {
        width: 100%;
    }

    .c-site-header__buttons {
        width: 100%;
    }

    .c-site-header__link+.c-site-header__link {
        margin-left: 24px;
    }

    .c-site-header__link:not(.c-site-header__link--btf):hover {
        text-decoration: underline;
    }

    /*LAYOUT*/

    body.u-menu-open {
        overflow: initial;
    }

    /*SUBMENU*/

    .c-site-nav__menu li:hover .sub-menu {
        display: block;
    }

    .sub-menu li.current-menu-item a,
    .sub-menu li a:hover {
        color: #fff;
        background-color: #ed1c24;
    }

    .sub-menu li a {
        background-color: #fff;
        line-height: 23px;
        padding: 10px 20px !important;
        transition: 0.3s ease;
    }

    .c-megamenu {
        top: 215px;
        left: 30px;
        right: 30px;
    }

    .c-megamenu--small {
        max-width: 1020px;
    }

    .c-modal--search {
        top: 84px;
    }

    .c-modal--search .c-modal-container {
        width: 90%;
        max-height: 90vh;
        padding-top: 80px;
        padding-top: 20px;
        margin: 0 auto;
        overflow: hidden;
    }

    .c-modal--search .c-modal-container .l-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .c-search-item {
        width: calc(50% - 8px);
    }

    .c-search-item--models {
        padding: 16px 40px;
    }

    .c-search-item--products {
        margin-right: 16px;
    }

    .c-search-item--products .c-search-item__title {
        padding: 16px 40px;
        margin-left: 0;
        margin-right: 0;
    }

    .c-hero-small__title {
        padding-left: 0;
    }

    .c-hero-small__title .icon {
        top: 15px;
        left: -50px;
        width: 32px;
        height: 32px;
        font-size: 20px;
    }

    .c-hero-slide {
        display: flex !important;
        flex-direction: row-reverse;
    }

    .c-hero-slide__content {
        display: flex;
        width: 50vw;
        padding: 56px 30px 90px 30px;
        flex-direction: column;
    }

    .c-hero-slide__content .c-button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: auto;
    }

    .c-hero-slide__figure {
        width: 50vw;
    }

    .c-hero__code {
        top: 56px;
        bottom: 90px;
    }

    .c-hero__slider .slick-dots {
        left: 30px;
        bottom: 34px;
    }

    .c-language {
        padding: 32px 48px;
    }

    .c-language__header {
        padding: 32px 48px;
        margin-top: -32px;
        margin-left: -48px;
        margin-right: -48px;
        margin-bottom: 24px;
    }

    .c-language__title {
        margin-bottom: 24px;
    }

    .c-megamenu--products .c-megamenu__nav {
        width: 264px;
    }

    .c-megamenu--products .c-megamenu__menu {
        -moz-column-count: 1;
        column-count: 1;
    }

    .c-megamenu--products .c-megamenu__menu::after {
        display: none;
    }

    .c-megamenu--products .c-megamenu__content {
        width: calc(100% - 264px);
        padding: 32px 24px;
    }

    .c-megamenu--products .c-megamenu__content li {
        margin: 0 8px;
    }

    .c-megamenu__menu {
        position: relative;
        -moz-column-count: 2;
        column-count: 2;
        padding: 32px;
        gap: 0 140px;
    }

    .c-megamenu__menu::after {
        content: "";
        position: absolute;
        top: 32px;
        left: 50%;
        bottom: 32px;
        width: 1px;
        background-color: #d1d1d1;
        transform: translateX(-50%);
    }

    .c-megamenu__nav {
        width: 50%;
    }

    .c-megamenu__nav .c-button {
        margin-left: 32px;
    }

    .c-megamenu__secondary-nav {
        width: 25%;
        padding: 16px 32px;
        margin-left: 8px;
    }

    .c-megamenu-cta {
        width: 25%;
        margin-left: 8px;
        margin-right: -8px !important;
    }

    .c-megamenu-cta__content {
        color: #666666;
        font-size: 13px;
        line-height: 1.2;
        padding: 24px 32px;
    }

    .c-megamenu-cta__content p {
        color: #818181;
        line-height: 1.46;
        margin-top: 8px;
        margin-bottom: 36px;
    }

    .c-megamenu-cta__figure {
        height: 230px;
    }

    .c-modal-container {
        width: 80vw;
        max-height: 80vh;
        padding: 54px 108px;
    }

    .c-modal-size .c-modal-container {
        max-width: 900px;
        padding: 56px 40px;
        padding-top: 48px;
    }

    .c-modal-size .c-modal__title {
        margin-bottom: 40px;
    }

    .c-form--size {
        position: relative;
        padding-bottom: 50px;
        margin-right: 80px;
        margin-bottom: 0;
    }

    .c-form--size .c-form__button {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .c-product--sale .c-tooltip {
        top: -46px;
        left: calc(100% + 8px);
    }

    .c-models-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .c-models-container__item {
        max-width: 300px;
        margin-left: 0;
        margin-right: 24px;
    }

    .c-models-container__item:last-child {
        margin-right: 0;
    }

    .c-solutions {
        padding-bottom: 44px;
    }

    .c-solutions .c-marker {
        bottom: 20px;
    }

    .c-solutions__header {
        padding: 24px 16px;
        margin-left: 0;
        margin-right: -30px;
    }

    .c-tooltip::before {
        top: 56px;
        right: 100%;
        bottom: auto;
        transform: none;
    }

    .u-mobile {
        display: none !important;
    }

    .u-grid-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .c-categories {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 8px;
    }

    .c-content-block__filter {
        margin-top: 0;
    }

    .c-content-block__filter .c-select,
    .c-content-block__filter .c-form {
        width: 250px;
    }

    .c-content-block__filter .c-select {
        margin-right: 8px;
        margin-bottom: 0;
    }

    .c-block-first .c-cta-newsletter__figure {
        width: 43%;
    }

    .c-block-first .c-cta-newsletter__content {
        width: 57%;
    }

    .c-content-block--alternate .c-content-block__title {
        margin-bottom: 16px;
    }

    .c-content-block--alternate .c-shop--cart {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        height: 100%;
        margin-top: 0;
    }

    .c-cart-products {
        margin-right: 24px;
    }

    .c-cards {
        padding: 56px 0;
    }

    .c-cards__slider {
        margin-right: calc(0px - (((100vw - var(--scrollbar-width)) - 880px) / 2));
    }

    .c-cards__slider .slick-list {
        padding-right: calc(((100vw - var(--scrollbar-width)) - 880px) / 2);
    }

    .c-cards__slider .slick-arrow {
        right: 30px;
    }

    .c-content-block__header {
        margin-bottom: 20px;
    }

    .c-download-item {
        margin-bottom: 8px;
    }

    #paypal-button-container {
        height: 35px;
    }

    .c-contacts .c-form {
        margin-right: 130px;
    }

    .c-contacts__title {
        margin-bottom: 24px;
    }

    .c-contacts__text {
        margin-top: 0;
    }

    .c-content-block {
        padding: 56px 0;
    }

    .c-content-block__title {
        margin-bottom: 28px;
    }

    .c-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        height: 100%;
        margin-right: 24px;
        margin-bottom: 0;
    }

    .c-block-products {
        margin-bottom: 40px;
    }

    .c-block-products+#target-also-buy {
        margin-top: 40px;
    }

    .c-content-block .c-text {
        margin-top: 72px;
    }

    .c-article * {
        max-width: 720px;
    }

    .c-article h2 {
        font-size: 31px;
    }

    .c-article h2:not(:first-of-type) {
        margin-top: 56px;
    }

    .c-article h3 {
        font-size: 20px;
    }

    .c-gallery-slider {
        width: 45%;
        margin-right: 24px;
        margin-bottom: 0;
    }

    .c-content-accordion {
        margin-top: 56px;
    }

    .c-content-block--product-detail .l-container {
        position: relative;
    }

    .c-content-block--product-detail .l-container .c-sidebar {
        position: absolute;
        top: 0;
        right: 30px;
    }

    .c-products--overflow {
        margin-right: -30px;
    }

    .c-product-detail__content .c-content:first-of-type {
        width: calc(100% - 324px);
    }

    .c-refund__title {
        margin-bottom: 24px;
    }

    .c-serp .c-content-block__header {
        max-width: calc(75% - 18px);
    }

    .c-sidebar--models {
        margin-top: 0;
        margin-left: 24px;
    }

    .c-order-product__content {
        width: calc(100% - 280px);
    }

    .c-sidebar--nav {
        width: 250px;
    }

    .c-cart-products--wishlist {
        margin-right: 0;
    }

    /*---------menu SSO------------*/

    .c-site-nav__submenu {
        position: absolute;
        top: 100%;
        left: 0;
        right: -50px;
        display: none;
        background-color: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        z-index: 9;
    }

    .c-site-nav__submenu li {
        width: 100%;
    }

    .c-site-nav__submenu li a {
        color: #333333;
        background-color: #fff;
        border-left: none;
        border-bottom: 1px solid #f6f6f6;
        white-space: nowrap;
    }

    .c-site-nav__submenu li:hover a {
        color: #ed1b24;
        background-color: #fff;
    }

    .c-site-nav__menu > li:hover .c-site-nav__submenu {
        display: grid;
    }

    .c-site-nav__menu > li:last-child .c-site-nav__submenu {
        right: 0;
    }

    .c-site-nav__menu > li:last-child .c-site-nav__submenu span {
        color: #333333;
        font-size: 14px;
        font-weight: 400;
    }

    .c-site-nav__menu > li:last-child .c-site-nav__submenu li:hover span {
        color: #ed1b24;
    }

    
}

@media screen and (min-width: 1160px) {
    .c-products {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .c-collection .l-container {
        padding-left: calc((100% + 65px) / 4);
    }

    .c-categories {
        gap: 16px;
    }
}

@media screen and (min-width: 1280px) {
    .l-container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .c-block__marker {
        left: 30px;
    }

    .c-collection .l-container {
        padding-left: calc((100% + 110px) / 4);
    }

    .c-collection__figure {
        width: calc((100% + 40px) / 4);
    }

    .c-collection__slider .slick-arrow {
        right: 60px;
    }

    .c-site-footer__navigation {
        padding-left: 60px;
        padding-right: 60px;
        margin-left: -60px !important;
    }

    .c-site-footer__newsletter {
        padding-right: 60px;
        margin-right: -60px !important;
    }

    .c-megamenu {
        left: 60px;
        right: 60px;
    }

    .u-search-open .c-site-nav {
        opacity: 0;
        visibility: hidden;
    }

    .u-search-open .c-form--search {
        position: absolute;
        left: 50%;
        width: 800px;
        margin-left: 0;
        transform: translateX(-50%);
    }

    .c-modal--search .c-modal-container {
        width: 800px;
    }

    .c-hero__slider .slick-dots {
        left: 60px;
    }

    .c-hero__slider .slick-arrow {
        right: 60px;
    }

    .c-hero-slide__content {
        padding-left: 60px !important;
        padding-right: 60px;
    }

    .c-hero__code {
        left: 30px;
    }

    .c-product--cart .c-product__button {
        position: absolute;
        right: 32px;
        bottom: 16px;
    }

    .c-solutions .c-marker {
        left: 16px;
    }

    .c-solutions__header {
        margin-left: -16px;
        margin-right: -60px;
    }

    .c-categories {
        gap: 24px;
    }

    .c-cards__slider .slick-arrow {
        right: 60px;
    }

    .c-content-block--product-detail .l-container .c-sidebar {
        right: 60px;
    }

    .c-products--overflow {
        margin-right: -60px;
    }

    .c-products--overflow .slick-list {
        padding-right: 80px;
    }
}

@media screen and (min-width: 1400px) {
    .t-title1 {
        font-size: 95px;
    }

    .t-title2 {
        font-size: 61px;
    }

    .t-title3 {
        font-size: 49px;
    }

    .t-title4 {
        font-size: 39px;
    }

    .t-title5 {
        font-size: 31px;
    }

    .t-title6 {
        font-size: 24px;
    }

    .c-collection .l-container {
        padding-left: 384px;
    }

    .c-collection__figure {
        width: calc(((100% - 1280px) / 2) + 306px);
    }

    .c-feedback {
        left: 50px;
        right: 50px;
        max-width: 1400px;
        margin: 0 auto;
    }

    .c-site-footer__content {
        overflow: hidden;
    }

    .c-site-footer__navigation {
        padding-left: calc((100vw - 1280px) / 2);
        margin-left: calc(0px - ((100vw - 1280px) / 2)) !important;
    }

    .c-site-footer__newsletter {
        padding-right: calc((100vw - 1280px) / 2);
        margin-right: calc(0px - ((100vw - 1280px) / 2)) !important;
    }

    .c-megamenu {
        left: calc((100% - 1280px) / 2);
        right: calc((100% - 1280px) / 2);
    }

    .c-hero__slider .slick-dots {
        left: calc((100% - 1280px) / 2);
    }

    .c-hero__slider .slick-arrow {
        right: calc((100% - 1280px) / 2);
    }

    .c-hero-slide__content {
        padding-left: calc((100% - 1280px) / 2) !important;
        padding-right: 90px;
    }

    .c-hero__code {
        left: calc((100vw - 1350px) / 2);
    }

    .c-language {
        padding: 40px 76px;
    }

    .c-language__header {
        padding: 40px 76px;
        margin-top: -40px;
        margin-left: -76px;
        margin-right: -76px;
        margin-bottom: 32px;
    }

    .c-language__title {
        margin-bottom: 32px;
    }

    .c-solutions__header {
        margin-right: calc(0px - ((100vw - 1280px) / 2));
    }

    .c-cards__slider .slick-arrow {
        right: calc(((100vw - var(--scrollbar-width) - 1280px) / 2));
    }

    .c-products--overflow {
        margin-right: calc(0px - (((100vw - var(--scrollbar-width)) - 1280px) / 2));
    }

    .c-products--overflow .slick-list {
        padding-right: calc((100vw - var(--scrollbar-width) - 1280px) / 2);
    }
}

@media screen and (max-width: 1023px) {
    .c-order {
        margin-top: 8px;
    }

    .c-site-header--account .c-site-nav__menu {
        display: block;
        margin-top: 100px;
    }

    .c-site-header--account .c-site-nav__menu li a {
        padding: 10px 20px;
    }

    .c-site-header--account .c-toggle {
        width: auto;
        height: auto;
        border: none;
    }

    .c-site-header--account .c-toggle__item {
        margin: 6px 0 6px auto;
    }

    .c-site-header {
        display: flex;
        flex-direction: column;
    }

    .c-site-header__meta {
        background-color: #ed1c24;
        padding: 16px 0;
        order: 3;
    }

    .c-site-header__content {
        padding-top: 16px;
        padding-bottom: 16px;
        order: 1;
    }

    .c-site-header__navigation {
        background-color: #fff;
        padding: 0;
        order: 2;
    }

    .c-site-header__navigation .l-container {
        padding-left: 0;
        padding-right: 0;
    }

    .c-site-header__navigation-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 100%;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        color: #1d1d1d;
        background-color: #fff;
        font-size: 18px;
        padding-top: 76px;
        padding-bottom: 16px;
        overflow: auto;
        transition: all 0.3s ease;
        z-index: 10;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        flex-direction: column;
    }

    .c-site-header__navigation-menu .c-menu-close {
        position: absolute;
        top: 30px;
        right: 30px;
        color: #1d1d1d;
    }

    .c-site-header__navigation-menu .c-menu-close .icon {
        width: 18px;
        height: 18px;
    }

    .c-navigation-menu {
        font-weight: 400;
        padding-top: 32px;
        padding-left: 16px;
        padding-right: 16px;
        border-top: 1px solid #c6c6c6;
        margin-left: -16px;
        margin-right: -16px;
    }

    .c-navigation-menu li {
        font-size: 20px;
        margin-bottom: 32px;
        white-space: nowrap;
    }

    .c-navigation-menu li .icon {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        margin-right: 8px;
        fill: #ed1c24;
    }

    .c-navigation-menu .c-points {
        width: 34px;
        height: 17px;
        color: #fff;
        background-color: #1d1d1d;
        font-size: 12px;
        line-height: 17px;
        border: none;
        border-radius: 14px;
        margin-left: 8px;
    }

    .c-navigation-meta__menu {
        display: flex;
        min-width: 320px;
        font-size: 16px;
        padding-left: 16px;
        padding-right: 16px;
        border-top: 1px solid #c6c6c6;
        margin-left: -16px;
        margin-right: -16px;
    }

    .c-navigation-meta__menu li a {
        display: block;
        font-weight: 400;
        padding: 8px;
    }

    .c-navigation-meta__menu li .icon {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-right: 8px;
        fill: #ed1c24;
    }

    .c-navigation-meta__menu li:first-of-type {
        width: 60%;
        border-right: 1px solid #c6c6c6;
    }

    .c-navigation-meta__menu li:last-of-type {
        width: 40%;
    }

    .c-navigation-app {
        min-width: 340px;
        background-color: #feed05;
        padding: 16px;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: -16px;
    }

    .c-navigation-app__text {
        width: 60%;
        font-size: 16px;
    }

    .c-navigation-app__text strong {
        display: block;
        font-family: "league-gothic", sans-serif;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        font-style: italic;
    }

    .c-navigation-app__buttons {
        width: 40%;
        text-align: right;
    }

    .c-navigation-app__buttons .c-button-app {
        margin-bottom: 8px;
    }

    .c-navigation-app__buttons .c-button-app svg {
        width: 106px;
        height: 32px;
    }

    .c-site-nav__menu {
        display: flex;
    }

    .c-site-nav__menu li a span {
        display: none;
    }

    .c-site-nav__menu li a .icon {
        width: 20px;
        height: 20px;
    }

    .c-site-header__buttons {
        position: absolute;
        right: 20px;
        bottom: 16px;
    }

    .c-button-select,
    .c-button-megamenu {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(((100vw - var(--scrollbar-width)) - 56px) / 3);
        height: 40px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .c-button-select {
        display: inline-block;
    }

    .u-menu-open .c-site-header__navigation-menu {
        right: 24px;
        padding-left: 16px;
        padding-right: 16px;
        box-shadow: 0px 0px 0px 100px #4e4e4e;
    }

    .c-button-megamenu .icon {
        display: none;
    }

    .c-megamenu {
        left: auto;
        right: -20px;
        width: calc((100vw - var(--scrollbar-width)));
    }

    .c-megamenu__header {
        margin-bottom: 16px;
    }

    .c-megamenu__secondary-nav {
        padding: 8px;
    }

    .c-form--search {
        position: absolute;
        top: 75px;
        left: 56px;
        right: 0;
        width: auto;
        margin: 0;
    }

    .c-form--search input {
        height: 56px;
    }

    .c-modal--search {
        background-color: #fff;
    }

    .c-modal--search .c-modal-container {
        top: 150px;
        bottom: 0;
        height: auto;
        max-height: none;
        padding-top: 0;
    }

    .c-hero__slider .slick-dots {
        left: 50%;
        transform: translateX(-50%);
    }

    .c-hero-slide__content {
        padding-right: 20px;
    }

    .c-hero-slide__content .c-button {
        display: block;
    }

    .c-megamenu--products {
        right: 0;
        width: calc(100vw - 40px);
    }

    .c-megamenu--products .c-megamenu__nav {
        padding: 20px;
    }

    .c-modal-points .c-modal-container {
        padding-top: 60px;
    }

    .c-modal-size .c-modal__close {
        top: 10px;
        right: 10px;
    }

    .c-options-product__list {
        flex-wrap: wrap;
    }

    .c-options-product__list .c-radio {
        margin-bottom: 8px;
    }

    .c-solutions .c-marker {
        display: none;
    }

    .u-desktop {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .c-block {
        padding-bottom: 30px;
    }

    .c-products .slick-track,
    .c-products .slick-list {
        display: flex;
    }

    .c-products .slick-list {
        padding-right: 50px;
        margin-left: -8px;
        margin-right: -20px;
    }

    .c-products .slick-dots {
        margin-top: 16px;
    }

    .c-products .slick-dots li {
        display: inline-block;
        vertical-align: top;
        margin-right: 8px;
    }

    .c-products .slick-dots li button {
        width: 24px;
        height: 4px;
        background-color: #ed1c24;
        font-size: 0;
        padding: 0;
        border: none;
        opacity: 0.1;
        cursor: pointer;
        outline: 0;
    }

    .c-products .slick-dots .slick-active button {
        width: 48px;
        opacity: 1 !important;
    }

    .c-products .c-product {
        margin: 0 8px;
    }

    .c-site-footer__newsletter .t-title6 {
        font-size: 24px;
    }

    .c-site-footer__menu {
        margin-bottom: 16px;
    }

    .c-site-footer__menu:last-of-type {
        margin-bottom: 0;
    }

    .c-site-footer__menu li:first-of-type {
        font-size: 16px;
        cursor: pointer;
    }

    .c-site-footer__menu li:not(:first-of-type) {
        display: none;
        margin-left: 4px;
    }

    .u-menu-footer-open li:not(:first-of-type) {
        display: block;
    }

    .u-menu-footer-open.c-site-footer__menu {
        margin-bottom: 24px;
    }

    .c-site-footer__meta-menu li:not(:last-of-type) {
        margin-bottom: 8px;
    }

    .c-site-footer__meta .l-mobile-flex {
        flex-direction: column-reverse;
    }

    .c-site-footer__meta p {
        width: 100%;
    }

    .c-site-footer__meta-nav {
        width: 100%;
        margin-bottom: 16px;
    }

    .c-form--newsletter .c-form__button {
        display: block;
        width: 100%;
    }

    .c-language__options {
        grid-template-columns: 1fr 1fr;
    }

    .c-language__button {
        padding-left: 12px;
        padding-right: 12px;
    }

    .c-language__button.c-button--ghost {
        margin-left: 8px;
    }

    .c-order-item__detail+.c-order-item__detail {
        margin-top: 16px;
    }

    .c-order-product__figure {
        width: 40px;
        height: 40px;
    }

    .c-order-product__text {
        width: calc(100% - 56px);
        padding-top: 0;
    }

    .c-order-product__meta {
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .c-order-item__detail--status .c-button {
        min-width: 0;
        font-size: 11px;
        padding: 8px 6px;
        margin-left: 8px;
    }

    .c-order-item__detail--status .c-button:first-child {
        margin-left: 0;
    }

    .c-order-item__detail--status+.c-order-item__detail--status .c-button {
        flex: 1;
    }

    .c-product--mobile {
        display: flex;
        padding-bottom: 75px;
    }

    .c-product--mobile>a {
        flex: 1.6;
    }

    .c-product--mobile .c-product__text {
        font-size: 12px;
    }

    .c-product--mobile .c-product__figure {
        height: auto;
        flex: 1.6;
    }

    .c-product--mobile .c-product__figure .c-badge {
        height: 20px;
        font-size: 12px;
        padding: 4px;
    }

    .c-product--mobile .c-product__content {
        padding: 4px 8px;
        flex: 2;
    }

    .c-product--mobile .c-add:not(.icon),
    .c-product--mobile .c-remove:not(.icon) {
        display: none;
    }

    .c-product--mobile .c-button-wishlist .icon {
        margin-right: 0;
    }

    .c-product--mobile .c-product__title {
        display: -webkit-box;
        font-size: 18px;
        padding-bottom: 0;
        border-bottom: none;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .c-product--mobile .c-product__details:not(:first-of-type),
    .c-product--mobile .c-product__code {
        display: none;
    }

    .c-product--mobile .c-product__footer {
        left: 8px;
        right: 8px;
        display: flex;
        align-items: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
    }

    .c-product--mobile .c-product__footer .c-product__price {
        display: flex;
        justify-content: flex-end;
        align-items: baseline;
        font-size: 28px;
        line-height: 1;
        margin-right: 16px;
        margin-bottom: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        flex: 1.6;
        flex-direction: row-reverse;
    }

    .c-product--mobile .c-product__footer .c-product__price del {
        font-size: 12px;
        margin-left: 0;
        margin-right: 4px;
    }

    .c-product--mobile .c-product__footer .c-product__button {
        padding-left: 5px;
        padding-right: 5px;
        flex: 2;
    }

    .c-product--inline .c-product__be {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 16px;
    }

    .c-product--cart {
        display: block;
    }

    .c-text {
        font-size: 12px;
    }

    .u-tablet {
        display: none !important;
    }

    .c-content-block--account .c-subheader {
        display: block;
    }

    .c-mail-user {
        margin-top: 8px;
    }

    .c-mini-sidebar {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 479px) {
    .c-button-select.u-selected {
        padding-left: 20px;
    }

    .c-button-select.u-selected svg.icon {
        left: 6px;
        width: 11px;
        height: 11px;
    }

    .c-button-select.u-selected small {
        font-size: 10px;
    }

    .c-table:not(.c-table--small) tr {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .c-table:not(.c-table--small) tr:nth-of-type(2),
    .c-table:not(.c-table--small) tr:nth-of-type(3) {
        width: auto;
        text-align: center;
    }

    .c-table:not(.c-table--small) td:first-of-type {
        width: 100%;
    }

    .c-table:not(.c-table--small) td:nth-of-type(2),
    .c-table:not(.c-table--small) td:nth-of-type(3) {
        width: auto;
        text-align: center;
    }

    .c-table:not(.c-table--small) td:nth-of-type(4) {
        grid-area: 2 / 1 / 3 / 4;
    }

    .c-table:not(.c-table--small) td:nth-of-type(4) .c-button {
        width: 100%;
    }
}

@media screen and (max-width: 374px) {
    .c-language__button {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .c-content-block__products.u-grid-4 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .c-content-block__products.u-grid-3,
    .c-products-grid.u-grid-3 {
        grid-template-columns: 1fr 1fr;
    }
}



.alert.alert-warning, .text-danger{
    color:red;
}