/** Shopify CDN: Minification failed

Line 529:4 "text-transorm" is not a known CSS property
Line 3147:0 Unexpected ";"

**/
.constructor--button {
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background-color .1s ease-in;
    transition: background-color .1s ease-in;
    padding: 0;
    margin: 0;
    font-family: Montserrat,sans-serif
}

.constructor--button__raw {
    padding: 0;
    margin: 0;
    display: block;
    text-align: left;
    background: transparent;
    height: auto
}

.constructor--button__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.constructor--icon {
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.constructor--text {
    display: block;
    padding: 0;
    margin: 0;
    color: #111;
    font-size: 12px;
    font-family: Montserrat,sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

.constructor--text__primary-uppercase {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #111;
    line-height: 17px
}

.mobile .constructor--text__primary-uppercase {
    font-weight: 400;
    line-height: 15px
}

.constructor--text__primary-lowercase {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    color: #111;
    line-height: 21px
}

.mobile .constructor--text__primary-lowercase {
    font-size: 12px
}

.constructor--text__secondary-uppercase {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #c6c6c6
}

.constructor--text__secondary-lowercase {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    color: #c6c6c6
}

.mobile .constructor--text__secondary-lowercase {
    font-size: 11px
}

.constructor--text__title {
    font-size: 16px;
    font-weight: 400;
    color: #111
}

.constructor--text__bold {
    font-weight: 700
}

.constructor--text__inlineBlock {
    display: inline-block
}

.constructor-common--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0
}

.constructor-common--grid__column,.constructor-common--grid__placeholder {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    list-style: none
}

.constructor-common--grid .constructor-common--grid__column,.constructor-common--grid .constructor-common--grid__placeholder {
    list-style: none
}

.constructor-common--grid__column-auto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%
}

.constructor-common--grid__column-full {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.constructor-common--grid__column-fit {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.constructor-common--grid__column-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%
}

.constructor-common--grid__column-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%
}

.constructor-common--grid__column-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.constructor-common--grid__column-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%
}

.constructor-common--grid__column-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%
}

.constructor-common--grid__column-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.constructor-common--grid__column-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%
}

.constructor-common--grid__column-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%
}

.constructor-common--grid__column-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
}

.constructor-common--grid__column-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%
}

.constructor-common--grid__column-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%
}

.constructor-common--grid__column-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.constructor--cards--product {
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: .1rem solid rgba(18,18,18,.1);
    text-decoration: none;
    padding-bottom: 0
}

.constructor--cards--product.constructor--cards--product__vertical {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

.constructor--cards--product.constructor--cards--product__horizontal {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 15px
}

.constructor--cards--product.constructor--cards--product__autocomplete {
    padding-bottom: 0
}

.constructor--cards--product.constructor--cards--product__highlighted:after,.constructor--cards--product:focus-within:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 2px solid -webkit-focus-ring-color
}

.constructor--cards--product.constructor--cards--product__highlighted a:focus,.constructor--cards--product:focus-within a:focus {
    text-decoration: none
}

.constructor--cards--product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 14px;
    padding: 1rem
}

.constructor--cards--product__image {
    cursor: pointer;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    position: relative
}

.constructor--cards--product__horizontal .constructor--cards--product__image {
    min-width: 117px;
    margin: 0 14px 0 0
}

.constructor--cards--product__divider {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.constructor--cards--product__title {
    color: #121212;
    font-family: Montserrat,sans-serif;
    text-transform: none;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    text-decoration: none;
    display: block;
    font-weight: 700
}

.constructor--cards--product__title-link {
    color: currentColor;
    text-decoration: none
}

.constructor--cards--product__title-link:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.constructor--cards--product__title-link:focus {
    text-decoration: underline
}

.constructor--cards--product__description {
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    color: #b2b2b2;
    margin: 5px 0
}

.constructor--cards--product__rating {
    margin: 5px 0 8px;
    width: 100%;
    text-align: center
}

.constructor--cards--product__color {
    text-transform: none;
    font-size: 13px;
    color: #b2b2b2;
    margin: 5px 0
}

.constructor--cards--product__out-of-stock {
    margin: -3px 0 0;
    font-size: 13px;
    color: #b2b2b2
}

.constructor--cards--product__discount-sticker {
    position: absolute;
    top: 4%;
    right: 4%;
    z-index: 50
}

.constructor--cards--product__variants {
    color: #c6c6c6;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}

.constructor-search--lazy-results {
    width: 100%
}

.constructor-search--lazy-results__button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.constructor-search--lazy-results__next-button {
    margin: 50px auto 0;
    text-decoration: none;
    padding: 0 85px;
    height: 40px;
    background: #f3f3f3;
    -webkit-transition: background .1s linear;
    transition: background .1s linear
}

.constructor-search--lazy-results__next-button:focus,.constructor-search--lazy-results__next-button:hover {
    background: #e2e2e2
}

.constructor-search--lazy-results__prev-button {
    margin: 0 auto 50px;
    text-decoration: none;
    padding: 0 85px;
    height: 40px;
    background: #f3f3f3;
    -webkit-transition: background .1s linear;
    transition: background .1s linear
}

.constructor-search--lazy-results__prev-button:focus,.constructor-search--lazy-results__prev-button:hover {
    background: #e2e2e2
}

.constructor-autocomplete--layout__column {
    vertical-align: top;
    background: #fff;
    padding: 0 32px
}

.constructor-autocomplete--block-title {
    margin: 24px 0 20px!important;
    margin-bottom: 15px;
    margin-top: 32px;
    color: #111;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-style: normal
}

.constructor--cards--promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Montserrat,sans-serif;
    cursor: pointer
}

.constructor--cards--promo__content {
    height: 100%;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-size: cover;
    background-position: 50%
}

.constructor--cards--promo__container,.constructor--cards--promo__content {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.constructor--cards--promo__container {
    display: -webkit-box!important;
    display: flex!important;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    margin: 0 12%
}

.constructor--cards--promo__button {
    display: block;
    width: 100%;
    border: none;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    text-transorm: uppercase;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none
}

.constructor--cards--promo__button:focus,.constructor--cards--promo__button:hover {
    background-color: #e2e2e2
}

.constructor--cards--promo__button-container {
    text-align: center;
    padding: 30px 12% 12%
}

.constructor--cards--promo__title {
    margin: 30px 0 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none
}

.constructor--cards--promo__description {
    text-align: center;
    margin: 0;
    text-decoration: none
}

.constructor--cards--promo__footer {
    margin: 0;
    padding: 10px 12% 5px;
    font-size: 11px;
    text-decoration: none
}

.constructor--pagination {
    border-top: none;
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem 0!important;
    padding: 0
}

.constructor--pagination:after {
    content: "";
    display: block;
    clear: both
}

.constructor--pagination__dots,.constructor--pagination__first,.constructor--pagination__last,.constructor--pagination__next,.constructor--pagination__page,.constructor--pagination__prev {
    height: 40px;
    padding: 0 16px;
    color: #111;
    font-size: 12px;
    font-weight: 400
}

.constructor--pagination__dots:focus,.constructor--pagination__dots:hover,.constructor--pagination__first:focus,.constructor--pagination__first:hover,.constructor--pagination__last:focus,.constructor--pagination__last:hover,.constructor--pagination__next:focus,.constructor--pagination__next:hover,.constructor--pagination__page:focus,.constructor--pagination__page:hover,.constructor--pagination__prev:focus,.constructor--pagination__prev:hover {
    text-decoration: underline
}

.constructor--pagination__next,.constructor--pagination__prev {
    text-transform: uppercase
}

.constructor--pagination__next svg,.constructor--pagination__prev svg {
    vertical-align: -3px
}

.constructor--pagination__dots {
    cursor: default;
    pointer-events: none;
    padding: 0
}

.constructor--pagination__active,.constructor--pagination__active:focus {
    background-color: #f3f3f3;
    text-decoration: none
}

.constructor--cards--content {
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.constructor--cards--content.constructor--cards--content__vertical {
    text-align: var(--text-align-vertical);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100px
}

.constructor--cards--content.constructor--cards--content__vertical.constructor--cards--content__autocomplete {
    margin-bottom: 20px
}

.constructor--cards--content.constructor--cards--content__horizontal {
    text-align: var(--text-align-horizontal);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 2px;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

.constructor--cards--content.constructor--cards--content__bubble {
    padding: 8px 15px;
    margin: 0 12px 12px 0;
    background: #f3f3f3;
    display: inline-block;
    width: auto;
    border-radius: 17px
}

.constructor--cards--content.constructor--cards--content__bubble .constructor--cards--content__title {
    line-height: 1
}

.constructor--cards--content.constructor--cards--content__highlighted:after,.constructor--cards--content:focus-within:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 2px solid -webkit-focus-ring-color
}

.constructor--cards--content.constructor--cards--content__highlighted a:focus,.constructor--cards--content:focus-within a:focus {
    text-decoration: none
}

.constructor--cards--content__content {
    font-size: 14px
}

.constructor--cards--content__image {
    cursor: pointer;
    margin-bottom: 12px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.constructor--cards--content__horizontal .constructor--cards--content__image {
    min-width: 60px;
    margin: 0 16px 0 0
}

.constructor--cards--content__title {
    color: #111;
    font-family: Montserrat,sans-serif;
    text-transform: none;
    font-size: 12px!important;
    line-height: 12px;
    margin: 0;
    padding: 0;
    width: 100%
}

.constructor--cards--content__title-link {
    color: currentColor;
    text-decoration: none
}
/* 
.constructor--cards--content__title-link:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
} */

.constructor--cards--content__title-link:focus {
    text-decoration: underline
}

.constructor--cards--content__description {
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    color: #b2b2b2;
    margin: 5px 0
}

.constructor--cards--product--rating__rating {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -1px
}

.constructor--cards--product--rating__stars {
    white-space: nowrap;
    display: inline-block
}

.constructor--cards--product--rating__star {
    margin-right: 3px;
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: -1px;
    color: #111
}

.constructor--cards--product--rating__star.constructor--cards--product--rating__filled {
    color: #ffc000
}

.constructor--cards--product--rating__count {
    display: inline-block;
    vertical-align: 1px;
    font-size: 13px;
    font-family: Montserrat,sans-serif;
    color: #333!important;
    line-height: 17px;
    border: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    margin-left: 1px!important
}

.constructor--category-facet {
    width: 100%
}

.constructor--category-facet__nested {
    padding-left: 20px
}

.constructor--category-facet__content {
    font-size: 1;
    font-family: Montserrat,sans-serif;
    color: #111;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.constructor--category-facet__item {
    width: 100%;
    border: 0;
    background: transparent;
    outline: 0;
    font-size: 12px;
    border-radius: 0;
    text-align: left;
    padding: 3px 0;
    height: auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.constructor--category-facet__item svg {
    vertical-align: -3px;
    padding-left: 7px
}

.constructor--category-facet__item.constructor--category-facet__mobile {
    padding: 10px 0
}

.constructor--category-facet__active {
    font-weight: 700
}

.constructor--category-facet__expand {
    margin-top: 10px;
    width: 100%
}

.constructor--category-facet__expand svg {
    vertical-align: -3px;
    padding-right: 5px
}

.constructor-search--desktop-facets {
    width: 300px;
    height: 100%
}

.constructor-search--desktop-facets .constructor-search--desktop-facets__container {
    overflow: hidden;
    overflow-y: auto;
    max-height: auto;
    will-change: max-height
}

.constructor-search--desktop-facets.constructor-search--desktop-facets__sticky {
    position: sticky;
    top: 0
}

.constructor-search--desktop-facets__horizontal {
    background: var(--horizontal-background);
    width: 100%;
    position: relative;
    max-width: 100vw;
    margin-bottom: 10px;
    display: flex;
    align-items: start;
}

.constructor-search--desktop-facets__horizontal .constructor-search--desktop-facets__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 6;
    background: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.constructor-search--desktop-facets__header {
    padding: 13px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.constructor-search--desktop-facets__horizontal .constructor-search--desktop-facets__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-right: 2rem;
    height: 36px;
}

.constructor-search--desktop-facets__icon {
    float: left;
    padding-right: 10px
}

.constructor-search--desktop-facets__reset {
    float: right;
    padding: 2px 0
}

.constructor-search--desktop-facets__reset:focus *,.constructor-search--desktop-facets__reset:hover * {
    color: #8d8d8d
}

.constructor-search--desktop-facets__hide {
    margin-left: auto;
    padding: 0
}

.constructor-search--desktop-facets__hide:focus *,.constructor-search--desktop-facets__hide:hover * {
    color: #8d8d8d
}

.constructor-search--desktop-facets__hide svg {
    vertical-align: -3px
}

.constructor--dropdown {
    position: relative
}

.constructor--dropdown__select {
    position: relative;
    border-radius: 0;
    height: auto;
    padding: 0 40px 0 0;
    background: #f3f3f3;
    text-align: left;
    /* width: 156px; */
    background-color: transparent;
    min-width: 190px
}

.constructor--dropdown__arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -8px
}

.constructor--dropdown__dropdown {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
    border: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 10px -4px rgba(0,0,0,.07);
    box-shadow: 0 5px 10px -4px rgba(0,0,0,.07);
    -webkit-transition: -webkit-transform .1s ease-in;
    transition: -webkit-transform .1s ease-in;
    transition: transform .1s ease-in;
    transition: transform .1s ease-in, -webkit-transform .1s ease-in;
    transition: transform .1s ease-in,-webkit-transform .1s ease-in;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.constructor--dropdown__dropdown.constructor--dropdown__open {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.constructor--dropdown .constructor--dropdown__dropdown {
    margin: 1px 0 0;
    padding: 0
}

.constructor--dropdown__option {
    display: block;
    text-align: left;
    font-size: 12px;
    background: transparent;
    border: none;
    margin: 0;
    border-radius: 0;
    height: var(--height);
    width: 100%;
    padding: 10px 11px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.constructor--dropdown__label {
    position: absolute!important;
    display: block;
    visibility: visible;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0,0,0,0);
    white-space: nowrap
}

.constructor--dropdown__highlighted {
    background: #f3f3f3
}

.constructor-autocomplete--suggestion-item__suggestion {
    color: #111;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    cursor: pointer;
    border-radius: 2px;
    text-align: left;
    padding: 10px;
    margin: 0 -10px;
    text-transform: capitalize;
    position: relative
}

.constructor-autocomplete--suggestion-item__suggestion.constructor-autocomplete--suggestion-item__horizontal {
    padding: 8px 15px;
    margin: 0 22px 12px -10px;
    background: #f3f3f3;
    display: inline-block;
    width: auto;
    border-radius: 17px
}

.constructor-autocomplete--suggestion-item__suggestion.constructor-autocomplete--suggestion-item__horizontal:focus,.constructor-autocomplete--suggestion-item__suggestion.constructor-autocomplete--suggestion-item__horizontal:hover {
    background: #e2e2e2
}

.constructor-autocomplete--suggestion-item__suggestion:before {
    content: " ";
    display: table
}

.constructor-autocomplete--suggestion-item__suggestion:focus,.constructor-autocomplete--suggestion-item__suggestion:hover {
    background: #f3f3f3
}

.constructor-autocomplete--suggestion-item__highlightedText {
    font-weight: bolder
}

.constructor-autocomplete--suggestion-item__highlighted:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 2px solid -webkit-focus-ring-color
}

.constructor-autocomplete--suggestion-item__icon {
    margin-right: 8px;
    min-width: 14px
}

.constructor-autocomplete--suggestion-item__withIcon {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.constructor-autocomplete--suggestion-item__trending {
    font-style: normal
}

.constructor--cards--product--variants__variants {
    color: #c6c6c6;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}

.constructor-search--desktop-actions__block {
    padding-bottom: 25px
}

.constructor-search--desktop-actions__block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.constructor-search--desktop-actions__sorting {
    margin-left: auto;
    padding-bottom: 25px
}

.constructor-search--desktop-actions__query {
    white-space: nowrap;
    text-overflow: elipsis
}

.constructor-search--desktop-actions__show-facets {
    margin-right: 60px;
    position: relative
}

.constructor-search--desktop-actions__show-facets:after {
    content: " ";
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e2e2e2
}

.constructor-search--desktop-actions__show-facets svg {
    vertical-align: -4px;
    margin-right: 3px
}

.constructor-search--desktop-actions__show-facets:focus *,.constructor-search--desktop-actions__show-facets:hover * {
    color: #8d8d8d
}

p.constructor-layouts--recommendation--grid__title {
    margin-bottom: 30px
}

.constructor-common--sticky__container {
    overflow: hidden;
    overflow-y: auto;
    max-height: auto;
    will-change: max-height
}

.constructor-common--sticky__static {
    position: static
}

.constructor-common--sticky__stuck {
    bottom: 0;
    position: absolute
}

.constructor-common--sticky__sticky {
    position: fixed;
    top: 0
}

.constructor-search--static-results {
    padding-top: 0
}

.constructor-search--static-results__column {
    display: table
}

.constructor--breadcrumbs {
    white-space: nowrap
}

.constructor--breadcrumbs__breadcrumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 11px;
    white-space: nowrap;
    padding: .3rem 1rem;
    margin-left: 1.2rem;
    position: relative;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    color: #c6c6c6;
    -webkit-box-shadow: 0 0 0 .1rem rgba(18,18,18,.2);
    box-shadow: 0 0 0 .1rem rgba(18,18,18,.2);
    border-radius: 2.6rem;
    min-height: 0;
    min-width: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-box-shadow .1s ease;
    transition: -webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease;
    transition: box-shadow .1s ease, -webkit-box-shadow .1s ease
}

.constructor--breadcrumbs__breadcrumb:before {
    content: "/";
    color: #c6c6c6;
    display: inline-block;
    padding-right: 12px;
    font-size: 16px;
    vertical-align: -1px;
    font-weight: 400;
    font-family: Montserrat,sans-serif
}

.constructor--breadcrumbs__breadcrumb .constructor--breadcrumbs__title {
    color: #121212;
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    text-transform: capitalize;
    font-weight: 400
}

.constructor--breadcrumbs__breadcrumb:focus,.constructor--breadcrumbs__breadcrumb:hover {
    text-decoration: line-through;
    -webkit-text-decoration-color: #111;
    text-decoration-color: #111;
    color: #111
}

.constructor--breadcrumbs__breadcrumb:focus .constructor--breadcrumbs__title,.constructor--breadcrumbs__breadcrumb:hover .constructor--breadcrumbs__title {
    color: #111
}

.constructor--breadcrumbs__breadcrumb:focus .constructor--breadcrumbs__title:after,.constructor--breadcrumbs__breadcrumb:hover .constructor--breadcrumbs__title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    border-bottom: 1px solid #000
}

.constructor--breadcrumbs__breadcrumb:first-child:before,.constructor--breadcrumbs__breadcrumb:focus:before,.constructor--breadcrumbs__breadcrumb:hover:before {
    color: #111
}

.constructor--breadcrumbs__ball {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover!important;
    position: relative
}

.constructor--breadcrumbs__ball span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    background: transparent;
    border: 1px solid
}

.constructor--breadcrumbs__cross {
    vertical-align: -4px;
    -webkit-transition: color .1s linear;
    transition: color .1s linear;
    padding-left: 5px;
    color: #121212;
    height: 13px
}

.constructor--breadcrumbs__star {
    color: #e9be57
}

.constructor--breadcrumbs__star.constructor--breadcrumbs__unfilled {
    color: #c6c6c6
}

.constructor-autocomplete--suggestions__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block
}

.constructor-autocomplete--suggestions__list li {
    display: block;
    padding: 8px 0;
    margin: 0
}

.constructor-autocomplete--suggestions__horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.constructor--checkbox-facet {
    width: 100%
}

.constructor--checkbox-facet__mobile {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.constructor--checkbox-facet__mobile>section {
    height: calc(100% - 60px)
}

.constructor--checkbox-facet__search {
    position: relative;
    width: 100%;
    padding-bottom: 11px
}

.constructor--checkbox-facet__search .constructor--checkbox-facet__icon {
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -13px;
    pointer-events: none;
    color: #111
}

.constructor--checkbox-facet__input {
    background: #fff;
    width: 100%;
    height: 40px;
    padding-right: 34px;
    padding-left: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    border: 1px solid #e2e2e2;
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear;
    outline: none
}

.constructor--checkbox-facet__input:placeholder {
    color: #f3f3f3
}

.constructor--checkbox-facet__input:focus {
    border-color: #c6c6c6
}

.constructor--checkbox-facet__expand {
    margin-top: 20px;
    width: 100%
}

.constructor--checkbox-facet__expand svg {
    vertical-align: -3px;
    padding-right: 5px
}

.constructor--facet {
    border-top: 1px solid #e2e2e2
}

.constructor--facet:last-child {
    margin-bottom: 0
}

.constructor--facet.constructor--facet__horizontal {
    border-top: none;
    background: #f3f3f3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative
}

.constructor--facet__title {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px
}

.constructor--facet__horizontal .constructor--facet__title {
    background: #f3f3f3;
    padding: 0;
    height: 100%;
    -webkit-transition: -webkit-text-decoration .1 ease;
    transition: -webkit-text-decoration .1 ease;
    transition: text-decoration .1 ease;
    transition: text-decoration .1 ease, -webkit-text-decoration .1 ease
}

.constructor--facet__text {
    font-size: 11px;
    font-family: Montserrat,sans-serif;
    color: rgba(18,18,18,.75);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-right: 10px;
    font-weight: 700
}

.constructor--facet__icon {
    vertical-align: middle
}

.constructor--facet__body {
    margin-top: -15px;
    padding: 0 25px 25px
}

.constructor--facet__horizontal .constructor--facet__body {
    background: #f3f3f3;
    position: absolute;
    z-index: 10;
    padding: 0;
    min-width: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    top: calc(100% + .5rem);
    left: -1px;
    background-color: #fff;
    width: 35rem;
    max-height: 55rem;
    overflow-y: auto;
    margin: 1.5rem 0 0;
    -webkit-animation: constructorAnimateMenuOpen .2s ease;
    animation: constructorAnimateMenuOpen .2s ease
}

.constructor--facet__body[hidden] {
    display: none
}

.constructor--facet__horizontal {
    margin-right: 3.5rem
}

.constructor--facet__horizontal.constructor--facet__expanded {
    outline: 1px solid #e2e2e2
}

.constructor--facet__horizontal.constructor--facet__expanded .constructor--facet__title:after {
    content: " ";
    position: absolute;
    top: 100%;
    z-index: 4;
    height: 5px;
    background: #f3f3f3;
    left: 1px;
    right: 1px;
    display: none
}

.constructor--banner {
    display: block;
    line-height: 1
}

.constructor--banner__image {
    width: 100%
}

.constructor--cards--product--price__price-wrapper {
    margin: .7rem 0 5px;
    line-height: inherit;
    text-align: left
}

.constructor--cards--product--price__simple .constructor--cards--product--price__price-wrapper {
    margin: 0
}

.constructor--cards--product--price__price-wrapper:after {
    content: "";
    display: block;
    clear: both
}

.constructor--cards--product--price__price {
    display: inline-block;
    color: #111;
    font-size: 12px;
    font-weight: 700
}

.constructor--cards--product--price__compare {
    text-decoration: line-through;
    color: #8d8d8d;
    font-size: 13px;
    margin: 0 1rem 0 0
}

.constructor--cards--product--price__compare,.constructor--cards--product--price__price {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

.constructor--cards--product--price__sale-price {
    color: #ce3537!important;
    font-size: 12px;
    padding-right: 5px
}

.constructor-autocomplete--content__container {
    margin: 0 -10px
}

.constructor-autocomplete--content__horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.constructor-autocomplete--tip__tip {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
    padding: 16px 20px;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    color: #b2b2b2;
    background: #f3f3f3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.constructor-autocomplete--tip__highlight {
    color: #404040
}

.constructor-search--mobile-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    margin-bottom: .9rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.constructor-search--mobile-actions,.constructor-search--mobile-actions__bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.constructor-search--mobile-actions__bottom-row {
    width: 100%;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row
}

.constructor-search--mobile-actions__icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.constructor-search--mobile-actions__button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none
}

.constructor-search--mobile-actions__button svg {
    height: auto;
    width: 2rem;
    vertical-align: middle;
    padding: 0;
    margin-right: 10px
}

.constructor-search--mobile-actions__facet-count {
    color: #8d8d8d;
    padding-left: 3px
}

.constructor-search--mobile-actions__divider {
    width: 7px
}

.constructor-search--mobile-actions__query {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
    font-weight: 400!important
}

.constructor--color-facet__item {
    display: inline-block;
    border: none;
    padding: 0;
    margin-right: 5px;
    line-height: 1;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    position: relative;
    background: none
}

.constructor--color-facet__ball {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: cover!important;
    position: relative
}

.constructor--color-facet__ball span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    background: transparent;
    border: 1px solid
}

.constructor--color-facet__ball-mobile {
    width: 40px;
    height: 40px
}

.constructor--color-facet__check {
    position: absolute;
    left: 50%;
    top: 50%;
    color: currentColor;
    margin-left: -6px;
    margin-top: -6px
}

p.constructor-layouts--recommendation--slider__title {
    margin-bottom: 24px;
    text-align: center;
    margin-top: 24px;
    font-size: 28px;
    line-height: 1.0714285714;
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

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

.constructor--swiper .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.constructor--swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

.constructor--swiper .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.constructor--swiper .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform
}

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

.constructor--swiper .swiper-button-disabled {
    display: none!important
}

.constructor--swiper .constructor-recommendation {
    padding: 0 30px
}

.constructor--swiper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px
}

.constructor--swiper__next,.constructor--swiper__prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    background: transparent;
    border: none;
    height: 100%;
    color: #111
}

.constructor--swiper__prev {
    left: -40px!important;
    right: auto;
    outline: none;
    left: -30px;
    top: auto;
    bottom: auto;
    height: auto
}

.constructor--swiper__next {
    right: -40px!important;
    left: auto;
    outline: none;
    right: -30px;
    top: auto;
    bottom: auto;
    height: auto
}

.constructor--sorting {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.constructor--sorting__icon {
    min-width: 17px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.constructor--sorting .constructor--sorting__title {
    white-space: nowrap;
    padding: 0;
    margin-right: 20px
}

.constructor--sorting__dropdown {
    /* width: 156px; */
    position: relative;
    min-width: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.constructor--range-facet {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem
}

.constructor--range-facet__input-block {
    padding-top: 0;
    margin-left: -1rem
}

.constructor--range-facet__input-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    cursor: text;
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear;
    border: 0;
    background: #fff
}

.constructor--range-facet__input-wrap:focus-within {
    border-color: #c6c6c6
}

.constructor--range-facet__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 4.5rem;
    line-height: 30px;
    background: transparent;
    color: #121212;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    border: 1px solid #121212;
    outline: none;
    z-index: 1;
    -moz-appearance: textfield!important;
    position: relative;
    -webkit-transition: -webkit-box-shadow var(--duration-short) ease;
    transition: -webkit-box-shadow var(--duration-short) ease;
    transition: box-shadow var(--duration-short) ease;
    transition: box-shadow var(--duration-short) ease, -webkit-box-shadow var(--duration-short) ease;
    border-radius: 20px;
    padding: 2.2rem 1.5rem .8rem 2rem
}

.constructor--range-facet__input:placeholder {
    color: #f3f3f3
}

.constructor--range-facet__input::-webkit-inner-spin-button,.constructor--range-facet__input::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    margin: 0
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .constructor--range-facet__input {
        font-size:16px
    }
}

.constructor--range-facet__currency {
    font-size: 16px;
    height: 100%;
    z-index: 0;
    font-weight: 700;
    color: rgba(18,18,18,.75);
    font-family: vat(--font-base);
    letter-spacing: .6px;
    margin-right: 6px
}

.constructor--range-facet__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    border: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: transparent;
    outline: 0;
    font-size: 12px;
    border-radius: 0;
    width: 100%;
    padding: 0 8px;
    cursor: pointer;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.constructor--range-facet__submit:focus,.constructor--range-facet__submit:hover {
    text-decoration: underline
}

.constructor--range-facet__submit span {
    font-size: 11px
}

.constructor--range-facet__divider {
    padding: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.constructor--range-facet__slider {
    width: 100%;
    height: 20px;
    margin-top: 20px
}

.constructor--range-facet__thumb {
    top: 2px;
    width: 18px;
    height: 18px;
    background-color: #e2e2e2;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #e2e2e2
}

.constructor--range-facet__thumb:focus {
    border-color: #8d8d8d
}

.constructor--range-facet__track {
    position: relative;
    background: #f3f3f3;
    top: 10px;
    height: 3px;
    border-radius: 3px
}

.constructor--range-facet__track:nth-child(2) {
    background-color: #c6c6c6
}

.constructor-layouts--content {
    width: 100%;
    display: table;
    padding-top: 25px;
    border-top: 1px solid #e2e2e2
}

.constructor-layouts--content__content {
    display: table-cell;
    width: 100%
}

@supports (display: flex) {
    .constructor-layouts--content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .constructor-layouts--content__content {
        display: block
    }
}

body {
    overflow-anchor: none
}

.constructor-layouts--search {
    padding-top: 0
}

.constructor-search--mobile-sorting {
    width: 90vw;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.constructor-search--mobile-sorting__header {
    height: 60px;
    padding: 0 15px;
    background: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2
}

.constructor-search--mobile-sorting__header>* {
    position: relative;
    z-index: 2
}

.constructor-search--mobile-sorting__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    overflow-y: auto
}

.constructor-search--mobile-sorting__footer {
    height: 60px;
    padding: 0 15px;
    background: #404040;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase
}

.constructor-search--mobile-sorting__title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.constructor-search--mobile-sorting__item,.constructor-search--mobile-sorting__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.constructor-search--mobile-sorting__item {
    width: 100%;
    height: 50px;
    padding: 0 17px;
    border-bottom: 1px solid #e2e2e2
}

.constructor-search--mobile-sorting__item svg {
    vertical-align: -3px;
    padding-right: 15px
}

.constructor-common--checkbox__item {
    width: 100%;
    border: 0;
    background: transparent;
    outline: 0;
    font-size: 12px;
    border-radius: 0;
    text-align: left;
    padding: 3px 0;
    height: auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.constructor-common--checkbox__item.constructor-common--checkbox__mobile {
    padding: 10px 0
}

.constructor-common--checkbox__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.constructor-common--checkbox__content {
    font-size: 1;
    font-family: Montserrat,sans-serif;
    color: #111;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 14px
}

.constructor--tabs__list {
    list-style-type: none;
    display: block;
    text-align: center;
    margin-bottom: 40px
}

.constructor--tabs__tab {
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    font-size: 12px
}

.constructor--tabs__tab:after {
    display: block;
    height: 2px;
    width: 22px;
    margin-left: calc(50% - 11px);
    margin-right: calc(50% - 11px);
    margin-top: 8px;
    content: " "
}

.constructor--tabs__active {
    cursor: default
}

.constructor--tabs__active:after {
    background: #000
}

.constructor--tabs__disabled {
    opacity: .3
}

.constructor-autocomplete--products__view-all {
    float: right;
    color: #838383;
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase
}

.constructor-autocomplete--products__list {
    margin-top: 10px
}

.constructor-autocomplete--products__grid-column-class:not(:last-child):after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    margin-bottom: 16px
}

.constructor-autocomplete--products__view-more-button {
    margin: 0 auto;
    display: block;
    padding: 0 85px;
    height: 40px;
    background: #f3f3f3;
    -webkit-transition: background .1s linear;
    transition: background .1s linear;
    font-size: 11px;
    width: 300px
}

.constructor-autocomplete--products__view-more-button:focus,.constructor-autocomplete--products__view-more-button:hover {
    background: #e2e2e2
}

.constructor-common--announcement {
    position: absolute!important;
    display: block;
    visibility: visible;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0,0,0,0);
    -webkit-clip-path: polygon(0 0,0 0,0 0,0 0);
    clip-path: polygon(0 0,0 0,0 0,0 0);
    white-space: nowrap
}

.constructor-common--drawer__body-no-scroll {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.constructor-common--drawer__backdrop {
    right: 0;
    background: rgba(0,0,0,.5)
}

.constructor-common--drawer__backdrop,.constructor-common--drawer__content {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999
}

.constructor-search--query {
    white-space: normal;
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    text-transform: none;
    margin: 2rem 0
}

.constructor--cards--product--stickers__discount-sticker {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background: rgba(208,40,75,.9);
    display: table
}

.constructor--cards--product--stickers__discount-sticker span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    width: 100%;
    height: 100%
}

.constructor--cards--product--stickers__out-of-stock-sticker {
    width: 100%
}

.constructor--cards--product--stickers__out-of-stock-sticker span {
    color: #c6c6c6
}

.constructor-layouts--autocomplete--sidebar {
    width: 100%;
    background: #fff;
    height: 100%;
    width: 90vw;
    max-height: 100vh
}

.constructor-layouts--autocomplete--sidebar__backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .constructor-layouts--autocomplete--sidebar__input {
        font-size:16px
    }
}

.constructor-layouts--autocomplete--sidebar__icons {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 16px;
    margin-top: 15px;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.constructor-layouts--autocomplete--sidebar__icons .constructor-layouts--autocomplete--sidebar__search-icon {
    cursor: pointer;
    color: #111
}

.constructor-layouts--autocomplete--sidebar__icons .constructor-layouts--autocomplete--sidebar__search-icon path {
    fill: #111
}

.constructor-layouts--autocomplete--sidebar__icons .constructor-layouts--autocomplete--sidebar__x-icon {
    cursor: pointer
}

.constructor-layouts--autocomplete--sidebar__icons .constructor-layouts--autocomplete--sidebar__x-icon:focus,.constructor-layouts--autocomplete--sidebar__icons .constructor-layouts--autocomplete--sidebar__x-icon:hover {
    color: red
}

.constructor-layouts--autocomplete--sidebar__icon-divider {
    height: 18px;
    width: 1px;
    background: #e2e2e2;
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px
}

.constructor-layouts--autocomplete--sidebar__header {
    position: relative
}

.constructor-layouts--autocomplete--sidebar__header input {
    width: 100%;
    height: 50px;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    line-height: 50px;
    color: #111;
    padding-left: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear;
    outline: none;
    font-size: 16px
}

.constructor-layouts--autocomplete--sidebar__header input:placeholder {
    color: #f3f3f3
}

.constructor-layouts--autocomplete--sidebar__header input:focus {
    border-color: #c6c6c6;
    outline: none
}

.constructor-layouts--autocomplete--sidebar__content {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 120px)
}

.constructor-layouts--autocomplete--sidebar__body-noscroll {
    overflow: hidden
}

.constructor--rating-facet {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.constructor--rating-facet__item {
    width: 100%;
    border: 0;
    background: transparent;
    outline: 0;
    font-size: 12px;
    border-radius: 0;
    text-align: left;
    padding: 3px 0;
    height: auto;
    cursor: pointer;
    display: table
}

.constructor--rating-facet__item>span {
    display: table-cell;
    width: 100%
}

.constructor--rating-facet__item svg {
    padding-right: 0;
    vertical-align: -2px
}

.constructor--rating-facet__item .constructor--rating-facet__star {
    color: #e9be57
}

.constructor--rating-facet__item .constructor--rating-facet__star.constructor--rating-facet__unfilled {
    color: #c6c6c6
}

.constructor--rating-facet__item .constructor--rating-facet__checkbox {
    padding-right: 20px
}

.constructor--rating-facet__range {
    display: table;
    width: 1%;
    padding-top: 10px;
    padding-left: 25px
}

.constructor--rating-facet__input-wrap {
    display: table-cell;
    position: relative;
    white-space: nowrap
}

.constructor--rating-facet__input-wrap .react-numeric-input {
    display: inline-block
}

.constructor--rating-facet__input {
    display: block;
    width: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    padding: 0 8px 0 16px;
    color: #111;
    font-family: Montserrat,sans-serif;
    font-size: 11px;
    border: 1px solid #e2e2e2;
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear;
    outline: none
}

.constructor--rating-facet__input:placeholder {
    color: #f3f3f3
}

.constructor--rating-facet__input:focus {
    border-color: #c6c6c6
}

.constructor--rating-facet__currency {
    display: inline-block;
    position: relative;
    font-size: 12px;
    left: 9px;
    width: 0
}

.constructor--rating-facet__submit {
    display: table-cell;
    border: 0;
    background: transparent;
    outline: 0;
    font-size: 12px;
    border-radius: 0;
    width: 100%;
    height: 30px;
    padding: 0 8px;
    cursor: pointer;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.constructor--rating-facet__submit:focus,.constructor--rating-facet__submit:hover {
    text-decoration: underline
}

.constructor--rating-facet__submit span {
    font-size: 13px
}

.constructor--rating-facet__divider {
    display: table-cell;
    padding: 0 6px;
    width: 1%
}

.constructor-layouts--zero-results__wrapper {
    margin-bottom: 15px
}

.constructor-layouts--zero-results__sorry {
    margin-right: 8px
}

.constructor-layouts--zero-results__suggestions-container {
    margin-top: 28px;
    margin-bottom: 28px
}

.constructor-layouts--tabs {
    text-align: center;
    margin: 10px 0 40px;
    width: 100%
}

.constructor-layouts--tabs__item {
    position: relative;
    margin-right: 10px;
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    color: #404040
}

.constructor-layouts--tabs__item:last-child {
    margin-right: 0
}

.constructor-layouts--tabs__item:disabled {
    opacity: .4;
    pointer-events: none;
    cursor: default
}

.constructor-layouts--tabs__item.constructor-layouts--tabs__active {
    pointer-events: none;
    color: #111;
    cursor: default
}

.constructor-layouts--tabs__item.constructor-layouts--tabs__active:after {
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background: #111
}

.constructor-layouts--tabs__count {
    display: inline-block;
    margin-left: 5px;
    border-radius: 5px/5px;
    background: #e2e2e2;
    padding: 2px 4px;
    font-size: 8px;
    vertical-align: 1px
}

.constructor-layouts--autocomplete--fullscreen-with-input {
    padding: 15px 10px;
    background: #fff;
    position: fixed;
    left: 10px;
    right: 10px;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.constructor-layouts--autocomplete--fullscreen-with-input__type-title {
    margin-top: 0;
    margin-bottom: 17px;
    color: #c6c6c6;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif
}

.constructor-layouts--autocomplete--fullscreen-with-input__suggestions-title {
    padding: 0 27px;
    white-space: nowrap
}

.constructor-layouts--autocomplete--fullscreen-with-input__trending-title {
    font-style: italic
}

.constructor-layouts--autocomplete--fullscreen-with-input__not-found,.constructor-layouts--autocomplete--fullscreen-with-input__start-typing {
    margin-top: 0;
    color: #c6c6c6;
    font-size: 11px;
    line-height: 11px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    padding-left: 25px
}

.constructor-layouts--autocomplete--fullscreen-with-input__tip {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    border-bottom: 1px solid #e2e2e2
}

.constructor-layouts--autocomplete--fullscreen-with-input__highlight {
    color: #404040
}

.constructor-layouts--autocomplete--fullscreen-with-input__container {
    padding: 10px 0;
    vertical-align: top;
    background: #fff
}

.constructor-layouts--autocomplete--fullscreen-with-input__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9998;
    background: rgba(0,0,0,.3)
}

.constructor-layouts--autocomplete--fullscreen-with-input__header {
    position: relative;
    padding-bottom: 20px
}

.constructor-layouts--autocomplete--fullscreen-with-input__header input {
    width: 100%;
    height: 50px;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    line-height: 50px;
    color: #111;
    padding-left: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear;
    outline: none
}

.constructor-layouts--autocomplete--fullscreen-with-input__header input:placeholder {
    color: #f3f3f3
}

.constructor-layouts--autocomplete--fullscreen-with-input__header input:focus {
    border-color: #c6c6c6;
    outline: none
}

.constructor-layouts--autocomplete--fullscreen-with-input__icon-divider {
    height: 18px;
    width: 1px;
    background: #e2e2e2;
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px
}

.constructor-layouts--autocomplete--fullscreen-with-input__icons {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 16px;
    margin-top: 15px;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.constructor-layouts--autocomplete--fullscreen-with-input__icons .constructor-layouts--autocomplete--fullscreen-with-input__search-icon {
    cursor: pointer;
    color: #111
}

.constructor-layouts--autocomplete--fullscreen-with-input__icons .constructor-layouts--autocomplete--fullscreen-with-input__search-icon path {
    fill: #111
}

.constructor-layouts--autocomplete--fullscreen-with-input__icons .constructor-layouts--autocomplete--fullscreen-with-input__x-icon {
    cursor: pointer
}

.constructor-layouts--autocomplete--fullscreen-with-input__icons .constructor-layouts--autocomplete--fullscreen-with-input__x-icon:focus,.constructor-layouts--autocomplete--fullscreen-with-input__icons .constructor-layouts--autocomplete--fullscreen-with-input__x-icon:hover {
    color: red
}

.constructor-common--image {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block!important
}

.constructor-common--image img {
    display: block;
    width: 100%
}

.constructor-common--image .constructor-common--image__next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.constructor-common--image__aspect img {
    width: auto;
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .constructor-common--image__aspect img {
        position:absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.constructor-common--image__image {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: 0s
}

.constructor-common--image__image:first-child,[data-element=card]:active .constructor-common--image__multiple .constructor-common--image__image,[data-element=card]:focus .constructor-common--image__multiple .constructor-common--image__image,[data-element=card]:hover .constructor-common--image__multiple .constructor-common--image__image {
    opacity: 1
}

[data-element=card]:active .constructor-common--image__multiple .constructor-common--image__image:first-child,[data-element=card]:focus .constructor-common--image__multiple .constructor-common--image__image:first-child,[data-element=card]:hover .constructor-common--image__multiple .constructor-common--image__image:first-child {
    opacity: 0
}

.constructor-common--image__thumbnail {
    opacity: .5;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    z-index: 2
}

.constructor-common--image__ready .constructor-common--image__thumbnail {
    opacity: 0
}

.constructor-common--image__static .constructor-common--image__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.constructor-search--mobile-facets__modal {
    width: 90vw;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform .1 ease;
    transition: -webkit-transform .1 ease;
    transition: transform .1 ease;
    transition: transform .1 ease, -webkit-transform .1 ease
}

.constructor-search--mobile-facets__filter-count {
    margin-left: 3px
}

.constructor-search--mobile-facets__back-button {
    height: 20px
}

.constructor-search--mobile-facets__header {
    height: 60px;
    padding: 1rem 2.5rem;
    background: #f3f3f3;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    border-bottom: .1rem solid rgba(18,18,18,.08);
    background-color: #fff
}

.constructor-search--mobile-facets__header>* {
    position: relative;
    z-index: 2
}

.constructor-search--mobile-facets__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: calc(100% - 60px);
    overflow: hidden;
    overflow-y: auto;
    padding: 2.7rem 0 0
}

.constructor-search--mobile-facets__footer {
    height: 60px;
    padding: 0 15px;
    background: #404040;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase
}

.constructor-search--mobile-facets__title {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.constructor-search--mobile-facets__facet-title {
    padding: 1.3rem 2.5rem;
    width: 100%;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.constructor-search--mobile-facets__facet-title:first-child {
    border-top: 0
}

.constructor-search--mobile-facets__facet-title:last-child {
    border: none
}

.constructor-search--mobile-facets__flex-fix {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.constructor-search--mobile-facets__selected-values {
    padding-left: 16px;
    font-size: 11px;
    color: #8d8d8d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 15px
}

.constructor-search--mobile-facets__container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: visibility .4s cubic-bezier(.29,.63,.44,1),-webkit-transform .4s cubic-bezier(.29,.63,.44,1);
    transition: visibility .4s cubic-bezier(.29,.63,.44,1),-webkit-transform .4s cubic-bezier(.29,.63,.44,1);
    transition: transform .4s cubic-bezier(.29,.63,.44,1),visibility .4s cubic-bezier(.29,.63,.44,1);
    transition: transform .4s cubic-bezier(.29,.63,.44,1),visibility .4s cubic-bezier(.29,.63,.44,1),-webkit-transform .4s cubic-bezier(.29,.63,.44,1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -2.7rem
}

.constructor-search--mobile-facets__rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.constructor-search--mobile-facets__expand {
    display: none
}

.constructor-search--mobile-facets__expanded-list {
    height: 100%
}

.constructor-search--mobile-facets__facet-root,.constructor-search--mobile-facets__range {
    width: 100%
}

.constructor-layouts--autocomplete--dropdown {
    background: #fff;
    position: absolute;
    z-index: 9999;
    width: 860px;
    max-width: 100vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0 2px 3px rgba(0,0,0,.1)) drop-shadow(0 0 3px rgba(0,0,0,.12));
    filter: drop-shadow(0 2px 3px rgba(0,0,0,.1)) drop-shadow(0 0 3px rgba(0,0,0,.12))
}

.constructor-layouts--autocomplete--dropdown__wrapper {
    position: relative
}

.constructor-layouts--autocomplete--dropdown__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9998;
    background: rgba(0,0,0,.3)
}

.constructor-layouts--autocomplete--dropdown__not-found,.constructor-layouts--autocomplete--dropdown__start-typing {
    margin-top: 0;
    color: #c6c6c6;
    font-size: 11px;
    line-height: 11px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    padding-left: 25px
}

.constructor-layouts--autocomplete--dropdown__highlight {
    color: #404040
}

.constructor-layouts--autocomplete--dropdown__container {
    margin-bottom: 0
}

.constructor-layouts--autocomplete--dropdown__fullscreen {
    left: 0!important;
    right: 0!important;
    width: auto!important;
    top: 40px!important;
    position: relative!important
}

.constructor-layouts--autocomplete--dropdown__fullscreen .constructor-layouts--autocomplete--dropdown {
    width: 100%;
    overflow-y: auto
}

;.constructor-sticker-icons {
    display: none
}

.constructor-template {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px
}

ul.constructor-common--grid {
    padding-left: 0
}

.constructor-search--static-results>ul.constructor-common--grid {
    row-gap: 10px;
    padding-left: 0
}

.constructor--pagination .constructor--pagination__dots,.constructor--pagination .constructor--pagination__first,.constructor--pagination .constructor--pagination__last,.constructor--pagination .constructor--pagination__next,.constructor--pagination .constructor--pagination__page,.constructor--pagination .constructor--pagination__prev {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background-color: inherit;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-right: 1rem;
    font-family: Montserrat,sans-serif;
    position: relative;
    text-decoration-thickness: 0!important;
    height: 3.1rem;
    width: 3.2rem;
    padding: 0;
    font-size: 2rem;
    color: #121212;
    border-radius: 100%
}

.constructor--pagination .constructor--pagination__page:hover,.constructor--pagination__active {
    color: #fff!important;
    background-color: #ce3537!important
}

.constructor--pagination__active {
    cursor: not-allowed
}

.constructor--pagination .constructor--pagination__next svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.constructor--pagination .constructor--pagination__prev svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.constructor--pagination .constructor--pagination__next:hover svg {
    -webkit-transform: rotate(-90deg) scale(1.07);
    transform: rotate(-90deg) scale(1.07)
}

.constructor--pagination .constructor--pagination__prev:hover svg {
    -webkit-transform: rotate(90deg) scale(1.07);
    transform: rotate(90deg) scale(1.07)
}

.constructor-search-query__total-results {
    margin: 8px 0 20px;
    font-style: normal;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0;
    font-family: Montserrat,sans-serif
}

span.constructor-rating-star.yotpo-icon {
    font-size: 17.5px!important;
    width: 18px!important;
    height: 18px!important
}

.constructor-card-information {
    padding: 1.7rem 0
}

.constructor--cards--product--price__compare,.constructor--cards--product--price__price {
    color: #121212;
    font-size: 16px;
    letter-spacing: .1rem;
    font-family: Montserrat,sans-serif;
    font-weight: 400
}

.constructor-add-to-cart {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 1.3rem 1rem;
    width: auto
}

.constructor-notify-me:hover button {
    background: #ce3537;
    color: #fff
}

.constructor-notify-me form {
    pointer-events: none
}

.constructor-add-to-cart form {
    width: 100%
}

.constructor-add-to-cart button {
    max-width: 85%;
    min-width: 85%;
    padding: 0;
    -webkit-transition: all!important;
    transition: all!important
}

.constructor-layouts--autocomplete--dropdown__container>.constructor-common--grid__column-2 {
    background: #f6f6f6;
    padding: 0 39px
}

.constructor-layouts--autocomplete--dropdown__container>.constructor-common--grid__column-10 {
    padding: 0 80px 0 24px
}

.constructor--cards--content__title-link,.constructor-autocomplete--suggestion-item__suggestion {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111
}

.constructor-autocomplete-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer
}

.constructor-autocomplete--products {
    padding-bottom: 80px
}

.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor-autocomplete--layout__column {
    padding: 0 24px 0 21px
}

.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor-autocomplete-close {
    width: 16px;
    height: 16px;
    top: 24px;
    right: 24px
}

.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor-autocomplete--block-title {
    margin: 18px 0 24px!important;
    color: #000
}

.constructor-autocomplete--suggestion-item__suggestion.constructor-autocomplete--suggestion-item__horizontal,.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor--cards--content.constructor--cards--content__horizontal {
    border-radius: 0;
    background: #efefef;
    padding: 5px 16px;
    margin: 0 10px 16px 0;
    height: auto
}

.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor-autocomplete--products {
    border-top: 1.33438px solid #d5d5d5
}

.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor-card-information,.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor--cards--product__content {
    padding: 0
}

.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor--cards--product__title {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    color: #111;
    letter-spacing: 0
}

.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor--cards--content.constructor--cards--content__horizontal,.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor-autocomplete--suggestion-item__suggestion {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111
}

.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor--cards--product--price__price-wrapper {
    margin: 2px 0
}

.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor--cards--product {
    border: 0;
    padding-bottom: 12px
}

.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor-add-to-cart button {
    font-size: 13px;
    min-height: 30px;
    height: 30px;
    max-width: 204px
}

.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor-autocomplete--products__view-all {
    text-decoration: none
}

.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor-stickers__on-product {
    font-size: 10px
}

.constructor-layouts--autocomplete--dropdown__wrapper_mobile .constructor-autocomplete--content__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.constructor-stickers__on-product {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: .5rem 1.3rem .6rem;
    text-align: center;
    word-break: break-word;
    font-family: Montserrat,sans-serif;
    background: #e5e5e5;
    color: #333;
    z-index: 2
}

span.constructor-desktop-ctions-total-count {
    color: #121212;
    font-size: 14px;
    font-weight: 400;
    font-family: Montserrat,sans-serif;
    letter-spacing: .06rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.constructor-common--grid.constructor-search--desktop-actions {
    display: grid;
    /* gap: 0 3.5rem; */
    grid-template-columns: 1fr -webkit-max-content -webkit-max-content;
    grid-template-columns: 1fr max-content max-content;
    padding-top: 20px
}

.constructor--dropdown__option span {
    white-space: nowrap
}

.constructor--dropdown__select span,.constructor--sorting .constructor--sorting__title {
    color: rgba(18,18,18,.75);
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04rem;
    text-transform: none
}

.constructor--dropdown__arrow path {
    fill: rgba(18,18,18,.75)
}

constructor-search--desktop-facets__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.constructor--facet__text,.constructor-search--desktop-facets__title,.constructor-filter-header__reset {
    font-size: 14px;
    letter-spacing: .04rem;
    font-family: Montserrat,sans-serif
}

.constructor-search--desktop-facets__title,.constructor-filter-header__reset {
    color: rgba(18,18,18,.85)
}

.constructor--facet__horizontal .constructor--facet__title:active .constructor--facet__text,.constructor--facet__horizontal .constructor--facet__title:hover .constructor--facet__text {
    color: #121212
}

.constructor--facet.constructor--facet__horizontal,.constructor--facet__horizontal .constructor--facet__title {
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
}

.constructor--facet__horizontal .constructor--facet__title>svg {
    right: 0;
    color: #ce2333;
    height: .6rem
}

.constructor--facet__expanded .constructor--facet__title:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    cursor: default;
    content: " ";
    background: transparent;
    z-index: 1
}

.constructor--facet__horizontal .constructor--facet__title:hover {
    text-decoration: underline;
    text-underline-offset: .3rem
}

.constructor--facet__horizontal.constructor--facet__expanded,.constructor--facet__horizontal .constructor--facet__title:active,.constructor--facet__horizontal .constructor--facet__title:focus {
    outline: none;
    border: none
}

.constructor--checkbox-facet,.constructor--rating-facet {
    padding: .5rem 2rem
}

.constructor--rating-facet__item,.constructor-common--checkbox__item {
    padding: 1rem 0rem 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.constructor-checkbox-icon {
    opacity: 1;
    width: 1.6rem;
    height: 1.6rem;
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .5rem;
    padding: 1.5px;
    border: .5px solid rgba(18,18,18,.75)
}

.constructor--rating-facet span,.constructor-common--checkbox__content,.constructor-filter-header__count {
    color: rgba(18,18,18,.75);
    font-weight: 700;
    letter-spacing: .06rem;
    font-size: 14px;
    font-family: Montserrat,sans-serif
}

.constructor-filter-header {
    border-bottom: 1px solid rgba(18,18,18,.2);
    padding: 1.5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.4rem;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff
}

.constructor-filter-header__reset {
    letter-spacing: .06rem;
    text-underline-offset: .3rem;
    text-decoration-thickness: .1rem;
    -webkit-transition: text-decoration-thickness .1s ease;
    transition: text-decoration-thickness .1s ease;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700
}

.constructor-filter-header__reset:hover {
    color: #121212;
    text-decoration-thickness: .2rem
}

.constructor--range-facet__input-block .constructor--range-facet__input {
    margin: 0 1rem
}

.constructor--range-facet__input:focus,.constructor--range-facet__input:hover {
    -webkit-box-shadow: 0 0 0 1px #121212;
    box-shadow: 0 0 0 1px #121212;
    outline: 0
}

.constructor--range-facet__input-wrap label {
    left: 35px;
    font-size: 1.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top .1s ease,font-size .1s ease;
    transition: top .1s ease,font-size .1s ease;
    color: rgba(18,18,18,.75);
    letter-spacing: .1rem;
    line-height: 1.5;
    position: absolute;
    font-weight: 700
}

.constructor--range-facet__input:-webkit-autofill~label,.constructor--range-facet__input:focus~label,.constructor--range-facet__input:not(:placeholder-shown)~label {
    font-size: 1rem;
    top: 10px;
    letter-spacing: .04rem
}

.constructor--range-facet__input::-webkit-input-placeholder {
    color: transparent
}

.constructor--range-facet__input::-moz-placeholder {
    color: transparent
}

.constructor--range-facet__input:-ms-input-placeholder {
    color: transparent
}

.constructor--range-facet__input::-ms-input-placeholder {
    color: transparent
}

.constructor--range-facet__input::placeholder {
    color: transparent
}

.constructor--range-facet__input::-webkit-inner-spin-button,.constructor--range-facet__input::-webkit-outer-spin-button {
    -webkit-appearance: inherit!important;
    margin: inherit
}

.constructor-search--mobile-actions__button span {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgba(18,18,18,.85)
}

.constructor--breadcrumbs__breadcrumb:before,.constructor--breadcrumbs__breadcrumb:first-child:before,.constructor--breadcrumbs__breadcrumb:focus:before,.constructor--breadcrumbs__breadcrumb:hover:before {
    display: none
}

.constructor-breadcrumbs {
    margin-bottom: 1.2rem;
    margin-left: -1.2rem
}

button.constructor--button.constructor-desktop-facets__clear-all span {
    font-size: 1.4rem;
    color: rgba(18,18,18,.85);
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    letter-spacing: .6px;
    text-decoration: underline;
    text-decoration-thickness: .1rem;
    text-underline-offset: 3px;
    margin-left: 15px
}

button.constructor--button.constructor-desktop-facets__clear-all:hover span {
    text-decoration-thickness: .2rem;
    color: #121212
}

.constructor-search--desktop-actions__block,.constructor-search--desktop-actions__sorting {
    padding-bottom: 13px
}

.constructor--breadcrumbs__breadcrumb:focus,.constructor--breadcrumbs__breadcrumb:hover {
    text-decoration: none;
    -webkit-text-decoration-color: initial;
    text-decoration-color: initial
}

.constructor--breadcrumbs__breadcrumb:focus .constructor--breadcrumbs__title:after,.constructor--breadcrumbs__breadcrumb:focus:after,.constructor--breadcrumbs__breadcrumb:focus:before,.constructor--breadcrumbs__breadcrumb:hover .constructor--breadcrumbs__title:after,.constructor--breadcrumbs__breadcrumb:hover:after,.constructor--breadcrumbs__breadcrumb:hover:before {
    display: none
}

.constructor--breadcrumbs__breadcrumb:hover {
    -webkit-box-shadow: 0 0 0 .2rem rgba(18,18,18,.4);
    box-shadow: 0 0 0 .2rem rgba(18,18,18,.4)
}

.constructor-stickers__below-product svg {
    width: 1.2rem;
    fill: #ce3537;
    display: inline-block
}

.constructor-stickers__below-product div {
    font-size: 1.4rem;
    color: rgba(18,18,18,.75);
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    letter-spacing: .6px;
    text-align: left;
    line-height: 1.3em
}

.constructor-stickers__below-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3px
}

.constructor--cards--content.constructor--cards--content__horizontal,.constructor--cards--content__title-link {
    text-decoration: none
}

.constructor-common--drawer__backdrop,.constructor-common--drawer__content {
    right: 0;
    left: auto
}

.constructor-common--drawer__backdrop:empty {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(18,18,18,.5)
}

.constructor-search--mobile-facets__header,.constructor-search--mobile-facets__title {
    height: auto
}

button.constructor--button.constructor-search--mobile-facets__back-button {
    position: absolute;
    top: .7rem;
    right: 1rem;
    width: 4.4rem;
    height: 4.4rem
}

button.constructor--button.constructor-search--mobile-facets__back-button svg {
    height: auto;
    width: 2.2rem
}

.constructor-search--mobile-facets__title .constructor--text {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    letter-spacing: .6px;
    font-family: Montserrat,sans-serif;
    color: #121212
}

.constructor-search--mobile-facets__title span.constructor-desktop-ctions-total-count {
    font-size: 12px;
    font-weight: 400;
    font-family: Montserrat,sans-serif;
    letter-spacing: .6px;
    color: rgba(18,18,18,.7)
}

.constructor-search--mobile-facets__container .constructor-filter-header {
    border: none;
    padding: 0 2.6rem;
    margin: 15px 0
}

.constructor-search--mobile-facets__container .constructor-filter-header:empty {
    display: none
}

.constructor-drawer-opened {
    -webkit-animation: openDrawer .4s;
    animation: openDrawer .4s
}

.constructor-drawer-closed {
    animation: openDrawer .4s reverse;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.constructor-search--mobile-facets__facet-title span {
    color: rgba(18,18,18,.75);
    font-family: Montserrat,sans-serif;
    font-size: 15px!important;
    font-weight: 400;
    text-transform: none;
    line-height: 24px!important
}

.constructor-search--mobile-facets__body .constructor--sorting {
    padding: 1.3rem 2.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.constructor-search--mobile-facets__body .constructor--dropdown__arrow {
    right: 0
}

.constructor-mobile-facet--active-facet__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
    padding: 1.2rem 2.6rem
}

.constructor-mobile-facet--active-facet__title svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.constructor-mobile-facet--active-facet__title span {
    color: #121212;
    font-size: 15px;
    font-family: Montserrat,sans-serif;
    margin-left: 5px
}

.constructor-search--mobile-facets__body .constructor--range-facet__currency,.constructor-search--mobile-facets__body .constructor--range-facet__input-wrap label,.constructor-search--mobile-facets__body .constructor-common--checkbox__content,.constructor-search--mobile-facets__body .constructor-filter-header__count {
    font-weight: 400
}

.constructor-search--mobile-facets__body .constructor-common--checkbox__content {
    font-size: 15px
}

.constructor-search--mobile-facets__body .constructor--range-facet__input-wrap label {
    text-transform: capitalize
}

.constructor-search--mobile-facets__body .constructor--range-facet {
    padding: 2rem
}

.constructor-search--mobile-facets__body .constructor--range-facet__input-block {
    margin-left: 0
}

.constructor-search--mobile-facets__body .constructor--checkbox-facet__mobile,.constructor-search--mobile-facets__body .constructor--rating-facet {
    padding: 0!important
}

.constructor-common--checkbox__item.constructor-common--checkbox__mobile,.constructor-search--mobile-facets__body .constructor--rating-facet__item {
    padding: 1.5rem 2rem 1.5rem 2.5rem
}

.constructor-common--checkbox__item.constructor-common--checkbox__mobile[aria-checked=true],.constructor-search--mobile-facets__body .constructor--rating-facet__item[aria-checked=true] {
    background-color: rgba(18,18,18,.04)
}

.constructor-mobile-facet__footer-block {
    border-top: .1rem solid rgba(18,18,18,.08);
    padding: 2rem;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.constructor-mobile-facet__footer-block button {
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    font-family: Montserrat,sans-serif
}

.constructor-search--mobile-facets__footer__hide {
    margin-left: 1rem;
    background-color: #ce2333;
    padding: 0 3rem;
    color: #fff;
    border-radius: 40px
}

.constructor-search--mobile-facets__footer__clear-all {
    text-decoration: underline;
    color: rgba(18,18,18,.85)
}

.cart-drawer .constructor--swiper__next {
    right: -10px!important;
    padding: 0
}

.cart-drawer .constructor--swiper__prev {
    left: -10px!important;
    padding: 0
}

.cart-drawer .splide {
    width: calc(100% - 60px);
    margin: 0 auto
}

.constructor--swiper__next svg,.constructor--swiper__prev svg {
    position: absolute;
    color: #ce2333;
    width: 11px;
    height: 11px
}

.constructor--swiper__next:hover:after,.constructor--swiper__prev:hover:after {
    background-color: #ce2333
}

.constructor--swiper__next:hover svg,.constructor--swiper__prev:hover svg {
    color: #fff
}

.constructor--swiper__next:after,.constructor--swiper__prev:after {
    content: "";
    display: block;
    width: 41px;
    height: 41px;
    background: #fff;
    color: #ce2333;
    font-size: .6875rem;
    padding: 14px 17px;
    margin: 0 2px;
    border-radius: 50%;
    border: 1px solid #ce2333
}

.constructor-recommendation .splide__pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.constructor-recommendation .splide__pagination .splide__pagination__page {
    width: 8px;
    height: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 90px;
    background: #c4c4c4;
    cursor: pointer;
    margin: 0 4px
}

.constructor-recommendation .splide__pagination .splide__pagination__page.is-active {
    background-color: #ce2333
}

.constructor-stickers__special-order {
    background-color: #f9b371;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    padding: 5px 20px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    cursor: default;
    z-index: 1;
    overflow-y: hidden
}

.constructor-stickers__special-order_opened {
    padding: 22px 20px
}

.constructor-stickers__special-order--content,.constructor-stickers__special-order .constructor-stickers__special-order--title {
    z-index: 1;
    color: #000;
    text-align: left;
    font-style: normal;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0;
    font-family: Montserrat,sans-serif;
    cursor: pointer
}

.constructor-stickers__special-order .constructor-stickers__special-order--title {
    margin: 0;
    display: block;
    font-weight: 700;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.constructor-stickers__special-order svg {
    width: 9px;
    display: block;
    height: 9px
}

.constructor-stickers__special-order svg path {
    fill: #000
}

.constructor-stickers__special-order--close {
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 10px
}

.constructor-stickers__special-order--content {
    margin: 0;
    font-weight: 300;
    overflow-y: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-top: 4px
}

.constructor-stickers__special-order--learn-more {
    border-bottom: 1px solid #000
}
.constructor-spinner svg{
    width: 100%;
}

.constructor-sortby-label {
    color: rgba(18,18,18,.85);
    margin-right: 20px;
    font-size: 14px;
}
product-card special-order
{
    background-color: #f9b371;
    transition: padding .25s ease-out;
    width: 100%;
    font-size: .9em;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    /* padding: 10px !important; */
}
product-card special-order .special-order__open-trigger {
    font-weight: 500;
    
}

 .special-order__close-trigger, 
 .special-order__open-trigger {
    font-family: 'Montserrat', sans-serif !important;
    color: #000 ;
 }
 @media (hover: none) {
    .swiper-slide .card__inner:hover .media.media--hover-effect>img+img {
        opacity: 0;
    }
  }

/* 
@media (max-width: 767px) {
    .constructor--swiper__next,.constructor--swiper__prev {
        display:none
    }
    .constructor-common--grid.constructor-search--desktop-actions{
        display: block;
    }
}

@media (max-width: 576px) {
    .constructor--breadcrumbs__breadcrumb .constructor--breadcrumbs__title,button.constructor--button.constructor-desktop-facets__clear-all span {
        font-size:1rem
    }

    .constructor-desktop-facets__clear-all {
        padding: 1.2rem
    }

    .constructor--breadcrumbs__breadcrumb {
        margin: 0 1.2rem
    }
}

@media (min-width: 576px) {
    .constructor-template {
        max-width:720px
    }
}

@media (min-width: 768px) {
    .constructor-template {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .constructor-template {
        max-width:960px
    }

    .constructor--pagination {
        margin: 3rem 0!important
    }

    .constructor-search--query {
        font-size: 35px;
        line-height: 55px
    }
}

@media (min-width: 1200px) {
    .constructor-template {
        max-width:1140px
    }
}

@media (min-width: 1500px) {
    .constructor-template {
        max-width:1140px
    }
} */

@-webkit-keyframes constructorAnimateMenuOpen {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1.5rem);
        transform: translateY(-1.5rem)
    }

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

@keyframes constructorAnimateMenuOpen {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1.5rem);
        transform: translateY(-1.5rem)
    }

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

@-webkit-keyframes openDrawer {
    0% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes openDrawer {
    0% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
