/** Shopify CDN: Minification failed

Line 6983:3 Unexpected "/"

**/
/* 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 {
        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{
        fill: #26292d;
        color: #26292d;
        width: 10px;
        height: 17px;
    }

    .skin-14 .halo-product-block .slick-arrow.slick-prev {
        left: 30px;
    }

    .skin-14 .halo-product-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);
        }
    }
/* 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;
    }
.jdgm-prev-badge[data-number-of-reviews="0"] .jdgm-prev-badge__text {
  display: none;
}
.productView-sizeChart{
  display: none;
}
  @media only screen and (max-width: 1024px) {
  .productView-sizeChart {
    display: none;
  }
    @media only screen and (max-width: 1009px) {
  .productView-sizeChart {
    display: none;
  }
}
}
.jdgm-prev-badge[data-number-of-reviews]:not([data-number-of-reviews="0"]) .jdgm-prev-badge__text {
  display: inline-block;
} */
}

/* END: Skin 19 (Layout Electronics) */