/** Shopify CDN: Minification failed

Line 28:1 Unexpected "{"
Line 9102:135 Unexpected "{"
Line 9301:2 "pading-right" is not a known CSS property

**/

@font-face {
  font-family: nordiqueprobold;
  font-weight: bold;
  /* src: url("/cdn/shop/files/NordiquePro-Bold.otf"); */
  src: url("/cdn/shop/files/Nordique-Pro-Bold.ttf");
}

.pplr-popup.pplr-modal-box input.pplr_text.pplr_monogram.p_u_t.cstmfy_c_required {
    /* font-family: 'Manrope'; */
}
canvas#pplr_canvas {
    font-family: 'nordiqueprobold';
}

body span.pplr_preview_wrapper *{
    font-family: nordiqueprobold;
    font-weight: 800;
}

 {
    font-weight: 800 !important;
  font-family: 'nordiqueprobold' !important;
}

/* Base */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    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;
}

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

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

.no-js-inline {
    display: none !important;
}

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

html.no-js .no-js-hidden {
    display: none !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;
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
}

button {
    cursor: pointer;
}

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

/* Derived from base colors (theme settings) */
.color-accent-1 {
    color: var(--color-base-accent-text);
    background-color: var(--color-base-accent-1);
}

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

/* START: Layout Boxed */
    .header-boxed, .body-boxed, .footer-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%;
        visibility: hidden;
        opacity: 0;
    }

    .halo-widget-banner + .halo-widget-banner {
      order: 3;
    }
/* END: Body Layout */

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

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

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

    .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 {
        padding-bottom: 80px;
    }

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

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

    .template-index.style-arrows-5 .wrapper-body > .shopify-section:not(.section-special-banner) {
        overflow: hidden;
    }
/* END: Container */

/* START: Adaptive Height */
    .adaptive_height {
        display: block;
        max-width: 100%;
        position: relative;
        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);
    }

    .ajax-loaded .data-lazy-loading {
       display: none !important;
    }
/* END: Adaptive Height */

/* START: Display Srollbar */
    .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;
    }
/* END: Display Srollbar */

/* START: SVG Icon */
    svg {
        display: inline-block;
        vertical-align: middle;
        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, 0.1);
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border: 1px solid rgba(120, 129, 136, 0.2);
        stroke-width: .1px
    }
/* END: SVG Icon */

/* START: Background Overlay */
    .background-overlay,
    .background-overlay1 {
        position: fixed;
        background-color: rgba(35, 35, 35, 0.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{
        cursor: none;
    }

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

    .background-overlay.hold {
        opacity: 1;
    }

    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 ease;
        -webkit-transition: transform 70ms ease;
    }
 
    body:not(.safari) .background-cursor-wrapper_outer {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: white;
        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_outer,
    body:not(.safari) .background-cursor-wrapper_inner {
        transform: scale(0.1);
        opacity: 0;
        transition: transform 350ms ease-in-out, opacity 350ms 150ms ease;
    }

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

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

/* START: Gradient Background Color */
    .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;
    }
/* END: Gradient Background Color */

/* START: Button */
    body.safari .button {
        transition: all 0.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);
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
        outline: none!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;
    }

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

    .button svg{
        display: inline-block;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        margin: 0 6px 0 0;
    }
    
    .button.button-1,
    .button.button--primary{
        background: #ffffff;
        border-color: #f84248;
        color: #f84248;
    }

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

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

    .button.button-2 svg,
    .button.button--secondary 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);
    }

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

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

    .button:focus-visible,
    .button:focus {
        /*box-shadow: 0 0 0 0.1rem var(--color-background-10), 0 0 0 0.3rem var(--color-background), 0 0 0.5rem 0.4rem var(--color-background-30);*/
    }

    .button.loading:after {
        content: '';
        animation: loading var(--duration-long) infinite linear;
        border: 0.5rem solid rgba(var(--color-button-text-rgb), 0.4);
        border-left: 0.5rem solid var(--color-button-text);
        border-radius: 100%;
        box-sizing: content-box;
        display: block;
        height: 2rem;
        position: absolute;
        width: 2rem;
    }

    .button[aria-disabled='true'].button-continue {
        opacity: 1;
        pointer-events: auto;
    }
/* END: Button */

/* START: Block */
    .halo-block{
        position: relative;
        background: #fff;
    }

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

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

    .halo-block-header .title .text{
        display: inline-block;
        vertical-align: top;
        width: auto;
        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 {
        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;   
    }

    /* Product Block Title Style 2 */
    .block-title--style2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left !important;
    }

    .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 {
        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: bold;
    }

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

    /* Countdown Style 2*/
    .countdown_style_2{
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left !important;
    }

    .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: 0px;
        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%;
    }

    /* Prduct Block Progress Bar*/
    .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(0px, -1px);
        width: var(--percent);
        max-width: 100%;
        height: var(--scrollbar-height);
        background-color: var(--scrollbar-thumb-color);
        transition: all 1000ms ease-in-out;
    }
    .slider-progress-bar .scrollbar-thumb:hover {
        background-color: var(--scrollbar-thumb-hover-color);
        transition: all 1000ms ease-in-out;
    }
/* END: Block */

/* START: Calculator Free Shipping Message */
     .haloCalculatorShipping{
        position: relative;
        margin: 0 0 12px 0;
        min-height: var(--free-shipping-min-height);
        padding: 0 20px;
    }

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

    .haloCalculatorShipping .progress.progress-hidden{
        display: none;
    }

    .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 ease;
    }

    .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);
    }

    .haloCalculatorShipping .message .text{
        text-transform: capitalize;
    }
    
    .haloCalculatorShipping .progress .progress-meter{
        text-align: center;
        animation: 2s linear 0s 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: .9s linear;
        transition-property: width,background-color;
        border-radius: var(--free-shipping-border-radius);
    }
        
    .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);
    }

    .haloCalculatorShipping .progress-truck-wrapper .icon-shipping-truck .wheel{ 
        fill: white !important;
    }
/* END: Calculator Free Shipping Message */

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

.hidden {
  display: none !important;
}

.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;
}

.overflow-hidden {
    overflow: hidden;
}

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

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

.grecaptcha-badge{
    display: none !important;
}

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

.h0 {
    font-size: 4rem;
}

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

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

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;
}

.hidden {
    display: none !important;
}

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

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

.right,
.text-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase{
    text-transform: lowercase;
}

.capitalize{
    text-transform: capitalize;
}

*:empty {
    display: none;
}

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

a{
    color: var(--color-link);
    cursor: pointer;
    border: none;
    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);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
}

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

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

.circle-divider:last-of-type::after {
    display: none;
}

hr {
    border: none;
    height: 0.1rem;
    display: block;
    margin: 5rem 0;
    background-color: var(--color-background-10);
}

details > * {
    box-sizing: border-box;
}

.break {
    word-break: break-word;
}

.visibility-hidden {
    visibility: hidden;
}

/* Image Zoom */
.image-zoom {
    overflow: hidden;
    position: relative;
}

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

/* No Image */
.not_img {
    height: var(--height_not_img);
    line-height: var(--height_not_img);
    background-color: rgba(35,35,35,.2);
    width: 100%;
    display: block;
    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%);   
}

img {
    max-width: 100%;
}

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

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

/* base-details-summary */
summary {
    cursor: pointer;
    list-style: none;
    position: relative;
}

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

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

.disclosure-has-popup {
    position: relative;
}

.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: transparent;
}

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

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

/* Focus ring - default (with offset) */
*:focus-visible {
    outline: none;
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
*:focus {
    outline: none;
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
*:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/* Focus ring - inset */
.focus-inset:focus-visible {
    outline: 0;
    box-shadow: none;
}

/* Fallback */
.focus-inset:focus {
    outline: 0;
    box-shadow: none;
}

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

/* Dangerous for a11y - Use with care */
.focus-none {
    box-shadow: none!important;
    outline: 0!important;
}

/* START: Form */
    .field {
        display: flex;
        position: relative;
        width: 100%;
    }

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

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

    label{
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-medium);
        letter-spacing: var(--body-letter-spacing);
        line-height: var(--body-line-height);
        text-transform: capitalize;
        text-align: left;
        color: var(--form-label);
    }

    label em{
        color: #e95144;
    }

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

    .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: transparent;
        border-radius: 0;
        min-height: unset;
        outline-offset: unset;
    }

    input[type=checkbox],
    input[type=radio] {
        display: none;
        border: 0;
        clip: rect(1px,1px,1px,1px);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        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 {
        opacity: 1;
        transform: scale(1);
    }

    input[type="radio"] + .form-label--radio:before{
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        transition: all 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: all 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="radio"]:checked + .form-label--radio:after{
        opacity: 1;
        transform: scale(1);
    }

    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;
    }

    .form-input,
    .field__input{
        flex-grow: 1;
        display: block;
        width: 100%;
        height: auto;
        font-family: var(--font-body-family);
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        letter-spacing: var(--body-letter-spacing);
        line-height: var(--body-line-height);
        text-align: left;
        border: 1px solid var(--form-input-border);
        color: var(--form-input-color);
        background-color: var(--form-input-bg);
        box-shadow: unset!important;
        outline: none!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);
        -webkit-appearance: none;
        -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:focus ~ .field__labelInline,
    .field__input:not(:placeholder-shown) ~ .field__labelInline,
    .field__input:-webkit-autofill ~ .field__labelInline{
        font-size: 1rem;
        top: 5px;
        left: 10px;
        letter-spacing: 0.04rem;
        transform: unset;
    }

    .select__select{
        font-family: var(--font-body-family);
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        letter-spacing: var(--body-letter-spacing);
        line-height: var(--body-line-height);
        -webkit-appearance: none;
        appearance: none;
        background-color: var(--form-input-bg);
        width: 100%;
        box-sizing: border-box;
        transition: box-shadow var(--duration-short) ease;
        cursor: pointer;
        padding: 11px 15px 10px 15px;
        box-shadow: 0 0 0 .1rem var(--form-input-border);
        border: 0;
        border-radius: var(--btn-1-border-radius);
        text-align: left;
        outline: none!important;
        color: var(--form-input-color);
        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-status-list .link::first-letter {
        text-transform: capitalize;
    }

    .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-outer-spin-button,
    .update-quantity__group input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
        display: none;
    }

    .update-quantity__group input[type=number] {
      -moz-appearance: textfield;
    }
/* END: Form */

/* START: Component Modal */
    .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 details[open] .modal__toggle-open {
        display: none;
    }

    .no-js .modal__close-button.link {
        display: none;
    }

    .modal__close-button.link {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0rem;
        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);
    }

    .modal__content:empty {
        display: none;
    }
/* END: Component Modal */

/* START: Component Cart Count Bubble */
    .cart-count-bubble:empty,
    .wishlist-count-bubble:empty {
        display: none;
    }

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

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

    .bottom-bar--list .cart-count-bubble {
        min-width: 22px;
        min-height: 15px;
    }
/* END: Component Cart Count Bubble */

/* START: Page Header */
    .page-header {
        display: block;
        font-family: var(--font-page-title-family);
        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);
        color: var(--color-text);
        position: relative;
        padding: 37px 0 25px 0;
        margin: 0;
    }
    .breadcrumb-container +.page-header {
        padding-top: 10px;
    }
    .page-subheader{
        display: block;
        font-family: var(--font-page-title-family);
        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);
        position: relative;
        color: var(--color-text);
        padding: 0 0 17px 0;
        margin: 0;
    }
/* END: Page Header */

/* START: Section Announcement-bar */
    #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 {
        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 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: none;
        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 0;
    }

    .announcement-bar .announcement-countdown .clock-item{
        border-radius: 4px;
        box-shadow: 0px 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(0deg);
    }

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

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

/* START: Section Header */
    .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: headerSlideDown 250ms ease-in-out forwards;
    }

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

    .header{
        pointer-events: auto;
    }

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

/* START: Main Header Layout */
    .header-wrapper {
        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__logo .header__heading svg, .header-mobile--icon .header__heading-link 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;
    }

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

    .header__group .cart-count-bubble {
        margin-left: 8px;
    }

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

    .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);
        text-transform: uppercase;
        font-weight: var(--font-weight-medium);
        margin-left: 5px;
        margin-right: 5px;
    }

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

    .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 {
        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 .shopify-currency .img-icon {
        width: 16px;
        height: 16px;
        display: inline-block;
        line-height: 1;
        position: relative;
        top: -1px;
    }

    .halo-top-currency .currency-menu .text+svg{
        display: none;
    }

    .halo-top-currency .text {
        text-transform: uppercase;
        font-weight: var(--font-weight-medium);
        color: #232323;
        margin-left: 5px;
        margin-right: 5px;
    }

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

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

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

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

    .halo-top-currency .currency-dropdown .icon svg polygon {
        display: block;
    }

    .dropdown-language, .dropdown-currency {
        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: all .3s ease;
        box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 15%);
    }

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

    .header__icons{
        position: static!important;
    }

    .header *[tabindex='-1']:focus {
        outline: none;
    }

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

    .header__heading .h2 {
        font-size: var(--font-heading-size);
        font-weight: var(--font-weight-normal);
        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-logo {
        width: 100%;
    }

    .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__iconItem .header__icon--cart .cart-count-bubble{
        position: relative;
    }

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

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

    .customer-links {
        display: inline-block;
        vertical-align: middle;
        margin-left: 25px;
    }

    .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: transparent;
        box-shadow: none;
        border: 0;
    }

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

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

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

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

    .header__icon .icon {
        display: block;
    }

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

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

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

    .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;
    }

    @media screen and (min-width: 1025px) {
        .section-header-mobile{
            display: none;
        }
    }

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

    .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;
    }

    .header-mobile--right{
        justify-content: flex-end;
    }

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

    .header-mobile__item--cart {
        padding-right: 10px;
    }

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

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

    .header-mobile--icon .header__icon--cart .bag-curved {
        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 {
        display: none;
    }

    /* Header Style 02 */
    .mobile-header-2 .header-mobile--right .header-mobile--icon {
        padding-right: 10px;
    }

    .mobile-header-2 .header-mobile--right .header-mobile--icon + .header-mobile--icon {
        margin-left: 25px;
    }

    .mobileMenu-toggle {
        width: 24px;
        height: 24px;
        font-size: 0;
        overflow: hidden;
        position: relative;
        z-index: 1;
        outline: none;
        box-shadow: none;
        display: block;
        padding: 0;
        background: none;
        border: none;
    }

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

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

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

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

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

    .mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::before,
    .mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::after {
        bottom: auto;
        top: auto;
        transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms 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);
    }

    .mobileMenu-toggle__Icon, .mobileMenu-toggle__Icon::before, .mobileMenu-toggle__Icon::after {
        background-color: var(--i-color);
    }

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

/* START: Product Scroll */
    .products-cursor{
        display: none;
    }
/* END: Product Scroll */

/* START: Search */
    menu-drawer + .header__search {
        display: none;
    }

    .no-js details[open] > .header__icon--search {
        top: 1rem;
        right: 0.5rem;
    }
/* END: Search */

/* START: Slick */
    .slick-arrow {
        display: block;
        line-height: 1;
        font-size: 0;
        letter-spacing: 0;
        cursor: pointer;
        position: absolute;
        top: 50%;
        padding: 8px;
        width: var(--arrow-width);
        height: var(--arrow-height);
        transform: translateY(-50%);
        z-index: 1;
        outline: none;
        background: var(--arrow-background-color);
        border: none;
        transition: var(--anchor-transition);
        border: var(--arrow-border-width) solid var(--arrow-border-color);
        border-radius: var(--arrow-border-radius);
    }

    .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;
        /*transform: translateY(-50%) rotate(-180deg);*/
        transform: translateY(-50%) rotate(0deg);
    }

    .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{
        display: block !important;
    }

    .slick-arrow.slick-disabled {
        display: none !important;
        opacity: .4;
        filter: alpha(opacity=40);
    }

    .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 {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: auto;
        margin: 0 7px;
        position: relative;
        border-radius: 50%;
    }

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

    .slick-dots li:last-child, .slider-dots li:last-child {
        margin-right: 0;
    }

    .slick-dots li button, .slider-dots li button {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        border-radius: 50%;
        border: 1px solid var(--dots-border-color);
        background: var(--dots-color);
        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 {
        visibility: visible !important;
    }

    /* Arrows Style 2 */
    .style-arrows-2 .slick-arrow{
        padding: 0px 0px 2px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1)
    }

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

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

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

    /* Arrows Style 5 */
    .style-arrows-5 .slick-arrow {
        padding: 0px;
    }
    .style-arrows-5 .slick-arrow svg {
        transition: all .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 .slick-next:hover svg{
        margin-left: 8px
    }

    .style-arrows-5 .sidebarBlock-product .slick-arrow {
        width: 40px
    }
    .products-counter-number {order: -1;position: absolute;top: 6px;text-align: left;}

    /* Dots Style 2 */
    .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:first-child, .style-dots-2 .slider-dots li:first-child{
        margin-left: 5px;
    }

    .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;
    }
/* END: Slick */

/* START: Popup Lookbook Product */
    .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;
        transition: var(--anchor-transition);
        transform: rotate(0deg);
    }

    .select-icon .glyphicon:before,
    .select-icon .glyphicon:after {
        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: box-shadow 1.5s linear infinite;
        animation: box-shadow 1.5s linear infinite;
        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 {
        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 18px;
        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;
    }

    /* START Lookbook Style 2 */
    :root {
        --lookbook-style-2-border-radius: 0.5rem;
    }

    .halo-lookbook-popup .halo-popup-wrapper.style-2 {
        padding: 9px;
        padding-right: 13px;
        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 {
        padding-top: 0px;
    }

    .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.swapped .halo-popup-wrapper.style-2 .card-title {
        text-align: right;
    }

    .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.swapped .halo-popup-wrapper.style-2 .card-price {
        justify-content: flex-end;
    }

    [data-show-lookbook-container][data-style="2"] [data-lookbook-item-container] {
        position: relative;
    }

    /* END Style 2 */

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

    .halo-lookbook-popup .overlay {
        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;
    }
/* END: Popup Lookbook Product */

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

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

    .halo-popup-banner img{
        width: 100%;
    }

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

    .halo-popup-header{
        margin: 0 0 25px 0;
        padding: 21px 0 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-close svg {
        width: 100%;
        height: 100%;
        fill: var(--color-white);
        /*stroke: transparent;*/
    }

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

    .halo-popup-desc{
        display: block;
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        line-height: var(--body-line-height);
        letter-spacing: var(--body-letter-spacing);
        padding: 2px 0 20px 0;
        color: var(--color-text);
    }

    .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;
        background-color: var(--bg-white);
    }

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

    .customPopup-title{
        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);
        letter-spacing: var(--body-letter-spacing);
        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;
    }
/* END: Popup */

/* START: Sidebar */
    .halo-sidebar{
        position: fixed;
        top: 0;
        bottom: 0;
        padding: 0;
        height: 100%;
        z-index: 101;
        max-width:calc(100vw - 40px);
        width: 100%;
        opacity: 1;
        visibility: hidden;
        transition: opacity 500ms, transform var(--duration-long) ease, visibility var(--duration-long) ease;
        /*transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;*/
        background-color: var(--bg-white);
    }

    .halo-sidebar-header{
        position: relative;
        padding: 24px 20px 0px 20px;
        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);
        letter-spacing: var(--body-letter-spacing);
        line-height: var(--body-line-height);
        color: var(--color-text);
        text-transform: capitalize;
    }

    .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 0;
    }

    .halo-cart-sidebar .halo-sidebar-wrapper{
        overflow: hidden;
    }

    .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;
    } 
/* END:  Sidebar */

/* START: Alert */
    .alertBox{
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        line-height: var(--body-line-height);
        letter-spacing: var(--body-letter-spacing);
        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);
    }
/* END: Alert */

/* START: Notify Me */
    .halo-notifyMe{
        padding: 30px 0 0 0;
    }

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

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

    .halo-notifyMe .form-label{
        color: var(--color-text2);
    }

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

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

    .halo-notifyMe--popup{
        padding-top: 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.notify-me-show{
        overflow: hidden;
        /*height: 100%;*/
    }

    body.notify-me-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;
    }
/* END: Notify Me */

/* START: Menu */
    .header__inline-menu {
        display: block;
        grid-area: navigation;
    }

    .header__inline-menu[data-navigation] .menu-heading-mobile.halo-sidebar-header {
        display: none;
    }

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

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

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

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

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

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

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

    .menu-lv-1__action,
    .menu--mobile-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-lv-2__action,
    .menu--mobile-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-lv-3__action,
    .menu--mobile-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);
        font-weight: var(--font-weight-normal);
        letter-spacing: 0;
        line-height: 15px;
        height: 15px;
        padding: 0px 6px;
        text-transform: capitalize;
        text-align: center;
        border-radius: 1px;
    }

    .site-nav-title .label,
    .site-nav-link .label,
    .menu-lv-2__action .label{
        position: relative;
        top: 0px;
        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;
    }

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

    .menu-lv-item.menu-lv-1 .icon-dropdown{
        display: none;
    }

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

    .menu-lv-item .text {
        transition: text-decoration var(--duration-short) ease;
    }

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

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

    .menu-lv-blink .label.new-label,
    .menu-lv-blink .label.hot-label,
    .menu-lv-blink .label.sale-label{
        -webkit-animation: .6s blink infinite;
        animation: .6s blink infinite;
        opacity: 0; 
    }
/* END: Menu */

/* START: Product Grid */
    .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;
    }

    .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);
    }
/* END: Product Grid */

/* START: Infinite Scroll */
    .product-infinite-scroll{
        margin: 55px 0 0 0;
    }

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

    .product-infinite-scroll .button span{
        pointer-events: none;
    }

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

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

    .product-infinite-scroll .button[disabled] {
        display: none !important;
    }
/* END: Infinite Scroll */

/* START: Footbar Fixed */
    .footbar-fixed{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        line-height: 0;
        transition: all .3s ease;
    }
    .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;
      right: 0;
      bottom: 0;
      width: 100%;
      display: inline-block;
      vertical-align: top;
      transition: all 0.3s ease;
    }
    .footbar-fixed-right {
      left: 0;
      right: 0;
      bottom: 0;
      display: inline-block;
      vertical-align: top;
      transition: all 0.3s ease;
    }
/* END: Footbar Fixed */

/* START: Slideshow */
    .slideshow .item {
        position: relative;
    }

    .slideshow .item.item-video + .slide-content .slide-heading,
    .slideshow .item.item-video + .slide-content .slide-text {
        display: block !important;
    }

    .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);
    }

    .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;
    }

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

    .slick-slider img {
        visibility: visible !important;
    }

    .slideshow:not(.slick-slider) .item:nth-child(n+2) {
        display: none;
    }

    .slideshow:not(.slick-slider) .swatch .item:nth-child(n+2) {
        display: inline-block;
    }

    .slideshow .slick-arrow {
      /*  width: 72px;
        height: 72px;*/
        opacity: 0;
       /* padding: 20px;*/
    }

    .slideshow:hover .slick-arrow {
        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;
        margin-right: 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;
    }

    .wrapper-category-banner .slideshow{
        padding-left: 5px;
        padding-right: 5px;
    }

    .block-categories-slider{
        padding-left: 5px;
        padding-right: 5px;
    }

    .block-categories-slider .wrapper-category{
        padding: 20px 20px 17px 20px;
        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:nth-child(1), 
    .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;
        padding-left: 5px;
        padding-right: 5px;
    }

    .block-banner-slider .banner{
        width: calc(50% - 5px);
    }
/* END: Slideshow */

/* START: Lookbook Popup Mobile */
    .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;
    }
/* END: Lookbook Popup Mobile */

/* START: Video Popup */
    body.video-show .halo-video-popup {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(-50%,-50%,0);
    }

    body.video-show .background-overlay {
        opacity: 1;
        pointer-events: all;
    }

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

    body.is-custom-information .background-overlay {
        opacity: 1;
        pointer-events: all;
    }

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

    .halo-video-popup .halo-popup-wrapper {
        padding: 0;
    }

    .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;
    }
/* END: Video Popup */

/* START: Mobile Sidebar Icons */
    .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 .last-link {
        border-bottom: 1px solid #e6e6e6;
    }
    
    .site-nav-mobile.nav-account .header__link--account,
    .site-nav-mobile.nav-account .header__icon {
        padding: 15px 20px !important;
        border-top: 1px solid #e6e6e6;
    }

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

    .site-nav-mobile.nav-account .header__link--account .title,
    .site-nav-mobile.nav-account .header__icon .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;
    }

    .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;
    }
    .site-nav-mobile.nav-account .customer-links.customer-login {
        align-items: normal !important;
    }
/* END: Mobile Sidebar Icons */
ul#meteor-desktop-nav {
    padding-top: 1px;
    padding-bottom: 5px!important;
    justify-content: center;
    gap: 15px;
    font-weight: bold;
}
/* Responsive */
@media (max-width: 1600px){
    /* START: Slideshow */
        .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;
        }
    /* END: Slideshow */
  
}

@media (max-width: 1400px){
    /* START: Slideshow */
        .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;
        }
    /* END: Slideshow */
}

@media (max-width: 1366px){
    /* START: Slideshow */
        .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%;
        }
    /* END: Slideshow */
}

@media (max-width: 1200px){
    .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.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) {
    body.cart-sidebar-show #halo-sidebar.page-sidebar,
    body.auth-sidebar-show #halo-sidebar.page-sidebar,
    body.open_search_mobile #halo-sidebar.page-sidebar,
    body.open_search_mobile #halo-sidebar.page-sidebar,
    body.menu_open #halo-sidebar.page-sidebar,
    body.lang-currency-sidebar-show#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 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;
    }

    .background-cursor-wrapper {
        display: none;
    }
    
    /* START: Container */
        .container-1770{
            display: block;
            width: 100%;
            position: relative;
            max-width: 100%;
            padding: 0 15px;
            margin: 0 auto;
        }

        .container-1570 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .container-1470 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .container-1370 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .container-1320 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .container-1170 {
            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;
        }
    /* END: Container; */

    /* START: Halo Row */
        .halo-row.halo-slider.md-column-3:not(.slick-slider) .halo-item:nth-child(n + 4){
            display: none;
        }

        .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;
        }
    /* END: Halo Row */

    /* START: Block */
        .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-grid .product .card-action, .products-carousel .product .card-action{
            padding: 0 0 15px 0;
        }

        .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--right,
        .halo-block-header.text-right.viewAll--left{
            text-align: right;
        }

        .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;
        }
    /* END: Block */

    /* START: Slideshow */
        .slide-content .slide-sub{
            margin-bottom: 10px;
        }

        .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;
        }

        .slide-content .slide-text{
            margin-bottom: 24px !important;
        }

        .slideshow .slick-dots li {
            margin: 0px 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;
        }
    /* END: Slideshow */

    /* START: Lookbook Popup Mobile */

        .halo-popup-wrapper-mobile {
            position: absolute;
            bottom: 0;
            left: 0;
            height: max-content;
            max-height: 85%;
            width: 100%;
            background-color: white;
            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 .price-item--saved {
            display: none;
        }
            
        .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;
        }

        .select-icon .lookbook-modal {
            display: none;
        }

        body.mobile-popup-active .halo-lookbook-popup-mobile {
            pointer-events: auto;
            opacity: 1;
            visibility: visible;
            background-color: rgba(0,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: none;
            border: none;
            padding: 0;
        }

        .mobile-popup-header {
            width: 100%;
            padding: 10px;
            margin: 0;
            border-bottom: 1px solid rgba(0,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%;
            /*max-height: 60vh; */
        }

        .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-title,
        .halo-popup-wrapper-mobile .lookbook-mobile-item .mobile-lookbook-price {
            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: 0px;
            padding-bottom: 15px;
        }

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

        .halo-lookbook-popup-mobile .close-modal svg {
            width: 16px;
            height: 16px;
        }
    /* END: Lookbook Popup Mobile */

    /* START: Lookbook Dots */
        .hide-on-mobile {
            visibility: hidden;
        }
    /* END: Lookbook Dots */

    /* START: Footbar Fixed */
        .footbar-fixed-left.cookie_someone_right{
            position: absolute;
            bottom: 143px;
        }
    /* END: Footbar Fixed */

    /* START: Sidebar */
        .halo-sidebar-header{
            padding: 13px 20px 0 20px;
        }
        .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;
        }
    /* END: Sidebar */

    /* START: Header */
        .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: transparent;
            box-shadow: none;
            border: 0;
        }
        .search-modal__form .search__input{
            padding: 3px 10px;
            background-color: transparent;
            border: 0;
        }
        .search-modal__form .search__button svg {
            width: 20px !important;
            height: 20px !important;
            position: relative;
        }
        .menu-heading-mobile{
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 6px 20px 3px 20px;
        }
        .halo-top-language .icon svg{
            width: 20px;
            height: 20px;
        }
        .halo-currency .currency-menu .icon svg{
            width: 20px !important;
            height: 20px !important;
            position: relative;
            top: 1px;
        }
        .halo-sidebar_menu #HeaderLanguageList, .halo-sidebar_menu .halo-currency .currency-menu{
            padding: 10px 10px !important;
        }
        .halo-sidebar_menu #HeaderLanguageList .disclosure__item, .halo-sidebar_menu .halo-currency .currency-menu .dropdown-item{
            padding: 10px 10px 10px 10px !important;
        }
        .logo-m-none {
            display: none !important;
        }
    /* END: Header */

    /* START: Menu */
        .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;
        }
    /* END: Menu */

    /* START: Product Grid */
        .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: 0.5rem;
            width: calc(25% - 0.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;
        }
    /* END: Product Grid */

    /* START: Slick Dots */
        .style-dots-2 .slick-dots li:last-child, .style-dots-2 .slider-dots li:last-child{
            margin-right: 7px;
        }
    /* END: Slick Dots */

    /* START: Scrollbar Disable */
        .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;
        }
    /* END: Scrollbar Disable */
}

@media (max-width: 992px){
    /* START: Product Grid */
        .products-grid.grid .grid__item{
            width: calc(33.333333% - 0.5rem * 3 / 4)!important;
        }
    /* END: Product Grid */

    /* START: Scroll Snap Mobile */
        .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;
        }
    /* END: Scroll Snap Mobile */

    /* START: Product Block */
        .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;
        }
    /* END: Product Block */
}

@media (max-width: 767px){
    /* START: Slideshow */
        .slide-pc,
        .hidden-mobile {
            display: none !important;
        }

        .slide-content .slide-heading{
            margin-bottom: 8px;
            padding-bottom: 10px;
        }

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

    /* END: Slideshow */

    /* START: Footbar Fixed */
        .footbar-fixed-left.cookie_someone_right {
            position: absolute;
            bottom: 128px;
        }
    /* END: Footbar Fixed */

    /* START: Popup Lookbook Product */
        .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;
        }
    /* END: Popup Lookbook Product */

    /* START: Product Price Label Sale */
        .price__label_sale{
            height: 16px;
            line-height: 16px;
            margin: 0 0 0 0px!important;
            position: relative;
            top: 4px;
            display: none;
        }

        .price__label_sale .label_sale{
            font-size: 10px;
            padding: 0 5px;
        }
    /* END: Product Price Label Sale */

    /* START: Product Block */
        .halo-product-block .collection-column-2+.collection-column-2{
            margin-top: 25px;
        }

        .countdown_style_2 {
            display: block;
        }
    /* END: Product Block */
}

@media (max-width: 551px){
    /* START: Container */
        .container{
            padding-left: 10px;
            padding-right: 10px;
        }

        .container-1770{
            padding-left: 10px;
            padding-right: 10px;
        }

        .container-1570{
            padding-left: 10px;
            padding-right: 10px;
        }

        .container-1470{
            padding-left: 10px;
            padding-right: 10px;
        }

        .container-1370{
            padding-left: 10px;
            padding-right: 10px;
        }

        .container-1320 {
            padding-left: 10px;
            padding-right: 10px;
        }

        .container-1170{
            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{
            width: 100%;
        }
    /* END: Container; */

    /* START: Halo Row */
        .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-1:not(.slick-slider) .halo-item{
            width: 100%;
        }

        .halo-row.halo-slider.sm-column-2:not(.slick-slider) .halo-item{
            width: 50%;
        }
    /* END: Halo Row */

    /* START: Scroll Snap Mobile */
        .scroll-snap-mobile {
            padding: 0 0 0 10px;
            margin-left: 0;
        }
        .scroll-snap-mobile .halo-item {
            margin-right: 10px;
        }
    /* END: Scroll Snap Mobile */

    /* START: Product Grid */
        .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{
            padding: 0 5px;
        }
    /* END: Product Grid */

    /* START: Term Condition */
        .halo-term-condition-popup .halo-popup-scroll{
            max-height: 50vh;
        }

        .halo-term-condition-popup .halo-popup-header {
            margin: 0 0 20px 0;
            padding: 5px 0 0 0;
        }
    /* END: Term Condition */

    /* START: Infinite Scroll */
        .product-infinite-scroll{
            margin: 30px 0 0 0;
        }
    /* END: Infinite Scroll */
    
    /* START: Block */
        .halo-product-block .products-carousel, .halo-product-block .products-grid{
            margin: 0 -5px;
        }

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

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

        .product-card__button2 {
            padding: 0;
        }

        .button{
            padding-top: 7px !important;
            padding-bottom: 7px !important;
        }

        .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;
        }
    /* END: Block */
  
  	/* START: Slideshow */
        .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 20px;
        }

        .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;
        }

  	/* START: Slideshow */

    /* START: Page Header */
        .page-header {
            padding: 10px 0 15px;
        }
    /* END: Page Header */
}

@media (min-width: 321px){
    /* START: Product Grid */
        .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;
        }
    /* END: Product Grid */
}

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

@media (min-width: 551px){
    /* START: Footbar Fixed */
        .footbar-fixed{
            left: 15px;
            right: auto;
            bottom: 15px;
        }
    /* END: Footbar Fixed */
    
    /* START: Popup */
        .halo-popup-header{
            padding-top: 3px;
        }

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

        .halo-popup.customPopup-small{
            max-width: 470px;
        }
    /* END: Popup */

    /* START: Sidebar */
        .halo-sidebar{
            max-width: 370px;
        }
        .halo-sidebar.halo-cart-sidebar{
            max-width: 420px;
        }
    /* END: Sidebar */
}

@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: 768px){
    /* START: Slideshow */
        .slide-mobile,
        .hidden-pc {
            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;
        }
    /* END: Slideshow */

    /* START: Popup */
        .halo-popup{
            max-width: 720px;
        }
    /* END: Popup */

    /* START: Product Grid */
        .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;
        }
    /* END: Product Grid */

    /* START: Block */
        .halo-product-block .products-carousel:not(.slick-initialized) > .product{
            width: 33.3333333%;
        }
    /* END: Block */
}

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

@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;
    }

    /* START: Product Scroll */
        .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: transparent;
            padding: 5px;
        }

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

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

    /* START: Arrow */
        .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!important;
        }

        .body-custom-width .slick-arrow.slick-next{
            right: 15px;
        }
    /* END: Arrow */

    /* START: Container */
        .container{
            max-width: 1200px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .container-full{
            width: 100%;
            /*max-width: 1920px;*/
            max-width: 100%;
            padding-left: 0;
            padding-right: 0;
            margin-left: auto;
            margin-right: auto;
            overflow: hidden;
        }

        .container-1920{
            width: 100%;
            max-width: 1920px;
            padding-left: 0;
            padding-right: 0;
            margin-left: auto;
            margin-right: auto;
        }

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

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

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

        .container-1370{
            max-width: 1400px;
            padding-left: 15px;
            padding-right: 15px;
            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{
            max-width: 1200px;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: auto;
            margin-right: auto;
        }

        .has-megamenu .container{
            max-width: var(--container_size) !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        .header-full-width .header .container,
        .header-full-width #shopify-section-announcement-bar .container, 
        .body-full-width .wrapper-body .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;
        }
    /* END: Container */

    /* START: Halo Row */
        .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-row.halo-slider.column-10:not(.slick-slider) .halo-item:nth-child(n + 11) {
            display: none;
        }

        .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),
        .products-carousel.column-10:not(.slick-slider) .product:nth-child(n + 11) {
            display: none;
        }
    /* END: Halo Row */

    /* START: Header */
        .header-top,
        .header-bottom{
            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);
        }

        .halo-top-language #HeaderLanguageLabel{
            display: none;
        }

        .halo-top-currency .currency-block .title{
            display: none;
        }

        .menu-lv-item .site-nav-list-dropdown > .menu-lv-2__action{
            display: flex;
        }
    /* END: Header */

    /* START: Slideshow */
        .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;
        }

    /* END: Slideshow */

    /* START: Lookbook Popup */
        [data-show-lookbook-container][data-style="2"] [data-lookbook-item-container] .select-icon.invisible {
            visibility: hidden;
        }
    /* END: Lookbook Popup */

    /* START: Sticky Header */
        .header-wrapper .header-bottom .fixed-left, .header-wrapper .header-bottom .fixed-right{
            display: none;
        }

        .shopify-section-header-sticky .header-wrapper .header-top{
            display: none;
        }

        .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__search{
            width: 45px;
            height: 100%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border-left: 1px solid rgba(255, 255, 255, 0.15);
            padding-top: 9px;
            padding-bottom: 9px;
        }

        .shopify-section-header-sticky .header-wrapper .header-bottom .fixed-right .header__icon--cart{
            width: 45px;
            height: 100%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border-left: 1px solid rgba(255, 255, 255, 0.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--left{
            display: none;
        }

        .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 .free-shipping-text,
        .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 .top-language-currency{
            display: none;
        }

        .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: slowShow 500ms ease forwards;
        }

        .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: animateMenuOpen 500ms ease;
        }
        
        .sticky-search-open .search_details .quickSearchResultsWrap{
/*             top: calc(100% + 80px); */
            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;
        }
    /* END: Sticky Header */

    /* START: Custom Scroll Bar */
        .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);
        }
    /* END: Custom Scroll Bar */

    /* START: Button */
        .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-1:hover,
        .button.button--primary:hover,
        .button.button--primary:focus{
            background: #f84248;
            border-color: var(--btn-1-border);
            color: #ffffff;
        }

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

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

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

        .button.button-3:hover,
        .button.button-3:focus{
            color: var(--btn-3-color-hover);
            background: var(--btn-3-bg-hover);
            border-color: var(--btn-3-border-hover);
        }
        
        .button.button-3:hover svg,
        .button.button-3:focus svg{
            fill: var(--btn-3-color-hover);
        }
    /* END: Button */

    /* START: View All Header Block Position */
        .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: 12px;
            left: auto;
            right: 0;
        }
    /* END: View All Header Block Position */

    /* START: Popup */
        .halo-popup-banner{
            display: block;
        }

        .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-size-chart-popup.customPopup-large,
        .halo-popup.halo-ask-an-expert-popup.customPopup-large{
            max-width: 700px;
        }

        .halo-popup.halo-compare-color-popup.customPopup-large{
            max-width: 970px;
        }
    /* END: Popup */

    /* START: Sidebar */
        .halo-sidebar-header{
            padding-left: 30px;
            padding-right: 30px;
        }
    /* END: Sidebar */

    /* START: Announcement */
        .announcement-bar__message .text{
            font-size: calc(var(--font-body-size) + 4px);
        }
    /* END: Announcement */

    /* START: Menu */
        .menu-lv-item:hover > a > .text,
        .menu-lv-item> .site-nav-list-dropdown > a > .text,
        .menu-lv-item:hover > .site-nav-list-dropdown > a > .text {
            border-bottom: 1px solid transparent;
        }

        .menu-lv-item:hover > .header__submenu, .menu-lv-item.menu-lv-2.dropdown:hover .site-nav-list-dropdown > .header__submenu{
            display: block;
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translateY(0);
            animation: animateMenuOpen var(--duration-default) ease;
            z-index: 1;
        }

        .menu-lv-item.menu-lv-1 .menu-lv-2__action .icon-dropdown {
            display: block;
        }
    /* END: Menu */

    /* START: Product Grid */
        .products-grid.column-4 .product,
        .products-grid.column-5 .product{
            width: 25%;
        }

        .products-grid.column-4 .product:nth-child(-n + 4),
        .products-grid.column-5 .product:nth-child(-n + 4){
            margin-top: 0;
        }
    /* END: Product Grid */

    /* START: Product Block */
        .halo-product-block .slick-arrow{
            top: calc(50% - 70px);
        }

        .halo-product-block .slick-prev{
            left: 0px;
        }

        .halo-product-block .slick-next{
            right: 0px;
        }

        .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-5:not(.slick-initialized) > .product{
            width: 20%;
        } 

        .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;
        }
    /* END: Product Block */

    /* START: Footbar Fixed */
        .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;
          }
    /* END: Footbar Fixed */

    /* START: Image Zoom */
        .image-zoom:hover img{
            transform: scale(1.06);
        }
    /* END: Image Zoom */

    /* START: Custom Position */
        .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;
        }
    /* END: Slideshow */

    /* START: Calculator Free Shipping Message */
        .haloCalculatorShipping{
            padding: 0 30px;
        }
    /* END: Calculator Free Shipping Message */

    /* Start: Sidebar Animation */
        .body-content-wrapper {
            transition: transform var(--duration-long) ease;
            
        }
        
        body.cart-sidebar-show .body-content-wrapper,
        body.auth-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-cart-sidebar .halo-sidebar-header,
        #halo-cart-sidebar .previewCartMessage,
        #halo-cart-sidebar .previewCart-wrapper,
        #halo-auth-sidebar .halo-sidebar-header,
        #halo-auth-sidebar .halo-sidebar-wrapper,
        #halo-language-currency-sidebar .title,
        #halo-language-currency-sidebar .halo-top-language,
        #halo-language-currency-sidebar .halo-top-currency
        {
            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).cart-sidebar-show #halo-cart-sidebar .halo-sidebar-header,
        body:not(.safari).auth-sidebar-show #halo-auth-sidebar .halo-sidebar-header,
        body:not(.safari).lang-currency-sidebar-show #halo-language-currency-sidebar .title {
            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-language,
        body:not(.safari).lang-currency-sidebar-show #halo-language-currency-sidebar .halo-top-currency {
            transition-delay: 400ms;
        }

        body:not(.safari).cart-sidebar-show #halo-cart-sidebar .previewCart-wrapper {
            transition-delay: 550ms;
        }

        body:not(.safari).cart-sidebar-show #halo-auth-sidebar .halo-sidebar-header {
            transition-delay: 300ms;
        }

        body:not(.safari).auth-sidebar-show #halo-auth-sidebar .halo-sidebar-wrapper {
            transition-delay: 300ms;
        }

        #search-form-mobile .halo-sidebar-header,
        #search-form-mobile .header__search-full,
        #search-form-mobile .quickSearchTrending,
        #search-form-mobile .quickSearchProduct,
        #navigation-mobile .halo-sidebar-wrapper
        {
            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 .halo-sidebar-header,
        body:not(.safari).menu_open #navigation-mobile .halo-sidebar-wrapper
        {
            transition-delay: 250ms;
        }

        body:not(.safari).open_search_mobile #search-form-mobile .header__search-full {
            transition-delay: 400ms;
        }

        body:not(.safari).open_search_mobile #search-form-mobile .quickSearchTrending {
            transition-delay: 550ms;
        }

        body:not(.safari).open_search_mobile #search-form-mobile .quickSearchProduct {
            transition-delay: 700ms;
        }

        body.cart-sidebar-show #halo-cart-sidebar .halo-sidebar-header,
        body.cart-sidebar-show #halo-cart-sidebar .previewCartMessage,
        body.cart-sidebar-show #halo-cart-sidebar .previewCart-wrapper,
        body.auth-sidebar-show #halo-auth-sidebar .halo-sidebar-header,
        body.auth-sidebar-show #halo-auth-sidebar .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 .quickSearchTrending,
        body.open_search_mobile #search-form-mobile .quickSearchProduct,
        body.menu_open #navigation-mobile .halo-sidebar-wrapper,
        body.lang-currency-sidebar-show #halo-language-currency-sidebar .title,
        body.lang-currency-sidebar-show #halo-language-currency-sidebar .halo-top-language,
        body.lang-currency-sidebar-show #halo-language-currency-sidebar .halo-top-currency {
            transform: translateX(0);
            opacity: 1;
        }

        body.cart-sidebar-show,
        body.auth-sidebar-show,
        body.open_search_mobile,
        body.menu_omenu_openpen,
        body.quick-view-show,
        body.quickshop-popup-show,
        body.newsletter-show,
        body.show-pickup-availability {
            padding-inline-end: 16px;
        } 
    /* END: Sidebar Animation */

    /* START: Mobile Lookbook */
        .halo-popup-wrapper-mobile {
            display: none;
        }
    /* END: Mobile Lookbook */
}

@media (min-width: 1280px){
    /* START: Popup */
        .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;
        }
    /* END: Popup */

    /* START: Block */
        .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;
        }
    /* END: Block */
}

@media (min-width: 1400px){
    /* START: Layout Boxed */
        .wrapper-hasbanner-adv{
            display: flex;
        }
    /* END: Layout Boxed */

    /* START: Popup */
        .halo-popup.customPopup-extraLarge{
            max-width: 1370px;
        }
    /* END: Popup */

    /* START: Block */
        .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;
        }
    /* END: Block */
}

@media (min-width: 1600px){
    /* START: Layout Boxed */
        .halo-widget-banner{
            opacity: 1;
            visibility: visible;
        }

        .halo-widget-banner .adaptive_height img.lazyload+.data-lazy-loading{
            background: transparent;
        }
    /* END: Layout Boxed */

    /* START: Popup */
        .halo-popup.customPopup-extraLarge{
            max-width: 1570px;
        }
    /* END: Popup */

    /* START: Product Grid */
        .products-grid.column-5 .product{
            width: 20%;
        }

        .products-grid.column-5 .product:nth-child(-n + 5){
            margin-top: 0;
        }
    /* END: Product Grid */

    /* START: Block */
        .halo-product-block .slick-prev{
            left: 0px;
        }

        .halo-product-block .slick-next{
            right: 0px;
        }

        .halo-product-block .products-carousel.column-5:not(.slick-initialized) > .product{
            width: 20%;
        }
        .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;
        }
    /* END: Block */
}

@media (min-width: 1920px){
    /* START: Block */
        .halo-product-block .slick-prev{
            left: 0px;
        }

        .halo-product-block .slick-next{
            right: 0px;
        }
        .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;
        }
    /* END: Block */

    .slick-arrow.slick-next{
        right: var(--position-horizontal-slick-arrow) !important;
    } 

    .slick-arrow.slick-prev{
        left: var(--position-horizontal-slick-arrow) !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    /* START: Lookbook */
        .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 {
            display: none;
        }

        .halo-lookbook-popup-mobile .product-item {
            flex-basis: 25%;
        }
    /* END: Lookbook */
    
    /* START: Slider */
        .halo-row.column-3 .slider__slide, .halo-row.column-4 .slider__slide{
            width: 50%;
        }

        .halo-row.column-5 .slider__slide, .halo-row.column-5 .halo-item{
            width: 33.333333%;
        }

        .halo-row.column-5:not(.brands-slider) .halo-item{
            margin-bottom: 15px;
        }

        .slider-dots.count_2,
        .slider-action.count_2{
            display: none;
        }

        .slider-dots li:last-child{
            display: none;
        }
    /* END: Slider */

    /* START: Block */
        .halo-block-header .title .text{
            padding: 0 60px;
        }
    /* END: Block */
}

@media (prefers-reduced-motion){
    .motion-reduce {
        transition: none !important;
    }
}

/*******************************************************************************************************************************/
/***********************************************************CUSTOM CSS STARTS HERE *********************************************/
/*******************************************************************************************************************************/

/* PRELOADER CSS */
body  {
    /* overflow: hidden; */
}
.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #f84248;
  z-index: 1000;
  overflow: hidden;
}
.page-loader .txt {
  color: #666;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}
/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out !important;
  animation: sk-scaleout 1s infinite ease-in-out !important;
  display:block;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


.header-utility__item.header-utility__item--text li:last-child {
    /* position: absolute;
    right: 0; */
}
.header-utility__item--function_group {
    min-width: auto !important;
}
.header-utility__item:last-child {
    /* justify-self: start !important; */
}
.header-utility__content {
    grid-template-columns: auto 50% 1fr !important;
    width: 100%;
}
.header-utility .header__search .search-modal__form, 
.header-utility .quickSearchResultsWrap{
    min-width: 800px !important;
}
.custom-corporate-tab{
      margin-left: 25px !important;
}
.menu-lv-item .text {
    text-transform: uppercase;
}
.custom-second-navigation {
    padding-left: 50px;
  background-color: #ED3338;
    color: #ffffff;
    padding: 10px 0px;
}
.custom-second-navigation a {
    color: #ffffff !important;
}
.custom-second-navigation ul {
    padding: 0px;
    margin: 0px;
}
a.custom-mob-wishlist {
    margin-left: 20px !important;
}
.custom-second-navigation .header-utility__item .customer-service-text{
  padding:0px;
  width:fit-content;/* 80%;*/
    margin: 0 auto;
}
.scrolled-past-header .custom-second-navigation .sticky-container-full {
    /* width: fit-content; */
}
.custom-second-navigation .header-utility__item {
    width: 100% !important;
    display: block;
}
.custom-second-navigation .header-utility__item .custom-service-text{
    width: fit-content;
    margin: 0 auto;
}
.custom-second-navigation .header-utility__item .customer-service-text ul li {
    width:auto;/* 16%;*/
    text-align: center;
  /* padding-right: 0px !important; */
      padding: 0px 20px !important;
}
.scrolled-past-header .custom-second-navigation .sticky-container-full {
    width: 1400px !important;
}
.shopify-section:not(.scrolled-past-header) .header-nav-plain .main-menu .container {
    max-width: inherit;
    transition: none !important;
}
.announcement-bar__message.text-center .message a, 
.announcement-bar__message.text-center .message {
    color: #ed3338 !important;
    /* text-decoration: none !important; */
}
button#Subscribe--sections--20265230729510__77a3195e-4b80-497f-a648-2fe6ad255c4f {
    background: #ed3338;
}
  .header-logo.header-item.header-item--side.d-flex.flex-align-center.d-flex.fs-0.fg-0.pt-2.pb-5.hide-main-menu, .header-icons.header-item.header-item--side.d-flex.flex-align-stretch.flex-wrap.fs-0.hide-main-menu {
    display: none;
  }
.footer-block__details.has-content-piece .rte p {
    line-height: 1.8;
    margin-bottom: 0px;
}
.phone-wrapper.content-piece{
    line-height: 1.8;
}
li.list-social__item.custom-linkedin-link {
    width: 30px;
}
li.list-social__item.custom-linkedin-link a.link {
    padding: 3px;
}
.footer-block__list-social .list-social__link:hover svg {
    fill: #c2c2c2 !important;
}
body.template-collection .collection-banner {
    display: none;
}
.collection-header.container .item.slick-slide.slick-active {
    width: auto !important;
}
.collection-header.container .item.slick-slide.slick-active a {
    /* padding: 10px; */
    /* background: transparent !important;
  color: #000000 !important; */
    /* border: 0px !important; */
}
body.template-page.cello-kidzee.page main#MainContent {
    padding-bottom: 0px;
}
/****************************************************************/
/**********************STICKY FILTER CSS STARTS********************/
/****************************************************************/
#main-collection-filters {
  padding: 0.5ex;
  width: 600px;
  /* background-color: #333; */
  color: #fff;
  font-size: 2em;
  border-radius: 0.5ex;
}

body.template-collection #main-collection-filters.stick{
  position: fixed;
  top: 0 !important;
  z-index: 10000;
  border-radius: 0px;
      /* background: #ed3338; */
  background: #ffffff;
    width: 100%;
    left: 0px;
      padding-bottom: 0px;
    padding-top: 15px;
      border-bottom: 1px solid #000000;
}
#main-collection-filters.stick * {
    /* color: #ffffff; */
}
#HeaderCollectionSection-template--20265229648166__banner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.account a.custom-corporate-tab {
    padding-left: 72px!important;
}
.account .header__iconItem {
    display: -webkit-inline-box !important;
}
.oxi_social_wrapper {
        width: 450px!important;
    max-width: 100%;
}
body.template-collection .shopify-section-header-sticky:not(.sticky-search-menu-custom-open) {
    position: relative;
}
/****************************************************************/
/**********************STICKY FILTER CSS ENDS********************/
/****************************************************************/
.title span.text, .title {
    text-transform: initial !important;
}
.contact-item.contact-itemRight h4.common-sub-ttle2, 
.contact-item.contact-itemRight h5.common-sub-ttle3, 
.contact-item.contact-itemRight p{
    margin: 0px !important;
}
.contact-item.contact-itemRight hr.light_border {
    margin: 10px 0px;
}
.contact-item.contact-itemRight .contact-info {
    height: 700px;
    overflow: scroll;
    overflow-x: hidden;
}
.contact-item.contact-itemRight .contact-info::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.contact-item.contact-itemRight .contact-info::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.contact-item.contact-itemRight .contact-info::-webkit-scrollbar-thumb
{
	background-color: #f84248;
}
div#halo-recently-viewed-wrap .recently-viewed-icon.open-popup, 
share-button.share-button.halo-socialShare.productView-share.style-3{
    display: none;
}
div#tab-additional-information-mobile .tab-popup-content {
    width: fit-content;
    margin: 0 auto;
    /* width:50%; */
}

.productView-perks .productView-askAnExpert, 
.productView-group .productView-subtotal{
    display: none;
}
.custom-add-to-cart-class{
      margin: 0 0 0 15px !important;
}
div#halo-sidebar {
    /* display: none; */
}
.cart-coupon-code.form-field.discount-code-field {
    display: none!important;
}
.oxi_social_wrapper {
    margin-top: 20px;
}

body.template-blog.news div#halo-sidebar {
    width: 20%;
    float: left;
}
body.template-blog.news .featured-blog-block {
    display: none !important;
}
.productView-badge.badge-left.halo-productBadges.halo-productBadges--left {
    text-align: right;
    left: unset;
    right: 15px;
    float: right;
    align-items: flex-end;
}
body.template-product .productView-info {
    display: none;
}
body.template-product .price.price--medium.price--on-sale:after {
    content: "(incl. of all taxes)";
        font-size: 13px;
    color: #000;
    display: block;
    padding-left: 5px;
}
body.template-product .price.price--medium.price--on-sale {
/* display: block; */
  display: flex;
      align-items: flex-start;
}
body.template-product dd.price__compare:before {
    content: "MRP";
    padding-right: 3px;
    font-weight: 600;
}
.halo-compareColors-image {
    overflow: scroll;
    padding-bottom: 20px;
}
body.template-product .page-sidebar.page-sidebar-left {
    display: none;
}
body.template-product .halo-productView-left {
    /* width: 62.4% !important; */
  width: 57% !important;
}
body.template-blog.blogs .featured-blog-block {
    display: none;
}
.sidebarBlock-content.custom-recent-tabs ul.recentTags-list.list-unstyled .tags-list-item {
    background: #ffffff;
    border:1px solid #333333;
}
.sidebarBlock-content.custom-recent-tabs ul.recentTags-list.list-unstyled .tags-list-item a {
    color: #333333;
  text-transform: uppercase;
}
.sidebarBlock-content.custom-recent-tabs {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-top: 20px;
}
body.template-product .productView-image.productView-image-portrait.fit-unset.slick-slide.slick-current.slick-active {
    /* width: initial !important; */
}
 body.template-page .halo-faqs-content .faqs-filter {
    width: 100%;
      margin-top: 0px;
    margin-bottom: 150px;
}
body.template-page .halo-faqs-content ul.faqs-filterDropdown-menu {
    width: 100%;
    display: flex;
    min-width: 100%;
    pointer-events: auto;
      opacity: 1;
}
.faqs-filterDropdown-text .icon-dropdown:empty {
    /* display: block; */
}
body.template-page .halo-faqs-content .faqs-filter span.faqs-filterLabel, 
body.template-page .halo-faqs-content .faqs-filter .faqs-filterDropdown-text {
    display: none;
}
body.template-page .halo-faqs-content ul.faqs-filterDropdown-menu li {
    text-align: center;
}
body.template-page .halo-faqs-content .faqs-filterDropdown-menu.is-show, 
body.template-page .halo-faqs-content .faqs-filterDropdown-menu{
  transform:none;
} 
body.template-search div#main-collection-filters {
    width: auto;
}
/* ul.faqs-filterDropdown-menu.clearfix {
    visibility: hidden !important;
}
ul.faqs-filterDropdown-menu.clearfix.custom-faq-tabs {
    visibility: visible !important;
} */
ul.faqs-filterDropdown-menu.clearfix li:first-child {
    /* display: none; */
}
ul.faqs-filterDropdown-menu li:nth-child(1) span.text:before {
    content: url(/cdn/shop/files/01-all-ICONS_654df6f1-405f-4985-9037-7f55391e29d6.jpg?v=1696075148);
}
ul.faqs-filterDropdown-menu li:nth-child(2) span.text:before {
    content: url(/cdn/shop/files/02-general-ICONS.jpg?v=1696075318);
}
ul.faqs-filterDropdown-menu li:nth-child(3) span.text:before {
    content: url(/cdn/shop/files/03-products-ICONS.jpg?v=1696075318);
}
 ul.faqs-filterDropdown-menu li:nth-child(4) span.text:before {
    content: url(/cdn/shop/files/04-orders-ICONS.jpg?v=1696075318);
}
ul.faqs-filterDropdown-menu li:nth-child(5) span.text:before {
    content: url(/cdn/shop/files/05-shipping-ICONS.jpg?v=1696075318);
}
ul.faqs-filterDropdown-menu li:nth-child(6) span.text:before {
    content: url(/cdn/shop/files/06-payments-ICONS.jpg?v=1696075318);
}
ul.faqs-filterDropdown-menu li:nth-child(7) span.text:before {
    content: url(/cdn/shop/files/07-returns-ICONS.jpg?v=1696075318);
} 
ul.faqs-filterDropdown-menu li span.text:before {
      width: 60px;
    margin: 0 auto;
    background-repeat: no-repeat;
}
ul.faqs-filterDropdown-menu li span.text {
    display: grid;
}
.predictive-search.predictive-search--header.quickSearchResultsWrap .product-item.enable_background_button_card .card img {
    z-index: 9;
}
.predictive-search.predictive-search--header.quickSearchResultsWrap .product-item.enable_background_button_card .card .card__badge {
    z-index: 99;
}
div#tab-additional-information-mobile .tab-popup-content {
    /* display: table-caption; */
}
div#tab-additional-information {
    /* width: fit-content; */
    margin: 0 auto;
  width:40% !important;
}
div#tab-additional-information-mobile p.custom-fields-data, 
p.custom-fields-data{
    display: flex;
      /* align-items: center; */
    vertical-align: middle;
  flex-flow: row nowrap;    
  align-items: stretch;
      /* align-items: center; */
}
div#tab-additional-information-mobile .tab-popup-content p span,  
div#tab-additional-information-mobile p span, 
p.custom-fields-data span{
    background: #e0e0e0;
    padding: 0px 7px 2px;
    margin-right: 5px;
    min-width: 150px;
    display: inline-block;
  display: flex;    
  justify-content: center;    
  align-items: center;
  font-weight:bold;
  font-size: 15px;
}
div#tab-additional-information-mobile .custom-fields-data{
  color:#686868;
}
.menu-heading-mobile.halo-sidebar-header.custom-mobile-view a.header__icon.header__icon--account.link.link--text.focus-inset, 
.menu-heading-mobile.halo-sidebar-header.custom-mobile-view a.header__icon.header__icon--wishlist.link.link--text.focus-inset {
    width: 20px;
    float: left;
    display: contents;
}
.menu-heading-mobile.halo-sidebar-header.custom-mobile-view a .icon{ 
    width: 20px;
    height: 20px;
      transform: initial;
      margin-right: 20px;
}
.menu-heading-mobile.halo-sidebar-header.custom-mobile-view {
    display: inline-flex;
    padding-top: 20px;
}
div#navigation-mobile  ul.list-menu li a{
  position: relative;
    width: 100%;
}
div#navigation-mobile .site-nav-mobile.nav-account {
    display: none;
}
.header-utility__item:last-child, 
body.account.login .header-utility__item:last-child{
    justify-self: end !important;
}
body.account.login nav.breadcrumb a.link.home-link {
    display: contents;
}
.custom-second-navigation .header-utility__item .customer-service-text ul li:last-child {
    position: relative;
}
body.account .header-utility__item.header-utility__item--function_group {
    display: contents;
}
.custom-why-buy-from-us img {
    width: 65%;
}
h1.productView-title {
    /* width: 50%; */
}
.recentlyViewed-row.products-grid .item {
    width: 25% !important;
    float: left !important;
    min-width: 25% !important;
}
.recentlyViewed-row.products-grid .item a.hidden-desktop {
    display: none;
}
.halo-productView-right.productView-details .productView-moreItem {
    padding-bottom: 7px;
}
div#swiper-button-prev-1, div#swiper-button-next-1 {
    display: none !important;
}
.custom-sticky-footer {
    width: 10%;
}
.custom-sticky-footer .header__iconItem.header__group {
    width: 100%;
}
.custom-sticky-footer a.header__icon svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.custom-sticky-footer .productView-stickyCart.style-1 .sticky-product-expand, 
.productView-stickyCart.style-1 .sticky-product-expand{
  /* display:block !important; */
}
.recentlyViewed-row.products-grid .card-swatch .item {
    width: auto !important;
    min-width: auto !important;
}
.collection-info-item.sub-collection .collection-sub-wrapper .collection-sub-list .slick-track {
    /* width: 100% !important; */
  width: 100%;
}
body.template-blog .featured-blog-block {
    display: none;
}
body.template-blog .header-with-sidebar .page-header {
    padding-top: 10px;
    width: fit-content;
    display: none;
}
.collection-info-item.sub-collection .collection-sub-list .item a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px solid #232323 !important;
    text-align: center;
    background-color: transparent !important;
      width: 100% !important;
    padding: 0px;
}
.collection-info-item.sub-collection .collection-sub-list .item a img.sub-image {
    border-radius: 50%;
    /* width: 100%; */
  width: 100px;
}
.collection-header.container .item.slick-slide.slick-active, 
.collection-info-item.sub-collection .item.slick-slide{
    width: 130px !important;
}
.collection-info-item.sub-collection .collection-sub-list .item a:hover {
border-color: #232323 !important;
    color: #232323 !important;
    background: #ffffff !important;
}
.collection-info-item.sub-collection .item-title {
    min-width: 100px;
    padding-right: 25px;
    max-width: 100px !important;
}
.collection-info-item.sub-collection .collection-sub-list .item a:hover img.sub-image {
    border: 2px solid #f84248;
    transition: var(--anchor-transition);
}
  #main-collection-filters {
    width: 100%;
  }
.dotslider-hotspot-content {
    /* border: 4px solid #f84248 !important; */
    border-radius: 10px !important;
    box-shadow: 0 8px 12px 5px #cccccc;
}
.dotslider-hotspot-content.dot-content-top a.s_btn {
    margin-bottom: 5px;
}
.dotslider-hotspot-content a.s_btn {
    width: 100%;
    background: #fff;
    color: #f84248;
    /* border: 1px solid #f84248; */
  border: 1px solid transparent;
      text-transform: capitalize;
  font-weight: 500 !important;
  font-family:Manrope !important;
}
.dotslider-hotspot-content a.s_btn:hover {
    /* color: #fff;
    background: #f84248; */
  color: #f84248;
    background: transparent;
    border: 1px solid #f84248;
}
.dotslider-hotspot-content.dot-content-top .card-product__group-item.card-quickview button.quickview-icon {
    margin-right: 0px;
    float: right;
}
.dotslider-hotspot-content.dot-content-top button#product-add-to-cart {
    padding: 3px 10px;
}
.productView-options .productView-variants label.product-form__label{
    width: auto;
    /* height: 50px; */
  height: 40px;
    border-radius: 50%;
}
.productView-options .productView-variants label.product-form__label .pattern{
    width: 33px !important;
    /* height: 50px !important;
    border-radius: 50px !important; */
}
body.template-customers\/account .header-utility__content .header-utility__item:last-child {
    justify-self: end !important;
}
.tabs-contents div#tab-product-details .toggle-content{
    width: 80%;
    margin: 0 auto;
}
.tabs-contents div#tab-product-details .tab-popup-content *{
    text-align: left !important;
}
.tabs-contents div#tab-product-details .tab-popup-content img {
    width: 100%;
}
.dotslider-hotspot-description .card-product__group-item.card-quickview.card-quickviewIcon {
    /* position: absolute;
    top: 0;
    right: 0; */

      position: absolute;
    left: 20px;
    bottom: 20px;
}
.card-quickview .text {
    display: none !important;
}
.dotslider-hotspot-content.dot-content-top a.s_btn, 
.dotslider-hotspot-content.dot-content-top button#product-add-to-cart {
    font-size: 15px !important;
}
.dotslider-hotspot-description .s_price {
    color: #d14c46;
    font-weight: 600;
  height: 50px;
}
.menu-lv-item a.menu-lv-1__action, .customer-service-text a, li.menu-lv-item.menu-lv-2 a {
    font-weight: 700 !important;
}
.halo-quick-view-popup .halo-quickView .productView-payment {
    margin-bottom: 0px !important;
}
.halo-quick-view-popup .halo-quickView .productView-wishlist {
    margin: 0 15px;
}
.productView-group .pvGroup-row .productView-groupTop {
    width: 50%;
}
.productView-group .pvGroup-row .productView-groupTop button#customily-personalize-button{
    margin-top: 10px !important;
}
button#product-add-to-cart:hover {
    background:#f84248;
  color:#fff;
}
button#product-add-to-cart {
    background: #fff;
    color: #f84248;
}
.productView-payment {
    background: #ed3338;
}
.rich-text.section-block-template--20854998827302__701da002-261f-4370-bbdf-64c944ce5e80 .rich-text__text.rte {
    text-align: left;
      padding-top: 20px;
}
.rich-text.section-block-template--20854998827302__701da002-261f-4370-bbdf-64c944ce5e80 .rich-text__text.rte p {
    padding-bottom: 20px;
      padding-top: 10px;
}
.rich-text.section-block-template--20854998827302__701da002-261f-4370-bbdf-64c944ce5e80 .rich-text__text.rte strong {
    /* padding-bottom: 10px; */
}
.custom-additional-info-desc {
    padding-top: 20px;
}
.custom-a-plus-content.container {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.custom-a-plus-content.container p.custom-fields-data img {
    width: 100%;
}
div#shopify-block-d909cbc8-6ae6-4267-bd4a-921d8c2e9e0a {
    display: block;
}
div#shopify-block-36014b22-77d6-497e-ad81-5635e5ce5bc1 {
    display: none;
}
.dotslider-hotspot-description button#product-add-to-cart:hover {
    color: #fff;
  background: #f84248;
  border: 2px solid #f84248;
}

/*mega menu navigataion css changes starts*/
.menu-lv-item.has-megamenu .menu-dropdown .col-left .site-nav-title a:first-child {
    text-transform: uppercase;
    font-weight: 600;
}
.menu-lv-item.has-megamenu .menu-dropdown .col-right .menu-dropdown__column .site-nav.dropdown {
    width: 100%;
    display: contents;
}
.menu-lv-item.has-megamenu .menu-dropdown .col-right .menu-dropdown__column .site-nav.dropdown a.site-nav-title .text {
    text-transform: capitalize !important;
      line-height: 2;
}
/*mega menu navigataion css changes ends*/

div#pinchk-main-div {
    display: none;
}
.menu-dropdown.custom-scrollbar .container {
    max-width: 90% !important;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 6px 27px #0003;
      padding-bottom: 10px;
}
.menu-dropdown.custom-scrollbar {
    background: transparent !important;
    box-shadow: none !important;
}
.menu-dropdown.custom-scrollbar .container .col-left {
    visibility: hidden;
}
.menu-dropdown.custom-scrollbar .container .wrapper-colunm-menu {
    width: 50%;
}
.menu-dropdown.custom-scrollbar .container .menu-banner__top, 
.menu-dropdown.custom-scrollbar .container .menu-banner__top .site-nav-banner--item{
    width: 50%;
}
.menu-dropdown.custom-scrollbar .container .wrapper-colunm-menu .col-right {
    background: #f9f9f9;
    padding: 20px;
}
.product-personalizer {
    width: 100%;
    display: contents;
}
.product-personalizer button {
    width: 50%;
}
.pplr-popup.pplr-modal-box input.pplr_text.pplr_monogram.p_u_t.cstmfy_c_required {
    border: 2px solid #000000 !important;
    padding: 5px !important;
    color: #000000 !important;
    height: 40px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.pplr-popup.pplr-modal-box label.oindexlabel * {
    font-size: 14px;
}
.halo-notifyMe {
    width: 80%;
}
a.card-title {
    /* width: 250px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis; */

  overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: var(--product-title-line-text);
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  overflow: hidden;
    width: 99%;
    white-space: nowrap;
}
:root {
    --product-title-line-text: 2;
}
.card-price .price__saved{
    font-size: calc(var(--fontsize-text, var(--product-price-font-size)) - 5px);
    padding: 2px 5px ;
    background-color: var(--product-sale-price-color);
    border-radius: 5px;
    line-height: 1;
    align-self: start;
    margin-left: 10px;
    color: #ffffff;
}
.card-price span.price-item.price-item--saved {
    font-size: 13px;
      text-transform: uppercase;
}
body.template-customers\/login .header-utility__item:last-child {
    justify-self: start!important;
    width: 100%;
}
body.template-customers\/login .header__iconItem.header__group {
    display: inline-flex;
}
.login ul.list-menu.list-menu--inline.text-center a {
    text-align: left !important;
    display: inline-block;
    width: -webkit-fill-available;
}
.powr-image-slider {
    width: 100%;
}
.powr-image-slider div#appView {
    float: left !important;
}
cart-item-tool.previewCartTool {
    display: none;
}
button.btn.pplr-c-button.pplr-btn.button.Button--secondary.ptc_button {
    background: #ed3338;
    color: #ffffff;
    border-color: #ed3338;
  font-size:17px !important;
  height: 54px;
}
button.shopify-payment-button__button:hover{
    background: #ed3338 !important;
    color: #ffffff !important;
}
button.shopify-payment-button__button{
    background: #ffffff !important;
    color: #ed3338 !important;
  border:1px solid #ed3338 !important;
}
body.template-product .halo-productView-right .price__last span.price-item.price-item--sale {
    font-size: 23px !important;
    line-height: inherit;
    vertical-align: super;
}
body.template-product .price__compare{
    padding-top: 2px;
}
body.template-product .price__saved{
    margin-top: 2px;
}
.product-form__radio+.product-form__label .text {
    height: 40px;
    line-height: 40px;
}
button#pinchk-btn {
    background: transparent !important;
    color: #000000 !important;
    border-bottom: 2px solid #000000;
}
.custom-pincode-section {
    padding-top: 10px;
}
.custom-pincode-section input#pinchk-input-field {
    border: 0px;
    border-bottom: 2px solid #000000;
}
body.template-cart .cart-container.container {
    width: 70%;
}  
body.template-cart .cart-message, body.template-cart div#CartCountdown-template--20394989355302__main {
    display: none;
}
body.cart-sidebar-show .halo-cart-sidebar .previewCartCollection, 
body.cart-sidebar-show .halo-cart-sidebar .previewCartMessage{
  display:none;
}
body.cart-sidebar-show .halo-cart-sidebar .previewCartCollection .product-item>.card{
  border:none !important;
  box-shadow:none !important;
  min-height:auto !important;
}
/* li.previewCartItem{
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: unset;
} */
.previewCartItem-image{
  float:left;
}
.previewCartItem-content{
  float:right
}
.card .card-product__group {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.card .card-action {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateZ(0);
}
div#halo-notify-popup .halo-notifyMe.halo-notifyMe--popup {
    width: 100%;
}
.product-card-layout-01 .product-item.enable_background_button_card .card-action.has-compare {
    bottom: 0;
}
.card-action {
    position: relative !important;
}
.slick-arrow.slick-next {
    right: 20px !important;
}
.section-block-template--20394989945126__16418746910626c268 .container-full .halo-block-content {
    padding-left: 5px !important;
}
.product-card-layout-01 .card:hover .card-media:after, .product-card-layout-05 .card:hover .card-media:after {
    opacity: 0 !important;
}
.halo-popup-banner+.halo-popup-wrapper {
    width: 0px;
}
div#swym-plugin {
    display: none !important;
}
a.swym-wishlist {
    display: none;
}
.dotslider-hotspot-content.dot-content-right .s_item {
    display: flex !important;
}
/************************************************************************************/
/****************************FILTERS CSS STARTS HERE**************************************/
/************************************************************************************/
.collection-filters__item.facets__wrapper .sidebarBlock.js-filter.Availability {
    display: none;
}
/*Drinkware */
/* body.template-collection.Drinkware .sidebarBlock.js-filter.Design,  */
body.template-collection.Drinkware .sidebarBlock.js-filter.Power, 
body.template-collection.Drinkware .sidebarBlock.js-filter.Series, 
/* body.template-collection.Drinkware .sidebarBlock.js-filter.Category\/Collection,  */
body.template-collection.Drinkware .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Drinkware .sidebarBlock.js-filter.product.material, 
body.template-collection.Drinkware .sidebarBlock.js-filter.Availability, 
body.template-collection.Drinkware .sidebarBlock.js-filter.Material, 
body.template-collection.Drinkware .sidebarBlock.js-filter.Set{
    display: none;
}
/*steel flasks*/
body.template-collection.Steel.Flasks .sidebarBlock.js-filter.Design, 
body.template-collection.Steel.Flasks .sidebarBlock.js-filter.Power, 
body.template-collection.Steel.Flasks .sidebarBlock.js-filter.Series, 
body.template-collection.Steel.Flasks .sidebarBlock.js-filter.Category\/Collection, 
body.template-collection.Steel.Flasks .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Steel.Flasks .sidebarBlock.js-filter.product.material, 
body.template-collection.Steel.Flasks .sidebarBlock.js-filter.Availability, 
body.template-collection.Steel.Flasks .sidebarBlock.js-filter.Utility{
    display: none;
}
/*Water Bottles*/
body.template-collection.Water.Bottles .sidebarBlock.js-filter.Design, 
body.template-collection.Water.Bottles .sidebarBlock.js-filter.Power, 
body.template-collection.Water.Bottles .sidebarBlock.js-filter.Series, 
body.template-collection.Water.Bottles .sidebarBlock.js-filter.Category\/Collection, 
body.template-collection.Water.Bottles .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Water.Bottles .sidebarBlock.js-filter.Availability, 
body.template-collection.Water.Bottles .sidebarBlock.js-filter.personalize{
    display: none;
}
/*Jugs and Carafes*/
body.template-collection.Jugs.and.Carafes .sidebarBlock.js-filter.Design, 
body.template-collection.Jugs.and.Carafes .sidebarBlock.js-filter.Power, 
body.template-collection.Jugs.and.Carafes .sidebarBlock.js-filter.Series, 
body.template-collection.Jugs.and.Carafes .sidebarBlock.js-filter.Category\/Collection, 
body.template-collection.Jugs.and.Carafes .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Jugs.and.Carafes .sidebarBlock.js-filter.product.material, 
body.template-collection.Jugs.and.Carafes .sidebarBlock.js-filter.Availability, 
body.template-collection.Jugs.and.Carafes .sidebarBlock.js-filter.personalize{
    display: none;
}
/*Tumblers */
/* body.template-collection.Tumblers .sidebarBlock.js-filter.Design,  */
body.template-collection.Tumblers .sidebarBlock.js-filter.Power, 
body.template-collection.Tumblers .sidebarBlock.js-filter.Series, 
/* body.template-collection.Tumblers .sidebarBlock.js-filter.Category\/Collection,  */
body.template-collection.Tumblers .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Tumblers .sidebarBlock.js-filter.product.material, 
body.template-collection.Tumblers .sidebarBlock.js-filter.Availability, 
body.template-collection.Tumblers .sidebarBlock.js-filter.personalize, 
body.template-collection.Tumblers .sidebarBlock.js-filter.Utility, 
body.template-collection.Tumblers .sidebarBlock.js-filter.Material, 
body.template-collection.Tumblers .sidebarBlock.js-filter.Set{
    display: none;
}

.cf-form-inner .cf-form-actions button, .cf-fields-wrapper .cf-form-actions button {
    background: #ffffff;
    border-color: var(--btn-1-border);
    color: #f84248;
}
.cf-form-inner .cf-form-actions button:hover, .cf-fields-wrapper .cf-form-actions button:hover {
    background: #f84248;
    border-color: var(--btn-1-border);
    color: #ffffff;
}
body.template-customers\/login nav.breadcrumb.breadcrumb- {
    display: none;
}
/*Dinnerware */
/* body.template-collection.Dinnerware .sidebarBlock.js-filter.Design,  */
body.template-collection.Dinnerware .sidebarBlock.js-filter.Power, 
/* body.template-collection.Dinnerware .sidebarBlock.js-filter.Category\/Collection,  */
body.template-collection.Dinnerware .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Dinnerware .sidebarBlock.js-filter.Availability, 
body.template-collection.Dinnerware .sidebarBlock.js-filter.personalize, 
body.template-collection.Dinnerware .sidebarBlock.js-filter.Material, 
body.template-collection.Dinnerware .sidebarBlock.js-filter.Set, 
body.template-collection.Dinnerware .sidebarBlock.js-filter.Utility, 
body.template-collection.Dinnerware .sidebarBlock.js-filter.Series{
    display: none;
}

/*Lunch box */
body.template-collection.Lunch .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Lunch .sidebarBlock.js-filter.product.material, 
body.template-collection.Lunch .sidebarBlock.js-filter.Availability, 
body.template-collection.Lunch .sidebarBlock.js-filter.personalize, 
body.template-collection.Lunch .sidebarBlock.js-filter.Utility, 
body.template-collection.Lunch .sidebarBlock.js-filter.Material, 
body.template-collection.Lunch .sidebarBlock.js-filter.Set, 
body.template-collection.Lunch .sidebarBlock.js-filter.Series{
  display:none;
}

/*Casseroles*/
body.template-collection.Casseroles .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Casseroles .sidebarBlock.js-filter.product.material, 
body.template-collection.Casseroles .sidebarBlock.js-filter.Availability, 
body.template-collection.Casseroles .sidebarBlock.js-filter.personalize, 
body.template-collection.Casseroles .sidebarBlock.js-filter.Utility, 
body.template-collection.Casseroles .sidebarBlock.js-filter.Material, 
body.template-collection.Casseroles .sidebarBlock.js-filter.Set, 
body.template-collection.Casseroles .sidebarBlock.js-filter.Series{
  display:none;
}


/*containers*/
body.template-collection.Containers .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Containers .sidebarBlock.js-filter.product.material, 
body.template-collection.Containers .sidebarBlock.js-filter.Availability, 
body.template-collection.Containers .sidebarBlock.js-filter.personalize, 
body.template-collection.Containers .sidebarBlock.js-filter.Utility, 
body.template-collection.Containers .sidebarBlock.js-filter.Material, 
body.template-collection.Containers .sidebarBlock.js-filter.Set, 
body.template-collection.Containers .sidebarBlock.js-filter.Series{
  display:none;
}

/*Bakeware*/
body.template-collection.Bakeware .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Bakeware .sidebarBlock.js-filter.product.material, 
body.template-collection.Bakeware .sidebarBlock.js-filter.Availability, 
body.template-collection.Bakeware .sidebarBlock.js-filter.personalize, 
body.template-collection.Bakeware .sidebarBlock.js-filter.Utility, 
body.template-collection.Bakeware .sidebarBlock.js-filter.Material, 
body.template-collection.Bakeware .sidebarBlock.js-filter.Set, 
body.template-collection.Bakeware .sidebarBlock.js-filter.Series{
  display:none;
}

/*kitchen appliances*/
body.template-collection.Kitchen .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Kitchen .sidebarBlock.js-filter.product.material, 
body.template-collection.Kitchen .sidebarBlock.js-filter.Availability, 
body.template-collection.Kitchen .sidebarBlock.js-filter.personalize, 
body.template-collection.Kitchen .sidebarBlock.js-filter.Utility, 
body.template-collection.Kitchen .sidebarBlock.js-filter.Material, 
body.template-collection.Kitchen .sidebarBlock.js-filter.Set, 
body.template-collection.Kitchen .sidebarBlock.js-filter.Series{
  display:none;
}

/*cookware*/
body.template-collection.Cookware .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Cookware .sidebarBlock.js-filter.product.material, 
body.template-collection.Cookware .sidebarBlock.js-filter.Availability, 
body.template-collection.Cookware .sidebarBlock.js-filter.personalize, 
body.template-collection.Cookware .sidebarBlock.js-filter.Utility, 
body.template-collection.Cookware .sidebarBlock.js-filter.Material, 
body.template-collection.Cookware .sidebarBlock.js-filter.Set, 
body.template-collection.Cookware .sidebarBlock.js-filter.Series{
  display:none;
}

/*cleaning supplies*/
body.template-collection.Kleeno .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Kleeno .sidebarBlock.js-filter.product.material, 
body.template-collection.Kleeno .sidebarBlock.js-filter.Availability, 
body.template-collection.Kleeno .sidebarBlock.js-filter.personalize, 
body.template-collection.Kleeno .sidebarBlock.js-filter.Utility, 
body.template-collection.Kleeno .sidebarBlock.js-filter.Material, 
body.template-collection.Kleeno .sidebarBlock.js-filter.Set, 
body.template-collection.Kleeno .sidebarBlock.js-filter.Series{
  display:none;
}

/*wipers*/
body.template-collection.Wipers .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Wipers .sidebarBlock.js-filter.product.material, 
body.template-collection.Wipers .sidebarBlock.js-filter.Availability, 
body.template-collection.Wipers .sidebarBlock.js-filter.personalize, 
body.template-collection.Wipers .sidebarBlock.js-filter.Utility, 
body.template-collection.Wipers .sidebarBlock.js-filter.Material, 
body.template-collection.Wipers .sidebarBlock.js-filter.Set, 
body.template-collection.Wipers .sidebarBlock.js-filter.Series{
  display:none;
}

/*mops*/
body.template-collection.Mops .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Mops .sidebarBlock.js-filter.product.material, 
body.template-collection.Mops .sidebarBlock.js-filter.Availability, 
body.template-collection.Mops .sidebarBlock.js-filter.personalize, 
body.template-collection.Mops .sidebarBlock.js-filter.Utility, 
body.template-collection.Mops .sidebarBlock.js-filter.Material, 
body.template-collection.Mops .sidebarBlock.js-filter.Set, 
body.template-collection.Mops .sidebarBlock.js-filter.Series{
  display:none;
}

/*brushes*/
body.template-collection.Brushes .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Brushes .sidebarBlock.js-filter.product.material, 
body.template-collection.Brushes .sidebarBlock.js-filter.Availability, 
body.template-collection.Brushes .sidebarBlock.js-filter.personalize, 
body.template-collection.Brushes .sidebarBlock.js-filter.Utility, 
body.template-collection.Brushes .sidebarBlock.js-filter.Material, 
body.template-collection.Brushes .sidebarBlock.js-filter.Set, 
body.template-collection.Brushes .sidebarBlock.js-filter.Series{
  display:none;
}

/*dustbins*/
body.template-collection.Dustbins .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Dustbins .sidebarBlock.js-filter.product.material, 
body.template-collection.Dustbins .sidebarBlock.js-filter.Availability, 
body.template-collection.Dustbins .sidebarBlock.js-filter.personalize, 
body.template-collection.Dustbins .sidebarBlock.js-filter.Utility, 
body.template-collection.Dustbins .sidebarBlock.js-filter.Material, 
body.template-collection.Dustbins .sidebarBlock.js-filter.Set, 
body.template-collection.Dustbins .sidebarBlock.js-filter.Series{
  display:none;
}

/*Flash sale*/
body.template-collection.Flash .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Flash .sidebarBlock.js-filter.product.material, 
body.template-collection.Flash .sidebarBlock.js-filter.Availability, 
body.template-collection.Flash .sidebarBlock.js-filter.personalize, 
body.template-collection.Flash .sidebarBlock.js-filter.Utility, 
body.template-collection.Flash .sidebarBlock.js-filter.Material, 
body.template-collection.Flash .sidebarBlock.js-filter.Set, 
body.template-collection.Flash .sidebarBlock.js-filter.Series, 
body.template-collection.Flash .sidebarBlock.js-filter.Power{
  display:none;
}

/*Personalized gifts*/
body.template-collection.Personalized .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Personalized .sidebarBlock.js-filter.product.material, 
body.template-collection.Personalized .sidebarBlock.js-filter.Availability, 
body.template-collection.Personalized .sidebarBlock.js-filter.personalize, 
body.template-collection.Personalized .sidebarBlock.js-filter.Utility, 
body.template-collection.Personalized .sidebarBlock.js-filter.Material, 
body.template-collection.Personalized .sidebarBlock.js-filter.Set, 
body.template-collection.Personalized .sidebarBlock.js-filter.Series, 
body.template-collection.Personalized .sidebarBlock.js-filter.Power{
  display:none;
}

/*Gifts for kids*/
body.template-collection.Gifts .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Gifts .sidebarBlock.js-filter.product.material, 
body.template-collection.Gifts .sidebarBlock.js-filter.Availability, 
body.template-collection.Gifts .sidebarBlock.js-filter.personalize, 
body.template-collection.Gifts .sidebarBlock.js-filter.Utility, 
body.template-collection.Gifts .sidebarBlock.js-filter.Material, 
body.template-collection.Gifts .sidebarBlock.js-filter.Set, 
body.template-collection.Gifts .sidebarBlock.js-filter.Series, 
body.template-collection.Gifts .sidebarBlock.js-filter.Power{
  display:none;
}

/*Glass gift sets*/
body.template-collection.Glass .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Glass .sidebarBlock.js-filter.product.material, 
body.template-collection.Glass .sidebarBlock.js-filter.Availability, 
body.template-collection.Glass .sidebarBlock.js-filter.personalize, 
body.template-collection.Glass .sidebarBlock.js-filter.Utility, 
body.template-collection.Glass .sidebarBlock.js-filter.Material, 
body.template-collection.Glass .sidebarBlock.js-filter.Set, 
body.template-collection.Glass .sidebarBlock.js-filter.Series, 
body.template-collection.Glass .sidebarBlock.js-filter.Power{
  display:none;
}

/*Opalware gift sets*/
body.template-collection.Opalware .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Opalware .sidebarBlock.js-filter.product.material, 
body.template-collection.Opalware .sidebarBlock.js-filter.Availability, 
body.template-collection.Opalware .sidebarBlock.js-filter.personalize, 
body.template-collection.Opalware .sidebarBlock.js-filter.Utility, 
body.template-collection.Opalware .sidebarBlock.js-filter.Material, 
body.template-collection.Opalware .sidebarBlock.js-filter.Set, 
body.template-collection.Opalware .sidebarBlock.js-filter.Series, 
body.template-collection.Opalware .sidebarBlock.js-filter.Power{
  display:none;
}

/*Wedding gift sets*/
body.template-collection.Wedding .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Wedding .sidebarBlock.js-filter.product.material, 
body.template-collection.Wedding .sidebarBlock.js-filter.Availability, 
body.template-collection.Wedding .sidebarBlock.js-filter.personalize, 
body.template-collection.Wedding .sidebarBlock.js-filter.Utility, 
body.template-collection.Wedding .sidebarBlock.js-filter.Material, 
body.template-collection.Wedding .sidebarBlock.js-filter.Set, 
body.template-collection.Wedding .sidebarBlock.js-filter.Series, 
body.template-collection.Wedding .sidebarBlock.js-filter.Power{
  display:none;
}

/*Congratulations*/
body.template-collection.Congratulations .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Congratulations .sidebarBlock.js-filter.product.material, 
body.template-collection.Congratulations .sidebarBlock.js-filter.Availability, 
body.template-collection.Congratulations .sidebarBlock.js-filter.personalize, 
body.template-collection.Congratulations .sidebarBlock.js-filter.Utility, 
body.template-collection.Congratulations .sidebarBlock.js-filter.Material, 
body.template-collection.Congratulations .sidebarBlock.js-filter.Set, 
body.template-collection.Congratulations .sidebarBlock.js-filter.Series, 
body.template-collection.Congratulations .sidebarBlock.js-filter.Power{
  display:none;
}

/*Festive*/
body.template-collection.Festive .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Festive .sidebarBlock.js-filter.product.material, 
body.template-collection.Festive .sidebarBlock.js-filter.Availability, 
body.template-collection.Festive .sidebarBlock.js-filter.personalize, 
body.template-collection.Festive .sidebarBlock.js-filter.Utility, 
body.template-collection.Festive .sidebarBlock.js-filter.Material, 
body.template-collection.Festive .sidebarBlock.js-filter.Set, 
body.template-collection.Festive .sidebarBlock.js-filter.Series, 
body.template-collection.Festive .sidebarBlock.js-filter.Power{
  display:none;
}

/*Birthday*/
body.template-collection.Birthday .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.Birthday .sidebarBlock.js-filter.product.material, 
body.template-collection.Birthday .sidebarBlock.js-filter.Availability, 
body.template-collection.Birthday .sidebarBlock.js-filter.personalize, 
body.template-collection.Birthday .sidebarBlock.js-filter.Utility, 
body.template-collection.Birthday .sidebarBlock.js-filter.Material, 
body.template-collection.Birthday .sidebarBlock.js-filter.Set, 
body.template-collection.Birthday .sidebarBlock.js-filter.Series, 
body.template-collection.Birthday .sidebarBlock.js-filter.Power{
  display:none;
}

/*frontpage*/
body.template-collection.frontpage .sidebarBlock.js-filter.Sub.Category.\-.\32, 
body.template-collection.frontpage .sidebarBlock.js-filter.product.material, 
body.template-collection.frontpage .sidebarBlock.js-filter.Availability, 
body.template-collection.frontpage .sidebarBlock.js-filter.personalize, 
body.template-collection.frontpage .sidebarBlock.js-filter.Utility, 
body.template-collection.frontpage .sidebarBlock.js-filter.Material, 
body.template-collection.frontpage .sidebarBlock.js-filter.Set, 
body.template-collection.frontpage .sidebarBlock.js-filter.Series, 
body.template-collection.frontpage .sidebarBlock.js-filter.Power{
  display:none;
}

img.custom-filters-outer-img {
    border-radius: 50%;
}
.facets__price--box .filter__price {
    padding: 12px 0 12px 0px !important;
    font-size: 15px;
}
.facets__list--refined .active-facets__button {
    font-size: 20px !important;
}
body.template-collection.Opalware ul.custom-filters-outer-ul {
    display: none;
}
/************************************************************************************/
/****************************FILTERS CSS ENDS HERE**************************************/
/************************************************************************************/

div#halo-cart-sidebar a.button.button-2.button-view-cart {
    display: none !important;
}
.previewCartInfo {
    padding: 5px 30px 20px !important;
}
a.cart-remove:after {
    content: "\1F5D1";
    position: relative;
    display: block;
    z-index: 99999999;
    opacity: 1;
    color: red;
}


@media (min-width: 1025px){
  .page-sidebar+.page-content {
      /* width: calc(100% - 50px) !important; */
   }
  body.template-blog.news.blog .page-sidebar+.page-content{
    width: 80% !important;
    float: right !important;
    padding-left: 0px !important;
}
  body.template-product .page-sidebar+.page-content {
    width: calc(100% - 10px);
    padding-left: 0px;
    float: left;
}
}
@media(max-width:1366px){
  ul.list-menu.list-menu--inline.text-left a, 
  .custom-second-navigation .header-utility__item .customer-service-text ul li a{
    font-size: 15px;
  }
.shopify-section.section-header-navigation .container {
    padding-left: 0px;
    padding-right: 0px;
}
.shopify-section.section-header-navigation .container .menu-lv-1__action{
  padding:10px 15px 15px; 
}
  .Meteor-DesktopNavigation{
    font-size:15px !important;
  }
}

@media(max-width:1280px){
  ul.list-menu.list-menu--inline.text-left a, .custom-second-navigation .header-utility__item .customer-service-text ul li a {
    padding: 0px 10px 10px 20px;
  }
  .shopify-section.section-header-navigation .container .menu-lv-1__action{
    padding:10px 12px 15px; 
    font-size:15px;
  }
  .Meteor-DesktopNavigation, 
  .custom-second-navigation .header-utility__item .customer-service-text ul li a{
    font-size:14px !important;
  }
}
@media(max-width:1200px){
  ul.list-menu.list-menu--inline.text-left a, .custom-second-navigation .header-utility__item .customer-service-text ul li a {
    padding: 0 9px 10px 15px;
  }
  .custom-second-navigation .header-utility__item .customer-service-text ul li a {
    font-size: 14px;
  }
  .shopify-section.section-header-navigation .container .menu-lv-1__action{
    padding:10px 9px 15px; 
    font-size: 14px;
  }
  ul#meteor-desktop-nav {
    gap: 7px !important;
  }
  .Meteor-DesktopNavigation, 
  .custom-second-navigation .header-utility__item .customer-service-text ul li a{
    font-size:13px !important;
  }
}

@media(max-width:1024px){
  #main-collection-filters.stick {
    background: #ffffff;
  }
  .custom-second-navigation {
    background-color: #ffffff;
        padding: 0px;
  }
  .custom-second-navigation .header-utility__item .customer-service-text ul li a {
    padding: 0px;
    color: #232323 !important;
    /* padding: 0 9px 10px 15px; */
  }
  .custom-second-navigation .header-utility__item .customer-service-text ul li {
    width: 100%;
    text-align: left;
    /* padding: 0 9px 10px 15px!important; */
    padding:11px 20px 12px !important;
        border-bottom: 1px solid #e6e6e6;
  }
  .custom-second-navigation .header-utility__item .customer-service-text ul li:last-child {
    border: none;
    /* padding-bottom: 0px !important; */
  }
  .custom-second-navigation .header-utility__item {
    padding: 0px;
  }
  body.template-blog.news div#halo-sidebar {
    width: auto;
  }
  .template-product .page-sidebar.page-sidebar-left {
      display: block;
  }
  .sidebarBlock-content.custom-recent-tabs {
    padding-top: 10px;
    padding-bottom:10px;
  }
  div#navigation-mobile .custom-corporate-tab {
    margin-left: 5px;
  }
   .custom-sticky-footer {
    width: 11%;
}
  .menu-dropdown.custom-scrollbar .container .col-left {
    display: none;
}
  .menu-dropdown.custom-scrollbar .container .wrapper-colunm-menu, 
  .menu-dropdown.custom-scrollbar .container .menu-banner__top, 
  .menu-dropdown.custom-scrollbar .container .menu-banner__top .site-nav-banner--item {
    width: 100%;
}
  .menu-dropdown.custom-scrollbar .container {
    max-width: 100%!important;
  }
  ul#meteor-desktop-nav, ul.list-menu.list-menu--inline.text-center { 
    display: none !important;
  }
  .Meteor-MobileNavigation .Meteor-MobileNavigation ul>li {
    display: list-item!important;
    border-bottom: 1px solid #e6e6e6 !important;
  }
  .Meteor-MobileNavigation .Meteor-MobileNavigation__Link {
    padding: 5px 0px 6px;
  }
  .Meteor-MobileNavigation{
    padding:0px !important;
  }
  .menu-heading-mobile{
        padding: 6px 0px 3px 0px !important;
  }
  .Meteor-MobileNavigation .Meteor-MobileNavigation__Link{
    padding-left:20px !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }
  .Meteor-MobileNavigation__Link .Meteor-MobileNavigation a{
    color:#232323 !important;
  }
  .Meteor-MobileNavigation[data-layout=image-grid]>ul{
    margin-bottom:0px !important;
  }
  .Meteor-MobileNavigation {
    height: auto !important;
  }
  .menu-heading-mobile.halo-sidebar-header.custom-mobile-view {
    padding-left: 20px !important;
  }
  .Meteor-Drawer[data-layout=image-grid] ul {
    padding-left: 0px !important;
  }
  .Meteor-Drawer .Meteor-Drawer__ItemTitle {
    text-align: center !important;
  }
}

@media(max-width:768px){
   .custom-sticky-footer {
      width: 15%;
  }
  .swiper-wrapper .dotslider-hotspot-content {
    min-width: 300px !important;
        min-height: 240px !important;
        padding-bottom: 50px;
  }
  .swiper-wrapper .dotslider-hotspot-description .s_price {
    height: 60px !important;
        display: flow;
        width: 100%;
  }
  .swiper-wrapper a.s_image {
    margin: 0px !important;
  }
  .swiper-wrapper a.s_image img{
      margin: 0 auto;
  }
  .dotslider-hotspot-description .card-product__group-item.card-quickview.card-quickviewIcon {
    top: 20px;
  }
  .dotslider-hotspot-content a.s_title {
    font-size: 18px;
  }
  .dotslider-hotspot-content .s_price {
    font-size: 16px;
  }
}

@media(max-width:767px){
  .swiper-wrapper .price-item {
    font-size: 13px !important;
  }
  .product-details.has-sidebar .halo-productView-left, body.template-product .halo-productView-left {
    width: 100% !important;
  }
   body.template-page.faqs .faqs-filter {
    width: 100%;
      margin-top: 0px;
    /* margin-bottom: 0px; */
  }
  body.template-page .halo-faqs-content .faqs-filter{
    margin-bottom:120px;
  }
  ul.faqs-filterDropdown-menu li span.text {
    text-align: center;
        padding-right: 10px;
  }
  body.template-page.faqs ul.faqs-filterDropdown-menu {
        /* opacity: 0;
    display:list-item;
        pointer-events: none; */
  }
  body.template-page.faqs ul.faqs-filterDropdown-menu.is-show{
    opacity:1;
        pointer-events: auto;
  }
  .faqs-filterDropdown-text .icon-dropdown:empty {
      /* display: block; */
  }
  body.template-page.faqs .faqs-filterDropdown{
    width:100%;
  }
  body.template-page.faqs .faqs-filter span.faqs-filterLabel, body.template-page.faqs .faqs-filter .faqs-filterDropdown-text {
      /* display: block; */
  }
  body.template-page.faqs ul.faqs-filterDropdown-menu li {
      text-align: left;
  }
  .faqs-filterDropdown-text .icon-dropdown {
    --arrow-rotation: -135deg;
  }
  .faqs-filterDropdown-text .icon-dropdown.active {
    --arrow-rotation: 45deg;
} 
  ul.faqs-filterDropdown-menu li span.text:before{
    /* display:none; */
    display:block;
  }
  .account a.custom-corporate-tab {
    padding-left: 0px!important;
  }
  body.template-collection .page-content .toolbar.stick1{
  position: fixed;
  top: 0 !important;
  z-index: 10000;
  border-radius: 0px;
      /* background: #ed3338; */
  background: #ffffff;
    width: 100%;
    left: 0px;
      padding: 10px;
      border-bottom: 1px solid #000000;
}
  body.template-collection .page-sidebar{
    z-index:99999 !important;
  }
  div#tab-additional-information {
    margin: 0 auto;
    width: 100%!important;
}
  div#tab-additional-information-mobile .tab-popup-content {
    width: 100%;
    margin: 0 auto;
}
  .tabs-contents div#tab-product-details .toggle-content {
    width: 100%;
    margin: 0 auto;
}
  .custom-why-buy-from-us img {
    width: 100%;
}
  .sticky-right.sticky-content .sticky-wishlist.clearfix {
    display: none !important;
}
  .custom-sticky-footer {
    width: 20%;
}
  div#halo-recently-viewed-wrap .header-utility__item.header-utility__item--function_group {
    display: none;
}
  .footer-block__item.footer-block__column.footer-block__text.block_text--.block__text_first {
    order: 7;
} 
  /* body.template-page .halo-faqs-content .faqs-filter span.faqs-filterLabel, body.template-page .halo-faqs-content .faqs-filter .faqs-filterDropdown-text {
    display: block;
}
  body.template-page .halo-faqs-content ul.faqs-filterDropdown-menu {
    width: auto;
    display: none;
    min-width: 100%;
    pointer-events: auto;
    opacity: 0;
}
    body.template-page .halo-faqs-content .faqs-filterDropdown-menu.is-show, body.template-page .halo-faqs-content .faqs-filterDropdown-menu {
    transform: none;
    opacity: 1;
        width: 100%;
    display: block;
}
  body.template-page .halo-faqs-content .faqs-filter {
    margin-bottom: 0px;
}
  .faqs-filterDropdown {
    width: 100%;
} */
  body.template-page .halo-faqs-content ul.faqs-filterDropdown-menu {
    overflow: scroll;
}
  span.faqs-filterLabel {
    display: none !important;
}
  ul.faqs-filterDropdown-menu li span.text:before {
    margin: 0px 10px;
}
  .contact-item.contact-itemRight .contact-info {
    height: -webkit-fill-available;
    overflow: auto;
    overflow-x: hidden;
}
  div#shopify-block-d909cbc8-6ae6-4267-bd4a-921d8c2e9e0a {
    /* display: none; */
}
  div#shopify-block-36014b22-77d6-497e-ad81-5635e5ce5bc1 {
    display: none;
}
  body.template-page.Kitchen.kitchen.page .product.slick-slide {
    /* width: 25% !important; */
}
  .featured-contentD.dotslider-image-hotspot.lazyloaded {
    width: 1500px !important;
        /* position: relative;
    display: inline-block;
    overflow: scroll; */
}
  div#dotslide-section-1 {
    position: relative;
    display: inline-block;
    overflow-x: scroll;
    overflow-y:hidden;
}
  /*
 *  STYLE 3
 */
.dotslider-icon {
    font-size: 6px !important;
}
  div#dotslide-section-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

  div#dotslide-section-1::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

  div#dotslide-section-1::-webkit-scrollbar-thumb
{
	background-color: #f84248;
}
  .dotslider-hotspot-description .s_price {
    margin-bottom: 15px;
}
  .dotslider-hotspot-description .s_add a.s_btn {
    margin-bottom: 5px;
  }
  body.template-collection .collection-info-item.sub-collection .collection-sub-wrapper .collection-sub-list .slick-track {
    width: initial;
  }
   .powr-image-slider{
    width: 100%;
    margin: 0 auto;
}
.pplr-wrapper{
  display:flex;
  flex-direction:column !important;
}
label.oindexlabel{
  order:2 !important;
}
  .halo-notifyMe {
    width: 100%;
  }
  div#pinchk-content {
    width: 100% !important;
}
  .card-price .price__saved{
    padding: 2px 3px !important;
    margin-left: 3px !important;
}
  .card-price span.price-item.price-item--saved {
    font-size: 11px !important;
  }
  .price-item {
    font-size: 13px !important;
}
  body.template-product .price__sale .price__last span {
    font-size: 18px !important;
}
  button.btn.pplr-c-button.pplr-btn.button.Button--secondary.ptc_button {
    width: 100%;
}
}
.productView-soldProduct {
    display: none!important;
}
.productView.halo-productView .productView-rating.halo-productReview {
    display: none;
}
.cf-field input[type=text], .cf-field input[type=email], .cf-field input[type=number], .cf-field input[type=tel], .cf-field input[type=password], .cf-field textarea {
    height: 30px;
   font-family: var(--font-body-family);
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    text-align: left;
    border: 1px solid var(--form-input-border);
    color: var(--form-input-color);
    background-color: var(--form-input-bg);
    box-shadow: unset!important;
    outline: none!important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--btn-1-border-radius);
    -moz-appearance: none;
    appearance: none;
}

.products-carousel .slick-track {
padding: 30px 0 !important;
}
.product-item>.card {
    /* box-shadow: 0 8px 12px 5px #959494; */
  box-shadow: 0 8px 12px 5px #cccccc;
  /* box-shadow:4px -3px 6px 0px #CCCCCC; */
    border-radius: 10px;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; */
    padding: 7px;
    /* min-height: 547px; */
  /* min-height: 570px; */
  min-height: 570px;
}
.wizzy-search-results .product-item>.card {
  min-height: 670px;
}
.wizzy-search-results .product-item-swatch-item {
    margin: 10px 3px; 
}
.meteor-menu[data-meteor-template=riviera] .m-display-image.wide{
    background-size: cover !important;
    background-position: center !important;
  height: 250px;
  
}
.meteor-menu[data-meteor-id="MTQ5NT"][data-meteor-template="riviera"] .m-link-top[data-active="true"]{
  line-height: 1.4 !important;
}
form.search.search-modal__form .product-item>.card {
    min-height: 380px;
}
.predictive-search.predictive-search--header.quickSearchResultsWrap .product-item>.card {
    min-height: 380px;
}
a.button.button-ATC{
  background: #fff;
    color: #f84248;
}
a.button.button-ATC:hover {
    background: #f84248;
    color: #fff;
}
img.m-preload{
  display:none !important;
}
.meteor-menu {
    /* width: 100% !important;
    left: 0px !important; */
     
  
  /* width: 80% !important;
    left: 10% !important;
    padding: 0px 20%; */

  
    background: #ffffff;
}
.meteor-menu[data-meteor-id="Njk2Mj"][data-meteor-template="riviera"] .m-display-image {
    /* background-color: rgba(255,255,255,1) !important; */
    /* background-color: rgba(244,245,250,1) !important; */
      /* background-position: left !important; */
}
.meteor-menu[data-meteor-template=riviera] .m-nav-left {
    width: 100% !important;
}
.meteor-menu[data-meteor-template=riviera] .m-nav-right {
    width: 0% !important;
}
.meteor-menu[data-meteor-template=riviera] .m-nav-container {
    width: 40% !important;
}
.meteor-menu[data-meteor-template=riviera] .m-display-image.wide {
    /* width: 40% !important;
    left: auto; */
}
.meteor-menu[data-meteor-template=riviera] .m-display-image {
    position: relative !important;
}
.meteor-menu[data-meteor-id="MTExND"][data-meteor-template="riviera"] .m-nav-left a {
    font-weight: 700px !important;
}
.Meteor-DesktopNavigation, .custom-second-navigation a {
    font-size: 14px !important;
}
ul#meteor-desktop-nav li a.Meteor-Navigation__Link__desktop svg {
    display: none !important;
}
ul#meteor-desktop-nav li a.Meteor-Navigation__Link__desktop {
    padding-right: 30px;
}
ul#meteor-desktop-nav li:last-child a.Meteor-Navigation__Link__desktop {
    padding: 0px;
}
.pplr-popup.pplr-modal-box .pplr-p-right {
    height: auto !important;
}
.pplr-popup.pplr-modal-box label.pplrlabel {
    display: none;
}
.pplr-popup.pplr-modal-box label.oindexlabel b, 
.pplr-popup.pplr-modal-box label.oindexlabel ul * {
    font-size: 13px !important;
    font-weight: 500;
}
.pplr-popup.pplr-modal-box input.pplr_text.pplr_monogram.p_u_t.cstmfy_c_required {
    border: 1px solid #000000 !important;
}
.pplr-popup.pplr-modal-box .pplr-wrapper.pplr-text.pplr-text.p_c_c {
    display: flex;
    flex-direction: column;
}
.pplr-popup.pplr-modal-box label.oindexlabel {
    order: 1;
}
.pplr-wrapper.pplr-dropdown.pplr-orientation {
    order: 3;
}
.pplr-modal-body {
    display: flex;
    flex-direction: column;
}
.dotsliderwrapper-1 .dotslider-icon {
    /* animation: none !important; */
    border-color: #c0b0b020 !important;
    border-width: 5px !important;
      background-color: #c0b0b090 !important;
}
.pplr-popup.pplr-modal-box input.pplr_text.pplr_monogram.p_u_t.cstmfy_c_required {
    order: 0;
  /* border-color: #f84248 !important; */
}
.pplr-popup.pplr-modal-box a.js-modal-close.pplr_close.p_r_c {
    border: 0px;
}
.pplr-popup.pplr-modal-box span.pplr-character-count {
    right: 5px !important;
  padding-top:3px !Important;
}
.card-information {
    padding: 0px 0 0;
}
/* .pplr-popup.pplr-modal-box .pplr_select,  */
/* .pplr-popup.pplr-modal-box .pplr_text, 
.pplr-popup.pplr-modal-box .pplr-selecter-selected, 
.pplr-popup.pplr-modal-box .sourceSmallerFont, .sourceBiggerFont */
.pplr-popup.pplr-modal-box .pplr-p-right{ 
    border-color: #dddddd !important;
    border: 0px solid;
      padding: 20px 10px 0px 0px;
}
.pplr-popup.pplr-modal-box .pplr_ex_button {
    padding-right: 10px;
}
button.p_a_t_c.btn.pplr-btn.button.Button--secondary.ptc_button{
  max-width:100%;
  background:#ffffff;
  color:#f84248;
    border-color:#f84248;
}
button.p_a_t_c.btn.pplr-btn.button.Button--secondary.ptc_button:hover{
    background: #f84248;
    color: #fff;
}
product-form.productView-form.product-form .swym-button-bar.swym-wishlist-button-bar.swym-inject {
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
}
product-form.productView-form.product-form .productView-group {
    position: relative;
}
product-form.productView-form.product-form .productView-wishlist.clearfix{
  display:none;
}
.swym-button-bar.swym-wishlist-button-bar.swym-inject .swym-added.swym-add-to-wishlist {
    background: #ed3338 !important;
  text-transform:capitalize !important;
}
.swym-add-to-wishlist span.swym-wishlist-cta {
    text-transform: capitalize !important;
}
div#halo-recently-viewed-wrap a.recently-viewed-icon.header__icon.header__icon--wishlist.link.link--text.focus-inset, 
a.header__icon.header__icon--wishlist.link.link--text.focus-inset{
  /* display:none; */
}
div#shopify-section-template--20394990928166__product-recommendations .card {
    min-height: 460px;
}
.halo-article-content .info {
    display: none;
}

#swym-plugin #swym-anchor[data-position=bottom-right] i {
    left: 90% !important;
    margin-left: -10px;
}
#swym-plugin #swym-anchor[data-position=bottom-right] a{
  text-indent:initial !Important;
      width: 150px !important;
    line-height: 3.4 !important;
}
customer-auth#halo-auth-sidebar .oxi-social-login {
    padding: 40px 0px !important;
}
a.social_login {
    border-color: transparent !important;
    background-color: transparent !important;
      box-shadow: 0 15px 35px rgba(0,0,0,.06) !important;
    -webkit-transition: all linear .3s !important;
    transition: all linear .3s !important;
}
.sl-vertical .oxi_icon{
  color:#ffffff !important;
}
a.social_login.facebook {
    color: #3b5998 !important;
}
a.social_login.google {
    color: #dd4b39 !important;
}
a.social_login.twitter {
    color: #55acee !important;
}
a.social_login.linkedin {
    color: #007bb6 !important;
}
a.social_login.amazon {
    color: #ff9900 !important;
}
.footer-block__item li a {
    text-align: left !important;
    display: initial;
}
body.template-page.FAQs.faqs a {
    text-decoration: none;
}
a.Meteor-Navigation__Link__mobile:after {
    content: '\276D';
}
.Meteor-MobileNavigation .Meteor-MobileNavigation__Link a svg.Meteor-Arrow, 
.Meteor-Drawer__BackButton svg{
    display: none;
}
.Meteor-Drawer__BackButton:before {
    content: '\276C';
}

/***********************************************************************************************/
/****************************custom-offers-slider CSS FOR Category page STARTS HERE***************/
/***********************************************************************************************/
.custom-offers-slider {
    width: 60%;
}
.custom-offers-slider .owl-nav button.owl-prev {
    position: absolute;
    left: -10px;
    top: 39%;
}
.custom-offers-slider .owl-nav button.owl-next {
    position: absolute;
    right: -10px;
    top: 39%;
}
.custom-offers-slider .owl-nav button.owl-next span, 
.custom-offers-slider .owl-nav button.owl-prev span {
    font-size: 40px;
}
.custom-offers-slider .owl-dots{
  /* display:none; */
}
.custom-offers-slider .owl-nav{
   display:none; 
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
} 
.custom-offers-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #272626;
    text-decoration: none;
}
body.template-blog.Blogs.blog div#slideshow-wrapper-template--20394989224230__720425cf-1552-4add-bd6f-8bcdc6940c76 {
    padding-top: 0px;
}
body.template-collection .halo-block.halo-banner.image-banner {
    display: none;
}



/***********************************************************************************************/
/****************************custom-offers-slider CSS FOR Category page ENDS HERE***************/
/***********************************************************************************************/

/***********************************************************************************************/
/****************************popup CSS FOR Category page Starts HERE***************/
/***********************************************************************************************/
.halo-popup-wrapper .overflow {
    display: none !important;
}
.halo-newsletter-popup .halo-popup-banner {
    width: 100% !important;
}
.halo-popup-banner+.halo-popup-wrapper {
    width: auto !important;
}
.halo-newsletter-popup .halo-popup-banner {
  transition: none !important;
}
.show-newsletter-image .halo-newsletter-popup .halo-popup-banner, .show-newsletter-image .halo-newsletter-popup .halo-popup-wrapper {
  transform: none !important;
}
 body.newsletter-show .halo-newsletter-popup {
  transition: none !important;
}
/***********************************************************************************************/
/****************************popup CSS FOR Category page ENDS HERE***************/
/***********************************************************************************************/

.deliverydate.sb_delivery {
        /* width: 57% !important; */
    background: transparent !important;
    color: #000000 !important;
    border: 0px solid #cbc4c4 !important;
    border-radius: 3px;
    padding: 0px !important;
}
.deliverydate.sb_delivery span.delivery_msg div {
    color: #232323 !important;
}
.sb_edd_formFields {
    /* margin: 40px 0 0px 0 !important; */
}
.sb_edd_div {
    padding: 10px 20px 0px;
  border:0px !important;
      padding-left: 0px !important;
}
.sb_edd_msgs {
    font-size: 13px;
}
.sb_edd_formFields br {
    display: none;
}
.deliverydate.sb_delivery {
    margin-bottom: 0px !important;
}
input.sb_edd_pincode_input {
    background: transparent;
    border: 0px;
    border-radius: 0px;
}

input.sb_edd_pincode_input::placeholder {
    font-size: 14px !important;
    color: #232323 !important;
}

.deliverydate.sb_delivery span.delivery_msg div {
    font-size: 14px !important;
}
.meteor-menu {
    height: 254px !important;
}
li.list-social__item:last-child {
    height: 24px !important;
    line-height: initial;
}
.list-social__link:hover:before {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
}
.footer-block__list-social .list-social__link:hover {
    color: #282828 !important;
    border-color: transparent !important;
    background: transparent !important;
}
.footer-block__list-social .list-social__link:before {
    box-shadow: none !important;
}
footer .footer-block__list-social .list-social__link:hover svg {
    fill: #c2c2c2 !important;
}
body.template-blog.product-card-layout-01 div#halo-sidebar {
    display: none;
}
body.template-blog.product-card-layout-01 .page-sidebar+.page-content{
  width:100% !important;
}
.article-social.text-left {
    display: none;
}
.sb_edd_formFields {
      height: 54px !important;
    box-sizing: border-box !important;
}
.sb_edd_check_btn {
    padding: 18px 15px !important;
    height: 100% !important;
  top:0px !important;
  border: 1px solid #ed3338 !important;
}
input.sb_edd_pincode_input {
    height: 100% !important;
}

/***********************************************************************************************/
/****************************FILTERS CSS FOR Category page STARTS HERE***************/
/***********************************************************************************************/
collection-filters-form.facets.facets-horizontal.filter-display-show-more span.sidebar_more, 
collection-filters-form.facets.facets-horizontal.filter-display-show-more .widget_filter, 
.widget_filter{
    display: none !important;
}
collection-filters-form.facets.facets-horizontal.filter-display-show-more .sidebarBlock.js-filter.Product.type .sidebarBlock-contentWrapper .sidebarBlock-content.sidebarBlock-content--full.facets__display {
    opacity: 1;
    visibility: visible;
}
form#CollectionFiltersForm {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
}
collection-filters-form.facets.facets-horizontal.filter-display-show-more .sidebarBlock.js-filter.Product.type .sidebarBlock-contentWrapper ul.facets__list.custom-scrollbar.list-unstyled {
    display: contents;
}
.sidebarBlock-content.sidebarBlock-content--full.facets__display{
  width:100%;
}
.facets-horizontal .facets__item {
    padding-right: 30px;
    width: auto;
}
.sidebarBlock.js-filter.Product.type, 
.sidebarBlock-content.sidebarBlock-content--full.facets__display {
    width: 100% !important;
}
.sidebarBlock.js-filter.Product.type h2.sidebarBlock-heading.is-clicked {
    display: none;
}
.sidebarBlock.js-filter.Product.type .sidebarBlock-content.sidebarBlock-content--full.facets__display{
  transform:none !important;
}
.sidebarBlock.js-filter.Product.type{
    top: -50px;
}
.sidebarBlock.js-filter.Product.type .sidebarBlock-content.sidebarBlock-content--full.facets__display {
    border: 0px !important;
    box-shadow: none !important;
}
.sidebarBlock.js-filter.Product.type ul:first-child li.list-menu__item.facets__item {
    background: url(/cdn/shop/files/705CSSB0685MGR_6_65170db6-ba73-4fbf-9edb-88d28c9e04f0_1370x.jpg?v=1694781602);
    background-size: cover;
    height: 100px;
    width: 100px;
}
.sidebarBlock.js-filter.Product.type label.facet-checkbox.form-label--checkbox {
        position: absolute;
    bottom: -10px;
    padding-left: 14px;
    width: initial;
    text-align: center;
}
#HeaderCollectionSection-template--20701984784678__banner {
    padding-top: 0px;
    padding-bottom: 0px;
}
.sidebarBlock.js-filter.Product.type ul li.list-menu__item.facets__item label.facet-checkbox.form-label--checkbox:before, 
.toolbar-wrapper .toolbar-col.toolbar-colLeft{
    display: none !important;
}
div#HeaderCollectionSection-template--20701984784678__banner {
    padding-bottom: 0px;
}
.sidebarBlock.js-filter.Product.type ul li.list-menu__item.facets__item {
    margin-right: 15px !important;
}
#CollectionFiltersForm .sidebarBlock {
    margin-top: 80px;
    float: left;
}
.sidebarBlock.js-filter.Product.type {
    top: 0px;
    position: absolute;
    margin-top: 0px !important;
    float: none !important;
    left: 0px;
}
.sidebarBlock.js-filter.Product.type a.facets__reset.link.link-underline.js-facet-remove {
    float: right;
}
.pplr-wrapper.pplr-dropdown.pplr- {
   position: relative;
    padding-top: 30px;
    margin-top: 20px;
    padding-left: 0;
}
.pplr-p-right .textBiggerSmaller {
    color: #000000;
    position: relative;
    padding-top: 30px;
    margin-top: 20px;
    padding-left: 0;
}
.textBiggerSmaller:before {
    content: "SIZE";
    position: absolute;
    top: 0;
}
.pplr-wrapper.pplr-dropdown.pplr-:Before{
    content: "PLACEMENT";
    position: absolute;
    top: 0;
}
.tab_i_h {
    background: transparent !important;
}
.tab_i_h .pplr_active {
    background: transparent !important;
  border: none !important;
  width: 300px !important;
    text-align: left !important;
}

.pplr_tab {
  display: flex !important;
  flex-direction: column;
}

.oindexlabel {
  display: none;
}

.pplr-wrapper:last-child {
  margin-bottom: 0 !important;
}

a.sourceSmallerFont, a.sourceBiggerFont {
    transition: none !important;
}

.pplr-wrapper.pplr-dropdown.pplr-orientation {
  order: 3;
}

.pplr-drop-item {
  padding: 5px 20px !important;
  border: 1px solid #ed3338 !important;
  border-radius: 3px !important;
  color: #ed3338 !important;
}

.tab_h {
  width: 100% !important;
}

.pplr_tab {
  border: 0;
  border-left: 1px solid #ddd;
}
.textBiggerSmaller span{
    color: #ed3338 !important;
}
.textBiggerSmaller span:nth-child(3) {
    font-size: 23px;
}
.textBiggerSmaller span:nth-child(2) {
    font-size: 18px;
}
.pplr_select, .pplr-p-right, .pplr_text, .pplr-selecter-selected, .sourceSmallerFont, .sourceBiggerFont{
    border-color: #ed3338 !important;
    border: 1px solid;
}
.pplr-drop-item.active {
    background-color: #ed3338 !important;
    color: #fff !important;
}
.halo-popup {transform: translate3d(-50%,-50%,0) !important;}
.tab_i_h {
    width: 400px !important;
    text-align: left !important;
}

#pplr_tab_1 {
  display: flex;
  flex-direction: column !important;
}

#pplr_tab_1 .pplr-dropdown {
  order: 3
}
.neo-kent-vacusteel-flask input.pplr_text.pplr_monogram, .duro-swift-vacusteel-flask-500 input.pplr_text.pplr_monogram, .duro-swift-vacusteel-flask-750 input.pplr_text.pplr_monogram, .duro-swift-vacusteel-flask input.pplr_text.pplr_monogram, .duro-mac-vacusteel-flask input.pplr_text.pplr_monogram{
    margin-bottom: 10px;
}
.pplr_arrow.pplr_arrow_left, .pplr_arrow.pplr_arrow_right{
    display: none;
}

/********************************************************************************************/
/*************************CSS STARTS FOR custom-filters-outer class*******************************************************************/
/********************************************************************************************/
.custom-filters-outer a.custom-cat-back-a {
    font-size: 13px;
}
.custom-filters-outer .custom-cat-back a {
    font-size: 14px;
    text-transform: uppercase;
}
li.custom-filters-outer-li a.custom-filters-outer-a .custom-filters-outer-span {
    text-transform: uppercase;
}
.custom-filters-outer li.custom-filters-outer-li {
    width: 200px;
}
a.custom-filters-outer-a:hover .custom-filters-outer-span {
    background: #ed3338 !important;
    color: #ffffff;
}
ul.custom-filters-outer-ul, ul.custom-filters-outer-ul * {
    background: transparent !important;
}
.custom-filters-outer li.custom-filters-outer-li {
    text-decoration: none;
    list-style-type: none;
      width: max-content !important;
    max-width: 200px !important;
    min-width: 200px !important;
}
.custom-filters-outer-span{
  padding: 5px;
  font-size:14px;
  text-align:center;
}
img.custom-filters-outer-img:hover {
    opacity: 70%;
}
li.custom-filters-outer-li {
    float: left;
  padding: 10px;
}
.custom-filters-outer ul.custom-filters-outer-ul {
    display: flex;
    width: 100%;
    overflow-x: auto;
}
span.custom-filters-product-count {
    float: right;
    font-size: 13px;
  display:none;
}

/*
 *  STYLE 2
 */

ul.custom-filters-outer-ul::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 3px #f1f1f1;
	border-radius: 3px;
	background-color: #f1f1f1;
  cursor:pointer;
}

ul.custom-filters-outer-ul::-webkit-scrollbar{
	width: 3px;
  height:5px;
	background-color: #f1f1f1;
  cursor:pointer;
}

ul.custom-filters-outer-ul::-webkit-scrollbar-thumb{
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 3px cream;
	background-color: #cccccc;
  cursor:pointer;
}
.sidebarBlock.js-filter.Product.type {
    display: none;
}
#CollectionFiltersForm .sidebarBlock {
    margin-top: 0px;
}
/* #CollectionFiltersForm .sidebarBlock {
    margin-top: 0px;
    float: none;
}
.page-sidebar.page-sidebar--horizontal .sidebarBlock-contentWrapper {
    display: none!important;
} */
/********************************************************************************************/
/*************************CSS ENDS FOR custom-filters-outer class*******************************************************************/
/********************************************************************************************/




@media(max-width:767px) {
  .pplr-orientation {
    display: flex;
    flex-direction: row !important;
  }

  .pplr_tab .pplr-wrapper {
    width: 100% !important;
  }

  .pplr-drop-item {
    width: 50%;
    text-align: center;
  }
div#shopify-section-template--20394989945126__16426738253c0b77ec .slide-content.content-box--absolute.content-box--left.text-center {
    display:none;
}
  input.sb_edd_pincode_input {
   padding:18px 6px;
}
}
/***********************************************************************************************/
/****************************personalization-page***************/
/***********************************************************************************************/
.pplr-popup.pplr-modal-box {
    border: 0px solid #f84248 !important;
}
.pplr-popup.pplr-modal-box header.p_h_d:after {
 /* content: "Personalize your stainless steel bottle!";
 font-size: 20px;
 color: #ffffff; */
}
.pplr-modal-box header {
 /* background: #f84248; */
}
.pplr-popup.pplr-modal-box {
  padding: 0px !important;
}
.pplr-popup.pplr-modal-box a.pplr_close{
  /* color:#fff !important; */
  line-height: 21px;
  /* font-size: 15px; */
}
@media screen and (max-width: 768px){
.pplr-popup.pplr-modal-box header.p_h_d{
  display:block !important;
}
.pplr-popup.pplr-modal-box a.pplr_close{
    position: absolute;
    right: 0px !important;
    padding: 0px !important;
    width: auto;
    background: transparent !important;
}
.pplr_ex_inner i.pfa.fa-close {
    display: none;
}
i.pfa.fa-close {
    padding-right: 10px !mportant;
  }
.pplr-popup.pplr-modal-box a.pplr_close {
    right: 5px !important;
}
.pfa {
line-height: 18px;
}
.pplr-popup.pplr-modal-box header.p_h_d:after {
    font-size: 14px;
 color: #ffffff;
 text-align: center !important;
 width: 100% !important;
 }
}
.sb_edd_form {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
  flex-wrap: wrap !important;
}
.sb_edd_msgs {
    min-width: 100%;
}
/* .sb_edd_formTitle {
    display: flex;
    flex-direction: row-reverse;
    start;
    align-content: stretch;
    flex-direction: row;
    justify-content: space-evenly;
} */

.sb_edd_formTitle {
    flex: 1;
}
.sb_edd_formFields {
    flex: 2;
    margin: 0 !important;
  border: 1px solid #c7c7c7;
  padding:0px 13px;
}
span.sb_edd_btn_text {
    top: 0%;
    position: relative;
}

.halo-productView-right .custom-offers-slider h2 {
    font-size: var(--font-body-size);
}

/***********************************************************************************************/
/****************************personalization-page End***************/
/***********************************************************************************************/
/***********************************************************************************************/
/****************************FILTERS CSS FOR Category page ENDS HERE***************/
/***********************************************************************************************/

.toolbar-wrapper .toolbar-col.toolbar-colLeft {
    display: none;
}

.productView-payment .shopify-payment-button [data-testid=Checkout-button] {
  border-radius:3px !important;
}
@media screen and (min-width: 1100px){
.dotslider-hotspot-content{
    min-width: 500px!important;
    min-height: 200px!important;
}
}
@media (min-width: 1100px) and (max-width: 1300px){
.powr-image-slider {
    width: 50%;
}
}
.custom-why-buy-from-us h2, .discount_list_container h2 {
    font-size: var(--font-body-size);
    font-weight: bold;
}

@media(max-width:1440px){
  header.header.header-utility .container-1470 {
    max-width: 1300px;
  }
  ul#meteor-desktop-nav li a.Meteor-Navigation__Link__desktop {
    padding-right: 20px;
  }
  .swym-add-to-wishlist span.swym-wishlist-cta {
    display: none;
  }
  button.swym-button.swym-add-to-wishlist.swym-inject.swym-has-fave-count.swym-icontext.swym-heart.swym-loaded{
    width:40px;
  }

  
  /* .cart-content-wrapper {
    flex-direction: column !important;
  }
  .cart-content-item[data-cart-content] {
    width: 100% !important;
  }
  .cart-content-item[data-cart-total] {
    width: 100% !important;
  }
  ul.cart-totals.list-unstyled {
    width: 50% !important;
        float: left !important;
  }
  .cart-actions {
    width: 45% !important;
    float: right !important;
  } */
  body.template-cart .cart-container.container {
    width: 100%;
  }
}

@media(max-width:1366px){
  header.header.header-utility .container-1470 {
    max-width: 1250px;
  }
  .custom-offers-slider {
    width: 80%;
  }
}

@media(max-width:1280px){
  header.header.header-utility .container-1470 {
    max-width: 1200px;
  }
  ul#meteor-desktop-nav li a.Meteor-Navigation__Link__desktop {
    padding-right: 15px;
  }
}

@media(max-width:1024px){
    .menu-heading-mobile.halo-sidebar-header .Meteor-Drawer[data-layout=image-grid] ul li{
      width: calc(33% - 2rem)!important;
    }
  #CollectionFiltersForm .sidebarBlock {
    margin-top: 0px;
    float: none;
  }
  .sidebarBlock.js-filter.Product.type ul li.list-menu__item.facets__item {
    /* background: none !important; */
        background: none !important;
    height: 0px !important;
    width: 0px !important;
  }
  .facets__list--refined .active-facets__button{
    font-size:16px !important;
  }
  .sidebarBlock.js-filter.Product.type {
    position: relative;
  }
  #CollectionFiltersForm .sidebarBlock {
    /* margin-bottom: 0px !important; */
  }
  .sidebarBlock.js-filter.Product.type h2.sidebarBlock-heading.is-clicked {
    display: block;
  }
  .sidebarBlock.js-filter.Product.type ul:first-child li.list-menu__item.facets__item {
    height: auto;
  }
  .sidebarBlock.js-filter.Product.type label.facet-checkbox.form-label--checkbox {
    position: relative;
    bottom: 0px;
    padding-left: 25px;
    width: initial;
    text-align: center;
  }
  collection-filters-form.facets.facets-horizontal.filter-display-show-more .sidebarBlock.js-filter.Product.type .sidebarBlock-contentWrapper ul.facets__list.custom-scrollbar.list-unstyled {
    display: initial;
  }
  collection-filters-form.facets.facets-horizontal.filter-display-show-more .sidebarBlock.js-filter.Product.type .sidebarBlock-contentWrapper .sidebarBlock-content.sidebarBlock-content--full.facets__display {
    opacity: 1;
    visibility: visible;
  }
  .sidebarBlock.js-filter.Product.type .sidebarBlock-content.sidebarBlock-content--full.facets__display {
    transform: translateZ(0) !important;
  }
  .sidebarBlock.js-filter.Product.type ul li.list-menu__item.facets__item label.facet-checkbox.form-label--checkbox:before{
    display:block !important;
  }
}

@media only screen and (max-width: 768px) {
	/*force mobile devices to ignore hotspot min width*/
	.dotslider-hotspot-content {
	  min-width: 300px !important;
	}
 .pplr-popup.pplr-modal-box a.js-modal-close.pplr_close.c_h_m.p_r_c{
    position:absolute;
    right:0px;
   top:0px;
  }
  .pplr-popup.pplr-modal-box label.oindexlabel{
    width:100% !important;
  }
  .pplr-popup.pplr-modal-box .pplr_ex_button, .pplr-popup.pplr-modal-box .pplr-p-right {
    padding-right: 0px;
  }
  product-form.productView-form.product-form .swym-button-bar.swym-wishlist-button-bar.swym-inject {
    top: initial;
  }
  .dotslider-hotspot-content .s_item {
    display: block;
  }
  .custom-offers-slider .owl-carousel {
    width: 95%;
    margin: 0 auto;
  }
  .custom-offers-slider .owl-nav button.owl-next {
      right: -20px;
      top: 30%;
  }
  .custom-offers-slider .owl-nav button.owl-prev {
    left: -20px;
    top: 30%;
  }
   .custom-offers-slider {
    width: 100%;
    margin:0 auto;
  }
  button#product-add-to-cart, 
  .dotslider-hotspot-description .s_add a.s_btn {
    /* WebKit */
    -webkit-appearance: kichenCTA !important;

    /* Mozilla */
    -moz-appearance: kichenCTA;

    /* Opera */
    -o-appearance: kichenCTA;

    /* Internet Explorer */
    -ms-appearance: kichenCTA;

    /* CSS3 */
    appearance: kichenCTA;
    margin-bottom: 5px !important;
    font-size: 16px !important;
    padding-top: 9px !important;
    padding-bottom: 15px !important;
    height: 45px !important;
  }
}
@media(max-width:767px){
  halo-newsletter-popup .halo-popup-banner {
    display: block;
  } 
  .halo-popup-banner {
    position: relative;
    height: 70vh !important;
  }
  .halo-popup-banner a {
    z-index: 99;
    height: 100%;
    width: 100%;
    position: relative;
  }  
  .halo-popup-banner a img {
    visibility: hidden
  }  
  .halo-popup-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 70%;/*100%;*/
    background: url(/cdn/shop/files/POPUP_IMAGE_NOMAD_768_x_900PX.jpg?v=1697187814);
    background-size: contain;
    background-position: center center;
  }
  .halo-newsletter-popup .halo-popup-banner {
    display: block !important;
  }
  .halo-popup-close {
    z-index: 9;
    top: 0px;
  }
  .halo-popup-wrapper {
    height: 70vh !important;
  }

  .sb_edd_formFields {
  padding:0px 0px;
}
  #halo-newsletter-popup {
    /* height: 0vh; */
    background: transparent;
  }
}
@media screen and (max-width: 550px){
  .product-item>.card {
    min-height: 380px;
  }
.dotslider-hotspot-content.dot-content-left, .dotslider-hotspot-content.dot-content-right, .dotslider-hotspot-content.dot-content-top, {
    min-width: 380px !important;
    min-height: 250px !important;
}
.dotslider-hotspot-content{
    min-width: 400px!important;
    min-height: 250px!important;
}
.productView-group .pvGroup-row .productView-groupTop{
    width:100%;
  flex-wrap: wrap;
  gap: 20px;
  /* float: left; */
}
.productView-groupTop {
    align-items: center;
} 
.productView-action {
  width: 45% !important;
  float: left;
}
.productView-groupBottom{
    width: 45%;
  float: left;
  margin: 0 !important;
}
}
@media screen and (max-width: 550px){
  .tab-content .toggle-content.popup-mobile, .tab-content .toggle-content.sidebar-mobile{
    position:initial !important;
  }
  .productView-tab .tabs-contents-horizontal .tab-content .toggle-content:not(.show-mobile), .productView-tab .tabs-contents-popup .tab-content .toggle-content:not(.show-mobile) {
    display: block !important;
  }
  body.template-product .toggle-content.popup-mobile.is-show {
        display: block !important;
    height: auto !important;
}
  body.template-product .toggle-content.popup-mobile {
    display: none !important;
        height: 0px !important;
}
  body.template-product .toggle-content.popup-mobile.is-show .tab-popup-header {
    display: none;
}
  body.template-product .toggle-content.popup-mobile.is-show .tab-popup-content {
    padding: 10px 0px;
}
  body.template-product .tab-content .toggle-content.popup-mobile, .tab-content .toggle-content.sidebar-mobile{
    transition:none;
  }
  h1.productView-title {
    /* width: 100%; */
  }
}


.pplr_tab_index.pplr_active {
    padding-left: 0px;
}
.pplr-popup.pplr-modal-box .pplr-p-right {
    padding: 3% 10px 0px 0px;
}
.pplr-popup.pplr-modal-box .pplr_ex_button {
    margin-top: -20%;
}
.pplr_tab {
    border: 0px solid #ddd !important;
  padding: 10px 0px !important;
}
button.p_a_t_c.btn.pplr-btn.button.Button--secondary.ptc_button {
    max-width: 50%;
    background: #ed3338;
    color: #ffffff;
    border-color: #f84248;
    margin-left: 5px;
}
.pplr-p-left.pplr {
    margin-top: 4%;
}
.pplr-popup.pplr-modal-box span.pplr-character-count {
    right: 32% !important;
    padding-top: 3px !Important;
}
.pplr-popup.pplr-modal-box input.pplr_text.pplr_monogram.p_u_t.cstmfy_c_required{
  width:70%;
  border-radius: 3px !important;
}
.pplr-wrapper.pplr-dropdown.pplr- {
    margin-top: 12px;
}
.pplr-modal-box .pplr_tab_index, 
.pplr-wrapper.pplr-dropdown.pplr-:Before, .textBiggerSmaller:before {
    font-weight: 400;
}

@media(max-width:1440px){
  .pplr-popup.pplr-modal-box .pplr_ex_button{
    margin-top: -13%;
  }
}
@media(max-width:1024px){
  .pplr-popup.pplr-modal-box .pplr_ex_button {
      margin-top: -15%;
  }
}
@media(max-width:900px){
  .pplr-popup.pplr-modal-box .pplr_ex_button {
      margin-top: -18%;
  }
} 

@media(max-width:832px){
  .pplr-popup.pplr-modal-box input.pplr_text.pplr_monogram.p_u_t.cstmfy_c_required {
    width: 100%;
  }
  .pplr_ex_inner {
    width: 100% !important;
  }
  .pplr-popup.pplr-modal-box span.pplr-character-count {
    right: 1% !important;
    padding-top: 3px !Important;
  }
  .pplr_tab {
    border: 0px solid #ddd !important;
    padding: 10px !important;
  }
  .pplr-popup.pplr-modal-box .pplr_ex_button {
    margin-top: 0%;
        padding: 0px;
    border-radius: 0px
  }
  button.p_a_t_c.btn.pplr-btn.button.Button--secondary.ptc_button{
    max-width:100%;
    margin:0px;
  }
  .pplr-modal-box .pplr_tab_index {
      padding-left: 10px;
  }
  button#product-add-to-cart{
      margin-bottom: 0px !important;
  }
  .productView-payment .shopify-payment-button [data-testid=Checkout-button] {
      padding: 9px 15px 15px !important;
        height: 45px !important;
  }
}
body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Copy.of.Duro.Kent.product.enable_button_disable_arrows.enable_text_color_title.hide_compare_homepage.quick_shop_option_2.show_image_loading.sticky-toolbar-mobile.chrome.swym-ready.swym-copyofella-6-5-2-theme-source-null.swym-copyofella-6-5-2-theme-source-null-icontext.swym-buttons-loaded .pplr-popup.pplr-modal-box .pplr_ex_button, body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Duro.Kent.Cello.Flask .pplr_ex_button {
    margin-top: -10%;
}
body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Copy.of.Duro.Kent.product.enable_button_disable_arrows.enable_text_color_title.hide_compare_homepage.quick_shop_option_2.show_image_loading.sticky-toolbar-mobile.chrome.swym-ready.swym-copyofella-6-5-2-theme-source-null.swym-copyofella-6-5-2-theme-source-null-icontext.swym-buttons-loaded .pplr-wrapper {
margin-bottom: 5px;
}

@media(max-width:767px){
  .custom-a-plus-content.container {
      width: 100%;
      margin: 0 auto;
  }
  .custom-a-plus-content.container iframe {
    height: auto;
  }
  .product-item-swatch-item {
      margin: 10px 2px !important;
  }
  .wizzy-search-results .product-item>.card {
    min-height: 400px;
    margin-bottom: 20px;
}
}

body.template-product.personalize-product.product .custom-personalize-tnc{
  display:block;
}
.custom-personalize-tnc * {
    font-size: 14px;
}
.product-form__input .form__label{
  font-size: 15px;
}
.sb_edd_div .sb_edd_formTitle span {
    font-size: 15px;
  color: #232323;
  font-weight: var(--font-weight-medium);
}
.productView-moreItem span.text, 
.productView-moreItem svg#icon-eye {
    font-size: 14px;
}
body.template-product.product .custom-personalize-tnc{
  display:none;
}
.product-details .breadcrumb {
    font-size: 12px;
}
body.template-customers\/addresses li {
    width: auto;
    background: transparent;
  font-size:14px;
  pading-right:0px !important;
  margin-bottom: 0px;
}
body.template-customers\/addresses li a{
  padding-right:0px !important;
}
body.template-customers\/addresses .header-utility__item:last-child {
    justify-self: auto !important;
}
body.template-customers\/activate_account .header-utility__item.header-utility__item--function_group, 
body.template-customers\/register .header-utility__item.header-utility__item--function_group{
    justify-self: end !important;
}
.password-contentItem.password-contentRight * {
    color: #000000 !important;
}
.custom-a-plus-content.container p.custom-fields-data iframe {
    /* display: none; */
}

.slide-container.sca-modal-dialog-fg * {
    font-family: 'Manrope' !important;
}
.recentlyViewed-row.products-carousel .product-item>.card {
    min-height: 550px;
}
.toolbar-wrapper.toolbar-mobile{
  display:none;
}
/*******************************************************************/
/*************************Quote Snap - css starts here*****************************/
/*******************************************************************/
.omgrfq-form .form-group.focusWithText .omgrfq-input-placeholder {
    font-size: 10px;
    top: -14px !important;
    background: transparent !important;
}
.omgrfq-popup-snap #submitOMGRFQForm, .omgrfq-quotes-page-content-snap #submitOMGRFQForm {
    background: #fff !important;
    color: #f84248 !important;
}
.omgrfq-popup-snap #submitOMGRFQForm:hover, .omgrfq-quotes-page-content-snap #submitOMGRFQForm:hover {
    background: #f84248 !important;
    color: #fff !important;
}
.form-group.button-submit-quote {
    justify-content: center !important;
    display: flex !important;
}
div#halo-warning-popup {
    transform: none !important;
}
@media(min-width:1300px){
div#product-option-8805798641958 fieldset.js.product-form__input.clearfix {
    width: 70%;
}
}
/*******************************************************************/
/*************************Quote Snap - css End here*****************************/
/*******************************************************************/
/* body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Copy.Duro.Kent.New.wizzy-ignore.Flask.personalize-product select.pplr_select.pplraddprice.cstmfy_c_required, body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Copy.Duro.Kent.New.wizzy-ignore.Flask.personalize-product option._pplr_text, body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Copy.Duro.Kent.New.wizzy-ignore.Flask.personalize-product ._pplr_image {
    padding: 10px;
} */
body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Copy.Duro.Kent.New.wizzy-ignore.Flask.personalize-product span.pplrcur.pplr_cur.money {
    display: none !important;
}
body.template-product.Copy.Duro.Kent.New select.pplr_select.cstmfy_c_required {
    padding: 10px;
}
@media screen and (min-width: 1280px){
body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Copy.Duro.Kent.New.wizzy-ignore.Flask.personalize-product .pplr-popup.pplr-modal-box .pplr_ex_button, body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Duro.Kent.Cello.Flask .pplr_ex_button {
  margin-top: -9%;
}
}
@media screen and (min-width: 900px){
body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Copy.Duro.Kent.New.wizzy-ignore.Flask.personalize-product .pplr-popup.pplr-modal-box .pplr_ex_button, body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Duro.Kent.Cello.Flask .pplr_ex_button{
  margin-top: -5% !important;
}
}
/*******************************************************************/
/*************************swatches scroll css starts here*****************************/
/*******************************************************************/
.product-item-swatch-group.swatch-group-primary.swatch-group-colors {
    overflow: auto;
    overflow-y: hidden;
}
/*
 *  STYLE 3
 */
.product-item-swatch-group.swatch-group-primary.swatch-group-colors::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 3px #f1f1f1;
	border-radius: 3px;
	background-color: #f1f1f1;
  cursor:pointer;
}

.product-item-swatch-group.swatch-group-primary.swatch-group-colors::-webkit-scrollbar{
	width: 5px;
  height:8px;
	background-color: #f1f1f1;
  cursor:pointer;
}

.product-item-swatch-group.swatch-group-primary.swatch-group-colors::-webkit-scrollbar-thumb{
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 3px cream;
	background-color: #cccccc;
  cursor:pointer;
}
/*******************************************************************/
/*************************swatches scroll css ends here*****************************/
/*******************************************************************/

@media(max-width:414px){
  .sb_edd_check_btn {
    padding: 18px 7px !important;
  }
}
@media screen and (min-width: 1280px){
.Personalized.Gift .pplr-popup.pplr-modal-box .pplr_ex_button, body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Duro.Kent.Cello.Flask .pplr-popup.pplr-modal-box .pplr_ex_button{
    margin-top: -12%;
}}
/***************************************************************************************/
/**********************CSS STARTS HERE https://celloworld.com/pages/corporate-gifting ***********************************/
/****************************************************************************************/
div#shopify-section-template--21394221367590__4d1c99f4-49d9-4d04-940d-7e042364958b .policies-content {
    text-align: center;
}
div#shopify-section-template--21394221367590__4d1c99f4-49d9-4d04-940d-7e042364958b .policies-content .policies-text {
    font-size: 2.5rem;
    font-weight: 700;
}
div#shopify-section-template--21394221367590__4d1c99f4-49d9-4d04-940d-7e042364958b .policies-content .custom-corporte-counter {
    font-size: 2.2rem;
}
div#shopify-section-template--21394221367590__4d1c99f4-49d9-4d04-940d-7e042364958b .policies-content hr {
    margin-top: 20% !important;
      background: #bbbbbb;
}
.pplr-wrapper.pplr-dropdown.pplr-orientation {
    margin-top: 10px;
}
.pplr-wrapper.pplr-text.pplr-duro-kent.p_c_c {
    margin-bottom: 10px;
}
span.pplr-swatch-element.pplrimage {
    background-color: #000000;
}
.img_thumb_big span.pplrimage {
    width: 40px !important;
    height: 40px !important;
}
.gokwik-checkout .button, input#get-rates-submit, .cart-actions .button{
    pointer-events: auto !important;
}
/***************************************************************************************/
/**********************CSS ENDS HERE https://celloworld.com/pages/corporate-gifting ***********************************/
/****************************************************************************************/
body.template-product.copy-of-duro-kent-flask-vacusteel-water-bottle-750ml .pplr-modal-body {
    gap: 5px;
}
body.template-product.duro-kent-vacusteel-flask .pplr-modal-body{
    gap: 8px;
}
.halo-cookie__text {
    font-size: 12px !important;
    line-height: initial !important;
}
.halo-cookie__action {
    text-align: left !important;
}
a.omgrfq_continue_shopping.omgrfq_continue_shopping--step-1 {
    text-decoration: none;
    font-weight: bold;
}
body div#request-quote-page a.omgrfq_continue_shopping.omgrfq_continue_shopping--step-1 {
  display: none;
}
section#shopify-section-template--21417225191718__1699016442b1b1d0d6 {
    display: block;
}
section#shopify-section-template--21417225191718__1699016592b50d0031 {
    display: none;
}
.link-underline .text {
    font-size: 14px;
}
.halo-cookie__text {
    font-size: 10px !important;
}
button.link.link-underline.accept_cookies_link {
    padding-top: 1px;
}
body.template-blog .wrapper-category-banner.has-banner .slideshow {
    flex: 100;
}
.previewCart, ul.previewCartList.list-unstyled {
    z-index: 999999;
}
body.template-product.zeropriceproductFlash.SalefreegiftsInsulated .quantity_selector, 
body.template-product.zeropriceproductFlash.SalefreegiftsInsulated .productView-subtotal, 
body.template-product.zeropriceproductFlash.SalefreegiftsInsulated .productView-perks, 
body.template-product.zeropriceproductFlash.SalefreegiftsInsulated .productView-buttons, 
ul#main-collection-product-grid li.product.wizzy-result-product.wizzy-product-47127167729958.has-variations.wizzy-group-product-8840306557222 form#form-8840306557222-template--21299911754022__product-grid{
    display: none !important;
}
body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Duro.Kent.Cello span.pplrcur.pplr_cur.money, body.template-product.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Duro.Kent.Cello i._ps{
  display: none !important;
}
@media screen and (min-width: 1280px){
.pplr-popup.pplr-modal-box .pplr_ex_button {
    margin-top: -4% !important;
}}
@media screen and (min-width: 1380px)
{
.pplr-popup.pplr-modal-box .pplr_ex_button {
    margin-top: -5% !important;
}}
@media (max-width: 1024px){
.pplr-popup.pplr-modal-box .pplr_ex_button {
    margin-top: -5%;
}}
@media(max-width:767px){
  .pplr-popup.pplr-modal-box .pplr_ex_button {
    margin-top: -1%;
}
 .Copy.Duro.Kent.New .pplr-wrapper.pplr-dropdown, .pplr-wrapper.pplr-dropdown {
    display: block;
    width: 100%;
}
  .Copy.Duro.Kent.New  .pplr-popup.pplr-modal-box .pplr-p-right, .pplr-popup.pplr-modal-box .pplr-p-right {
    padding: 10% 10px 0px 10px;
}
.Copy.Duro.Kent.New  span.pplr-drop-item.active, span.pplr-drop-item._pplr_text.active, span.pplr-drop-item._pplr_horizontal.active{
    display: block;
    width: 45%;
}
.Copy.Duro.Kent.New  span.pplr-drop-item, span.pplr-drop-item._pplr_image, span.pplr-drop-item._pplr_vertical {
    display: block;
    width: 45%;
}
  .halo-cookie__text {
    font-size: 10px !important;
   }
  .halo-cookie__action {
    text-align: center !important;
  }
  .halo-cookie .halo-cookie__action a, .halo-cookie .halo-cookie__action button {
    font-size: 14px;
  }
  .halo-cookie .halo-cookie__action {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  section#shopify-section-template--21417225191718__1699016442b1b1d0d6 {
    display: none;
}
  section#shopify-section-template--21417225191718__1699016592b50d0031 {
    display: block;
}
  section#shopify-section-template--21417225191718__1699016592b50d0031 .featured-contentD.dotslider-image-hotspot.lazyloaded {
    width: 100% !important;
}
  .link-underline .text {
    font-size: 12px;
}
  /* .productView-stickyCart {
      visibility: visible !important;
  }
  sticky-add-to-cart.productView-stickyCart.style-1 {
      visibility: visible !important;
      opacity: 1;
  } */
  /*product page CTA css starts*/
  body.template-product .productView-action, button#gokwik-buy-now {
      position: fixed;
      bottom: 63px;
      z-index: 99;
      left: 0;
      width: 50% !important;
  }
  body.template-product .productView-action{
    background: #ffffff;
    /* bottom: 44px; */
    text-transform:capitalize !important ;
  }
  body.template-product button#gokwik-buy-now {
    right: 0 !important;
    left: auto;
  } 
  body.template-product .an-tilt-shaking {
    animation: none;
  }
  body.template-product button#product-add-to-cart {
    margin-bottom: 0px !important;
    border: 0px;
    background: #f84248;
    color: #ffffff;
    border-right: 1px solid #ffffff;
  }
  body.template-product .productView-group .pvGroup-row .productView-groupTop {
    /* position: fixed;
    right: 10px !important;
      top: 100px;
      width: auto !important;
      flex-wrap: initial !important;
      z-index: 9999; */

        left: 0px !important;
    top: 100px;
    width: auto !important;
    flex-wrap: initial !important;
    z-index: 9999;
    float: left;
    margin-left: 0px !important;
    gap: initial;
    padding-right: 10px;
  }
/********************************************quick-boil-popular-electric-kettle-1500ml-a SINGLE PAGE CSS STARTS ************************************************************/  
  body.template-product.quick-boil-popular-electric-kettle-1500ml-a .productView-price .price__sale {
    position: fixed;
    bottom: 15%;
    background: #000000;
    width: 100%;
    z-index: 99;
    padding: 9px 5px 5px  !important;
    max-width: 100%;
    left: 0px !important;
}
body.template-product.quick-boil-popular-electric-kettle-1500ml-a .productView-price  dd.price__compare {
    color: #ffffff;
  line-height:initial;
}
  body.template-product.quick-boil-popular-electric-kettle-1500ml-a .productView-price  .price__sale * {
    margin: 0 auto;
}
body.template-product.quick-boil-popular-electric-kettle-1500ml-a .halo-recently-viewed-popup {
    bottom: 20% !important;
}
/********************************************quick-boil-popular-electric-kettle-1500ml-a SINGLE PAGE CSS ENDS ************************************************************/

  
  body.template-product .productView-groupTop .productView-share.style-2 .share-button__button {
    padding: 8px!important;
    background: #ed3338;
    color: #ffffff !important;
  }
  body.template-product .productView-groupTop .productView-share.style-2 .share-button__button .icon {
    fill: #ffffff;
    stroke: #ffffff;
  }
  body.template-product .footbar-fixed {
    bottom: 100px;
  }
  /*product page CTA css ends*/
  body.template-customers\/login .Meteor-MobileNavigation .Meteor-MobileNavigation__Link a {
    /* align-items: flex-start !important;
    display: block !important; */
  }
  body.template-customers\/login .Meteor-MobileNavigation .Meteor-MobileNavigation__Link {
    display: inline-block;
  }
  body.template-customers\/login .custom-second-navigation .header-utility__item .customer-service-text ul li a {
    display: inline-block;
  }

  .previewCartItem-qty {
      width: 150px !important;
  }
  .pplr-wrapper.pplr-dropdown.pplr-images.pplr_show_preview {
    display: flex;
    flex-direction: row !important;
}
}

/*******************************************************************************************************************************/
/***********************************************************CUSTOM CSS ENDS HERE *********************************************/
/*******************************************************************************************************************************/
.neo-kent-vacusteel-flask .pplr_arrows .pplr_arrow_left, .neo-kent-vacusteel-flask .pplr_arrows .pplr_arrow_right {
  display: none;
}
.pplr-font-select .pplr_thumb_image .pplr-selecter-item, .pplrfontthumb .pplr-selecter-item, .pplr-font-select .pplrcolorimage .pplr-selecter-item {
    border: 1px solid #ed3338 !important;
    color: #ed3338 !important;
    border-radius: 5px !important;
}

.pplr-font-select .selected-font, .pplr-font-select .pplr-selecter-item:hover {
    background-color: #ed3338 !important;
    color: #fff !important;
}
.pplr-font-select span.pplr-selecter-item.selected-font.pplr_inherit {
    color: #fff !important;
}
body.template-collection.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Cello.Republic.Day.Special\:.Save.Big.with.Up.to.\34 0\%.Off.Sitewide.Deals\!.collection.enable_button_disable_arrows.enable_text_color_title.hide_compare_homepage.quick_shop_option_2.sticky-toolbar-mobile.chrome.wizzy-search-results-rendered span.badge.new-badge {
    display: none !important;
}
body.template-collection.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Cello.Republic.Day.Special\:.Save.Big.with.Up.to.\34 0\%.Off.Sitewide.Deals\!.collection.enable_button_disable_arrows.enable_text_color_title.hide_compare_homepage.quick_shop_option_2.sticky-toolbar-mobile.chrome.wizzy-search-results-rendered .halo-block.halo-banner.image-banner{
  /* display:block !important; */
}
  body.template-collection.body-custom-width.size_varriant_style_2.product-card-layout-01.banner-animation-1.Flash.Sale.collection span.badge.new-badge {
    display: none !important;
}
.wizzy-pagination-list .pagination-arrow.previous-arrow a, .wizzy-pagination-list li a {
    background: #d14c46 !important;
    color: #ffffff !important;
    border: 0px !important;
}
.halo-recommendations-block .product-item>.card {
    min-height: auto;
}
.productView-options .productView-variants label.product-form__label .pattern {
    width: 50px !important;
    border-radius: 0;
}
.productView-options .productView-variants label.product-form__label {
    width: auto;
    height: 50px;
    border-radius: 0;
}
.card-swatch .swatch-label, 
.card-swatch .swatch-label .pattern, 
.wizzy-facet-item-swatch-wrapper.facet-visual-swatch{
    border-radius: 0 !important;
}
.custom-tnc-section{
  display:none;
}
.custom-tnc-section ul {
    margin-top: 5px;
}
.custom-tnc-section h4 {
    margin-bottom: 0px;
}
body.template-product.duro-kent-combo-flasks-mrmrs .custom-tnc-section, 
body.template-product.duro-kent-combo-flasks-king-queen .custom-tnc-section, 
body.template-product.duro-kent-combo-flasks-u-me .custom-tnc-section, 
body.template-product.copy-of-duro-kent-flask-vacusteel-water-bottle .custom-tnc-section, 
body.template-product.duro-kent-vacusteel-flask .custom-tnc-section{
    display: block;
}
.gbbFiltersSearchSortHeader .gbbFiltersMainButtonWrapper, 
.gbbFiltersSearchSortHeader{
    visibility: hidden !important;
  display: none !important;
}
.gbbAddProductPageSubtextWrapper .gbbAddProductPageSubtext {
    font-size: 23px;
    padding-bottom: 30px;
    padding-top: 15px;
}

body.template-product.Copy.Duro.Kent.wizzy-ignore.Bundle.product .custom-bundle-link{
  display:block;
}

.custom-bundle-link{
  display:none;
      background: #ed3338;
    width: fit-content;
    color: #ffffff !important;
    cursor: pointer;
    line-height: 1;
    border: none;
    padding: 15px 10px;
}
body.template-list-collections .collection-list-item.halo-item.shouldShow {
    padding-bottom: 30px;
}
.nomad-vacusteel-flask-350 .pplr-wrapper.pplr-text.pplr-your-name.p_c_c {
    margin-bottom: 15px;
}
@media(max-width:767px){
  body.template-list-collections .collection-list-item.halo-item.shouldShow h3.collection-title a {
    font-size: 16px;
 }
  body.template-list-collections .collection-list-item.halo-item.shouldShow a.collections-button {
    display: none !important;
}
  body.template-list-collections .collection-list-item.halo-item.shouldShow {
    padding-bottom: 20px;
}
  .card__badge.badge-left {
    /* display: contents; */
    left: 0px;
    top: 0px;
}
.card__badge.badge-left span.badge {
    /* display: block; */
      font-size: 8px;
    padding: 0px 4px;
}
  .wizzy-search-wrapper .wizzy-search-results-wrapper .wizzy-search-results-container .wizzy-search-results .wizzy-search-results-list .wizzy-result-product {
    /* width: 100% !important; */
  }
}


body.template-product.Touch-Feel-Designs .productView-badge.badge-left.halo-productBadges:after {
    color: #ffffff;
    content: "3D Touch & Feel Designs";
    background: #b30e13;
    padding: 2px 10px;
    margin-top: 5px;
    font-size:13px;
}

.custom-clickpost-return-cta{
background: #000 !important;
    padding: 6px 10px !important;
    border-radius: 4px !important;
    color: #fff !important;
    text-decoration: none !important;
    white-space: pre;
    position: relative;
    margin: 0 !important;
    min-height: unset !important;
    min-width: unset !important;
    font-size: 13px;
    text-transform: capitalize !important;
    font-weight: 500 !important;
}

.productView-groupTop {
    align-items: flex-start !important;
      height: 53px;
}
.pplr-selecter-options {
    margin-top: 5px !important;
}

@media(max-width:767px){
  .pplrfontthumb .pplr-selecter-item
  {
    padding: 3px 9px;
    font-size: 15px;
  }

  /* .product.slick-slide.slick-current, 
  .product.slick-slide{
    width: 28% !important;
  }  */
}

span.badge.new-badge {
    display: none;
}

label.product-form__label.soldout {
    display: none;
}
.halo-recently-viewed-popup {
    overflow: initial;
    top: auto !important;
  bottom:10% !important;
}
wishlist-view.wishlist-items-container .toolbar {
    display: none;
}
div#shopify-section-template--21417225191718__brand_slider_NHwaHJ {
    display: none;
}
div#shopify-section-template--21417225191718__product_block_9MAD4x, 
div#shopify-section-template--21417225191718__product_block_Rz8VhD{
    display: none;
}
@media(max-width:767px){
  div#shopify-section-template--21417225191718__16418746910626c268, 
  div#shopify-section-template--21417225191718__1657683535d8ecc49d{
    display: none;
}
  div#shopify-section-template--21417225191718__product_block_9MAD4x, 
  div#shopify-section-template--21417225191718__product_block_Rz8VhD{
    display: block;
}
  div#shopify-section-template--21417225191718__product_block_9MAD4x .slider-counter, 
  div#shopify-section-template--21417225191718__product_block_Rz8VhD .slider-counter{
    display: none;
  }
  div#shopify-section-template--21417225191718__product_block_9MAD4x .slider-buttons, 
  div#shopify-section-template--21417225191718__product_block_Rz8VhD .slider-buttons{
    display: block;
    text-align: center;
  }
  div#shopify-section-template--21417225191718__product_block_9MAD4x .slider-button, 
  div#shopify-section-template--21417225191718__product_block_Rz8VhD .slider-button{
    padding: 7px;
    width: 30px;
    height: 30px;
  }
  div#halo-card-mobile-popup .halo-popup-wrapper {
    height: auto !important;
  }
  div#halo-card-mobile-popup {
      z-index: 999999;
  }
  .wishlist-items-display.grid.show {
    display: block !important;
  }
  .wishlist-items-display.grid.show .product {
    padding-bottom: 40px;
  }
  div#shopify-section-template--21417225191718__1644481465cc6ad9ac, 
  div#shopify-section-template--21417225191718__51e56c16-036e-4d53-9f90-1f2a52fbc5f8, 
  div#shopify-section-template--21417225191718__1657159369f1648d50{
    display:none;
  }
  div#shopify-section-template--21417225191718__brand_slider_NHwaHJ {
    display: block;
}
div#shopify-section-template--21417225191718__brand_slider_NHwaHJ .slick-arrow.slick-next {
    right: 5px !important;
}
    .section-block-template--21417225191718__brand_slider_NHwaHJ .halo-item .text {
      padding-top: 20px;
              color: #000000 !important;
  }
  add-more.link.link-underline {
  display: none !important;
}
}
@media(max-width:414px){
  .halo-popup-wrapper {
    height: 85vh !important;
  }
  .halo-popup-scroll {
  max-height: 90vh !important;
}
}

@media(max-width:360px){
      .previewCartItem-qty {
        width: 100px !important;
    }
  .sb_edd_formTitle span {
    float: none !important;
  }
  .sb_edd_form {
    display: block !important;
  }
}

.productView-nav .slick-counter{
  display:none !important;
}
span.badge.custom-badge {
    background: #b30e13 !important;
}
.wizzy-search-wrapper.wizzy-category-page .wizzy-search-results-wrapper, 
.wizzy-search-results-container{
    z-index: 9 !important;
}
div#halo-edit-cart-popup {
    z-index: 9999999 !important;
}
div#halo-cart-sidebar {
    z-index: 999999 !important;
}
.cart-content-wrapper {
  font-size: 12px !important;
}
.lazy-load-image-background.blur.lazy-load-image-loaded > img {
    background-color: #000000;
}

li.pagination-num span, 
li.pagination-num a, 
li.pagination-arrow a{
    background: #d14c46 !important;
    color: #ffffff !important;
    border: 0px !important;
    padding: 6px;
    width: 30px;
    height: 30px;
}
.pagination.style--2 .pagination__list>li:not(:last-child) {
    margin-right: 0.1rem !important;
}
.pagination__item-arrow .icon {
    fill: #ffffff !important;
    max-width: 10px !important;
}


@media(min-width: 1025px){
  .facets-horizontal .widget_filter {
      display: none !important;
    opacity: 0;
  }
}

#mczrProductIframe{
  /* z-index:999999999999 !important;
  display:block !important */
}
body.template-search .facets__price--box .field__currency {
    color: #3c3c3c;
    font-size: 15px;
}
.sidebarBlock.sidebar-categories.sidebarBlock-collapse {
    display: none;
}

span.price-item.price-item--regular {
    font-size: 23px !important;
    line-height: inherit;
    vertical-align: super;
    color: #d14c46;
}
a.m-display-image.wide{
  pointer-events:none;
}

.setubridgeProductDesigner {
    display: none;
}
body.template-product.copy-of-copy-of-copy-test span.pplr-selecter-item.pplr_inherit.selected-font:nth-child(6):after {
    content: 'Add * symbol for heart';
    background: transparent;
background: #000000;
    font-size: 12px;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    margin-left: 5px;
}
ul#meteor-desktop-nav li:nth-child(2) {
    display: none;
}
body.template-product.copy-of-personalized-combo-maestro-and-nomad .pplr-wrapper.pplr-font-select.pplr-your-name.pplrfontthumb, body.template-product.copy-of-personalized-combo-maestro-and-nomad .pplr-wrapper.pplr-font-select.pplr-nomad.pplrfontthumb {
    margin-top: 10px;
}
body.template-product.copy-of-personalized-combo-maestro-and-nomad  div#pplr_tab_1 {
    overflow: scroll;
    height: 350px;
}
@media(max-width:767px){
  .customer-service-text li:first-child {
    display: none;
  }
}

.tabs-contents div#tab-product-details .tab-popup-content img.custom-a-plus-content {
    width: auto;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
}
/* .productView-thumbnail-wrapper, 
.productView-thumbnail-wrapper *{
    display: none !important;
} */


body.template-product.untitled-product-3 button#gokwik-buy-now {
    display: none !important;
}


span.price-item.price-item--regular:after, 
.halo-collection-content .price__sale:after, 
.recentlyViewed-row .price__sale:after {
    content: "(incl. of all taxes)";
    font-size: 13px;
    color: #000;
    display: block;
    padding-left: 5px;
  padding-top: 6px;  
  font-weight: 500;
} 
.halo-collection-content span.price-item.price-item--regular:after, 
.halo-collection-content .price__sale:after, 
.halo-recommendations-block span.price-item.price-item--regular:after, 
.recentlyViewed-row span.price-item.price-item--regular:after, 
.recentlyViewed-row .price__sale:after{
  padding:0px;
}
span.price-item.price-item--regular {
    width: 100%;
    display: ruby-text;
  display: flex;
    align-items: flex-start;
    width: 100%;
}
span.price-item.price-item--regular:before, 
.halo-collection-content dd.price__compare:before, 
.recentlyViewed-row dd.price__compare:before{
    content: "MRP";
    padding-right: 5px;
    font-weight: 600;
    color: #232323;
}
.halo-recommendations-block span.price-item.price-item--regular:before {
    /* font-size: 14px; */
}
span.price-item.price-item--regular, 
.halo-collection-content .price__last *, 
.halo-collection-content  dd.price__compare, 
.recentlyViewed-row dd.price__compare:before{
    font-size: 20px !important;
}
.halo-collection-content .price__last span.text, 
.recentlyViewed-row .text{
    font-size: 15px !important;
      padding-top: 5px;
}

.halo-recommendations-block span.price-item.price-item--regular {
    display: block;
}

@media(max-width:1200px){
  .halo-collection-content span.price-item.price-item--regular {
    width: 100%;
    display: ruby-text;
    display: block;
}
  span.price-item.price-item--regular, 
  .halo-collection-content .price__last *, 
  .halo-collection-content dd.price__compare, 
  .recentlyViewed-row dd.price__compare:before {
    font-size: 18px !important;
}
  body.template-index 
span.price-item.price-item--regular {
    display: block;
    text-align: left;
    float: left;
    width: 100%;
}
  body.template-index .price.price--on-sale .price__compare, 
  body.template-index .price.price--on-sale .price__last, 
  body.template-index .price.price--on-sale .price-item.price-item--regular, 
  body.template-index .price.price--on-sale .span.price-item.price-item--sale{
    font-size: 18px !important;
}
  body.template-index .price.price--on-sale .price__saved {
    font-size: 10px !important;
}
}