* {
    box-sizing: border-box;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}
*,
:focus {
    outline: none;
    -webkit-focus-ring-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.is-android * {
    max-height: 1000000em;
}
body,
html {
    width: 100%;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
html {
    height: 100%;
    min-height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
body {
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    --linkOpacity: 1;
    --linkColor: inherit;
    --linkDecoration: underline;
    --linkHoverColor: inherit;
    --linkHoverOpacity: 0.7;
    --linkHoverDecoration: none;
}
a {
    text-decoration: none;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    pointer-events: all;
}
a,
a:active,
a:visited {
    color: inherit;
    outline: none;
}
ol a,
p a,
ul a {
    -webkit-text-decoration: var(--linkDecoration);
    text-decoration: var(--linkDecoration);
    opacity: var(--linkOpacity);
    transition: opacity 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
}
ol a,
ol a:active,
ol a:visited,
p a,
p a:active,
p a:visited,
ul a,
ul a:active,
ul a:visited {
    color: var(--linkColor);
}
.is-pointer ol a:hover,
.is-pointer p a:hover,
.is-pointer ul a:hover {
    color: var(--linkHoverColor);
    -webkit-text-decoration: var(--linkHoverDecoration);
    text-decoration: var(--linkHoverDecoration);
    opacity: var(--linkHoverOpacity);
}
ol img,
p img,
ul img {
    height: auto !important;
}
svg {
    max-width: 100%;
    max-height: 100%;
    fill: currentColor;
    fill-rule: evenodd;
}
h1,
h2,
h3,
h4,
h5,
ol,
p,
ul {
    margin: 0;
}
ol,
ul {
    padding-left: 1.75em;
}
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}
button,
input {
    overflow: visible;
    line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
.close-times {
    font-size: 18px;
    width: 2em;
    height: 2em;
    margin-top: -0.5em;
    margin-right: -0.5em;
    z-index: 99;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    color: currentColor;
    opacity: 1;
    transition: opacity 0.18s cubic-bezier(0.21, 0.67, 0.58, 1);
    transform: translateZ(0);
    pointer-events: all;
    will-change: transform, opacity;
    outline: none;
}
.is-pointer .close-times:hover {
    text-decoration: none;
    opacity: 0.65;
}
.close-times:after,
.close-times:before {
    display: block;
    content: "";
    width: 2px;
    height: 1.3em;
    background: currentColor;
    position: absolute;
    left: -1px;
    right: 0;
    top: 0;
    margin-top: 0.35em;
    margin-left: 1em;
}
.close-times:before {
    transform: rotate(45deg);
}
.close-times:after {
    transform: rotate(-45deg);
}
.font-size-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.font-size-note {
    font-size: 14px;
}
.font-size-note,
.font-size-tiny {
    font-weight: 400;
    line-height: 1.37;
}
.font-size-tiny {
    font-size: 12px;
}
.font-size-quote {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.37;
}
.font-size-h1 {
    font-size: 48px;
    line-height: 1.2;
}
.font-size-h2 {
    font-size: 40px;
    line-height: 1.2;
}
.font-size-h3 {
    font-size: 30px;
    line-height: 1.2;
}
.font-size-h4 {
    font-size: 26px;
    line-height: 1.37;
}
.font-size-h5 {
    font-size: 22px;
    line-height: 1.37;
}
.font-size-h6 {
    font-size: 18px;
    line-height: 1.37;
}
.will-change {
    will-change: transform;
    transform: translateZ(0);
}
.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.overflow {
    overflow: hidden;
}
.fixed {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
}
.hidden-all {
    display: none;
}
@media (min-width: 980px) {
    .hidden-pc {
        display: none;
    }
}
.img-popup {
    cursor: pointer;
}
.noanimate,
.noanimate * {
    transition: none !important;
}
.disable-pointer-events,
.disable-pointer-events * {
    pointer-events: none !important;
}
.scrollable {
    pointer-events: all;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.scrollable::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(27, 27, 28, 0.5);
    border: 1px solid hsla(0, 0%, 100%, 0.4);
    border-radius: 5px;
}
.scrollable::-webkit-scrollbar-button:end:increment,
.scrollable::-webkit-scrollbar-button:start:decrement {
    width: 5px;
    height: 5px;
    display: block;
    background-color: transparent;
}
.text-nowrap,
.text-truncate {
    white-space: nowrap;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-keep-wrap {
    word-break: keep-all;
    word-wrap: normal;
    overflow-wrap: normal;
}
.font-weight-light {
    font-weight: 300;
}
.font-weight-normal {
    font-weight: 400;
}
.font-weight-medium {
    font-weight: 500;
}
.font-weight-bold {
    font-weight: 700;
}
.font-italic {
    font-style: italic;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.flex-row {
    flex-direction: row;
}
.flex-column {
    flex-direction: column;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-column-reverse {
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.justify-content-start {
    justify-content: flex-start;
}
.justify-content-end {
    justify-content: flex-end;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-around {
    justify-content: space-around;
}
.align-items-start {
    align-items: flex-start;
}
.align-items-end {
    align-items: flex-end;
}
.align-items-center {
    align-items: center;
}
.align-items-baseline {
    align-items: baseline;
}
.align-items-stretch {
    align-items: stretch;
}
.align-content-start {
    align-content: flex-start;
}
.align-content-end {
    align-content: flex-end;
}
.align-content-center {
    align-content: center;
}
.align-content-between {
    align-content: space-between;
}
.align-content-around {
    align-content: space-around;
}
.align-content-stretch {
    align-content: stretch;
}
.align-self-auto {
    align-self: auto;
}
.align-self-start {
    align-self: flex-start;
}
.align-self-end {
    align-self: flex-end;
}
.align-self-center {
    align-self: center;
}
.align-self-baseline {
    align-self: baseline;
}
.align-self-stretch {
    align-self: stretch;
}
@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    60% {
        transform: translate3d(-3px, 0, 0);
    }
    45% {
        transform: translate3d(3px, 0, 0);
    }
}
@keyframes slideDown {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideUp {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes slideLeft {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideRight {
    0% {
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes show-menu {
    0% {
        opacity: 0;
        transform: translateY(-25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes scale-up-down {
    50% {
        transform: scale(1.3);
    }
}
@keyframes circular-loader {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
@keyframes checkAppearance {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes sSpin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes swipeAnimation {
    0% {
        transform: translateX(0);
        opacity: 0;
    }
    19% {
        transform: translateX(0);
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    81% {
        transform: translateX(-120px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 0;
    }
}
:root {
    --lightColor: #fff;
    --darkColor: #1b1b1c;
    --currentColor: #1b1b1c;
    --contrastColor: #fff;
    --containerWidth: 1150px;
    --containerMaxWidth: 100%;
}
@media (max-width: 1199px) {
    :root {
        --containerWidth: 950px;
    }
}
body {
    min-width: 980px;
    color: #1b1b1c;
    background-color: #fff;
    overflow-x: hidden;
}
[data-contrast] {
    color: var(--currentColor);
}
[data-contrast="dark"] {
    --currentColor: #1b1b1c;
    --contrastColor: #fff;
}
[data-contrast="light"] {
    --currentColor: #fff;
    --contrastColor: #1b1b1c;
}
.responsive-hide-all {
    display: none;
}
@media (max-width: 767px) {
    .adaptive .responsive-hide-mobile {
        display: none;
    }
}
@media (min-width: 768px) {
    .adaptive .responsive-hide-desktop {
        display: none;
    }
}
.container {
    position: relative;
    width: var(--containerWidth);
    max-width: var(--containerMaxWidth);
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}
.full-width {
    --containerWidth: 100%;
    --containerMaxWidth: 100%;
}
.full-width .flexbe-cards-list {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.cover {
    min-height: 540px;
    min-height: 100vh;
    height: auto;
    align-items: center;
    align-content: center;
}
.radius-small {
    border-radius: 5px;
    overflow: hidden;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.col-0,
[data-cols="0"] {
    flex-basis: 0%;
    max-width: 0;
}
.col-1,
[data-cols="1"] {
    flex-basis: 4.16666667%;
    max-width: 4.16666667%;
}
.col-2,
[data-cols="2"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}
.col-3,
[data-cols="3"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
}
.col-4,
[data-cols="4"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}
.col-5,
[data-cols="5"] {
    flex-basis: 20.83333333%;
    max-width: 20.83333333%;
}
.col-6,
[data-cols="6"] {
    flex-basis: 25%;
    max-width: 25%;
}
.col-7,
[data-cols="7"] {
    flex-basis: 29.16666667%;
    max-width: 29.16666667%;
}
.col-8,
[data-cols="8"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}
.col-9,
[data-cols="9"] {
    flex-basis: 37.5%;
    max-width: 37.5%;
}
.col-10,
[data-cols="10"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}
.col-11,
[data-cols="11"] {
    flex-basis: 45.83333333%;
    max-width: 45.83333333%;
}
.col-12,
[data-cols="12"] {
    flex-basis: 50%;
    max-width: 50%;
}
.col-13,
[data-cols="13"] {
    flex-basis: 54.16666667%;
    max-width: 54.16666667%;
}
.col-14,
[data-cols="14"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}
.col-15,
[data-cols="15"] {
    flex-basis: 62.5%;
    max-width: 62.5%;
}
.col-16,
[data-cols="16"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}
.col-17,
[data-cols="17"] {
    flex-basis: 70.83333333%;
    max-width: 70.83333333%;
}
.col-18,
[data-cols="18"] {
    flex-basis: 75%;
    max-width: 75%;
}
.col-19,
[data-cols="19"] {
    flex-basis: 79.16666667%;
    max-width: 79.16666667%;
}
.col-20,
[data-cols="20"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}
.col-21,
[data-cols="21"] {
    flex-basis: 87.5%;
    max-width: 87.5%;
}
.col-22,
[data-cols="22"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}
.col-23,
[data-cols="23"] {
    flex-basis: 95.83333333%;
    max-width: 95.83333333%;
}
.col-24,
[data-cols="24"] {
    flex-basis: 100%;
    max-width: 100%;
}
.col-0,
[data-cols="0"] {
    padding: 0 !important;
    margin: 0 !important;
    width: 0 !important;
    max-width: 0 !important;
    opacity: 0;
    visibility: hidden;
}
.layout-type-section-title {
    padding: 0 0 50px;
}
.layout-type-section-footer {
    padding: 50px 0 0;
}
.gap-container {
    margin: calc(var(--gapSize) * -1);
    max-width: calc(100% + var(--gapSize) * 2);
}
.gap-item {
    padding: var(--gapSize);
}
.gap-small {
    --gapSize: 13px;
}
.gap-normal {
    --gapSize: 25px;
}
.gap-zero {
    --gapSize: 0px;
}
.gap-zero .radius-small {
    border-radius: 0;
    -webkit-mask-image: none;
    mask-image: none;
}
.gap-zero .only-column .radius-small {
    border-radius: 5px;
}
.gap-zero .first-column .radius-small {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.gap-zero .last-column .radius-small {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media (max-width: 1199px) {
    .gap-small {
        --gapSize: 7px;
    }
    .gap-normal {
        --gapSize: 15px;
    }
}
.b_block {
    position: relative;
    z-index: auto;
}
.b_block.hidden {
    display: none;
}
.b_block ~ .b_block {
    margin-top: -1px;
}
.container-fluid {
    position: relative;
}
.px-0 {
    --paddingX: 0px;
}
.py-0 {
    --paddingY: 0px;
}
.px-10 {
    --paddingX: 10px;
}
.py-10 {
    --paddingY: 10px;
}
.px-20 {
    --paddingX: 20px;
}
.py-20 {
    --paddingY: 20px;
}
.px-30 {
    --paddingX: 30px;
}
.py-30 {
    --paddingY: 30px;
}
.px-40 {
    --paddingX: 40px;
}
.py-40 {
    --paddingY: 40px;
}
.px-50 {
    --paddingX: 50px;
}
.py-50 {
    --paddingY: 50px;
}
.elements-list {
    padding: var(--paddingY) var(--paddingX);
}
.element-item {
    position: relative;
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
}
.element-item.is-first-child {
    margin-top: -10px;
}
.element-item.is-last-child {
    margin-bottom: -10px;
}
.element-item.fill-space {
    flex-grow: 1;
    align-items: stretch;
}
.element-item.no-gutter {
    margin: calc(var(--paddingY) - 10px) calc(var(--paddingX) * -1);
    width: calc(100% + var(--paddingX) * 2);
}
.element-item.no-gutter .element-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.element-item.no-gutter.is-first-child {
    margin-top: calc(var(--paddingY) * -1) !important;
}
.element-item.no-gutter.is-last-child {
    margin-bottom: calc(var(--paddingY) * -1) !important;
}
.py-0 .element-item.no-gutter {
    margin-top: 0;
    margin-bottom: 0;
}
.element-content {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    width: 100%;
    z-index: 1;
}
[data-mr="1"] {
    padding-right: 5%;
}
[data-ml="1"] {
    padding-left: 5%;
}
[data-mr="2"] {
    padding-right: 10%;
}
[data-ml="2"] {
    padding-left: 10%;
}
[data-mr="3"] {
    padding-right: 15%;
}
[data-ml="3"] {
    padding-left: 15%;
}
[data-mr="4"] {
    padding-right: 20%;
}
[data-ml="4"] {
    padding-left: 20%;
}
[data-mr="5"] {
    padding-right: 25%;
}
[data-ml="5"] {
    padding-left: 25%;
}
[data-mr="6"] {
    padding-right: 30%;
}
[data-ml="6"] {
    padding-left: 30%;
}
[data-mr="7"] {
    padding-right: 35%;
}
[data-ml="7"] {
    padding-left: 35%;
}
[data-mr="8"] {
    padding-right: 40%;
}
[data-ml="8"] {
    padding-left: 40%;
}
[data-mr="9"] {
    padding-right: 45%;
}
[data-ml="9"] {
    padding-left: 45%;
}
[data-mr="10"] {
    padding-right: 50%;
}
[data-ml="10"] {
    padding-left: 50%;
}
[data-mr="11"] {
    padding-right: 55%;
}
[data-ml="11"] {
    padding-left: 55%;
}
[data-mr="12"] {
    padding-right: 60%;
}
[data-ml="12"] {
    padding-left: 60%;
}
[data-mr="13"] {
    padding-right: 65%;
}
[data-ml="13"] {
    padding-left: 65%;
}
[data-mr="14"] {
    padding-right: 70%;
}
[data-ml="14"] {
    padding-left: 70%;
}
[data-mr="15"] {
    padding-right: 75%;
}
[data-ml="15"] {
    padding-left: 75%;
}
[data-mr="16"] {
    padding-right: 80%;
}
[data-ml="16"] {
    padding-left: 80%;
}
[data-mr="17"] {
    padding-right: 85%;
}
[data-ml="17"] {
    padding-left: 85%;
}
[data-mr="18"] {
    padding-right: 90%;
}
[data-ml="18"] {
    padding-left: 90%;
}
[data-mr="19"] {
    padding-right: 95%;
}
[data-ml="19"] {
    padding-left: 95%;
}
[data-mr="20"] {
    padding-right: 100%;
}
[data-ml="20"] {
    padding-left: 100%;
}
.flexbe-row-list {
    flex-basis: 100%;
    min-width: 100%;
    position: relative;
    flex-flow: row wrap;
}
.flexbe-row,
.flexbe-row-list {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
}
.flexbe-row {
    width: 100%;
    max-width: 100%;
    flex-flow: row nowrap;
}
.flexbe-column {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
}
.modal-list {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
}
.modal-list.rise {
    z-index: 25;
}
.modal-list.show {
    display: flex;
}
.m_modal {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.m_modal.show {
    display: block;
    z-index: 1;
}
.m_modal .modal-data {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m_modal .modal-data > .close-times {
    position: fixed;
    top: 40px;
    right: 40px;
}
.m_modal .scroller {
    padding: 70px 0;
    max-height: 100vh;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    pointer-events: all;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.m_modal .modal-content {
    position: relative;
    margin: auto;
    animation: slideUp 0.35s ease 1 both;
}
.m_modal .component-bg {
    animation: fadeIn 0.18s linear 1 both;
}
.cart-button {
    width: 60px;
    height: 60px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.18s cubic-bezier(0.21, 0.67, 0.58, 1), visibility 0.18s cubic-bezier(0.21, 0.67, 0.58, 1);
}
.cart-button,
.cart-button .editor-simple-handle {
    border-radius: 50%;
}
.cart-button:hover:before {
    transform: scale(1.05);
}
.cart-button.blink {
    animation: scale-up-down 0.3s cubic-bezier(0.21, 0.67, 0.58, 1) 0s 1;
}
.cart-button.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none !important;
}
.cart-button svg {
    flex-shrink: 0;
    display: block;
    fill-rule: evenodd;
    fill: currentColor;
    transition: transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
    z-index: 1;
}
.cart-button:before {
    content: "";
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    z-index: 0;
}
.cart-button-count,
.cart-button:before {
    display: block;
    position: absolute;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.21, 0.67, 0.58, 1);
}
.cart-button-count {
    z-index: 5;
    margin: 0;
    right: -5px;
    top: -5px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    white-space: nowrap;
}
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-mobile-helper {
    display: none;
}
body.is-touch .swiper-mobile-helper {
    position: absolute;
    top: 50px;
    right: 20px;
    width: 72px;
    height: 77px;
    background: url(/_s/images/v3/theme/4/res/handswipe.svg?1);
    background-size: contain;
    pointer-events: none;
    animation: swipeAnimation 1.6s ease infinite;
    will-change: transform, opacity;
}
.swiper-iteracted .swiper-mobile-helper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
body:not(.is-safari) .slider-in-animation .swiper-slide,
body:not(.is-safari) .slider-in-animation .swiper-wrapper {
    will-change: transform, opacity;
}
.swiper-wrapper {
    position: relative;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    transition: all 0.65s cubic-bezier(0.64, 0.13, 0.43, 0.99);
}
.swiper-effect-fade .swiper-slide {
    pointer-events: none;
    padding: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.swiper-effect-fade .swiper-slide > .component-image,
.swiper-effect-fade .swiper-slide > .component-video {
    transform: scale(1.15);
    transition: transform 0.85s cubic-bezier(0.7, 0, 0.3, 1);
}
.swiper-effect-fade .swiper-slide-active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}
.swiper-effect-fade .swiper-slide-active > .component-image,
.swiper-effect-fade .swiper-slide-active > .component-video,
.swiper-effect-fade .swiper-slide-duplicate-active > .component-image,
.swiper-effect-fade .swiper-slide-duplicate-active > .component-video {
    transform: scale(1);
}
.widget-list {
    display: none;
    position: relative;
}
body.ready .widget-list {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}
.widget-list .container-error {
    display: none;
}