/** Shopify CDN: Minification failed

Line 6356:4 Unexpected "]"

**/
@import url(https://fonts.googleapis.com/css2?family=Kodchasan:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);

.color-accent-1,
.color-accent-2 {
    color: var(--color-base-accent-text)
}

.background-overlay.hold,
body {
    opacity: 1
}

.button svg,
svg {
    vertical-align: middle
}

.focus-inset:focus,
.focus-inset:focus:not(:focus-visible),
:focus:not(:focus-visible) {
    box-shadow: none;
    outline: 0
}

.halo-popup,
.halo-sidebar,
.halo-widget-banner,
.visibility-hidden {
    visibility: hidden
}

header__heading,
header__heading-link {
    position: relative !important;
    height: 100% !important
}

.card-information p,
.halo-popup-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

*,
::after,
::before {
    box-sizing: inherit
}

.select__select,
details>*,
html {
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@font-face {
    font-family: Digital;
    src: url("/cdn/shop/files/digital-7.regular.ttf?v=1717370217")
}

.ajax-loaded .data-lazy-loading,
.no-js-inline,
.no-js:not(html),
html.no-js .no-js-hidden {
    display: none !important
}

html.no-js .no-js:not(html) {
    display: block !important
}

html.no-js .no-js-inline {
    display: inline-block !important
}

body {
    font-family: var(--font-body-family);
    font-size: var(--font-body-size);
    font-weight: var(--font-body-weight);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    color: var(--color-text);
    background: var(--color-background);
    margin: 0 auto;
    visibility: visible;
    overflow-x: hidden
}

button {
    cursor: pointer
}

option.soldout {
    color: rgba(18, 18, 18, .5)
}

.color-accent-1 {
    background-color: var(--color-base-accent-1)
}

.color-accent-2 {
    background-color: var(--color-base-accent-2)
}

.body-boxed,
.footer-boxed,
.header-boxed {
    background-color: var(--color-background-layout-boxed);
    background-image: var(--image-background-layout-boxed);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed
}

.body-boxed .wrapper-body {
    background-color: var(--bg-white);
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    flex: 1
}

.halo-widget-banner {
    position: sticky;
    width: calc((100vw - 1400px)/ 2);
    top: 55%;
    transform: translateY(-50%);
    height: 100%;
    opacity: 0
}

.adaptive_height,
.container {
    position: relative;
    max-width: 100%
}

.halo-widget-banner+.halo-widget-banner {
    order: 3
}

.container {
    display: block;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

.button,
.halo-item,
.shopify-challenge__button {
    padding-left: 15px;
    padding-right: 15px
}

.halo-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.halo-popup-banner img,
.halo-row.column-1 .halo-item {
    width: 100%
}

.halo-row.column-2 .halo-item {
    width: 50%
}

.halo-row.column-3 .halo-item {
    width: calc(100% / 3)
}

.halo-row.column-4 .halo-item {
    width: 25%
}

.halo-row.column-5 .halo-item {
    width: 20%
}

.halo-row.column-6 .halo-item {
    width: calc(100% / 6)
}

.halo-row.column-7 .halo-item {
    width: calc(100% / 7)
}

.halo-row.column-8 .halo-item {
    width: calc(100% / 8)
}

.halo-row.column-9 .halo-item {
    width: calc(100% / 9)
}

.halo-row.column-10 .halo-item {
    width: 10%
}

.wrapper-body {
    overflow-x: hidden;
    padding-bottom: 20px
}

.template-index .wrapper-body {
    padding-bottom: 0;
    overflow: hidden
}

.template-index.style-arrows-5 .wrapper-body {
    overflow: initial
}

.halo-cart-sidebar .halo-sidebar-wrapper,
.overflow-hidden,
.template-index.style-arrows-5 .wrapper-body>.shopify-section:not(.section-special-banner),
body.notify-me-show {
    overflow: hidden
}

.adaptive_height {
    display: block;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .adaptive_height[style*="--padding-top-fpmb"] {
        padding-top: var(--padding-top-fpmb) !important
    }
}

.adaptive_height img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    object-fit: contain;
    object-position: center center;
    transition: opacity .5s
}

.adaptive_height img[style^=object-position] {
    object-fit: cover
}

.adaptive_height img.lazyload,
.adaptive_height img.lazyloading {
    opacity: 0;
    transition: var(--anchor-transition)
}

.adaptive_height img.lazyloaded {
    opacity: 1 !important
}

.adaptive_height img.lazyload+.data-lazy-loading,
.adaptive_height img.lazyloading+.data-lazy-loading {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: var(--bg-planceholder);
    display: block;
    transition: var(--anchor-transition)
}

.disable-srollbar::-webkit-scrollbar {
    display: none
}

.disable-srollbar::-webkit-scrollbar-track {
    display: none
}

.disable-srollbar::-webkit-scrollbar-thumb {
    display: none
}

.disable-srollbar::-webkit-scrollbar-thumb:hover {
    display: none
}

.bottom-bar svg {
    fill: none !important;
    stroke: none !important
}

svg {
    display: inline-block;
    fill: currentColor;
    stroke: currentColor;
    width: 1rem;
    height: 1rem;
    transition: var(--anchor-transition)
}

.icon {
    fill: var(--icon);
    stroke: transparent
}

.placeholder-svg {
    display: block;
    fill: rgba(120, 129, 136, 0.15);
    stroke: rgba(120, 129, 136, 0.2);
    background-color: rgba(120, 129, 136, .1);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgba(120, 129, 136, .2);
    stroke-width: .1px
}

.background-overlay,
.background-overlay1 {
    position: fixed;
    background-color: rgba(35, 35, 35, .8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: block !important;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--duration-long) ease
}

body:not(.safari).show_effect_close .background-overlay,
body:not(.safari).show_effect_close .background-overlay1,
body:not(.safari).show_effect_close .background-overlay1:hover,
body:not(.safari).show_effect_close .background-overlay:hover {
    cursor: none
}

body:not(.safari) .background-cursor-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(calc(var(--translate-y, 0) * 1px - 50%)) translateX(calc(var(--translate-x, 0) * 1px - 50%));
    -moz-transform: translateY(calc(var(--translate-y, 0) * 1px - 50%)) translateX(calc(var(--translate-x, 0) * 1px - 50%));
    -ms-transform: translateY(calc(var(--translate-y, 0) * 1px - 50%)) translateX(calc(var(--translate-x, 0) * 1px - 50%));
    -o-transform: translateY(calc(var(--translate-y, 0) * 1px - 50%)) translateX(calc(var(--translate-x, 0) * 1px - 50%));
    transform: translateY(calc(var(--translate-y, 0) * 1px - 50%)) translateX(calc(var(--translate-x, 0) * 1px - 50%));
    transition: transform 70ms;
    -webkit-transition: transform 70ms
}

body:not(.safari) .background-cursor-wrapper_outer {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

body:not(.safari) .background-cursor-wrapper_inner {
    width: 25px;
    height: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

body:not(.safari) .background-cursor-wrapper_inner,
body:not(.safari) .background-cursor-wrapper_outer {
    transform: scale(.1);
    opacity: 0;
    transition: transform 350ms ease-in-out, opacity 350ms 150ms
}

body:not(.safari) .background-cursor-wrapper.enlarge-cursor .background-cursor-wrapper_inner,
body:not(.safari) .background-cursor-wrapper.enlarge-cursor .background-cursor-wrapper_outer {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0s
}

body:not(.safari) .background-cursor-wrapper .background-cursor-wrapper_inner svg {
    width: 15px;
    height: 15px;
    stroke: #232323
}

.enable-gradient-color {
    background: var(--gradient-color-left) !important;
    background: -moz-linear-gradient(left, var(--gradient-color-left) 0, var(--gradient-color-right) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0, var(--gradient-color-left)), color-stop(100%, var(--gradient-color-right))) !important;
    background: -webkit-linear-gradient(left, var(--gradient-color-left) 0, var(--gradient-color-right) 100%) !important;
    background: -o-linear-gradient(left, var(--gradient-color-left) 0, var(--gradient-color-right) 100%) !important;
    background: -ms-linear-gradient(left, var(--gradient-color-left) 0, var(--gradient-color-right) 100%) !important;
    background: linear-gradient(to right, var(--gradient-color-left) 0, var(--gradient-color-right) 100%) !important;
    border: 0 !important
}

body.safari .button {
    transition: all .2s var(--button-transition-ease)
}

body:not(.safari) .button {
    transition: var(--duration-long) var(--button-transition-ease);
    transition-property: color, background, background-color, border
}

.button,
.shopify-challenge__button {
    display: block;
    width: 100%;
    font-family: var(--btn-1-font-family);
    font-size: var(--btn-1-font-size);
    font-weight: var(--btn-1-font-weight);
    text-transform: var(--btn-1-text-transform);
    text-align: var(--btn-1-text-align);
    letter-spacing: var(--btn-1-letter-spacing);
    line-height: var(--btn-1-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: var(--btn-1-border-radius);
    border-style: var(--btn-1-border-style);
    border-width: var(--btn-1-border-width);
    min-width: 130px;
    max-width: 100%;
    padding-top: var(--btn-1-padding-top);
    padding-bottom: var(--btn-1-padding-bottom);
    margin: auto;
    outline: 0 !important;
    box-shadow: var(--btn-1-horizontal-length) var(--btn-1-vertical-length) var(--btn-1-blur-radius) var(--btn-1-spread) var(--btn-1-all-bg-opacity) var(--btn-1-inset);
    cursor: pointer;
    position: relative
}

.capitalize,
.form-status-list .link::first-letter,
.haloCalculatorShipping .message .text,
h3.banner-heading,
label {
    text-transform: capitalize
}

.shopify-challenge__container .shopify-challenge__button {
    max-width: 304px;
    margin-top: 15px
}

.button svg {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0
}

.button.button--primary,
.button.button-1 {
    background: var(--btn-1-bg);
    border-color: var(--btn-1-border);
    color: var(--btn-1-color)
}

.button.button--primary svg,
.button.button-1 svg {
    fill: var(--btn-1-color)
}

.button.button--secondary,
.button.button-2 {
    background: var(--btn-2-bg);
    border-color: var(--btn-2-border);
    color: var(--btn-2-color)
}

.button.button--secondary svg,
.button.button-2 svg {
    fill: var(--btn-2-color)
}

.button.button-3 {
    background: var(--btn-3-bg);
    border-color: var(--btn-3-border);
    color: var(--btn-3-color)
}

.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.halo-block-header .title,
h1,
h2,
h3,
h4,
h5 {
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    letter-spacing: var(--heading-letter-spacing);
    color: var(--color-text);
    font-style: var(--font-heading-style)
}

.button.button-3 svg {
    fill: var(--btn-3-color)
}

.btn-unavailable,
.button.disabled,
.button:disabled,
.button[aria-disabled=true],
.button[disabled],
button.disabled,
button:disabled,
button[aria-disabled=true],
button[disabled] {
    opacity: .6;
    pointer-events: none
}

.button[aria-disabled=true].button-continue {
    opacity: 1;
    pointer-events: auto
}

.halo-block {
    position: relative;
    background: #fff
}

.halo-block-header {
    position: relative;
    margin: 0
}

.halo-block-header .title {
    display: inline-block;
    position: relative;
    font-size: var(--font-heading-size);
    text-transform: var(--heading-text-transform);
    line-height: var(--heading-line-height);
    margin-top: 1px;
    margin-bottom: 5px
}

.halo-block-header .title .text {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    background: var(--color-background);
    width: auto;
    max-width: 100%
}

.halo-block-header:not(.text-center) .title .text {
    padding: 0
}

.halo-block-header.text-left.viewAll--left .title,
.halo-block-header.text-right.viewAll--right .title {
    margin-right: 30px
}

.halo-block-header.text-left.viewAll--left.has-des .title,
.halo-block-header.text-right.viewAll--right.has-des .title,
.slick-dots li:last-child,
.slider-dots li:last-child {
    margin-right: 0
}

.halo-block-header.text-center .title {
    display: block;
    margin-right: 0
}

.halo-block-header .title:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: var(--heading-border-height);
    background: #c7c7c7
}

.halo-block-header .title svg {
    width: 26px;
    height: 26px;
    position: relative;
    top: -3px;
    margin-right: 8px;
    margin-left: 0
}

.halo-block-header .view_all {
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 16px
}

.halo-block-header .view_all .icon-svg {
    position: relative;
    top: -1px
}

.halo-block-header .text-left .text,
.halo-block-header.text-left .title .text {
    padding-left: 0
}

.halo-block-header .text-right .text,
.halo-block-header.text-right .title .text {
    padding-right: 0
}

.block-title--style2,
.countdown_style_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left !important
}

.left,
.text-left,
label {
    text-align: left
}

.block-title--style2 .title {
    display: inline-block;
    margin: 0 !important
}

.block-title--style2.enable_border_title_style2 .title {
    border-bottom: 3px solid
}

.block-title--style2 .title:before,
.circle-divider:last-of-type::after,
.haloCalculatorShipping .progress.progress-hidden,
:empty {
    display: none
}

.block-title--style2 .title .text {
    width: auto !important;
    padding: 0 !important
}

.block-title--style2 .view_all {
    margin: 0 !important;
    position: relative;
    top: -3px
}

.product-countdown-block {
    display: inline-block;
    border: 1px solid;
    padding: 6px 15px;
    line-height: 1;
    border-radius: 3px
}

.product-countdown-block .clock-item {
    display: inline-block;
    font-weight: 700
}

.product--countdown {
    flex: 1;
    position: relative;
    top: -7px;
    font-size: 0
}

.countdown_style_2 .text {
    width: auto !important
}

.countdown_style_2 .num {
    background: #323232;
    padding: 10px 8px;
    min-width: 34px;
    max-height: 34px;
    border-radius: 34px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-align: center
}

.countdown_style_2 .icon {
    margin-right: 5px;
    margin-left: 5px;
    color: #202020
}

.countdown_style_2 .product-countdown-block {
    margin-left: 0;
    border: 0
}

.price__label_sale {
    border-radius: 3px;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 3px !important;
    clip-path: polygon(0 50%, 20% 100%, 100% 100%, 100% 0, 20% 0, 0 50%)
}

.price__label_sale .label_sale {
    font-size: 12px;
    font-weight: 400;
    color: var(--sale-badge-color);
    background-color: var(--sale-badge-bg);
    padding: 0 10px;
    display: block
}

.halo-product-block .products-carousel {
    display: block;
    position: relative;
    margin: 0 -15px;
    width: auto !important
}

.halo-product-block .slick-dots {
    bottom: -40px
}

.halo-product-block .product {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px
}

.halo-product-block .products-carousel.slick-dotted {
    margin-bottom: 30px
}

.halo-product-block .products-carousel:not(.slick-initialized) {
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0
}

.halo-product-block .products-carousel:not(.slick-initialized)>.product {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.slider-progress-bar {
    display: block !important;
    height: var(--scrollbar-height);
    width: 100%;
    max-width: 100%;
    background: var(--scrollbar-track-color);
    background-clip: content-box;
    border: 1px solid transparent;
    margin-top: 50px
}

.slider-progress-bar .slider-scrollbar-track {
    position: relative;
    width: 100%;
    height: 100%
}

.slider-progress-bar .scrollbar-thumb {
    display: inline-block;
    position: absolute;
    top: auto;
    left: 0;
    transform: translate(0, -1px);
    width: var(--percent);
    max-width: 100%;
    height: var(--scrollbar-height);
    background-color: var(--scrollbar-thumb-color);
    transition: 1s ease-in-out
}

.slider-progress-bar .scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover-color);
    transition: 1s ease-in-out
}

.haloCalculatorShipping {
    position: relative;
    margin: 0 0 12px;
    min-height: var(--free-shipping-min-height);
    padding: 0 20px
}

.haloCalculatorShipping .progress {
    position: relative;
    margin: 0 0 10px;
    font-size: 0;
    letter-spacing: 0
}

.haloCalculatorShipping .progress .progress_shipping {
    height: var(--free-shipping-height);
    background-color: var(--free-shipping-bg);
    border-radius: var(--free-shipping-border-radius);
    border: 0
}

.haloCalculatorShipping .progress .progress-meter {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: calc(var(--font-body-size) - 1px);
    font-weight: var(--font-weight-normal);
    letter-spacing: 0;
    line-height: calc(var(--free-shipping-height) + 1px);
    color: var(--color-white);
    transition: width .3s
}

.haloCalculatorShipping .progress.progress-free .progress_shipping {
    border-color: var(--free-shipping-bg-4)
}

.haloCalculatorShipping .progress.progress-30 .progress_shipping {
    border-color: var(--free-shipping-bg-1)
}

.haloCalculatorShipping .progress.progress-60 .progress_shipping {
    border-color: var(--free-shipping-bg-2)
}

.haloCalculatorShipping .progress.progress-100 .progress_shipping {
    border-color: var(--free_shipping_color3)
}

.haloCalculatorShipping .progress.progress-free .progress-meter {
    background-color: var(--free-shipping-bg-4)
}

.haloCalculatorShipping .progress.progress-30 .progress-meter {
    background-color: var(--free-shipping-bg-1)
}

.haloCalculatorShipping .progress.progress-60 .progress-meter {
    background-color: var(--free-shipping-bg-2)
}

.haloCalculatorShipping .progress.progress-100 .progress-meter {
    background-color: var(--free-shipping-bg-3)
}

.haloCalculatorShipping .message {
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    letter-spacing: 0;
    line-height: var(--body-line-height);
    color: var(--free-shipping-color);
    transition: color var(--duration-default) ease-in-out
}

.haloCalculatorShipping .progress.progress-free+.message {
    color: var(--free-shipping-bg-4)
}

.cart-sidebar-show .haloCalculatorShipping .progress .progress-meter,
.template-cart .haloCalculatorShipping .progress .progress-meter {
    text-align: center;
    animation: 2s linear infinite progress-bar-stripes;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    transition: width .9s linear, background-color .9s linear;
    border-radius: var(--free-shipping-border-radius)
}

a,
hr {
    border: none
}

.halo-cart-sidebar .halo-sidebar-wrapper {
    padding-top: 13px
}

.progress-truck-wrapper {
    position: absolute;
    right: 0;
    bottom: -2px
}

.progress-truck-wrapper .icon-shipping-truck {
    --truck-color: var(--free-shipping-bg);
    width: calc(var(--free-shipping-height) * 3);
    height: calc(var(--free-shipping-height) * 3);
    stroke: white;
    transition: fill var(--duration-default) ease-in-out
}

.haloCalculatorShipping .progress.progress-free .progress-meter .progress-truck-wrapper .icon-shipping-truck {
    fill: var(--free-shipping-bg-4);
    color: var(--free-shipping-bg-4)
}

.haloCalculatorShipping .progress.progress-30 .progress-meter .progress-truck-wrapper .icon-shipping-truck {
    fill: var(--free-shipping-bg-1);
    color: var(--free-shipping-bg-1)
}

.haloCalculatorShipping .progress.progress-60 .progress-meter .progress-truck-wrapper .icon-shipping-truck {
    fill: var(--free-shipping-bg-2);
    color: var(--free-shipping-bg-2)
}

.haloCalculatorShipping .progress.progress-100 .progress-meter .progress-truck-wrapper .icon-shipping-truck {
    fill: var(--free-shipping-bg-3);
    color: var(--free-shipping-bg-3)
}

.footer-block__list-social .list-social__link svg,
.footer-block__list-social .list-social__link:hover svg,
.haloCalculatorShipping .progress-truck-wrapper .icon-shipping-truck .wheel {
    fill: white !important
}

.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important
}

.visually-hidden--inline {
    margin: 0;
    height: 1em
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.full-width-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.disclosure-has-popup,
.field,
.image-zoom,
summary {
    position: relative
}

.categories-title__style_3:before,
.grecaptcha-badge,
.hidden,
.icon--dropdown,
.product-infinite-scroll .button[disabled],
.productView-soldProduct,
.slide-content .slide-button svg,
a#themevale_clear-select,
button.button.button-ATC {
    display: none !important
}

.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    line-height: var(--heading-line-height)
}

.h0 {
    font-size: 4rem
}

.h1,
h1 {
    font-size: 3rem
}

.h2,
h2 {
    font-size: 2rem;
    line-height: 2.8rem
}

.link,
label {
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height)
}

.h3,
h3 {
    font-size: 1.7rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.2rem
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    display: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit
}

.center,
.text-center {
    text-align: center
}

.halo-lookbook-popup.swapped .halo-popup-wrapper.style-2 .card-title,
.right,
.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.display-empty:empty,
.halo-top-currency .currency-dropdown .icon svg polygon,
br:empty,
circle:empty,
hr:empty,
iframe:empty,
img:empty,
input:empty,
line:empty,
model-viewer:empty,
path:empty,
polygon:empty,
polyline:empty,
rect:empty,
shopify-installments-modal:empty,
shopify-payment-terms:empty,
textarea:empty,
use:empty {
    display: block
}

a {
    color: var(--color-link);
    cursor: pointer;
    box-shadow: none;
    text-decoration: none
}

body:not(.safari) a {
    transition: var(--anchor-transition)
}

.body-overflow-hd {
    overflow: hidden;
    padding-inline-end: 17px
}

.link {
    display: inline-block;
    vertical-align: top;
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal)
}

.not_img,
hr {
    display: block
}

.link-underline .text {
    transition: text-decoration var(--duration-short) ease
}

.circle-divider::after {
    content: '\2022';
    margin: 0 1.3rem 0 1.5rem
}

hr {
    height: .1rem;
    margin: 5rem 0;
    background-color: var(--color-background-10)
}

.break {
    word-break: break-word
}

.image-zoom {
    overflow: hidden
}

.image-zoom img {
    will-change: transform;
    transition: transform .64s
}

.not_img {
    height: var(--height_not_img);
    line-height: var(--height_not_img);
    background-color: rgba(35, 35, 35, .2);
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 15%)
}

.field__input,
.form-input,
label {
    font-size: var(--font-body-size)
}

img {
    max-width: 100%
}

.animate-arrow .icon-arrow path {
    transform: translateX(-.25rem);
    transition: transform var(--duration-short) ease
}

.animate-arrow:hover .icon-arrow path {
    transform: translateX(-.05rem)
}

summary {
    cursor: pointer;
    list-style: none
}

summary .icon-caret {
    position: absolute;
    height: .6rem;
    right: 1.5rem;
    top: calc(50% - .35rem)
}

summary::-webkit-details-marker {
    display: none
}

.disclosure-has-popup[open]>summary::before {
    content: ' ';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    cursor: default;
    background: 0 0
}

.disclosure-has-popup>summary::before {
    display: none
}

.disclosure-has-popup[open]>summary+* {
    z-index: 100
}

:focus-visible {
    outline: 0
}

.header [tabindex='-1']:focus,
:focus {
    outline: 0
}

.focus-inset:focus-visible {
    outline: 0;
    box-shadow: none
}

.focus-none {
    box-shadow: none !important;
    outline: 0 !important
}

.field {
    display: flex;
    width: 100%
}

.field__form {
    display: block;
    width: 100%
}

.field--with-error {
    flex-wrap: wrap
}

label {
    font-weight: var(--font-weight-medium);
    color: var(--form-label)
}

label em {
    color: #e95144
}

.field__label,
.form-label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 8px
}

.field__labelInline {
    position: absolute;
    left: 15px;
    top: 50%;
    color: var(--form-input-placeholder);
    transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
    pointer-events: none;
    transform: translateY(-50%);
    margin-bottom: 0
}

label.hiddenLabels {
    display: none;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border-radius: 0;
    min-height: unset;
    outline-offset: unset
}

.bundlePdItem-container input[type=checkbox],
input[type=radio] {
    display: none;
    border: 1px solid #000;
    clip: rect(1px, 1px, 1px, 1px);
    height: 15px;
    overflow: hidden;
    padding: 0;
    width: 15px;
    box-sizing: border-box
}

input[type=checkbox]+.form-label--checkbox,
input[type=radio]+.form-label--radio {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 0 23px;
    margin: 0;
    pointer-events: auto;
    cursor: pointer;
    line-height: 22px
}

input[type=checkbox]+.form-label--checkbox:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    border: 1px solid #dbdbdb;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-radius: 0
}

input[type=checkbox]+.form-label--checkbox:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23ffffff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    line-height: 1;
    transition: transform .3s ease-out;
    opacity: 0;
    transform: scale(.9)
}

input[type=checkbox]:checked+.form-label--checkbox:before {
    background-color: #000;
    border-color: #000
}

input[type=checkbox]:checked+.form-label--checkbox:after,
input[type=radio]:checked+.form-label--radio:after {
    opacity: 1;
    transform: scale(1)
}

input[type=radio]+.form-label--radio:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    transition: 50ms ease-out;
    background-color: var(--form-label-checkbox-before-bg);
    border: 1px solid var(--form-label-checkbox-before-border);
    width: 16px;
    height: 16px;
    border-radius: 50%
}

input[type=radio]+.form-label--radio:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 4px;
    transition: 50ms ease-out;
    width: 0;
    height: 0;
    border: 4px solid var(--form-label-checkbox-before-bg-checked);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    background-color: var(--form-label-checkbox-before-bg-checked)
}

input[type=radio]:checked+.form-label--radio:before {
    border-color: var(--form-label-checkbox-before-border-checked)
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    margin: 0;
    opacity: 1;
    width: 15px;
    height: auto
}

.field__input,
.form-input,
.select__select {
    -webkit-appearance: none;
    background-color: var(--form-input-bg);
    width: 100%;
    text-align: left;
    outline: 0 !important;
    color: var(--form-input-color);
    font-weight: var(--font-weight-normal);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    font-family: var(--font-body-family)
}

.field__input,
.form-input {
    flex-grow: 1;
    display: block;
    height: auto;
    border: 1px solid var(--form-input-border);
    box-shadow: unset !important;
    padding-top: var(--btn-1-padding-top);
    padding-bottom: var(--btn-1-padding-bottom);
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--btn-1-border-radius);
    -moz-appearance: none;
    appearance: none
}

input.form-input-placeholder::-webkit-input-placeholder {
    color: var(--form-input-placeholder);
    transition: var(--anchor-transition)
}

input.form-input-placeholder:-ms-input-placeholder {
    color: var(--form-input-placeholder);
    transition: var(--anchor-transition)
}

input.form-input-placeholder::placeholder {
    color: var(--form-input-placeholder);
    transition: var(--anchor-transition)
}

input.form-input-placeholder:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden
}

input.form-input-placeholder:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden
}

input.form-input-placeholder:focus::placeholder {
    opacity: 0;
    visibility: hidden
}

.field__input::-webkit-search-cancel-button {
    display: none
}

input.form-input-hiddenPlaceholder::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden
}

input.form-input-hiddenPlaceholder::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden
}

input.form-input-hiddenPlaceholder::placeholder {
    opacity: 0;
    visibility: hidden
}

.field__input:-webkit-autofill~.field__labelInline,
.field__input:focus~.field__labelInline,
.field__input:not(:placeholder-shown)~.field__labelInline {
    font-size: 1rem;
    top: 5px;
    left: 10px;
    letter-spacing: .04rem;
    transform: unset
}

.select__select {
    font-size: var(--font-body-size);
    appearance: none;
    transition: box-shadow var(--duration-short) ease;
    cursor: pointer;
    padding: 11px 15px 10px;
    box-shadow: 0 0 0 .1rem var(--form-input-border);
    border: 0;
    border-radius: var(--btn-1-border-radius);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 24 24'%3E%3Cpath d='M 7 10 L 12 15 L 17 10 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 20px 20px;
    min-height: 45px
}

.select__select:hover {
    box-shadow: 0 0 0 .2rem var(--form-input-border)
}

.text-area {
    min-height: 10rem;
    resize: none
}

.text-area--resize-vertical {
    resize: vertical
}

.form__message {
    display: flex;
    align-items: center;
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    line-height: var(--body-line-height);
    color: var(--color-grey);
    outline: 0;
    box-shadow: none
}

.form__message .icon {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0
}

.form-status {
    margin: 0
}

.form-status-list {
    padding: 0;
    margin: 2rem 0 4rem
}

.form-status-list li {
    list-style-position: inside
}

.form-field.form-field--success .form-input,
.form-field.form-field--success .form-textarea {
    border-color: var(--color-success-bg)
}

.form-field.form-field--error .form-input,
.form-field.form-field--error .form-textarea {
    border-color: var(--color-error-bg)
}

.update-quantity__group {
    display: flex;
    max-width: 94px;
    position: relative
}

.update-quantity__group .btn-quantity {
    width: 32px;
    height: 45px;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.product-edit-quantity .update-quantity__group .btn-quantity:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    left: 10px;
    top: 22px;
    background: #5a5a5a
}

.product-edit-quantity .update-quantity__group .btn-quantity.plus:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    left: 10px;
    top: 22px;
    background: #5a5a5a;
    transform: rotate(90deg)
}

.update-quantity__group .btn-quantity.plus {
    right: 0;
    left: auto
}

.update-quantity__group .form-input {
    width: 100%;
    padding: 0 32px;
    height: 45px;
    text-align: center
}

.update-quantity__group input::-webkit-inner-spin-button,
.update-quantity__group input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none
}

.update-quantity__group input[type=number] {
    -moz-appearance: textfield
}

.modal__toggle {
    list-style-type: none
}

.no-js details[open] .modal__toggle {
    position: absolute;
    z-index: 2
}

.modal__toggle-close {
    display: none
}

.no-js details[open] .modal__toggle-close {
    display: flex;
    z-index: 1;
    height: 1.7rem;
    width: 1.7rem
}

.modal__toggle-open {
    display: flex
}

.no-js .modal__close-button.link,
.no-js details[open] .modal__toggle-open {
    display: none
}

.modal__close-button.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 4.4rem;
    width: 4.4rem;
    background-color: transparent
}

.modal__close-button .icon {
    width: 1.7rem;
    height: 1.7rem
}

.modal__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-white)
}

.cart-count-bubble:empty,
.halo-top-currency .currency-menu .text+svg,
.modal__content:empty,
.wishlist-count-bubble:empty {
    display: none
}

.cart-count-bubble,
.wishlist-count-bubble {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 18px;
    min-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    line-height: 15px;
    letter-spacing: var(--body-letter-spacing);
    background-color: var(--color-global);
    color: var(--color-white);
    letter-spacing: 0
}

.page-header,
.page-subheader {
    display: block;
    font-family: var(--font-page-title-family);
    color: var(--color-text);
    margin: 0;
    position: relative
}

.cart-count-bubble .text {
    display: inherit
}

.bottom-bar--list .cart-count-bubble {
    min-width: 18px;
    min-height: 16px
}

.page-header {
    font-size: var(--font-page-title-size);
    font-weight: var(--font-page-title-weight);
    font-style: var(--font-page-title-style);
    line-height: var(--page-title-line-height);
    letter-spacing: var(--page-title-letter-spacing);
    text-transform: var(--page-title-text-transform);
    padding: 37px 0 25px
}

.breadcrumb-container+.page-header {
    padding-top: 10px
}

.page-subheader {
    font-size: calc(var(--font-page-title-size) - 6px);
    font-weight: var(--font-weight-semibold);
    letter-spacing: var(--body-letter-spacing);
    line-height: calc(var(--font-page-title-size) + 2px);
    padding: 0 0 17px
}

.customer-links,
.mobile-header-2 .header-mobile--right .header-mobile--icon+.header-mobile--icon {
    margin-left: 25px
}

#shopify-section-announcement-bar {
    position: relative;
    z-index: 2
}

.announcement-bar__message {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 2px 0
}

.announcement-bar__message .message,
.announcement-bar__message p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 15px;
    position: relative;
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-medium);
    letter-spacing: .05em;
    line-height: var(--body-line-height);
    margin: 0
}

.announcement-bar__message .message a,
.style-dots-2 .slick-dots li:first-child,
.style-dots-2 .slider-dots li:first-child {
    margin-left: 5px
}

.announcement-bar__message .message a:hover {
    text-decoration: underline
}

.announcement-bar__message .message span img {
    position: relative;
    top: -4px;
    margin-right: 25px
}

.announcement-bar__message .message span.btn {
    margin-left: 32px;
    font-weight: var(--font-weight-medium);
    padding: 1px 10px;
    border-radius: 3px;
    min-width: 110px;
    border: 1px solid;
    letter-spacing: 0;
    color: var(--button-color-style);
    background: var(--button-background-style);
    border-color: var(--button-border-style)
}

.announcement-close {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    line-height: 1;
    font-size: 0;
    letter-spacing: 0;
    background: 0 0;
    border: none;
    padding: 0
}

.announcement-close svg {
    width: 100%;
    height: 100%;
    fill: var(--icon);
    stroke: transparent
}

.top-mesage-countdown {
    text-align: center;
    font-weight: var(--font-weight-bold);
    padding-top: 10px
}

.announcement-bar .announcement-countdown {
    padding: 14px 0 12px
}

.announcement-bar .announcement-countdown .clock-item {
    border-radius: 4px;
    box-shadow: 0 3px 1px rgb(247 248 250 / 80%);
    margin-left: 10px;
    margin-right: 10px;
    width: 48px;
    height: 50px;
    position: relative
}

.announcement-bar .announcement-countdown .clock-item:before {
    content: ":";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
    font-size: 22px
}

.announcement-bar .announcement-countdown .clock-item:last-child:before {
    content: none
}

.announcement-bar .announcement-countdown .clock-item span.num {
    font-size: 20px
}

.announcement-bar .announcement-countdown .clock-item span.text {
    font-size: 12px;
    text-transform: capitalize
}

.announcement-bar .announcement-countdown+.announcement-close {
    width: 21px;
    height: 21px
}

.announcement-bar [data-announcement-bar] .slick-arrow.slick-prev svg {
    transform: rotate(0)
}

.announcement-bar [data-announcement-bar] .slick-arrow {
    background: 0 0;
    border: none;
    opacity: 1 !important;
    box-shadow: none
}

.announcement-bar [data-announcement-bar] .slick-arrow svg {
    width: 18px;
    height: 18px;
    transform: rotate(0) !important
}

@media (max-width:424px) and (min-width :345px) {
    div#announcement_Egi9aB {
        font-size: 10px !important
    }
}

@media (max-width:344px) {
    div#announcement_Egi9aB {
        font-size: 8px !important
    }
}

.my-slideshow .slick-arrow {
    top: 25%
}

.my-slideshow .slick-arrow.slick-prev {
    left: -10px
}

.my-slideshow .slick-arrow.slick-next {
    right: -10px
}

.shopify-section-header-sticky {
    position: sticky;
    top: 0;
    transition: opacity .1s, visibility .2s, transform .2s, -webkit-transform .2s, top .2s
}

.shopify-section-header-hidden {
    transform: translateY(-100%)
}

.shopify-section-header-sticky.slide-down {
    transform: translateY(-100%);
    animation: 250ms ease-in-out forwards headerSlideDown
}

#shopify-section-header.animate {
    transition: transform .25s ease-out
}

.header {
    pointer-events: auto
}

.header-wrapper,
.menu-lv-item .site-nav-list-dropdown>a,
.menu-lv-item>a,
.slideshow .item {
    display: block;
    position: relative
}

.header-top {
    display: none;
    position: relative;
    background-color: var(--bg-white);
    padding-top: 15px;
    padding-bottom: 16px
}

.header-top--wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between
}

.shopify-section-header-sticky .header-top--wrapper {
    min-height: auto
}

.header-top--wrapper-2 {
    padding-top: 15px;
    padding-bottom: 15px
}

.header-mobile--icon .header__heading-link svg,
.header__logo .header__heading svg {
    width: 100%;
    height: auto
}

.header-top--left,
.header-top--right {
    display: block;
    position: relative;
    font-size: 0;
    letter-spacing: 0
}

.header-top--right .free-shipping-text {
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 15px
}

.halo-top-currency .text,
.halo-top-language .text {
    font-weight: var(--font-weight-medium);
    text-transform: uppercase
}

.header__group .header__icon--cart svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: -2px
}

.header__group .cart-count-bubble,
.style-arrows-5 .slick-next:hover svg {
    margin-left: 8px
}

.header__group .header__icon--wishlist svg {
    width: 19px;
    height: 18px;
    margin-right: 8px
}

.menu-lv-item.menu-lv-1 .icon-dropdown,
.slideshow:not(.slick-slider) .swatch .item:nth-child(n+2),
.top-language-currency {
    display: inline-block
}

.top-language-currency .halo-top-currency,
.top-language-currency .halo-top-language {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.halo-top-language+.halo-top-currency {
    margin-left: 7px
}

.halo-top-language .icon {
    width: 16px;
    height: 16px
}

.halo-top-language .icon svg {
    width: 16px;
    height: 16px;
    stroke: initial;
    vertical-align: top
}

.halo-top-language .text {
    font-family: var(--font-body-family);
    margin-left: 5px;
    margin-right: 5px
}

.halo-top-language .disclosure__button {
    border: 0
}

.dropdown-language .disclosure__list {
    padding: 8px 0
}

.dropdown-language .localization-form .disclosure__link {
    display: flex;
    align-items: center;
    padding: 7px 15px
}

.dropdown-language .localization-form {
    min-width: 100px
}

.dropdown-language .localization-form .disclosure__link .icon {
    width: 22px;
    height: 22px;
    margin-right: 6px
}

.dropdown-language .localization-form .disclosure__link .icon svg {
    width: 22px;
    height: 22px
}

.dropdown-language .localization-form .disclosure__link.disclosure__link--active,
.dropdown-language .localization-form .disclosure__link:hover {
    text-decoration: underline;
    text-underline-offset: 2px
}

.header-top-right-group {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header-top-right-group .customer-service-text {
    font-size: var(--font-body-size);
    margin-right: 15px;
    letter-spacing: var(--body-letter-spacing)
}

.header-top--wrapper .customer-service-text p,
.product-label p {
    margin: 0
}

.halo-top-currency .currency-dropdown {
    line-height: 1
}

.halo-top-currency .currency-dropdown .dropdown-label {
    display: flex;
    align-items: center;
    cursor: pointer
}

.halo-top-currency .currency-dropdown.shopify-currency .dropdown-label {
    display: flex;
    align-items: center
}

.halo-top-currency .icon,
.halo-top-currency .shopify-currency .img-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: -1px
}

.halo-top-currency .text {
    color: #232323;
    margin-left: 5px;
    margin-right: 5px
}

.halo-popup-desc,
.header__heading .h2 {
    font-weight: var(--font-weight-normal)
}

.halo-top-language .text+svg {
    width: 9px;
    height: 10px
}

.halo-top-currency .text+svg {
    position: relative;
    top: 0;
    width: 9px;
    height: 10px
}

.halo-top-currency .currency-dropdown .icon svg {
    width: 100%;
    height: 100%;
    stroke: initial
}

.dropdown-currency,
.dropdown-language {
    display: flex;
    justify-content: flex-end;
    background: var(--bg-white);
    position: absolute;
    right: 0;
    top: 10px;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
    webkit-transition: all .3s ease;
    transition: .3s;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%)
}

.dropdown-currency.show,
.dropdown-language.show {
    top: calc(100% + 4px);
    opacity: 1;
    z-index: 9;
    overflow: visible;
    pointer-events: auto
}

.header__icons {
    position: static !important
}

.halo-block-content,
.header__icon,
.header__iconItem .header__icon--cart .cart-count-bubble,
.mobileMenu-toggle,
[data-show-lookbook-container][data-style="2"] [data-lookbook-item-container] {
    position: relative
}

.header__heading {
    display: block;
    font-size: 0;
    letter-spacing: 0
}

.header__heading .h2 {
    font-size: var(--font-heading-size);
    line-height: var(--body-line-height);
    letter-spacing: var(--letter-spacing);
    color: var(--color-text);
    line-height: normal;
    white-space: nowrap;
    overflow: hidden
}

.header__heading--item .header__heading-link {
    display: none
}

.header__heading--item .header__heading-link.is-active {
    display: flex;
    align-items: center
}

.header__iconItem {
    display: inline-block;
    vertical-align: middle
}

.header-top-right-group .header__search {
    margin-left: 20px
}

.header__icon--cart *,
.header__icon--wishlist * {
    display: inline-block !important;
    vertical-align: middle
}

.cart-text,
.customer-links,
.wishlist-text {
    font-size: var(--font-body-size);
    letter-spacing: var(--body-letter-spacing)
}

.customer-links {
    display: inline-block;
    vertical-align: middle
}

.header__search .search-modal__form {
    max-width: 160px
}

.header__search .search-modal__form .search__input {
    padding: 3px 10px;
    background-color: transparent;
    border: 0
}

.header__search .search-modal__form .search__button {
    min-width: inherit;
    text-overflow: unset;
    padding: 1px 10px 4px;
    border-radius: 0;
    min-height: 30px;
    background: 0 0;
    box-shadow: none;
    border: 0
}

.header__search .search-modal__form .search__button svg {
    width: 14px;
    height: 14px;
    position: relative;
    top: 1px
}

.header-mobile--icon .header__icon--account svg:not(.user-circle),
.header-mobile--icon .header__icon--cart svg {
    width: 22px;
    height: 22px
}

.header-search-close {
    display: none;
    background: 0 0;
    border: none
}

.header__icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    letter-spacing: 0;
    line-height: 1;
    width: auto
}

.header__icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

#snize-modal-product-quick-view.snize-results-new-design .snize-close-button,
.header__icon .icon {
    display: block
}

.header__icon--menu .icon {
    transform: scale(1);
    transition: transform 150ms, opacity 150ms
}

.header__icon .icon-search-1 {
    transform: rotate(-90deg)
}

.section-header-mobile {
    z-index: 20
}

.mobileMenu-toggle,
.slick-arrow {
    z-index: 1;
    outline: 0;
    border: none;
    font-size: 0
}

.header-mobile {
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    background: var(--bg-color);
    padding: var(--p-top) 0 var(--p-bottom);
    display: block
}

.header-mobile__item--cart,
.mobile-header-2 .header-mobile--right .header-mobile--icon {
    padding-right: 10px
}

@media screen and (min-width:1025px) {
    .header {
        opacity: .01;
        animation: 550ms ease-in forwards slowShow
    }

    .my-slideshow .slick-arrow.slick-prev {
        left: -10px !important;
        top: 35%
    }

    .my-slideshow .slick-arrow.slick-next {
        right: -10px !important;
        top: 36%
    }

    .slick-arrow.slick-next:hover,
    .slick-arrow.slick-prev:hover {
        background: 0 0 !important
    }

    .section-header-mobile {
        display: none
    }
}

.header-mobile--wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: min(30px, 5%)
}

.header-mobile--item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between
}

.header-mobile--left {
    justify-content: flex-start
}

.header-mobile__item--logo {
    display: flex;
    width: auto;
    flex: 1;
    justify-content: center
}

.halo-lookbook-popup.swapped .halo-popup-wrapper.style-2 .card-price,
.header-mobile--right {
    justify-content: flex-end
}

.header-mobile--icon {
    display: flex;
    align-items: center;
    width: auto;
    min-height: 50px
}

.header-mobile--icon.item__mobile--hamburger {
    margin-right: 3px
}

.header-mobile--icon .header__icon--account .user-circle {
    width: 26px;
    height: 26px
}

.header-mobile--icon .header__icon--cart .bag-curved,
.mobileMenu-toggle {
    width: 24px;
    height: 24px
}

.header-mobile--icon .header__icon--cart .shopping-basket {
    width: 23px;
    height: 23px;
    margin-right: 1px
}

.header-mobile--icon .header__heading-link,
.header-mobile--icon .header__heading-logo {
    text-align: center
}

.header-mobile--icon .header__heading-link .h2,
.header-mobile--icon .header__heading-logo .h2 {
    font-size: var(--logo-font-size);
    font-weight: var(--logo-font-weight);
    color: var(--logo-color)
}

.header-mobile__item .icon {
    fill: var(--i-color)
}

.header-mobile__item .header__icon--cart .cart-count-bubble {
    color: var(--color-bubble);
    background-color: var(--bg-bubble);
    display: flex !important;
    align-items: center;
    justify-content: center
}

.header-mobile__item--search .modal__toggle-close,
.products-cursor,
menu-drawer+.header__search {
    display: none
}

.mobileMenu-toggle {
    overflow: hidden;
    box-shadow: none;
    display: block;
    padding: 0;
    background: 0 0
}

.mobileMenu-toggle__Icon,
.mobileMenu-toggle__Icon::after,
.mobileMenu-toggle__Icon::before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    transform: rotate(0);
    transition: transform .1s ease-in, top .1s ease-in 150ms, bottom .1s ease-in 150ms;
    background-color: var(--i-color)
}

.slick-arrow.slick-prev,
.style-arrows-2 .slick-arrow.slick-prev {
    transform: translateY(-50%) rotate(0)
}

.mobileMenu-toggle__Icon {
    top: 50%;
    width: calc(100%);
    transform: translateY(-50%);
    transition: background-color 10ms ease-in .1s
}

.footer-block__newsletter svg,
.select-icon .glyphicon,
.slick-arrow {
    transition: var(--anchor-transition)
}

.mobileMenu-toggle__Icon::before {
    top: -8px
}

.mobileMenu-toggle__Icon::after {
    bottom: -8px
}

.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon {
    background-color: transparent;
    transition-delay: 0.1s
}

.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::after,
.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::before {
    bottom: auto;
    top: auto;
    transition: transform .1s ease-in 150ms, top .1s ease-in, bottom .1s ease-in
}

.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::before {
    top: 0;
    transform: rotate(45deg)
}

.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::after {
    bottom: 0;
    transform: rotate(-45deg)
}

details.menu-opening>.header__icon--menu .icon-hamburger,
details:not(.menu-opening)>.header__icon--menu .icon-close {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: scale(.8)
}

.no-js details[open]>.header__icon--search {
    top: 1rem;
    right: .5rem
}

.slick-arrow {
    display: block;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 8px;
    width: var(--arrow-width);
    height: var(--arrow-height);
    transform: translateY(-50%);
    background: 0 0;
    border: var(--arrow-border-width) solid var(--arrow-border-color);
    border-radius: var(--arrow-border-radius)
}

.slick-dots li,
.slick-dots li button,
.slider-dots li,
.slider-dots li button {
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.slick-arrow svg {
    max-width: 100%;
    max-height: 100%;
    width: var(--arrow-size-icon);
    height: var(--arrow-size-icon);
    color: var(--arrow-color);
    fill: var(--arrow-color);
    stroke: transparent
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-prev svg {
    transform: rotate(-180deg)
}

.slick-arrow.slick-next {
    right: 0
}

.slick-arrow.slick-arrow--bottom {
    top: auto;
    transform: unset;
    width: 30px;
    height: 30px;
    padding: 0
}

.slick-arrow--bottom.slick-prev {
    left: 0;
    transform: rotate(-180deg)
}

.slick-arrow--bottom.slick-next {
    right: 0
}

.enable_button_disable_arrows .slick-arrow.slick-disabled,
.footer-block__subheading.rte,
.form--check,
.my-slideshow .container-full button :empty,
.slideshow .item.item-video+.slide-content .slide-heading,
.slideshow .item.item-video+.slide-content .slide-text {
    display: block !important
}

.slick-arrow.slick-disabled {
    display: none !important;
    opacity: .4
}

.slick-dots,
.slider-dots {
    position: absolute;
    top: auto;
    bottom: -40px;
    left: 0;
    list-style: none;
    display: block;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    padding: 0;
    width: 100%
}

.slick-dots li,
.slider-dots li {
    width: auto;
    height: auto;
    margin: 0 7px
}

.slick-dots li:first-child,
.slider-dots li:first-child {
    margin-left: 0
}

.slick-dots li button,
.slider-dots li button {
    border: 1px solid #cecece;
    background: #cecece;
    font-size: 0;
    letter-spacing: 0;
    padding: 0;
    width: var(--dots-width);
    height: var(--dots-height);
    cursor: pointer;
    transition: var(--anchor-transition)
}

.slick-dots li.slick-active button,
.slider-dots li.active button {
    background: var(--dots-color-active);
    border-color: var(--dots-border-color-active)
}

.slick-loading .slick-slide,
.slick-slider img {
    visibility: visible !important
}

.style-arrows-2 .slick-arrow {
    padding: 0 0 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1)
}

.style-arrows-2 .slick-arrow.slick-prev svg {
    transform: rotate(0)
}

.style-arrows-2 .slick-arrow.slick-next svg {
    transform: rotate(-180deg)
}

.halo-video-popup .halo-popup-wrapper,
.slick-track .product,
.style-arrows-5 .slick-arrow {
    padding: 0
}

.style-arrows-5 .slick-arrow svg {
    transition: .3s ease-in-out
}

.style-arrows-5 .slick-arrow.slick-prev svg {
    transform: rotateY(180deg)
}

.style-arrows-5 .slick-prev:hover svg {
    margin-left: -13px
}

.style-arrows-5 .sidebarBlock-product .slick-arrow {
    width: 40px
}

.products-counter-number {
    order: -1;
    position: absolute;
    top: 6px;
    text-align: left
}

.style-dots-2 .slick-dots,
.style-dots-2 .slider-dots {
    width: auto;
    background-color: var(--dots-style2-background-opacity);
    border-radius: 4px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%)
}

.style-dots-2 .slick-dots li:last-child,
.style-dots-2 .slider-dots li:last-child {
    margin-right: 5px
}

.style-dots-2 .slick-dots li,
.style-dots-2 .slider-dots li {
    margin: 0 5px;
    vertical-align: top
}

.style-dots-2 .slideshow .slick-dots {
    bottom: 34px
}

.select-icon {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 2
}

.select-icon .glyphicon {
    width: 24px;
    height: 24px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transform: rotate(0)
}

.select-icon .glyphicon:after,
.select-icon .glyphicon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.select-icon .glyphicon:before {
    width: 10px;
    height: 2px
}

.select-icon .glyphicon:after {
    width: 2px;
    height: 10px
}

.select-icon:before {
    -webkit-animation: 1.5s linear infinite box-shadow;
    animation: 1.5s linear infinite box-shadow;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 0
}

.popup-lookbook-product-style-1 .select-icon.active .glyphicon {
    transform: rotate(45deg)
}

.halo-lookbook-popup {
    position: absolute;
    width: 200px;
    max-width: 100%;
    display: none;
    z-index: 5
}

.halo-lookbook-popup.style-2 {
    width: 230px !important;
    height: 85px !important;
    display: block !important;
    opacity: 0;
    transition: opacity 250ms ease-in-out
}

.halo-lookbook-popup.style-2.visible,
.slideshow:hover .slick-arrow {
    opacity: 1
}

.halo-lookbook-popup .halo-popup-wrapper.style-1,
.halo-lookbook-popup .halo-popup-wrapper.style-2 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%)
}

.halo-lookbook-popup .halo-popup-wrapper.style-1 {
    padding: 18px 18px 7px;
    background-color: #fff;
    border: 1px solid #fbfbfb;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px
}

:root {
    --lookbook-style-2-border-radius: 0.5rem
}

.halo-lookbook-popup .halo-popup-wrapper.style-2 {
    padding: 9px 13px 9px 9px;
    background: var(--lookbook-background-color);
    -moz-border-radius: var(--lookbook-style-2-border-radius);
    -webkit-border-radius: var(--lookbook-style-2-border-radius);
    -ms-border-radius: var(--lookbook-style-2-border-radius);
    -o-border-radius: var(--lookbook-style-2-border-radius);
    border-radius: var(--lookbook-style-2-border-radius);
    max-width: 170px;
    height: 63px;
    max-height: 63px;
    cursor: pointer
}

.halo-lookbook-popup .halo-popup-wrapper.style-2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(-45deg);
    border-style: solid;
    border-width: 0 1.3px 1.3px 0;
    border-color: var(--lookbook-text-color);
    display: inline-block;
    padding: 2px;
    transition: transform 150ms ease-in-out
}

.halo-lookbook-popup.swapped .halo-popup-wrapper.style-2::after {
    right: auto;
    left: 12px;
    transform: translateY(-50%) rotate(135deg)
}

.halo-lookbook-popup .halo-popup-wrapper.style-2:hover::after {
    transform: translateY(-50%) translateX(3px) rotate(-45deg)
}

.halo-lookbook-popup.swapped .halo-popup-wrapper.style-2:hover::after {
    transform: translateY(-50%) translateX(-3px) rotate(135deg)
}

.halo-lookbook-popup .halo-popup-wrapper.style-2 .card-information,
.halo-notifyMe--popup {
    padding-top: 0
}

.halo-lookbook-popup .halo-popup-wrapper.style-2 .card-title {
    text-align: left;
    margin-bottom: 0;
    color: var(--lookbook-text-color);
    -webkit-line-clamp: 1
}

.halo-lookbook-popup .halo-popup-wrapper.style-2 .card-price {
    justify-content: flex-start;
    font-size: calc(var(--product-title-font-size) + 2px);
    font-weight: var(--font-weight-semibold);
    margin-bottom: 0;
    color: var(--lookbook-text-color)
}

.halo-lookbook-popup .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    display: block;
    background-color: transparent
}

.halo-lookbook-popup .close-modal {
    position: fixed;
    right: 15px;
    top: 15px
}

.halo-lookbook-popup .close-modal svg {
    color: #fff;
    width: 24px;
    height: 24px
}

.halo-popup {
    display: block;
    position: fixed;
    top: 55%;
    left: 50%;
    height: auto;
    z-index: 102;
    width: 100%;
    max-width: calc(100% - 30px);
    opacity: 0;
    pointer-events: none;
    background-color: var(--bg-white);
    box-shadow: 0 6px 27px 0 rgb(0, 0, 0, .2);
    transition: opacity .3s, transform 350ms, visibility 350ms;
    transform: translate3d(calc(-50% - 10px), -50%, 0)
}

.halo-popup-banner {
    display: none;
    position: relative
}

.halo-popup-wrapper {
    position: relative;
    padding: 30px
}

.halo-popup-header {
    margin: 0 0 25px;
    padding: 21px 0 0
}

.halo-popup-close {
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 1;
    font-size: 0;
    letter-spacing: 0;
    background: var(--bg-black);
    text-align: center;
    padding: 7px;
    border: none
}

.halo-popup-desc,
.halo-sidebar-header .title {
    line-height: var(--body-line-height);
    color: var(--color-text)
}

.alertBox,
.customPopup-title-2,
.halo-popup-desc,
.halo-sidebar-header .title {
    letter-spacing: var(--body-letter-spacing)
}

.customPopup-close,
.halo-sidebar {
    background-color: var(--bg-white)
}

.halo-popup-close svg {
    width: 100%;
    height: 100%;
    fill: var(--color-white)
}

.halo-popup-title {
    font-size: var(--font-heading-size);
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

.halo-popup-desc {
    display: block;
    font-size: var(--font-body-size);
    padding: 2px 0 20px
}

.halo-popup-scroll {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh;
    webkit-overflow-scrolling: touch
}

.customPopup-banner {
    height: auto;
    max-height: 81vh
}

.customPopup-header {
    padding-top: 0 !important
}

.customPopup-header-2 {
    padding: 3px 30px !important;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef
}

.customPopup-close {
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    padding: 0
}

.customPopup-close svg {
    fill: var(--bg-black)
}

.customPopup-title {
    line-height: 25px;
    font-style: normal;
    font-size: calc(var(--font-body-size) + 4px);
    font-weight: var(--font-weight-bold)
}

.customPopup-title-2 {
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    text-transform: capitalize;
    color: var(--text-cart);
    padding-top: 10px;
    padding-bottom: 10px
}

body.term-condition-show .halo-term-condition-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1000
}

body.term-condition-show .background-overlay {
    opacity: 1;
    pointer-events: auto;
    z-index: 999
}

.halo-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    height: 100%;
    z-index: 101;
    max-width: calc(100vw - 40px);
    width: 100%;
    opacity: 1;
    transition: opacity .5s, transform var(--duration-long) ease, visibility var(--duration-long) ease
}

.footbar-fixed,
.footbar-fixed-left,
.footbar-fixed-right {
    transition: .3s;
    right: 0;
    bottom: 0
}

.halo-sidebar-header {
    position: relative;
    padding: 24px 20px 0;
    background-color: #fff
}

.halo-sidebar-header .title {
    display: block;
    font-size: calc(var(--font-body-size) + 4px);
    font-style: var(--font-heading-style);
    font-weight: var(--font-weight-semibold);
    text-transform: capitalize
}

.halo-block-header.text-center span,
.halo-sidebar-header .title,
h2.footer-block__heading,
h2.sidebarBlock-heading.is-clicked {
    font-style: normal !important
}

.alertBox,
.menu-lv-1 .label {
    font-weight: var(--font-weight-normal)
}

.halo-sidebar-close {
    position: absolute;
    top: 16px;
    width: 40px;
    height: 40px;
    font-size: 0;
    z-index: 10;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: auto;
    background-color: transparent;
    border: none;
    padding: 0
}

.halo-sidebar-close svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: var(--color-text);
    stroke: transparent
}

.halo-sidebar-wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 70px
}

.halo-sidebar.halo-sidebar-left {
    left: 0;
    transform: translate3d(-101%, 0, 0)
}

.halo-sidebar.halo-sidebar-right {
    right: 0;
    transform: translate3d(101%, 0, 0)
}

.halo-sidebar.halo-sidebar-left .halo-sidebar-close {
    left: 20px
}

.halo-sidebar.halo-sidebar-right .halo-sidebar-close {
    right: 20px
}

.alertBox {
    font-size: var(--font-body-size);
    line-height: var(--body-line-height);
    padding: 13px 15px
}

.alertBox-message {
    margin-top: 0;
    margin-bottom: 0
}

.alertBox.alertBox--success {
    color: var(--color-success);
    background-color: var(--color-success-bg)
}

.alertBox.alertBox--error {
    color: var(--color-error);
    background-color: var(--color-error-bg)
}

.alertBox.alertBox--info {
    color: var(--color-info);
    background-color: var(--color-info-bg)
}

.halo-notifyMe {
    padding: 30px 0 0
}

.halo-notifyMe .form-field {
    display: flex;
    flex-wrap: wrap
}

.halo-notifyMe .form-input {
    width: calc(100% - 185px)
}

.halo-notifyMe .form-label {
    color: #232323
}

.halo-notifyMe .button {
    width: 175px;
    margin: 0 0 0 10px
}

.notifyMe-text {
    display: none;
    margin: 20px 0 0
}

.halo-notifyMe--popup .form-label {
    text-align: center;
    margin-bottom: 23px
}

.halo-notifyMe--popup .form-input {
    width: 100%
}

.halo-notifyMe--popup .button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px
}

body.is-custom-information .background-overlay,
body.notify-me-show .background-overlay,
body.video-show .background-overlay {
    opacity: 1;
    pointer-events: all
}

body.notify-me-show .halo-notify-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(-50%, -50%, 0);
    z-index: 201
}

.header__inline-menu {
    display: block;
    grid-area: navigation
}

.header__inline-menu[data-navigation] .menu-heading-mobile.halo-sidebar-header,
.slideshow:not(.slick-slider) .item:nth-child(n+2) {
    display: none
}

.list-menu {
    display: block;
    list-style: none;
    padding: 12px 0;
    margin: 0;
    font-size: 0;
    letter-spacing: 0
}

ul.header__submenu.list-menu.list-menu--disclosure.list-menu--disclosure-1 {
    width: 30rem
}

.menu-lv-item {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.menu-lv-2,
.menu-lv-3 {
    width: 100%;
    padding: 7px 20px 7px 0
}

.menu-lv-item .site-nav-list-dropdown>a.has-icon {
    padding-right: 15px
}

.menu-lv-1__action {
    padding: 11px 20px 12px
}

.menu-lv-2__action,
.menu-lv-3__action {
    padding: 8px 0;
    border-bottom: 1px solid #ebebeb
}

.menu--mobile-lv-1__action,
.menu-lv-1__action {
    font-family: var(--font-menu-lv1-family);
    font-size: var(--font-menu-lv1-size);
    font-weight: var(--font-menu-lv1-weight);
    line-height: var(--menu-lv1-line-height);
    letter-spacing: var(--menu-lv1-letter-spacing);
    text-transform: var(--menu-lv1-text-transform)
}

.menu--mobile-lv-2__action,
.menu-lv-2__action {
    font-family: var(--font-menu-lv2-family);
    font-size: var(--font-menu-lv2-size);
    font-weight: var(--font-menu-lv2-weight);
    line-height: var(--menu-lv2-line-height);
    letter-spacing: var(--menu-lv2-letter-spacing);
    text-transform: var(--menu-lv2-text-transform)
}

.menu--mobile-lv-3__action,
.menu-lv-3__action {
    font-family: var(--font-menu-lv3-family);
    font-size: var(--font-menu-lv3-size);
    font-weight: var(--font-menu-lv3-weight);
    line-height: var(--menu-lv3-line-height);
    letter-spacing: var(--menu-lv3-letter-spacing);
    text-transform: var(--menu-lv3-text-transform)
}

.menu-lv-1__action .text {
    text-decoration-thickness: 0.2rem !important
}

.menu-lv-1 .label {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 7px;
    top: -9px;
    font-size: calc(var(--font-body-size) - 2px);
    letter-spacing: 0;
    line-height: 15px;
    height: 15px;
    padding: 0 6px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 1px
}

.menu-lv-2__action .label,
.site-nav-link .label,
.site-nav-title .label {
    position: relative;
    top: 0;
    margin-left: 20px
}

.menu-lv-3__action .label {
    position: relative;
    top: -2px;
    margin-left: 20px
}

.menu-lv-1 .label:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%) rotate(180deg);
    border: 5px solid transparent
}

.menu-lv-2__action .label:before,
.menu-lv-3__action .label:before,
.site-nav-link .label:before,
.site-nav-title .label:before {
    left: -10px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(270deg)
}

.menu-lv-item:last-child .site-nav-list-dropdown>a,
.menu-lv-item:last-child>a {
    border-bottom: none
}

.menu-lv-item .icon {
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.menu-lv-item.has-megamenu {
    position: static
}

.menu-lv-item.has-megamenu:hover>.menu-dropdown .menu-lv-blink .label.hot-label,
.menu-lv-item.has-megamenu:hover>.menu-dropdown .menu-lv-blink .label.new-label,
.menu-lv-item.has-megamenu:hover>.menu-dropdown .menu-lv-blink .label.sale-label,
.menu_open .menu-lv-blink .label.hot-label,
.menu_open .menu-lv-blink .label.new-label,
.menu_open .menu-lv-blink .label.sale-label {
    -webkit-animation: .6s infinite blink;
    animation: .6s infinite blink;
    opacity: 0
}

.products-grid {
    display: block;
    position: relative;
    margin: 0 -15px;
    font-size: 0;
    letter-spacing: 0
}

.products-grid .product {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
    margin-top: 30px
}

#predictive-search-results .products-grid.column-3 .product,
#predictive-search-results .products-grid.column-4 .product,
#predictive-search-results .products-grid.column-5 .product,
.products-grid .product:first-child {
    margin-top: 0
}

.products-grid.slider .product {
    margin-top: 0;
    flex-shrink: 0
}

.products-grid .loading {
    font-size: var(--font-body-size)
}

.product-infinite-scroll {
    margin: 55px 0 0
}

.product-infinite-scroll .button {
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto
}

.product-infinite-scroll .button span,
.product-infinite-scroll .button.is-loading {
    pointer-events: none
}

.product-infinite-scroll .button svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: -2px
}

.footbar-fixed {
    position: fixed;
    left: 0;
    z-index: 10;
    line-height: 0
}

.sticky-toolbar-mobile .footbar-fixed {
    bottom: 60px
}

.footbar-fixed .footbar-fixed-left,
.footbar-fixed .footbar-fixed-right {
    line-height: 22px;
    display: inline-block
}

.footbar-fixed-left {
    left: 0;
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.footbar-fixed-right {
    left: 0;
    display: inline-block;
    vertical-align: top
}

.slide-content .slide-heading {
    margin-top: 0;
    margin-bottom: var(--heading-spacing-bottom-style);
    position: relative;
    display: inline-block;
    line-height: 1
}

.slide-content .slide-heading.has-border {
    padding-bottom: 22px
}

.slide-content .slide-heading .line {
    position: absolute;
    left: 50%;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 40px;
    display: inline-block
}

.slide-content .slide-sub {
    color: var(--slide-sub-color-style);
    font-size: var(--slide-sub-font-size-style);
    font-weight: var(--font-weight-sub-heading-style);
    margin-top: 0;
    margin-bottom: var(--sub-heading-spacing-bottom-style);
    line-height: 35px
}

.slide-content .slide-sub.border--solid span {
    border-bottom: 1px solid var(--slide-sub-color-style)
}

.slide-content .slide-text {
    margin-top: 0;
    margin-bottom: var(--des-spacing-bottom-style);
    max-width: 425px;
    margin-left: auto;
    margin-right: auto
}

.slide-content .slide-sub.slide-mobile {
    margin-bottom: var(--sub-heading-spacing-bottom-style) !important
}

.slide-content .slide-heading.slide-mobile {
    margin-bottom: var(--heading-spacing-bottom-style) !important
}

.slide-content .slide-text.slide-mobile {
    margin-bottom: var(--des-spacing-bottom-style) !important
}

.slide-content .slide-button {
    min-width: 240px;
    width: auto;
    display: inline-block
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden
}

.block-banner-slider,
.block-categories-slider,
.wrapper-category-banner .slideshow {
    padding-left: 5px;
    padding-right: 5px
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.slideshow .slick-arrow {
    opacity: 0;
    opacity: 1
}

.slideshow .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slick-slide img {
    margin-left: auto
}

.slideshow .content-box--absolute:before {
    content: "";
    position: absolute;
    border: 4px solid;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    z-index: -1;
    display: none
}

.wrapper-category-banner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.block-categories-slider .wrapper-category {
    padding: 20px 20px 17px;
    background-color: #fff;
    box-shadow: 0 2px 11px #0000001a;
    border-radius: 10px
}

.block-categories-slider .title {
    text-transform: unset;
    margin-bottom: 5px
}

.block-categories-slider .title span {
    display: inline-block;
    padding: 6px 20px;
    font-weight: var(--font-weight-bold);
    border-radius: 6px 6px 0 0;
    letter-spacing: .02em
}

.block-categories-slider .categories-slider--list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.block-categories-slider .categories-slider--list li {
    width: 50%;
    margin: 0;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    min-height: 72px
}

.block-categories-slider .categories-slider--list li:first-child,
.block-categories-slider .categories-slider--list li:nth-child(2) {
    border-top: 0
}

.block-categories-slider .categories-slider--list li:nth-child(2n+0) {
    border-right: 0
}

.block-categories-slider .categories-slider--list li a {
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    line-height: 24px;
    color: #202020
}

.block-categories-slider .categories-slider--list li a:hover .text-menu {
    text-decoration: underline;
    text-underline-offset: 0.3rem
}

.block-categories-slider .categories-slider--list li a span {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.block-categories-slider .categories-slider--list li a img {
    max-width: 24px;
    margin-bottom: 5px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto
}

.block-banner-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between
}

.block-banner-slider .banner {
    width: calc(50% - 5px)
}

.halo-lookbook-popup-mobile {
    --lookbook-mobile-duraton: 500ms;
    position: fixed;
    inset: 0;
    background-color: transparent;
    z-index: 100;
    pointer-events: none;
    transition: opacity var(--lookbook-mobile-duraton) 50ms ease-in-out, background-color var(--lookbook-mobile-duraton) 50ms ease-in-out
}

body.is-custom-information #halo-product-custom-information,
body.video-show .halo-video-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(-50%, -50%, 0)
}

.halo-video-popup .halo-popup-close {
    z-index: 9
}

.halo-video-popup .halo-popup-header {
    margin: 0;
    padding: 0
}

.halo-video-popup .fluid-width-video-wrapper {
    padding-top: 56%
}

.halo-video-popup .fluid-width-video-wrapper iframe {
    height: 100%;
    border: 0
}

.site-nav-mobile.nav-account {
    --icon-size: 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.site-nav-mobile.nav-account .icon-wrapper {
    width: calc(var(--icon-size) + 5px);
    height: var(--icon-size)
}

.site-nav-mobile.nav-account .customer-links.customer-login .icon-wrapper {
    height: calc(var(--icon-size) + 3px)
}

.site-nav-mobile.nav-account .header__icon,
.site-nav-mobile.nav-account .header__link--account {
    padding: 15px 20px !important
}

.site-nav-mobile.nav-account .header__link--account .title {
    position: relative;
    top: 1px
}

.site-nav-mobile.nav-account .header__icon .title,
.site-nav-mobile.nav-account .header__link--account .title {
    margin-left: 5px !important
}

.site-nav-mobile.nav-account .customer-links .icon-wrapper svg,
.site-nav-mobile.nav-account .header__icon .icon-wrapper .icon-wishlist {
    width: var(--icon-size);
    height: var(--icon-size);
    fill: var(--color-text)
}

.site-nav-mobile.nav-account .customer-links .customer_register_link .icon-wrapper svg {
    width: 18px;
    height: 18px
}

.site-nav-mobile.nav-account .customer-links .icon-wrapper .icon-account path {
    width: var(--icon-size);
    height: var(--icon-size);
    transform: scale(1.2);
    transform-origin: center center
}

.site-nav-mobile.nav-account .wrapper-links {
    padding-top: 7px;
    padding-bottom: 10px
}

.site-nav-mobile.nav-account .customer-links.customer-login {
    padding: 15px 20px;
    border-top: 1px solid #e6e6e6;
    align-items: normal !important
}

.site-nav-mobile.nav-account .customer-links.customer-login .header__link--account {
    border-top: none;
    padding: 0 7px !important
}

.site-nav-mobile.nav-account .customer-links.customer-login .header__link--account.customer_logount {
    padding-left: 0 !important;
    margin-left: 5px
}

@media (max-width:1600px) {
    .wrapper-category-banner .block-categories-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important
    }

    .wrapper-category-banner.has-categories.has-banner .slideshow {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48% !important;
        flex: 0 0 48% !important;
        max-width: 48% !important
    }

    .wrapper-category-banner .block-banner-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32% !important;
        flex: 0 0 32% !important;
        max-width: 32% !important;
        align-content: unset !important
    }
}

@media (max-width:1400px) {
    .wrapper-category-banner .block-categories-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important
    }

    .wrapper-category-banner.has-categories.has-banner .slideshow {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49% !important;
        flex: 0 0 49% !important;
        max-width: 49% !important
    }

    .wrapper-category-banner .block-banner-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31% !important;
        flex: 0 0 31% !important;
        max-width: 31% !important
    }
}

@media (max-width:1366px) {
    .wrapper-category-banner .block-categories-slider {
        order: 1;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 20px !important
    }

    .wrapper-category-banner.has-categories.has-banner .slideshow {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 520px) !important;
        flex: 0 0 calc(100% - 520px) !important;
        max-width: calc(100% - 520px) !important
    }

    .wrapper-category-banner.has-categories .slideshow {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .wrapper-category-banner .block-banner-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 520px !important;
        flex: 0 0 520px !important;
        max-width: 520px !important;
        align-content: space-between !important
    }

    .block-categories-slider .categories-slider--list {
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px
    }

    .block-categories-slider .categories-slider--list li {
        border-top: 0;
        border-right: 0;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%
    }
}

@media (max-width:1200px) {

    .wrapper-category-banner.has-banner .slideshow,
    .wrapper-category-banner.has-categories.has-banner .slideshow {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60% !important;
        flex: 0 0 60% !important;
        max-width: 60% !important
    }

    .wrapper-category-banner .block-banner-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40% !important;
        flex: 0 0 40% !important;
        max-width: 40% !important;
        align-content: space-between !important
    }
}

@media (max-width:1024px) {

    .background-cursor-wrapper,
    .halo-lookbook-popup-mobile .price-item--saved,
    .halo-row.halo-slider.md-column-3:not(.slick-slider) .halo-item:nth-child(n+4),
    .select-icon .lookbook-modal,
    body.auth-sidebar-show #halo-sidebar.page-sidebar,
    body.cart-sidebar-show #halo-sidebar.page-sidebar,
    body.lang-currency-sidebar-show#halo-sidebar.page-sidebar,
    body.menu_open #halo-sidebar.page-sidebar,
    body.open_search_mobile #halo-sidebar.page-sidebar {
        display: none
    }

    .header-with-sidebar {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .header-with-sidebar .page-header {
        padding: 21px 0 !important
    }

    .header-with-sidebar .page-header.text-right+.sidebar-toggle {
        order: 1;
        padding-left: 0
    }

    .header-with-sidebar .page-header.text-right {
        order: 2
    }

    .container-1770 {
        display: block;
        width: 100%;
        position: relative;
        max-width: 100%;
        padding: 0 15px;
        margin: 0 auto
    }

    .container-1320,
    .container-1370,
    .container-1470,
    .container-1570 {
        padding-left: 15px;
        padding-right: 15px
    }

    .halo-row {
        margin-left: -8px;
        margin-right: -8px
    }

    .halo-item {
        padding-left: 8px;
        padding-right: 8px
    }

    .wrapper-body {
        padding-bottom: 50px
    }

    .halo-row.halo-slider.md-column-3:not(.slick-slider) .halo-item {
        width: 33.333333%
    }

    .style-arrows-5 .slick-arrow svg {
        width: 46px;
        height: 46px
    }

    .halo-product-block .products-carousel,
    .halo-product-block .products-grid {
        margin: 0 -8px
    }

    .halo-product-block .products-carousel .product,
    .halo-product-block .products-grid .product {
        padding: 0 8px
    }

    .products-carousel .product .card-action,
    .products-grid .product .card-action {
        padding: 0 0 15px
    }

    .card-action .variants-popup {
        bottom: 15px !important
    }

    .halo-block-header.text-left.viewAll--right .title,
    .halo-block-header.text-right.viewAll--left .title {
        margin-right: 30px
    }

    .halo-block-header.text-left.viewAll--left,
    .halo-block-header.text-left.viewAll--right {
        text-align: left
    }

    .halo-block-header.text-right.viewAll--left,
    .halo-block-header.text-right.viewAll--right {
        text-align: right
    }

    .slide-content .slide-text,
    .view_all {
        margin-bottom: 0 !important
    }

    .halo-product-block .collection-column-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px
    }

    .slider-progress-bar {
        margin-top: 22px
    }

    .slide-content .slide-heading {
        margin-bottom: 3px;
        padding-bottom: 7px;
        font-size: 24px !important
    }

    .slide-content .slide-heading.has-border {
        padding-bottom: 17px;
        margin-bottom: 17px
    }

    .slideshow .slick-dots li {
        margin: 0 5px;
        width: 10px;
        height: 10px
    }

    .block-categories-slider .categories-slider--list {
        padding: 0
    }

    .block-categories-slider .categories-slider--list li {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
        border-right: 0
    }

    .block-categories-slider .categories-slider--list li a {
        align-content: center
    }

    .halo-popup-wrapper-mobile {
        position: absolute;
        bottom: 0;
        left: 0;
        height: max-content;
        max-height: 85%;
        width: 100%;
        background-color: #fff;
        transform: translateY(100%);
        transition: transform var(--lookbook-mobile-duraton) ease-in-out
    }

    body.mobile-popup-active {
        overflow-y: hidden
    }

    .halo-lookbook-popup-mobile {
        opacity: 0;
        visibility: hidden;
        transition: opacity var(--lookbook-mobile-duraton) ease, visibility var(--lookbook-mobile-duraton) ease
    }

    .halo-lookbook-popup-mobile .product-item {
        flex: 0 0 55%
    }

    .halo-lookbook-popup-mobile .halo-popup-wrapper-mobile .halo-popup-container-mobile {
        display: flex;
        align-items: stretch;
        justify-content: start;
        gap: 10px
    }

    .halo-lookbook-popup-mobile .halo-popup-wrapper-mobile .halo-popup-container-mobile.center {
        align-items: stretch;
        justify-content: center
    }

    body.mobile-popup-active .halo-lookbook-popup-mobile {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        background-color: rgba(0, 0, 0, .7)
    }

    body.mobile-popup-active .halo-lookbook-popup-mobile .halo-popup-wrapper-mobile {
        transform: translateY(0)
    }

    .halo-popup-wrapper-mobile .close-modal {
        position: absolute;
        right: 10px;
        background: 0 0;
        border: none;
        padding: 0
    }

    .mobile-popup-header {
        width: 100%;
        padding: 10px;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        display: block;
        text-align: center;
        color: var(--text-color);
        font-size: var(--font-heading-size);
        line-height: var(--heading-line-height);
        letter-spacing: var(--heading-letter-spacing);
        font-weight: var(--font-weight-medium);
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase
    }

    .halo-popup-wrapper-mobile .halo-popup-container-mobile {
        display: flex;
        justify-content: center;
        align-items: start;
        gap: 10px;
        padding: 10px
    }

    .halo-popup-wrapper-mobile .lookbook-mobile-item {
        display: inline-block;
        width: auto;
        height: max-content;
        max-width: 55vw;
        flex: 0 0 55vw
    }

    .halo-popup-wrapper-mobile .lookbook-mobile-item .img-box .lookbook-mobile-image-container {
        width: 100%
    }

    .halo-popup-wrapper-mobile .lookbook-mobile-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        object-position: center
    }

    .halo-popup-wrapper-mobile .lookbook-mobile-item .text-shorten {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: var(--product-title-font-size);
        font-weight: var(--font-weight-medium);
        line-height: var(--product-title-line-height);
        letter-spacing: var(--product-title-letter-spacing);
        text-transform: var(--product-title-text-transform);
        margin-top: 10px;
        display: block
    }

    .halo-popup-wrapper-mobile .lookbook-mobile-item .mobile-lookbook-price,
    .halo-popup-wrapper-mobile .lookbook-mobile-item .mobile-lookbook-title {
        text-align: center
    }

    .halo-popup-wrapper-mobile .lookbook-mobile-item .mobile-lookbook-price {
        font-size: var(--product-price-font-size);
        font-weight: var(--font-weight-normal);
        line-height: var(--product-price-line-height);
        letter-spacing: var(--product-price-letter-spacing);
        margin-top: var(--product-price-margin-top);
        margin-bottom: 0;
        padding-bottom: 15px
    }

    .halo-popup-wrapper-mobile .scroll-snap-mobile {
        padding: 0;
        overflow-x: scroll
    }

    .halo-lookbook-popup-mobile .close-modal svg {
        width: 16px;
        height: 16px
    }

    .halo-currency .currency-menu .icon svg,
    .search-modal__form .search__button svg {
        width: 20px !important;
        height: 20px !important;
        position: relative
    }

    .hide-on-mobile {
        visibility: hidden
    }

    .footbar-fixed-left.cookie_someone_right {
        position: absolute;
        bottom: 143px
    }

    .halo-sidebar-header {
        padding: 13px 20px 0
    }

    .halo-sidebar-close {
        top: 5px
    }

    .halo-sidebar.halo-sidebar-left .halo-sidebar-close {
        left: 5px
    }

    .halo-sidebar.halo-sidebar-right .halo-sidebar-close {
        right: 5px
    }

    .halo-sidebar.halo-sidebar-left.halo-sidebar_search .halo-sidebar-close {
        left: auto;
        right: 5px
    }

    .halo-sidebar.halo-sidebar-left.halo-sidebar_menu .halo-sidebar-close {
        position: inherit;
        top: 0;
        left: auto;
        right: -15px;
        background-color: transparent
    }

    .halo-sidebar.halo-sidebar-left.halo-sidebar_menu .site-nav-mobile+.halo-sidebar-close {
        position: absolute;
        right: 5px
    }

    .halo-sidebar.halo-sidebar-left.halo-sidebar_menu .halo-sidebar-close svg {
        fill: var(--color-black)
    }

    #navigation-mobile .halo-sidebar-close {
        opacity: 0;
        pointer-events: none;
        transition: opacity var(--duration-long) ease
    }

    body.menu_open #navigation-mobile .halo-sidebar-close {
        opacity: 1;
        pointer-events: auto
    }

    .announcement-close {
        width: 15px;
        height: 15px;
        right: 10px
    }

    .header__icon--cart .cart-count-bubble {
        position: absolute;
        right: -12px;
        top: -8px
    }

    .search-modal__form {
        background-color: #fafafa;
        border-bottom: 1px solid #e7e7e7
    }

    .search-modal__form .search__button {
        min-width: inherit;
        text-overflow: unset;
        padding: 1px 10px 4px;
        border-radius: 0;
        min-height: 30px;
        background: 0 0;
        box-shadow: none;
        border: 0
    }

    .search-modal__form .search__input {
        padding: 3px 10px;
        background-color: transparent;
        border: 0
    }

    .menu-heading-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 20px 3px
    }

    .halo-top-language .icon svg {
        width: 20px;
        height: 20px
    }

    .halo-currency .currency-menu .icon svg {
        top: 1px
    }

    .halo-sidebar_menu #HeaderLanguageList,
    .halo-sidebar_menu #HeaderLanguageList .disclosure__item,
    .halo-sidebar_menu .halo-currency .currency-menu,
    .halo-sidebar_menu .halo-currency .currency-menu .dropdown-item {
        padding: 10px !important
    }

    .logo-m-none {
        display: none !important
    }

    .halo-sidebar_menu .site-nav-mobile .menu-lv-1 .label {
        position: relative;
        top: -1px;
        right: 0;
        margin-left: 12px;
        line-height: 18px;
        height: 18px
    }

    .halo-sidebar_menu .site-nav-mobile .menu-lv-1 .menu-lv-1__action .label {
        top: 2px
    }

    .menu-lv-1 .label:before {
        left: -10px;
        top: 4px;
        bottom: auto;
        transform: rotate(270deg)
    }

    .halo-sidebar_menu .nav-title-mobile {
        font-size: var(--font-menu-lv1-size);
        text-transform: uppercase
    }

    .halo-sidebar_menu .site-nav {
        font-size: var(--font-menu-lv1-size)
    }

    .dropdown-currency,
    .dropdown-language {
        pointer-events: auto
    }

    .products-grid.grid {
        display: flex;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px
    }

    .products-grid.grid .grid__item {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0 !important;
        margin-left: .5rem;
        width: calc(25% - .5rem * 3 / 4) !important;
        max-width: 50%;
        flex-grow: 1;
        flex-shrink: 0
    }

    .products-grid.grid .grid__item:first-of-type {
        margin-left: 15px
    }

    .products-grid.grid .grid__item:last-of-type {
        margin-right: 15px
    }

    .style-dots-2 .slick-dots li:last-child,
    .style-dots-2 .slider-dots li:last-child {
        margin-right: 7px
    }

    .disable-srollbar-mb::-webkit-scrollbar {
        display: none
    }

    .disable-srollbar-mb::-webkit-scrollbar-track {
        display: none
    }

    .disable-srollbar-mb::-webkit-scrollbar-thumb {
        display: none
    }

    .disable-srollbar-mb::-webkit-scrollbar-thumb:hover {
        display: none
    }
}

@media (max-width:992px) {
    .products-grid.grid .grid__item {
        width: calc(33.333333% - .5rem * 3 / 4) !important
    }

    .scroll-snap-mobile {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0 0 0 15px;
        margin-left: 0;
        align-items: center;
        scroll-snap-type: x mandatory
    }

    .scroll-snap-mobile .halo-item {
        padding-left: 0;
        padding-right: 0;
        margin-right: 15px;
        max-width: 400px !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        scroll-snap-align: start;
        scroll-snap-stop: always
    }

    .halo-product-block .collection-column-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .halo-product-block .collection-column-2+.collection-column-2 {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .slide-content .slide-heading {
        margin-bottom: 8px;
        padding-bottom: 10px
    }

    .slide-content .slide-heading.has-border {
        padding-bottom: 17px
    }

    .footbar-fixed-left.cookie_someone_right {
        position: absolute;
        bottom: 128px
    }

    .halo-lookbook-popup {
        left: 0;
        right: 0;
        margin: 20px auto;
        width: 275px;
        max-width: -moz-calc(100vw - 30px);
        max-width: -webkit-calc(100vw - 30px);
        max-width: -ms-calc(100vw - 30px);
        max-width: calc(100vw - 30px)
    }

    .halo-lookbook-popup .halo-popup-wrapper {
        padding: 10px 12px
    }

    .halo-lookbook-popup .card {
        display: flex
    }

    .halo-lookbook-popup .card-product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        margin-right: 15px
    }

    .halo-lookbook-popup .card-information {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(70% - 15px);
        flex: 0 0 calc(70% - 15px);
        max-width: -moz-calc(70% - 15px);
        max-width: -webkit-calc(70% - 15px);
        max-width: -ms-calc(70% - 15px);
        max-width: calc(70% - 15px)
    }

    .halo-lookbook-popup .card-information__wrapper {
        text-align: left
    }

    .halo-lookbook-popup .card-information .card-price {
        justify-content: flex-start !important
    }

    .halo-lookbook-popup .card-action {
        display: none
    }

    .price__label_sale {
        height: 16px;
        line-height: 16px;
        margin: 0 !important;
        position: relative;
        top: 4px;
        display: none
    }

    .price__label_sale .label_sale {
        font-size: 10px;
        padding: 0 5px
    }

    .halo-product-block .collection-column-2+.collection-column-2 {
        margin-top: 25px
    }

    .countdown_style_2 {
        display: block
    }
}

@media (max-width:551px) {

    .container,
    .container-1170,
    .container-1320,
    .container-1370,
    .container-1470,
    .container-1570,
    .container-1770 {
        padding-left: 10px;
        padding-right: 10px
    }

    .halo-row {
        margin-left: -5px;
        margin-right: -5px
    }

    .halo-item {
        padding-left: 5px;
        padding-right: 5px
    }

    .halo-row.column-3 .slider__slide,
    .halo-row.halo-slider.sm-column-1:not(.slick-slider) .halo-item {
        width: 100%
    }

    .halo-row.halo-slider.sm-column-1:not(.slick-slider) .halo-item:nth-child(n+2),
    .halo-row.halo-slider.sm-column-2:not(.slick-slider) .halo-item:nth-child(n+3) {
        display: none
    }

    .halo-row.halo-slider.sm-column-2:not(.slick-slider) .halo-item {
        width: 50%
    }

    .scroll-snap-mobile {
        padding: 0 0 0 10px;
        margin-left: 0
    }

    .scroll-snap-mobile .halo-item {
        margin-right: 10px
    }

    .products-grid.grid .grid__item {
        width: calc(50% - 3.75rem / 2) !important
    }

    .product-block-has__banner.container-full .product-block__grid {
        padding: 0 5px !important
    }

    .halo-product-block .container-full .products-carousel,
    .halo-product-block .container-full .products-grid {
        margin: 0
    }

    .halo-product-block .container-full:not(.product-block-has__banner) .halo-block-content,
    .halo-product-block .products-carousel .product,
    .halo-product-block .products-grid .product {
        padding: 0 5px
    }

    .halo-term-condition-popup .halo-popup-scroll {
        max-height: 50vh
    }

    .halo-term-condition-popup .halo-popup-header {
        margin: 0 0 20px;
        padding: 5px 0 0
    }

    .product-infinite-scroll {
        margin: 30px 0 0
    }

    .halo-product-block .products-carousel,
    .halo-product-block .products-grid {
        margin: 0 -5px
    }

    .products-carousel .product .card-action,
    .products-grid .product .card-action {
        padding: 0 0 15px
    }

    .product-card__button2 {
        padding: 0
    }

    .button,
    .field__input,
    .form-input {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .halo-product-block .slick-dots {
        bottom: -40px
    }

    .halo-product-block .products-carousel.slick-dotted {
        margin-bottom: 40px
    }

    .grouped_btn--slider .slide-button {
        padding-top: var(--btn-1-padding-top) !important;
        padding-bottom: var(--btn-1-padding-bottom) !important
    }

    .wrapper-category-banner.has-categories.has-banner .slideshow {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px
    }

    .wrapper-category-banner .block-banner-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .wrapper-category-banner .block-categories-slider {
        margin-top: 10px !important
    }

    .block-categories-slider .wrapper-category {
        padding: 20px 20px 10px
    }

    .block-categories-slider .categories-slider--list {
        padding-bottom: 0
    }

    .block-categories-slider .categories-slider--list li {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
        border-right: 0
    }

    .block-categories-slider .categories-slider--list li a {
        align-content: center
    }

    .block-banner-slider .banner {
        margin-bottom: 15px
    }

    .page-header {
        padding: 10px 0 15px
    }
}

@media (min-width:321px) {

    .products-grid.column-2 .product,
    .products-grid.column-3 .product,
    .products-grid.column-4 .product,
    .products-grid.column-5 .product {
        width: 50%
    }

    .products-grid.column-2 .product:nth-child(-n+2),
    .products-grid.column-3 .product:nth-child(-n+2),
    .products-grid.column-4 .product:nth-child(-n+2),
    .products-grid.column-5 .product:nth-child(-n+2) {
        margin-top: 0
    }
}

@media (min-width:375px) {
    .halo-product-block .products-carousel:not(.slick-initialized)>.product {
        width: 50%
    }
}

@media (min-width:551px) {
    .footbar-fixed {
        left: 15px;
        right: auto;
        bottom: 15px
    }

    .halo-popup-header {
        padding-top: 3px
    }

    .halo-popup.customPopup-tiny {
        max-width: 535px
    }

    .halo-popup.customPopup-small {
        max-width: 470px
    }

    .halo-sidebar {
        max-width: 370px
    }

    .halo-sidebar.halo-cart-sidebar {
        max-width: 420px
    }
}

@media only screen and (min-width:750px) {
    .h0 {
        font-size: 5.2rem
    }

    .h1,
    h1 {
        font-size: 4rem
    }

    .h2,
    h2 {
        font-size: 2.4rem
    }

    .h3,
    h3 {
        font-size: 1.8rem
    }

    .h5,
    h5 {
        font-size: 1.3rem
    }

    blockquote {
        padding-left: 1.5rem
    }

    hr {
        margin: 7rem 0
    }
}

@media (min-width:769px) {

    .hidden-pc,
    .slide-mobile {
        display: none !important
    }

    .grouped_btn--slider {
        display: flex;
        align-items: center
    }

    .grouped_btn--slider .slide-button:first-child {
        margin-right: 5px
    }

    .grouped_btn--slider .slide-button:last-child {
        margin-left: 5px
    }

    .halo-popup {
        max-width: 720px
    }

    .products-grid.column-2 .product {
        margin-top: 30px
    }

    .products-grid.column-3 .product,
    .products-grid.column-4 .product,
    .products-grid.column-5 .product {
        width: 33.3333333%;
        margin-top: 50px
    }

    .products-grid.column-3 .product:nth-child(-n+3),
    .products-grid.column-4 .product:nth-child(-n+3),
    .products-grid.column-5 .product:nth-child(-n+3) {
        margin-top: 0
    }

    .halo-product-block .products-carousel:not(.slick-initialized)>.product {
        width: 33.3333333%
    }
}

@media (min-width:992px) {
    .halo-product-block .products-carousel:not(.slick-initialized)>.product {
        width: 25%
    }
}

@media (min-width:1025px) {
    a:hover {
        color: var(--color-link-hover)
    }

    .link-underline:hover .text {
        text-decoration: underline;
        text-underline-offset: 0.3rem
    }

    .halo-block-header .title .text {
        width: 420px
    }

    .halo-block-header.text-left.viewAll--left .title .text,
    .halo-block-header.text-right.viewAll--right .title .text {
        width: auto
    }

    .products-cursor {
        display: block;
        position: fixed;
        top: -20px;
        left: -20px;
        z-index: 10000;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        user-select: none;
        opacity: 0;
        pointer-events: none;
        will-change: transform;
        transition: transform .35s cubic-bezier(.04, .64, .56, 1), opacity .5s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, -webkit-transform .35s cubic-bezier(.04, .64, .56, 1)
    }

    .products-cursor__inner {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: 0 0;
        padding: 5px
    }

    .products-cursor__image {
        opacity: 0;
        -webkit-transform-origin: center;
        transform-origin: center;
        flex: 0 0 100%;
        width: 100%;
        height: 100%;
        animation: 6s linear infinite cursorInfinite
    }

    .products-cursor__icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 36%;
        height: 36%;
        fill: var(--color-white);
        stroke: transparent;
        opacity: 0;
        transform-origin: center;
        transition: unset;
        transform: translate(-50%, -50%)
    }

    .slick-arrow:hover {
        border-color: var(--arrow-border-color-hover);
        background: var(--arrow-background-color-hover)
    }

    .slick-arrow:hover svg {
        color: var(--arrow-color-hover);
        fill: var(--arrow-color-hover)
    }

    .body-custom-width .slick-arrow.slick-prev {
        left: 15px
    }

    .body-custom-width .slick-arrow.slick-next {
        right: 15px
    }

    .container {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px
    }

    .container-1920,
    .container-full {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .container-full {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden
    }

    .container-1920 {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto
    }

    .container-1470,
    .container-1570,
    .container-1770 {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto
    }

    .container-1770 {
        max-width: 1800px
    }

    .container-1570 {
        max-width: 1600px
    }

    .container-1470 {
        max-width: 1500px
    }

    .container-1370 {
        padding: 5px 15px;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto
    }

    .container-1320 {
        max-width: 1350px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto
    }

    .container-1170,
    .has-megamenu .container {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .container-1170 {
        max-width: 1370px;
        margin-left: auto;
        margin-right: auto
    }

    .has-megamenu .container {
        max-width: var(--container_size) !important
    }

    .body-full-width .wrapper-body .container,
    .header-full-width #shopify-section-announcement-bar .container,
    .header-full-width .header .container {
        max-width: 100%;
        padding: 0 3.175%
    }

    .body-custom-width .wrapper-body .container {
        max-width: var(--body-custom-width-container);
        padding-left: 15px;
        padding-right: 15px
    }

    .halo-popup-wrapper-mobile,
    .halo-row.halo-slider.column-10:not(.slick-slider) .halo-item:nth-child(n+11),
    .halo-row.halo-slider.column-2:not(.slick-slider) .halo-item:nth-child(n+3),
    .halo-row.halo-slider.column-3:not(.slick-slider) .halo-item:nth-child(n+4),
    .halo-row.halo-slider.column-4:not(.slick-slider) .halo-item:nth-child(n+5),
    .halo-row.halo-slider.column-5:not(.slick-slider) .halo-item:nth-child(n+6),
    .halo-row.halo-slider.column-6:not(.slick-slider) .halo-item:nth-child(n+7),
    .halo-row.halo-slider.column-7:not(.slick-slider) .halo-item:nth-child(n+8),
    .halo-row.halo-slider.column-8:not(.slick-slider) .halo-item:nth-child(n+9),
    .halo-row.halo-slider.column-9:not(.slick-slider) .halo-item:nth-child(n+10),
    .halo-top-currency .currency-block .title,
    .halo-top-language #HeaderLanguageLabel,
    .header-wrapper .header-bottom .fixed-left,
    .header-wrapper .header-bottom .fixed-right,
    .products-carousel.column-10:not(.slick-slider) .product:nth-child(n+11),
    .products-carousel.column-2:not(.slick-slider) .product:nth-child(n+3),
    .products-carousel.column-3:not(.slick-slider) .product:nth-child(n+4),
    .products-carousel.column-4:not(.slick-slider) .product:nth-child(n+5),
    .products-carousel.column-5:not(.slick-slider) .product:nth-child(n+6),
    .products-carousel.column-6:not(.slick-slider) .product:nth-child(n+7),
    .products-carousel.column-7:not(.slick-slider) .product:nth-child(n+8),
    .products-carousel.column-8:not(.slick-slider) .product:nth-child(n+9),
    .products-carousel.column-9:not(.slick-slider) .product:nth-child(n+10),
    .shopify-section-header-sticky .header-wrapper .header-top,
    .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top .header-top--left,
    .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top .header-top--right .customer-service-text,
    .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top .header-top--right .free-shipping-text,
    .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top .header-top--right .header__group,
    .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top .header-top--right .top-language-currency {
        display: none
    }

    .halo-popup-banner,
    .header-bottom,
    .header-top,
    .menu-lv-item.menu-lv-1 .menu-lv-2__action .icon-dropdown {
        display: block
    }

    .header-bottom .main-menu,
    .header-bottom .main-menu>.container {
        position: static
    }

    .header__list .link {
        padding: 23px 25px
    }

    .header__icon:hover .icon {
        transform: scale(1.15)
    }

    .header__icon:hover .icon-search-1 {
        transform: rotate(-90deg) scale(1.15)
    }

    .menu-lv-item .site-nav-list-dropdown>.menu-lv-2__action {
        display: flex
    }

    .wrapper-category-banner .block-categories-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 305px;
        flex: 0 0 305px;
        max-width: 305px
    }

    .wrapper-category-banner.has-categories .slideshow {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 305px);
        flex: 0 0 calc(100% - 305px);
        max-width: calc(100% - 305px)
    }

    .wrapper-category-banner.has-categories.has-banner .slideshow {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 825px);
        flex: 0 0 calc(100% - 825px);
        max-width: calc(100% - 825px)
    }

    .wrapper-category-banner.has-banner .slideshow {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 520px);
        flex: 0 0 calc(100% - 520px);
        max-width: calc(100% - 520px)
    }

    .wrapper-category-banner .block-banner-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 520px;
        flex: 0 0 520px;
        max-width: 520px
    }

    [data-show-lookbook-container][data-style="2"] [data-lookbook-item-container] .select-icon.invisible {
        visibility: hidden
    }

    .shopify-section-header-sticky .header-wrapper .header-bottom {
        display: flex;
        justify-content: center;
        align-items: stretch
    }

    .shopify-section-header-sticky .header-wrapper .header-bottom .fixed-center {
        width: calc(100% - 112px - 112px);
        display: flex;
        align-items: center
    }

    .shopify-section-header-sticky .header-wrapper .header-bottom .fixed-left {
        width: 112px;
        padding: 6px 10px 6px 15px;
        display: inline-flex;
        align-items: center
    }

    .shopify-section-header-sticky .header-wrapper .header-bottom .fixed-right {
        width: 112px;
        display: flex;
        align-items: center
    }

    .shopify-section-header-sticky .header-wrapper .header-bottom .fixed-right .header__icon--cart,
    .shopify-section-header-sticky .header-wrapper .header-bottom .fixed-right .header__search {
        width: 45px;
        height: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-left: 1px solid rgba(255, 255, 255, .15);
        padding-top: 9px;
        padding-bottom: 9px
    }

    .shopify-section-header-sticky .header-wrapper .header-bottom .fixed-right .cart-count-bubble {
        top: 5px;
        right: 5px;
        min-width: 20px;
        min-height: 20px;
        line-height: 20px
    }

    .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top {
        display: block;
        padding: 0
    }

    .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top .header-top--right .header-top-right-group {
        margin: 0
    }

    .sticky-search-open #shopify-section-header {
        will-change: unset;
        transform: none !important
    }

    .sticky-search-open .header-top-right-group .header__search {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(35, 35, 35, .8);
        width: 100%;
        height: 100%;
        margin: 0;
        z-index: 101;
        opacity: 0;
        animation: .5s forwards slowShow
    }

    .sticky-search-open .header__search .search-modal__form {
        max-width: 555px
    }

    .sticky-search-open .header__search .search-modal__form .search__input {
        padding: 7px 10px
    }

    .sticky-search-open .header__search .search-modal__form .search__button svg {
        width: 18px;
        height: 18px
    }

    .sticky-search-open .search_details {
        top: 10vh;
        position: relative;
        max-width: 555px;
        margin: 0 auto;
        text-align: center;
        animation: .5s animateMenuOpen
    }

    .sticky-search-open .search_details .quickSearchResultsWrap {
        right: 0;
        left: 0;
        width: 555px
    }

    .sticky-search-open .quickSearchResults .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .sticky-search-open .search_details .header-search-close {
        padding-bottom: 15px;
        display: block
    }

    .sticky-search-open .search_details .header-search-close svg {
        width: 20px;
        height: 20px;
        color: var(--bg-white)
    }

    .sticky-search-open details>.search-modal {
        opacity: 1;
        animation: animateMenuOpen var(--duration-default) ease
    }

    .sticky-search-open details>.search-modal .quickSearchResultsWrap {
        display: block !important;
        animation: appear-down var(--duration-default) ease
    }

    .custom-scrollbar::-webkit-scrollbar-track {
        background-color: #f4f4f4
    }

    .custom-scrollbar::-webkit-scrollbar {
        width: 5px;
        background-color: #f4f4f4
    }

    .custom-scrollbar::-webkit-scrollbar-thumb {
        background-color: var(--color-background-30)
    }

    .custom-scrollbar-x::-webkit-scrollbar {
        height: 5px
    }

    .custom-scrollbar-x::-webkit-scrollbar-track {
        background-color: #f4f4f4
    }

    .custom-scrollbar-x::-webkit-scrollbar-thumb {
        background-color: var(--color-background-30)
    }

    .button:hover {
        box-shadow: var(--btn-1-horizontal-length) var(--btn-1-vertical-length) var(--btn-1-blur-radius) var(--btn-1-spread) var(--btn-1-all-bg-opacity-hover) var(--btn-1-inset)
    }

    .button.button--primary:focus,
    .button.button--primary:hover,
    .button.button-1:hover {
        color: var(--btn-1-color-hover);
        background: var(--btn-1-bg-hover);
        border-color: var(--btn-1-border-hover)
    }

    .button.button--primary:focus svg,
    .button.button--primary:hover svg,
    .button.button-1:hover svg {
        fill: var(--btn-1-color-hover)
    }

    .button.button--secondary:focus,
    .button.button--secondary:hover,
    .button.button-2:hover {
        color: var(--btn-2-color-hover);
        background: var(--btn-2-bg-hover);
        border-color: var(--btn-2-border-hover)
    }

    .button.button--secondary:focus svg,
    .button.button--secondary:hover svg,
    .button.button-2:hover svg {
        fill: var(--btn-2-color-hover)
    }

    .button.button-3:focus,
    .button.button-3:hover {
        color: var(--btn-3-color-hover);
        background: var(--btn-3-bg-hover);
        border-color: var(--btn-3-border-hover)
    }

    .button.button-3:focus svg,
    .button.button-3:hover svg {
        fill: var(--btn-3-color-hover)
    }

    .halo-block-header.text-left.viewAll--center .view_all,
    .halo-block-header.text-right.viewAll--center .view_all {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        right: auto
    }

    .halo-block-header.text-left.viewAll--center {
        padding-right: 55%
    }

    .halo-block-header.text-right.viewAll--center {
        padding-left: 55%
    }

    .halo-block-header.text-center.viewAll--left,
    .halo-block-header.text-center.viewAll--right {
        padding-left: 70px;
        padding-right: 70px
    }

    .halo-block-header.text-right.viewAll--left {
        padding-left: 70px
    }

    .halo-block-header.text-left.viewAll--right {
        padding-right: 70px
    }

    .halo-block-header.text-center.viewAll--left .view_all,
    .halo-block-header.text-right.viewAll--left .view_all {
        position: absolute;
        top: 12px;
        left: 0;
        right: auto
    }

    .halo-block-header.text-center.viewAll--right .view_all,
    .halo-block-header.text-left.viewAll--right .view_all {
        position: absolute;
        top: 25px;
        left: auto;
        right: 0;
        margin-right: 10px
    }

    .halo-popup.customPopup-large {
        max-width: 1000px
    }

    .halo-popup.halo-edit-cart-popup.customPopup-large {
        max-width: 840px
    }

    .halo-popup.halo-edit-cart-popup .halo-notifyMe {
        display: none !important
    }

    .halo-popup.halo-quick-view-popup.customPopup-large {
        max-width: 1020px
    }

    .halo-popup.halo-ask-an-expert-popup.customPopup-large,
    .halo-popup.halo-size-chart-popup.customPopup-large {
        max-width: 700px
    }

    .halo-popup.halo-compare-color-popup.customPopup-large {
        max-width: 970px
    }

    .halo-sidebar-header {
        padding-left: 30px;
        padding-right: 30px
    }

    .announcement-bar__message .text {
        font-size: calc(var(--font-body-size) + 4px)
    }

    .menu-lv-item:hover>.site-nav-list-dropdown>a>.text,
    .menu-lv-item:hover>a>.text,
    .menu-lv-item>.site-nav-list-dropdown>a>.text {
        border-bottom: 1px solid transparent
    }

    .menu-lv-item.menu-lv-2.dropdown:hover .site-nav-list-dropdown>.header__submenu,
    .menu-lv-item:hover>.header__submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        animation: animateMenuOpen var(--duration-default) ease;
        z-index: 1
    }

    .halo-product-block .products-carousel.column-5:not(.slick-initialized)>.product,
    .products-grid.column-4 .product,
    .products-grid.column-5 .product {
        width: 20%
    }

    .products-grid.column-4 .product:nth-child(-n+4),
    .products-grid.column-5 .product:nth-child(-n+4) {
        margin-top: 0
    }

    .halo-product-block .slick-arrow {
        top: calc(50% - 70px)
    }

    .halo-product-block .slick-prev {
        left: 0
    }

    .halo-product-block .slick-next {
        right: 0
    }

    .halo-product-block .products-carousel.column-1:not(.slick-initialized)>.product {
        width: 100%
    }

    .halo-product-block .products-carousel.column-2:not(.slick-initialized)>.product {
        width: 50%
    }

    .halo-product-block .products-carousel.column-3:not(.slick-initialized)>.product {
        width: calc(100% / 3)
    }

    .halo-product-block .products-carousel.column-4:not(.slick-initialized)>.product {
        width: 25%
    }

    .halo-product-block .products-carousel.column-6:not(.slick-initialized)>.product {
        width: calc(100% / 6)
    }

    .halo-product-block .collection-column-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .halo-product-block .collection-column-2:first-child {
        padding-right: 10px
    }

    .halo-product-block .collection-column-2+.collection-column-2 {
        padding-left: 10px
    }

    .halo-product-block .products-carousel.enable_progress_bar .slick-prev {
        left: 55px !important
    }

    .halo-product-block .products-carousel.enable_progress_bar .slick-next {
        right: 65px !important
    }

    .footbar-fixed-left {
        position: fixed;
        left: 15px;
        right: auto;
        bottom: 15px;
        z-index: 10;
        width: auto
    }

    .footbar-fixed-right {
        position: fixed;
        left: auto;
        right: 15px;
        bottom: 15px;
        z-index: 10
    }

    .image-zoom:hover img {
        transform: scale(1.06)
    }

    .custom_position {
        top: var(--vertical_position) !important;
        left: var(--horizontal_position) !important;
        right: auto !important;
        bottom: auto !important;
        transform: translate(var(--minus_horizontal_position), var(--minus_vertical_position)) !important
    }

    .haloCalculatorShipping {
        padding: 0 30px
    }

    .body-content-wrapper {
        transition: transform var(--duration-long) ease
    }

    body.auth-sidebar-show .body-content-wrapper,
    body.cart-sidebar-show .body-content-wrapper,
    body.show-pickup-availability .body-content-wrapper {
        transform: translateX(calc(var(--page-content-distance) * -1))
    }

    body.menu_open .body-content-wrapper,
    body.open_search_mobile .body-content-wrapper {
        transform: translateX(var(--page-content-distance))
    }

    #halo-auth-sidebar .halo-sidebar-header,
    #halo-auth-sidebar .halo-sidebar-wrapper,
    #halo-cart-sidebar .halo-sidebar-header,
    #halo-cart-sidebar .previewCart-wrapper,
    #halo-cart-sidebar .previewCartMessage,
    #halo-language-currency-sidebar .halo-top-currency,
    #halo-language-currency-sidebar .halo-top-language,
    #halo-language-currency-sidebar .title {
        transform: translateX(calc(var(--sidebar-content-distance) * 1));
        opacity: 0;
        transition: transform var(--duration-long) ease, opacity var(--duration-long) ease;
        transition-delay: 0
    }

    body:not(.safari).auth-sidebar-show #halo-auth-sidebar .halo-sidebar-header,
    body:not(.safari).cart-sidebar-show #halo-cart-sidebar .halo-sidebar-header,
    body:not(.safari).lang-currency-sidebar-show #halo-language-currency-sidebar .title,
    body:not(.safari).menu_open #navigation-mobile .halo-sidebar-wrapper,
    body:not(.safari).open_search_mobile #search-form-mobile .halo-sidebar-header {
        transition-delay: 250ms
    }

    body:not(.safari).cart-sidebar-show #halo-cart-sidebar .previewCartMessage,
    body:not(.safari).lang-currency-sidebar-show #halo-language-currency-sidebar .halo-top-currency,
    body:not(.safari).lang-currency-sidebar-show #halo-language-currency-sidebar .halo-top-language,
    body:not(.safari).open_search_mobile #search-form-mobile .header__search-full {
        transition-delay: 0.4s
    }

    body:not(.safari).cart-sidebar-show #halo-cart-sidebar .previewCart-wrapper,
    body:not(.safari).open_search_mobile #search-form-mobile .quickSearchTrending {
        transition-delay: 550ms
    }

    body:not(.safari).auth-sidebar-show #halo-auth-sidebar .halo-sidebar-wrapper,
    body:not(.safari).cart-sidebar-show #halo-auth-sidebar .halo-sidebar-header {
        transition-delay: 0.3s
    }

    #navigation-mobile .halo-sidebar-wrapper,
    #search-form-mobile .halo-sidebar-header,
    #search-form-mobile .header__search-full,
    #search-form-mobile .quickSearchProduct,
    #search-form-mobile .quickSearchTrending {
        transform: translateX(calc(var(--sidebar-content-distance) * -1));
        opacity: 0;
        transition: transform var(--duration-long) ease, opacity var(--duration-long) ease;
        transition-delay: 0
    }

    body:not(.safari).open_search_mobile #search-form-mobile .quickSearchProduct {
        transition-delay: 0.7s
    }

    body.auth-sidebar-show #halo-auth-sidebar .halo-sidebar-header,
    body.auth-sidebar-show #halo-auth-sidebar .halo-sidebar-wrapper,
    body.cart-sidebar-show #halo-cart-sidebar .halo-sidebar-header,
    body.cart-sidebar-show #halo-cart-sidebar .previewCart-wrapper,
    body.cart-sidebar-show #halo-cart-sidebar .previewCartMessage,
    body.lang-currency-sidebar-show #halo-language-currency-sidebar .halo-top-currency,
    body.lang-currency-sidebar-show #halo-language-currency-sidebar .halo-top-language,
    body.lang-currency-sidebar-show #halo-language-currency-sidebar .title,
    body.menu_open #navigation-mobile .halo-sidebar-wrapper,
    body.open_search_mobile #search-form-mobile .halo-sidebar-header,
    body.open_search_mobile #search-form-mobile .header__search-full,
    body.open_search_mobile #search-form-mobile .quickSearchProduct,
    body.open_search_mobile #search-form-mobile .quickSearchTrending {
        transform: translateX(0);
        opacity: 1
    }

    body.auth-sidebar-show,
    body.cart-sidebar-show,
    body.menu_omenu_openpen,
    body.newsletter-show,
    body.open_search_mobile,
    body.quick-view-show,
    body.quickshop-popup-show,
    body.show-pickup-availability {
        padding-inline-end: 16px
    }

    .header-advanced__item .container {
        max-width: 1370px
    }
}

.my-slideshow .container-full button svg g,
.slideshow-svg,
a.banner-button.button svg {
    stroke: none !important
}

.header-advanced__content .quickSearchResultsWrap,
header__heading-link {
    width: 100% !important
}

@media (min-width:1280px) {
    .halo-popup.customPopup-extraLarge {
        max-width: 1170px
    }

    .halo-lookbook-popup .halo-popup-wrapper {
        max-height: 366px
    }

    .halo-lookbook-popup .lookbook-content .card-media {
        padding-bottom: 133.33333333333334% !important
    }

    .halo-product-block .products-carousel.enable_progress_bar .slick-prev {
        left: 55px !important
    }

    .halo-product-block .products-carousel.enable_progress_bar .slick-next {
        right: 65px !important
    }
}

@media (min-width:1400px) {
    .wrapper-hasbanner-adv {
        display: flex
    }

    .halo-popup.customPopup-extraLarge {
        max-width: 1370px
    }

    .halo-product-block .products-carousel.enable_progress_bar .slick-prev {
        left: 55px !important
    }

    .halo-product-block .products-carousel.enable_progress_bar .slick-next {
        right: 80px !important
    }
}

@media (min-width:1600px) {
    .halo-widget-banner {
        opacity: 1;
        visibility: visible
    }

    .halo-widget-banner .adaptive_height img.lazyload+.data-lazy-loading {
        background: 0 0
    }

    .halo-popup.customPopup-extraLarge {
        max-width: 1570px
    }

    .halo-product-block .products-carousel.column-5:not(.slick-initialized)>.product,
    .products-grid.column-5 .product {
        width: 20%
    }

    .products-grid.column-5 .product:nth-child(-n+5) {
        margin-top: 0
    }

    .halo-product-block .slick-prev {
        left: 0
    }

    .halo-product-block .slick-next {
        right: 0
    }

    .halo-product-block .products-carousel.enable_progress_bar .slick-prev {
        left: 60px !important
    }

    .halo-product-block .products-carousel.enable_progress_bar .slick-next {
        right: 110px !important
    }
}

@media (min-width:1920px) {
    .halo-product-block .slick-prev {
        left: 0
    }

    .halo-product-block .slick-next {
        right: 0
    }

    .halo-product-block .products-carousel.enable_progress_bar .slick-prev {
        left: 50px !important
    }

    .halo-product-block .products-carousel.enable_progress_bar .slick-next {
        right: 116px !important
    }

    .slick-arrow.slick-next {
        right: var(--position-horizontal-slick-arrow) !important
    }

    .slick-arrow.slick-prev {
        left: var(--position-horizontal-slick-arrow) !important
    }
}

.brands-block .brands-slider .slick-arrow {
    top: 50%;
    margin: 0 -15px
}

@media (min-width:768px) and (max-width:1024px) {

    .halo-lookbook-popup-mobile .halo-popup-wrapper-mobile .product-item .card-action,
    .halo-lookbook-popup-mobile .halo-popup-wrapper-mobile .product-item .card-information .card-swatch,
    .slider-action.count_2,
    .slider-dots li:last-child,
    .slider-dots.count_2 {
        display: none
    }

    .halo-lookbook-popup-mobile .product-item {
        flex-basis: 25%
    }

    .halo-row.column-3 .slider__slide,
    .halo-row.column-4 .slider__slide {
        width: 50%
    }

    .halo-row.column-5 .halo-item,
    .halo-row.column-5 .slider__slide {
        width: 33.333333%
    }

    .halo-row.column-5:not(.brands-slider) .halo-item {
        margin-bottom: 15px
    }

    .halo-block-header .title .text {
        padding: 0 60px
    }
}

@media (prefers-reduced-motion) {
    .motion-reduce {
        transition: none !important
    }
}

a.slide-button.button {
    align-items: center;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    gap: 5px;
    border-radius: 5px;
    font-size: 12px
}

.halo-item.has-des,
.quickview-button {
    border: none !important
}

#product-tab-template--25433241747749__1634629903f4af797d-34ef2296-eade-4d54-8f0e-3bd0bd2069a8 button.slick-prev.slick-arrow,
.products-carousel .slick-arrow.slick-prev {
    left: -28px !important
}

#product-tab-template--25433241747749__1634629903f4af797d-34ef2296-eade-4d54-8f0e-3bd0bd2069a8 button.slick-next.slick-arrow,
.products-carousel .slick-arrow.slick-next {
    right: -28px !important
}

.slideshow-svg {
    width: 14px !important;
    display: block !important
}

.my-slideshow svg image {
    width: 27px
}

.product {
    padding: 5px !important
}

div#HeaderNavigation {
    margin-left: -67px !important
}

@media (min-width :1025px) and (max-width :1439px) {
    div#HeaderNavigation {
        margin-left: -88px !important
    }
}

.custom-phone {
    margin-left: 30px;
    gap: 10px
}

.card-summary {
    line-height: 16px !important;
    font-size: 14px !important
}

.footer-block__list-social .list-social__item {
    margin-right: 0 !important
}

.address-wrapper.content-piece.\31 2 {
    order: 2 !important
}

h2.footer-block__heading {
    margin-right: 12px !important;
    text-transform: capitalize !important;
    font-size: 18px !important
}

.productView-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px
}

.quickview-button {
    background: #ec1f27 !important
}

.productView-price .price--on-sale .price__sale {
    gap: 5px
}

.slide-heading {
    line-height: 70px !important
}

.footer-block__list-social .list-social__link {
    background: 0 0 !important;
    border-radius: none !important;
    border: none !important;
    color: #fff !important
}

.rte.subtext-brand {
    margin-right: 20%;
    margin-left: 20%
}

.footer-block__subheading.rte p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px !important;
    color: #fff !important
}

.footer-block__newsletter .form--check p {
    line-height: 16px !important;
    color: #fff !important;
    font-weight: 300
}

.footer-block__details .rte .content-piece p,
.link-underline .text {
    color: #fff
}

a.link.link-underline.list-menu__item--link {
    font-size: 14px
}

.footer-block__newsletter {
    margin-bottom: 30px !important
}

.footer-block__list-social h2 {
    margin-top: 8px !important
}

.footer-block__list-social {
    display: flex
}

.customImageBanner-inner a {
    line-height: 26px;
    padding: 6px !important
}

.content.customImageBanner-inner.text-left.align-items--top {
    margin-top: 18px
}

.my-banner {
    padding-top: 15px !important;
    padding-left: 50px !important;
    margin-top: 80px !important
}

.my-banner a {
    padding: 6px
}

.banner2 {
    margin-top: 0 !important;
    padding-top: 30px !important;
    padding-left: 30px !important
}

announcement-bar-component.announcement-bar {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.halo-block-header.text-center.block-title--style1.enable_border_title_style2.viewAll--center {
    display: flex;
    justify-content: space-between
}

.halo-item.has-des a.alignItems--center.text-center {
    border-right: 1px solid #f5f5f5;
    border-top: 0;
    border-bottom: 0
}

.custom-icons li a {
    padding: 0 !important
}

.custom-icons li svg {
    fill: #EC1F27 !important
}

svg.svg-inline--fa.fa-phone-alt.fa-w-16.fa-7x {
    color: #ec1f27 !important;
    width: 15px !important;
    height: 15px !important
}

.custom-phone .svg-inline--fa.fa-phone-alt.fa-w-16.fa-7x {
    margin-right: 8px
}

.slide-content span {
    background: #fff;
    color: red;
    font-style: normal;
    font-weight: bolder;
    text-transform: capitalize;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: underline;
    font-family: Inter !important;
    display: inline;
    text-underline-offset: 4px
}

.slide-content .slide-button {
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
    font-weight: 700;
    border: 2px solid #fff
}

.slide-content .slide-button:hover {
    background: 0 0 !important;
    color: #fff !important
}

.slide-content .slide-button path {
    transition: .5s
}

.slide-content .slide-button:hover path {
    fill: #fff !important
}

.container-1170 {
    padding-right: 0;
    padding-left: 0
}

.categories-title.d-flex.flex-wrap.flex-jc-between.categories-title__style_3.w-100 {
    background: #ec1f27 !important;
    border: none !important;
    border-radius: 5px;
    padding: 8px 0 !important
}

h3.title.d-inline-block.m-zero {
    font-style: normal;
    font-weight: 700;
    font-size: 14px
}

.section-block-template--22584324653349__16321237356a896dad {
    background: #fff !important;
    padding: 0 !important
}

.prod-page-prod-recomm .ratings .jdgm-prev-badge__stars,
p.policies-des {
    font-size: 12px
}

.halo-productBadges .badge.new-badge {
    background-color: #ff2d37 !important
}

.card {
    box-shadow: 0 1px 6px 0 rgb(213 210 210);
    background: #fff
}

span.price-item.price-item--regular {
    font-size: 16px;
    color: #ec1f27 !important;
    text-transform: uppercase !important
}

.product-card-layout-02 .card-information {
    padding-bottom: 15px
}

ul.list-product-tabs.list-tab__style_2.enable_scroll_tab.disable-srollbar {
    width: 100%;
    position: absolute;
    top: -61px;
    right: 10px
}

.themevale_multilevel-category-filter {
    margin-left: 7% !important;
    margin-bottom: 4% !important
}

.banner-slide {
    margin-top: -7% !important
}

.themevale_multilevel-category-filter .group-button a#themevale_select-browse {
    background: #ec1f27 !important;
    border-radius: 50px;
    border: 2px solid #ec1f27
}

.themevale_multilevel-category-filter .group-button a#themevale_select-browse:hover {
    background: 0 0 !important;
    border-color: #ec1f27 !important;
    color: #ec1f27 !important
}

.form_heads h3 {
    margin-bottom: 30px;
    margin-top: 25px
}

details.search_details {
    max-width: 60%
}

.rich-text__blocks h2 {
    font-style: normal
}

.flex-center {
    justify-content: center !important
}

button.tab-links.active {
    border: 1px solid red !important;
    border-radius: 50px !important;
    padding: 6px 25px !important;
    color: red !important
}

p.sub_title.custom-text-style {
    text-decoration: underline;
    font-size: 12px !important
}

.shopify-payment-button__button--unbranded,
button#product-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: Manrope;
    text-transform: uppercase;
    border-radius: 0;
    min-height: 52px !important;
    padding: 0;
    transition: .5s ease-in-out
}

.product-card-label,
.product-label {
    text-transform: capitalize;
    width: 100%;
    color: #fff
}

button#product-add-to-cart:hover {
    background: #ec1f27;
    color: #fff;
    border-color: #ec1f27
}

.shopify-payment-button__button--unbranded {
    color: #fff;
    background: #ff2d37;
    border-color: #ff2d37;
    transition: .5s ease-in-out
}

.shopify-payment-button__button--unbranded:hover {
    color: #ff2d37 !important;
    background: #fff !important;
    border-color: #ff2d37 !important;
    border: 1px solid
}

.shopify-payment-button__button--unbranded a:hover {
    background: #ff2d37;
    border-color: #ff2d37
}

#brands-template--25433241551141__brand_slider_tgkhmU .custom-logos,
.brands-slider .slick-arrow,
.productView-images-wrapper .slick-arrow {
    border: none
}

.add-to-cart-btn-icon {
    display: inline-flex;
    width: max-content;
    margin: 0 6px 0 0
}

.add-to-cart-btn-icon svg {
    height: 18px
}

.card-action .button:hover,
.themevale_multilevel-category-filter .group-button {
    background: 0 0 !important
}

ul.list-menu.list-menu--inline.text-left li a {
    padding: 0 8px !important;
    font-weight: 500;
    font-style: none;
    color: #000
}

.main-menu {
    margin-left: 223px !important
}

@media(max-width :1366px) and (min-width:1281px) {
    .header-navigation.header-nav-vertical-menu {
        padding: 0 13px !important
    }
}

header__heading-link {
    bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

header__heading {
    background: #fff !important;
    z-index: 99 !important;
    border: 2px solid #efefef !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    left: 0 !important;
    top: 58px !important;
    border-top: none !important
}

@media(min-width:1199px) {
    .product-tabs-content .slick-slide {
        margin-inline: 7px
    }
}

@media(min-width:0px) {
    .form_heads {
        display: block !important
    }

    .form_heads h3 {
        text-align: center;
        font-style: normal;
        font-weight: 800;
        line-height: 27px;
        font-size: 20px
    }

    .themevale_multilevel-category-filter .form-wrapper {
        background-color: #fff !important;
        max-width: 390px !important;
        padding: 20px 30px !important;
        border-radius: 30px !important;
        flex-wrap: wrap !important
    }

    .themevale_MultiCategory_wrapper {
        bottom: 30% !important;
        left: 100% !important
    }

    .themevale_multilevel-category-filter .form-field {
        max-width: 100% !important;
        border-radius: 83px !important;
        margin-bottom: 20px !important;
        height: 41px !important;
        border: 1px solid #e0e0e0 !important
    }

    .themevale_multilevel-category-filter .form-field:nth-child(3) {
        max-width: 46% !important;
        margin-right: 16px !important
    }

    .themevale_multilevel-category-filter .form-field.form-field-last {
        max-width: 47% !important
    }

    .themevale_multilevel-category-filter .group-button {
        width: unset !important;
        border-radius: 83px !important;
        margin: 20px 0 !important
    }

    ] .themevale_multilevel-category-filter .group-button a {
        line-height: 35px !important;
        height: unset !important
    }

    .themevale_multilevel-category-filter .group-button a#themevale_select-browse {
        border-right: 2px solid #ec1f27 !important;
        width: 115px !important
    }

    .themevale_multilevel-category-filter .form-field svg {
        right: 10px !important;
        top: 9px !important
    }

    .themevale_multilevel-category-filter .form-select {
        line-height: 41px !important;
        font-size: 12px !important;
        text-transform: uppercase !important;
        display: block !important;
        width: 100% !important;
        background: 0 0 !important
    }
}

@media (min-width:1025px) and (max-width:1200px) {
    .themevale_MultiCategory_wrapper {
        bottom: 22% !important;
        left: 104% !important
    }

    .themevale_multilevel-category-filter .form-wrapper {
        max-width: 380px !important;
        padding: 20px 30px !important
    }

    .footer-block__list-social .list-social__link:hover svg {
        fill: #ffffff !important
    }
}

@media (max-width:1025px) {
    .themevale_MultiCategory_wrapper {
        background-color: #fff !important
    }
}

@media(max-width:1024px) {
    .themevale_multilevel-category-filter {
        margin: 0 !important;
        display: flex;
        justify-content: center
    }

    .themevale_MultiCategory_wrapper,
    .themevale_multilevel-category-filter .form-wrapper {
        padding: 0 5px !important
    }

    .themevale_multilevel-category-filter .form-select {
        font-size: 10px !important
    }
}

@media (max-width :768px) {
    .rte.subtext-brand {
        margin: 0 5px
    }

    .my-slideshow .container-full button.slick-arrow {
        top: 20%;
        z-index: 10 !important
    }

    .slide-content span {
        padding: 7px 15px;
        font-size: 15px !important
    }

    .slide-block-eb881620-018e-4971-95e9-7e0a015dcd16 .slide-content .slide-heading {
        font-size: 34px !important;
        line-height: 35px !important;
        margin: 0;
        padding: 0
    }

    .slide-block-eb881620-018e-4971-95e9-7e0a015dcd16 .slide-content .slide-text {
        line-height: 15px;
        color: #fff !important;
        font-size: 12px !important
    }

    .content-box--absolute {
        top: 38% !important
    }

    .banner-slide.slide-content.content-box--absolute.content-box--left.text-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        gap: 5px
    }

    h2.slide-heading.slide-pc {
        width: 100%;
        text-align: center
    }

    h3.slide-sub.slide-pc.border--none {
        text-align: center
    }

    .slick-track .product {
        padding: 5px !important
    }
}

@media (min-width :769px) {
    .my-slideshow .container-full button.slick-arrow {
        top: 30%;
        z-index: 10 !important
    }
}

@media (min-width :1250px) {
    .button--secondary.an- {
        position: absolute;
        bottom: 5px;
        right: 0 !important
    }
}

@media (max-width :1120px) and (min-width :1050px) {
    .button--secondary.an- {
        position: absolute;
        bottom: 0;
        right: 0 !important
    }

    .card-information__wrapper.text-left {
        width: 90% !important
    }
}

@media (max-width :1049px) and (min-width :992px) {
    .button--secondary.an- {
        position: absolute;
        bottom: 0;
        right: 5px !important
    }

    .card-information__wrapper.text-left {
        width: 90% !important
    }
}

@media (max-width :991px) {
    .button--secondary.an- {
        position: absolute;
        bottom: 0;
        right: 0 !important
    }
}

@media (max-width :460px) and (min-width :420px) {
    .button--secondary.an- {
        position: absolute;
        bottom: 0;
        right: 0 !important
    }
}

@media (min-width :769px) and (max-width :1198) {
    .slick-track .product {
        padding: 5px !important
    }
}

.card-information p {
    color: #000 !important;
    font-weight: 600;
    font-size: 12px;
    display: -webkit-box
}

button.quickview-button.button {
    padding: 8px 30px;
    border-radius: 50px
}

.my-svg {
    fill: none;
    stroke: none
}

#slideshow-wrapper-template--22724245029157__16321237356a896dad .slick-list {
    margin: 0 !important
}

.my-slideshow .container-full button {
    background: 0 0 !important;
    border: none !important
}

.my-slideshow .container-full button svg {
    width: 25rem !important;
    height: auto !important;
    max-height: unset !important;
    transform: rotate(180deg) !important;
    border: none !important
}

body:has(div.scrolled-past-header.shopify-section-header-sticky) main .my-slideshow .container-full button svg {
    stroke-width: 0 !important
}

.my-slideshow .container-full .slick-arrow svg,
.slick-arrow:hover svg {
    fill: #000 !important
}

.container.container-1170.d-flex.flex-jc-between.flex-align-center.p-static.o-unset {
    border-right: 2px solid #f5f5f5 !important
}

div:has(.scrolled-past-header) .container.container-1170.d-flex.flex-jc-between.flex-align-center.p-static.o-unset {
    border-right: none !important
}

.sticky-container-full img.header__heading-logo {
    padding: 10px 0
}

.header-mobile__wrapper.header-mobile--wrapper img {
    animation: 1s linear drift;
    margin-top: 0
}

.slick-arrow:hover {
    border-color: #fff !important;
    background: #fff !important
}

.button--secondary.an- {
    right: 0;
    bottom: 8px;
    display: flex;
    justify-content: flex-end
}

.card-information {
    display: flex;
    align-items: end;
    justify-content: space-between
}

.template-collection button#product-add-to-cart,
.template-index button#product-add-to-cart {
    text-align: center;
    display: flex;
    justify-content: flex-end
}

s.price-item.price-item--regular {
    font-weight: 300;
    font-size: 12px
}

.button.button--secondary svg,
.button.button-2 svg {
    fill: transparent
}

button.product-form__submit.button.button--secondary.an- {
    background: 0 0;
    border: none;
    margin-bottom: 0 !important
}

.product-card-layout-02 .card {
    box-shadow: none !important;
    border: 1px solid #d4d4d4 !important
}

.shop_text {
    position: relative;
    left: -9px
}

.header-navigation.header-nav-vertical-menu {
    padding: 0 20px
}

.shop_text span:first-child {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    color: #999
}

.shop_text span:last-child {
    font-family: Manrope;
    font-weight: 800;
    font-size: 14px;
    color: #000;
    position: relative;
    top: -9px
}

.site-nav-list:hover,
.site-nav-list:hover a {
    color: #fff !important
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #232323 inset;
    background-color: transparent
}

.footer-block__newsletter .field__input {
    border: none !important
}

.footer-block__newsletter .newsletter-form__field-wrapper {
    border: 2px solid #fff
}

.footer-block__newsletter svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    margin: auto 0;
    stroke: currentColor;
    width: 2rem;
    height: 3rem
}

.footer-block__newsletter .footer-block__newsletter-form .newsletter-form__button {
    position: relative;
    left: 40px
}

.footer-block__newsletter .form--check p {
    font-size: 11px !important;
    letter-spacing: .4px
}

a.banner-button.button {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-direction: row-reverse;
    margin: 0;
    padding: 0
}

span.banner-text {
    max-width: 450px;
    position: absolute;
    left: 28%;
    top: 25%
}

.content-box.content-box--absolute.content-box--left.text-left.align-items--center {
    --content_width: 100% !important;
    overflow: hidden !important;
    padding-top: 0 !important
}

.halo-row.column-6.brands-slider.halo-slider.sm-column-3.md-column-3.slick-initialized.slick-slider {
    width: 100%;
    margin-left: 0;
    border: none
}

.footer.footer-1 .halo-row.column-5 div:nth-child(5),
.section-block-template--25433241747749__slide_show_PWgamC .home-category-filter-sections {
    display: none
}

@media(max-width:1200px) {
    .footer.footer-1 .halo-row.column-5 div:nth-child(2) .rte {
        display: none
    }

    .footer.footer-1 .halo-row.column-5 div:nth-child(2) img {
        margin: 25px auto -10px
    }

    .footer.footer-1 .halo-row.column-5 div:nth-child(5) {
        display: block
    }
}

@media (min-width :768px) and (max-width :1200px) {
    .footer-block__item.footer-block__column.footer-block__text.block_text--.block__text_first {
        width: 100%
    }

    .footer-block__item.footer-block__column.footer-block__link_list.text-left.block__text_first {
        width: 33%;
        margin: 20px 0;
        text-align: left
    }

    .column-5 .footer-block__item.footer-block__newsletter {
        width: 50% !important;
        margin: 40px auto 0;
        text-align: center
    }

    .footer-block__list-social {
        justify-content: center
    }
}

@media (max-height :1024px) {
    .body-custom-width .slick-arrow {
        top: 50%
    }

    .my-slideshow .slick-arrow.slick-next {
        right: -10px !important
    }

    .my-slideshow .slick-arrow.slick-prev {
        left: -10px !important
    }

    #product-tab-template--25433241747749__1634629903f4af797d-34ef2296-eade-4d54-8f0e-3bd0bd2069a8 .slick-list {
        margin: 0 15px
    }

    #product-tab-template--25433241747749__1634629903f4af797d-34ef2296-eade-4d54-8f0e-3bd0bd2069a8 .slick-list .product-card-layout-02 .card {
        margin: 5px
    }
}

@media (max-width :500px) {
    .content-box--absolute {
        position: absolute !important;
        top: 34% !important;
        display: flex;
        flex-direction: column
    }

    .slide-block-eb881620-018e-4971-95e9-7e0a015dcd16 .slide-content .slide-text {
        text-align: center;
        margin-bottom: 5px !important;
        font-size: 13px !important
    }

    .slide-content .slide-heading {
        text-align: center;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        font-size: 29px !important;
        line-height: 30px !important
    }

    .slide-content span {
        font-size: 9px !important;
        padding: 7px 15px
    }

    .my-slideshow .container-full .slick-arrow svg {
        max-width: 75% !important
    }

    .my-slideshow .container-full .slick-arrow.slick-next {
        right: -15px !important
    }

    .my-slideshow .container-full .slick-arrow.slick-prev {
        left: -15px !important
    }
}

.section-block-template--25433241747749__slide_show_PWgamC h2.slide-heading.slide-pc {
    text-align: left !important;
    width: 50%;
    font-size: 22px !important
}

.section-block-template--25433241747749__slide_show_PWgamC .banner-slide a.slide-button.button {
    margin: 10px 0 !important
}

.section-block-template--25433241747749__slide_show_PWgamC .slide-button {
    width: 110px !important;
    min-width: 100px !important;
    font-size: 12px !important;
    opacity: 1 !important;
    background: #fff !important;
    margin-top: 10px !important
}

@media (max-width :375px) {
    .slide-block-eb881620-018e-4971-95e9-7e0a015dcd16 .slide-content .slide-heading {
        font-size: 22px !important;
        padding: 0;
        margin: 0
    }

    .slide-block-eb881620-018e-4971-95e9-7e0a015dcd16 .slide-content .slide-text {
        font-size: 12px !important
    }

    h3.slide-sub.slide-pc.border--none {
        line-height: 30px
    }

    .content-box--absolute {
        top: 38% !important
    }
}

@media(max-width:768px) {
    .slideshow .banner-slide.slide-content.content-box--absolute.content-box--left.text-left {
        width: 100vw
    }

    .slideshow .images-contain div:nth-child(2) {
        display: none
    }
}

.jdgm-star {
    font-weight: 400
}

.jdgm-prev-badge__text {
    display: none;
    visibility: hidden !important;
    font-size: 14px;
    font-weight: 400;
    font-family: Inter;
    color: #999;
    margin: 0 0 0 8px !important
}

.section-block-template--25433241747749__slide_show_PWgamC {
    display: none
}

@media (max-width :768px) {
    .section-block-template--25433241747749__slide_show_PWgamC {
        display: block;
        padding-top: 20px
    }

    .section-block-template--25433241747749__slide_show_PWgamC .form-wrapper {
        display: none
    }

    .section-block-template--25433241747749__slide_show_PWgamC .slideshow .slick-arrow {
        display: none !important
    }

    .section-block-template--25433241747749__slide_show_PWgamC ul.slick-dots {
        display: flex !important;
        top: 102%;
        gap: 8px;
        justify-content: center
    }

    .section-block-template--25433241747749__slide_show_PWgamC .content-box--absolute {
        top: 60% !important;
        align-items: start
    }

    .section-block-template--25433241747749__slide_show_PWgamC .slide-button {
        margin: 0
    }

    .section-block-template--25433241747749__slide_show_PWgamC .slick-slide img {
        border-radius: 15px
    }
}

.header__inline-menu-ver li.menu-lv-1:nth-child(n+7):nth-child(-n+10),
.prod-page-prod-recomm .card-summary,
.section-block-template--25433241747749__featured_collection_jn6Akp,
ul.list-product-tabs.mobile-product-tab.list-tab__style_2.enable_scroll_tab.disable-srollbar {
    display: none
}

@media(min-width :1200px) {
    .product-tab-block.product-block.section-block-template--25433241747749__1634629903f4af797d .product {
        padding: 0 !important
    }
}

#product-tab-template--25433241747749__1634629903f4af797d-34ef2296-eade-4d54-8f0e-3bd0bd2069a8 .slick-arrow {
    top: 50% !important;
    background: 0 0 !important;
    border: none
}

@media (max-width :768px) {
    .section-block-template--25433241747749__featured_collection_jn6Akp {
        padding: 0 10px;
        display: block
    }

    .section-block-template--25433241747749__featured_collection_jn6Akp .halo-row.column-3 .halo-item {
        width: calc(100% / 3) !important
    }

    #featured-collection-template--25433241747749__featured_collection_jn6Akp .featured-collection-content {
        background: 0 0;
        padding: 1px 10px 0
    }

    #featured-collection-template--25433241747749__featured_collection_jn6Akp .title {
        margin: 0
    }

    #featured-collection-template--25433241747749__featured_collection_jn6Akp .custom-text-style a {
        font-style: normal;
        font-size: 2.6vw
    }

    #featured-collection-template--25433241747749__featured_collection_jn6Akp .content.featured-collection-content.text-center {
        padding: 0;
        margin: -15px
    }

    .policies-block,
    .uppercont {
        display: none !important
    }

    div#template--25433241747749__1634629903f4af797d {
        display: flex !important;
        flex-direction: column
    }

    ul.list-product-tabs.list-tab__style_2.enable_scroll_tab.disable-srollbar {
        position: unset;
        width: 100%;
        display: none !important
    }

    ul.list-product-tabs.mobile-product-tab.list-tab__style_2.enable_scroll_tab.disable-srollbar {
        display: flex !important;
        justify-content: space-evenly
    }

    .list-product-tabs.mobile-product-tab button.tab-links {
        height: 95px;
        border-radius: 15px !important;
        width: 20vw !important
    }

    .list-product-tabs.mobile-product-tab button.tab-links img {
        margin: 5px auto
    }

    .list-product-tabs.mobile-product-tab button.tab-links.text h3.title span {
        font-size: 18px !important
    }

    .section-block-template--25433241747749__1634629903f4af797d .list-product-tabs .tab-links {
        border: 1px solid #b3b3b3 !important;
        padding: 6px 10px !important
    }

    .section-block-template--25433241747749__1634629903f4af797d .list-product-tabs .tab-links.active {
        border: 1px solid #ff2d37 !important;
        color: #000 !important
    }

    #halo-product-block-template--25433241747749__1634629903f4af797d .list-tab__style_2 li .tab-links.active:hover {
        background: #fff !important;
        color: #000 !important
    }

    #halo-product-block-template--25433241747749__1634629903f4af797d .card-information span.text {
        font-size: 12px !important;
        margin-left: 0
    }

    #halo-product-block-template--25433241747749__1634629903f4af797d .card-information .card-text span.text {
        font-size: 12px !important
    }

    #halo-product-block-template--25433241747749__1634629903f4af797d .list-product-tabs .tab-links {
        font-size: 11px !important
    }

    #product-tab-template--25433241747749__1634629903f4af797d-34ef2296-eade-4d54-8f0e-3bd0bd2069a8 span.text {
        font-size: 12px !important;
        margin: 0
    }

    #halo-product-block-template--25433241747749__1635930670b6b2f58d .halo-block-header.text-left.block-title--style1.viewAll--right {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    #halo-product-block-template--25433241747749__1635930670b6b2f58d .halo-block-header .view_all {
        display: block;
        margin: 0 !important
    }
}

a.button.button-ATC.has-var,
a.button.button-ATC.is-notify-me {
    position: absolute;
    bottom: 12px;
    right: 0;
    width: auto;
    box-shadow: none;
    background: 0 0
}

#shopify-section-template--25433241551141__image_banner_38H6hc a.banner-button.button,
#shopify-section-template--25433241747749__image_banner_38H6hc a.banner-button.button {
    font-size: 1em
}

@media (max-width :1025px) {
    #halo-product-block-template--22826859987237__1635930670b6b2f58d .products-grid.grid {
        padding: 0 25px
    }
}

#halo-product-block-template--22724245029157__1635930670b6b2f58d .card.ajax-loaded {
    margin: 5px
}

.halo-block-header.text-left.block-title--style1.viewAll--right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center
}

@media (max-width :786px) {
    #halo-product-block-template--25433241747749__1635930670b6b2f58d ul.slick-dots {
        display: block !important
    }

    #halo-product-block-template--25433241747749__1635930670b6b2f58d .slick-track .product {
        padding: 2px !important
    }

    #halo-product-block-template--25433241747749__1635930670b6b2f58d .product-card-layout-02 .card {
        margin: 5px !important
    }
}

#halo-image-banner-template--25433241747749__image_banner_38H6hc .content-box--left {
    display: flex;
    flex-direction: column;
    left: 0 !important
}

#halo-image-banner-template--25433241747749__image_banner_38H6hc .img-box .image,
#shopify-section-template--25433241551141__image_banner_38H6hc .img-box .image {
    height: 100px;
    border-radius: 12px 12px 0 0
}

.section-block-template--25433241551141__brand_slider_tgkhmU .wrapper-image,
.section-block-template--25433241747749__brand_slider_tgkhmU .wrapper-image {
    border: .2px solid #dbdfe1
}

#halo-image-banner-template--25433241747749__image_banner_38H6hc h3.banner-heading,
#shopify-section-template--25433241551141__image_banner_38H6hc h3.banner-heading {
    text-align: left;
    font-style: normal;
    margin: 3vh 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 1.5em !important
}

#halo-image-banner-template--25433241747749__image_banner_38H6hc span.banner-text,
#shopify-section-template--25433241551141__image_banner_38H6hc span.banner-text {
    padding: 5px 0 0;
    line-height: 20px !important;
    font-size: .8em;
    top: 0
}

#brands-template--25433241747749__brand_slider_tgkhmU .slick-list {
    margin: 0 -2px !important
}

@media (max-width :768px) {
    span.banner-text {
        display: none
    }

    #shopify-section-template--25433241747749__image_banner_38H6hc h3.banner-heading {
        padding: 15px 0 0 !important
    }

    #shopify-section-template--25433241747749__image_banner_38H6hc span.banner-text {
        padding: 5px 0 0
    }
}

#shopify-section-template--25433241747749__image_banner_38H6hc .content-box--absolute {
    padding: 0 25px !important
}

.prod-page-prod-recomm .card-information .text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: Inter;
    text-transform: initial;
    overflow: hidden;
    text-overflow: ellipsis
}

.prod-page-prod-recomm .ratings .jdgm-prev-badge__text {
    font-size: 12px;
    font-weight: 400;
    font-family: Inter;
    color: #999;
    line-height: normal;
    margin: 0 0 0 4px !important
}

.prod-page-prod-recomm .card-price .price__compare {
    font-size: 12px;
    font-weight: 400;
    font-family: Inter;
    color: #999;
    width: max-content
}

.prod-page-prod-recomm .card-price .price__last {
    font-size: 16px;
    font-weight: 700;
    font-family: Manrope;
    color: #ff2d37
}

.prod-page-prod-recomm #product-add-to-cart {
    min-width: max-content;
    width: max-content;
    padding: 0;
    margin: 0 0 12px auto;
    border: 0
}

.prod-page-prod-recomm #product-add-to-cart svg {
    height: 38px;
    width: 38px
}

.prod-page-prod-recomm form.variants {
    width: max-content
}

.prod-page-prod-recomm .card-action {
    height: auto;
    width: max-content;
    margin: 0 0 0 auto
}

@media screen and (max-width:768px) {

    .prod-page-prod-recomm,
    .productView-bottom {
        padding: 0 10px
    }

    .prod-page-prod-recomm #product-add-to-cart {
        padding: 0;
        margin: 0;
        right: 0 !important
    }

    #product-add-to-cart,
    .prod-page-prod-recomm .card-price {
        margin-bottom: 6px
    }
}

#shopify-section-template--25433241551141__image_banner_38H6hc .content-box--left {
    display: flex;
    flex-direction: column;
    left: 0 !important
}

#brands-template--25433241551141__brand_slider_tgkhmU .slick-list {
    margin: 0 -2px !important
}

@media (max-width :767px) {
    span.banner-text {
        display: none
    }

    #shopify-section-template--25433241551141__image_banner_38H6hc h3.banner-heading {
        padding: 15px 0 0 !important
    }

    #shopify-section-template--25433241551141__image_banner_38H6hc span.banner-text {
        padding: 5px 0 0
    }
}

#shopify-section-template--25433241551141__image_banner_38H6hc .content-box--absolute {
    padding: 0 25px !important
}

.productView-nav .slick-arrow {
    top: 50%
}

@media (min-width :1025px) {
    a.slide-button.button {
        padding: 5px;
        font-size: 16px
    }

    .slide-content .slide-button {
        min-width: 150px !important
    }

    .halo-block-header .text-left .text,
    .halo-block-header.text-left .title .text {
        font-size: 28px;
        font-style: normal
    }

    .section-block-template--22826859987237__customer_review_block_CaWKx8 .halo-block-header .title .text {
        margin-top: 10px
    }
}

.header__inline-menu li.menu-lv-1:nth-child(11),
.sale-badge_price {
    animation: 1.2s linear infinite animate
}

@keyframes animate {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: .7
    }
}

.header__inline-menu li.menu-lv-1:nth-child(11) a {
    color: #ec1f27 !important;
    font-weight: bolder !important
}

@media (max-width :1024px) and (min-width :769px) {
    .slide-content .slide-heading {
        margin-bottom: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 28px !important
    }

    .slide-content .slide-text {
        margin-bottom: 15px !important
    }
}

.aztable-items .slick-slide img {
    margin: 0 auto
}

.card-information .card-action__group .no-stock {
    position: absolute;
    bottom: 42px;
    right: 0;
    color: #fff;
    border-color: #ec1f27;
    opacity: 1;
    background: #ec1f27;
    padding: 0;
    font-size: 10px;
    min-width: 70px
}

.product-label {
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px
}

.product-label span {
    background: #ec1f27;
    padding: 5px 15px;
    border-radius: 5px
}

.product-label span:hover {
    animation: .8s shake
}

@media (max-width:500px) {
    .product-label span {
        padding: 1px 5px;
        font-size: 11px
    }
}

svg.free-delivery {
    fill: #ec1f27;
    height: 30px;
    width: 50px;
    animation: 2s linear drift
}

.product-card-label {
    display: flex;
    justify-content: flex-start;
    justify-items: flex-start;
    align-items: center;
    gap: 5px;
    bottom: 0;
    position: absolute;
    z-index: 1
}

@media (max-width:425px) and (min-width:321px) {
    .product-card-label {
        bottom: 0
    }
}

.product-card-label span {
    background: #000;
    padding: 1px 10px 1px 0;
    border-radius: 2px;
    font-size: 10px;
    font-style: italic;
    text-transform: uppercase
}

@-webkit-keyframes drift {
    0% {
        -webkit-transform: translateX(-750px);
        opacity: 0
    }

    50% {
        -webkit-transform: translateX(-70px);
        opacity: 0;
        -webkit-animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
        -webkit-animation-timing-function: linear
    }
}

.product-card-label svg.free-delivery {
    fill: #ec1f27;
    height: 20px;
    width: 30px;
    animation: 1s linear drift
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0)
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        transform: translate(-3px, 0) rotate(1deg)
    }

    30% {
        transform: translate(3px, 2px) rotate(0)
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        transform: translate(-3px, 1px) rotate(0)
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        transform: translate(1px, 2px) rotate(0)
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

@media (max-width :1024px) {

    .halo-block-header .text-left .text,
    .halo-block-header.text-left .title .text {
        font-style: normal;
        margin: 0 10px
    }

    .whatsapp-button {
        bottom: 70px !important;
        right: 10px !important
    }
}

ul.list-menu.list-menu--inline.text-left .banner img {
    margin: 0;
    position: relative
}

.nav-collection-image {
    margin: auto 0
}

a.button.button-ATC.is-notify-me {
    padding: 0;
    min-width: 70px;
    font-size: 10px;
    border-color: #ec1f27;
    color: #ec1f27
}

.header__menu-vertical .menu-dropdown__column-2 {
    height: 468px !important
}

a.button.button-ATC.has-var {
    padding: 0;
    min-width: 105px;
    font-size: 10px;
    border-color: #ec1f27;
    color: #ec1f27
}

.price-item.price-item--regular.try .text {
    display: block;
    height: auto
}

span.price-item.price-item--regular.try {
    display: flex
}

.header-advanced__item .header__logo img {
    animation: 1s linear drift
}

.section-header-navigation .header-logo .header__heading-logo {
    animation: .7s linear drift !important
}

.site-nav-list:hover {
    background-color: #ec1f27;
    box-shadow: 0 4px 4px 0 #b5b5b5
}

.site-nav-list {
    display: block;
    justify-content: space-between;
    border-bottom: .2px solid #b5b5b56b;
    padding: 10px;
    transition: .2s ease-in-out;
    align-items: center
}

.site-nav a.site-nav-title {
    display: flex !important;
    justify-content: space-between;
    align-items: center
}

.header__inline-menu .menu-lv-item .header__submenu .menu-lv-item a {
    padding: 10px 18px !important
}

.header__inline-menu .menu-lv-item .header__submenu .menu-lv-item:hover a {
    background-color: #ed2b33;
    box-shadow: 0 4px 4px 0 #b5b5b5;
    color: #fff !important
}

.login-item span.text {
    color: #000
}

.header__menu-vertical .no-megamenu .menu-lv-2:hover {
    background: #ed2b33
}

a.button.button-ATC.var-btn {
    width: 100%;
    min-width: 50%;
    font-size: .7em;
    border: none;
    color: #ec1f27;
    background: 0 0;
    padding: 15px 5px
}

@media (max-width:1024px) {
    details.search_details {
        max-width: 100%
    }

    #brands-template--25433241551141__brand_slider_tgkhmU .halo-item,
    #brands-template--25433241747749__brand_slider_tgkhmU .halo-item {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .snize-instant-widget-is-open [tabindex="-1"] {
        display: block !important
    }

    .ga-products-box .ga-product_title {
        height: auto;
        min-height: auto;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.ga-carousel_wrapper .gowl-nav .gowl-next svg,
.ga-carousel_wrapper .gowl-nav .gowl-prev svg {
    height: 25px
}

@media (max-width:400px) {
    #wigget_22300 .ga-product_oldprice {
        margin-left: 0
    }
}