/* 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: #ffffff;
    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; */
        /* margin-left: 127px; */
    }

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

    .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: 0px;
        }
    /* 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: #ffffff;
    }

    .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: 10px;
            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;
            width: 250px !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;
            width: 250px !important;
        }

        .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: 10px;
            padding-right: 10px;
        }

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

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

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

    @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: 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);
        display: none!important;
    }

    @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: 30px;
        }
    }

    @media (min-width: 1600px){
        .skin-3 .halo-product-block .halo-block-header{
            margin-bottom: 41px;
        }
    }

    @media (min-width: 1920px) {
        .skin-3 .card-swatch--slider .slick-prev{
            left: 0!important;
        }

        .skin-3 .card-swatch--slider .slick-next{
            right: 0!important;
        }
    }
/* END: Skin 3 (Layout 3) */

/* START: Skin 4 (Layout 4) */
    .skin-4 .halo-block:not(.slideshow) .slick-arrow{
        width: 40px;
        height: 40px;
        padding: 10px;
        border: none;
        border-radius: 50%;
        background-color: #f9f9f9;
    }

    .skin-4 .instagram .slick-arrow{
        background-color: var(--bg-white)!important;
    }

    .skin-4 .halo-block-header{
        margin-bottom: 40px;
    }

    .skin-4 .halo-block-header .desc{
        font-size: calc(var(--font-size) - 1px);
        font-weight: var(--font-weight-normal);
        color: var(--color-text2);
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .skin-4 .halo-block-header .desc.text-left{
        margin-left: 0;
    }

    .skin-4 .halo-block-header .desc.text-right{
        margin-right: 0;
    }

    .skin-4 .instagram .halo-block-header{
        margin-bottom: 37px;
    }

    .skin-4 .instagram .halo-block-header .desc{
        margin-top: 7px;
    }

    .skin-4 .halo-product-block .halo-block-header{
        margin-bottom: 25px;
    }

    .skin-4 .halo-product-block:not(.halo-product-tabs) .halo-block-header,
    .skin-4 .halo-product-block:not(.halo-custom-product-banner) .halo-block-header{
        margin-bottom: 40px;
    }

    .skin-4 .slick-dots li button{
        width: 11px;
        height: 11px;
        opacity: .5;
        border: none;
        padding: 0;
        background-color: var(--color-global-darken);
    }

    .skin-4 .slick-dots li.slick-active button {
        opacity: 1;
    }
    
    .skin-4 .top-language-currency .dropdown-icon svg{
        fill: var(--color-link);
        color: var(--color-link);
    }

    .skin-4 .halo-custom-product-banner .banner-button{
        padding: 9px 15px 10px;
        display: inline-block;
        vertical-align: top;
        width: auto;
        min-width: 190px;
        min-height: unset;
        border-radius: 40px;
        background: #ffb1c1;
        color: #000;
        border-color: #ffb1c1;
        text-transform: uppercase;
    }

    body.dark-mode.skin-4 .halo-block:not(.slideshow) .slick-arrow {
        background-color: #060606;
    }

    body.dark-mode.skin-4 .top-language-currency .dropdown-icon svg {
        fill: var(--color-black);
        color: var(--color-black);
    }

    body.dark-mode.skin-4 .instagram .slick-arrow {
        background-color: var(--bg-black)!important;
    }
/* END: Skin 4 (Layout 4) */

/* START: Skin 5 (Layout 5) */
    .skin-5 .page-header{
        padding-bottom: 34px;
    }

    .skin-5 .halo-block-header{
        margin-bottom: 32px;
    }

    .skin-5 .halo-block-header .title .text{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .skin-5 .halo-block-header .title svg{
        width: 33px;
        height: 33px;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin-right: 22px;
    }

    .skin-5 .halo-block-header .title.text-left .text{
        justify-content: flex-start;
    }

    .skin-5 .halo-block-header .title.text-right .text{
        justify-content: flex-end;
    }

    .skin-5 .halo-block-header .desc{
        font-size: calc(var(--font-size) - 1px);
        font-weight: var(--font-weight-semibold);
        padding-bottom: 10px;
    }

    .skin-5 .slick-dots li button{
        width: 10px;
        height: 10px;
        padding: 0;
        border-color: var(--bg-grey);
        background-color: transparent!important;
    }

    .skin-5 .slick-dots li.slick-active button{
        border-width: 2px;
        border-color: var(--bg-black);
    }

    .skin-5 .product-infinite-scroll{
        margin-top: 45px;
    }

    .skin-5 .product-infinite-scroll .button{
        max-width: 240px;
    }

    @media(max-width: 1399px){
        .skin-5 .top-customer-service .customer-service--text a.btn{
            display: block;
        }
    }
/* END: Skin 5 (Layout 5) */

/* START: Skin 6 (Layout Gym) */
    .skin-6 .halo-block-header{
        margin-bottom: 32px;
    }

    .skin-6 .halo-product-block .halo-block-header{
        margin-bottom: 12px;
    }

    .skin-6 .halo-block .slick-arrow{
        width: 40px;
        height: 40px;
        padding: 13px;
        border: none;
        border-radius: 50%;
        background-color: #282828;
    }

    .skin-6 .halo-block .slick-arrow svg{
        fill: #ffca28;
    }

    body.dark-mode.skin-6 .halo-block .slick-arrow {
        background-color: #282828;
    }

    @media (min-width: 1025px){
        .skin-6 .halo-block:not(.slideshow) .col-wide .slick-prev,
        .skin-6 .halo-block:not(.slideshow) .halo-row--wide .slick-prev{
            left: -5px;
        }

        .skin-6 .halo-block:not(.slideshow) .col-wide .slick-next,
        .skin-6 .halo-block:not(.slideshow) .halo-row--wide .slick-next{
            right: -5px;
        }

        .skin-6 .halo-block:not(.slideshow) .col-narrow .slick-prev,
        .skin-6 .halo-block:not(.slideshow) .halo-row--narrow .slick-prev{
            left: -10px;
        }

        .skin-6 .halo-block:not(.slideshow) .col-narrow .slick-next,
        .skin-6 .halo-block:not(.slideshow) .halo-row--narrow .slick-next{
            right: -10px;
        }

        .skin-6 .halo-block:not(.slideshow) .col-expand .slick-prev,
        .skin-6 .halo-block:not(.slideshow) .halo-row--expand .slick-prev{
            left: 10px;
        }

        .skin-6 .halo-block:not(.slideshow) .col-expand .slick-next,
        .skin-6 .halo-block:not(.slideshow) .halo-row--expand .slick-next{
            right: 10px;
        }
    }
/* END: Skin 6 (Layout Gym) */

/* START: Skin 7 (Layout Bikini) */
/* END: Skin 7 (Layout Bikini) */

/* START: Skin 8 (Layout Bag) */
    .skin-8 .text-underline:not(.link-effect-1) .text,
    .skin-8 .link-underline:not(.link-effect-1) .text{
        text-underline-offset: 4px!important;
        text-decoration-thickness: 2px;
    }

    .skin-8 .halo-auth-popup .halo-popup-close{
        top: 16px;
        right: 6px;
    }

    .skin-8 .halo-sidebar-header.style-2{
        padding-top: 50px;
    }

    .skin-8 .halo-block .slick-arrow.slick-disabled{
        display: block!important;
        opacity: .6;
    }

    @media (min-width: 1025px){
        .skin-8 .halo-popup.halo-auth-popup{
            max-width: 800px;
        }
    }
/* END: Skin 8 (Layout Bag) */

/* START: Skin 9 (Layout Supermarket) */
    .skin-9 .slick-arrow{
        width: 42px;
        height: 42px;
        border-radius: 10px;
        border: 1px solid #f2f2f2;
        padding: 7px;
        box-shadow: 1px 2px 4.55px 0.45px rgba(0, 0, 0, 0.1);
        background-color: var(--bg-white);
    }

    .skin-9 .halo-block-header{
        margin: 0 0 19px 0;
    }

    .skin-9 .halo-popup .halo-popup-header{
        margin-bottom: 18px;
    }

    .skin-9 .halo-popup-desc{
        font-size: calc(var(--font-size) + 2px);
        font-weight: var(--font-weight-normal);
        color: var(--color-text);
        padding-top: 0;
        padding-bottom: 4px;
    }

    .skin-9 .product-infinite-scroll .button{
        border-radius: var(--image-border)!important;
        max-width: 120px;
    }

    body.dark-mode.skin-9 .slick-arrow {
        border: 1px solid #4c4c4c;
        box-shadow: 1px 2px 4.55px 0.45px rgba(255, 255, 255, 0.1);
        background-color: var(--bg-black);
    }

    @media (max-width: 1024px){
        .skin-9 .container-no-padding .halo-block-header{
            padding-left: 15px;
            padding-right: 15px;
        }

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

    @media (max-width: 550px){
        .skin-9 .halo-block .halo-row .halo-row-item{
            margin-top: 0;
        }
    }

    @media(min-width: 1025px){
        .skin-9 .halo-sidebar-header.style-2{
            padding-top: 35px;
        } 

        /* START: Block */
            .skin-9 .halo-block.halo-product-block .container-1170 .slick-prev,
            .skin-9 .halo-block.halo-product-block .container-1370 .slick-prev,
            .skin-9 .halo-block.halo-product-block .container-1570 .slick-prev,
            .skin-9 .halo-block.halo-product-block .container-1770 .slick-prev{
                left: -10px;
            }

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

    @media(min-width: 1600px){
        .skin-9 .halo-sidebar-header.style-2{
            padding-top: 45px;
        }
    }
/* END: Skin 9 (Layout Supermarket) */

/* START: Skin 10 (Layout Wedding) */
    .skin-10 .halo-block-header{
        margin-bottom: 45px;
    }

    .skin-10 .halo-block-header .desc{
        font-size: var(--font-size);
        font-weight: var(--font-weight-normal);
        margin-top: 24px;
        color: var(--color-text2);
    }

    .skin-10 .slick-dots li button{
        width: 8px;
        height: 8px;
        border-color: var(--color-global);
    }

    .skin-10 .slick-dots li.slick-active button{
        background: var(--color-global);
    }

    .skin-10 .slick-arrow.slick-disabled{
        display: block!important;
        opacity: .25;
    }

    .skin-10 .halo-block-footer .button{
        max-width: 245px;
    }

    body.dark-mode.skin-10 .halo-top-currency .dropdown-label{
        color: var(--color-white);
    }

    @media (min-width: 1025px){
        .skin-10 .slick-dots li button{
            width: 10px;
            height: 10px;
        }

        /* START: Block */
            .skin-10 .halo-block.halo-product-block .container-1170 .slick-prev,
            .skin-10 .halo-block.halo-product-block .container-1370 .slick-prev,
            .skin-10 .halo-block.halo-product-block .container-1570 .slick-prev,
            .skin-10 .halo-block.halo-product-block .container-1770 .slick-prev{
                left: 0;
            }

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

            .skin-10 .halo-block.has-dots .halo-block-footer{
                padding-top: 50px;
            }
        /* END: Block */
    }

    @media (min-width: 1400px){
        .skin-10 .slick-dots li{
            margin-left: 12px;
            margin-right: 12px;
        }
    }

    @media (min-width: 1600px){
        .skin-10 .slick-dots{
            bottom: -55px;
        }

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

        /* START: Block */
            .skin-10 .halo-block.has-dots .halo-block-footer{
                padding-top: 70px;
            }
        /* END: Block */
    }
/* END: Skin 10 (Layout Wedding) */

/* START: Skin 11 (Layout Lingerie) */
    .skin-11 .halo-block-header{
        margin-bottom: 39px;
    }

    .skin-11 .halo-product-block .halo-block-header{
        margin-bottom: 19px;
    }

    .skin-11 .halo-block-header .title{
        line-height: 1.2;
    }

    .skin-11 .halo-block-header .desc{
        font-weight: var(--font-weight-normal);
        margin-top: 0;
    }

    .skin-11 .slick-dots li button{
        width: 10px;
        height: 10px;
        background: var(--icon);
    }

    .skin-11 .slick-dots li.slick-active button {
        background: transparent!important;
    }

    .skin-11 .halo-block .slick-arrow{
        width: 46px;
        height: 46px;
    }

    .skin-11 .halo-block .slick-arrow.slick-disabled{
        display: block!important;
        /*opacity: 1;*/
    }

    body.dark-mode.skin-11 .halo-top-currency .dropdown-label {
        color: var(--color-white);
    }

    @media (min-width: 1025px){
        .skin-11 .halo-custom-product-banner-1.style-4 .halo-block-header{
            margin-bottom: 60px;
        }
    }

/* END: Skin 11 (Layout Lingerie) */

/* START: Skin 12 (Layout Urban Fashion) */
    .skin-12 .halo-block-header{
        margin-bottom: 4px;
    }

    .skin-12 .slick-dots li button{
        width: 12px;
        height: 12px;
        background: var(--icon);
    }

    .skin-12 .slick-dots li.slick-active button {
        background: transparent!important;
    }

    .skin-12 .halo-block .slick-arrow{
        width: 35px;
        height: 55px;
        border-radius: 0;
        background: transparent;
        padding: 10px;
        border: 2px solid var(--icon);
    }

    .skin-12 .halo-block .slick-arrow svg{
        fill: var(--icon);
        color: var(--icon);
    }

    .skin-12 .halo-block .container-full .slick-prev{
        left: 23px;
    }

    .skin-12 .halo-block .container-full .slick-next{
        right: 23px;
    }

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

            .skin-12 .halo-block.halo-product-block .container-1170 .slick-next,
            .skin-12 .halo-block.halo-product-block .container-1370 .slick-next,
            .skin-12 .halo-block.halo-product-block .container-1570 .slick-next,
            .skin-12 .halo-block.halo-product-block .container-1770 .slick-next{
                right: 0;
            }
        /* END: Block */
    }
/* END: Skin 12 (Layout Urban Fashion) */

/* START: Skin 13 (Layout Jewelry) */
    .skin-13 .halo-product-block-6 .slick-arrow{
        width: 40px;
        height: 40px;
        padding: 10px;
        border-radius: 50%;
        background-color: var(--bg-white);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    }

    .skin-13 .halo-product-block-6 .slick-prev{
        left: 0!important;
    }

    .skin-13 .halo-product-block-6 .slick-next{
        right: 0!important;
    }

    .skin-13 .halo-block-header .desc{
        font-weight: var(--font-weight-normal);
        margin-top: 7px;
        margin-bottom: 25px;
    }

    .skin-13 .slick-dots li button{
        width: 14px;
        height: 14px;
        background-color: rgba(229, 212, 200, 1);
        border-color: var(--variant-border-active);
    }

    .skin-13 .slick-dots li.slick-active button {
        background: var(--btn-5-color);
        border-color: var(--variant-border-active);
    }

    .skin-13 .heroCarousel .slick-arrow {
        width: 34px;
        height: 46px;
    }

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

    @media (min-width: 1025px) {
        .skin-13 .heroCarousel .slick-dots {
            bottom: 44px;
        }

        .skin-13 .slick-dots li {
            margin-left: 7px;
            margin-right: 7px;
        }

        .skin-13 .slick-dots li button{
            width: 14px;
            height: 14px;
            background-color: rgba(229, 212, 200, 1);
            border-color: transparent;
        }
    
        .skin-13 .slick-dots li.slick-active button {
            background: var(--btn-5-color);
            border-color: var(--btn-5-color);
        }

    }
/* END: Skin 13 (Layout Jewelry) */

/* START: Skin 14 (Layout Eyewear) */
    .skin-14 .slideshow .slick-arrow{
        width: 72px;
        height: 72px;
        border-radius: 50%;
        background: rgb(var(--arrow-bg));
        padding: 10px;
        border: 1px solid var(--arrow-border);
    }

    .skin-14 .slideshow .slick-arrow svg{
        fill: var(--arrow-color);
        color: var(--arrow-color);
        width: 16px;
        height: 30px;
    }

    .skin-14 .halo-product-block .slick-arrow,
    .skin-14 .halo-gallery-block .slick-arrow {
        width: 50px;
        height: 70px;
        border-radius: 0;
        background-color: #ffffff;
        border: 0;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
    }

    .skin-14 .halo-product-block .slick-arrow svg,
    .skin-14 .halo-gallery-block .slick-arrow svg{
        fill: #26292d;
        color: #26292d;
        width: 10px;
        height: 17px;
    }

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

    .skin-14 .halo-product-block .slick-arrow.slick-next,
    .halo-gallery-block .slick-arrow.slick-next {
        right: 30px;
    }

    body.dark-mode.skin-14 .halo-top-currency .dropdown-label {
        color: var(--color-white);
    }

    @media (max-width: 1024px) {
        .skin-14 .halo-icon-with-text .item-content .sub-title {
            font-size: calc(var(--text-font-size) - 1px);
        }
    }

    @media (min-width: 551px) and  (max-width: 1024px) {
        .skin-14 .slideshow .img-box .image {
            height: 600px;
        }
    }

    @media (min-width: 551px) {
        .skin-14 .banner-title,
        .skin-14 .halo-product-block-7 .title .text,
        .skin-14 .image-gallery-2 .title .text {
            letter-spacing: 2px;
        }
    }

    @media (min-width: 1025px) {
        .skin-14 .heroCarousel .heroCarousel-title {
            margin-bottom: 16px;
        }
    }

    @media (min-width: 1400px) {
        .skin-14 .heroCarousel .slick-dots {
            bottom: 76px;
        }
    }

    @media (min-width: 1600px) {
        .skin-14 .heroCarousel .heroCarousel-content {
            max-width: 470px;
        }

        .skin-14 .heroCarousel .heroCarousel-content .heroCarousel-title {
            letter-spacing: 2px;
        }

        .skin-14 .heroCarousel .heroCarousel-content.text-left .heroCarousel-description {
            margin-bottom: 43px;
            padding-right: 105px;
        }
    }

    @media (min-width: 1920px) {
        .skin-14 .heroCarousel .slick-arrow.slick-prev {
            left: calc((100% - 1570px + 23px)/2);
        }

        .skin-14 .heroCarousel .slick-arrow.slick-next {
            right: calc((100% - 1570px + 23px)/2);
        }

        .skin-14 .halo-product-block .slick-arrow.slick-prev,
        .halo-gallery-block .slick-arrow.slick-prev {
            left: calc(((100% - 1770px) / 2) - 1.5rem);
        }

        .skin-14 .halo-product-block .slick-arrow.slick-next,
        .halo-gallery-block .slick-arrow.slick-next {
            right: calc(((100% - 1770px) / 2) - 1.5rem);
        }
    }
/* END: Skin 14 (Layout Eyewear ) */

/* START: Skin 15 (Layout Bike) */
    .skin-15 .halo-block-header .title{
        font-style: italic;
    }

    .skin-15 .halo-block-header .desc{
        font-size: calc(var(--font-size) + 2px);
        font-weight: var(--font-weight-normal);
        margin-top: 0;
        color: var(--color-text2);
    }

    .skin-15 .slideshow .heroCarousel-title {
        font-style: italic;
    }

    .skin-15 .halo-article-6 .slick-arrow {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background-color: #747474;
        border: 0;
        box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 5%);
    }

    .skin-15 .slick-arrow svg{
        width: 12px;
        height: 23px;
    }

    .skin-15 .productView-thumbnail-wrapper .slick-arrow.slick-disabled,
    .skin-15 .productView-thumbnail-wrapper .slick-arrow {
        border: 0px !important;
        background: transparent !important;
    }

    .skin-15 .productView-thumbnail-wrapper .slick-arrow.slick-disabled svg {
        fill: var(--color-text2) !important;
        color: var(--color-text2) !important;
    }

    .skin-15 .productView-thumbnail-wrapper .slick-arrow svg {
        fill: var(--color-text) !important;
        color: var(--color-text) !important;
    }

    body.dark-mode.skin-15 .slick-arrow {
        background-color: #747474;
        box-shadow: 0px 3px 7px 0px rgba(255 255 255 / 5%);
    }

    body.dark-mode.skin-15 .slick-arrow svg {
        fill: var(--color-black);
        color: var(--color-black);
    }

    body.dark-mode.skin-15 .slick-dots li button {
        background: var(--icon);
    }

    body.dark-mode.skin-15 .slick-dots li.slick-active button {
        background: transparent;
    }

    body.dark-mode.template-index.skin-15 .halo-top-currency .dropdown-label {
        color: var(--color-white);
    }

    @media (min-width: 768px) {
        .skin-15 .slideshow .heroCarousel-title {
            font-size: calc(var(--title-tablet-font-size) + 20px);
        }
    }

    @media (min-width: 1025px) {
        .skin-15 .slick-arrow.slick-disabled {
            display: block !important;
            background-color: transparent;
            border: 1px solid #707070;
            opacity: 1;
        }

        .skin-15 .slick-arrow.slick-disabled svg{
            fill: #707070;
            color: #707070;
        }

        .skin-15 .slideshow .heroCarousel-content {
            max-width: 700px;
        }

        .skin-15 .slideshow .heroCarousel-subtitle {
            margin-bottom: 15px;
        }

        .skin-15 .slideshow .heroCarousel-title {
            margin-bottom: 64px;
        }

        .skin-15 .slideshow .heroCarousel-title {
            font-size: calc(var(--title-tablet-font-size) + 30px);
        }

        body.dark-mode.skin-15 .slick-arrow.slick-disabled {
            background-color: transparent;
            border: 1px solid #707070;
        }

        body.dark-mode.skin-15 .slick-arrow.slick-disabled svg{
            fill: #707070;
            color: #707070;
        }
    }

    @media (min-width: 1400px) {
        .skin-15 .slideshow .heroCarousel-content {
            max-width: 885px;
        }

        .skin-15 .slideshow .heroCarousel-title {
            font-size: calc(var(--title-font-size) + 20px);
        }
    }
/* END: Skin 15 (Layout Bike ) */


/* START: Skin 16 (Layout Tech) */
.skin-16 .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    padding: 16px;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    background-color: var(--bg-white);
}

.skin-16 .halo-block-header .desc,
.skin-17 .halo-block-header .desc {
    font-weight: var(--font-weight-normal);
}

.skin-16 .halo-popup .halo-popup-header,
.skin-17 .halo-popup .halo-popup-header {
    margin-bottom: 18px;
}

.skin-16 .halo-popup-desc,
.skin-17 .halo-popup-desc {
    font-size: calc(var(--font-size) + 2px);
    font-weight: var(--font-weight-normal);
    color: var(--color-text);
    padding-top: 0;
    padding-bottom: 4px;
}

.skin-16 .product-infinite-scroll .button,
.skin-17 .product-infinite-scroll .button {
    border-radius: var(--image-border)!important;
    max-width: 120px;
}

.skin-16 .custom-banner .custom-banner-item,
.skin-17 .custom-banner .custom-banner-item {
    border-radius: 0;
}

.skin-16 .featured-brand-1 .halo-row-item,
.skin-17 .featured-brand-1 .halo-row-item {
    padding-bottom: 23px;
    padding-top: 23px;
}

.skin-16 .featured-brand-1 .image,
.skin-17 .featured-brand-1 .image {
    border: 1px solid #ebebeb;
    transition: all 0.3s ease;
}

.skin-16 .featured-brand-1 .image:hover,
.skin-17 .featured-brand-1 .image:hover {
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.skin-16 .featured-brand-1 .image-zoom:hover img,
.skin-17 .featured-brand-1 .image-zoom:hover img {
    transform: scale(1);
}

.skin-16 .slick-dots li button,
.skin-17 .slick-dots li button {
    border: 1px solid var(--color-link);
}

.skin-16 .slick-dots li.slick-active button,
.skin-17 .slick-dots li.slick-active button {
    border: 1px solid var(--color-link-hover);
    background: var(--color-link-hover);
}

.skin-16 .halo-block .slick-arrow.slick-disabled,
.skin-17 .halo-block .slick-arrow.slick-disabled {
    display: block !important;
}

.skin-16 .header-nav-vertical-menu.style-2 .menu-lv-item.menu-lv-toggle > .menu-lv-1__action .icon,
.skin-17 .header-nav-vertical-menu.style-2 .menu-lv-item.menu-lv-toggle > .menu-lv-1__action .icon {
    height: 27px;
}

body.dark-mode.skin-16 .slick-arrow,
body.dark-mode.skin-17 .slick-arrow {
    border: 1px solid #4c4c4c;
    box-shadow: 1px 2px 4.55px 0.45px rgba(255, 255, 255, 0.1);
    background-color: var(--bg-black);
}

body.dark-mode.skin-16 .halo-collapsible-content-2.style-2 .product-tabs-list .tab-links,
body.dark-mode.skin-17 .halo-collapsible-content-2.style-2 .product-tabs-list .tab-links {
    color: var(--color-background);
    border-color: var(--color-background);
}

body.dark-mode.skin-16 .halo-collapsible-content-2.style-2 .product-tabs-list li .tab-links.active,
body.dark-mode.skin-17 .halo-collapsible-content-2.style-2 .product-tabs-list li .tab-links.active {
    background: var(--color-background);
    color: var(--color-text);
}

body.dark-mode.skin-16 .marquee-box,
body.dark-mode.skin-16 .halo-newsletter,
body.dark-mode.skin-16 .halo-collapsible-content-2,
body.dark-mode.skin-16 .halo-banner-with-custom-link2,
body.dark-mode.skin-16 .halo-collapsible-content-2 .faqs-item .card-header:not(.collapsed) .icon-plus:before,
body.dark-mode.skin-16 .halo-collapsible-content-2 .faqs-item .card-header:not(.collapsed) .icon-plus:after,
body.dark-mode.skin-17 .marquee-box,
body.dark-mode.skin-17 .halo-newsletter,
body.dark-mode.skin-17 .halo-collapsible-content-2,
body.dark-mode.skin-17 .halo-banner-with-custom-link2,
body.dark-mode.skin-17 .halo-collapsible-content-2 .faqs-item .card-header:not(.collapsed) .icon-plus:before,
body.dark-mode.skin-17 .halo-collapsible-content-2 .faqs-item .card-header:not(.collapsed) .icon-plus:after {
    background: var(--color-background);
}

body.dark-mode.skin-16 .marquee-box,
body.dark-mode.skin-16 .halo-newsletter,
body.dark-mode.skin-16 .footer-6 .footer-block__column .footer-block__heading,
body.dark-mode.skin-16 .footer-6 .list-menu__item--link, 
body.dark-mode.skin-16 .footer-6 .footer-block__details,
body.dark-mode.skin-17 .marquee-box,
body.dark-mode.skin-17 .halo-newsletter,
body.dark-mode.skin-17 .footer-6 .footer-block__column .footer-block__heading,
body.dark-mode.skin-17 .footer-6 .list-menu__item--link, 
body.dark-mode.skin-17 .footer-6 .footer-block__details {
    color: var(--color-text);
}

@media (max-width: 1024px) {
    .skin-16 .container-no-padding .halo-block-header,
    .skin-17 .container-no-padding .halo-block-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .skin-16 .halo-block .halo-row--swipe,
    .skin-17 .halo-block .halo-row--swipe {
        padding-bottom: 0;
    }
}

@media(min-width: 1025px) {
    .skin-16 .halo-sidebar-header.style-2,
    .skin-17 .halo-sidebar-header.style-2 {
        padding-top: 35px;
    } 

    /* START: Block */
        .skin-16 .halo-block.featured-brand-1 .container-1570 .slick-prev,
        .skin-17 .halo-block.featured-brand-1 .container-1570 .slick-prev {
            left: -10px;
        }

        .skin-16 .halo-block.featured-brand-1 .container-1570 .slick-next,
        .skin-17 .halo-block.featured-brand-1 .container-1570 .slick-next {
            right: -10px;
        }
    /* END: Block */
}

@media(min-width: 1600px) {
    .skin-16 .halo-sidebar-header.style-2,
    .skin-17 .halo-sidebar-header.style-2 {
        padding-top: 45px;
    }

    .skin-16 .halo-block.featured-brand-1 .container-1570 .slick-prev,
    .skin-17 .halo-block.featured-brand-1 .container-1570 .slick-prev {
        left: -75px;
    }

    .skin-16 .halo-block.featured-brand-1 .container-1570 .slick-next,
    .skin-17 .halo-block.featured-brand-1 .container-1570 .slick-next {
        right: -75px;
    }
}
/* END: Skin 16 (Layout Tech) */


/* START: Skin 17 (Layout Wig) */
.skin-17 .halo-block-header {
    margin: 0 0 40px;
}

.skin-17 .halo-block-header .desc {
    margin: 8px 0 0;
}

.skin-17 .slick-arrow {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #000000;
    padding: 13px;
    box-shadow: none;
    background-color: var(--bg-white);
}

.skin-17 .icon-arrow-effect--bis {
    padding: 14px;
}

.skin-17 .halo-article-1 .banner-link {
    color: var(--blog-title-color);
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.skin-17 .footer-10 .footer-block__bottom {
    padding-top: 19px;
    padding-bottom: 20px;
}

.skin-17 .footer-block__bottom.separate-line {
    border-top: 1px solid var(--bg-grey);
}

@media(min-width: 551px) {
    .skin-17 .fixed-banner-2.layout-2 .content-box {
        max-width: 510px;
    }
}

@media(min-width: 1025px) {
    .skin-17 .halo-article-1 .banner-link:hover,
    .skin-17 .halo-article-1 .banner-link:hover .text {
        text-decoration: none;
    }

    .skin-17 .featured-brand-3 .halo-block-header {
        margin: 0 0 60px;
    }
}
/* END: Skin 17 (Layout Wig) */


/* START: Skin 19 (Layout Electronics) */
.skin-18 .halo-block-header{
    margin-bottom: 39px;
}

.skin-18 .halo-product-block .halo-block-header{
    margin-bottom: 40px;
}

.skin-18 .halo-block-header .desc{
    font-weight: var(--font-weight-normal);
    margin-top: 0;
}

.skin-18 .slick-dots li button{
    width: 10px;
    height: 10px;
    background: var(--icon);
}

.skin-18 .slick-dots li.slick-active button {
    background: transparent!important;
}

.skin-18 .halo-block .slick-arrow{
    width: 46px;
    height: 46px;
}

.skin-18 .halo-block .slick-arrow.slick-disabled{
    display: block !important;
}

.skin-18 .card.style-12 .card-information {
    border-top: none;
}

body.dark-mode.skin-18 .halo-top-currency .dropdown-label {
    color: var(--color-white);
}

@media (min-width: 1025px){
    .skin-18 .halo-custom-product-banner-1.style-4 .halo-block-header{
        margin-bottom: 60px;
    }
}
.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* Space between product cards */
}

.product-item {
  flex: 1 1 250px; /* Responsive width, min 250px */
  max-width: 300px;
  box-sizing: border-box;
}

.card-product__wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-image {
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: contain; /* Maintains aspect ratio without stretching */
  display: block;
}

/* Optional: fix text centering and spacing */
.card-information__wrapper {
  padding: 4px;
}

/* Mobile-specific tweaks */
@media (max-width: 767px) {
  .product {
    flex-direction: column;
    align-items: center;
  }

  .product-item {
    width: 100%;
    max-width: 100%;
  }
}
.custom-product-list .product-line {
   margin-bottom: 10px;
   font-size: 15px;
   color: #fff; /* or your preferred color */
}
.custom-product-list .product-line strong {
   font-weight: bold;
   color: #fff; /* or any highlight color */
}
.bw-hover-effect .img-box img {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.bw-hover-effect .img-box:hover img {
  filter: grayscale(0%);
}
.text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal; /* Ensures it wraps to the next line if needed */
    max-width: 100%; /* Ensures it doesn't overflow */
    display: block; /* Makes sure it behaves like a block element */
}
.product-image {
    width: 100%;  /* Make sure the image fits the container */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensure the image doesn't stretch */
    max-width: 300px; /* Limit the maximum width to 300px */
    max-height: 300px; /* Limit the maximum height to 300px */
}

.product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);  /* Display 3 items per row */
    gap: 20px;
}
.mobileMenu-toggle__Icon {
  width: 24px;
  height: 18px; /* enough height for 3 lines */
  position: relative;
  display: block;
}

.mobileMenu-toggle__Icon::before,
.mobileMenu-toggle__Icon::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000; /* black color */
  position: absolute;
  left: 0;
}

.mobileMenu-toggle__Icon::before {
  top: 0; /* first line at top */
}

.mobileMenu-toggle__Icon::after {
  top: 16px; /* third line at bottom */
}

/* Middle Line */
.mobileMenu-toggle__Icon::after,
.mobileMenu-toggle__Icon::before,
.mobileMenu-toggle__Icon {
  background-color: transparent; /* remove full background */
}

.mobileMenu-toggle__Icon::before,
.mobileMenu-toggle__Icon::after,
.mobileMenu-toggle__Icon span {
  background-color: #000; /* Only lines black */
}

/* Create middle line using a span inside */
.mobileMenu-toggle__Icon span {
  display: block;
  position: absolute;
  top: 8px; /* middle line */
  width: 24px;
  height: 2px;
}
.card-product__wrapper {
    position: relative;
    overflow: hidden;
}

.add-to-bag-btn {
    position: absolute;
    bottom: 10px; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0; /* Initially hidden */
    visibility: hidden; /* Prevents taking up space */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Fade-in effect */
    
    padding: 5px 22px; /* Adjusted padding to make the button wider */
    font-size: 16px; /* Font size */
    text-align: center;
    border-radius: 6px; /* Rounded corners */
    font-weight: 600; /* Bold text */
    background-color: #1d4477; /* Black background */
    color: #fff; /* White text */
    text-transform: uppercase; /* Uppercase text */
    transition: background-color 0.3s ease;
    white-space: nowrap; /* Prevents text wrapping */
}

.add-to-bag-btn:hover {
    background-color: #1d4477; /* Slightly lighter on hover */
}

/* Show the button when hovering over the image */
.card-product__wrapper:hover .add-to-bag-btn {
    opacity: 1;
    visibility: visible;
}
.video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}

.intro-video {
  width: 100%;
  max-width: 800px;
  height: auto;
  border: 4px solid #cf4a43; /* red border */
  border-radius: 20px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
  /* transition: transform 0.3s ease; */
}

.intro-video:hover {
  /* transform: scale(1.02); */
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25); */
}
.header,
.navbar,
ul.main-menu {
  overflow: visible !important;
}
/* Mobile View - Dropdown */
@media screen and (max-width: 767px) {
    /* Dropdown Menu Style */
    .dropdown-menu {
        position: relative;
        width: 100%;
        background-color: #fff;
        margin-top: 5px;
        padding: 10px;  /* Padding for spacing inside the dropdown */
        border-radius: 8px;
        box-shadow: none;
        transition: transform 0.3s ease;
    }
    
    /* Move the dropdown a little to the left */
    .dropdown-menu[aria-expanded="true"] {
        transform: translateX(-10px);  /* Move left by 10px */
    }

    .dropdown-menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .dropdown-menu li {
        padding: 8px;
        text-align: left;
    }

    .dropdown-menu a {
        display: block;
        text-decoration: none;
        color: #333;
        padding: 8px;
        transition: background-color 0.3s ease;
    }

    .dropdown-menu a:hover {
        background-color: #eaeaea;
    }
}
.input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #1d4ed8; /* Tailwind blue-700 */
}
/* General Layout */
.about-us-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f9fafb;
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    /* padding: 0 1rem; */
}

/* About Us Content */
.about-us-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.about-us-image {
    width: 100%;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
}

.about-us-image img {
    width: 100%;
    border-radius: 0.5rem;
}

.about-us-text {
    max-width: 600px;
    text-align: center;
}

.about-us-text h2 {
    font-size: 5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.about-us-text h3 {
    font-size: 29px;
    font-weight: 500;
    color: #555;
    margin-bottom: 1.5rem;
}

.about-us-text p {
    font-size: 16px;
    color: #777;
    line-height: 1.6;
}

/* Vision, Mission, History Section */
.about-us-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.box {
    width: 100%;
    max-width: 300px;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: #f1f5f9;
}

.box h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.box p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

/* Vision Box */
.vision {
    background-color: #d1e7fd;
}

/* Mission Box */
.mission {
    background-color: #d1fad6;
}

/* History Box */
.history {
    background-color: #fff3cd;
}

/* Responsive Design */
@media (min-width: 768px) {
    .about-us-content {
        flex-direction: row;
        align-items: flex-start;
    }

    .about-us-image, .about-us-text {
        width: 50%;
    }

    .about-us-text {
        text-align: left;
    }

    .about-us-boxes {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .box {
        width: 100%;
    }
}
.page-subheader.about-title {
  text-align: center;
  text-transform: unset;
  font-size: 40px;
  padding-bottom: 24px;
  max-width: 580px;
  margin: 10px auto;
}

.about-layout {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: space-between;
  gap: 30px;
}

.about-image {
  flex: 1 1 45%;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.about-text {
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.contact-form .form-field {
  margin-bottom: 20px;
}

.contact-form .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.contact-form .form-input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.contact-form .form-input::placeholder,
.contact-form textarea::placeholder {
  color: #999;
}

.contact-form .form-input:focus,
.contact-form textarea:focus {
  border-color: #c0392b;
  box-shadow: 0 0 8px rgba(192, 57, 43, 0.2);
  outline: none;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form .form-actions {
  text-align: center;
  margin-top: 25px;
}

.contact-form .button {
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #163e73, #163e73);
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.contact-form .button:hover {
  background: linear-gradient(135deg, #c0392b, #a93226);
  transform: translateY(-2px);
}
.contact-store .item {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

.contact-store .text {
  font-weight: 600;
  margin-right: 5px;
}

.contact-store .info {
  color: #000;
  text-decoration: none;
}

.contact-store .info:hover {
  text-decoration: underline;
}
.product-sizes {
    font-size: 14px;
    margin-top: 0px;
    text-align: center;
    padding: 0 10px;
}

.variant-item {
    margin-bottom: 0px;
    color: #058cd0;
}
.size-tab {
        border: 1px solid #e0e0e0;
        padding: 8px 16px;
        border-radius: 8px;
        cursor: pointer;
        font-size: 14px;
        transition: 0.3s;
        background-color: #fce5d8;
        color: #000;
    }

    .size-tab.selected {
        background-color: #ffd6b3;
        border: 1px solid #fca35b;
        font-weight: 600;
    }

    #calculated-price {
        font-size: 22px;
        margin-top: 10px;
        color: #000;
    }

    .quantity-control {
        display: flex;
        align-items: center;
        margin-top: 12px;
        gap: 0px;
    }

    .quantity-control button {
        background: #f3f3f3;
        border: 1px solid #ccc;
        padding: 6px 6px;
        font-size: 18px;
        border-radius: 6px;
        cursor: pointer;
    }

    .quantity-control input {
        width: 50px;
        text-align: center;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

    .btn-black {
        background-color: #000;
        color: #fff;
        width: 100%;
        padding: 14px;
        border: none;
        font-weight: 600;
        margin-top: 10px;
        border-radius: 6px;
        transition: 0.3s;
    }

    .btn-black:hover {
        background-color: #333;
    }

    .btn-red {
        background-color: #193f74;
        color: #fff;
        width: 100%;
        padding: 14px;
        border: none;
        font-weight: 600;
        margin-top: 10px;
        border-radius: 6px;
        transition: 0.3s;
    }

    .btn-red:hover {
        background-color: #028bcf;
    }

    .terms-label {
        font-size: 14px;
        margin-top: 15px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
.signup-page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh; /* You can adjust height or set exact pixels */
  padding: 40px 0;
}

.signup-page .signup-container {
  background: #fff;
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  width: 360px;
}

.signup-page .signup-container h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #169d24;
  font-weight: 700;
  font-size: 24px;
}

.signup-page label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.signup-page input[type="text"],
.signup-page input[type="email"],
.signup-page input[type="password"] {
  width: 100%;
  padding: 11px 14px;
  margin-bottom: 18px;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.signup-page input[type="text"]:focus,
.signup-page input[type="email"]:focus,
.signup-page input[type="password"]:focus {
  border-color: #169d24;
  outline: none;
}

.signup-page button {
  width: 100%;
  padding: 14px 0;
  background-color: #169d24;
  border: none;
  border-radius: 7px;
  color: white;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.signup-page button:hover {
  background-color: #117b1a;
}

.signup-page .note {
  margin-top: 15px;
  font-size: 13px;
  color: #555;
  text-align: center;
  font-style: italic;
}
/* Admin Login Section */
.login-wrapper {
  height: 100vh;
  background: linear-gradient(135deg, #163e73, #1393d2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.login-card {
  background: #ffffff;
  padding: 40px 30px;
  max-width: 400px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  text-align: center;
  animation: popIn 0.5s ease-in-out;
}

.login-logo img {
  max-width: 120px;
  margin-bottom: 20px;
}

@keyframes popIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.login-header h2 {
  margin: 0;
  font-size: 28px;
  color: #163e73;
}

.login-header p {
  color: #555;
  margin-bottom: 20px;
}

.login-error {
  background: #ffe3e3;
  color: #d32f2f;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-weight: bold;
}

.login-form input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 15px;
  transition: 0.3s;
}

.login-form input:focus {
  border-color: #1393d2;
  box-shadow: 0 0 5px rgba(19, 147, 210, 0.4);
}

.login-form button {
  width: 100%;
  background: #1393d2;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.login-form button:hover {
  background: #1177b0;
}
  @media (min-width: 768px) {
    .desktop-small-width {
      width: 20px !important;
    }
  }
.brand-note {
  margin-top: 20px;
  font-size: 14px;
  color: #777;
}
.login-logo {
  text-align: center;
  margin-bottom: 20px;
}

.login-logo img {
  display: inline-block;
  max-width: 120px;
  width: 100%;
  height: auto;
}
.bullet {
  font-weight: bold;
  font-size: 30px;
  color: #000;
  margin-right: 5px;
  vertical-align: middle;   /* <-- this aligns bullet vertically with text */
  line-height: 1;           /* keeps the bullet compact */
  display: inline-block;    /* helps vertical-align work well */
}
 @media (min-width: 768px) {
        .btn-black {
            width: 265px;
        }

        .btn-red {
            width: 375px;
        }
    }
     @media (min-width: 768px) {
        .btn-red {
            width: 265px !important;
        }
    }
    .custom-shop-button {
    display: inline-block;
    padding: 5px 24px;
    background-color: #173f74; /* Silaris red */
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    border-radius: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.custom-shop-button:hover {
    background-color: #0d3262;
    color: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: flex-start; /* Align content to the top */
  gap: 20px;
}

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

.half-div {
  flex: 1 1 50%;
  padding: 15px;
}

.responsive-img {
  width: 100%;
  height: auto;
  display: block;
}

.content-div h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.content-div p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .row-flex, .row-flex.reverse {
    flex-direction: column;
  }
}
.responsive-img {
  width: 100%;
  height: 250px; /* or 300px */
  object-fit: cover;
  border-radius: 8px; /* optional: rounded corners */
}
.dropdown-menu a:hover {
    background-color: #f7f7f7;
    color: #ff6b00; /* Professional brand red tone */
    padding-left: 8px;
    transition: all 0.3s ease-in-out;
}
/* Smooth hover effect for dropdown items */
.dropdown-menu li a {
    display: block;
    padding: 8px 6px;
    color: #000000;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}

.dropdown-menu li:hover a,
.dropdown-menu li a:hover {
    background-color: #f7f7f7;
    color: #ff6b00;
    padding-left: 16px; /* adds subtle movement */
}
/* Desktop only padding */
@media (min-width: 1024px) {
  .desktop-padding-left {
    padding-left: 50px;
  }
}
@media (min-width: 1024px) {
  .header-nav__menu {
    padding-left: 50px;
  }
}
.bullet {
    color: #ff6b00; /* your theme color */
    font-weight: bold;
    margin-right: 5px;
}
.min-h-48px {
    min-height: 48px;
}
@media (min-width: 1024px) {
  .halo-row-carousel {
    display: flex !important;
    justify-content: center !important;
    gap: 20px; /* Optional spacing between items */
  }

  .halo-row-carousel .halo-row-item {
    flex: 0 0 auto; /* Prevent items from shrinking */
  }
}
/* Force equal left and right space for .halo-row-carousel */
.halo-row-carousel {
  margin-left: auto;
  margin-right: auto;
  max-width: 1370px; /* or your desired width */
  padding-left: 15px;  /* optional: give some spacing */
  padding-right: 15px; /* optional: give some spacing */
  box-sizing: border-box;
}
/* Default: Desktop Grid - 5 items */
.category-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* Card styling */
.category-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s;
  overflow: hidden;
}

.category-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.category-title {
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #028bcf;
}

.category-item:hover {
  transform: scale(1.03);
}

/* Tablet View: Flex Carousel */
@media (max-width: 1024px) {
  .category-row {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 0 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .category-row::-webkit-scrollbar {
    display: none;
  }

  .category-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 30vw; /* Show ~3 cards */
    max-width: 220px;
  }
}

/* Mobile View: Show 2 Cards */
@media (max-width: 768px) {
  .category-item {
    width: 45vw; /* Show ~2 cards */
    max-width: 180px;
  }
}

/* Small Mobile View: 1.5 cards (swipeable) */
@media (max-width: 480px) {
  .category-item {
    width: 70vw; /* 1.5 cards shown */
    max-width: 160px;
  }
}
.trust-section {
    background-color: #fff;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
  }

  .trust-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    gap: 20px;
  }

  .trust-item {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 30px 20px;
    flex: 1 1 calc(33.333% - 20px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
  }

  .trust-icon {
    font-size: 50px;
    color: #c62828;
    margin-bottom: 20px;
  }

  .trust-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .trust-desc {
    font-size: 15px;
    color: #555;
  }

  @media (max-width: 768px) {
    .trust-item {
      flex: 1 1 100%;
    }
  }
  .review-section {
      max-width: 1400px;
      margin: auto;
      overflow: hidden;
      position: relative;
    }

    .reviews-container {
      display: flex;
      gap: 20px;
      transition: transform 0.5s ease;
    }

    .review-card {
      flex: 0 0 calc(33.333% - 20px);
      background: #fff;
      padding: 25px 20px;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s, box-shadow 0.3s;
      position: relative;
    }

    .review-card.middle {
      transform: scale(1.05);
      z-index: 2;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      background: #e6f8ff;
    }

    .review-text {
      font-size: 16px;
      color: #333;
      margin-bottom: 20px;
      line-height: 1.6;
    }

    .client-info {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .client-photo {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #f4c542;
    }

    .client-details {
      display: flex;
      flex-direction: column;
    }

    .client-name {
      font-weight: bold;
      font-size: 16px;
    }

    .stars {
      color: #f4c542;
      font-size: 16px;
    }

    @media (max-width: 768px) {
  .reviews-container {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 10px;
  }

  .review-card {
    flex: 0 0 90%;
    scroll-snap-align: center;
    min-width: 90%;
    box-sizing: border-box;
  }

  .review-card.middle {
    transform: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    background: #e6f8ff;
  }
}
.lux-about-wrapper {
  font-family: Jost;
  background-color: #fefaf6;
  color: #2b2b2b;
}

/* Hero Section */
.lux-hero {
  background: url('assets/images/about/hero-bg.jpg') center/cover no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 20px;
}

.lux-hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.lux-hero p {
  font-size: 18px;
  font-weight: 300;
}

/* Our Story Section */
.lux-section.lux-story {
  padding: 20px 20px;
}

.story-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.story-text {
  flex: 1 1 500px;
  padding: 20px;
  font-size: 18px;
  line-height: 1.7;
}

.story-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.story-image {
  /* flex: 1 1 400px; */
  text-align: center;
  padding: 20px;
}

.story-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Quote Section */
.lux-quote-section {
  background-color: #163e73;
  color: white;
  padding: 80px 20px;
  text-align: center;
  font-size: 28px;
  font-style: italic;
  position: relative;
}

.lux-quote-section img {
  width: 80px;
  position: absolute;
  top: 30px;
  left: 30px;
}

/* Core Beliefs */
.lux-core {
  padding: 60px 20px;
  text-align: center;
}

.lux-core h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.core-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.core-box {
  flex: 1 1 250px;
  padding: 20px;
  max-width: 300px;
}

.core-box i {
  font-size: 40px;
  color: #a8794f;
  margin-bottom: 15px;
}

.core-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.core-box p {
  font-size: 16px;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .lux-hero h1 { font-size: 32px; }
  .story-content { flex-direction: column; }
  .lux-quote-section img { display: none; }
}

.core-items {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  text-align: center;
}

.core-box img {
  margin-bottom: 15px;
}
.lux-core .core-items {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  text-align: center;
}

.lux-core .core-box {
  max-width: 250px;
}

.lux-core .core-box img {
  display: block;
  margin: 0 auto 15px auto;
}
/* Font imports (optional) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Open+Sans&display=swap');

.contact-wrapper {
  background: linear-gradient(145deg, #f8f8f8, #fef3f9);
  padding: 60px 20px;
  font-family: 'Open Sans', sans-serif;
  color: #4b0a2c;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.contact-form-box, .contact-info-box {
  flex: 1 1 500px;
  padding: 40px;
}

.contact-heading {
  font-family: Jost;
  font-size: 36px;
  margin-bottom: 10px;
  color: #3a5c88;
}

.contact-subtext {
  font-size: 15px;
  margin-bottom: 30px;
  color: #5e2e47;
}

.elegant-form .input-group {
  margin-bottom: 20px;
}

.elegant-form input,
.elegant-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d4ebf6;
  border-radius: 10px;
  font-size: 15px;
  background: #d4ebf6;
  transition: border-color 0.3s;
}

.elegant-form input:focus,
.elegant-form textarea:focus {
  border-color: #d84d9c;
  outline: none;
}

.btn-submit {
  background: linear-gradient(90deg, #3a5c88, #6ea8c4);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}

.btn-submit:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #6ea8c4, #3a5c88);
}

.contact-info-box {
  background: #ffffff;
  border-left: 4px solid #3a5c88;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-details h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #3a5c88;
}

.info-details p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
}

.info-details a {
  color: #3a5c88;
  text-decoration: none;
}

.map-container {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    padding: 20px;
  }

  .contact-form-box, .contact-info-box {
    padding: 30px 20px;
  }
}

.lux-vision-mission {
  background: #fff8fa;
  padding: 20px 20px;
}

.vm-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.vm-box {
  flex: 1 1 45%;
  background: #e6f8ff;
  border-left: 5px solid #173f73;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.vm-box h3 {
  font-family: 'Jost';
  font-size: 24px;
  margin-bottom: 15px;
  color: #173f73;
}

.vm-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #4b0a2c;
}

@media (max-width: 768px) {
  .vm-content {
    flex-direction: column;
  }

  .vm-box {
    flex: 1 1 100%;
  }
}
.trust-section {
  padding: 20px 10px 0px 20px;
  background-color: #ccedff;
}

.trust-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.trust-item {
  background-color: #e6f8ff;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  padding: 60px 20px 20px;
  text-align: center;
  width: 300px;
  position: relative;
  border: 2px solid #184074;
}

.trust-icon {
  width: 80px;
  height: 80px;
  background-color: #184074; /* Blue background */
  color: white;
  font-size: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px; /* Half outside the box */
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.trust-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
}

.trust-desc {
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
}
.custom-search-form {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 25px;
  padding: 2px 8px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s;
}

.custom-search-form:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.custom-search-input {
  border: none;
  background: transparent;
  padding: 6px 8px;
  font-size: 14px;
  width: 130px;
  outline: none;
  color: #333;
}

.custom-search-button {
  background-color: #f8f8f8;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-search-button:hover {
  background-color: #333;
}
sticky-header-basic.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff; /* Optional: change background on scroll */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional: shadow effect */
  transition: all 0.3s ease-in-out;
}
/* Wrapper */
.mehta-insta-wrapper {
  position: relative;
  padding: 0 0px;
  max-width: 100%;
}

/* Track container for hiding overflow */
.mehta-track-container {
  overflow: hidden;
  width: 100%;
}

/* Track with exact item sizing */
.mehta-track {
  display: flex;
  transition: all 0.3s ease;
}

/* Item styling */
.mehta-item {
  flex: 0 0 20%; /* 100 / 5 = 20% = 5 items per row */
  max-width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
}
.mehta-item img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* Arrows */
.mehta-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%; /* perfect circle */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  cursor: pointer;
}
.mehta-arrow.left {
  left: -10px;
}
.mehta-arrow.right {
  right: -10px;
}
.mehta-arrow:hover {
  background: #f0f0f0;
}

/* Responsive fallback */
@media (max-width: 1024px) {
  .mehta-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 768px) {
  .mehta-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 500px) {
  .mehta-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.cart-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    padding: 20px;
    overflow-y: auto;
    font-family: 'Poppins', sans-serif;
}

.cart-drawer.open {
    right: 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.cart-items {
    margin-top: 20px;
}

.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.cart-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 15px;
}

.cart-item-details {
    flex-grow: 1;
}

.cart-item-qty {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
}

.cart-item-qty button {
    width: 25px;
    height: 25px;
    background: black;
    color: white;
    border: none;
    border-radius: 3px;
}

.cart-footer {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}

.checkout-btn, .view-cart-btn {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.checkout-btn {
    background: #6ab04c;
    color: white;
}

.view-cart-btn {
    background: #f0f0f0;
}
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.cart-drawer.open {
  transform: translateX(0%);
}

@media (max-width: 768px) {
  .cart-drawer {
    max-width: 100%; /* Ensure full width on small devices */
  }
}
.swiper-container.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  display: block;
  margin: auto;
  border-radius: 6px;
}
.swiper-slide:not(.swiper-slide-active) .zoom-img {
  display: none !important;
}
/* Responsive layout on mobile */
@media (max-width: 768px) {
  .swiper-container.gallery-thumbs {
    height: auto !important;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0;
  }

  .swiper-container.gallery-thumbs .swiper-wrapper {
    flex-direction: row !important;
    display: flex !important;
    gap: 0.5rem;
    height: auto !important;
  }

  .swiper-container.gallery-thumbs .swiper-slide {
    width: 80px !important;
    height: auto !important;
    flex-shrink: 0;
  }
}
.zoom-container {
  position: relative;
  overflow: hidden;
}

.zoom-image {
  transition: transform 0.2s ease;
  transform-origin: center center;
}

.zoom-container:hover .zoom-image {
  transform: scale(2); /* You can increase to 2.5 or 3 */
}

.zoom-container.active .zoom-image {
  transition: none;
}
/* SEARCH BAR STYLES */
.header-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

#search-input {
  height: 38px;
  border-radius: 20px;
  padding: 0 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 220px;
  transition: all 0.3s ease-in-out;
}

#search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
  outline: none;
}

/* Dropdown for results */
#search-results {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}

#search-results a {
  display: block;
  padding: 10px 12px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
}

#search-results a:hover {
  background: #f9f9f9;
}

.d-none {
  display: none !important;
}

.custom-wrapper {
  max-width: 1200px;
  margin: auto;
}

.trust-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.trust-item {
  flex: 1 1 30%;
  text-align: center;
}

.trust-title {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 5px;
  color: #222;
}

.trust-desc {
  font-size: 14px;
  color: #555;
}

/* Review Styling */
.reviews-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.review-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  flex: 1 1 30%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.review-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

.client-info {
  display: flex;
  align-items: center;
}

.client-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.client-details {
  font-size: 14px;
}

.client-name {
  font-weight: bold;
  display: block;
}

.stars {
  color: #f5a623;
}

/* Responsive */
@media (max-width: 768px) {
  .trust-container,
  .reviews-container {
    flex-direction: column;
  }

  .trust-item,
  .review-card {
    flex: 1 1 100%;
  }
}
.trust-section {
  width: 100%;
  padding: 20px 15px; /* adds space inside the edges */
  box-sizing: border-box;
}

.trust-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.trust-item {
  flex: 1 1 30%;
  text-align: center;
}

.trust-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.trust-desc {
  font-size: 14px;
  color: #555;
}

/* Mobile Responsive Fix */
@media (max-width: 768px) {
  .trust-container {
    flex-direction: column;
    gap: 25px;
  }

  .trust-item {
    flex: 1 1 100%;
    width: 100%;
  }

  .trust-section {
    padding: 20px 15px; /* safe spacing on both sides */
  }
}
/* ==== Career Section Wrapper ==== */
.career-wrapper {
  background-color: #f8f9fa;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.career-container {
  max-width: 1140px;
  margin: auto;
}

/* ==== Header Section ==== */
.career-heading {
  text-align: center;
  margin-bottom: 50px;
}

.career-title {
  font-size: 32px;
  color: #1e1e1e;
  font-weight: 700;
}

.career-subtitle {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}

/* ==== Job Cards ==== */
.career-jobs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}

.career-job-card {
  background-color: #ffffff;
  border-left: 4px solid #163e73;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
  border-radius: 8px;
  flex: 1 1 calc(33.333% - 20px);
  transition: all 0.3s ease;
}

.career-job-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.career-job-title {
  color: #ff6b00;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.career-job-desc {
  font-size: 15px;
  color: #444;
}

/* ==== Application Form ==== */
.career-form-section {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.career-form-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #222;
  text-align: center;
}

.career-form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.career-form-group {
  flex: 1 1 calc(50% - 20px);
  display: flex;
  flex-direction: column;
}

.career-form-group.full-width {
  flex: 1 1 100%;
}

.career-form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.career-form-group input,
.career-form-group select,
.career-form-group textarea {
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.2s;
}

.career-form-group input:focus,
.career-form-group select:focus,
.career-form-group textarea:focus {
  border-color: #cf4a43;
  outline: none;
}

/* ==== Submit Button ==== */
.career-submit-btn {
  margin-top: 30px;
  padding: 12px 25px;
  background-color: #104285;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  width: 100%;
}

.career-submit-btn:hover {
  background-color: #25b4ff;
}

/* ==== Responsive ==== */
@media (max-width: 768px) {
  .career-jobs {
    flex-direction: column;
  }

  .career-form-group {
    flex: 1 1 100%;
  }
}
/* ======= Policy Section Styling ======= */
.policy-wrapper {
  padding: 60px 20px;
  background: #f9fafb;
  font-family: 'Segoe UI', sans-serif;
}

.policy-container {
  max-width: 1140px;
  margin: 0 auto;
}

.policy-block {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
  padding: 30px;
  margin-bottom: 40px;
  gap: 30px;
  align-items: center;
}

.policy-image {
  flex: 1 1 280px;
  text-align: center;
}

.policy-image img {
  max-width: 100%;
  height: auto;
}

.policy-content {
  flex: 1 1 600px;
}

.policy-content h3 {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 8px;
}

.policy-content h4 {
  font-size: 16px;
  color: #444;
  margin-bottom: 16px;
  font-weight: 600;
}

.policy-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* ======= Responsive Layout ======= */
@media (max-width: 768px) {
  .policy-block {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .policy-content {
    flex: 1 1 100%;
    padding-top: 20px;
  }

  .policy-content h3,
  .policy-content h4,
  .policy-content p {
    text-align: left;
  }
}
/* ======= Privacy Policy Styling ======= */
.privacy-wrapper {
  background: #fffaf5;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.privacy-container {
  max-width: 960px;
  margin: auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.privacy-header {
  text-align: center;
  margin-bottom: 40px;
}

.privacy-title {
  font-size: 36px;
  font-weight: 700;
  color: #3c3c3c;
}

.privacy-subtitle {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}

.privacy-about,
.privacy-section {
  margin-bottom: 30px;
}

.privacy-about h2,
.privacy-section h2 {
  font-size: 22px;
  color: #cf4a43;
  margin-bottom: 10px;
  font-weight: 600;
}

.privacy-about p,
.privacy-section p {
  color: #444;
  line-height: 1.8;
  font-size: 15px;
}

.privacy-section ul {
  padding-left: 20px;
  margin-top: 10px;
}

.privacy-section ul li {
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
  list-style-type: disc;
}

.privacy-footer {
  text-align: center;
  margin-top: 40px;
  font-size: 15px;
  color: #555;
}

.privacy-footer a {
  color: #169d24;
  text-decoration: none;
  font-weight: 500;
}

.privacy-footer a:hover {
  text-decoration: underline;
}

/* ======= Responsive ======= */
@media (max-width: 768px) {
  .privacy-container {
    padding: 30px 20px;
  }

  .privacy-title {
    font-size: 28px;
  }

  .privacy-about h2,
  .privacy-section h2 {
    font-size: 20px;
  }
}
/* ======= Terms & Conditions Styling ======= */
.terms-wrapper {
  background: #fdfaf7;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.terms-container {
  max-width: 960px;
  margin: auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.terms-header {
  text-align: center;
  margin-bottom: 40px;
}

.terms-title {
  font-size: 36px;
  font-weight: 700;
  color: #ff6b00; /* Orange heading */
}

.terms-subtitle {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}

.terms-section {
  margin-bottom: 30px;
}

.terms-section h2 {
  font-size: 22px;
  color: #ff6b00;
  margin-bottom: 12px;
  font-weight: 600;
}

.terms-section p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
}

.terms-section a {
  color: #169d24;
  text-decoration: underline;
}

.terms-section a:hover {
  text-decoration: none;
}

/* ======= Responsive ======= */
@media (max-width: 768px) {
  .terms-container {
    padding: 30px 20px;
  }

  .terms-title {
    font-size: 28px;
  }

  .terms-section h2 {
    font-size: 20px;
  }
}
/* ======= Order & Return Page Styling ======= */
.order-wrapper {
  background: #fdfaf7;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.order-container {
  max-width: 960px;
  margin: auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.order-header {
  text-align: center;
  margin-bottom: 40px;
}

.order-title {
  font-size: 36px;
  font-weight: 700;
  color: #ff6b00; /* Orange heading */
}

.order-subtitle {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}

.order-section {
  margin-bottom: 30px;
}

.order-section h2 {
  font-size: 22px;
  color: #ff6b00;
  margin-bottom: 12px;
  font-weight: 600;
}

.order-section p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
}

.order-section a {
  color: #169d24;
  text-decoration: underline;
}

.order-section a:hover {
  text-decoration: none;
}

/* ======= Responsive ======= */
@media (max-width: 768px) {
  .order-container {
    padding: 30px 20px;
  }

  .order-title {
    font-size: 28px;
  }

  .order-section h2 {
    font-size: 20px;
  }
}
.mobileMenu-toggle__Icon {
  display: inline-block;
  width: 24px;
  height: 20px;
  position: relative;
}

.mobileMenu-toggle__Icon::before,
.mobileMenu-toggle__Icon::after,
.mobileMenu-toggle__Icon span {
  content: '';
  display: block;
  height: 3px;
  background-color: var(--icon-color, #000);
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
}

/* Top bar */
.mobileMenu-toggle__Icon::before {
  top: 0;
}

/* Middle bar */
.mobileMenu-toggle__Icon span {
  top: 8px;
}

/* Bottom bar */
.mobileMenu-toggle__Icon::after {
  bottom: 0;
}
.testimonial-heading {
  font-size: 36px;
  /* font-weight: 700; */
  text-align: center;
  margin-bottom: 30px;
  color: #ff6b00; /* or use #000 or your brand color */
  font-family: 'Jost';
}

.reviews-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 350px;
  flex: 1;
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}

.review-text {
  font-size: 16px;
  margin-bottom: 30px;
  color: #333;
  line-height: 1.5;
}

.client-info {
  display: flex;
  align-items: center;
}

.client-photo {
  border-radius: 50%;
  margin-right: 10px;
}

.client-details .client-name {
  font-weight: 600;
  display: block;
}

.client-details .stars {
  color: #f5b301;
  font-size: 14px;
}
@media (max-width: 767px) {
  .zoom-container .zoom-image {
    pointer-events: none; /* disables hover and zoom */
    transform: none !important;
  }
}

  @media (max-width: 768px) {
    #mobileImageViewer img {
      transform-origin: center center;
    }
  }

.swiper-zoom-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  #mobileImageViewer img {
    touch-action: pinch-zoom;
  }
  .zoom-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}

.zoom-image {
  transition: transform 0.3s ease;
  will-change: transform;
}
.card-product__wrapper {
  overflow: hidden;
  border-radius: 8px; /* Optional for rounded edges */
}

.product-image {
  transition: transform 0.3s ease;
}

.card-product:hover .product-image {
  transform: scale(1.05); /* Slight zoom */
}
.fixed-search-wrapper {
    position: relative;
    display: inline-block;
    max-width: 300px;
    width: 100%;
  }

  .fixed-search-wrapper input[type="text"] {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border-radius: 25px;
    border: 1px solid #163e73;
    font-size: 14px;
    transition: 0.3s;
  }

  .fixed-search-wrapper input[type="text"]:focus {
    outline: none;
    border-color: #999;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
  }

  .fixed-search-wrapper .search-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;
    fill: #163e73;
  }
