*:not(img), *::before, *::after {
    box-sizing: border-box;
    -webkit-box-sizing:border-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    touch-action:manipulation
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
    overflow-x:hidden
}

html, body, pre {
    padding: 0;
    margin:0
}

a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration:none
}

a:active, a:hover {
    outline:0
}

button, select {
    text-transform:none
}

button[disabled], html input[disabled] {
    cursor:default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding:0
}

input {
    line-height:normal
}

pre {
    overflow:auto
}

ul, ol, li {
    padding: 0;
    margin:0
}

table {
    border-collapse: collapse;
    border-spacing:0
}

table th, table td {
    padding:0
}

[hidden], #template, template {
    display:none
}

.mt {
    margin-top:8px
}

.mt-xs {
    margin-top:1px
}

.mt-sm {
    margin-top:2px
}

.mt-md {
    margin-top:4px
}

.mt-lg {
    margin-top:16px
}

.mt-xl {
    margin-top:24px
}

.mb {
    margin-top:8px
}

.mb-xs {
    margin-top:1px
}

.mb-sm {
    margin-bottom:2px
}

.mb-md {
    margin-bottom:4px
}

.mb-lg {
    margin-bottom:16px
}

.mb-xl {
    margin-top:24px
}

.ml {
    margin-top:8px
}

.ml-xs {
    margin-top:1px
}

.ml-sm {
    margin-left:2px
}

.ml-md {
    margin-left:4px
}

.ml-lg {
    margin-left:16px
}

.ml-xl {
    margin-top:24px
}

.mr {
    margin-top:8px
}

.mr-xs {
    margin-top:1px
}

.mr-sm {
    margin-right:2px
}

.mr-md {
    margin-right:4px
}

.mr-lg {
    margin-right:16px
}

.mr-xl {
    margin-top:24px
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    line-height:150%
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42.5vh;
    background: #f5f5f5;
    z-index:-1
}

body.unscroll {
    overflow:hidden
}

::selection {
    color: #17181a;
    background:#c1fc03
}

.header__main {
    background: #17181a;
    padding: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content:space-between
}

@media (min-width: 880px) {
    .header__main {
        padding: 24px;
        justify-content:flex-start
    }
}

.header__main-logo {
    display: flex;
    align-items:center
}

.header__main-logo img {
    height:32px
}

@media (min-width: 1280px) {
    .header__main-logo img {
        height:48px
    }
}

.header__main-links {
    display: flex;
    flex-direction:row
}

@media (min-width: 880px) {
    .header__main-links {
        display:none
    }
}

.header__main-links .links {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    margin-left:-2px
}

.header__main-links .links:nth-child(1) {
    margin-left:0
}

.header__main-links .links__basket {
    position: relative;
    color:#17181a
}

.header__main-links .links__basket svg {
    width:16px
}

.header__main-links .links__basket svg path {
    fill:#fff
}

.header__main-links .links__basket-counter {
    height: 16px;
    width: 16px;
    background: #c1fc03;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 9px;
    font-weight:800
}

.header__main-links .links__hamburger svg {
    transition:all 225ms ease-in-out
}

.header__main-links .links__hamburger.is-active svg {
    transform:rotate(-45deg)
}

.header__menu {
    padding: 0;
    margin: 0 0 0 48px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap:32px
}

@media (min-width: 880px) and(max-width: 1024px) {
    .header__menu {
        margin:0 0 0 24px
    }
}

.header__menu .menu__item {
    display:none
}

@media (min-width: 880px) {
    .header__menu .menu__item {
        display:flex
    }
}

.header__menu .menu__item-parent {
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 225ms ease-in-out;
    height:48px
}

@media (min-width: 1280px) {
    .header__menu .menu__item-parent {
        gap:16px
    }
}

.header__menu .menu__item-parent svg {
    width: 20px;
    height: 20px;
    object-fit: cover;
    transition:all 225ms ease-in-out
}

.header__menu .menu__item-parent svg.arrow.is-active {
    transform:rotate(180deg)
}

@media (min-width: 880px) and(max-width: 1024px) {
    .header__menu .menu__item-parent svg:nth-child(1) {
        display:none
    }
}

.header__menu .menu__item-parent svg path {
    fill: #fff;
    transition:all 225ms ease-in-out
}

.header__menu .menu__item-parent svg.arrow {
    width: 24px;
    height:24px
}

.header__menu .menu__item-parent svg.arrow path {
    fill:none
}

.header__menu .menu__item-parent:hover {
    color:#c1fc03
}

.header__menu .menu__item-parent:hover svg path {
    fill:#c1fc03
}

.header__menu .menu__item-parent:hover svg.arrow path {
    fill: none;
    stroke: #c1fc03;
    opacity:.4
}

.header__menu .menu__item-parent.active {
    color:#c1fc03
}

.header__menu .menu__item-parent.active svg path {
    fill:#c1fc03
}

.header__menu .menu__item-parent.active svg.arrow path {
    fill: none;
    stroke: #c1fc03;
    opacity:.4
}

.header__menu .menu__item-group {
    height: 0;
    overflow: hidden;
    position: absolute;
    transition: height 1s;
    opacity: 0;
    background: #222326;
    list-style-type:none
}

.header__menu .menu__item-group.visible {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: fit-content;
    max-width: 480px;
    min-width: 320px;
    top: 96px;
    z-index: 10;
    opacity: 1;
    overflow-y: scroll;
    padding: 32px;
    margin-left:-32px
}

.header__menu .menu__item-group.visible.scrollable {
    max-height:55vh
}

.header__menu .menu__item-group.visible::-webkit-scrollbar {
    background:rgba(0, 0, 0, 0)
}

.header__menu .menu__item-group.visible::-webkit-scrollbar:vertical {
    width:1em
}

.header__menu .menu__item-group.visible::-webkit-scrollbar:horizontal {
    height:0
}

.header__menu .menu__item-group.visible::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 99999px;
    border: .3125em solid rgba(0, 0, 0, 0);
    background-clip:content-box
}

.header__menu .menu__item-group .menu__item-title {
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #c1fc03;
    padding: 16px 0;
    letter-spacing: 4px;
    border-bottom: 1px dashed hsla(0, 0%, 100%, .1);
    margin-bottom: 24px;
    width:100%
}

.header__menu .menu__item-group .menu__item-title:nth-child(1) {
    padding:0 0 16px 0
}

.header__menu .menu__item-group .menu__item-child {
    width:50%
}

.header__menu .menu__item-group .menu__item-child a {
    display: flex;
    align-items: center;
    color: #fff;
    height: 40px;
    font-size: 1rem;
    padding: 0;
    transition:all 225ms ease-in-out
}

.header__menu .menu__item-group .menu__item-child a:hover {
    color:#a7a7a8
}

.header__menu .menu__item-group.narrow {
    max-width:min-content
}

.header__menu .menu__item-group.narrow .menu__item-child {
    width: 100%;
    white-space:nowrap
}

.header__basket {
    display:none
}

@media (min-width: 880px) {
    .header__basket {
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin-left:auto
    }
}

.header__basket-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    list-style-type: none;
    padding: 0;
    margin:0
}

.header__basket-menu li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #d1d5db;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    height: 48px;
    padding: 0 12px;
    transition:all 250ms ease-in-out
}

.header__basket-menu li a:hover {
    background:hsla(0, 0%, 100%, .1)
}

.header__basket-menu li a img {
    width: 20px;
    height: 20px;
    object-fit:cover
}

@media (min-width: 880px) and(max-width: 1080px) {
    .header__basket-menu li a img {
        display:none
    }
}

.header__basket-link {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 12px;
    background: #c1fc03;
    height: 48px;
    color: #17181a;
    padding: 0 16px;
    font-size: 1.25rem;
    font-weight:700
}

.header__basket-link svg {
    height: 20px;
    width: 20px;
    object-fit:cover
}

.header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 15;
    transition:all 225ms ease-in-out
}

.header__nav.hidden {
    width: 0;
    overflow: hidden;
    margin-left:-1px
}

.header__nav-menu {
    background: #17181a;
    width: 90%;
    height: 100%;
    padding: 32px;
    overflow-y:auto
}

@media (min-width: 360px) {
    .header__nav-menu {
        width:80%
    }
}

@media (min-width: 1024px) {
    .header__nav-menu {
        max-width:33.3vw
    }
}

.header__nav .nav {
    list-style-type: none;
    height:100%
}

.header__nav .nav__parent {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    padding-top: 24px;
    margin-top: 24px;
    min-width:140px
}

.header__nav .nav__parent:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
    border-top:none
}

.header__nav .nav__parent:nth-last-child(1) {
    padding-bottom:24px
}

.header__nav .nav__parent-category {
    display: flex;
    align-items: center;
    height: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    width:100%
}

.header__nav .nav__parent-category.expandable {
    position:relative
}

.header__nav .nav__parent-category.expandable:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color:#c1fc03
}

.header__nav .nav__parent-category.is-expanded:after {
    content: "-"
}

.header__nav .nav__parent .nav__child {
    list-style-type: none;
    display: none;
    padding-top:16px
}

.header__nav .nav__parent .nav__child.is-visible {
    display: flex;
    flex-direction:column
}

@media (min-width: 540px) and(max-width: 1024px) {
    .header__nav .nav__parent .nav__child.is-visible {
        flex-direction: row;
        flex-wrap:wrap
    }
}

.header__nav .nav__parent .nav__child-title {
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #c1fc03;
    padding: 16px 0;
    letter-spacing: 4px;
    border-bottom: 1px dashed hsla(0, 0%, 100%, .1);
    margin-bottom:24px
}

@media (min-width: 540px) and(max-width: 1024px) {
    .header__nav .nav__parent .nav__child-title {
        width: 100%;
        columns:1
    }
}

.header__nav .nav__parent .nav__child-title:nth-child(1) {
    padding:0 0 16px 0
}

@media (min-width: 540px) and(max-width: 1024px) {
    .header__nav .nav__parent .nav__child-item {
        width:50%
    }
}

.header__nav .nav__parent .nav__child-item a {
    display: flex;
    align-items: center;
    color: #fff;
    height: 40px;
    font-size:.875rem
}

.header__nav .nav__close {
    position: sticky;
    top: 0;
    left: 0;
    background: #c1fc03;
    margin-top: auto;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 48px;
    width: 100%;
    color: #17181a;
    font-weight: 700;
    text-transform: uppercase;
    min-width:140px
}

.header__nav .nav__close:before {
    position: absolute;
    top: -32px;
    left: -16px;
    content: "";
    background: rgba(23, 24, 26, .8);
    backdrop-filter: blur(8px);
    width: calc(100% + 32px);
    height: 32px;
    z-index:-1
}

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

.breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0 24px 16px 0;
    margin: 0;
    list-style-type: none;
    overflow-x: auto;
    position:relative
}

.breadcrumbs::-webkit-scrollbar {
    background:rgba(0, 0, 0, 0)
}

.breadcrumbs::-webkit-scrollbar:vertical {
    width:1em
}

.breadcrumbs::-webkit-scrollbar:horizontal {
    height:0
}

.breadcrumbs::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 99999px;
    border: .3125em solid rgba(0, 0, 0, 0);
    background-clip:content-box
}

.breadcrumbs__item {
    display: flex;
    flex-direction: row;
    font-size: .755rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #1c1e22;
    padding-right: 0;
    white-space:nowrap
}

.breadcrumbs__item:nth-child(1):after, .breadcrumbs__item:nth-child(2):after {
    display:none
}

.breadcrumbs__item:last-child:after {
    display:none
}

.breadcrumbs__item:after {
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'> <path d='M0.5 0H4.5L9.5 5L4.5 10H0.5L5.5 5L0.5 0Z' fill='%2317181A'/> <path d='M8.5 0H12.5L17.5 5L12.5 10H8.5L13.5 5L8.5 0Z' fill='%2317181A'/> </svg>");
    position: relative;
    left: 4px;
    object-fit: cover;
    transform:scale(0.5)
}

.breadcrumbs__item-link {
    display: flex;
    align-items: center;
    color: #1c1e22;
    transition:all 225ms ease-in-out
}

.breadcrumbs__item-link:hover {
    color:rgba(0, 0, 0, .6)
}

.breadcrumbs__item-link svg {
    height: 16px;
    width: 16px;
    object-fit:cover
}

.title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content:center
}

.title-name {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #17181a;
    font-weight: 800;
    padding: 0;
    margin:0
}

@media (min-width: 880px) {
    .title-name {
        font-size:1.5rem
    }
}

.title-name.small {
    font-size:1.15rem
}

.title-ui {
    height: 20px;
    width:auto
}

@media (min-width: 880px) {
    .title-ui {
        height:24px
    }
}

.title-ui.small {
    height:16px
}

.link {
    display: flex;
    justify-content: center;
    width:100%
}

.link-primary {
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #c1fc03;
    color: #17181a;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: all 225ms ease-in-out;
    width:100%
}

@media (min-width: 580px) {
    .link-primary {
        width: max-content;
        padding:0 56px 0 16px
    }
}

.link-primary:after {
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'> <path d='M0.5 0H4.5L9.5 5L4.5 10H0.5L5.5 5L0.5 0Z' fill='%2317181A'/> <path d='M8.5 0H12.5L17.5 5L12.5 10H8.5L13.5 5L8.5 0Z' fill='%2317181A'/> </svg>");
    width: 18px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -8px;
    right:24px
}

.link-primary:before {
    content: "";
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, .2);
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    left: -80px;
    transition: all 800ms ease-in-out;
    opacity:0
}

.link-primary:hover:before {
    left: calc(100% + 80px);
    opacity:1
}

.link-small {
    color: #17181a;
    font-size: .875rem;
    font-weight: 700;
    text-transform:uppercase
}

.carousel__loop .item {
    display: flex;
    justify-content: center;
    background: #17181a;
    position: relative;
    gap: 24px;
    padding: 40px 24px 192px;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor:-webkit-grab
}

.carousel__loop .item:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor:-webkit-grabbing
}

@media (min-width: 880px) {
    .carousel__loop .item {
        padding:64px 96px
    }
}

.carousel__loop .item.full .item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index:0
}

.carousel__loop .item.full:before {
    content: "";
    background: linear-gradient(90deg, rgb(23, 24, 26) 0%, rgba(23, 24, 26, 0) 100%);
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0
}

.carousel__loop .item.full:after {
    content: "";
    background: linear-gradient(90deg, rgb(23, 24, 26) 0%, rgba(23, 24, 26, 0) 100%);
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0
}

.carousel__loop .item-title {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 1.75rem;
    line-height: 110%;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    z-index: 5;
    padding: 0;
    margin: 0;
    padding-bottom: 32px;
    text-align:center
}

@media (min-width: 880px) {
    .carousel__loop .item-title {
        font-size: 2.5rem;
        justify-content: center;
        text-align:left
    }
}

@media (min-width: 880px) {
    .carousel__loop .item-title span {
        padding-left:40px
    }
}

.carousel__loop .item-title span i {
    color:#c1fc03
}

.carousel__loop .item .link-primary {
    position: relative;
    z-index:5
}

@media (max-width: 880px) {
    .carousel__loop .item .link-primary {
        margin:0 auto
    }
}

.carousel__loop .item-brand {
    position: absolute;
    height: 40px;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index:5
}

@media (min-width: 880px) {
    .carousel__loop .item-brand {
        top: 32px;
        right: 32px;
        left: inherit;
        transform:none
    }
}

.carousel__loop .item-image {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 2;
    object-fit:cover
}

@media (min-width: 880px) {
    .carousel__loop .item-image {
        width: 50%;
        object-fit:cover
    }
}

.nice-select {
    border-radius: 0 !important;
    padding: 0 16px !important;
    font-weight: 600 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    min-height:48px !important
}

@media (min-width: 880px) and(max-width: 1024px) {
    .nice-select {
        padding:0 8px !important
    }
}

.nice-select-dropdown {
    width: 100% !important;
    border-radius: 0 !important;
    padding: 8px 0 !important;
    z-index:10 !important
}

.nice-select-dropdown .list::-webkit-scrollbar {
    background:rgba(0, 0, 0, 0)
}

.nice-select-dropdown .list::-webkit-scrollbar:vertical {
    width:1em
}

.nice-select-dropdown .list::-webkit-scrollbar:horizontal {
    height:0
}

.nice-select-dropdown .list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 99999px;
    border: .3125em solid rgba(0, 0, 0, 0);
    background-clip:content-box
}

.nice-select-dropdown .list li {
    padding: 0 16px !important;
    font-weight:600 !important
}

.nice-select-dropdown .list li.optgroup {
    letter-spacing: 1.5px !important;
    color: rgba(0, 0, 0, .5) !important;
    text-transform: uppercase !important;
    font-size:.725rem !important
}

.nice-select-dropdown .list li.selected, .nice-select-dropdown .list li.focus {
    background:rgba(0, 0, 0, .05) !important
}

.nice-select-search-box {
    padding: 0 !important;
    margin:0 !important
}

.nice-select-search-box input {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    padding: 0 16px !important;
    border: none !important;
    width: 100% !important;
    margin:0 !important
}

.tns-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
    margin-top:16px
}

.tns-nav button {
    background: #6b7280;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: none;
    transition: all 225ms ease-in-out;
    margin: 0;
    padding:0
}

.tns-nav button:hover {
    opacity:.8
}

.tns-nav button:focus {
    outline: none;
    border:none
}

.tns-nav button.tns-nav-active {
    background: #17181a;
    cursor: default;
    pointer-events:none
}

.benefits {
    padding: 16px 24px;
    background: #17181a;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:24px
}

@media (min-width: 1024px) {
    .benefits {
        padding:24px
    }
}

.benefits__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 24px;
    padding: 16px 0;
    position: relative;
    width:calc(50% - 12px - 1px)
}

@media (min-width: 880px) {
    .benefits__item {
        width:calc(25% - 17px - 1px)
    }
}

.benefits__item-icon {
    height: 32px;
    width:auto
}

.benefits__item-title {
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: .75rem;
    font-weight: 600;
    hyphens:none
}

@media (min-width: 880px) {
    .benefits__item-title {
        font-size:1rem
    }
}

.benefits__item:after {
    content: "";
    position: absolute;
    top: -16px;
    right: -12px;
    height: calc(100% + 32px);
    width: 1px;
    background:#2b2b2b
}

.benefits__item:before {
    content: "";
    position: absolute;
    top: -12px;
    right: -12px;
    width: calc(100% + 24px);
    height: 1px;
    background:#2b2b2b
}

@media (min-width: 880px) {
    .benefits__item:before {
        display:none
    }
}

@media (max-width: 880px) {
    .benefits__item:nth-child(even):after {
        display:none
    }

    .benefits__item:nth-child(1):before, .benefits__item:nth-child(2):before {
        display:none
    }
}

@media (min-width: 880px) {
    .benefits__item:nth-child(4):after {
        display:none
    }
}

.products {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding:24px 0
}

@media (min-width: 880px) {
    .products {
        gap:24px
    }
}

.products__list {
    display: flex;
    flex-direction: column;
    gap:16px
}

@media (min-width: 540px) {
    .products__list {
        flex-direction: row;
        flex-wrap: wrap;
        gap:24px
    }
}

.products__list .item {
    width: 100%;
    background:#fff
}

@media (min-width: 540px) {
    .products__list .item {
        width:calc(50% - 12px - 1px)
    }
}

@media (min-width: 880px) {
    .products__list .item {
        width:calc(33.3333333333% - 16px - 1px)
    }
}

@media (min-width: 1280px) {
    .products__list .item {
        width:calc(25% - 17px - 1px)
    }
}

.item {
    display: flex;
    flex-direction: column;
    width:100%
}

.item .product {
    padding: 16px;
    border: 2px solid #17181a;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:16px
}

.item .product__image {
    aspect-ratio: 4/3;
    background: #f5f5f5;
    position: relative;
    overflow:hidden
}

.item .product__image-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: .65rem;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 8px 8px;
    gap: 8px;
    z-index:5
}

.item .product__image-badge img, .item .product__image-badge svg {
    width:12px
}

.item .product__image-badge.winter {
    background: #0335fc;
    color:#e1f4ff
}

.item .product__image-badge.summer {
    background: #fcc203;
    color:#5a4500
}

.item .product__image-badge.allseason {
    background: #272727;
    color:#d9d9d9
}

.item .product__image-thumb {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    mix-blend-mode: multiply;
    transition:all 225ms ease-in-out
}

.item .product__image:hover .product__image-thumb {
    top:24px
}

.item .product__details {
    padding: 0;
    margin:0
}

.item .product__details-manufacturer {
    font-size: .825rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .7);
    text-transform: uppercase;
    letter-spacing: .5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient:vertical
}

.item .product__details-name {
    padding: 0;
    margin: 0;
    font-size:1.5rem
}

.item .product__details-name a {
    color: #17181a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top:3px
}

.item .product__details-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:16px 0
}

@media (min-width: 540px) and(max-width: 610px) {
    .item .product__details-info {
        flex-direction:column
    }
}

.item .product__details-info li {
    list-style-type: none;
    font-size: .825rem;
    font-weight: 500;
    color: rgba(0, 0, 0, .7);
    text-transform:uppercase
}

.item .product__details .product__meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type:none
}

.item .product__details .product__meta-price {
    font-size: 1.75rem;
    font-weight:700
}

.item .product__details .product__meta-rating {
    display: flex;
    flex-direction: row;
    gap:8px
}

.item .product__details .product__meta-rating span {
    font-size: .825rem;
    font-weight:700
}

.item .badge {
    padding: 4px 4px 4px 16px;
    background: #17181a;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between
}

.item .badge__options {
    display: flex;
    flex-direction: row;
    gap:16px
}

.item .badge__options-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: .825rem;
    font-weight:600
}

.item .badge__options-item span {
    margin-left:4px
}

@media (min-width: 540px) and(max-width: 610px) {
    .item .badge__options-item span {
        display:none
    }
}

.item .badge__options-item img, .item .badge__options-item svg {
    margin-right:8px
}

.item .badge .button {
    width: 40px;
    height: 40px;
    background: #c1fc03;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    overflow:hidden
}

.item .badge .button::before {
    content: "";
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, .2);
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    left: -80px;
    transition: all 800ms ease-in-out;
    opacity:0
}

.item .badge .button:hover::before {
    left: calc(100% + 80px);
    opacity:1
}

.content {
    padding: 16px 0 24px;
    min-height:50vh
}

.dark .title {
    padding-right: 16px;
    background: #17181a;
    margin-bottom:16px
}

@media (min-width: 880px) {
    .dark .title {
        margin-bottom:24px
    }
}

.dark .title-name {
    color: #c1fc03;
    padding:24px 16px
}

.dark.columns {
    columns: 1;
    gap: 80px;
    padding:40px 0 80px
}

@media (min-width: 880px) {
    .dark.columns {
        columns:2
    }
}

.dark .visual-clear {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-top:40px
}

.dark .visual-clear svg {
    height: 24px;
    width:auto
}

.reviews {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding:24px 0
}

.reviews__list {
    display: flex;
    flex-direction: column;
    gap:16px
}

@media (min-width: 880px) {
    .reviews__list {
        flex-direction: row;
        gap:24px
    }
}

.reviews__list-item {
    padding: 24px;
    border: 2px solid #17181a;
    display: flex;
    flex-direction: column;
    gap:16px
}

@media (min-width: 880px) {
    .reviews__list-item {
        gap:24px
    }
}

.reviews__list-item .review__desc {
    padding: 0;
    margin:0
}

.reviews__list-item .review__meta {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-items: center;
    gap:16px
}

@media (min-width: 880px) and(max-width: 1024px) {
    .reviews__list-item .review__meta {
        flex-wrap: wrap;
        gap: 16px;
        row-gap:0
    }
}

@media (max-width: 340px) {
    .reviews__list-item .review__meta {
        flex-wrap: wrap;
        gap: 16px;
        row-gap:0
    }
}

.reviews__list-item .review__meta-item {
    font-size: .825rem;
    font-weight:700
}

.reviews__list-item .review__meta-item.shape img, .reviews__list-item .review__meta-item.shape svg {
    width: 42px;
    height:auto
}

.reviews__list-item .review__meta-item.rating {
    position: relative;
    top:3px
}

.reviews__list-item .review__meta-item.rating img, .reviews__list-item .review__meta-item.rating svg {
    width: auto;
    height:auto
}

@media (max-width: 340px) {
    .reviews__list-item .review__meta-item:first-child {
        width:100%
    }
}

@media (min-width: 880px) and(max-width: 1024px) {
    .reviews__list-item .review__meta-item:first-child {
        width:100%
    }
}

.checkout {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top:24px
}

@media (min-width: 880px) {
    .checkout {
        flex-direction: row;
        gap:40px
    }
}

.checkout__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width:100%
}

.checkout__content p a {
    color: #17181a;
    font-weight: 600;
    text-decoration:underline
}

@media (min-width: 880px) {
    .checkout__content {
        gap:24px
    }
}

.checkout__content-panel {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #fff;
    padding: 24px;
    width:100%
}

@media (min-width: 880px) {
    .checkout__content-panel {
        padding:40px
    }
}

.checkout__content-panel.confirmation p {
    padding: 0;
    margin:0
}

.checkout__content-panel .product {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-bottom: 24px;
    border-bottom:2px dashed rgba(0, 0, 0, .1)
}

.checkout__content-panel .product:last-child {
    padding-bottom: 0;
    border-bottom:none
}

.checkout__content-panel .product__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:40px
}

@media (min-width: 880px) {
    .checkout__content-panel .product__item {
        flex-direction:row
    }
}

.checkout__content-panel .product__item-image {
    display: flex;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    background: #f5f5f5;
    overflow:hidden
}

@media (min-width: 880px) {
    .checkout__content-panel .product__item-image {
        max-width:25%
    }
}

.checkout__content-panel .product__item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: darken;
    width: 85%;
    height: 85%;
    object-fit:contain
}

.checkout__content-panel .product__item-content {
    width:100%
}

.checkout__content-panel .product__item-content .wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction:column
}

@media (min-width: 880px) {
    .checkout__content-panel .product__item-content .wrap {
        flex-direction:row
    }
}

.checkout__content-panel .product__item-content .details {
    display: flex;
    flex-direction: column;
    gap:16px
}

.checkout__content-panel .product__item-content .details__name {
    display: flex;
    flex-direction: column;
    gap:4px
}

.checkout__content-panel .product__item-content .details__name-producer {
    font-size: .755rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color:rgba(0, 0, 0, .6)
}

.checkout__content-panel .product__item-content .details__name-model {
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient:vertical
}

.checkout__content-panel .product__item-content .details__name-model a {
    color:#17181a
}

.checkout__content-panel .product__item-content .details__meta {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap:16px
}

.checkout__content-panel .product__item-content .details__meta-item {
    font-size: .755rem;
    font-weight: 400;
    text-transform:uppercase
}

.checkout__content-panel .product__item-content .details__price {
    display: flex;
    flex-direction: row;
    gap: 4px;
    font-weight: 700;
    font-size:1.25rem
}

.checkout__content-panel .product__item-content .details__price span {
    font-size: .755rem;
    font-weight: 400;
    margin-top:2px
}

.checkout__content-panel .product__item-content .total {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 25px 0;
    align-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top:24px
}

@media (min-width: 880px) {
    .checkout__content-panel .product__item-content .total {
        align-content: flex-end;
        align-items: flex-end;
        margin-top: 0;
        border-top:none
    }
}

.checkout__content-panel .product__item-content .total span {
    font-size: .875rem;
    font-weight: 400;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing:1px
}

.checkout__content-panel .basket__form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap:16px
}

@media (min-width: 440px) {
    .checkout__content-panel .basket__form {
        flex-direction:row
    }
}

@media (min-width: 880px) {
    .checkout__content-panel .basket__form {
        flex-direction: row;
        margin-top:8px
    }
}

.checkout__content-panel .basket__form-actions {
    display: flex;
    flex-direction: row;
    gap:8px
}

.checkout__content-panel .basket__form-actions button {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: none;
    border: none;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    height: 40px;
    padding: 0 12px;
    min-width: 48px;
    cursor: pointer;
    transition:all 225ms ease-in-out
}

.checkout__content-panel .basket__form-actions button.hidden {
    display:none
}

.checkout__content-panel .basket__form-actions button:hover {
    background:rgba(0, 0, 0, .05)
}

.checkout__content-panel .basket__form-actions button img, .checkout__content-panel .basket__form-actions button svg {
    width: 20px;
    height: 20px;
    object-fit:contain
}

.checkout__content-panel .basket__form-quantity {
    padding: 0;
    margin: 0;
    width: 100%;
    margin-left:auto
}

@media (min-width: 440px) {
    .checkout__content-panel .basket__form-quantity {
        width:max-content
    }
}

@media (min-width: 880px) {
    .checkout__content-panel .basket__form-quantity {
        width:max-content
    }
}

.checkout__content-panel .basket__form-quantity input {
    height: 40px;
    width:100%
}

@media (min-width: 440px) {
    .checkout__content-panel .basket__form-quantity input {
        width:80px
    }
}

@media (min-width: 880px) {
    .checkout__content-panel .basket__form-quantity input {
        width:40px
    }
}

.checkout__content-panel .basket__form-quantity .quantity__suffix {
    height:40px
}

.checkout__content-panel .basket__form-quantity .quantity__button {
    height: 40px;
    min-width: 40px;
    padding: 0;
    width:40px
}

.checkout__content-panel .basket__form-quantity .quantity__button--minus {
    margin-right:8px
}

.checkout__content-panel .basket__form-quantity .quantity__button--plus {
    margin-left:8px
}

.checkout__sidebar {
    width: 100%;
    background: #fff;
    padding: 24px;
    height: max-content;
    position: sticky;
    top: 24px;
    left:0
}

@media (min-width: 880px) {
    .checkout__sidebar {
        max-width: 30%;
        padding:40px
    }
}

.checkout__sidebar-costs {
    padding: 40px 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width:100%
}

.checkout__sidebar-costs li {
    display: flex;
    justify-content: space-between;
    font-size:1rem
}

@media (min-width: 880px) and(max-width: 1024px) {
    .checkout__sidebar-costs li {
        flex-direction:column
    }
}

.checkout__sidebar-costs li.total {
    border-top: 1px dashed #17181a;
    padding-top:16px
}

.checkout__sidebar-costs li.total span {
    font-size:1.5rem
}

.checkout__sidebar-costs li.recalculate {
    padding: 8px 0 0;
    width:100%
}

.checkout__sidebar-costs li.recalculate a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 8px;
    color: #17181a;
    background: rgba(0, 0, 0, .05);
    height: 48px;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .875rem;
    text-transform:uppercase
}

.checkout__sidebar-costs li.recalculate a img, .checkout__sidebar-costs li.recalculate a svg {
    width: 20px;
    height: 20px;
    object-fit:contain
}

.checkout__sidebar-costs li span {
    font-weight: 700;
    font-size:1.25rem
}

.checkout__sidebar .link {
    width: 100%;
    display:flex
}

@media (min-width: 880px) and(max-width: 1024px) {
    .checkout__sidebar .link.link-primary {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        line-height:110%
    }
}

@media (min-width: 880px) and(max-width: 1024px) {
    .checkout__sidebar .link:after {
        display:none
    }
}

.checkout__sidebar .link-small {
    margin-top:16px
}

.quantity, .basket__form-quantity {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 16px 0;
    width:100%
}

.quantity__button, .basket__form-quantity__button {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    border: 2px solid #17181a;
    background: #fff;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    transition:all 225ms ease-in-out
}

.quantity__button.disabled, .basket__form-quantity__button.disabled {
    opacity: .1;
    pointer-events:none
}

.quantity__button--minus, .basket__form-quantity__button--minus {
    margin-right: 16px;
    width:48px
}

.quantity__button--plus, .basket__form-quantity__button--plus {
    margin-left: 16px;
    width:48px
}

.quantity__input, .basket__form-quantity__input {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    border: 2px solid #000;
    border-right: none;
    height: 48px;
    font-family: "Poppins", sans-serif;
    font-weight:700
}

@media (min-width: 880px) and(max-width: 1024px) {
    .quantity__input, .basket__form-quantity__input {
        border-right:2px solid #17181a
    }
}

.quantity__input:focus, .quantity__input:active, .basket__form-quantity__input:focus, .basket__form-quantity__input:active {
    outline:none
}

.quantity__input::-webkit-outer-spin-button, .quantity__input::-webkit-inner-spin-button, .basket__form-quantity__input::-webkit-outer-spin-button, .basket__form-quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin:0
}

.quantity__input[type=number], .basket__form-quantity__input[type=number] {
    -moz-appearance:textfield
}

.quantity__suffix, .basket__form-quantity__suffix {
    display: flex;
    align-content: center;
    align-items: center;
    height: 48px;
    font-size: 1rem;
    border: 2px solid #000;
    border-left: none;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding:0 16px 0 0
}

@media (min-width: 880px) and(max-width: 1024px) {
    .quantity__suffix, .basket__form-quantity__suffix {
        display:none !important
    }
}

.steps {
    display: flex;
    flex-direction: row;
    overflow-x:auto
}

.steps__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:16px
}

@media (min-width: 880px) {
    .steps__item {
        flex-direction:row
    }
}

.steps__item-counter {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: rgba(0, 0, 0, .1);
    font-size: .875rem;
    font-weight:700
}

.steps__item-title {
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    display:none
}

@media (min-width: 440px) {
    .steps__item-title {
        display:flex
    }
}

.steps__item.active .steps__item-counter {
    background:#c1fc03
}

.steps__item.done .steps__item-counter {
    background: #c1fc03;
    position: relative;
    overflow:hidden
}

.steps__item.done .steps__item-counter:after {
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'> <g clip-path='url(%23clip0_329_6087)'> <path d='M4.66699 9.99999L8.83366 14.1667L17.167 5.83333' stroke='%2317181A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/> </g> <defs> <clipPath id='clip0_329_6087'> <rect width='20' height='20' fill='white' transform='translate(0.5)'/> </clipPath> </defs> </svg>");
    background: #c1fc03;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    margin-top:3px
}

.footer {
    display: flex;
    flex-direction: column;
    background: #17181a;
    color:#fff
}

.footer-name {
    display: flex;
    color: #c1fc03;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0 0 16px 0;
    margin:0
}

.footer-name.clear {
    padding: 0;
    margin:0
}

@media (min-width: 880px) {
    .footer-name.clear {
        padding:0 0 16px 0
    }
}

.footer__address {
    background: #1c1e22;
    padding: 16px 0;
    position: relative;
    width: 100%;
    height:100%
}

.footer__address .wrapper {
    display: flex;
    flex-direction: column;
    position:relative
}

@media (min-width: 880px) {
    .footer__address .wrapper {
        flex-direction: row;
        align-items: flex-start;
        gap:40px
    }
}

.footer__address-logo {
    height: 32px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index:5
}

@media (min-width: 1280px) {
    .footer__address-logo {
        height:40px
    }
}

.footer__address-contact {
    display: flex;
    flex-direction:column
}

.footer__address-social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center
}

@media (min-width: 880px) {
    .footer__address-social {
        flex-direction: column;
        justify-content: flex-start;
        align-items:flex-start
    }
}

.footer__address-social .social {
    display: flex;
    gap: 8px;
    padding: 0;
    margin:0
}

.footer__address-social .social__item {
    list-style-type:none
}

.footer__address-social .social__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, .16);
    transition:all 225ms ease-in-out
}

.footer__address-social .social__item a:hover {
    background:rgba(0, 0, 0, .32)
}

.footer__address-social .social__item a img, .footer__address-social .social__item a svg {
    width:16px
}

.footer__address .list {
    display: flex;
    flex-direction: column;
    gap:8px
}

.footer__address .list__item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #fff;
    align-items:flex-start
}

.footer__address .list__item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: max-content;
    gap: 16px;
    color:#fff
}

.footer__address .list__item a img, .footer__address .list__item a svg {
    width:20px
}

.footer__address .list__item:first-child a {
    color:#c1fc03
}

.footer__links {
    padding:16px 0 0 0
}

.footer__links .navs {
    display: flex;
    flex-direction: column;
    gap: 0;
    width:100%
}

@media (min-width: 880px) {
    .footer__links .navs {
        flex-direction:row
    }
}

.footer__links .footer__nav {
    border: 2px solid #c1fc03;
    padding: 24px;
    margin-top:-2px
}

@media (min-width: 880px) {
    .footer__links .footer__nav {
        margin-top: 0;
        margin-left: -2px;
        width: 100%;
        padding:40px
    }

    .footer__links .footer__nav:nth-child(1) {
        margin-left:0
    }
}

.footer__links .footer__nav-title {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #c1fc03;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding-bottom:16px
}

@media (min-width: 880px) {
    .footer__links .footer__nav-title {
        padding-bottom:24px
    }
}

.footer__links .footer__nav-list {
    display: flex;
    flex-direction: column;
    gap:16px
}

.footer__links .footer__nav-list li {
    list-style-type:none
}

.footer__links .footer__nav-list li a {
    color: #fff;
    transition:all 225ms ease-in-out
}

.footer__links .footer__nav-list li a:hover {
    color: #c1fc03;
    padding-left:8px
}

.footer__copyrights {
    padding:0 0
}

@media (min-width: 880px) {
    .footer__copyrights .wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content:space-between
    }
}

.footer__copyrights-back {
    background: #c1fc03;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 16px;
    font-size: .75rem;
    text-transform: uppercase;
    color: #17181a;
    font-weight: 700;
    position: relative;
    overflow:hidden
}

@media (min-width: 880px) {
    .footer__copyrights-back {
        order: 2;
        height:48px
    }
}

.footer__copyrights-back:before {
    content: "";
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, .2);
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    left: -80px;
    transition: all 800ms ease-in-out;
    opacity:0
}

.footer__copyrights-back:hover:before {
    left: calc(100% + 80px);
    opacity:1
}

.footer__copyrights-back img, .footer__copyrights-back svg {
    width: 12px;
    margin-left:16px
}

.footer__copyrights-links {
    display: flex;
    justify-content:space-between
}

@media (min-width: 880px) {
    .footer__copyrights-links {
        order: 1;
        gap:24px
    }
}

.footer__copyrights-links a {
    color: hsla(0, 0%, 100%, .4);
    font-size: .825rem;
    height: 40px;
    display: flex;
    align-items: center;
    transition:all 225ms ease-in-out
}

@media (min-width: 880px) {
    .footer__copyrights-links a {
        height:48px
    }
}

.footer__copyrights-links a:hover {
    color:#fff
}

.footer__author {
    padding:24px 0
}

.footer__author .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center
}

@media (min-width: 880px) {
    .footer__author .wrapper {
        flex-direction: row;
        justify-content:space-between
    }
}

.footer__author p {
    color: hsla(0, 0%, 100%, .4);
    font-size: .825rem;
    padding: 0;
    margin: 0;
    text-align:center
}

.footer__author p a {
    color: hsla(0, 0%, 100%, .4);
    transition:all 225ms ease-in-out
}

.footer__author p a:hover {
    color:#fff
}

.toaster {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: grid;
    gap: .75rem;
    z-index: 9999;
    pointer-events:none
}

.toaster .toast:nth-child(n + 5) {
    opacity: 0;
    transform: translateY(20px);
    pointer-events:none
}

.toast {
    --bg: rgba(0, 0, 0, .8);
    --txt: #fff;
    --progress: #0e3b46;
    pointer-events: auto;
    width: min(92vw, 420px);
    background: var(--bg);
    backdrop-filter: blur(10px);
    color: var(--txt);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    padding: 1rem 1rem .75rem;
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "title actions close" "desc  desc    desc" "bar   bar     bar";
    gap: .25rem .5rem;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition: transform .25s ease, opacity .25s ease;
    animation:toast-enter .3s ease both
}

.toast__title {
    grid-area: title;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.2;
    display: flex;
    align-items:center
}

.toast__desc {
    grid-area: desc;
    font-size: .95rem;
    opacity: .95;
    margin:.5rem 0 1rem
}

.toast__desc b {
    font-weight:800
}

.toast__actions {
    grid-area: actions;
    display:none
}

.toast__btn, .toast__close {
    appearance: none;
    border: 0;
    border-radius: 10px;
    padding: .5rem .75rem;
    background: hsla(0, 0%, 100%, .18);
    color: var(--txt);
    font-weight: 700;
    letter-spacing: .02em;
    cursor: pointer;
    transition:transform .12s ease, background .2s ease
}

.toast__btn:hover, .toast__close:hover {
    background:hsla(0, 0%, 100%, .28)
}

.toast__btn:active, .toast__close:active {
    transform:scale(0.98)
}

.toast__close {
    grid-area: close;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    font-size: 1rem;
    line-height:1
}

.toast__bar {
    grid-area: bar;
    height: 6px;
    border-radius: 999px;
    background: hsla(0, 0%, 100%, .35);
    position: relative;
    overflow:hidden
}

.toast__bar > i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #c1fc03;
    border-radius: 1rem;
    transform-origin:left center
}

.toast--exit {
    animation:toast-exit .18s ease forwards
}

@keyframes toast-enter {
    from {
        opacity: 0;
        transform:translateY(20px)
    }

    to {
        opacity: 1;
        transform:translateY(0)
    }
}

@keyframes toast-exit {
    to {
        transform: translateY(-6px);
        opacity:0
    }
}

body {
    font-size: 16px;
    font-family: "Poppins", sans-serif
}

h1, h2, h3, h4, h5, h6 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens:auto
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #6b7280;
    font-weight:600
}

h1, .h1 {
    font-weight: 700;
    font-size: 32px;
    line-height:40px
}

h2, .h2 {
    font-weight: 700;
    font-size: 24px;
    line-height:30px
}

h3, .h3 {
    font-weight: 700;
    font-size: 20px;
    line-height:25px
}

h4, .h4 {
    font-weight: 700;
    font-size: 16px;
    line-height:20px
}

h5, .h5 {
    font-weight: 700;
    font-size: 14px;
    line-height:18px
}

h6, .h6 {
    font-weight: 700;
    font-size: 13.7px;
    line-height: 18px;
    color:#6a737d
}

.tns-outer {
    padding:0 !important
}

.tns-outer [hidden] {
    display:none !important
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor:pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition:all 0s
}

.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.tns-horizontal.tns-subpixel {
    white-space:nowrap
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space:normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear:both
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float:left
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right:-100%
}

.tns-no-calc {
    position: relative;
    left:0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height:1px
}

.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition:transform 0s, opacity 0s
}

.tns-gallery > .tns-slide-active {
    position: relative;
    left:auto !important
}

.tns-gallery > .tns-moving {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition:all .25s
}

.tns-autowidth {
    display:inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
    opacity:.6
}

.tns-lazy-img.tns-complete {
    opacity:1
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition:height 0s
}

.tns-ovh {
    overflow:hidden
}

.tns-visually-hidden {
    position: absolute;
    left:-10000em
}

.tns-transparent {
    opacity: 0;
    visibility:hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index:0
}

.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index:-1
}

.tns-vpfix {
    white-space:nowrap
}

.tns-vpfix > div, .tns-vpfix > li {
    display:inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow:hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: 2333.3333333333%;
    position: absolute;
    right:0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear:both
}

.tns-t-ct > div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: 1.4285714286%;
    height: 10px;
    float:left
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    line-height: 36px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width:auto
}

.nice-select:hover {
    border-color:#dbdbdb
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color:#999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width:5px
}

.nice-select.open:after {
    transform:rotate(-135deg)
}

.nice-select.open .nice-select-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform:scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events:none
}

.nice-select.disabled:after {
    border-color:#ccc
}

.nice-select.wide {
    width:100%
}

.nice-select.wide .nice-select-dropdown {
    left: 0 !important;
    right:0 !important
}

.nice-select.right {
    float:right
}

.nice-select.right .nice-select-dropdown {
    left: auto;
    right:0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height:34px
}

.nice-select.small:after {
    height: 4px;
    width:4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height:34px
}

.nice-select .nice-select-dropdown {
    margin-top: 4px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(19px);
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    opacity:0
}

.nice-select .list {
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    max-height: 210px;
    overflow-y:auto
}

.nice-select .list:hover .option:not(:hover) {
    background-color:rgba(0, 0, 0, 0) !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition:all .2s
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color:#f6f6f6
}

.nice-select .option.selected {
    font-weight:bold
}

.nice-select .option.disabled {
    background-color: rgba(0, 0, 0, 0);
    color: #999;
    cursor:default
}

.nice-select .optgroup {
    font-weight:bold
}

.no-csspointerevents .nice-select .nice-select-dropdown {
    display:none
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
    display:block
}

.nice-select .list::-webkit-scrollbar {
    width:0
}

.nice-select .has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 36px;
    line-height:22px
}

.nice-select .has-multiple span.current {
    border: 1px solid #ccc;
    background: #eee;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right:3px
}

.nice-select .has-multiple .multiple-options {
    display: block;
    line-height: 24px;
    padding:0
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    pointer-events: none;
    border-radius:5px 5px 0 0
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0 !important;
    font-size:14px
}

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

@media (min-width: 1024px) {
    .feed {
        flex-direction: row;
        gap:24px
    }
}

.feed__filters {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #fff;
    width: 100%;
    margin-top: 24px;
    height: max-content;
    gap:16px
}

@media (min-width: 1024px) {
    .feed__filters {
        width: 30%;
        margin-top:24px
    }
}

.feed__filters .title {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    padding-bottom:16px
}

.feed__filters .link-primary {
    display: flex;
    border: none;
    font-family: "Poppins", sans-serif;
    width: 100%;
    justify-content: center;
    padding: 0;
    gap: 8px;
    font-size: 1rem;
    cursor:pointer
}

.feed__filters .link-primary.disabled {
    opacity: .1;
    cursor:default
}

.feed__filters .link-primary:after {
    display: none;
    margin-top:-1px
}

.feed__filters-item {
    display: flex;
    flex-direction: column;
    gap:4px
}

.feed__filters-item .search__form-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    color: #17181a;
    font-size: 1rem;
    font-weight:600
}

.feed__filters-item .search__form-label span {
    display:flex
}

.feed__filters-item .search__form-group {
    margin-top:8px
}

.feed__filters-item .search__form-radio {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
    gap:16px
}

.feed__filters-item .search__form-radio input[type=radio] {
    display:none
}

.feed__filters-item .search__form-radio label {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 16px;
    border: 2px solid rgba(0, 0, 0, .25);
    font-size: .875rem;
    color: #17181a;
    background-color: #fff;
    transition: all 250ms ease-in-out;
    height: 48px;
    font-weight: 600;
    cursor:pointer
}

.feed__filters-item .search__form-radio label:before {
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'> <path fill-rule='evenodd' clip-rule='evenodd' d='M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z' fill='%2317181A'/> </svg>");
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 8px;
    object-fit: cover;
    margin-top:4px
}

.feed__filters-item .search__form-radio label.summer:before {
    content: url(../img/summer-dark.f2dfb4e7.svg);
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 8px;
    object-fit: cover;
    margin-top:-2px
}

.feed__filters-item .search__form-radio label.winter:before {
    content: url(../img/winter-dark.3075caa2.svg);
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 8px;
    object-fit: cover;
    margin-top:-2px
}

.feed__filters-item .search__form-radio label.allseason:before {
    content: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M8.65806 10.3289L4.42186 14.5661C4.2311 14.7504 4.07895 14.9707 3.97428 15.2144C3.8696 15.458 3.8145 15.7202 3.8122 15.9853C3.80988 16.2505 3.86043 16.5136 3.96086 16.759C4.06128 17.0045 4.20957 17.2276 4.3971 17.4149C4.58464 17.6025 4.80763 17.7509 5.0531 17.8513C5.29854 17.9518 5.56154 18.0023 5.82674 17.9999C6.09194 17.9975 6.35402 17.9426 6.59768 17.8379C6.84137 17.7331 7.06175 17.5811 7.24599 17.3902M3.18066 4.34001C3.92253 3.59813 4.80326 3.00966 5.77257 2.60815C6.74186 2.20666 7.78076 2 8.82992 2C9.87909 2 10.918 2.20666 11.8873 2.60815C12.8566 3.00966 13.7373 3.59813 14.4792 4.34001C15.221 5.08188 15.8095 5.96261 16.211 6.9319C16.6125 7.90121 16.8192 8.94009 16.8192 9.98927C16.8192 11.0384 16.6125 12.0773 16.211 13.0466C15.8095 14.0159 15.221 14.8966 14.4792 15.6386L3.18066 4.34001Z' stroke='%2317181A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/> </svg> ");
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 8px;
    object-fit: cover;
    margin-top:-2px
}

.feed__filters-item .search__form-radio input[type=radio]:checked + label {
    border-color:#17181a
}

.feed__filters-item .search__form-radio input[type=radio]:checked + label:before {
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'> <path d='M8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12Z' fill='%2317181A'/> <path fill-rule='evenodd' clip-rule='evenodd' d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8Z' fill='%2317181A'/> </svg>");
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 8px;
    object-fit: cover;
    margin-top:4px
}

.feed__filters-item .search__form-radio input[type=radio]:checked + label.summer:before {
    content: url(../img/summer-dark.f2dfb4e7.svg);
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 8px;
    object-fit: cover;
    margin-top:-2px
}

.feed__filters-item .search__form-radio input[type=radio]:checked + label.winter:before {
    content: url(../img/winter-dark.3075caa2.svg);
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 8px;
    object-fit: cover;
    margin-top:-2px
}

.feed__filters-item .search__form-radio input[type=radio]:checked + label.allseason:before {
    content: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M8.65806 10.3289L4.42186 14.5661C4.2311 14.7504 4.07895 14.9707 3.97428 15.2144C3.8696 15.458 3.8145 15.7202 3.8122 15.9853C3.80988 16.2505 3.86043 16.5136 3.96086 16.759C4.06128 17.0045 4.20957 17.2276 4.3971 17.4149C4.58464 17.6025 4.80763 17.7509 5.0531 17.8513C5.29854 17.9518 5.56154 18.0023 5.82674 17.9999C6.09194 17.9975 6.35402 17.9426 6.59768 17.8379C6.84137 17.7331 7.06175 17.5811 7.24599 17.3902M3.18066 4.34001C3.92253 3.59813 4.80326 3.00966 5.77257 2.60815C6.74186 2.20666 7.78076 2 8.82992 2C9.87909 2 10.918 2.20666 11.8873 2.60815C12.8566 3.00966 13.7373 3.59813 14.4792 4.34001C15.221 5.08188 15.8095 5.96261 16.211 6.9319C16.6125 7.90121 16.8192 8.94009 16.8192 9.98927C16.8192 11.0384 16.6125 12.0773 16.211 13.0466C15.8095 14.0159 15.221 14.8966 14.4792 15.6386L3.18066 4.34001Z' stroke='%2317181A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/> </svg> ");
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 8px;
    object-fit: cover;
    margin-top:-2px
}

.feed__filters-item .nice-select {
    border:2px solid #17181a !important
}

.feed__products {
    width:100%
}

@media (min-width: 540px) {
    .feed__products.products .item {
        width:calc(50% - 12px - 1px)
    }
}

@media (min-width: 880px) {
    .feed__products.products .item {
        width:calc(33.3333333333% - 16px - 1px)
    }
}

@media (min-width: 1280px) {
    .feed__products.products .item {
        width:calc(33.3333333333% - 17px - 1px)
    }
}

@media (min-width: 880px) and(max-width: 1280px) {
    .feed__products.products .item .badge__options-item span {
        display:none
    }
}

.feed__products .pagination {
    padding:16px 0
}

.feed__products .pagination__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    list-style-type: none;
    width: 100%;
    justify-content:center
}

.feed__products .pagination__list-item {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items:center
}

.feed__products .pagination__list-item.active a {
    background: #c1fc03;
    border-color:#c1fc03
}

.feed__products .pagination__list-item.disabled {
    opacity: .24;
    pointer-events:none
}

.feed__products .pagination__list-item.arrow a {
    border:none
}

.feed__products .pagination__list-item a {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 2px solid #17181a;
    color: #17181a;
    font-size: .875rem;
    font-weight: 600
}
/*# sourceMappingURL=style.cbf4211e.css.map*/