/** Shopify CDN: Minification failed

Line 7442:0 Unexpected "<"
Line 7444:19 Unexpected "{"
Line 7444:28 Expected ":"
Line 7444:34 Unexpected "-"
Line 7444:36 Unexpected "{"
Line 7444:45 Expected ":"
Line 7458:19 Unexpected "{"
Line 7458:28 Expected ":"
Line 7458:34 Unexpected "-"
Line 7458:36 Unexpected "{"
... and 25 more hidden warnings

**/
/* Base */
.no-js:not(html),
.no-js-inline,
html.no-js .no-js-hidden {
    display: none!important;
}

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

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

body.dark-mode *,
body.dark-mode {
    --color-background: var(--dark-mode-color-background) !important;
    --color-text: var(--dark-mode-color-text) !important;
    --color-text2: var(--dark-mode-color-text2) !important;
    --header-color: var(--dark-mode-header-color) !important;
    --page-title-color: var(--dark-mode-page-title-color) !important;
    --title-content-color: white !important;
    --text-color: var(--dark-mode-color-text) !important;
    --form-label: var(--dark-mode-color-text) !important;
    --bg-color: var(--dark-mode-color-background);
    --color-link: var(--dark-mode-color-text) !important;
    --color-global-bg: var(--dark-mode-color-background) !important;
    --icon: var(--dark-mode-color-text) !important;
    --form-input-bg: var(--dark-mode-color-background) !important;
    --form-input-color: var(--dark-mode-color-text) !important;
}

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

body.overflow-hidden{
    overflow: hidden;
}

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

.hide,
.hidden {
    display: none !important;
}

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

.overflow-hidden {
    overflow: hidden;
}

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

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(--letter-spacing);
    color: var(--color-text);
    line-height: var(--line-height);
}

.h0 {
    font-size: 4rem;
}

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

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

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!important;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
}

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

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

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

.uppercase {
    text-transform: uppercase!important;
}

.lowercase{
    text-transform: lowercase!important;
}

.capitalize{
    text-transform: capitalize!important;
}

*:empty {
    display: none;
}

br:empty,
hr:empty,
iframe:empty,
path:empty,
polygon: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 {
    display: block;
}

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

.link{
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: var(--font-size);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height);
    letter-spacing: var(--letter-spacing);
}

.link .icon{
    fill: currentColor;
    stroke: transparent;
    color: currentColor;
}

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

.t-button {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
}

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

.image-border-1{
    border-radius: 1px;
    overflow: hidden;
}

.image-border-2{
    border-radius: 2px;
    overflow: hidden;
}

.image-border-3{
    border-radius: 3px;
    overflow: hidden;
}

.image-border-4{
    border-radius: 4px;
    overflow: hidden;
}

.image-border-5{
    border-radius: 5px;
    overflow: hidden;
}

.image-border-6{
    border-radius: 6px;
    overflow: hidden;
}

.image-border-7{
    border-radius: 7px;
    overflow: hidden;
}

.image-border-8{
    border-radius: 8px;
    overflow: hidden;
}

.image-border-9{
    border-radius: 9px;
    overflow: hidden;
}

.image-border-10{
    border-radius: 10px;
    overflow: hidden;
}

.image-border-11{
    border-radius: 11px;
    overflow: hidden;
}

.image-border-12{
    border-radius: 12px;
    overflow: hidden;
}

.image-border-13{
    border-radius: 13px;
    overflow: hidden;
}

.image-border-14{
    border-radius: 14px;
    overflow: hidden;
}

.image-border-15{
    border-radius: 15px;
    overflow: hidden;
}

.image-border-16{
    border-radius: 16px;
    overflow: hidden;
}

.image-border-17{
    border-radius: 17px;
    overflow: hidden;
}

.image-border-18{
    border-radius: 18px;
    overflow: hidden;
}

.image-border-19{
    border-radius: 19px;
    overflow: hidden;
}

.image-border-20{
    border-radius: 20px;
    overflow: hidden;
}

.skip-to-content-link{
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

.skip-to-content-link:hover,
.skip-to-content-link:focus {
    z-index: 9999;
    position: inherit;
    overflow: auto;
    width: auto;
    height: auto;
    clip: auto;
    font-size: 1.2em;
    font-weight: normal;
}

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

#preview-bar-iframe{
    display: block;
    position: fixed;
    z-index: -1;
    width: 0;
    height: 0;
}

[style*="--cus-color-background"] {
    background-color: var(--cus-color-background);
}

/* START: Scrollbar */
    body::-webkit-scrollbar{
        width: 10px;
    }

    body::-webkit-scrollbar-track {
        background-color: transparent;
    }

    body::-webkit-scrollbar-thumb {
        background-color: transparent;
        border-radius: 10px;
    }

    body::-webkit-scrollbar-thumb:hover {
        background-color: var(--color-background-50);
    }

    body:hover::-webkit-scrollbar-thumb {
        background-color: var(--color-background-30);
    }

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

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

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

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

    .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: Scrollbar */

/* START: Focus */
    /* Focus ring - default (with offset) */
    *:focus-visible {
        /*outline: 0.2rem solid var(--color-background-50);
        outline-offset: 0.3rem;
        box-shadow: 0 0 0 0.3rem var(--color-background), 0 0 0.5rem 0.4rem var(--color-background-30);*/
        outline: 0;
        box-shadow: none;
    }

    /* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
    *:focus {
       /* outline: 0.2rem solid var(--color-background-50);
        outline-offset: 0.3rem;
        box-shadow: 0 0 0 0.3rem var(--color-background), 0 0 0.5rem 0.4rem var(--color-background-30);*/
        outline: 0;
        box-shadow: 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.2rem solid var(--color-background-50);
        outline-offset: -0.2rem;
        box-shadow: 0 0 0.2rem 0 var(--color-background-30);*/
        outline: 0;
        box-shadow: none;
    }

    /* Fallback */
    .focus-inset:focus {
        /*outline: 0.2rem solid var(--color-background-50);
        outline-offset: -0.2rem;
        box-shadow: 0 0 0.2rem 0 var(--color-background-30);*/
        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;
    }
/* END: Focus */

/* START: Image Effect */
.image-effect-1 {
    box-shadow: none;
    transition: box-shadow 0.3s var(--cubic);
}

.image-effect-1:hover {
    box-shadow: 0 0 20px 5px #00000042;
}

body.dark-mode .image-effect-1:hover {
    box-shadow: 0 0 20px 5px #ffffff42;
}
/* END: Image Effect */

/* START: Background Effect */
    .background-effect {
        display: block;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.01);
        background-repeat: repeat;
        z-index: 9999;
        pointer-events: none;
        opacity: var(--opacity);
    }

    .background-effect.snow{
        background-image: url(snow-500x500.png), url(snow-300x300.png);
        animation: snow_falling_effect var(--duration-timing) linear infinite;
    }

    .background-effect.snow-2{
        background-image: url(snow-500x500.png), url(snow-400x400.png), url(snow-300x300.png);
        animation: snow_falling_effect_2 var(--duration-timing) linear infinite;
    }
/* END: Background Effect */

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

    .container.container-full{
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
    }

    .halo-block--customScroll .container.container-full{
        overflow: inherit;
    }

    .container-scroll .slick-list {
        overflow: unset;
    }
/* END: Container */

/* 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{
        position: fixed;
        background-color: rgba(0, 0, 0, 0.3);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        display: none;
        z-index: 100;
    }

    body.dark-mode .background-overlay{
        background-color: rgba(255, 255, 255, 0.3);
    }
/* END: Background Overlay */

/* START: Button */
    .button {
        display: block;
        width: 100%;
        font-family: var(--btn-font-name);
        font-size: min(16px, var(--btn-font-size));
        font-weight: var(--btn-font-weight);
        text-transform: var(--btn-text-transform);
        text-align: center;
        letter-spacing: var(--letter-spacing);
        line-height: var(--line-height);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: var(--btn-border-radius);
        border-style: var(--btn-border-style);
        border-width: var(--btn-border-width);
        min-width: 130px;
        max-width: 100%;
        transition: var(--anchor-transition);
        padding-top: var(--btn-padding-top);
        padding-bottom: var(--btn-padding-bottom);
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
        outline: none!important;
        box-shadow: var(--btn-box-shadow)!important;
        cursor: pointer;
    }

    .button-height {
        min-height: var(--btn-min-height);
    }

    .button-icon{
        padding-top: calc(var(--btn-padding-top) - 5px);
        padding-bottom:calc(var(--btn-padding-bottom) - 5px);
    }

    .button-icon .text{
        vertical-align: middle;
    }

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

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

    .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: var(--btn-2-border);
        color: var(--btn-2-color);
    }

    .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.button-4{
        background: var(--btn-4-bg);
        border-color: var(--btn-4-border);
        color: var(--btn-4-color);
    }

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

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

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

    .button.button-6 {
        color: var(--btn-6-color);
        border-color: transparent;
        background: var(--btn-6-bg);
        background-size: 200% auto;
        transition: 0.5s;
    }

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

    .button.button-7 {
        color: var(--btn-7-color);
        border-color: transparent;
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), var(--btn-7-border);
        background-origin: border-box;
        background-clip: content-box, border-box;
        box-shadow: 0px 1000px 0px var(--btn-7-bg) inset !important;
        transition: all 0.3s ease;
    }

    .button.button-8 {
        background: var(--btn-8-bg);
        color: var(--btn-8-color);
        position: relative;
        isolation: isolate;
        transition: color 0.3s ease;
    }

    .button.button-8::before{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: var(--btn-8-bg-hover);
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.3s ease;
    }

    .button.button-8:hover {
        color: var(--btn-8-color-hover);
    }

    .button.button-8:hover::before{
        transform: scaleX(1);
        transform-origin: left;
    }

    button[aria-disabled='true'],
    button:disabled,
    button[disabled],
    button.disabled,
    .button:disabled,
    .button[disabled],
    .button[aria-disabled='true'],
    .button.disabled {
        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;
    }

    @media (min-width: 1025px) {
        .button {
            font-size: var(--btn-font-size);
        }
    }
/* END: Button */

/* START: Link */
    .block-rich-text p {
        margin-block-start: var(--margin-b-s, 1em);
        margin-block-end: var(--margin-b-e, 1em);
    }
/* END: Link */

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

    .field-justify-between{
        justify-content: space-between;
    }

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

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

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

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

    input[type="checkbox"] + .form-label--checkbox:before{
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        border: 2px solid var(--form-label-checkbox-before-border);
        width: 16px;
        height: 16px;
        background-color: var(--form-label-checkbox-before-bg);
        border-radius: 3px;
        transform: translate(0, -50%);
    }

    input[type="checkbox"] + .form-label--checkbox:after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 3px;
        width: 11px;
        height: 11px;
        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: translate(0, -50%) scale(.9);
    }

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

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

    input[type="radio"] + .form-label--radio:before{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        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%;
        transform: translate(0, -50%);
    }

    input[type="radio"] + .form-label--radio:after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        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: translate(0, -50%) 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: translate(0, -50%) 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;
    }

    input[type="search"]::-webkit-search-cancel-button {
        display: none;
    }

    .form-input,
    .field__input{
        flex-grow: 1;
        display: block;
        width: 100%;
        height: auto;
        font-family: var(--font-body-family);
        font-size: var(--font-size);
        font-weight: var(--font-weight-normal);
        letter-spacing: var(--letter-spacing);
        line-height: var(--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: 17px 20px;
        margin: 0;
        overflow: hidden;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

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

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

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

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

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

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

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

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

    input.form-input-hiddenPlaceholder::placeholder,
    textarea.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;
        transform: unset;
    }

    .form-text{
        display: block;
        font-size: calc(var(--font-size) - 1px);
        font-weight: var(--font-weight-normal);
        line-height: var(--line-height);
        letter-spacing: var(--letter-spacing);
        color: var(--color-grey);
        margin: 17px 0 0 0;
    }

    .select__select{
        font-family: var(--font-body-family);
        font-size: var(--font-size);
        font-weight: var(--font-weight-normal);
        letter-spacing: var(--letter-spacing);
        line-height: var(--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: 18px 15px;
        box-shadow: 0 0 0 .1rem var(--form-input-border);
        border: 0;
        border-radius: 0;
        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;
    }

    .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-size);
        font-weight: var(--font-weight-normal);
        line-height: var(--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);
    }

    .form-field-group{
        font-size: 0;
        letter-spacing: 0;
        margin: 0 0 10px 0;
    }

    .form-field-group .form-field{
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .form-fieldInline{
        display: flex;
        flex-wrap: nowrap;
    }
/* END: Form */

/* START: Layout */
    .flex{
        display: flex;
    }

    .flex-wrap{
        flex-wrap: wrap;
    }

    .flex-all-1{
        flex: 1;
    }

    .justify-start {
        justify-content: flex-start;
    }

    .justify-end {
        justify-content: end;
    }

    .justify-center {
        justify-content: center !important;
    }

    .justify-between{
        justify-content: space-between;
    }

    .align-center{
        align-items: center;
    }

    .align-end{
        align-items: flex-end !important;
    }

    /* New */

    .w-100v {
        width: 100vw;
    }

    .h-100v {
        height: 100vh;
    }

    .pos-fixed {
        position: fixed;
    }

    .pos-relative {
        position: relative;
    }

    .pos-absolute {
        position: absolute;
    }

    .top-0 {
        top: 0;
    }

    .left-0 {
        left: 0;
    }

    .right-0 {
        right: 0;
    }

    .bottom-0 {
        bottom: 0;
    }

    [style*="--top"] {
        top: var(--top);
    }

    [style*="--left"] {
        left: var(--left);
    }

    [style*="--right"] {
        right: var(--right);
    }

    [style*="--bottom"] {
        bottom: var(--bottom);
    }

    .c-pointer {
        cursor: pointer;
    }

    .e-none {
        pointer-events: none;
    }

    .e-auto {
        pointer-events: auto;
    }

    .z-index-0 {
        z-index: 0;
    }

    .z-index-1 {
        z-index: 1;
    }

    .z-index-2 {
        z-index: 2;
    }

    .z-index-3 {
        z-index: 3;
    }

    .z-index-4 {
        z-index: 4;
    }

    .z-index-5 {
        z-index: 5;
    }

    .z-index-6 {
        z-index: 6;
    }

    .z-index-7 {
        z-index: 7;
    }

    .z-index-8 {
        z-index: 8;
    }

    .z-index-9 {
        z-index: 9;
    }

    .z-index-10 {
        z-index: 10;
    }

    .d-none {
        display: none;
    }

    .di-block {
        display: block;
    }

    .di-flex {
        display: flex;
    }

    .j-c-center {
        justify-content: center;
    }

    .j-c-between {
        justify-content: space-between;
    }

    .j-c-around {
        justify-content: space-around;
    }

    .j-c-evenly {
        justify-content: space-evenly;
    }

    .j-c-start {
        justify-content: flex-start;
    }

    .j-c-end {
        justify-content: flex-end;
    }

    .j-i-center {
        justify-items: center;
    }

    .j-s-start {
        justify-self: flex-start;
    }

    .j-s-end {
        justify-self: flex-end;
    }

    .j-s-center {
        justify-self: center;
    }

    .a-i-center {
        align-items: center;
    }

    .a-i-start {
        align-items: flex-start;
    }

    .a-i-end {
        align-items: flex-end;
    }

    .f-column {
        flex-direction: column;
    }

    .f-row {
        flex-direction: row;
    }

    .f-wrap {
        flex-wrap: wrap;
    }

    .f-row-reverse {
        flex-direction: row-reverse;
    }

    [style*="--m-t"] {
        margin-top: var(--m-t);
    }

    .w-s-normal {
        white-space: normal;
    }

    .o-h {
        overflow: hidden;
    }

/* END: Layout */

/* START: Dropdown Icon */
    .halo-icon-dropdown{
        display: block!important;
        position: absolute;
        top: 50%;
        right: 13px;
        transform: translateY(-50%);
        transition: var(--anchor-transition);
    }

    .halo-icon-dropdown:before{
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        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: center;
        background-size: cover;
    }

    body.dark-mode .halo-icon-dropdown:before {
        filter: invert(1);
    }
/* END: Dropdown Icon */

/* START: Preload-screen */
.preload-screen[loaded] {
    opacity: 0;
    visibility: hidden;
}

.u-p-load .preload-screen,
.preload-screen {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    transition: opacity 350ms ease, visibility 350ms ease;
}

.u-p-load.p-load .loading-bar {
    display: none;
}

/* Loading bar */
.loading-bar {
    display: block;
    width: 130px;
    height: 2px;
    border-radius: 2px;
    background-color: rgb(235, 235, 235);
}

.loading-bar:after {
    content: "";
    height: 100%;
    width: 68px;
    position: absolute;
    transform: translate(-34px);
    background-color: rgb(33, 35, 38);
    border-radius: 2px;
    animation: initial-loading 1.5s ease infinite;
}

/* Rolling */
.p-load .loading-logo {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
    transition: opacity 550ms ease, visibility 550ms ease, transform 550ms ease;
}

.u-p-load.p-load .loading-logo {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

body.dark-mode preload-screen .name {
    color: var(--color-black);
}

@keyframes initial-loading{
    0% {
        transform:translate(-3.4rem)
    } 50% {
        transform:translate(9.6rem)
    } to {
        transform:translate(-3.4rem)
    }
}
/* END: Preload-screen */

.gradient {
    color: var(--color-text);
    background: var(--color-background);
}

/* START: Page Header */
    .page-header{
        display: block;
        position: relative;
        font-family: var(--font-page-title-family);
        font-size: var(--page-title-mobile-font-size);
        font-weight: var(--page-title-font-weight);
        text-transform: var(--page-title-text-transform);
        letter-spacing: var(--letter-spacing);
        line-height: var(--line-height);
        color: var(--page-title-color);
        padding: 13px 0 24px 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .page-subheader{
        display: block;
        font-family: var(--font-page-title-family);
        font-size: calc(var(--font-size) + 2px);
        font-weight: var(--font-weight-bold);
        text-transform: var(--page-title-text-transform);
        letter-spacing: var(--letter-spacing);
        line-height: var(--line-height);
        position: relative;
        color: var(--color-text);
        padding: 0 0 17px 0;
        margin: 0;
    }

    .page-desc{
        font-size: calc(var(--font-size) + 2px);
        font-weight: var(--font-weight-normal);
        letter-spacing: var(--letter-spacing);
        line-height: var(--line-height);
        position: relative;
        color: var(--color-text);
        padding: 0 0 31px 0;
    }

    .breadcrumb + .page-header{
        padding-top: 0;
    }
/* END: Page Header */

/* START: Element Spacing */
    .element-spacing{
        padding-top: var(--spacing-top)!important;
        padding-bottom: var(--spacing-bottom)!important;
    }
/* END: Element Spacing */
    
/* START: Block */
    .halo-block{
        display: block;
        position: relative;
    }

    .halo-block-padding,
    .halo-page-padding{
        padding-top: var(--padding-top);
        padding-bottom: var(--padding-bottom);
    }

    .halo-block-gradient {
        background: var(--bg-color);
    }

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

    .halo-block-header.hasArrow-left{
        padding-right: 130px;
    }

    .halo-block-header.hasArrow-right{
        padding-left: 130px;
    }

    .halo-block-headerWapper{
        width: 100%;
        margin: 0 auto;
    }

    .container-full .halo-block-header{
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-full > .container .halo-block-header{
        padding-left: 0;
        padding-right: 0;
    }

    .halo-block-header .subtitle{
        display: block;
        font-size: var(--font-size);
        font-weight: var(--font-weight-bold);
        text-transform: uppercase;
        color: var(--color-text2);
        margin: 0 0 10px 0;
    }

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

    .halo-block-header .title svg{
        position: absolute;
        top: 50%;
        left: 13px;
        width: 30px;
        height: 30px;
        fill: var(--icon);
        stroke: transparent;
        transform: translateY(-50%);
    }

    .halo-block-header .title .text{
        display: inline-block;
        vertical-align: top;
        width: auto;
        position: relative;
        z-index: 2;
    }

    .halo-block-header .desc{
        display: block;
        font-size: var(--font-size);
        font-weight: var(--font-weight-bold);
        letter-spacing: var(--letter-spacing);
        line-height: var(--line-height);
        color: var(--color-text);
        margin: 20px 0 0 0;
    }

    .halo-block-header .desc .underline{
        text-decoration: underline;
        text-underline-offset: 0.3rem
    }

    .halo-block-header .button{
        max-width: 190px;
        margin: 13px auto 0 auto;
    }

    .halo-block-header .button.text-left{
        margin-left: 0;
    }

    .halo-block-header .button.text-right{
        margin-right: 0;
    }

    .halo-block-header.text-left .button{
        margin-left: 0;
    }

    .halo-block-header.text-right .button{
        margin-right: 0;
    }

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

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

    .halo-block-content--border{
        border-bottom: 1px solid #d6d6d6;
    }

    .halo-block-content--loading .loading{
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 26px;
        font-family: var(--font-body-family);
        font-weight: var(--font-weight-medium);
        color: #505050;
        box-sizing: border-box;
        text-shadow: 0 0 2px var(--bg-white),0 0 1px var(--bg-white),0 0 1px var(--bg-white);
        letter-spacing: 2px;
        transform: translate(-50%,-50%);
        opacity: .6;
    }

    /* .halo-block-content--loading .loading:after{
        content: attr(data-title);
        position: absolute;
        left: 0;
        top: 0;
        color: var(--color-white);
        width: 100%;
        height: 100%;
        overflow: hidden;
        box-sizing: border-box;
        animation: halo-animateloader .8s linear infinite;
    } */

    .halo-block:not(.ajax-loaded) .halo-block-content--loading > .loading{
        display: block;
    }

    .halo-block:not(.ajax-loaded) .halo-block-content--loading > *:not(.loading){
        opacity: 0!important;
    }

    .halo-block-background{
        display: none;
        background: var(--bg-block);
    }

    .halo-block-footer{
        margin: 50px 0 0 0;
    }

    .halo-block-footer .button{
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .halo-block.has-dots .halo-block-footer{
        padding-top: 30px;
    }

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

    .halo-product-block .products-carousel.col-slim{
        margin-left: -8px;
        margin-right: -8px;
    }

    .halo-custom-product-banner-2 .products-carousel {
        margin-left: 0!important;
        margin-right: 0!important;
    }

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

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

    .halo-custom-product-banner-2 .products-carousel .product{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .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,
    .halo-product-block .products-carousel.column-1:not(.slick-initialized) > .product{
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .halo-block .halo-row{
        font-size: 0;
        letter-spacing: 0;
        margin: 0 -8px;
    }

    .halo-block .halo-row--swipe{
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 0 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .halo-block .container-full .halo-row--swipe{
        padding-left: 0;
    }

    .halo-block .halo-row .halo-row-item{
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 8px;
        margin: 15px 0 0 0;
    }

    .halo-block .halo-row--swipe .halo-row-item{
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        margin-right: 15px;
        white-space: normal;
        width: auto;
    }

    .halo-block .halo-row--no-distance.halo-row--swipe .halo-row-item{
        margin-right: 0;
    }

    .halo-block .container-full .halo-row--swipe .halo-row-item:last-child{
        margin-right: 0;
    }

    .halo-block .halo-row--swipe .banner-item{
        width: 300px;
    }

    .halo-icon-with-text .halo-row--swipe .banner-item {
        width: 340px;
    }

    .featured-brand.style-2 .halo-row--swipe .brands-item{
        width: 200px;
    }

    .halo-block .halo-row.style-2{
        margin-left: 0;
        margin-right: 0;
        padding-left: 0!important;
    }

    .halo-block .halo-row.style-2 .halo-row-item{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .halo-block .halo-row.style-2 .halo-row-item:last-child{
        margin-right: 0;
    }

    .halo-block .halo-row.column-1{
        padding-left: 0;
    }

    .halo-block .halo-row.column-1 .halo-row-item{
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .halo-block .halo-row.column-1 .banner-item{
        width: 100%;
    }

    .halo-block .halo-row--fixed{
        font-size: 0;
        letter-spacing: 0;
        margin: 0 -8px;
    }

    .halo-block .halo-row--fixed .halo-row-item{
        display: inline-block;
        vertical-align: top;
        width: calc(100% + 16px);
        padding: 0 8px;
        margin: 0 -8px;
    }

    .halo-block .halo-row--fixed .item{
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 0 8px;
    }

    .halo-block .halo-row--fixed .item + .item,
    .halo-block .halo-row--fixed + .halo-row--fixed{
        margin-top: 15px;
    }

    .halo-block .halo-row--fixed .halo-row-itemFirst,
    .halo-block .halo-row--fixed .halo-item-wrapperFirst,
    .halo-block .halo-row--fixed.style-2 .halo-item-wrapperFirst .halo-row-itemFirst{
        margin-top: 0;
        margin-bottom: 15px;
    }

    .halo-block .halo-row--fixed.style-2 .halo-row-itemSecond,
    .halo-block .halo-row--fixed.style-2 .halo-item-wrapperSecond{
        order: -1;
    }

    .halo-block.fixed-banner-5 .halo-row--fixed .halo-row-itemSecond .item{
        height: 100%!important;
    }

    .halo-block .halo-items-2{
        font-size: 0;
        letter-spacing: 0;
    }

    .halo-block .halo-items .halo-item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
    }

    .halo-block .halo-items-2 .halo-item{
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin-bottom: 0;
    }

    .halo-block .halo-items .item{
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .halo-block .halo-items .item + .item,
    .halo-block .halo-items .halo-item + .halo-item{
        margin-top: 30px;
    }

    .halo-block--customSlider .halo-row,
    .halo-block--customSlider .products-carousel{
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .halo-block--customSlider .slick-list{
        padding-left: 8px;
        padding-right: 8px;
    }

    .halo-block--customSlider .halo-cus--arrow .slick-prev{
        left: 15px;
    }

    .halo-block--customSlider .halo-cus--arrow .slick-next{
        right: 15px;
    }
/* END: Block */

/* START: Collage */
    .halo-grid{
        display: grid;
    }

    .halo-grid-item > * {
        width: 100%;
    }

    .halo-grid-item .banner-item,
    .halo-grid-item .img-box,
    .halo-grid-item .image{
        height: 100%;
    }

    .grid-wrapper .halo-grid-item .banner-item,
    .grid-wrapper .halo-grid-item .img-box,
    .grid-wrapper .halo-grid-item .image{
        height: auto;
    }
/* END: Collage */

/* START: Panel */
    .halo-panel-carousel:not(.slick-initialized){
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
        letter-spacing: 0;
    }

    .halo-panel-carousel .halo-panel-item{
        position: relative;
    }

    .halo-panel-carousel:not(.slick-initialized) > .halo-panel-item{
        display: inline-block;
        vertical-align: top;
        width: 100%;
        white-space: normal;
    }

/* END: Panel */

/* START: Masonry */
    .masonry-row{
        font-size: 0;
        letter-spacing: 0;
    }

    .masonry-row .masonry-item{
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .masonry-row .item{
        position: relative;
        overflow: hidden;
    }
/* END: Masonry */

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

    .accordion summary{
        display: flex;
        position: relative;
        line-height: 1;
        padding: 1.5rem 0;
    }

    .accordion details[open]>summary .icon-caret{
        transform: rotate(180deg);
    }

    .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;
    }
/* END: Base Details Summary */

/* 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!important;
    }

    .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 {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        background: var(--color-global-bg);
    }
/* END: Component Modal */

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

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

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

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

    .halo-block .container-full .slick-prev{
        left: 15px;
    }

    .halo-block .container-full .slick-next{
        right: 15px;
    }

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

    .slick-arrow.slick-arrow--circle{
        width: 40px;
        height: 40px;
        padding: 10px;
        border-radius: 50%;
        background-color: var(--bg-white);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    }

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

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

    .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: auto;
        margin: 0 7px;
        position: relative;
        border-radius: 50%;
    }

    .slick-dots li button {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        border-radius: 50%;
        border: 1px solid var(--icon);
        background: transparent;
        line-height: 1;
        font-size: 0;
        letter-spacing: 0;
        width: 12px;
        height: 12px;
        cursor: pointer;
        transition: var(--anchor-transition);
        padding: 0;
    }

    .slick-dots li.slick-active button {
        background: var(--icon);
    }

    .halo-slider-progress .slick-dots {
        display: none !important;
    }

    .slick-slider.slick-dotted{
        margin-bottom: 30px;
    }

    div.slick-slider{
        min-width: 100%;
    }

    body.dark-mode .slick-arrow.slick-arrow--circle{
        background-color: var(--bg-black);
        box-shadow: 0px 3px 15px 0px rgba(255, 255, 255, 0.2);
    }

    @media (min-width: 1025px) {
        .icon-arrow-effect--bis {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            padding: 16px;
        }

        .slick-arrow.slick-prev .icon-arrow-effect--bis {
            transform: translateX(10px);
        }

        .slick-arrow.slick-next .icon-arrow-effect--bis {
            transform: translateX(-10px);
        }

        .slick-arrow.slick-prev:hover .icon-arrow-effect,
        .slick-arrow.slick-next:hover .icon-arrow-effect--bis {
            animation: fx-arrow-prev 0.3s ease-out;
        }

        .slick-arrow.slick-prev:hover .icon-arrow-effect--bis,
        .slick-arrow.slick-next:hover .icon-arrow-effect {
            animation: fx-arrow-next 0.3s ease-out;
        }

        .slick-arrow.slick-prev:hover .icon-arrow-effect--bis,
        .slick-arrow.slick-next:hover .icon-arrow-effect--bis {
            animation-direction: reverse;
        }

        @keyframes fx-arrow-prev {
            0% {
                transform: translateX(0);
                opacity: 1;
                visibility: visible;
            }
            100% {
                transform: translateX(-10px);
                opacity: 0;
                visibility: hidden;
            }
        }

        @keyframes fx-arrow-next {
            0% {
                transform: translateX(0);
                opacity: 1;
                visibility: visible;
            }
            100% {
                transform: translateX(10px);
                opacity: 0;
                visibility: hidden;
            }
        }
    }
/* END: Slick */

/* START: Popup */
    .halo-popup{
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        height: auto;
        z-index: 999;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        max-width: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        border-radius: var(--image-border);
        background-color: var(--color-global-bg);
        box-shadow: 0px 6px 27px 0px rgb(0, 0, 0, 0.2);
        transition: transform var(--duration-long) ease, visibility var(--duration-long) ease;
        webkit-transition: all var(--duration-long) ease;
        transition: all var(--duration-long) ease;
        transform: translate3d(calc(-50% - 10px), -50%, 0);
    }

    .halo-popup-topDown{
        top: 0;
        transform: translate3d(-50%,-10px,0);
    }

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

    .halo-popup-banner-2{
        display: block!important;
    }

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

    .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: 17px;
        right: 17px;
        width: 22px;
        height: 22px;
        line-height: 1;
        font-size: 0;
        letter-spacing: 0;
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        appearance: none;
    }

    .halo-auth-popup .halo-popup-close{
       right: 19px; 
    }

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

    .halo-popup-banner .halo-popup-close svg{
        fill: var(--bg-white);
    }

    .halo-popup-title{
        font-size: var(--header-mobile-font-size);
        font-weight: var(--header-font-weight);
        text-transform: var(--header-text-transform);
        overflow: hidden;
        white-space: normal;
        margin-top: 0;
        margin-bottom: 0;
    }

    .halo-popup-desc{
        display: block;
        font-size: calc(var(--font-size) - 1px);
        font-weight: var(--font-weight-normal);
        line-height: var(--line-height);
        letter-spacing: var(--letter-spacing);
        padding: 2px 0 9px 0;
        color: var(--color-text2);
    }

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

    .halo-popup-scroll-x{
        overflow-x: auto;
    }

    .customPopup-banner{
        height: auto;
        max-height: calc(100vh - 25px);
    }

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

    .customPopup-close{
        top: 10px;
        right: 10px;
        width: 14px;
        height: 14px;
    }

    .customPopup-title{
        font-size: calc(var(--font-size) + 8px);
        font-weight: var(--font-weight-bold);
    }

    .halo-recently-viewed-popup{
        overflow: initial;
        top: 50%;
        left: auto;
        right: 0;
        transform: translate3d(20px,-50%,0);
        width: 40px;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
        z-index: 100;
        border-radius: 0!important;
    }
/* END: Popup */

/* START: Modal */
    .halo-modal {
        display: block;
        position: fixed;
        opacity: 0;
        z-index: -1;
        margin: 0 auto;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        height: 100%;
        /*transition: opacity var(--duration-long) ease;*/
        box-sizing: border-box;
    }

    .halo-modal__dialog{
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        width: 100%;
        height: auto;
        border-radius: var(--image-border);
        background-color: var(--color-global-bg);
        overflow-y: auto;
        max-width: 100%;
        transition: transform var(--duration-long) ease;
        box-shadow: 0px 6px 27px 0px rgb(0, 0, 0, 0.2);
        transform: translate3d(calc(-50% - 10px), -50%, 0);
    }

    .halo-modal__topDown .halo-modal__dialog{
        top: 0;
        transform: translate3d(-50%,-10px,0);
    }

    .halo-modal__leftRight .halo-modal__dialog{
        transform: translate3d(calc(-50% - 10px),-50%,0);
    }

    .halo-modal-header{
        position: relative;
        padding: 5px 30px;
        border-bottom: 1px solid #c7c7c7;
    }

    .halo-modal-close{
        display: block;
        position: absolute;
        top: 50%;
        padding: 0;
        right: 15px;
        width: 20px;
        height: 20px;
        line-height: 1;
        font-size: 0;
        letter-spacing: 0;
        transform: translate(0, -50%);
        background: transparent;
        appearance: none;
        border: none;
        cursor: pointer;
    }

    .halo-modal-close svg{
        color: var(--icon);
        width: 100%;
        height: 100%;
        fill: currentColor;
        stroke: transparent;
    }

    .halo-modal-title{
        font-size: min(30px, var(--font-size));
        font-weight: var(--font-weight-normal);
        color: var(--color-text);
        overflow: hidden;
        white-space: normal;
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px;
    }

    .halo-modal-contentWrapper{
        position: relative;
        padding: 30px;
    }

    .halo-modal[open] {
        opacity: 1;
        z-index: 101;
    }

    .halo-modal__topDown[open] .halo-modal__dialog {
        transform: translate3d(-50%,0,0);
    }

    .halo-modal__leftRight[open] .halo-modal__dialog {
        transform: translate3d(-50%,-50%,0);
    }
/* END: Modal */

/* START: Sidebar */
    .halo-sidebar{
        position: fixed;
        top: 0;
        bottom: 0;
        padding: 0;
        height: 100%;
        z-index: 101;
        max-width: calc(100% - 40px);
        width: 100%;
        opacity: 1;
        visibility: visible;
        transition: transform .3s;
        background-color: var(--color-global-bg);
    }

    .halo-sidebar-header{
        position: relative;
        padding: 8px 20px;
        background-color: #f9f9f9;
    }

    .halo-sidebar-header .title{
        display: block;
        font-size: calc(var(--font-size) - 2px);
        font-weight: var(--font-weight-bold);
        letter-spacing: var(--letter-spacing);
        line-height: var(--line-height);
        color: var(--color-text);
        text-transform: var(--header-text-transform);
    }

    .halo-sidebar-header .close{
        position: absolute;
        top: 6px;
        right: 16px;
    }

    .halo-sidebar-header .close svg{
        display: block;
        width: 23px;
        height: 23px;
        fill: var(--icon);
        stroke: transparent;
    }

    .halo-sidebar-header.style-2{
        padding-top: 16px;
        padding-bottom: 0;
        background-color: transparent;
    }

    .halo-sidebar-header.style-2 .title{
        font-family: var(--font-heading-family);
        font-size: var(--header-mobile-font-size);
        font-weight: var(--header-font-weight);
    }

    .halo-sidebar-close{
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        z-index: 10;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        pointer-events: auto;
        background-color: var(--bg-black);
        padding: 0;
        border: 0;
    }

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

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

    .halo-sidebar.halo-sidebar-left{
        left: 0;
        transform: translate3d(calc(-102% - 40px),0,0);
    }

    .halo-sidebar.halo-sidebar-right{
        right: 0;
        transform: translate3d(calc(102% + 40px),0,0);
    }

    .halo-sidebar.halo-sidebar-left .halo-sidebar-close{
        right: -40px;
    }

    .halo-sidebar.halo-sidebar-right .halo-sidebar-close{
        left: -40px;
    }

    body.dark-mode .halo-sidebar-header {
        background-color: #121212;
    }

    body.dark-mode .halo-sidebar-close{
        background-color: var(--bg-white);
        border: 1px solid;
    }

    body.dark-mode .halo-sidebar-close svg{
        fill: var(--color-black);
    }
/* END:  Sidebar */

/* START: Alert */
    .alertBox{
        font-size: var(--font-size);
        font-weight: var(--font-weight-normal);
        line-height: var(--line-height);
        letter-spacing: var(--letter-spacing);
        padding: 13px 15px;
    }

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

    .alertBox svg{
        position: relative;
        top: -2px;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        stroke: transparent;
    }

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

    .alertBox.alertBox--success svg{
        fill: var(--color-success);
    }

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

    .alertBox.alertBox--error svg{
        fill: var(--color-error);
    }

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

    .alertBox.alertBox--info svg{
        fill: var(--color-info);
        position: relative;
        top: 1px;
    }
/* END: Alert */

/* START: Product Grid */
    .products-grid{
        font-size: 0;
        letter-spacing: 0;
        margin: 0 -10px;
        text-align: left;
    }

    .products-grid.col-slim{
        margin-left: -8px;
        margin-right: -8px;
    }

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

    .products-grid.col-slim .product{
        padding-left: 8px;
        padding-right: 8px;
    }

    .products-grid .product:first-child{
        margin-top: 0;
    }

    .products-grid .product.shuffle-item{
        margin-top: 0!important;
        margin-bottom: 20px;
    }

    .products-grid.is-empty{
        margin-left: 0;
        margin-right: 0;
    }
/* END: Product Grid */

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

    .products-scroll{
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 15px 0;
        margin: 0 0 -5px 0;
        white-space: nowrap;
        font-size: 0;
        letter-spacing: 0;
        /*user-select: none;
        touch-action: pan-y;
        box-sizing: border-box;
        will-change: transform;*/
        /* touch-action: pan-y; */
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        overscroll-behavior-x: none;
    }

    .products-scroll .product{
        margin: 0 15px 0 0;
        white-space: normal;
        width: calc(50% + 30px);
        padding-left: 0;
        padding-right: 0;
        /*touch-action: pan-y;*/
        scroll-snap-align: end;
    }

    .products-scroll .product:last-child{
        margin-right: 0!important;
    }

    .products-scroll::-webkit-scrollbar{
        height: 5px;
    }

    .products-scroll::-webkit-scrollbar-track {
        background-color: #bfbfbf;
    }

    .products-scroll::-webkit-scrollbar-thumb {
        background-color: #000000;
    }

    .products-scroll.active > div{
        pointer-events: none!important;
    }

    .products-scroll.active .product-item{
        pointer-events: auto!important;
    }

    body.dark-mode .products-scroll::-webkit-scrollbar-track {
        background-color: #484848;
    }

    body.dark-mode .products-scroll::-webkit-scrollbar-thumb {
        background-color: #ffffff;
    }
/* END: Product Scroll */

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

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

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

    .halo-product-tabs .product-infinite-scroll{
        margin-top: 40px!important;
    }

    .halo-product-tabs-2 .product-infinite-scroll{
        margin-top: 0!important;
    }

    .product-tabs-arrow .arrows {
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
    }

    .product-tabs-arrow .arrows.active {
        opacity: 1;
        visibility: visible;
    }
/* END: Infinite Scroll */

/* START: Challenge Page reCaptcha */
    .shopify-challenge__container{
        max-width: 500px;
        margin: auto;
        min-height: 500px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    
    .shopify-challenge__container .shopify-challenge__button {
        display: block;
        width: 100%;
        font-family: var(--btn-font-name);
        font-size: var(--btn-font-size);
        font-weight: var(--btn-font-weight);
        text-transform: var(--btn-text-transform);
        text-align: center;
        letter-spacing: var(--letter-spacing);
        line-height: var(--line-height);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: var(--btn-border-radius);
        border-style: var(--btn-border-style);
        border-width: var(--btn-border-width);
        min-width: 130px;
        max-width: 300px;
        transition: var(--anchor-transition);
        padding-top: var(--btn-padding-top);
        padding-bottom: var(--btn-padding-bottom);
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
        outline: 0!important;
        box-shadow: none!important;
        cursor: pointer;
        background-color: var(--product-action-bg);
        color: var(--product-action-color);
        border-color: var(--product-action-border);
        margin-top: 30px;
    }
/* END: Challenge Page reCaptcha*/

/* START: Global Checkbox */
    .global-checkbox{
        display: block;
    }

    .global-checkbox--label {
        text-transform: inherit;
    }

    .global-checkbox--label p{
        margin-top: 0;
        margin-bottom: 0;
    }

    .global-checkbox--label a{
        color: inherit!important;
        font-size: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-transform: inherit;
        text-decoration: underline;
        text-underline-offset: 0.3rem;
    }
/* END: Global Checkbox*/

/* START: Image behavior */
    .animate--fixed {
        clip-path: inset(0);
    }

    .animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
    .animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
        position: fixed;
        height: 100vh;
    }

@media (prefers-reduced-motion: no-preference) {
    .animate--ambient > img,
    .animate--ambient > svg {
        animation: animateAmbient 30s linear infinite !important;
    }
}
/* END: Image behavior */

/* Responsive */
@media (max-width: 1024px){
	body .crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl .cc-nsge {
		bottom: 75px!important;
	}

    /* START: Layout */
        .d-none-mw-l {
            display: none;
        }
    /* END: Layout */

    /* START: Container */
        .container-no-padding{
            padding-left: 0;
            padding-right: 0;
        }

        .halo-block--customScroll .container.container-full{
            padding-left: 15px;
            padding-right: 15px;
        }
    /* END: Container */

    /* START: Element Spacing */
        .element-spacing{
            padding-top: var(--spacing-top-tablet)!important;
            padding-bottom: var(--spacing-bottom-tablet)!important;
        }
    /* END: Element Spacing */

    /* START: Block */
        .halo-block-padding,
        .halo-page-padding{
            padding-top: var(--padding-top-tablet);
            padding-bottom: var(--padding-bottom-tablet);
        }

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

        .halo-block .halo-row.column-1{
            margin-left: -15px;
            margin-right: -15px;
        }

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

        .halo-block .halo-row-carousel--mobile .halo-row-item{
            margin-top: 0!important;
        }

        .halo-block .halo-row-carousel--mobile:not(.slick-initialized){
            white-space: nowrap;
            overflow: hidden;
            font-size: 0;
            letter-spacing: 0;
        }
    /* END: Block */

    /* 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 */
}

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

    /* START: Popup */
        .halo-popup-title{
            padding: 0 15px;
        }
    /* END: Popup */
}

@media (max-width: 767px){
    /* START: Block */
        .halo-block .halo-row--grid .halo-row-item,
        .halo-block .halo-row-carousel--mobile:not(.slick-initialized) .halo-row-item{
            width: 50%;
        }

        .halo-block .halo-row-carousel--mobile.column-1:not(.slick-initialized) .halo-row-item{
            width: 100%;
        }
    /* END: Block */

    /* START: Collage */
        .halo-grid {
            grid-column-gap: 15px;
            grid-row-gap: 15px;
        }

        .halo-grid.halo-grid--collage{
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .halo-grid.column-2.halo-grid--collage{
            grid-template-columns: repeat(1, minmax(0, 1fr));
            grid-column-gap: 0;
            grid-row-gap: 0;
        }

        .halo-grid--collage .halo-grid-itemLeft:nth-child(3n - 2) {
            grid-column: span 2;
        }

        .halo-grid--collage .halo-grid-itemLeft:nth-child(3n - 2):nth-last-child(2) {
            grid-column: span 1;
        }

        .halo-grid--collage .halo-grid-itemLeft:nth-child(3n) {
            grid-column-start: 2;
        }

        .halo-grid--collage .halo-grid-itemRight:nth-child(3n - 2) {
            grid-column-start: 1;
        }

        .halo-grid--collage .halo-grid-itemRight:nth-child(3n - 2):last-child {
            grid-column: span 2;
        }

        .halo-grid--collage .halo-grid-itemRight:nth-child(3n - 1) {
            grid-column-start: 2;
        }

        .halo-grid--collage .halo-grid-itemRight:nth-child(3n) {
            grid-column: 1 / span 2;
        }
    /* END: Collage */
}

@media (max-width: 550px){
    .mb-visibility-hidden {
        visibility: hidden!important;
    }

    /* START: Product Grid */
        .products-grid.grid .grid__item{
            width: calc(50% - 3.75rem/2)!important;
        }
    /* END: Product Grid */

    /* START: Element Spacing */
        .element-spacing{
            padding-top: var(--spacing-top-mobile)!important;
            padding-bottom: var(--spacing-bottom-mobile)!important;
        }
    /* END: Element Spacing */

    /* START: Block */
        .halo-block-padding,
        .halo-page-padding{
            padding-top: var(--padding-top-mobile);
            padding-bottom: var(--padding-bottom-mobile);
        }

        .halo-block .halo-row--grid .halo-row-item,
        .halo-block .halo-row-carousel--mobile:not(.slick-initialized) .halo-row-item{
            width: 100%;
        }

        .halo-block .halo-row--grid .halo-row-item + .halo-row-item{
            margin-top: 15px!important;
        }

        .halo-block .halo-row--no-distance .halo-row-item + .halo-row-item{
            margin-top: 0!important;
        }

        .halo-block .halo-row--swipe{
            padding-bottom: 5px;
        }

        .halo-block .container-no-padding .halo-block-header{
            padding-left: 15px;
            padding-right: 15px;
        }
    /* END: Block */
}

@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,
        .products-grid.column-6 .product,
        .products-grid.column-7 .product,
        .products-grid.column-8 .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),
        .products-grid.column-6 .product:nth-child(-n + 2),
        .products-grid.column-7 .product:nth-child(-n + 2),
        .products-grid.column-8 .product:nth-child(-n + 2){
            margin-top: 0;
        }
    /* END: Product Grid */
}

@media (min-width: 375px){
    /* START: Block */
        .halo-product-block .products-carousel .product,
        .halo-product-block .products-carousel.col-slim .product{
            padding-left: 8px;
            padding-right: 8px;
        }

        .halo-product-block .products-carousel:not(.slick-initialized) > .product,
        .halo-product-block .products-carousel.column-2:not(.slick-initialized) > .product{
            width: 50%;
        }
    /* END: Block */
}

@media (min-width: 551px){
    /* START: Popup */
        .halo-popup-header{
            padding-top: 3px;
        }

        .halo-popup-title{
            font-size: calc(var(--font-size) + 14px);
        }

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

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

        .halo-recently-viewed-popup {
            right: 0px;
        }
    /* END: Popup */

    /* START: Modal */
        .halo-modal-title{
            font-size: min(40px, var(--header-font-size));
            font-weight: var(--header-font-weight);
            text-transform: var(--header-text-transform);
        }
    /* END: Modal */

    /* START: Sidebar */
        .halo-sidebar{
            max-width: 470px;
        }

        .halo-sidebar-header.style-2 .title{
            font-size: calc(var(--font-size) + 14px);
        }
    /* END: Sidebar */

    /* START: Block */
        .halo-block-header .title{
            font-size: var(--header-sm-tablet-font-size);
        }

        .halo-block .halo-row.column-2{
            margin-left: -8px;
            margin-right: -8px;
            padding-left: 0;
        }

        .halo-block .halo-row--swipe.column-2{
            margin-left: 0;
            margin-right: 0;
            padding-left: 15px;
        }

        .halo-block .halo-row.column-2 .halo-row-item{
            width: 50%;
            margin-top: 0;
            margin-right: 0;
            padding-left: 8px;
            padding-right: 8px;
        }

        .halo-block .halo-row--swipe.column-2 .halo-row-item{
            margin-right: 15px;
            padding-left: 0;
            padding-right: 0;
        }

        .halo-block .halo-row.column-2 .banner-item{
            width: 100%;
        }

        .halo-block .halo-row.halo-row--no-distance{
            padding: 0!important;
            margin: 0!important;
        }

        .halo-block .halo-row.halo-row--no-distance .halo-row-item{
            padding-left: 0px!important;
            padding-right: 0px!important;
            margin-top: 0px!important;
        }
    /* END: Block */

    /* START: Masonry */
        .masonry-row{
            margin-left: -8px;
            margin-right: -8px;
        }

        .masonry-row .masonry-item{
            width: 50%;
            padding-left: 8px;
            padding-right: 8px;
        }

        .masonry-row.masonry--strait{
            margin-left: -3px;
            margin-right: -3px;
        }

        .masonry-row.masonry--strait .masonry-item{
            padding-left: 3px;
            padding-right: 3px;
            margin-bottom: 6px;
        }
    /* END: Masonry */

    /* START: Page Header */
        .page-header{
            font-size: var(--page-title-font-size);
        }
    /* END: Page Header */
}

@media (min-width: 551px) and (max-width: 767px){
    /* START: Block */
        .halo-block .halo-row--grid .halo-row-item:nth-child(-n+2){
            margin-top: 0!important;
        }
    /* END: Block */
}

@media (min-width: 551px) and (max-width: 991px){
    /* START: Block */
        .halo-block .halo-row--fixed .halo-row-itemSecond .item,
        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-itemFirst .item{
            width: 50%;
        }

        .halo-block .halo-row--fixed .halo-row-itemSecond .item + .item,
        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-itemFirst .item + .item{
            margin-top: 0;
        }

        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-itemSecond .item{
            width: 100%;
        }

        .halo-block .halo-row--fixed .halo-item-wrapperSecond .halo-row-item{
            width: calc((100%/3) + 16px);
        }
    /* END: Block */
}

@media (min-width: 551px) and (max-width: 1024px) {
    /* START: Block */
        .halo-block .halo-row--grid.halo-row--wide{
            margin-left: -15px;
            margin-right: -15px;
        }

        .halo-block .halo-row--grid.halo-row--expand{
            margin-left: -20px;
            margin-right: -20px;
        }

        .halo-block .halo-row--grid.halo-row--expand .halo-row-item{
            margin-top: 40px;
            padding-left: 20px;
            padding-right: 20px;
        }

        .halo-block .halo-row--grid.halo-row--wide .halo-row-item{
            margin-top: 30px;
            padding-left: 15px;
            padding-right: 15px;
        }
    /* END: Block */
}

@media (min-width: 768px){
    /* START: Form */
        .form-field-group{
            margin-left: -10px;
            margin-right: -10px;
            margin-bottom: 0;
        }

        .form-field-group .form-field{
            width: 50%;
            padding-left: 10px;
            padding-right: 10px;
            margin-bottom: 15px;
        }
    /* END: Form */

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

    /* START: Modal */
        .halo-modal__dialog{
            max-width: 720px;
        }
    /* END: Modal */

    /* START: Panel */
        .halo-panel-carousel.column-2{
            margin-left: -10px;
            margin-right: -10px;
        }

        .halo-panel-carousel.column-2 .halo-panel-item{
            padding-left: 10px;
            padding-right: 10px;
        }

        .halo-panel-carousel.column-2:not(.slick-initialized) > .halo-panel-item{
            width: 50%;
        }
    /* END: Panel */

    /* 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,
        .products-grid.column-6 .product,
        .products-grid.column-7 .product,
        .products-grid.column-8 .product{
            width: 33.3333333%;
            margin-top: 30px;
        }

        .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),
        .products-grid.column-6 .product:nth-child(-n + 3),
        .products-grid.column-7 .product:nth-child(-n + 3),
        .products-grid.column-8 .product:nth-child(-n + 3){
            margin-top: 0;
        }
    /* END: Product Grid */

    /* START: Product Scroll */
        .products-scroll .product{
            width: calc(33.333333% + 30px);
        }
    /* END: Product Scroll */

    /* START: Block */
        .halo-block-header .title{
            font-size: var(--header-tablet-font-size);
        }

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

        .halo-block .halo-items .halo-item{
            flex-wrap: nowrap;
        }

        .halo-block .halo-items .item{
            width: 50%;
        }

        .halo-block .halo-items .item-first,
        .halo-block.layout-2 .halo-items .item-first{
            padding-right: 15px;
        }

        .halo-block .halo-items .item-second,
        .halo-block.layout-2 .halo-items .item-second{
            padding-left: 15px;
        }

        .halo-block .halo-items .halo-item--even .item-first,
        .halo-block.layout-2 .halo-items .halo-item--even .item-first{
            padding-left: 15px;
            padding-right: 0;
        }

        .halo-block .halo-items .halo-item--even .item-second,
        .halo-block.layout-2 .halo-items .halo-item--even .item-second{
            order: -1;
            padding-left: 0;
            padding-right: 15px;
        }

        .halo-block .halo-items .item + .item{
            margin-top: 0;
        }

        .halo-block .halo-items .halo-item + .halo-item{
            margin-top: 60px;
        }
    /* END: Block */

    /* START: Collage */
        .halo-grid {
            grid-auto-flow: column;
            grid-column-gap: 15px;
            grid-row-gap: 15px;
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .halo-grid-row{
            display: grid;
            grid-column-gap: 15px;
            grid-row-gap: 15px;
            grid-template-columns: repeat(1, minmax(0, 1fr));
        }

        .halo-grid.column-2{
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .halo-grid.halo-grid--strait,
        .halo-grid.halo-grid--strait .halo-grid-row{
            grid-column-gap: 10px;
            grid-row-gap: 10px;
        }
    /* END: Collage */
}

@media (min-width: 768px) and (max-width: 1024px){
    /* START: Block */
        .halo-block .halo-row--grid .halo-row-item,
        .halo-block .halo-row-carousel--mobile:not(.slick-initialized) .halo-row-item{
            width: 33.33333333%;
        }

        .halo-block .halo-row-carousel--mobile.column-2:not(.slick-initialized) .halo-row-item{
            width: 50%;
        }

        .halo-block .halo-row-carousel--mobile.column-1:not(.slick-initialized) .halo-row-item{
            width: 100%;
        }

        .halo-block .halo-row--grid .halo-row-item:nth-child(-n+3){
            margin-top: 0!important;
        }
    /* END: Block */
}

@media (min-width: 992px){
    /* START: Block */
        .halo-block-headerWapper{
            max-width: 270px;
        }

        .halo-block-headerWapper.text-left{
            margin-left: 0;
            margin-right: auto;
        }

        .halo-block-headerWapper.text-right{
            margin-left: auto;
            margin-right: 0;
        }

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

        .halo-block .halo-row--swipe .banner-item--large{
            width: 400px;
        }

        .halo-block .halo-row--fixed{
            display: flex;
            flex-wrap: nowrap;
        }

        .halo-block .halo-row--fixed.style-2{
            flex-wrap: wrap;
        }

        .halo-block .halo-row--fixed .halo-row-item{
            margin-left: 0;
            margin-right: 0;
        }

        .halo-block .halo-row--fixed .halo-row-itemFirst,
        .halo-block .halo-row--fixed .halo-item-wrapperFirst{
            width: calc(100% - 440px);
            margin-top: 0!important;
            margin-bottom: 0;
        }

        .halo-block .halo-row--fixed .halo-row-itemSecond,
        .halo-block .halo-row--fixed .halo-item-wrapperSecond{
            width: 440px;
        }

        .halo-block.fixed-banner-5 .halo-row--fixed .halo-row-itemFirst,
        .halo-block.fixed-banner-5 .halo-row--fixed .halo-item-wrapperFirst{
            width: calc(100% - 470px);
        }

        .halo-block.fixed-banner-5 .halo-row--fixed .halo-row-itemSecond,
        .halo-block.fixed-banner-5 .halo-row--fixed .halo-item-wrapperSecond{
            width: 470px;
        }

        .halo-block .halo-row--fixed .item{
            padding-left: 0;
            padding-right: 0;
        }

        .halo-block .halo-row--fixed .halo-row-itemFirst .item,
        .halo-block .halo-row--fixed .img-box,
        .halo-block .halo-row--fixed .image{
            height: 100%;
        }

        .halo-block .halo-row--fixed .halo-row-itemSecond .item{
            height: calc(50% - 8px);
        }

        .halo-block .halo-row--fixed .halo-item-wrapper{
            display: inline-block;
            vertical-align: top;
            overflow: hidden;
        }

        .halo-block .halo-row--fixed .halo-item-wrapper .halo-row-item{
            width: 100%;
        }

        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-item{
            padding-left: 8px;
            padding-right: 8px;
        }

        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-itemFirst{
            height: calc(33.3333333% - 8px);
        }

        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-itemSecond{
            margin-top: 15px;
            height: calc(66.6666666% - 8px);
        }

        .halo-block .halo-row--fixed .halo-item-wrapperSecond .halo-row-item{
            height: calc(33.3333333% - 8px);
        }

        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-itemFirst .item{
            width: 50%;
            margin-top: 0;
            margin-bottom: 15px;
        }

        .halo-block .halo-row--fixed .halo-item-wrapperSecond .halo-row-item .item{
            height: 100%;
        }

        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-itemFirst .item:first-child{
            padding-right: 8px;
        }

        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-itemFirst .item:last-child{
            padding-left: 8px;
        }

        .halo-block .halo-row--fixed .halo-item-wrapperSecond .halo-row-item + .halo-row-item{
            margin-top: 15px;
        }

        .halo-block .halo-row--fixed .halo-item-wrapper .halo-row-item .item{
            height: 100%;
        }
    /* END: Block */

    /* START: Masonry */
        .masonry-row .masonry-item{
            width: 33.3333333%;
        }
    /* END: Masonry */
}

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

    .link-underline:not(.link-effect-1):hover .text{
        text-decoration: underline;
        text-underline-offset: 0.3rem;
    }

    .link-effect-1 > span,
    .block-rich-text a {
        text-decoration: none !important;
        position: relative;
        transition: color var(--duration-default) ease, opacity var(--duration-default) ease;
    }

    .link-effect-1 > span:after,
    .block-rich-text a:after {
        content: "";
        position: absolute;
        bottom: var(--cus-bottom, 0);
        left: 0;
        height: 1px;
        width: 100%;
        background: var(--text-color, currentColor);
        transition: transform var(--duration-default) ease-out;
    }

    .link-effect-1.h-link > span:hover:after,
    .link-effect-1.u-link > span:after,
    .block-rich-text.h-link a:hover:after,
    .block-rich-text.u-link a:after {
        transform: scaleX(1);
        transform-origin: left;
    }

    .link-effect-1.h-link > span:after,
    .link-effect-1.u-link > span:hover:after,
    .block-rich-text.h-link a:after,
    .block-rich-text.u-link a:hover:after {
        transform: scaleX(0);
        transform-origin: right;
    }

    /* START: Button */
        .button.button--transparent{
            position: relative;
        }

        .button.button--transparent .text,
        .button.button--transparent .icon{
            position: relative;
            z-index: 2;
        }

        .button.button--transparent:before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            transition: var(--anchor-transition);
            z-index: 1;
            background: var(--btn-1-bg-hover);
        }

        .button.button--transparent:hover{
            color: var(--btn-1-color-hover)!important;
            border-color: transparent!important;
            background-color: transparent!important;
        }

        .button.button--transparent:hover:before{
            width: 100%;
        }

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

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

        .button.button-2:hover,
        .button.button--secondary:hover{
            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{
            fill: var(--btn-2-color-hover);
        }

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

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

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

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

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

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

        .button.button-6:hover{
            color: var(--btn-6-color-hover);
            background-position: right center;
        }

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

        .button.button-7:hover {
            color: var(--btn-7-color-hover);
            box-shadow: none !important;
            /* box-shadow: 0px 0px 0px var(--btn-7-bg) inset !important; */
            transition: all 0.3s ease;
        }
    /* END: Button */

    /* START: Base Details Summary */
        .accordion summary:hover{
            background: rgba(18, 18, 18, 0.04);
        }
    /* END: Base Details Summary */

    /* START: Container */
        .container.container-flex{
            display: flex;
            flex-wrap: nowrap;
        }
    /* END: Container */

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

        .halo-popup.customPopup-minimal,
        .halo-popup.customPopup-medium,
        .halo-popup.customPopup-large,
        .halo-popup.customPopup-extraLarge{
            max-width: 1000px;
        }
    /* END: Popup */

    /* START: Modal */
        .halo-modal__dialog{
            max-width: 1000px;
        }
    /* END: Modal */

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

    /* START: Slick */
        .halo-customArrow .slick-arrow{
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }
    /* END: Slick */

    /* START: Product Grid */
        .products-grid.col-wide{
            margin-left: -15px;
            margin-right: -15px;
        }

        .products-grid.col-wide .product{
            margin-top: 30px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .products-grid.col-narrow .product.shuffle-item,
        .products-grid.col-wide .product.shuffle-item{
            margin-bottom: 30px;
        }

        .products-grid.col-expand{
            margin-left: -20px;
            margin-right: -20px;
        }

        .products-grid.col-expand .product{
            margin-top: 40px;
            padding-left: 20px;
            padding-right: 20px;
        }

        .products-grid.col-expand .product.shuffle-item{
            margin-bottom: 40px;
        }

        .products-grid.column-4 .product,
        .products-grid.column-5 .product,
        .products-grid.column-6 .product,
        .products-grid.column-7 .product,
        .products-grid.column-8 .product{
            width: 25%;
        }

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

    /* 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: 3px;
        }

        .products-cursor__image{
            color: var(--color-global);
            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: 40%;
            height: 40%;
            opacity: 0;
            fill: var(--color-global);
            stroke: transparent;
            opacity: 0;
            transform-origin: center;
            transition: unset;
            transform: translate(-50%, -50%);
        }

        .products-scroll.col-narrow .product,
        .products-scroll.column-3.col-narrow .product{
            margin-right: 20px;
            width: calc(33.333333% + 40px);
        }

        .products-scroll.col-wide .product,
        .products-scroll.column-3.col-wide .product{
            margin-right: 30px;
            width: calc(33.333333% + 60px);
        }

        .products-scroll.col-expand .product,
        .products-scroll.column-3.col-expand .product{
            margin-right: 30px;
            width: calc(33.333333% + 80px);
        }

        .products-scroll.column-4.col-narrow .product,
        .products-scroll.column-5.col-narrow .product,
        .products-scroll.column-6.col-narrow .product{
            width: calc(25% + 40px);
        }

        .products-scroll.column-4.col-wide .product,
        .products-scroll.column-5.col-wide .product,
        .products-scroll.column-6.col-wide .product{
            width: calc(25% + 60px);
        }

        .products-scroll.column-4.col-expand .product,
        .products-scroll.column-5.col-expand .product,
        .products-scroll.column-6.col-expand .product{
            width: calc(25% + 80px);
        }
    /* END: Product Scroll */

    /* START: Block */
        .halo-block-header.hasFlex{
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

        .halo-product-block-5.content-style-2 .halo-block-header.hasFlex,
        .halo-product-block-5.content-style-2 .halo-block-header.hasFlex,
        .halo-product-block-5.content-style-3 .halo-block-header.hasFlex,
        .halo-product-block-6.content-style-3 .halo-block-header.hasFlex,
        .halo-product-block-7.content-style-3 .halo-block-header.hasFlex{
            display: block;
        }

        .halo-block-header.flex-right{
            flex-direction: row-reverse;
        }

        .halo-block-header .title{
            font-size: var(--header-font-size);
        }

        .halo-block-header.hasFlex .title{
            flex: 1;
        }

        .halo-block-header .arrows:not(.arrows-style-2) .slick-arrow {
            padding: 0;
            box-shadow: unset;
            background-color: transparent;
            border: none;
        }

        .halo-block-header .text-left .slick-arrow.slick-prev{
            left: auto;
            right: 85px;
        }

        .halo-block-header .text-left .slick-arrow.slick-next{
            right: 0;
        }

        .halo-block-header .text-right .slick-arrow.slick-prev{
            left: 0;
        }

        .halo-block-header .text-right .slick-arrow.slick-next{
            left: 85px;
            right: auto;
        }

        .halo-block-header .arrows.arrows-style-2.text-left .slick-arrow.slick-prev{
            left: auto;
            right: 60px;
        }

        .halo-block-header .arrows.arrows-style-2.text-right .slick-arrow.slick-next{
            left: 60px;
            right: auto;
        }

        .halo-block-header.product-tabs-arrow-header .text-left .slick-arrow.slick-prev{
            left: auto;
            right: 80px;
        }

        .halo-block-header.product-tabs-arrow-header .text-right .slick-arrow.slick-next{
            left: 80px;
            right: auto;
        }

        .halo-product-block-5.content-style-2 .halo-block-header,
        .halo-product-block-5.content-style-3 .halo-block-header,
        .halo-product-block-6.content-style-2 .halo-block-header,
        .halo-product-block-6.content-style-3 .halo-block-header,
        .halo-product-block-7.content-style-2 .halo-block-header,
        .halo-product-block-7.content-style-3 .halo-block-header{
            width: 480px;
            padding-top: 30px;
        }

        .halo-product-block-6.content-style-2 .halo-block-header,
        .halo-product-block-6.content-style-3 .halo-block-header,
        .halo-product-block-7.content-style-2 .halo-block-header,
        .halo-product-block-7.content-style-3 .halo-block-header{
            width: 410px;
            padding-top: 30px;
        }

        .halo-product-block-5.content-style-2 .halo-block-header + .halo-block-content,
        .halo-product-block-5.content-style-3 .halo-block-header + .halo-block-content{
            width: calc(100% - 480px);
        }

        .halo-product-block-6.content-style-2 .halo-block-header + .halo-block-content,
        .halo-product-block-6.content-style-3 .halo-block-header + .halo-block-content,
        .halo-product-block-7.content-style-2 .halo-block-header + .halo-block-content,
        .halo-product-block-7.content-style-3 .halo-block-header + .halo-block-content{
            width: calc(100% - 410px);
        }

        .halo-product-block-5.content-style-3 .halo-block-header + .halo-block-content,
        .halo-product-block-6.content-style-3 .halo-block-header + .halo-block-content,
        .halo-product-block-7.content-style-3 .halo-block-header + .halo-block-content{
            order: -1;
        }

        .halo-block-background{
            display: block;
            position: absolute;
            width: 100%;
            height: 600px;
            bottom: 0;
            z-index: -1;
            font-size: 0;
            letter-spacing: 0;
        }

        .halo-block-background--image{
            background-color: var(--bg-block);
            background: var(--bg-block-img);
            background-position: var(--bg-block-img-position-x) var(--bg-block-img-position-y);
            background-repeat: var(--bg-block-img-repeat);
            background-attachment: var(--bg-block-img-attachment);
            background-size: var(--bg-block-img-size);
        }

        .halo-product-block .products-carousel{
            margin-left: -10px;
            margin-right: -10px;
        }

        .halo-product-block-2 .products-carousel{
            margin-left: -6px;
            margin-right: -6px;
        }

        .halo-product-block .products-carousel .product{
            padding-left: 10px;
            padding-right: 10px;
        }

        .halo-product-block .products-carousel .product .product-item--border .card.style-12 {
            margin-bottom: 10px;
        }

        .halo-product-block-2 .products-carousel .product{
            padding-left: 6px;
            padding-right: 6px;
        }

        .halo-product-block .products-carousel.col-wide{
            margin-left: -15px;
            margin-right: -15px;
        }

        .halo-product-block .products-carousel.col-wide .product{
            padding-left: 15px;
            padding-right: 15px;
        }

        .halo-product-block .products-carousel.col-expand{
            margin-left: -20px;
            margin-right: -20px;
        }

        .halo-product-block .products-carousel.col-expand .product{
            padding-left: 20px;
            padding-right: 20px;
        }

        .halo-product-block .products-carousel.column-4:not(.slick-initialized) > .product,
        .halo-product-block .products-carousel.column-5:not(.slick-initialized) > .product,
        .halo-product-block .products-carousel.column-6:not(.slick-initialized) > .product,
        .halo-product-block .products-carousel.column-7:not(.slick-initialized) > .product,
        .halo-product-block .products-carousel.column-8:not(.slick-initialized) > .product{
            width: 25%;
        }

        .halo-product-block-7 .products-carousel .product{
            padding-left: 15px;
            padding-right: 15px;
        }

        .halo-block:not(.halo-block--customSlider) .halo-row{
            white-space: normal!important;
            width: auto!important;
            padding-left: 0!important;
            min-width: 100%;
            overflow: visible!important;
            margin-left: -15px;
            margin-right: -15px;
        }

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

        .halo-block .halo-row.halo-row--narrow{
            margin-left: -10px;
            margin-right: -10px;
        }

        .halo-block .halo-row.halo-row--expand{
            margin-left: -20px;
            margin-right: -20px;
        }

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

        .halo-block .halo-row .halo-row-item{
            padding-left: 15px;
            padding-right: 15px;
            margin-right: 0;
            margin-top: 30px;
            margin-bottom: 0;
        }

        .halo-block .halo-row.halo-row--strait .halo-row-item{
            margin-top: 10px;
            margin-bottom: 0;
            padding-left: 5px;
            padding-right: 5px;
        }

        .halo-block .halo-row.halo-row--narrow .halo-row-item{
            margin-top: 20px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .halo-block .halo-row.halo-row--expand .halo-row-item{
            margin-top: 40px;
            padding-left: 20px;
            padding-right: 20px;
        }

        .halo-block .halo-row .banner-item{
            width: 100%!important;
        }

        .halo-block .halo-row.column-2{
            margin-left: -15px;
            margin-right: -15px;
        }

        .halo-block .halo-row.halo-row--expand.column-2{
            margin-left: -20px;
            margin-right: -20px;
        }

        .halo-block .halo-row.halo-row--narrow.column-2{
            margin-left: -10px;
            margin-right: -10px;
        }

        .halo-block .halo-row.halo-row--strait.column-2{
            margin-left: -5px;
            margin-right: -5px;
        }

        .halo-block .halo-row.halo-row-carousel .halo-row-item,
        .halo-block .halo-row.halo-row-carousel.column-2 .halo-row-item,
        .halo-block .halo-row.halo-row-carousel.column-3 .halo-row-item,
        .halo-block .halo-row.halo-row-carousel.column-4 .halo-row-item,
        .halo-block .halo-row.halo-row-carousel.column-5 .halo-row-item,
        .halo-block .halo-row.halo-row-carousel.column-6 .halo-row-item{
            margin-top: 0!important;
        }

        .halo-block .halo-row.column-2 .halo-row-item{
            padding-left: 15px;
            padding-right: 15px;
            margin-right: 0;
        }

        .halo-block .halo-row.halo-row--strait.column-2 .halo-row-item{
            padding-left: 5px;
            padding-right: 5px;
        }

        .halo-block .halo-row.halo-row--narrow.column-2 .halo-row-item{
            padding-left: 10px;
            padding-right: 10px;
        }

        .halo-block .halo-row.halo-row--expand.column-2 .halo-row-item{
            padding-left: 20px;
            padding-right: 20px;
        }

        .halo-block .halo-row.column-3 .halo-row-item{
            width: 33.3333333%;
        }

        .halo-block .halo-row.column-4 .halo-row-item,
        .halo-block .halo-row.column-5 .halo-row-item,
        .halo-block .halo-row.column-6 .halo-row-item,
        .halo-block .halo-row.column-7 .halo-row-item,
        .halo-block .halo-row.column-8 .halo-row-item{
            width: 25%;
            margin-top: 30px;
        }

        .halo-block .halo-row.column-4 .halo-row-item.item-large,
        .halo-block .halo-row.column-5 .halo-row-item.item-large,
        .halo-block .halo-row.column-6 .halo-row-item.item-large,
        .halo-block .halo-row.column-7 .halo-row-item.item-large,
        .halo-block .halo-row.column-8 .halo-row-item.item-large{
            width: calc(100%/3);
        }

        .halo-block .halo-row.halo-row--strait.column-4 .halo-row-item,
        .halo-block .halo-row.halo-row--strait.column-5 .halo-row-item,
        .halo-block .halo-row.halo-row--strait.column-6 .halo-row-item,
        .halo-block .halo-row.halo-row--strait.column-7 .halo-row-item,
        .halo-block .halo-row.halo-row--strait.column-8 .halo-row-item{
            margin-top: 10px;
        }

        .halo-block .halo-row.halo-row--narrow.column-4 .halo-row-item,
        .halo-block .halo-row.halo-row--narrow.column-5 .halo-row-item,
        .halo-block .halo-row.halo-row--narrow.column-6 .halo-row-item,
        .halo-block .halo-row.halo-row--narrow.column-7 .halo-row-item,
        .halo-block .halo-row.halo-row--narrow.column-8 .halo-row-item{
            margin-top: 20px;
        }

        .halo-block .halo-row.halo-row--expand.column-4 .halo-row-item,
        .halo-block .halo-row.halo-row--expand.column-5 .halo-row-item,
        .halo-block .halo-row.halo-row--expand.column-6 .halo-row-item,
        .halo-block .halo-row.halo-row--expand.column-7 .halo-row-item,
        .halo-block .halo-row.halo-row--expand.column-8 .halo-row-item{
            margin-top: 40px;
        }

        .halo-block .halo-row.column-2 .halo-row-item:not(.item-large):nth-child(-n+2),
        .halo-block .halo-row.column-3 .halo-row-item:not(.item-large):nth-child(-n+3),
        .halo-block .halo-row.column-4 .halo-row-item:not(.item-large):nth-child(-n+4),
        .halo-block .halo-row.column-5 .halo-row-item:not(.item-large):nth-child(-n+4),
        .halo-block .halo-row.column-6 .halo-row-item:not(.item-large):nth-child(-n+4),
        .halo-block .halo-row.column-7 .halo-row-item:not(.item-large):nth-child(-n+4),
        .halo-block .halo-row.column-8 .halo-row-item:not(.item-large):nth-child(-n+4){
            margin-top: 0;
            margin-bottom: 0;
        }

        .halo-block .halo-row.column-2 .halo-row-item.item-large:nth-child(-n+2),
        .halo-block .halo-row.column-3 .halo-row-item.item-large:nth-child(-n+3),
        .halo-block .halo-row.column-4 .halo-row-item.item-large:nth-child(-n+3),
        .halo-block .halo-row.column-5 .halo-row-item.item-large:nth-child(-n+3),
        .halo-block .halo-row.column-6 .halo-row-item.item-large:nth-child(-n+3),
        .halo-block .halo-row.column-7 .halo-row-item.item-large:nth-child(-n+3),
        .halo-block .halo-row.column-8 .halo-row-item.item-large:nth-child(-n+3){
            margin-top: 0;
            margin-bottom: 0;
        }

        .halo-block .halo-row.style-2.column-2 .banner-item{
            width: calc(100% - 10px);
        }

        .halo-block .halo-row.style-2.column-2 .halo-row-item:nth-child(1) .banner-item{
            margin-left: 0;
            margin-right: auto;
        }

        .halo-block .halo-row.style-2.column-2 .halo-row-item:nth-child(2) .banner-item{
            margin-left: auto;
            margin-right: 0;
        }

        .halo-block .halo-row.style-2.column-3 .banner-item{
            width: calc(100% - 10px);
        }

        .halo-block .halo-row.style-2.column-3 .halo-row-item:nth-child(1) .banner-item{
            margin-left: 0;
            margin-right: auto;
        }

        .halo-block .halo-row.style-2.column-3 .halo-row-item:nth-child(2) .banner-item{
            margin-left: auto;
            margin-right: auto;
        }

        .halo-block .halo-row.style-2.column-3 .halo-row-item:nth-child(3) .banner-item{
            margin-left: auto;
            margin-right: 0;
        }

        .slick-dots li{
            margin-left: 10px;
            margin-right: 10px;
        }

        .slick-dots li button{
            width: 14px;
            height: 14px;
        }

        .halo-block .halo-row--fixed{
            margin-left: -10px;
            margin-right: -10px;
        }

        .halo-block .halo-row--fixed .halo-row-item{
            padding-left: 10px;
            padding-right: 10px;
        }

        .halo-block .halo-row--fixed .item + .item{
            margin-top: 20px;
        }

        .halo-block .halo-row--fixed .halo-row-itemSecond .item{
            height: calc(50% - 10px);
        }

        .halo-block .halo-row--fixed.halo-row--wide{
            margin-left: -15px;
            margin-right: -15px;
        }

        .halo-block .halo-row--fixed.halo-row--wide .halo-row-item{
            padding-left: 15px;
            padding-right: 15px;
        }

        .halo-block .halo-row--fixed.halo-row--wide .item + .item{
            margin-top: 30px;
        }

        .halo-block .halo-row--fixed.halo-row--wide .halo-row-itemSecond .item{
            height: calc(50% - 15px);
        }

        .halo-block .halo-row--fixed + .halo-row--fixed{
            margin-top: 20px;
        }

        .halo-block .halo-row--fixed.halo-row--wide + .halo-row--fixed.halo-row--wide{
            margin-top: 30px;
        }

        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-item{
            padding-left: 10px;
            padding-right: 10px;
        }

        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-itemFirst{
            height: calc(33.3333333% - 10px);
        }

        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-itemFirst .item{
            margin-bottom: 20px;
        }

        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-itemFirst .item:first-child{
            padding-right: 10px;
        }

        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-itemFirst .item:last-child{
            padding-left: 10px;
        }

        .halo-block .halo-row--fixed .halo-item-wrapperFirst .halo-row-itemSecond{
            margin-top: 20px;
            height: calc(66.6666666% - 10px);
        }

        .halo-block .halo-row--fixed .halo-item-wrapperSecond .halo-row-item{
            height: calc(33.3333333% - 10px);
        }

        .halo-block .halo-row--fixed .halo-item-wrapperSecond .halo-row-item + .halo-row-item{
            margin-top: 20px;
        }

        .halo-block .halo-row--fixed.halo-row--wide .halo-item-wrapperFirst .halo-row-item{
            padding-left: 15px;
            padding-right: 15px;
        }

        .halo-block .halo-row--fixed.halo-row--wide .halo-item-wrapperFirst .halo-row-itemFirst{
            height: calc(33.3333333% - 15px);
        }

        .halo-block .halo-row--fixed.halo-row--wide .halo-item-wrapperFirst .halo-row-itemFirst .item{
            margin-bottom: 30px;
        }

        .halo-block .halo-row--fixed.halo-row--wide .halo-item-wrapperFirst .halo-row-itemFirst .item:first-child{
            padding-right: 15px;
        }

        .halo-block .halo-row--fixed.halo-row--wide .halo-item-wrapperFirst .halo-row-itemFirst .item:last-child{
            padding-left: 15px;
            margin-top: 0;
        }

        .halo-block .halo-row--fixed.halo-row--wide .halo-item-wrapperFirst .halo-row-itemSecond .item{
            height: 100%;
        }

        .halo-block .halo-row--fixed.halo-row--wide .halo-item-wrapperFirst .halo-row-itemSecond{
            margin-top: 30px;
            height: calc(66.6666666% - 15px);
        }

        .halo-block .halo-row--fixed.halo-row--wide .halo-item-wrapperSecond .halo-row-item{
            height: calc(33.3333333% - 15px);
        }

        .halo-block .halo-row--fixed.halo-row--wide .halo-item-wrapperSecond .halo-row-item + .halo-row-item{
            margin-top: 30px;
        }

        .halo-block .halo-items-2 .halo-item{
            width: 400px;
        }

        .halo-block .halo-items-2 .halo-item:only-child{
            width: 100%;
        }

        .halo-block .halo-items .halo-item + .halo-item{
            margin-top: 80px;
        }

        .halo-block .halo-items-2{
            padding-bottom: 50px;
        }

        .halo-block .halo-items-2 .halo-item + .halo-item{
            margin-top: 0;
            width: calc(100% - 400px);
        }

        .halo-block .halo-items-2 .item + .item{
            top: 50px;
        }

        .halo-block .halo-items .item-first,
        .halo-block .halo-items .halo-item--even .item-second{
            padding-right: 20px;
        }

        .halo-block .halo-items .item-second,
        .halo-block .halo-items .halo-item--even .item-first{
            padding-left: 20px;
        }
    /* END: Block */

    /* START: Collage */
        .halo-grid,
        .halo-grid-row {
            grid-column-gap: 30px;
            grid-row-gap: 30px;
        }

        .halo-grid-row + .halo-grid-row{
            margin-top: 9px;
        }

        .halo-grid-row.row-2{
            grid-template-columns: repeat(2,minmax(0,1fr));
        }

        .halo-grid.column-2 {
            grid-template-columns: repeat(3,minmax(0,1fr));
        }

        .halo-grid.halo-grid--narrow,
        .halo-grid.halo-grid--narrow .halo-grid-row{
            grid-column-gap: 20px;
            grid-row-gap: 20px;
        }

        .halo-grid-itemLeft:nth-child(3n - 2) {
            grid-column: 1 / span 2;
            grid-row: span 2;
        }

        .halo-grid-itemLeft:nth-child(3n - 2):last-child {
            grid-column: 1 / span 3;
        }

        .halo-grid-itemLeft:nth-child(3n - 1),
        .halo-grid-itemLeft:nth-child(3n) {
            grid-column-start: 3;
        }

        .halo-grid-itemLeft:nth-child(3n - 1):last-child {
            grid-row: span 2;
        }

        .halo-grid-itemRight:nth-child(3n - 2) {
            grid-column: 1 / span 1;
            grid-row: span 1;
        }

        .halo-grid-itemRight:nth-child(3n - 2):last-child {
            grid-column: 1 / span 3;
        }

        .halo-grid-itemRight:nth-child(3n - 1) {
            grid-column-start: 1;
        }

        .halo-grid-itemRight:nth-child(3n-1):last-child {
            grid-column: span 2;
        }

        .halo-grid-itemRight:nth-child(3n) {
            grid-column: 2 / span 2;
            grid-row: span 2;
        }
    /* END: Collage */

    /* START: Masonry */
        .masonry-row{
            margin-left: -10px;
            margin-right: -10px;
        }

        .masonry-row .masonry-item{
            padding-left: 10px;
            padding-right: 10px;
            margin-bottom: 20px;
        }

        .masonry-row.column-4 .masonry-item,
        .masonry-row.column-5 .masonry-item{
            width: 25%;
        }

        .masonry-row.masonry--wide{
            margin-left: -15px;
            margin-right: -15px;
        }

        .masonry-row.masonry--wide .masonry-item{
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 40px;
        }
    /* END: Masonry */

    /*START: Challenge Page reCaptcha */
        .shopify-challenge__container .shopify-challenge__button:hover {
            background-color: var(--product-action-bg-hover);
            color: var(--product-action-color-hover);
            border-color: var(--product-action-border-hover);
        }
    /*END: Challenge Page reCaptcha*/
}

@media (min-width: 1025px) and (max-width: 1279px){
    .halo-block .slick-arrow{
        width: 40px;
        height: 40px;
        padding: 10px;
        border-radius: 50%;
        background-color: var(--bg-white);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    }

    .halo-block .container-1170 .slick-prev,
    .halo-block .container-1370 .slick-prev,
    .halo-block .container-1570 .slick-prev,
    .halo-block .container-1770 .slick-prev{
        left: 0;
    }

    .halo-block .container-1170 .slick-next
    .halo-block .container-1370 .slick-next,
    .halo-block .container-1570 .slick-next,
    .halo-block .container-1770 .slick-next{
        right: 0;
    }

    body.dark-mode .halo-block .slick-arrow {
        background-color: var(--bg-black);
        box-shadow: 0px 3px 7px 0px rgba(255, 255, 255, 0.2);
    }
}

@media (min-width: 1200px){
    /* START: Container */
        .container,
        .container.container-1170,
        .container.container-header-1170{
            padding-left: calc((100% - 1170px)/ 2);
            padding-right: calc((100% - 1170px)/ 2);
        }

        .halo-product-block-7 .container.container-1170 {
            padding-left: calc((100% - 1170px)/ 2);
            padding-right: calc((100% - 1200px)/ 2);
        }
    /* END: Container */

    /* START: Popup */
        .halo-popup.customPopup-minimal{
            max-width: 1120px;
        }

        .halo-popup.customPopup-medium,
        .halo-popup.customPopup-extraLarge{
            max-width: 1170px;
        }
    /* END: Popup */

    /* START: Block */
        .halo-product-block-5.content-style-2 .halo-block-header{
            padding-left: calc((var(--width-block) - 1170px)/2);
        }

        .halo-product-block-5.content-style-2 .halo-block-header,
        .halo-product-block-6.content-style-2 .halo-block-header,
        .halo-product-block-7.content-style-2 .halo-block-header{
            padding-right: 30px;
        }

        .halo-product-block-5.content-style-3 .halo-block-header{
            padding-right: calc((var(--width-block) - 1170px)/2);
        }

        .halo-product-block-5.content-style-3 .halo-block-header,
        .halo-product-block-6.content-style-3 .halo-block-header,
        .halo-product-block-7.content-style-3 .halo-block-header{
            padding-left: 30px;
        }

        .halo-block-background{
            height: 720px;
        }

        .halo-block--customSlider .slick-list,
        .halo-block--customSlider .halo-row-carousel:not(.slick-initialized),
        .halo-block--customSlider .products-carousel:not(.slick-initialized){
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 600px), 1170px);
            padding-left: calc((100% - var(--check-cus-pro-container, 1170px))/ 2);
            padding-right: calc((100% - var(--check-cus-pro-container, 1170px))/ 2);
        }

        .halo-block--customSlider .halo-row--narrow .slick-list,
        .halo-block--customSlider .col-narrow .slick-list,
        .halo-block--customSlider .halo-row-carousel.halo-row--narrow:not(.slick-initialized),
        .halo-block--customSlider .products-carousel.col-narrow:not(.slick-initialized){
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 600px), 1170px);
            padding-left: calc((100% - var(--check-cus-pro-container, 1170px) - 20px)/ 2);
            padding-right: calc((100% - var(--check-cus-pro-container, 1170px) - 20px)/ 2);
        }

        .halo-block--customSlider .halo-row--wide .slick-list,
        .halo-block--customSlider .col-wide .slick-list,
        .halo-block--customSlider .halo-row-carousel.halo-row--wide:not(.slick-initialized),
        .halo-block--customSlider .products-carousel.col-wide:not(.slick-initialized){
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 600px), 1170px);
            padding-left: calc((100% - var(--check-cus-pro-container, 1170px) - 30px)/ 2);
            padding-right: calc((100% - var(--check-cus-pro-container, 1170px) - 30px)/ 2);
        }

        .halo-block--customSlider .halo-row--expand .slick-list,
        .halo-block--customSlider .col-expand .slick-list,
        .halo-block--customSlider .halo-row-carousel.halo-row--expand:not(.slick-initialized),
        .halo-block--customSlider .products-carousel.col-expand:not(.slick-initialized){
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 600px), 1170px);
            padding-left: calc((100% - var(--check-cus-pro-container, 1170px) - 40px)/ 2);
            padding-right: calc((100% - var(--check-cus-pro-container, 1170px) - 40px)/ 2);
        }

        .halo-block--customSlider .halo-cus--arrow .slick-prev {
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 600px), 1170px);
            left: calc((100% - var(--check-cus-pro-container, 1170px) - 20px)/ 2);
        }

        .halo-block--customSlider .halo-cus--arrow .slick-next {
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 600px), 1170px);
            right: calc((100% - var(--check-cus-pro-container, 1170px) - 20px)/ 2);
        }

        .halo-product-block-7 .slick-list,
        .halo-product-block-7 .products-carousel:not(.slick-initialized){
            padding-right: calc((100% - 1170px)/ 2);
        }

        .halo-product-block-7 .col-narrow .slick-list,
        .halo-product-block-7 .products-carousel.col-narrow:not(.slick-initialized){
            padding-right: calc((100% - 1170px + 20px)/ 2);
        }

        .halo-product-block-7 .col-wide .slick-list,
        .halo-product-block-7 .products-carousel.col-wide:not(.slick-initialized){
            padding-right: calc((100% - 1170px + 30px)/ 2);
        }

        .halo-product-block-7 .col-expand .slick-list,
        .halo-product-block-7 .products-carousel.col-expand:not(.slick-initialized){
            padding-right: calc((100% - 1170px + 40px)/ 2);
        }
    /* END: Block */
}

@media (min-width: 1280px){
    /* START: Block */
        .halo-block .container-1170 .slick-prev,
        .halo-block .container-1370 .slick-prev,
        .halo-block .container-1570 .slick-prev,
        .halo-block .container-1770 .slick-prev{
            left: -15px;
        }

        .halo-block .container-1170 .slick-next,
        .halo-block .container-1370 .slick-next,
        .halo-block .container-1570 .slick-next,
        .halo-block .container-1770 .slick-next{
            right: -15px;
        }
    /* END: Block */
}

@media (min-width: 1400px){
    /* START: Container */
        .container,
        .container.container-1370,
        .container.container-header-1370{
            padding-left: calc((100% - 1370px)/ 2);
            padding-right: calc((100% - 1370px)/ 2);
        }

        .halo-product-block-7 .container.container-1370 {
            padding-left: calc((100% - 1370px)/ 2);
            padding-right: calc((100% - 1400px)/ 2);
        }

        .container-boxed.container-1860 .products-carousel,
        .container-boxed.container-1860 .products-grid,
        .container-boxed.container-1770 .products-carousel,
        .container-boxed.container-1770 .products-grid,
        .container-boxed.container-1570 .products-carousel,
        .container-boxed.container-1570 .products-grid,
        .container-boxed.container-1370 .products-carousel,
        .container-boxed.container-1370 .products-grid{
            padding-left: calc((100% - 1170px)/ 2);
            padding-right: calc((100% - 1170px)/ 2);
        }
    /* END: Container */

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

    /* START: Block */
        .halo-product-block-5.content-style-2 .halo-block-header,
        .halo-product-block-5.content-style-3 .halo-block-header,
        .halo-product-block-6.content-style-2 .halo-block-header,
        .halo-product-block-6.content-style-3 .halo-block-header
        .halo-product-block-7.content-style-2 .halo-block-header,
        .halo-product-block-7.content-style-3 .halo-block-header{
            padding-top: 60px;
        }

        .halo-product-block-5.content-style-2 .halo-block-header{
            padding-left: calc((var(--width-block) - 1370px)/2);
        }

        .halo-product-block-5.content-style-2 .halo-block-header,
        .halo-product-block-6.content-style-2 .halo-block-header,
        .halo-product-block-7.content-style-2 .halo-block-header{
            padding-right: 60px;
        }

        .halo-product-block-5.content-style-3 .halo-block-header{
            padding-right: calc((var(--width-block) - 1370px)/2);
        }

        .halo-product-block-5.content-style-3 .halo-block-header,
        .halo-product-block-6.content-style-3 .halo-block-header,
        .halo-product-block-7.content-style-3 .halo-block-header{
            padding-left: 60px;
        }

        .halo-block .container-1170 .slick-prev,
        .halo-block .container-1370 .slick-prev,
        .halo-block .container-1570 .slick-prev,
        .halo-block .container-1770 .slick-prev{
            left: -20px;
        }

        .halo-block .container-1170 .slick-next,
        .halo-block .container-1370 .slick-next,
        .halo-block .container-1570 .slick-next,
        .halo-block .container-1770 .slick-next{
            right: -20px;
        }

        .halo-block .halo-row.column-4 .halo-row-item.item-large,
        .halo-block .halo-row.column-5 .halo-row-item.item-large,
        .halo-block .halo-row.column-6 .halo-row-item.item-large,
        .halo-block .halo-row.column-7 .halo-row-item.item-large,
        .halo-block .halo-row.column-8 .halo-row-item.item-large{
            width: 25%;
        }

        .halo-block .halo-row.column-4 .halo-row-item.item-large:nth-child(-n+4),
        .halo-block .halo-row.column-5 .halo-row-item.item-large:nth-child(-n+4),
        .halo-block .halo-row.column-6 .halo-row-item.item-large:nth-child(-n+4),
        .halo-block .halo-row.column-7 .halo-row-item.item-large:nth-child(-n+4),
        .halo-block .halo-row.column-8 .halo-row-item.item-large:nth-child(-n+4){
            margin-top: 0;
        }

        .halo-block .halo-items-2{
            padding-bottom: 100px;
        }

        .halo-block .halo-items-2 .item + .item{
            top: 100px;
        }

        .halo-block--customSlider .slick-list,
        .halo-block--customSlider .halo-row-carousel:not(.slick-initialized),
        .halo-block--customSlider .products-carousel:not(.slick-initialized){
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 400px), 1370px);
            padding-left: calc((100% - var(--check-cus-pro-container, 1370px))/ 2);
            padding-right: calc((100% - var(--check-cus-pro-container, 1370px))/ 2);
        }

        .halo-block--customSlider .halo-row--narrow .slick-list,
        .halo-block--customSlider .col-narrow .slick-list,
        .halo-block--customSlider .halo-row-carousel.halo-row--expand:not(.slick-initialized),
        .halo-block--customSlider .products-carousel.col-narrow:not(.slick-initialized){
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 400px), 1370px);
            padding-left: calc((100% - var(--check-cus-pro-container, 1370px) - 20px)/ 2);
            padding-right: calc((100% - var(--check-cus-pro-container, 1370px) - 20px)/ 2);
        }

        .halo-block--customSlider .halo-row--wide .slick-list,
        .halo-block--customSlider .col-wide .slick-list,
        .halo-block--customSlider .halo-row-carousel.halo-row--wide:not(.slick-initialized),
        .halo-block--customSlider .products-carousel.col-wide:not(.slick-initialized){
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 400px), 1370px);
            padding-left: calc((100% - var(--check-cus-pro-container, 1370px) - 30px)/ 2);
            padding-right: calc((100% - var(--check-cus-pro-container, 1370px) - 30px)/ 2);
        }

        .halo-block--customSlider .halo-row--expand .slick-list,
        .halo-block--customSlider .col-expand .slick-list,
        .halo-block--customSlider .halo-row-carousel.halo-row--expand:not(.slick-initialized),
        .halo-block--customSlider .products-carousel.col-expand:not(.slick-initialized){
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 400px), 1370px);
            padding-left: calc((100% - var(--check-cus-pro-container, 1370px) - 40px)/ 2);
            padding-right: calc((100% - var(--check-cus-pro-container, 1370px) - 40px)/ 2);
        }

        .halo-block--customSlider .halo-cus--arrow .slick-prev {
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 400px), 1370px);
            left: calc((100% - var(--check-cus-pro-container, 1370px) - 20px)/ 2);
        }

        .halo-block--customSlider .halo-cus--arrow .slick-next {
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 400px), 1370px);
            right: calc((100% - var(--check-cus-pro-container, 1370px) - 20px)/ 2);
        }

        .halo-product-block-7 .slick-list,
        .halo-product-block-7 .products-carousel:not(.slick-initialized){
            padding-right: calc((100% - 1370px)/ 2);
        }

        .halo-product-block-7 .col-narrow .slick-list,
        .halo-product-block-7 .products-carousel.col-narrow:not(.slick-initialized){
            padding-right: calc((100% - 1370px + 20px)/ 2);
        }

        .halo-product-block-7 .col-wide .slick-list,
        .halo-product-block-7 .products-carousel.col-wide:not(.slick-initialized){
            padding-right: calc((100% - 1370px + 30px)/ 2);
        }

        .halo-product-block-7 .col-expand .slick-list,
        .halo-product-block-7 .products-carousel.col-expand:not(.slick-initialized){
            padding-right: calc((100% - 1370px + 40px)/ 2);
        }
    /* END: Block */
}

@media (min-width: 1600px){
    /* START: Container */
        .container,
        .container.container-1570,
        .container.container-header-1570{
            padding-left: calc((100% - 1570px)/2);
            padding-right: calc((100% - 1570px)/2);
        }

        .halo-product-block-7 .container.container-1570 {
            padding-left: calc((100% - 1570px)/2);
            padding-right: calc((100% - 1600px)/2);
        }

        .container-boxed.container-1860 .products-carousel,
        .container-boxed.container-1860 .products-grid,
        .container-boxed.container-1770 .products-carousel,
        .container-boxed.container-1770 .products-grid,
        .container-boxed.container-1570 .products-carousel,
        .container-boxed.container-1570 .products-grid{
            padding-left: calc((100% - 1370px)/ 2);
            padding-right: calc((100% - 1370px)/ 2);
        }
    /* END: Container */

    /* START: Popup */
        .halo-popup.customPopup-medium{
            max-width: 1485px;
        }

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

        .products-grid.column-6 .product,
        .products-grid.column-7 .product,
        .products-grid.column-8 .product{
            width: 16.6666666%;
        }

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

    /* START: Product Scroll */
        .products-scroll.col-narrow .product{
            width: calc(25% + 40px);
        }

        .products-scroll.col-wide .product{
            width: calc(25% + 60px);
        }

        .products-scroll.col-expand .product{
            width: calc(25% + 80px);
        }

        .products-scroll.column-5.col-narrow .product{
            width: calc(20% + 40px);
        }

        .products-scroll.column-5.col-wide .product{
            width: calc(20% + 60px);
        }

        .products-scroll.column-5.col-expand .product{
            width: calc(20% + 80px);
        }

        .products-scroll.column-6.col-narrow .product{
            width: calc(16.6666666% + 40px);
        }

        .products-scroll.column-6.col-wide .product{
            width: calc(16.6666666% + 60px);
        }

        .products-scroll.column-6.col-expand .product{
            width: calc(16.6666666% + 80px);
        }
    /* END: Product Scroll */

    /* START: Block */
        .halo-product-block-5.content-style-2 .halo-block-header,
        .halo-product-block-5.content-style-3 .halo-block-header,
        .halo-product-block-6.content-style-2 .halo-block-header,
        .halo-product-block-6.content-style-3 .halo-block-header,
        .halo-product-block-7.content-style-2 .halo-block-header,
        .halo-product-block-7.content-style-3 .halo-block-header{
            padding-top: 75px;
        }

        .halo-product-block-5.content-style-2 .halo-block-header{
            padding-left: calc((var(--width-block) - 1570px)/2);
        }

        .halo-product-block-5.content-style-2 .halo-block-header,
        .halo-product-block-6.content-style-2 .halo-block-header,
        .halo-product-block-7.content-style-2 .halo-block-header{
            padding-right: 90px;
        }

        .halo-product-block-5.content-style-3 .halo-block-header{
            padding-right: calc((var(--width-block) - 1570px)/2);
        }

        .halo-product-block-5.content-style-3 .halo-block-header,
        .halo-product-block-6.content-style-3 .halo-block-header,
        .halo-product-block-7.content-style-3 .halo-block-header{
            padding-left: 90px;
        }

        .halo-block-background{
            height: 770px;
        }

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

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

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

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

        .halo-block .halo-row.column-5 .halo-row-item:nth-child(-n + 5),
        .halo-block .halo-row.column-6 .halo-row-item:nth-child(-n + 6),
        .halo-block .halo-row.column-7 .halo-row-item:nth-child(-n + 7),
        .halo-block .halo-row.column-8 .halo-row-item:nth-child(-n + 8){
            margin-top: 0;
        }

        .halo-product-block .products-carousel.column-5:not(.slick-initialized) > .product,
        .halo-product-block .products-carousel.column-6:not(.slick-initialized) > .product,
        .halo-product-block .products-carousel.column-7:not(.slick-initialized) > .product,
        .halo-product-block .products-carousel.column-8:not(.slick-initialized) > .product{
            width: 20%;
        }

        .halo-block .halo-items .item-first,
        .halo-block .halo-items .halo-item--even .item-second{
            padding-right: 30px;
        }

        .halo-block .halo-items .item-second,
        .halo-block .halo-items .halo-item--even .item-first{
            padding-left: 30px;
        }

        .halo-block .halo-items-2{
            padding-bottom: 200px;
        }

        .halo-block .halo-items-2 .item + .item{
            top: 150px;
        }

        .halo-block .container-1170 .slick-prev,
        .halo-block .container-1370 .slick-prev,
        .halo-block .container-1570 .slick-prev,
        .halo-block .container-1770 .slick-prev{
            left: -30px;
        }

        .halo-block .container-1170 .slick-next,
        .halo-block .container-1370 .slick-next,
        .halo-block .container-1570 .slick-next,
        .halo-block .container-1770 .slick-next{
            right: -30px;
        }

        .halo-block--customSlider .slick-list,
        .halo-block--customSlider .halo-row-carousel:not(.slick-initialized),
        .halo-block--customSlider .products-carousel:not(.slick-initialized){
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 200px), 1570px);
            padding-left: calc((100% - var(--check-cus-pro-container, 1570px))/ 2);
            padding-right: calc((100% - var(--check-cus-pro-container, 1570px))/ 2);
        }

        .halo-block--customSlider .halo-row--narrow .slick-list,
        .halo-block--customSlider .col-narrow .slick-list,
        .halo-block--customSlider .halo-row-carousel.halo-row--narrow:not(.slick-initialized),
        .halo-block--customSlider .products-carousel.col-narrow:not(.slick-initialized){
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 200px), 1570px);
            padding-left: calc((100% - var(--check-cus-pro-container, 1570px) - 20px)/ 2);
            padding-right: calc((100% - var(--check-cus-pro-container, 1570px) - 20px)/ 2);
        }

        .halo-block--customSlider .halo-row--wide .slick-list,
        .halo-block--customSlider .col-wide .slick-list,
        .halo-block--customSlider .halo-row-carousel.halo-row--wide:not(.slick-initialized),
        .halo-block--customSlider .products-carousel.col-wide:not(.slick-initialized){
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 200px), 1570px);
            padding-left: calc((100% - var(--check-cus-pro-container, 1570px) - 30px)/ 2);
            padding-right: calc((100% - var(--check-cus-pro-container, 1570px) - 30px)/ 2);
        }

        .halo-block--customSlider .halo-row--expand .slick-list,
        .halo-block--customSlider .col-expand .slick-list,
        .halo-block--customSlider .halo-row-carousel.halo-row--expand:not(.slick-initialized),
        .halo-block--customSlider .products-carousel.col-expand:not(.slick-initialized){
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 200px), 1570px);
            padding-left: calc((100% - var(--check-cus-pro-container, 1570px) - 40px)/ 2);
            padding-right: calc((100% - var(--check-cus-pro-container, 1570px) - 40px)/ 2);
        }

        .halo-block--customSlider .halo-cus--arrow .slick-prev {
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 200px), 1570px);
            left: calc((100% - var(--check-cus-pro-container, 1570px) - 20px)/ 2);
        }

        .halo-block--customSlider .halo-cus--arrow .slick-next {
            --check-cus-pro-container: max(calc(var(--cus-pro-container) - 200px), 1570px);
            right: calc((100% - var(--check-cus-pro-container, 1570px) - 20px)/ 2);
        }

        .halo-product-block-7 .slick-list,
        .halo-product-block-7 .products-carousel:not(.slick-initialized){
            padding-right: calc((100% - 1570px)/ 2);
        }

        .halo-product-block-7 .col-narrow .slick-list,
        .halo-product-block-7 .products-carousel.col-narrow:not(.slick-initialized){
            padding-right: calc((100% - 1570px + 20px)/ 2);
        }

        .halo-product-block-7 .col-wide .slick-list,
        .halo-product-block-7 .products-carousel.col-wide:not(.slick-initialized){
            padding-right: calc((100% - 1570px + 30px)/ 2);
        }

        .halo-product-block-7 .col-expand .slick-list,
        .halo-product-block-7 .products-carousel.col-expand:not(.slick-initialized){
            padding-right: calc((100% - 1570px + 40px)/ 2);
        }
    /* END: Block */

    /* START: Masonry */
        .masonry-row.column-5 .masonry-item{
            width: 20%;
        }
    /* END: Masonry */
}

@media (min-width: 1920px){
    /* START: Container */
        .container,
        .container.container-1770,
        .container.container-header-1770{
            padding-left: calc((100% - 1770px)/2);
            padding-right: calc((100% - 1770px)/2);
        }

        .halo-product-block-7 .container.container-1770 {
            padding-left: calc((100% - 1770px)/2);
            padding-right: calc((100% - 1920px)/2);
        }

        .container.container-1860{
            padding-left: calc((100% - 1860px)/2);
            padding-right: calc((100% - 1860px)/2);
        }

        .halo-product-block-7 .container.container-1860 {
            padding-left: calc((100% - 1860px)/2);
            padding-right: calc((100% - 1920px)/2);
        }

        .container-boxed.container-1860 .products-carousel,
        .container-boxed.container-1860 .products-grid,
        .container-boxed.container-1770 .products-carousel,
        .container-boxed.container-1770 .products-grid{
            padding-left: calc((100% - 1570px)/ 2);
            padding-right: calc((100% - 1570px)/ 2);
        }
    /* END: Container */

    /* START: Product Grid */
        .products-grid.column-7 .product{
            width: calc(100%/7);
        }

        .products-grid.column-7 .product:nth-child(-n + 7){
            margin-top: 0;
        }

        .products-grid.column-8 .product{
            width: calc(100%/8);
        }

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

    /* START: Block */
        .halo-product-block-5.content-style-2 .halo-block-header,
        .halo-product-block-5.content-style-3 .halo-block-header,
        .halo-product-block-6.content-style-2 .halo-block-header,
        .halo-product-block-6.content-style-3 .halo-block-header,
        .halo-product-block-7.content-style-2 .halo-block-header,
        .halo-product-block-7.content-style-3 .halo-block-header{
            padding-top: 80px;
        }

        .halo-product-block-5.content-style-2 .halo-block-header{
            padding-left: calc((var(--width-block) - 1770px)/2);
        }

        .halo-product-block-5.content-style-2 .halo-block-header{
            padding-right: 120px; 
        }

        .halo-product-block-5.content-style-3 .halo-block-header{
            padding-right: calc((var(--width-block) - 1770px)/2);
        }

        .halo-product-block-5.content-style-3 .halo-block-header,
        .halo-product-block-6.content-style-3 .halo-block-header,
        .halo-product-block-7.content-style-3 .halo-block-header{
            padding-left: 120px;
        }

        .halo-product-block .products-carousel.column-6:not(.slick-initialized) > .product {
            width: calc(100%/6);
        }

        .halo-product-block .products-carousel.column-7:not(.slick-initialized) > .product {
            width: calc(100%/7);
        }

        .halo-product-block .products-carousel.column-8:not(.slick-initialized) > .product {
            width: calc(100%/8);
        }

        .halo-block--customSlider .slick-list,
        .halo-block--customSlider .halo-row-carousel:not(.slick-initialized),
        .halo-block--customSlider .products-carousel:not(.slick-initialized){
            padding-left: calc((100% - var(--cus-pro-container, 1770px))/ 2);
            padding-right: calc((100% - var(--cus-pro-container, 1770px))/ 2);
        }

        .halo-block--customSlider .halo-row--narrow .slick-list,
        .halo-block--customSlider .col-narrow .slick-list,
        .halo-block--customSlider .halo-row-carousel.halo-row--narrow:not(.slick-initialized),
        .halo-block--customSlider .products-carousel.col-narrow:not(.slick-initialized){
            padding-left: calc((100% - var(--cus-pro-container, 1770px) - 20px)/ 2);
            padding-right: calc((100% - var(--cus-pro-container, 1770px) - 20px)/ 2);
        }

        .halo-block--customSlider .halo-row--wide .slick-list,
        .halo-block--customSlider .col-wide .slick-list,
        .halo-block--customSlider .halo-row-carousel.halo-row--wide:not(.slick-initialized),
        .halo-block--customSlider .products-carousel.col-wide:not(.slick-initialized){
            padding-left: calc((100% - var(--cus-pro-container, 1770px) - 30px)/ 2);
            padding-right: calc((100% - var(--cus-pro-container, 1770px) - 30px)/ 2);
        }

        .halo-block--customSlider .halo-row--expand .slick-list,
        .halo-block--customSlider .col-expand .slick-list,
        .halo-block--customSlider .halo-row-carousel.halo-row--expand:not(.slick-initialized),
        .halo-block--customSlider .products-carousel.col-expand:not(.slick-initialized){
            padding-left: calc((100% - var(--cus-pro-container, 1770px) - 40px)/ 2);
            padding-right: calc((100% - var(--cus-pro-container, 1770px) - 40px)/ 2);
        }

        .halo-block--customSlider .halo-cus--arrow .slick-prev {
            left: calc((100% - var(--cus-pro-container, 1770px) - 20px)/ 2);
        }

        .halo-block--customSlider .halo-cus--arrow .slick-next {
            right: calc((100% - var(--cus-pro-container, 1770px) - 20px)/ 2);
        }

        .halo-product-block-7 .slick-list,
        .halo-product-block-7 .products-carousel:not(.slick-initialized){
            padding-right: calc((100% - 1770px)/ 2);
        }

        .halo-product-block-7 .col-narrow .slick-list,
        .halo-product-block-7 .products-carousel.col-narrow:not(.slick-initialized){
            padding-right: calc((100% - 1770px + 20px)/ 2);
        }

        .halo-product-block-7 .col-wide .slick-list,
        .halo-product-block-7 .products-carousel.col-wide:not(.slick-initialized){
            padding-right: calc((100% - 1770px + 30px)/ 2);
        }

        .halo-product-block-7 .col-expand .slick-list,
        .halo-product-block-7 .products-carousel.col-expand:not(.slick-initialized){
            padding-right: calc((100% - 1770px + 40px)/ 2);
        }
    /* END: Block */
}

@media (min-width: 2000px){
    /* START: Container */
        .container{
            padding-left: 15px!important;
            padding-right: 15px!important;
        }

        .container.container-1170,
        .container.container-header-1170{
            max-width: 1200px!important;
        }

        .container.container-1370,
        .container.container-header-1370{
            max-width: 1400px!important;
        }

        .container.container-1570,
        .container.container-header-1570{
            max-width: 1600px!important;
        }

        .container.container-1770,
        .container.container-header-1770{
            max-width: 1800px!important;
        }

        .container.container-1860,
        .container.container-header-1860{
            max-width: 1890px!important;
        }
    /* END: Container */

    /* START: Block */
        .halo-product-block-5.content-style-2 .halo-block-header,
        .halo-product-block-5.content-style-3 .halo-block-header,
        .halo-product-block-6.content-style-2 .halo-block-header,
        .halo-product-block-6.content-style-3 .halo-block-header,
        .halo-product-block-7.content-style-2 .halo-block-header,
        .halo-product-block-7.content-style-3 .halo-block-header{
            padding-left: 15px;
            padding-right: 15px;
        }
    /* END: Block */
}

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

/*
***
* SECTION FOR SKIN STYLE
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
*/

/* START: Skin 1 (Layout 1) */
    .skin-1 .halo-block-header .title .text,
    .skin-2 .halo-block-header .title .text{
        background: var(--color-background) !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .skin-1 .halo-block-gradient .halo-block-header .title .text,
    .skin-2 .halo-block-gradient .halo-block-header .title .text{
        background: var(--bg-color);
    }

    .skin-1 .halo-block-header .title.text-left .text,
    .skin-2 .halo-block-header .title.text-left .text{
        padding-left: 0;
    }

    .skin-1 .halo-block-header .title.text-right .text,
    .skin-2 .halo-block-header .title.text-right .text{
        padding-right: 0;
    }

    .skin-1 .halo-block-header.flex-left .title,
    .skin-2 .halo-block-header.flex-left .title{
        margin-right: 20px;
    }

    .skin-1 .halo-block-header.flex-right .title,
    .skin-2 .halo-block-header.flex-right .title{
        margin-left: 20px;
    }

    .skin-1 .halo-block-header .title .text-2{
        padding-left: 50px;
    }

    .skin-1 .halo-block-header .title:before,
    .skin-2 .halo-block-header .title:before{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #c7c7c7;
        transform: translateY(-50%);
    }

    body.dark-mode.skin-1 .halo-block-header .title .text,
    body.dark-mode.skin-2 .halo-block-header .title .text{
        background: var(--bg-black);
    }
/* END: Skin 1 (Layout 1) */

/* START: Skin 2 (Layout 2) */
    .skin-2 .halo-sidebar{
        box-shadow: -3px 0px 7px 0px rgba(0, 0, 0, 0.2);
    }

    .skin-2 .halo-block-header .title:before{
        height: 10px;
        background-color: transparent;
        border-top: 1px solid var(--bg-grey);
        border-bottom: 1px solid var(--bg-grey);
    }

    .skin-2 .halo-block-header .title svg {
        position: relative;
        top: -4px;
        left: 0px;
        transform: translateY(0);
        margin-right: 7px;
    }

    .skin-2 .slick-dots li button,
    .skin-3 .slick-dots li button{
        width: 16px;
        height: 16px;
        border: 1px solid var(--icon);
    }

    .skin-2 .slick-dots li.slick-active button,
    .skin-3 .slick-dots li.slick-active button {
        background: transparent;
    }

    .skin-2 .slick-dots li.slick-active button:before,
    .skin-3 .slick-dots li.slick-active button:before{
        content: "";
        width: 4px;
        height: 4px;
        background: var(--icon);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 4;
        border-radius: 50%;
    }

    .skin-2 .slick-dots li.slick-active button:before,
    .skin-3 .slick-dots li.slick-active button:before{
        width: 6px;
        height: 6px;
        background-color: var(--icon);
    }

    @media (min-width: 551px){
        .skin-2 .halo-popup-header{
            padding-top: 11px;
        }
    }

    @media (min-width: 1025px){
        .skin-2 .slick-dots li button,
        .skin-3 .slick-dots li button{
            width: 18px;
            height: 18px;
            border-width: 2px;
        }
    }

    @media (min-width: 1600px){
        .skin-2 .halo-block-header{
            margin: 0 0 54px 0;
        }

        .skin-2 .halo-block-header .title .text{
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    @media (min-width: 1920px){
        .skin-2 .halo-block-header .title .text{
            padding-left: 50px;
            padding-right: 50px;
        }
    }
/* END: Skin 2 (Layout 2) */

/* START: Skin 3 (Layout 3) */
    .skin-3 .field__input,
    .skin-3 .form-input{
        border-radius: var(--btn-border-radius);
    }

    .skin-3 .page-header{
        padding-bottom: 29px;
    }

    .skin-3 .halo-block-header{
        margin-bottom: 26px;
    }

    .skin-3 .halo-block-header .title svg{
        display: block;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin-left: auto;
        margin-right: auto;
        width: 35px;
        height: 35px;
    }

    .skin-3 .halo-block-header .desc{
        font-size: calc(var(--font-size) + 1px);
        font-weight: var(--font-weight-normal);
        color: var(--color-text2);
        margin-top: 16px;
    }

    .skin-3 .halo-product-block .halo-block-header{
        margin-bottom: 31px;
    }

    .skin-3 .halo-block .slick-arrow{
        padding: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: var(--bg-white);
        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
    }

    @media (min-width: 1025px){
        .skin-3 .halo-popup-desc{
            padding-top: 0;
            padding-bottom: 7px;
            position: relative;
            margin-top: -2px;
        }

        .skin-3 .halo-product-block .halo-block-header{
            margin-bottom: 36px;
        }
    }

    @media (min-width: 1600px){
        .skin-3 .halo-product-block .halo-block-header{
            margin-bottom: 41px;
        }
    }

    @media (min-width: 1920px) {
        .skin-3 .card-swatch--slider .slick-prev{
            left: 0!important;
        }

        .skin-3 .card-swatch--slider .slick-next{
            right: 0!important;
        }
    }
/* END: Skin 3 (Layout 3) */

/* START: Skin 4 (Layout 4) */
    .skin-4 .halo-block:not(.slideshow) .slick-arrow{
        width: 40px;
        height: 40px;
        padding: 10px;
        border: none;
        border-radius: 50%;
        background-color: #f9f9f9;
    }

    .skin-4 .instagram .slick-arrow{
        background-color: var(--bg-white)!important;
    }

    .skin-4 .halo-block-header{
        margin-bottom: 40px;
    }

    .skin-4 .halo-block-header .desc{
        font-size: calc(var(--font-size) - 1px);
        font-weight: var(--font-weight-normal);
        color: var(--color-text2);
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .skin-4 .halo-block-header .desc.text-left{
        margin-left: 0;
    }

    .skin-4 .halo-block-header .desc.text-right{
        margin-right: 0;
    }

    .skin-4 .instagram .halo-block-header{
        margin-bottom: 37px;
    }

    .skin-4 .instagram .halo-block-header .desc{
        margin-top: 7px;
    }

    .skin-4 .halo-product-block .halo-block-header{
        margin-bottom: 25px;
    }

    .skin-4 .halo-product-block:not(.halo-product-tabs) .halo-block-header,
    .skin-4 .halo-product-block:not(.halo-custom-product-banner) .halo-block-header{
        margin-bottom: 40px;
    }

    .skin-4 .slick-dots li button{
        width: 11px;
        height: 11px;
        opacity: .5;
        border: none;
        padding: 0;
        background-color: var(--color-global-darken);
    }

    .skin-4 .slick-dots li.slick-active button {
        opacity: 1;
    }
    
    .skin-4 .top-language-currency .dropdown-icon svg{
        fill: var(--color-link);
        color: var(--color-link);
    }

    .skin-4 .halo-custom-product-banner .banner-button{
        padding: 9px 15px 10px;
        display: inline-block;
        vertical-align: top;
        width: auto;
        min-width: 190px;
        min-height: unset;
        border-radius: 40px;
        background: #ffb1c1;
        color: #000;
        border-color: #ffb1c1;
        text-transform: uppercase;
    }

    body.dark-mode.skin-4 .halo-block:not(.slideshow) .slick-arrow {
        background-color: #060606;
    }

    body.dark-mode.skin-4 .top-language-currency .dropdown-icon svg {
        fill: var(--color-black);
        color: var(--color-black);
    }

    body.dark-mode.skin-4 .instagram .slick-arrow {
        background-color: var(--bg-black)!important;
    }
/* END: Skin 4 (Layout 4) */

/* START: Skin 5 (Layout 5) */
    .skin-5 .page-header{
        padding-bottom: 34px;
    }

    .skin-5 .halo-block-header{
        margin-bottom: 32px;
    }

    .skin-5 .halo-block-header .title .text{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .skin-5 .halo-block-header .title svg{
        width: 33px;
        height: 33px;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin-right: 22px;
    }

    .skin-5 .halo-block-header .title.text-left .text{
        justify-content: flex-start;
    }

    .skin-5 .halo-block-header .title.text-right .text{
        justify-content: flex-end;
    }

    .skin-5 .halo-block-header .desc{
        font-size: calc(var(--font-size) - 1px);
        font-weight: var(--font-weight-semibold);
        padding-bottom: 10px;
    }

    .skin-5 .slick-dots li button{
        width: 10px;
        height: 10px;
        padding: 0;
        border-color: var(--bg-grey);
        background-color: transparent!important;
    }

    .skin-5 .slick-dots li.slick-active button{
        border-width: 2px;
        border-color: var(--bg-black);
    }

    .skin-5 .product-infinite-scroll{
        margin-top: 45px;
    }

    .skin-5 .product-infinite-scroll .button{
        max-width: 240px;
    }

    @media(max-width: 1399px){
        .skin-5 .top-customer-service .customer-service--text a.btn{
            display: block;
        }
    }
/* END: Skin 5 (Layout 5) */

/* START: Skin 6 (Layout Gym) */
    .skin-6 .halo-block-header{
        margin-bottom: 32px;
    }

    .skin-6 .halo-product-block .halo-block-header{
        margin-bottom: 12px;
    }

    .skin-6 .halo-block .slick-arrow{
        width: 40px;
        height: 40px;
        padding: 13px;
        border: none;
        border-radius: 50%;
        background-color: #282828;
    }

    .skin-6 .halo-block .slick-arrow svg{
        fill: #ffca28;
    }

    body.dark-mode.skin-6 .halo-block .slick-arrow {
        background-color: #282828;
    }

    @media (min-width: 1025px){
        .skin-6 .halo-block:not(.slideshow) .col-wide .slick-prev,
        .skin-6 .halo-block:not(.slideshow) .halo-row--wide .slick-prev{
            left: -5px;
        }

        .skin-6 .halo-block:not(.slideshow) .col-wide .slick-next,
        .skin-6 .halo-block:not(.slideshow) .halo-row--wide .slick-next{
            right: -5px;
        }

        .skin-6 .halo-block:not(.slideshow) .col-narrow .slick-prev,
        .skin-6 .halo-block:not(.slideshow) .halo-row--narrow .slick-prev{
            left: -10px;
        }

        .skin-6 .halo-block:not(.slideshow) .col-narrow .slick-next,
        .skin-6 .halo-block:not(.slideshow) .halo-row--narrow .slick-next{
            right: -10px;
        }

        .skin-6 .halo-block:not(.slideshow) .col-expand .slick-prev,
        .skin-6 .halo-block:not(.slideshow) .halo-row--expand .slick-prev{
            left: 10px;
        }

        .skin-6 .halo-block:not(.slideshow) .col-expand .slick-next,
        .skin-6 .halo-block:not(.slideshow) .halo-row--expand .slick-next{
            right: 10px;
        }
    }
/* END: Skin 6 (Layout Gym) */

/* START: Skin 7 (Layout Bikini) */
/* END: Skin 7 (Layout Bikini) */

/* START: Skin 8 (Layout Bag) */
    .skin-8 .text-underline:not(.link-effect-1) .text,
    .skin-8 .link-underline:not(.link-effect-1) .text{
        text-underline-offset: 4px!important;
        text-decoration-thickness: 2px;
    }

    .skin-8 .halo-auth-popup .halo-popup-close{
        top: 16px;
        right: 6px;
    }

    .skin-8 .halo-sidebar-header.style-2{
        padding-top: 50px;
    }

    .skin-8 .halo-block .slick-arrow.slick-disabled{
        display: block!important;
        opacity: .6;
    }

    @media (min-width: 1025px){
        .skin-8 .halo-popup.halo-auth-popup{
            max-width: 800px;
        }
    }
/* END: Skin 8 (Layout Bag) */

/* START: Skin 9 (Layout Supermarket) */
    .skin-9 .slick-arrow{
        width: 42px;
        height: 42px;
        border-radius: 10px;
        border: 1px solid #f2f2f2;
        padding: 7px;
        box-shadow: 1px 2px 4.55px 0.45px rgba(0, 0, 0, 0.1);
        background-color: var(--bg-white);
    }

    .skin-9 .halo-block-header{
        margin: 0 0 19px 0;
    }

    .skin-9 .halo-popup .halo-popup-header{
        margin-bottom: 18px;
    }

    .skin-9 .halo-popup-desc{
        font-size: calc(var(--font-size) + 2px);
        font-weight: var(--font-weight-normal);
        color: var(--color-text);
        padding-top: 0;
        padding-bottom: 4px;
    }

    .skin-9 .product-infinite-scroll .button{
        border-radius: var(--image-border)!important;
        max-width: 120px;
    }

    body.dark-mode.skin-9 .slick-arrow {
        border: 1px solid #4c4c4c;
        box-shadow: 1px 2px 4.55px 0.45px rgba(255, 255, 255, 0.1);
        background-color: var(--bg-black);
    }

    @media (max-width: 1024px){
        .skin-9 .container-no-padding .halo-block-header{
            padding-left: 15px;
            padding-right: 15px;
        }

        .skin-9 .halo-block .halo-row--swipe{
            padding-bottom: 5px;
        }
    }

    @media (max-width: 550px){
        .skin-9 .halo-block .halo-row .halo-row-item{
            margin-top: 0;
        }
    }

    @media(min-width: 1025px){
        .skin-9 .halo-sidebar-header.style-2{
            padding-top: 35px;
        } 

        /* START: Block */
            .skin-9 .halo-block.halo-product-block .container-1170 .slick-prev,
            .skin-9 .halo-block.halo-product-block .container-1370 .slick-prev,
            .skin-9 .halo-block.halo-product-block .container-1570 .slick-prev,
            .skin-9 .halo-block.halo-product-block .container-1770 .slick-prev{
                left: -10px;
            }

            .skin-9 .halo-block.halo-product-block .container-1170 .slick-next,
            .skin-9 .halo-block.halo-product-block .container-1370 .slick-next,
            .skin-9 .halo-block.halo-product-block .container-1570 .slick-next,
            .skin-9 .halo-block.halo-product-block .container-1770 .slick-next{
                right: -10px;
            }
        /* END: Block */
    }

    @media(min-width: 1600px){
        .skin-9 .halo-sidebar-header.style-2{
            padding-top: 45px;
        }
    }
/* END: Skin 9 (Layout Supermarket) */

/* START: Skin 10 (Layout Wedding) */
    .skin-10 .halo-block-header{
        margin-bottom: 45px;
    }

    .skin-10 .halo-block-header .desc{
        font-size: var(--font-size);
        font-weight: var(--font-weight-normal);
        margin-top: 24px;
        color: var(--color-text2);
    }

    .skin-10 .slick-dots li button{
        width: 8px;
        height: 8px;
        border-color: var(--color-global);
    }

    .skin-10 .slick-dots li.slick-active button{
        background: var(--color-global);
    }

    .skin-10 .slick-arrow.slick-disabled{
        display: block!important;
        opacity: .25;
    }

    .skin-10 .halo-block-footer .button{
        max-width: 245px;
    }

    body.dark-mode.skin-10 .halo-top-currency .dropdown-label{
        color: var(--color-white);
    }

    @media (min-width: 1025px){
        .skin-10 .slick-dots li button{
            width: 10px;
            height: 10px;
        }

        /* START: Block */
            .skin-10 .halo-block.halo-product-block .container-1170 .slick-prev,
            .skin-10 .halo-block.halo-product-block .container-1370 .slick-prev,
            .skin-10 .halo-block.halo-product-block .container-1570 .slick-prev,
            .skin-10 .halo-block.halo-product-block .container-1770 .slick-prev{
                left: 0;
            }

            .skin-10 .halo-block.halo-product-block .container-1170 .slick-next,
            .skin-10 .halo-block.halo-product-block .container-1370 .slick-next,
            .skin-10 .halo-block.halo-product-block .container-1570 .slick-next,
            .skin-10 .halo-block.halo-product-block .container-1770 .slick-next{
                right: 0;
            }

            .skin-10 .halo-block.has-dots .halo-block-footer{
                padding-top: 50px;
            }
        /* END: Block */
    }

    @media (min-width: 1400px){
        .skin-10 .slick-dots li{
            margin-left: 12px;
            margin-right: 12px;
        }
    }

    @media (min-width: 1600px){
        .skin-10 .slick-dots{
            bottom: -55px;
        }

        .skin-10 .slick-dots li{
            margin-left: 15px;
            margin-right: 15px;
        }

        /* START: Block */
            .skin-10 .halo-block.has-dots .halo-block-footer{
                padding-top: 70px;
            }
        /* END: Block */
    }
/* END: Skin 10 (Layout Wedding) */

/* START: Skin 11 (Layout Lingerie) */
    .skin-11 .halo-block-header{
        margin-bottom: 39px;
    }

    .skin-11 .halo-product-block .halo-block-header{
        margin-bottom: 19px;
    }

    .skin-11 .halo-block-header .title{
        line-height: 1.2;
    }

    .skin-11 .halo-block-header .desc{
        font-weight: var(--font-weight-normal);
        margin-top: 0;
    }

    .skin-11 .slick-dots li button{
        width: 10px;
        height: 10px;
        background: var(--icon);
    }

    .skin-11 .slick-dots li.slick-active button {
        background: transparent!important;
    }

    .skin-11 .halo-block .slick-arrow{
        width: 46px;
        height: 46px;
    }

    .skin-11 .halo-block .slick-arrow.slick-disabled{
        display: block!important;
        /*opacity: 1;*/
    }

    body.dark-mode.skin-11 .halo-top-currency .dropdown-label {
        color: var(--color-white);
    }

    @media (min-width: 1025px){
        .skin-11 .halo-custom-product-banner-1.style-4 .halo-block-header{
            margin-bottom: 60px;
        }
    }

/* END: Skin 11 (Layout Lingerie) */

/* START: Skin 12 (Layout Urban Fashion) */
    .skin-12 .halo-block-header{
        margin-bottom: 4px;
    }

    .skin-12 .slick-dots li button{
        width: 12px;
        height: 12px;
        background: var(--icon);
    }

    .skin-12 .slick-dots li.slick-active button {
        background: transparent!important;
    }

    .skin-12 .halo-block .slick-arrow{
        width: 35px;
        height: 55px;
        border-radius: 0;
        background: transparent;
        padding: 10px;
        border: 2px solid var(--icon);
    }

    .skin-12 .halo-block .slick-arrow svg{
        fill: var(--icon);
        color: var(--icon);
    }

    .skin-12 .halo-block .container-full .slick-prev{
        left: 23px;
    }

    .skin-12 .halo-block .container-full .slick-next{
        right: 23px;
    }

    @media (min-width: 1025px){
        /* START: Block */
            .skin-12 .halo-block.halo-product-block .container-1170 .slick-prev,
            .skin-12 .halo-block.halo-product-block .container-1370 .slick-prev,
            .skin-12 .halo-block.halo-product-block .container-1570 .slick-prev,
            .skin-12 .halo-block.halo-product-block .container-1770 .slick-prev{
                left: 0;
            }

            .skin-12 .halo-block.halo-product-block .container-1170 .slick-next,
            .skin-12 .halo-block.halo-product-block .container-1370 .slick-next,
            .skin-12 .halo-block.halo-product-block .container-1570 .slick-next,
            .skin-12 .halo-block.halo-product-block .container-1770 .slick-next{
                right: 0;
            }
        /* END: Block */
    }
/* END: Skin 12 (Layout Urban Fashion) */

/* START: Skin 13 (Layout Jewelry) */
    .skin-13 .halo-product-block-6 .slick-arrow{
        width: 40px;
        height: 40px;
        padding: 10px;
        border-radius: 50%;
        background-color: var(--bg-white);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    }

    .skin-13 .halo-product-block-6 .slick-prev{
        left: 0!important;
    }

    .skin-13 .halo-product-block-6 .slick-next{
        right: 0!important;
    }

    .skin-13 .halo-block-header .desc{
        font-weight: var(--font-weight-normal);
        margin-top: 7px;
        margin-bottom: 25px;
    }

    .skin-13 .slick-dots li button{
        width: 14px;
        height: 14px;
        background-color: rgba(229, 212, 200, 1);
        border-color: var(--variant-border-active);
    }

    .skin-13 .slick-dots li.slick-active button {
        background: var(--btn-5-color);
        border-color: var(--variant-border-active);
    }

    .skin-13 .heroCarousel .slick-arrow {
        width: 34px;
        height: 46px;
    }

    body.dark-mode.skin-13 .halo-product-block-6 .slick-arrow {
        background-color: var(--bg-black);
        box-shadow: 0px 3px 7px 0px rgba(255, 255, 255, 0.2);
    }

    @media (min-width: 1025px) {
        .skin-13 .heroCarousel .slick-dots {
            bottom: 44px;
        }

        .skin-13 .slick-dots li {
            margin-left: 7px;
            margin-right: 7px;
        }

        .skin-13 .slick-dots li button{
            width: 14px;
            height: 14px;
            background-color: rgba(229, 212, 200, 1);
            border-color: transparent;
        }
    
        .skin-13 .slick-dots li.slick-active button {
            background: var(--btn-5-color);
            border-color: var(--btn-5-color);
        }

    }
/* END: Skin 13 (Layout Jewelry) */

/* START: Skin 14 (Layout Eyewear) */
    .skin-14 .slideshow .slick-arrow{
        width: 72px;
        height: 72px;
        border-radius: 50%;
        background: rgb(var(--arrow-bg));
        padding: 10px;
        border: 1px solid var(--arrow-border);
    }

    .skin-14 .slideshow .slick-arrow svg{
        fill: var(--arrow-color);
        color: var(--arrow-color);
        width: 16px;
        height: 30px;
    }

    .skin-14 .halo-product-block .slick-arrow,
    .skin-14 .halo-gallery-block .slick-arrow {
        width: 50px;
        height: 70px;
        border-radius: 0;
        background-color: #ffffff;
        border: 0;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
    }

    .skin-14 .halo-product-block .slick-arrow svg,
    .skin-14 .halo-gallery-block .slick-arrow svg{
        fill: #26292d;
        color: #26292d;
        width: 10px;
        height: 17px;
    }

    .skin-14 .halo-product-block .slick-arrow.slick-prev,
    .halo-gallery-block .slick-arrow.slick-prev {
        left: 30px;
    }

    .skin-14 .halo-product-block .slick-arrow.slick-next,
    .halo-gallery-block .slick-arrow.slick-next {
        right: 30px;
    }

    body.dark-mode.skin-14 .halo-top-currency .dropdown-label {
        color: var(--color-white);
    }

    @media (max-width: 1024px) {
        .skin-14 .halo-icon-with-text .item-content .sub-title {
            font-size: calc(var(--text-font-size) - 1px);
        }
    }

    @media (min-width: 551px) and  (max-width: 1024px) {
        .skin-14 .slideshow .img-box .image {
            height: 600px;
        }
    }

    @media (min-width: 551px) {
        .skin-14 .banner-title,
        .skin-14 .halo-product-block-7 .title .text,
        .skin-14 .image-gallery-2 .title .text {
            letter-spacing: 2px;
        }
    }

    @media (min-width: 1025px) {
        .skin-14 .heroCarousel .heroCarousel-title {
            margin-bottom: 16px;
        }
    }

    @media (min-width: 1400px) {
        .skin-14 .heroCarousel .slick-dots {
            bottom: 76px;
        }
    }

    @media (min-width: 1600px) {
        .skin-14 .heroCarousel .heroCarousel-content {
            max-width: 470px;
        }

        .skin-14 .heroCarousel .heroCarousel-content .heroCarousel-title {
            letter-spacing: 2px;
        }

        .skin-14 .heroCarousel .heroCarousel-content.text-left .heroCarousel-description {
            margin-bottom: 43px;
            padding-right: 105px;
        }
    }

    @media (min-width: 1920px) {
        .skin-14 .heroCarousel .slick-arrow.slick-prev {
            left: calc((100% - 1570px + 23px)/2);
        }

        .skin-14 .heroCarousel .slick-arrow.slick-next {
            right: calc((100% - 1570px + 23px)/2);
        }

        .skin-14 .halo-product-block .slick-arrow.slick-prev,
        .halo-gallery-block .slick-arrow.slick-prev {
            left: calc(((100% - 1770px) / 2) - 1.5rem);
        }

        .skin-14 .halo-product-block .slick-arrow.slick-next,
        .halo-gallery-block .slick-arrow.slick-next {
            right: calc(((100% - 1770px) / 2) - 1.5rem);
        }
    }
/* END: Skin 14 (Layout Eyewear ) */

/* START: Skin 15 (Layout Bike) */
    .skin-15 .halo-block-header .title{
        font-style: italic;
    }

    .skin-15 .halo-block-header .desc{
        font-size: calc(var(--font-size) + 2px);
        font-weight: var(--font-weight-normal);
        margin-top: 0;
        color: var(--color-text2);
    }

    .skin-15 .slideshow .heroCarousel-title {
        font-style: italic;
    }

    .skin-15 .halo-article-6 .slick-arrow {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background-color: #747474;
        border: 0;
        box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 5%);
    }

    .skin-15 .slick-arrow svg{
        width: 12px;
        height: 23px;
    }

    .skin-15 .productView-thumbnail-wrapper .slick-arrow.slick-disabled,
    .skin-15 .productView-thumbnail-wrapper .slick-arrow {
        border: 0px !important;
        background: transparent !important;
    }

    .skin-15 .productView-thumbnail-wrapper .slick-arrow.slick-disabled svg {
        fill: var(--color-text2) !important;
        color: var(--color-text2) !important;
    }

    .skin-15 .productView-thumbnail-wrapper .slick-arrow svg {
        fill: var(--color-text) !important;
        color: var(--color-text) !important;
    }

    body.dark-mode.skin-15 .slick-arrow {
        background-color: #747474;
        box-shadow: 0px 3px 7px 0px rgba(255 255 255 / 5%);
    }

    body.dark-mode.skin-15 .slick-arrow svg {
        fill: var(--color-black);
        color: var(--color-black);
    }

    body.dark-mode.skin-15 .slick-dots li button {
        background: var(--icon);
    }

    body.dark-mode.skin-15 .slick-dots li.slick-active button {
        background: transparent;
    }

    body.dark-mode.template-index.skin-15 .halo-top-currency .dropdown-label {
        color: var(--color-white);
    }

    @media (min-width: 768px) {
        .skin-15 .slideshow .heroCarousel-title {
            font-size: calc(var(--title-tablet-font-size) + 20px);
        }
    }

    @media (min-width: 1025px) {
        .skin-15 .slick-arrow.slick-disabled {
            display: block !important;
            background-color: transparent;
            border: 1px solid #707070;
            opacity: 1;
        }

        .skin-15 .slick-arrow.slick-disabled svg{
            fill: #707070;
            color: #707070;
        }

        .skin-15 .slideshow .heroCarousel-content {
            max-width: 700px;
        }

        .skin-15 .slideshow .heroCarousel-subtitle {
            margin-bottom: 15px;
        }

        .skin-15 .slideshow .heroCarousel-title {
            margin-bottom: 64px;
        }

        .skin-15 .slideshow .heroCarousel-title {
            font-size: calc(var(--title-tablet-font-size) + 30px);
        }

        body.dark-mode.skin-15 .slick-arrow.slick-disabled {
            background-color: transparent;
            border: 1px solid #707070;
        }

        body.dark-mode.skin-15 .slick-arrow.slick-disabled svg{
            fill: #707070;
            color: #707070;
        }
    }

    @media (min-width: 1400px) {
        .skin-15 .slideshow .heroCarousel-content {
            max-width: 885px;
        }

        .skin-15 .slideshow .heroCarousel-title {
            font-size: calc(var(--title-font-size) + 20px);
        }
    }
/* END: Skin 15 (Layout Bike ) */


/* START: Skin 16 (Layout Tech) */
.skin-16 .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    padding: 16px;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    background-color: var(--bg-white);
}

.skin-16 .halo-block-header .desc,
.skin-17 .halo-block-header .desc {
    font-weight: var(--font-weight-normal);
}

.skin-16 .halo-popup .halo-popup-header,
.skin-17 .halo-popup .halo-popup-header {
    margin-bottom: 18px;
}

.skin-16 .halo-popup-desc,
.skin-17 .halo-popup-desc {
    font-size: calc(var(--font-size) + 2px);
    font-weight: var(--font-weight-normal);
    color: var(--color-text);
    padding-top: 0;
    padding-bottom: 4px;
}

.skin-16 .product-infinite-scroll .button,
.skin-17 .product-infinite-scroll .button {
    border-radius: var(--image-border)!important;
    max-width: 120px;
}

.skin-16 .custom-banner .custom-banner-item,
.skin-17 .custom-banner .custom-banner-item {
    border-radius: 0;
}

.skin-16 .featured-brand-1 .halo-row-item,
.skin-17 .featured-brand-1 .halo-row-item {
    padding-bottom: 23px;
    padding-top: 23px;
}

.skin-16 .featured-brand-1 .image,
.skin-17 .featured-brand-1 .image {
    border: 1px solid #ebebeb;
    transition: all 0.3s ease;
}

.skin-16 .featured-brand-1 .image:hover,
.skin-17 .featured-brand-1 .image:hover {
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.skin-16 .featured-brand-1 .image-zoom:hover img,
.skin-17 .featured-brand-1 .image-zoom:hover img {
    transform: scale(1);
}

.skin-16 .slick-dots li button,
.skin-17 .slick-dots li button {
    border: 1px solid var(--color-link);
}

.skin-16 .slick-dots li.slick-active button,
.skin-17 .slick-dots li.slick-active button {
    border: 1px solid var(--color-link-hover);
    background: var(--color-link-hover);
}

.skin-16 .halo-block .slick-arrow.slick-disabled,
.skin-17 .halo-block .slick-arrow.slick-disabled {
    display: block !important;
}

.skin-16 .header-nav-vertical-menu.style-2 .menu-lv-item.menu-lv-toggle > .menu-lv-1__action .icon,
.skin-17 .header-nav-vertical-menu.style-2 .menu-lv-item.menu-lv-toggle > .menu-lv-1__action .icon {
    height: 27px;
}

body.dark-mode.skin-16 .slick-arrow,
body.dark-mode.skin-17 .slick-arrow {
    border: 1px solid #4c4c4c;
    box-shadow: 1px 2px 4.55px 0.45px rgba(255, 255, 255, 0.1);
    background-color: var(--bg-black);
}

body.dark-mode.skin-16 .halo-collapsible-content-2.style-2 .product-tabs-list .tab-links,
body.dark-mode.skin-17 .halo-collapsible-content-2.style-2 .product-tabs-list .tab-links {
    color: var(--color-background);
    border-color: var(--color-background);
}

body.dark-mode.skin-16 .halo-collapsible-content-2.style-2 .product-tabs-list li .tab-links.active,
body.dark-mode.skin-17 .halo-collapsible-content-2.style-2 .product-tabs-list li .tab-links.active {
    background: var(--color-background);
    color: var(--color-text);
}

body.dark-mode.skin-16 .marquee-box,
body.dark-mode.skin-16 .halo-newsletter,
body.dark-mode.skin-16 .halo-collapsible-content-2,
body.dark-mode.skin-16 .halo-banner-with-custom-link2,
body.dark-mode.skin-16 .halo-collapsible-content-2 .faqs-item .card-header:not(.collapsed) .icon-plus:before,
body.dark-mode.skin-16 .halo-collapsible-content-2 .faqs-item .card-header:not(.collapsed) .icon-plus:after,
body.dark-mode.skin-17 .marquee-box,
body.dark-mode.skin-17 .halo-newsletter,
body.dark-mode.skin-17 .halo-collapsible-content-2,
body.dark-mode.skin-17 .halo-banner-with-custom-link2,
body.dark-mode.skin-17 .halo-collapsible-content-2 .faqs-item .card-header:not(.collapsed) .icon-plus:before,
body.dark-mode.skin-17 .halo-collapsible-content-2 .faqs-item .card-header:not(.collapsed) .icon-plus:after {
    background: var(--color-background);
}

body.dark-mode.skin-16 .marquee-box,
body.dark-mode.skin-16 .halo-newsletter,
body.dark-mode.skin-16 .footer-6 .footer-block__column .footer-block__heading,
body.dark-mode.skin-16 .footer-6 .list-menu__item--link, 
body.dark-mode.skin-16 .footer-6 .footer-block__details,
body.dark-mode.skin-17 .marquee-box,
body.dark-mode.skin-17 .halo-newsletter,
body.dark-mode.skin-17 .footer-6 .footer-block__column .footer-block__heading,
body.dark-mode.skin-17 .footer-6 .list-menu__item--link, 
body.dark-mode.skin-17 .footer-6 .footer-block__details {
    color: var(--color-text);
}

@media (max-width: 1024px) {
    .skin-16 .container-no-padding .halo-block-header,
    .skin-17 .container-no-padding .halo-block-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .skin-16 .halo-block .halo-row--swipe,
    .skin-17 .halo-block .halo-row--swipe {
        padding-bottom: 0;
    }
}

@media(min-width: 1025px) {
    .skin-16 .halo-sidebar-header.style-2,
    .skin-17 .halo-sidebar-header.style-2 {
        padding-top: 35px;
    } 

    /* START: Block */
        .skin-16 .halo-block.featured-brand-1 .container-1570 .slick-prev,
        .skin-17 .halo-block.featured-brand-1 .container-1570 .slick-prev {
            left: -10px;
        }

        .skin-16 .halo-block.featured-brand-1 .container-1570 .slick-next,
        .skin-17 .halo-block.featured-brand-1 .container-1570 .slick-next {
            right: -10px;
        }
    /* END: Block */
}

@media(min-width: 1600px) {
    .skin-16 .halo-sidebar-header.style-2,
    .skin-17 .halo-sidebar-header.style-2 {
        padding-top: 45px;
    }

    .skin-16 .halo-block.featured-brand-1 .container-1570 .slick-prev,
    .skin-17 .halo-block.featured-brand-1 .container-1570 .slick-prev {
        left: -75px;
    }

    .skin-16 .halo-block.featured-brand-1 .container-1570 .slick-next,
    .skin-17 .halo-block.featured-brand-1 .container-1570 .slick-next {
        right: -75px;
    }
}
/* END: Skin 16 (Layout Tech) */


/* START: Skin 17 (Layout Wig) */
.skin-17 .halo-block-header {
    margin: 0 0 40px;
}

.skin-17 .halo-block-header .desc {
    margin: 8px 0 0;
}

.skin-17 .slick-arrow {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #000000;
    padding: 13px;
    box-shadow: none;
    background-color: var(--bg-white);
}

.skin-17 .icon-arrow-effect--bis {
    padding: 14px;
}

.skin-17 .halo-article-1 .banner-link {
    color: var(--blog-title-color);
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.skin-17 .footer-10 .footer-block__bottom {
    padding-top: 19px;
    padding-bottom: 20px;
}

.skin-17 .footer-block__bottom.separate-line {
    border-top: 1px solid var(--bg-grey);
}

@media(min-width: 551px) {
    .skin-17 .fixed-banner-2.layout-2 .content-box {
        max-width: 510px;
    }
}

@media(min-width: 1025px) {
    .skin-17 .halo-article-1 .banner-link:hover,
    .skin-17 .halo-article-1 .banner-link:hover .text {
        text-decoration: none;
    }

    .skin-17 .featured-brand-3 .halo-block-header {
        margin: 0 0 60px;
    }
}
/* END: Skin 17 (Layout Wig) */


/* START: Skin 19 (Layout Electronics) */
.skin-18 .halo-block-header{
    margin-bottom: 39px;
}

.skin-18 .halo-product-block .halo-block-header{
    margin-bottom: 40px;
}

.skin-18 .halo-block-header .desc{
    font-weight: var(--font-weight-normal);
    margin-top: 0;
}

.skin-18 .slick-dots li button{
    width: 10px;
    height: 10px;
    background: var(--icon);
}

.skin-18 .slick-dots li.slick-active button {
    background: transparent!important;
}

.skin-18 .halo-block .slick-arrow{
    width: 46px;
    height: 46px;
}

.skin-18 .halo-block .slick-arrow.slick-disabled{
    display: block !important;
}

.skin-18 .card.style-12 .card-information {
    border-top: none;
}

body.dark-mode.skin-18 .halo-top-currency .dropdown-label {
    color: var(--color-white);
}

@media (min-width: 1025px){
    .skin-18 .halo-custom-product-banner-1.style-4 .halo-block-header{
        margin-bottom: 60px;
    }
}

/* END: Skin 19 (Layout Electronics) */



/* Optional: load Oswald if your theme doesn't have it.
   If @import is blocked, add this Google Fonts link in theme.liquid head:
   <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap" rel="stylesheet"> */
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');*/

.kh-colorcode * { box-sizing: border-box; }

/* Outer wrapper keeps everything from stretching full-width */
.kh-colorcode {
  max-width: 860px;
  margin: 0 auto 2.25rem auto;
  padding: 0 10px;
}

/* The “card” with the vertical rainbow bar */
.kh-cc__card {
  position: relative;
  display: flex;
  gap: 0;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 20px 24px;
  /* subtle lift without heavy drop shadow */
  box-shadow: 0 0 0 1px rgba(0,0,0,.06);
}

/* Vertical bar */
.kh-cc__bar {
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 6px;
  border-radius: 3px;
  background: linear-gradient(
    to bottom,
    #d71920 0%,
    #f58220 14.28%,
    #fbd302 28.56%,
    #32a852 42.84%,
    #3f90d3 57.12%,
    #3f00ff 71.4%,
    #8e44ad 85.68%
  );
}

/* Blocks column */
.kh-cc__blocks {
  width: 100%;
  padding-left: 14px; /* space after the bar */
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

/* Headings and body copy */
.kh-cc__block h3 {
  font-family: 'Oswald', var(--font-heading, sans-serif);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
  letter-spacing: .2px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

/* subtle color underline that matches the block */
.kh-cc__block h3::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 2px;
  background: currentColor;
}

.kh-cc__block p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: #333;
}

.kh-cc__block em {
  display: block;
  margin-top: .35rem;
  font-size: 13.5px;
  color: #767676;
  font-style: italic;
}

/* Per-block accent color (affects heading + underline via currentColor) */
.kh-cc__block--red    h3 { color: #d71920; }
.kh-cc__block--orange h3 { color: #f58220; }
.kh-cc__block--yellow h3 { color: #caa900; }   /* slightly darker than #fbd302 for contrast */
.kh-cc__block--green  h3 { color: #2c8f49; }
.kh-cc__block--blue   h3 { color: #3f90d3; }
.kh-cc__block--indigo h3 { color: #3f00ff; }
.kh-cc__block--violet h3 { color: #8e44ad; }

/* Description block under the card */
.kh-cc__desc {
  margin-top: 18px;
  padding: 18px 16px;
  background: #fdf6e3;      /* parchment tone */
  border: 1px solid #eadfcb;
  border-radius: 10px;
}

.kh-cc__desc h3 {
  font-family: 'Oswald', var(--font-heading, sans-serif);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 .5rem 0;
}

.kh-cc__desc p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #333;
}

/* Mobile tuning */
@media (max-width: 600px) {
  .kh-cc__card { padding: 16px 16px 16px 20px; }
  .kh-cc__bar  { top: 10px; bottom: 10px; }
  .kh-cc__blocks { gap: 1rem; }
  .kh-cc__block h3 { font-size: 15px; }
  .kh-cc__block p, .kh-cc__desc p { font-size: 14px; }
}
/* Make sure we win the cascade inside accordions/RTE */
.product__accordion .rte .color-code-container,
.collapsible-content .rte .color-code-container,
.rte .color-code-container {
  display: grid !important;
  grid-template-columns: 6px 1fr;
  column-gap: 16px;
  align-items: start;
  padding: 16px 20px 16px 10px;
  margin: 12px 0 24px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0,0,0,.05);
}

/* The rainbow bar */
.product__accordion .rte .color-code-container .color-bar,
.collapsible-content .rte .color-code-container .color-bar,
.rte .color-code-container .color-bar {
  grid-column: 1;
  grid-row: 1 / -1;       /* spans all blocks */
  width: 6px;
  min-height: 520px;      /* ensures we see enough rainbow */
  border-radius: 3px;
  background: linear-gradient(
    to bottom,
    #d71920 0%,
    #f58220 14.28%,
    #fbd302 28.56%,
    #32a852 42.84%,
    #3f90d3 57.12%,
    #3f00ff 71.4%,
    #8e44ad 85.68%
  );
}

/* Text column */
.product__accordion .rte .color-code-container .color-blocks,
.collapsible-content .rte .color-code-container .color-blocks,
.rte .color-code-container .color-blocks {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-left: 0; /* remove earlier padding-left */
}

/* Typography resets (themes often override .rte) */
.product__accordion .rte .color-block h3,
.collapsible-content .rte .color-block h3,
.rte .color-block h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.25;
}

.product__accordion .rte .color-block p,
.collapsible-content .rte .color-block p,
.rte .color-block p {
  font-size: 14.5px;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

.product__accordion .rte .color-block em,
.collapsible-content .rte .color-block em,
.rte .color-block em {
  display: block;
  margin-top: 4px;
  font-style: italic;
  font-size: 14px;
  color: #666;
}

/* Section below the card */
.product__accordion .rte .royal-color-description-wrapper,
.collapsible-content .rte .royal-color-description-wrapper,
.rte .royal-color-description-wrapper {
  border-top: 1px solid #e7e7e7;
  padding-top: 16px;
  margin: 8px 0 0 10px;  /* lines up with card’s left padding */
}

.product__accordion .rte .royal-color-description h3,
.collapsible-content .rte .royal-color-description h3,
.rte .royal-color-description h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
}

.product__accordion .rte .royal-color-description p,
.collapsible-content .rte .royal-color-description p,
.rte .royal-color-description p {
  font-size: 14.5px;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

/* Mobile tweaks */
@media (max-width: 749px) {
  .product__accordion .rte .color-code-container,
  .collapsible-content .rte .color-code-container,
  .rte .color-code-container {
    grid-template-columns: 4px 1fr;
    padding: 12px 14px 12px 8px;
  }
  .product__accordion .rte .color-code-container .color-bar,
  .collapsible-content .rte .color-code-container .color-bar,
  .rte .color-code-container .color-bar {
    width: 4px;
    min-height: 460px;
  }
  .product__accordion .rte .color-block h3,
  .collapsible-content .rte .color-block h3,
  .rte .color-block h3 { font-size: 15px; }
}

/* Add to Bag hover */
button:hover,
.add-to-cart:hover {
  background-color: #d4af37 !important; /* Gold */
  border-color: #d4af37 !important;
}





.kh-secure-checkout {
  text-align: center;
  margin-top: 15px;
}

.kh-secure-checkout-label {
  font-size: 12px;
  color: #777;   /* grey */
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.kh-prod-badges-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;   /* force one line */
  gap: 10px;
}

.kh-prod-badges-grid img {
  height: 22px;   /* scale smaller to fit */
  width: auto;
}


/* KH: secure checkout (shared) */
.kh-secure-checkout{ text-align:center; margin-top:14px; }
.kh-secure-checkout__label{
  margin:4px 0 6px;
  font-weight:600; font-size:12px; line-height:1.1;
  letter-spacing:.08em; text-transform:uppercase;
  color:#888;
}
.kh-badges{ display:flex; justify-content:center; align-items:center; gap:10px; flex-wrap:nowrap; }
.kh-badges img{ height:22px; width:auto; max-width:100%; display:block; }
@media (min-width:768px){ .kh-badges img{ height:24px; } }
/* /KH */


/* Center Secure Checkout Section */
.secure-checkout {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px; /* Padding underneath */
}

.secure-checkout-text {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #777; /* grey */
  margin-bottom: 8px;
}

.secure-checkout .payment-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* space between logos */
  flex-wrap: wrap; /* makes sure it adapts on smaller screens */
}

/* Secure Checkout: Centered with spacing */
.kh-secure-checkout {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px; /* padding beneath whole section */
}

.kh-secure-checkout-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777; /* grey */
  margin-bottom: 10px;
}

.kh-prod-badges-grid {
  display: inline-flex;       /* keeps icons inline */
  justify-content: center;    /* centers the icons */
  align-items: center;
  gap: 8px;                   /* space between logos */
  flex-wrap: wrap;            /* wraps to new line if too small */
  margin: 0 auto;             /* centers the flexbox itself */
}

.kh-prod-badges-grid img {
  height: 22px;
  width: auto;
  display: block;
}




/* Style product size boxes */
.productView-size .swatch {
    width: 70px;         /* adjust for larger squares */
    height: 70px;        /* keep square */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;     /* bigger text */
    font-weight: 600;
    border: 2px solid #000;  /* bold border for clarity */
    margin: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Active/selected state */
.productView-size .swatch.is-active,
.productView-size .swatch input:checked + label {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

/* Hover effect */
.productView-size .swatch:hover {
    border-color: #666;
}

/* === KING HASHEM: Bigger square size boxes === */

/* Base shape + layout (work across Halo variants) */
.productView-size .swatch label,
.productView-variants .swatch .swatch-element label,
.productView-variants .product-option .form-option,
.productView-variants [data-type="button"] input[type="radio"] + label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 70px;       /* make larger */
  min-height: 70px;      /* keep square */
  padding: 0;            /* we’re sizing by min- dimensions */
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #000;
  border-radius: 8px;    /* square-ish corners; change to 0 for sharp */
  background: #fff;
  color: #000;
  margin: 6px 8px 0 0;
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
}

/* Active/selected state */
.productView-size .swatch.is-active label,
.productView-variants .swatch .swatch-element.is-active label,
.productView-variants [data-type="button"] input[type="radio"]:checked + label {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  transform: translateY(-1px);
}

/* Hover */
.productView-size .swatch label:hover,
.productView-variants .swatch .swatch-element label:hover,
.productView-variants [data-type="button"] input[type="radio"] + label:hover {
  border-color: #666;
}

/* Make sure inner inputs don’t constrain the box */
.productView-size .swatch input[type="radio"],
.productView-variants .swatch .swatch-element input[type="radio"] {
  position: absolute; /* visually hidden by the label */
  opacity: 0;
  pointer-events: none;
}




<style>
  /* Make size buttons bigger */
  #product-option-{{ section.id }}-{{ product.id }} [data-type="button"] input[type="radio"] + label {
    width: 70px;        /* increase button width */
    height: 70px;       /* increase button height */
    font-size: 18px;    /* bigger text */
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 6px;
    margin: 6px;
    cursor: pointer;
  }

  #product-option-{{ section.id }}-{{ product.id }} [data-type="button"] input[type="radio"]:checked + label {
    background: #000;
    color: #fff;
  }
</style>

.header--dark {
  background-color: #000 !important;
}
/* Product Page Header Styling */
.template-product .header-wrapper {
  background-color: #000 !important; /* black background */
}

.template-product .header-wrapper .header__heading,
.template-product .header-wrapper .header__menu-item,
.template-product .header-wrapper .header__icon,
.template-product .header-wrapper .header__icon svg {
  color: #fff !important; /* white text/icons */
  fill: #fff !important;  /* ensures icons turn white */
}




.header .header__icon .count,
.header .header__icon .icon-bubble,
.icon-bubble,
.count {
  background-color: #B28D4F !important; /* Dark gold */
  color: #000000 !important;            /* Black text */
  border: none !important;
  font-size: 11px !important;
  padding: 4px 6px !important;
  border-radius: 999px !important;
}
.wishlist-count {
  background-color: #f2b844 !important; /* Dark gold */
  color: #000000 !important; /* Black text */
  border: none !important;
}
.wishlist-count {
  background-color: #f2b844 !important;
  color: #000000 !important;
  border: none !important;
  padding: 2px 6px !important;
  border-radius: 10px !important;
  font-weight: bold;
}
.header__icon .icon-bubble .count {
  background-color: #f2b844 !important;  /* Dark gold */
  color: #000000 !important;             /* Black text */
  border: none !important;
}
.template-index .shopify-section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
span.swym-wishlist-badge, 
.swym-wishlist-button .swym-count {
  background-color: #f2b844 !important; /* Gold */
  color: black !important;
  border: none !important;
  box-shadow: none !important;
}
.header-inline {
  padding-top: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  background: transparent !important;
}

.mega-menu__alert {
  display: none !important;
}







/* White card box */
.color-code-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  position: relative;
}

.color-bar {
  position: absolute;
  top: 1.25rem;
  bottom: 7.5rem; /* stops before Royal Color Code */
  left: 0;
  width: 6px;
  background: linear-gradient(
    to bottom,
    #d71920 10%,
    #f58220 23%,
    #fbd302 45%,
    #32a852 60%,
    #3f90d3 80%,
    #3f00ff 88%,
    #8e44ad 100%
  );
  border-radius: 3px;
}

.color-blocks {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.color-block h3 {
  margin: 0 0 0.35rem;
  font-weight: 700;
  font-size: 1rem;
}

.color-block p {
  margin: 0;
  line-height: 1.55;
  font-size: 0.95rem;
}

.royal-color-description-wrapper {
  border-top: 1px solid #ccc;
  padding-top: 0.75rem;
  margin-top: 1.25rem;
}

.royal-color-description h3 {
  margin: 0 0 0.4rem;
  font-weight: 600;
  font-size: 1.05rem;
}

.royal-color-description p {
  margin: 0;
  line-height: 1.55;
  font-size: 0.95rem;
}





/* Black header on all pages EXCEPT the home page */
body:not(.template-index) #shopify-section-header,
body:not(.template-index) #shopify-section-header .header,
body:not(.template-index) #shopify-section-mobile-header,
body:not(.template-index) .site-header,
body:not(.template-index) .header {
  background: #000 !important;
  border-bottom: 0 !important;
}

/* Make header text & icons white on non-home pages (cart/search included) */
body:not(.template-index) .header a,
body:not(.template-index) .header .header__icon,
body:not(.template-index) .header .header__icon svg,
body:not(.template-index) .header .header__icon .count,
body:not(.template-index) .header .halo-currency .disclosure__button,
body:not(.template-index) .header .halo-language .disclosure__button,
body:not(.template-index) .header .header__nav-item > a {
  color: #fff !important;
  fill: #fff !important;
}

/* Search field inside the header on non-home pages */
body:not(.template-index) .header .search__input,
body:not(.template-index) .header .search-input,
body:not(.template-index) .header .form-search input {
  background: #111 !important;
  color: #fff !important;
  border-color: #222 !important;
}
body:not(.template-index) .header .search__input::placeholder,
body:not(.template-index) .header .search-input::placeholder {
  color: #cfcfcf !important;
}






/* Make size buttons fully white inside */
.productView-options .swatch {
    background-color: #fff !important; /* solid white */
    border: 2px solid #000 !important; /* black border */
    color: #000 !important; /* black text */
    box-shadow: none !important; /* remove inner shadow/grey */
}

/* Style for selected/active button */
.productView-options .swatch.is-selected {
    background-color: #000 !important; /* black fill when selected */
    color: #fff !important; /* white text when selected */
}
/* Force size buttons to be solid white inside */
.productView-options .form-option,
.productView-options .form-option .form-option-variant {
    background-color: #ffffff !important; /* pure white */
    border: 2px solid #000000 !important; /* black outline */
    color: #000000 !important; /* black text */
    box-shadow: none !important; /* kill inner grey shadows */
}

/* Selected state (when a size is chosen) */
.productView-options .form-option.is-active,
.productView-options .form-option.is-active .form-option-variant {
    background-color: #000000 !important; /* black fill */
    color: #ffffff !important; /* white text */
    border: 2px solid #000000 !important; /* keep the border */
}
/* KING HASHEM — Size buttons: solid white inside, black outline only */
.productView-options .form-option,
.productView-options .swatch,
.productView-options .size, 
.productView-options .size * {
  background: #fff !important;               /* white interior */
  color: #000 !important;                     /* black text */
  border: 2px solid #000 !important;          /* black outer border */
  box-shadow: none !important;                /* kill inset/outer shadows */
  outline: none !important;
  background-image: none !important;          /* stop gradient “lines” */
}

/* Remove any inner borders/pseudo-element lines some themes inject */
.productView-options .form-option *,
.productView-options .swatch *,
.productView-options .size * {
  border: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}
.productView-options .form-option::before,
.productView-options .form-option::after,
.productView-options .form-option .form-option-variant::before,
.productView-options .form-option .form-option-variant::after,
.productView-options .swatch::before,
.productView-options .swatch::after {
  content: none !important;
}

/* Selected state = invert to black fill, white text */
.productView-options .form-option.is-active,
.productView-options .swatch.is-selected {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

/* Hover/focus should stay white inside with black outline */
.productView-options .form-option:hover,
.productView-options .swatch:hover,
.productView-options .form-option:focus-visible,
.productView-options .swatch:focus-visible {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
}





/* === Predictive Search - Light theme (HALO) === */

/* Drawer / overlay containers */
#SearchDrawer,
#SearchDrawer .drawer__inner,
#predictive-search,
.search-modal,
.predictive-search {
  background-color: #fff !important;
}

/* Make all text inside black */
#SearchDrawer *,
#predictive-search *,
.search-modal *,
.predictive-search * {
  color: #000 !important;
}

/* Search inputs */
#SearchDrawer input[type="search"],
#predictive-search input[type="search"],
.search-modal input[type="search"],
.predictive-search input[type="search"] {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #dadada !important;
}

#SearchDrawer input::placeholder,
#predictive-search input::placeholder,
.search-modal input::placeholder,
.predictive-search input::placeholder {
  color: #666 !important;
}

/* Headings like "Favorites" */
#SearchDrawer .search-title,
#predictive-search .predictive-search__heading,
.search-modal .predictive-search__heading,
.predictive-search .predictive-search__heading {
  color: #000 !important;
  font-weight: 600;
}

/* Optional: light suggestion “pills” */
.search-modal .search-suggestion,
.predictive-search .search-suggestion {
  background-color: #f2f2f2 !important;
  color: #000 !important;
  border-radius: 6px;
}
/* Predictive search product images - keep aspect ratio */
.predictive-search__item img,
.search-modal .predictive-search__item img {
  width: auto !important;     /* let width scale naturally */
  height: auto !important;    /* preserve aspect ratio */
  max-width: 80px !important; /* set a reasonable max width */
  max-height: 80px !important; /* set a reasonable max height */
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}




.productView-subtext {
  font-size: 1.3rem;   /* Increase size */
  font-weight: 500;    /* Make bolder */
  margin-top: .3rem; /* Give some spacing below title */
  margin-bottom: 4rem; /
}




/* =========================================================
   KH — Size Guide.
   ========================================================= */

.size-guide-wrapper {
  text-align: right;
  margin-bottom: 8px;  /* space between guide and sizes */
  padding-right: 10px; /* adjust as needed */
}

.size-guide-wrapper .btn-size-guide {
  font-size: 14px;
  text-decoration: underline;
  color: #000; /* match your theme’s text color */
  cursor: pointer;
}
.size-guide-wrapper {
  text-align: right;
  margin-bottom: 12px; /* space below Size Guide before size buttons */
  padding-right: 10px;
}

.size-guide-wrapper .btn-size-guide {
  font-size: 16px;   /* larger text */
  font-weight: 600;  /* bold for emphasis */
  color: #000;       /* match theme */
  cursor: pointer;
  text-decoration: none; /* removes underline */
}
.size-guide-wrapper .btn-size-guide:hover {
  color: #555; /* optional hover effect */
}




/* =========================================================
   KH — Adult/Child Switcher (clean, consolidated)
   Drop this in base.css and remove older switcher rules.
   ========================================================= */

/* Container */
.productView .kh-switcher{
  display:flex;
  gap:10px;                 /* space between buttons */
  margin-top:0px;           /* sits close to sizes */
  margin-bottom:50px;       /* breathing room before Add to Bag */
  padding-left:5px;        /* nudge to line up with size pills (tweak 8–14px if needed) */
}

/* Buttons */
.productView .kh-switcher__btn{
  display:inline-block;
  padding: 10px 22px;        /* wider buttons */
  min-width: 112px;          /* enforce consistent width */
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  text-align: center;        /* centers text horizontally */
  line-height:1;
  text-decoration:none;
  background:#fff;
  color:#000;
  border:2px solid #000;    /* solid black border */
  border-radius:6px;
  transition:background .15s ease, color .15s ease, border-color .15s ease;
}

/* Hover — light grey fill, keep black border (no gold) */
.productView .kh-switcher__btn:hover{
  background:#dadada;
  color:#000;
  border-color:#000 !important;  /* override theme hover border */
}

/* Active/current page */
.productView .kh-switcher__btn.is-active{
  background:#000;
  color:#fff;
  border-color:#000;
  pointer-events:none;
  cursor:default;
}

/* Mobile: slightly tighter spacing */
@media (max-width: 767px){
  .productView .kh-switcher{
    gap:8px;
    margin-bottom:20px;
    padding-left:10px;
  }
  .productView .kh-switcher__btn{
    padding:7px 12px;
    font-size:13px;
  }
}





/* KING HASHEM – Size table */
.kh-size-table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
  background:#fff;                   /* whole chart white */
  border:2px solid #000;             /* bold outer border */
  font-family: Arial, sans-serif;
  font-size:14px;
}

/* Header block */
.kh-size-table thead th{
  padding:12px 10px;                 /* more breathing room */
  background:#fff;                   /* no gray inside header */
  font-weight:700;
  text-align:center;
  vertical-align:middle;
  border:none;                       /* no inner header lines */
}

/* Bold underline under entire header block */
.kh-size-table thead tr:last-child th{
  border-bottom:2px solid #000;      /* bold line under header */
}

/* Body cells */
.kh-size-table tbody td{
  padding:10px 8px;
  text-align:center;
  vertical-align:middle;
  border:1px solid #000;             /* regular inner grid lines */
}

/* Zebra striping starting with S, L, 2XL (1st, 3rd, 5th rows) */
.kh-size-table tbody tr:nth-child(odd){
  background:#f5f5f5;                /* light gray stripe */
}

/* Keep “Size” column header row cell (first header row, first col) centered */
.kh-size-table thead th[rowspan]{
  text-align:center;
}

/* Optional: bold the size labels in the first column of body */
.kh-size-table tbody tr td:first-child{
  font-weight:700;
  background:inherit;                /* preserve zebra */
}


.kh-size-table{
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
  background:#fff;                         /* full white background */
  border:2px solid #000;                   /* bold outer border */
  font-family:Arial, sans-serif;
  font-size:14px;
}

/* Header cells: no inner lines, more padding */
.kh-size-table thead th{
  background:#fff;
  font-weight:700;
  text-align:center;
  vertical-align:middle;
  padding:14px 10px;                       /* more breathing room */
  border:none;                             /* kill inner header lines */
}

/* Bold underline under whole header block */
.kh-size-table thead tr:last-child th{
  border-bottom:2px solid #000;
}

/* Body cells: regular grid lines */
.kh-size-table tbody td{
  text-align:center;
  vertical-align:middle;
  padding:10px 8px;
  border:1px solid #000;
}

/* Zebra striping starting S, L, 2XL (1st, 3rd, 5th) */
.kh-size-table tbody tr:nth-child(odd) td{
  background:#f5f5f5;
}

/* Bold sizes in first column */
.kh-size-table tbody td:first-child{
  font-weight:700;
}




/* Scoped only to search dropdown results */
.predictive-search .card-media {
  height: 200px;   /* uniform height for container */
  display: flex;
  align-items: center;
  justify-content: center;
}

.predictive-search .card-media img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}




/* ===== FINAL SALE NOTIFICATION  ===== */

.final-sale-notification {
  max-width: 420px;     /* Adjust width to your preference */
  margin: 0 auto;       /* Centers the text block */
  text-align: left;     /* Keeps text aligned left */
}







/* === SIZE GUIDE ON PRODUCT PAGE BARUCH HASHEM === */

.size-guide-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.25rem;
}

.size-guide-link .size-guide {
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}









/* ================================
   KH — PDP Wishlist (clean, scoped)
   ================================ */

/* The button on the product page (cover common class names) */
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist){
  width: 40px; height: 40px;
  display:inline-flex; align-items:center; justify-content:center;
  background:#fff !important;                 /* Default bg */
  border:1px solid #000 !important;           /* Default border = black */
  border-radius:8px;                          /* Match size pills rounding */
  padding:0; box-shadow:none !important;
  transition: background .15s, border-color .15s;
}

/* Heart icon – single outline only, no duplicates */
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist) svg{
  width:18px; height:18px; display:block;
}
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist) svg *{
  fill: none !important;                      /* Hollow by default */
  stroke: #000 !important;                    /* Black outline by default */
  stroke-width: 1.5 !important;
  vector-effect: non-scaling-stroke;
  transition: fill .15s, stroke .15s;
}
/* If the theme duplicates the path, hide extra copies to stop “double hearts” */
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist) svg path:not(:first-of-type),
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist) svg use{
  display:none !important;
}

/* HOVER — grey tile, black border, grey fill + black outline */
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist):hover{
  background:#dadada !important;
  border-color:#000 !important;               /* keep border black */
}
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist):hover svg *{
  fill:#bfbfbf !important;                    /* soft grey interior */
  stroke:#000 !important;                     /* black outline */
}

/* ACTIVE / SAVED — vanish the tile, show a solid red heart only */
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist).is-active,
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist).added,
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist)[aria-pressed="true"],
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist).wishlist-added{
  background: transparent !important;
  border: none !important;                    /* no square/border */
  box-shadow:none !important;
}
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist).is-active svg *,
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist).added svg *,
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist)[aria-pressed="true"] svg *,
.productView :is(.btn-wishlist,.wishlist-button,.wishlist-btn,.wishlist,.wishlist__button,.halo-wishlist).wishlist-added svg *{
  fill:#e10600 !important;                    /* solid red heart */
  stroke:#e10600 !important;                  /* red outline */
}




/* =========================================================
   M) PDP Wishlist — EXACT 3 STATES (no header impact)
   ---------------------------------------------------------
   Default  : white tile, black border, black heart outline, no fill
   Hover    : grey tile (#dadada), black border, black heart outline, grey fill
   Clicked  : NO tile/border, red heart outline & red fill (#e10600)
   Also: rounded corners to match size pills, hide any duplicate heart paths
   ========================================================= */

.template-product .productView .btn-wishlist,
.template-product .productView .wishlist-button,
.template-product .productView .wishlist,
.template-product .productView .wishlist-toggle {
  /* tile */
  background: #fff !important;
  border: 2px solid #000 !important;   /* black border on default */
  border-radius: 8px !important;       /* match size buttons */
  width: 40px; height: 40px;
  padding: 0;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: none !important;
}

/* Heart icon in all states follows stroke/fill below */
.template-product .productView .btn-wishlist svg,
.template-product .productView .wishlist-button svg,
.template-product .productView .wishlist svg,
.template-product .productView .wishlist-toggle svg {
  width: 18px; height: 18px;
}

/* Make SVGs obey our colors; kill “double-heart” duplicates */
.template-product .productView .btn-wishlist svg *,
.template-product .productView .wishlist-button svg *,
.template-product .productView .wishlist svg *,
.template-product .productView .wishlist-toggle svg * {
  vector-effect: non-scaling-stroke;
}
.template-product .productView .btn-wishlist svg path:not(:first-of-type),
.template-product .productView .wishlist-button svg path:not(:first-of-type),
.template-product .productView .wishlist svg path:not(:first-of-type),
.template-product .productView .wishlist-toggle svg path:not(:first-of-type),
.template-product .productView .btn-wishlist svg use,
.template-product .productView .wishlist-button svg use,
.template-product .productView .wishlist svg use,
.template-product .productView .wishlist-toggle svg use {
  display: none !important;  /* fix double-heart */
}

/* ===== DEFAULT (unclicked) ===== */
.template-product .productView .btn-wishlist svg path,
.template-product .productView .wishlist-button svg path,
.template-product .productView .wishlist svg path,
.template-product .productView .wishlist-toggle svg path {
  stroke: #000 !important;   /* black outline */
  fill: transparent !important;
  stroke-width: 1.6 !important;
}

/* ===== HOVER ===== */
.template-product .productView .btn-wishlist:hover,
.template-product .productView .wishlist-button:hover,
.template-product .productView .wishlist:hover,
.template-product .productView .wishlist-toggle:hover {
  background: #dadada !important;   /* grey tile */
  border-color: #000 !important;    /* keep black border on hover */
}
.template-product .productView .btn-wishlist:hover svg path,
.template-product .productView .wishlist-button:hover svg path,
.template-product .productView .wishlist:hover svg path,
.template-product .productView .wishlist-toggle:hover svg path {
  stroke: #000 !important;          /* black outline */
  fill: #bfbfbf !important;         /* soft grey interior so it’s visible on #dadada */
}

/* ===== CLICKED / ADDED =====
   Target several class/attribute patterns Halo/Swym use. */
.template-product .productView .btn-wishlist.is-active,
.template-product .productView .btn-wishlist.added,
.template-product .productView .btn-wishlist.active,
.template-product .productView .wishlist-button.is-active,
.template-product .productView .wishlist-button.added,
.template-product .productView .wishlist-button.active,
.template-product .productView .wishlist.is-active,
.template-product .productView .wishlist.added,
.template-product .productView .wishlist.active,
.template-product .productView .wishlist-toggle.is-active,
.template-product .productView .wishlist-toggle.added,
.template-product .productView .wishlist-toggle.active,
.template-product .productView [data-wishlist][aria-pressed="true"],
.template-product .productView [data-wishlist-button][aria-pressed="true"],
.template-product .productView [data-wishlist-button][data-added="true"] {
  background: transparent !important;   /* NO tile */
  border: none !important;              /* NO border */
  box-shadow: none !important;
}

.template-product .productView .btn-wishlist.is-active svg path,
.template-product .productView .btn-wishlist.added svg path,
.template-product .productView .btn-wishlist.active svg path,
.template-product .productView .wishlist-button.is-active svg path,
.template-product .productView .wishlist-button.added svg path,
.template-product .productView .wishlist-button.active svg path,
.template-product .productView .wishlist.is-active svg path,
.template-product .productView .wishlist.added svg path,
.template-product .productView .wishlist.active svg path,
.template-product .productView .wishlist-toggle.is-active svg path,
.template-product .productView .wishlist-toggle.added svg path,
.template-product .productView .wishlist-toggle.active svg path,
.template-product .productView [data-wishlist][aria-pressed="true"] svg path,
.template-product .productView [data-wishlist-button][aria-pressed="true"] svg path,
.template-product .productView [data-wishlist-button][data-added="true"] svg path {
  stroke: #e10600 !important;   /* red outline */
  fill:   #e10600 !important;   /* red fill */
  stroke-width: 1.6 !important;
}




/* =========================
   SIZE GUIDE – clean styles
   ========================= */

/* (Optional) modal variables */
:root{
  --kh-sg-dialog-max: 580px;
  --kh-sg-overlay: rgba(0,0,0,.45);
}

/* --- Placement: RIGHT align the Size Guide link --- */
.productView .kh-size-link{
  margin: 6px 0 10px;
  float: right;           /* push to the right in non-flex rows */
  text-align: right;      /* align the text to the right */
}
.productView .kh-size-link::after{
  content:"";
  display: table;
  clear: both;
}

/* --- Link appearance (single definition) --- */
.kh-size-link__a{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font: 600 14px/1 var(--font-heading-family, var(--font-1-family, inherit));
  letter-spacing: .03em;
  cursor: pointer;
  outline: 0;
}
.kh-size-link__a:hover,
.kh-size-link__a:focus{
  font-weight: 700;       /* just bold on hover/focus */
  color: #000;
  text-decoration: none;
}

/* --- Modal (one definition only) --- */
.kh-size-modal{
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--kh-sg-overlay);
  padding: 20px;
  z-index: 9999;
}
.kh-size-modal[hidden]{ display:none; }

.kh-size-modal__dialog{
  position: relative;
  background: #fff;
  color: #111;
  width: min(var(--kh-sg-dialog-max), 92vw);
  max-height: 82vh;
  overflow: auto;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
  padding: 18px 14px;  /* even top/bottom */
}
.kh-size-modal__dialog img{
  width: 100%;
  height: auto;
  max-height: 74vh;
  object-fit: contain;
  display: block;
  border-radius: 10px;
}
.kh-size-close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.kh-size-close:hover{ background:#f5f5f5; }
/* Keep all size chips on one line by reserving room for the right-side link */
:root { --kh-sg-right-space: 140px; }  /* adjust if needed */

.productView .variant-radios,
.productView .product-option{
  padding-right: var(--kh-sg-right-space);
}
/* Neutral hover: no gold, no bg; just bold */
.kh-size-link__a,
.kh-size-link__a:hover,
.kh-size-link__a:focus{
  background: transparent !important;
  box-shadow: none !important;
  color: #000 !important;
  text-decoration: none !important;
}

.kh-size-link__a:hover,
.kh-size-link__a:focus{
  font-weight: 700;   /* only bold on hover */
}
.productView .variant-radios,
.productView .product-option{
  position: relative;
}
/* Take the link out of flow and park it top-right */
.kh-size-link{
  position: absolute;
  right: 0;
  top: -24px;      /* tweak this to line up where you want */
  margin: 0;
  text-align: right;
}
.productView .variant-radios,
.productView .product-option{
  padding-top: 28px;   /* adjust 24–32px to taste */
}
@media (max-width: 480px){
  .kh-size-link{ top: -18px; }
  .productView .variant-radios,
  .productView .product-option{ padding-top: 24px; }
}





/* ===========================

   PRODUCT GRID: TITLES
   
   =========================== */

/* Titles on ALL product cards (totes included) */
a.full-unstyled-link,                       /* Dawn/Halo title link */
.product-title a,
.card__heading a {
  text-decoration: none !important;
}
a.full-unstyled-link:hover,
.product-title a:hover,
.card__heading a:hover {
  text-decoration: none !important;
  font-weight: 700;
}

/* Quick-add button hover: dark grey -> black everywhere */
.card .quick-add__submit,
.card .button--primary,
.card .btn--primary,
.product-card .quick-add__submit,
.product-item .product-button .btn,
.product-item .button,
.card-product .btn,
.related-products .button,
.search-results .card .button {
  background-color: #464646 !important;   /* dark grey */
  border-color: #464646 !important;
  color: #fff !important;
  transition: background-color .18s ease, border-color .18s ease;
}
.card .quick-add__submit:hover,
.card .button--primary:hover,
.card .btn--primary:hover,
.product-card .quick-add__submit:hover,
.product-item .product-button .btn:hover,
.product-item .button:hover,
.card-product .btn:hover,
.related-products .button:hover,
.search-results .card .button:hover {
  background-color: #000 !important;       /* black */
  border-color: #000 !important;
  color: #fff !important;
}
/* ---- PRODUCT TITLES: no underline, bold on hover (all grids) ---- */

/* Base: never underline product titles */
.card .card__heading a,
.card .card-information__text .card__heading a,
.card__information .card__heading a,
.product-item .product-name a,
.product-item .product-title a,
.product-card .card-title a,
.collection .product-grid .card__heading a,
.grid__item .card__information .card__heading a,
a.full-unstyled-link.card__heading--link {
  text-decoration: none !important;
  background-image: none !important; /* kills gradient underline variants */
  border-bottom: 0 !important;       /* kills border underline variants */
  box-shadow: none !important;       /* some themes use inset shadow underline */
}

/* If theme draws an underline with ::after, hide it */
.card .card__heading a::after,
.product-item .product-name a::after,
.product-card .card-title a::after {
  display: none !important;
  content: none !important;
}

/* Bold on hover/focus AND still no underline */
.card .card__heading a:hover,
.card .card__heading a:focus,
.card:hover .card__heading a,
.product-item .product-name a:hover,
.product-item .product-name a:focus,
.product-item:hover .product-name a,
.product-card .card-title a:hover,
.product-card .card-title a:focus,
.collection .product-grid .card__heading a:hover,
.collection .product-grid .card__heading a:focus {
  text-decoration: none !important;
  background-image: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}

/* Inherit weight into nested spans if theme forces 400/500 inside link */
.card .card__heading a *,
.product-item .product-name a *,
.product-card .card-title a * {
  font-weight: inherit !important;
}
/* Product titles: no underline + bold on hover (Dawn & clones) */

/* 1) Remove the animated underline pseudo-element */
.card-wrapper a.full-unstyled-link::after,
.card__information .card__heading a.full-unstyled-link::after {
  content: none !important;
  display: none !important;
}

/* 2) Also neutralize any global underline helpers */
.underline-links-hover .card-wrapper a.full-unstyled-link,
.underline-links-hover .card-wrapper a.full-unstyled-link:hover,
.card-wrapper a.full-unstyled-link,
.card-wrapper a.full-unstyled-link:hover {
  text-decoration: none !important;
  background-image: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* 3) Bold on hover/focus */
.card-wrapper:hover a.full-unstyled-link,
.card-wrapper a.full-unstyled-link:hover,
.card-wrapper a.full-unstyled-link:focus {
  font-weight: 700 !important;
}
/* --- Product grid titles: no underline, bold on hover (Halo themes) --- */

/* Never underline the title text */
.card-title.link-underline .text {
  text-decoration: none !important;
  background-image: none !important; /* some variants use bg-image underline */
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Nuke any pseudo underline implementations just in case */
.card-title.link-underline::after,
.card-title.link-underline .text::after {
  content: none !important;
  display: none !important;
}

/* Bold on hover (hovering the link OR the whole card) */
.card-title.link-underline:hover .text,
.card-title.link-underline:focus .text,
.card-wrapper:hover .card-title.link-underline .text,
.card-information__wrapper:hover .card-title.link-underline .text {
  text-decoration: none !important;
  font-weight: 700 !important;
}





/* ============================

   Recently Viewed

   ============================ */

/* Scope only to the Recently Viewed section */
[id^="shopify-section-product-recently-viewed"],
.section--recently-viewed {
  /* nothing here; just scoping */
}

/* Make images fit fully (no cropping) */
[id^="shopify-section-product-recently-viewed"] .media img,
[id^="shopify-section-product-recently-viewed"] .card-media img,
.section--recently-viewed .media img,
.section--recently-viewed .card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;   /* show the whole product */
  object-position: center;
  transform: none !important;       /* kill zoom-in transforms */
}

/* Keep the media box square like Explore More (optional) */
[id^="shopify-section-product-recently-viewed"] .media,
.section--recently-viewed .media {
  aspect-ratio: 1 / 1;              /* square frame, prevents tall crops */
  overflow: hidden;
}

/* Scope to the Recently Viewed section (covers common ids/classes) */
#shopify-section-product-recently-viewed,
.section--recently-viewed,
[id*="recently-viewed"] {}

/* 1) If images are real <img> tags */
#shopify-section-product-recently-viewed .media img,
#shopify-section-product-recently-viewed .card-media img,
#shopify-section-product-recently-viewed .product-image img,
.section--recently-viewed .media img,
.section--recently-viewed .card-media img,
.section--recently-viewed .product-image img,
[id*="recently-viewed"] .media img,
[id*="recently-viewed"] .card-media img,
[id*="recently-viewed"] .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;      /* show full product */
  object-position: center;
  transform: none !important;          /* kill any hover zoom */
  transition: none !important;
}

/* 2) If the theme paints product image via background-image */
#shopify-section-product-recently-viewed .media,
#shopify-section-product-recently-viewed .card-media,
#shopify-section-product-recently-viewed .product-image,
.section--recently-viewed .media,
.section--recently-viewed .card-media,
.section--recently-viewed .product-image,
[id*="recently-viewed"] .media,
[id*="recently-viewed"] .card-media,
[id*="recently-viewed"] .product-image {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;                    /* keep the frame tidy */
}

/* 3) Normalize the frame so tall/wide images don’t get cropped */
#shopify-section-product-recently-viewed .media,
#shopify-section-product-recently-viewed .card-media,
#shopify-section-product-recently-viewed .product-image,
.section--recently-viewed .media,
.section--recently-viewed .card-media,
.section--recently-viewed .product-image,
[id*="recently-viewed"] .media,
[id*="recently-viewed"] .card-media,
[id*="recently-viewed"] .product-image {
  aspect-ratio: 1 / 1;                 /* square, consistent tiles */
  min-height: 0;
}

/* 4) Extra guard: some themes scale on :hover via a wrapper class */
#shopify-section-product-recently-viewed .media:hover img,
.section--recently-viewed .media:hover img,
[id*="recently-viewed"] .media:hover img {
  transform: none !important;
}





/* ================================

   Shopify and Halo Cookie Consent Popup

   ================================ */
   
.halo-cookie {
  bottom: 60px !important;   /* raise it higher */
  top: auto !important;      /* make sure it’s pinned to bottom */
  position: fixed !important;
  left: 0;
  right: 0;
  z-index: 999999 !important; /* keep it on top of other elements */
}







/* ================================

   Sticky add-to-bag flyout fixes
   (right-side popup while scrolling)

   ================================ */

/* Scope to that flyout (section file: add-to-cart-form-list.liquid) */
#shopify-section-add-to-cart-form-list,
[id*="add-to-cart-form-list"] {}

/* 1) Title hover: no gold BG, just bold; no underline effects */
#shopify-section-add-to-cart-form-list .card-title a,
#shopify-section-add-to-cart-form-list .card-title a .text,
[id*="add-to-cart-form-list"] .card-title a,
[id*="add-to-cart-form-list"] .card-title a .text{
  background: transparent !important;
  text-decoration: none !important;
}

#shopify-section-add-to-cart-form-list .card-title a:hover,
#shopify-section-add-to-cart-form-list .card-title a:focus,
[id*="add-to-cart-form-list"] .card-title a:hover,
[id*="add-to-cart-form-list"] .card-title a:focus{
  background: transparent !important;
  text-decoration: none !important;
  font-weight: 700;
}

/* Kill any theme underline/highlight effect inside the flyout */
#shopify-section-add-to-cart-form-list .link-underline .text,
[id*="add-to-cart-form-list"] .link-underline .text{
  background-image: none !important;
  box-shadow: none !important;
}

/* 2) Size buttons: base, hover, active, disabled */
#shopify-section-add-to-cart-form-list .product-form__input .product-form__label,
[id*="add-to-cart-form-list"] .product-form__input .product-form__label{
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #111;
  min-width: 52px;
  height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  margin-right: 8px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}

#shopify-section-add-to-cart-form-list .product-form__input .product-form__label:hover,
[id*="add-to-cart-form-list"] .product-form__input .product-form__label:hover{
  background: #f0f0f0;     /* light grey hover */
  border-color: #c9c9c9;
}

#shopify-section-add-to-cart-form-list input.product-form__radio:checked + .product-form__label,
[id*="add-to-cart-form-list"] input.product-form__radio:checked + .product-form__label{
  background: #111;        /* active: black */
  border-color: #111;
  color: #fff;
}

#shopify-section-add-to-cart-form-list input.product-form__radio:disabled + .product-form__label,
[id*="add-to-cart-form-list"] input.product-form__radio:disabled + .product-form__label{
  opacity: .45;
  text-decoration: line-through;
  cursor: not-allowed;
}
/* Flyout: left-align the Size Guide link */
#shopify-section-add-to-cart-form-list .kh-size-link{
  text-align: left;
  padding-right: 0;
  margin: 6px 0 8px;
}

/* If your theme underlines the flyout title on hover, keep it clean + bold only */
#shopify-section-add-to-cart-form-list .card-title a,
#shopify-section-add-to-cart-form-list .card-title .text{
  background: transparent !important;
  text-decoration: none !important;
}
#shopify-section-add-to-cart-form-list .card-title a:hover,
#shopify-section-add-to-cart-form-list .card-title a:focus{
  background: transparent !important;
  text-decoration: none !important;
  font-weight: 700;
}

/* Ensure size buttons in the flyout still get the grey hover + black active */
#shopify-section-add-to-cart-form-list .product-option .product-form__label,
#shopify-section-add-to-cart-form-list .product-form__label{
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #111;
  min-width: 52px;
  height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  margin-right: 8px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
#shopify-section-add-to-cart-form-list .product-form__label:hover{
  background: #f0f0f0;
  border-color: #c9c9c9;
}
#shopify-section-add-to-cart-form-list input.product-form__radio:checked + .product-form__label{
  background: #111;
  border-color: #111;
  color: #fff;
}
#shopify-section-add-to-cart-form-list input.product-form__radio:disabled + .product-form__label{
  opacity: .45; text-decoration: line-through; cursor: not-allowed;
}
/* Fly-out: remove gold background on title hover and just bold it */
.halo-sidebar .card-title.link-underline:hover,
.halo-sidebar .card-title.link-underline:focus {
  background: none !important;
  text-decoration: none !important;
  font-weight: 700;
}

/* Fly-out option pills (sizes) */
.halo-sidebar .product-form__input input + label {
  border-color: #d9d9d9;
  background: #fff;
  color: #111;
}

.halo-sidebar .product-form__input input + label:hover {
  background: #f3f3f3;          /* grey hover */
  border-color: #111;
}

.halo-sidebar .product-form__input input:checked + label {
  background: #111;              /* selected = black */
  color: #fff;
  border-color: #111;
}

.halo-sidebar .product-form__input input:disabled + label {
  opacity: .45;
  cursor: not-allowed;
}


/* Hide native radios in the quick-add flyout */
.halo-add-to-cart-popup .option-size input[type="radio"],
.halo-add-to-cart-popup .swatch input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Chip base */
.halo-add-to-cart-popup .option-size label,
.halo-add-to-cart-popup .swatch .swatch-element label,
.halo-add-to-cart-popup .product-options .form-option label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background: #fff;
  color: #111;
  margin: 0 8px 8px 0;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  font-weight: 600;
}

/* Hover = grey */
.halo-add-to-cart-popup .option-size label:hover,
.halo-add-to-cart-popup .swatch .swatch-element label:hover,
.halo-add-to-cart-popup .product-options .form-option label:hover {
  background: #f2f2f2;
  border-color: #c8c8c8;
}

/* Selected = black */
.halo-add-to-cart-popup .option-size input:checked + label,
.halo-add-to-cart-popup .swatch input:checked + label,
.halo-add-to-cart-popup .product-options .form-option input:checked + label {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* Disabled */
.halo-add-to-cart-popup .option-size input:disabled + label,
.halo-add-to-cart-popup .swatch input:disabled + label,
.halo-add-to-cart-popup .product-options .form-option input:disabled + label {
  opacity: .45;
  cursor: not-allowed;
}
/* === KH: Size button cleanup === */
/* Make ALL unselected buttons pure white inside (kill grey inset) */
.productView-variants [data-type="button"] input[type="radio"] + label {
  background-color: #fff !important;      /* white interior */
  color: #000 !important;                  /* black text */
  border: 2px solid #000 !important;       /* black border */
  box-shadow: none !important;             /* remove any theme inset/shadow */
}

/* Selected/checked button = solid black with white text */
.productView-variants [data-type="button"] input[type="radio"]:checked + label {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  box-shadow: none !important;
}

/* In case the theme draws an extra inner box element, nuke its bg/shadow */
.productView-variants [data-type="button"] input[type="radio"] + label * {
  background: transparent !important;
  box-shadow: none !important;
}
/* === Cart Drawer / Quick-Add size buttons === */
.cart-drawer .product-options button,
.cart-drawer .product-options .option-button,
.quick-add-modal .product-options button,
.quick-add-modal .product-options .option-button,
.cart-drawer .swatch__button,
.quick-add-modal .swatch__button {
  background: #fff;            /* clean white interior */
  color: #000;
  border: 2px solid #000;
  box-shadow: none;
}

.cart-drawer .product-options button:hover,
.cart-drawer .product-options .option-button:hover,
.quick-add-modal .product-options button:hover,
.quick-add-modal .product-options .option-button:hover,
.cart-drawer .swatch__button:hover,
.quick-add-modal .swatch__button:hover {
  background: #eee;            /* hover to grey */
}

/* selected state should stay solid black */
.cart-drawer .product-options .is-selected,
.quick-add-modal .product-options .is-selected,
.cart-drawer .swatch__button.is-selected,
.quick-add-modal .swatch__button.is-selected,
.cart-drawer .product-options [aria-pressed="true"],
.quick-add-modal .product-options [aria-pressed="true"] {
  background: #000;
  color: #fff;
  border-color: #000;
}
/* --- Size buttons: hover + selected --- */
/* Product page */
.productView-variants [data-type="button"] input[type="radio"] + label:hover {
  background: #f2f2f2;   /* light grey on hover */
  border-color: #000;
  color: #000;
}

/* Selected stays black */
.productView-variants [data-type="button"] input[type="radio"]:checked + label {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* Hide any inner grey mini-box some themes draw with :before */
.productView-variants [data-type="button"] input[type="radio"] + label::before {
  display: none !important;
}

/* Flyout / quick-add uses the same option buttons — keep hover consistent there too */
.halo-productOptions [data-type="button"] input[type="radio"] + label:hover {
  background: #f2f2f2;
  border-color: #000;
  color: #000;
}
/* Preserve original casing & allow <br> to behave in the cart flyout titles */
.drawer .product-title,
.drawer .card-information__text,
.halo-sideCart .product-title,
.sideCart .product-title {
  text-transform: none;
  line-height: 1.2; /* keeps the broken line tidy */
}
/* Do not force-capitalize titles in the side cart / drawer */
.drawer .cart-item-name .text,
.halo-sideCart .cart-item-name .text,
.sideCart .cart-item-name .text {
  text-transform: none !important;
  line-height: 1.2;
}
/* Product page variant buttons: hover grey, selected black */
#product-option-{{ section.id }}-{{ product.id }} [data-type="button"] input[type="radio"] + label {
  background: #fff;
  color: #000;
  transition: background .15s ease, border-color .15s ease;
}
#product-option-{{ section.id }}-{{ product.id }} [data-type="button"] input[type="radio"] + label:hover {
  background: #f2f2f2;            /* grey on hover */
}
#product-option-{{ section.id }}-{{ product.id }} [data-type="button"] input[type="radio"]:checked + label,
#product-option-{{ section.id }}-{{ product.id }} .is-active input[type="radio"] + label {
  background: #000;                /* selected stays black */
  color: #fff;
}

/* Flyout (side cart) quick-add variant buttons: same behavior */
.halo-sideCart .option-group [data-type="button"] input[type="radio"] + label,
.drawer .option-group [data-type="button"] input[type="radio"] + label {
  background: #fff;
  color: #000;
  transition: background .15s ease, border-color .15s ease;
}
.halo-sideCart .option-group [data-type="button"] input[type="radio"] + label:hover,
.drawer .option-group [data-type="button"] input[type="radio"] + label:hover {
  background: #f2f2f2;            /* grey on hover */
}
.halo-sideCart .option-group [data-type="button"] input[type="radio"]:checked + label,
.drawer .option-group [data-type="button"] input[type="radio"]:checked + label {
  background: #000;                /* selected stays black */
  color: #fff;
}

/* Remove any inner “double” squares some themes add */
.productView-variants [data-type="button"] label .swatch__marker,
.option-group [data-type="button"] label .swatch__marker {
  display: none !important;
}
/* Sticky Add-to-Bag flyout: preserve original casing and allow real <br> */
.halo-add-to-cart-popup .card-title .text,
#shopify-section-add-to-cart-form-list .card-title .text {
  text-transform: none !important;
  line-height: 1.2;
}





/* Bold titles for cart links, no underline */
.kh-title-bold {
  font-weight: 700;
  text-decoration: none;
}
.kh-title-bold:hover,
.kh-title-bold:focus {
  text-decoration: none; /* keep it clean on hover too */
}




<style>
  .kh-ship-acc > summary {
    cursor: pointer;
    font-weight: 600;
    padding: .75rem 0;
    list-style: none;
    border-top: 1px solid rgba(0,0,0,.08);
  }
  .kh-ship-acc[open] > summary { border-bottom: 1px solid rgba(0,0,0,.08); }
</style>





.kh-delivery-poster img{width:100%;height:auto;border-radius:8px;display:block;}



.kh-aux-links{
  display:flex; gap:.5rem; align-items:center; justify-content:flex-end;
  margin:6px 0 12px;
}
.kh-aux-sep{ opacity:.45 }






.kh-size-guide { margin-right: 8px; }
/* Keep Size Guide inside the Add-to-Bag row */
.productView-groupTop { 
  display: flex; 
  align-items: center; 
  gap: 12px; 
}

/* Size Guide: sit between Add to Bag and Wishlist (no float) */
.productView-groupTop .kh-size-guide,
.productView .kh-size-guide {
  float: none !important;
  margin: 0 10px 0 12px !important;  /* small spacing before the heart */
  text-align: left !important;
}
.kh-size-link { text-align: inherit !important; }
/* STOP floating/right-align everywhere */
.productView .kh-size-guide,
.productView .kh-size-link,
.productView .kh-size-link__a {
  float: none !important;
  position: static !important;
  margin: 0 !important;
  text-align: left !important;
  display: inline-block !important;
}

/* Ensure the row is a flex row we can order items in */
.productView-groupTop {
  display: flex;
  align-items: center;
  gap: 12px;
}


.kh-size-guide-bar {
  display: flex;
  justify-content: flex-end;  /* right align */
  margin-top: 8px;
}
.kh-size-guide-bar .link.link-underline { display: inline-flex; align-items: center; }
.kh-size-guide-bar .link .text { margin-left: 6px; }




/* Inline action row to right-align the link under Adult/Child */
.kh-inline-actions{display:flex;justify-content:flex-end;margin:8px 0 12px}

/* Texty link style */
.kh-link{background:none;border:0;color:#000;cursor:pointer;padding:0;
         text-decoration:underline;font:inherit}

/* Modal shell */
.kh-modal{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.6);
          display:flex;align-items:center;justify-content:center}
.kh-modal[hidden]{display:none}
.kh-modal__dialog{background:#fff;max-width:min(92vw,1000px);max-height:90vh;
                  overflow:auto;position:relative;border-radius:6px}
.kh-modal__dialog img{display:block;max-width:100%;height:auto}
.kh-modal__close{position:absolute;top:8px;right:8px;width:32px;height:32px;
                 border:0;border-radius:16px;background:#000;color:#fff;cursor:pointer}



/* --- KH: Size chip cleanup (override Halo inner fill/lines) --- */

/* Base: white chip, black outline */
.productView-options [class*="option"] input[type="radio"] + label,
.productView-options .form-option {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Remove inner “grey box/line” completely */
.productView-options .form-option .form-option-variant,
.productView-options .form-option .form-option-variant::before,
.productView-options .form-option .form-option-variant::after {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  content: none !important;
}

/* Selected = invert (black chip / white text) */
.productView-options input[type="radio"]:checked + label,
.productView-options .form-option.is-active {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

/* Hover (only when not selected) */
.productView-options input[type="radio"]:not(:checked) + label:hover,
.productView-options .form-option:hover {
  background: #e0e0e0 !important; /* soft grey hover */
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
}

/* Keep selected chip black even on hover */
.productView-options input[type="radio"]:checked + label:hover,
.productView-options .form-option.is-active:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}



/* ---- Inline link rows (placement styling) ---- */
.kh-inline-actions{
  display:flex; justify-content:flex-end; gap:16px;
  margin:8px 0 12px;
}
.kh-inline-actions--below-buy{ margin-top:8px; }

/* ---- Neutral link look for Size Guide / Delivery ---- */
.kh-aux-link{
  appearance:none; background:none!important; border:0!important;
  padding:0!important; margin:0; cursor:pointer;
  font: inherit; font-size:.78rem; letter-spacing:.06em;
  text-transform:uppercase; text-decoration:underline;
  color:#000!important; line-height:1;
}
.kh-aux-link:hover,
.kh-aux-link:focus{
  color:#000!important; text-decoration:underline;
  background:transparent!important; opacity:.75;
}

/* ---- Size chip fixes (remove inner grey) ---- */
.productView-options .form-option,
.productView-options .form-option .form-option-variant{
  background:#fff!important; color:#000!important;
  border:2px solid #000!important; box-shadow:none!important;
  background-image:none!important; outline:none!important;
}
.productView-options .form-option::before,
.productView-options .form-option::after,
.productView-options .form-option .form-option-variant::before,
.productView-options .form-option .form-option-variant::after{
  display:none!important; content:none!important;
  background:none!important; box-shadow:none!important; border:0!important;
}
.productView-options [class*="option"] input[type="radio"] + label *{
  background:transparent!important; box-shadow:none!important; border:0!important;
}

/* Selected = black, Hover (when not selected) = light grey */
.productView-options input[type="radio"]:checked + label,
.productView-options .form-option.is-active,
.productView-options .swatch.is-selected{
  background:#000!important; color:#fff!important; border-color:#000!important;
}
.productView-options input[type="radio"]:not(:checked) + label:hover,
.productView-options .form-option:hover{
  background:#e0e0e0!important; color:#000!important; border-color:#000!important;
}
.productView-options input[type="radio"]:checked + label:hover{
  background:#000!important; color:#fff!important; border-color:#000!important;
}
/* ----- Inline actions row (right side of Add to Bag) ----- */
.productView-groupTop {
  display: flex;
  align-items: center;
  gap: 12px;
}
.kh-aux-actions {
  margin-left: auto;          /* push to the right */
  display: flex;
  gap: 16px;
}
.kh-aux-link {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #000 !important;     /* kill gold */
  cursor: pointer;
}
.kh-aux-link:hover {
  text-decoration: underline;
  color: #000 !important;     /* kill gold hover */
}

/* ----- Size chips: remove inner gray box + keep clean outlines ----- */
.productView-options [class*="option"] input[type="radio"] + label,
.productView-options .form-option,
.productView-options .form-option .form-option-variant {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
  box-shadow: none !important;
  background-image: none !important;
  outline: none !important;
}

/* Nuke any inner pseudo “box”/line that causes the grey inset */
.productView-options .form-option::before,
.productView-options .form-option::after,
.productView-options .form-option .form-option-variant::before,
.productView-options .form-option .form-option-variant::after,
.productView-options [class*="option"] input[type="radio"] + label::before,
.productView-options [class*="option"] input[type="radio"] + label::after,
.productView-options [class*="option"] input[type="radio"] + label * {
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
}

/* Selected = inverted */
.productView-options input[type="radio"]:checked + label,
.productView-options .form-option.is-active,
.productView-options .swatch.is-selected {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

/* Hover (only when not selected) */
.productView-options input[type="radio"]:not(:checked) + label:hover,
.productView-options .form-option:hover,
.productView-options .swatch:hover {
  background: #e0e0e0 !important;
  color: #000 !important;
  border-color: #000 !important;
}




.kh-delivery-estimates{
  margin-top:10px;
  display:flex;
  justify-content:flex-end;   /* sit to the right of the column */
}
.kh-delivery-estimates img{
  max-width: 360px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 749px){
  .kh-delivery-estimates{ justify-content:flex-start; }
}
