/** Shopify CDN: Minification failed

Line 7049:0 All "@import" rules must come first

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

.d-none {
    display: none;
}

.d-block {
    display: block;
}

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

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

body {
    font-family: var(--font-body-family);
    font-size: var(--font-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;
}

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

square-placement {
    display: block !important;
}

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

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

.link {
    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 .text {
    transition: text-decoration var(--duration-short) ease;
}

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

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

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

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

/* END: Background Overlay */

/* START: Button */
.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: 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 {
    /*display: inline-block;*/
    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[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;
}

/* END: Button */

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

input[type="checkbox"]+.form-label--checkbox:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    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: 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: scale(1);
}

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

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

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

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

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

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

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

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

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

/* END: Dropdown Icon */

/* 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: 30px;
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-medium);
    color: #ccc;
    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;
}

@media screen and (max-width:768px) {
    .halo-block .halo-row--swipe .banner-item {
        width: unset;
    }

    .halo-block .halo-row--swipe .banner-item .img-box {
        padding: 0;
    }
}

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

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

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

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

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

.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-header-2 {
    padding: 8px 30px !important;
    margin-bottom: 0;
    border-bottom: 1px solid #c7c7c7;
}

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

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

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

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

/* END:  Sidebar */

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

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

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

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

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

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

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

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

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

/* END: Alert */

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

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

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

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

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

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

.products-grid.is-empty {
    margin-left: 0;
    margin-right: 0;
}

/* END: Product Grid */

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

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

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

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

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

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

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

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

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

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

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

/* Responsive */
@media (max-width: 1024px) {

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

    .halo-upsell-popup .halo-popup-header {
        position: relative;
    }

    .halo-upsell-popup .halo-popup-close {
        top: 50%;
        transform: translateY(-50%);
    }

    /* 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: 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: Panel */
    .halo-panel-carousel.column-2 {
        margin-left: -10px;
        margin-right: -10px;
    }

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

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

    /* END: Panel */

    /* START: Product Grid */
    .products-grid.column-2 .product {
        margin-top: 30px;
    }

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

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

    /* END: Product Grid */

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

    /* END: Product Scroll */

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

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

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

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

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

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

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

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

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

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

    /* END: Block */

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

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

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

    .halo-grid.halo-grid--strait,
    .halo-grid.halo-grid--strait .halo-grid-row {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    /* END: Collage */
}

@media (min-width: 768px) and (max-width: 1024px) {

    /* START: Block */
    /* .halo-block .halo-row--grid .halo-row-item,
    .halo-block .halo-row-carousel--mobile:not(.slick-initialized) .halo-row-item {
        width: 33.33333333%;
    } */

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

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

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

    /* END: Block */
}

@media (min-width: 992px) {

    /* START: Block */
    .halo-block-headerWapper {
        max-width: 270px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* END: Block */

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

    /* END: Masonry */
}

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

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

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

    /* 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: 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 .slick-arrow {
        padding: 0 !important;
        box-shadow: unset !important;
        background-color: transparent !important;
    }

    .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-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-2 .products-carousel .product {
        padding-left: 6px;
        padding-right: 6px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* END: Block */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* END: Collage */

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

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

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

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

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

    /* END: Masonry */

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

    /*END: Challenge Page reCaptcha*/
}

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

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

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

@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) {
        padding-left: calc((100% - 1170px)/ 2);
        padding-right: calc((100% - 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) {
        padding-left: calc((100% - 1170px - 20px)/ 2);
        padding-right: calc((100% - 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) {
        padding-left: calc((100% - 1170px - 30px)/ 2);
        padding-right: calc((100% - 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) {
        padding-left: calc((100% - 1170px - 40px)/ 2);
        padding-right: calc((100% - 1170px - 40px)/ 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) {
        padding-left: calc((100% - 1370px)/ 2);
        padding-right: calc((100% - 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) {
        padding-left: calc((100% - 1370px - 20px)/ 2);
        padding-right: calc((100% - 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) {
        padding-left: calc((100% - 1370px - 30px)/ 2);
        padding-right: calc((100% - 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) {
        padding-left: calc((100% - 1370px - 40px)/ 2);
        padding-right: calc((100% - 1370px - 40px)/ 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) {
        padding-left: calc((100% - 1570px)/ 2);
        padding-right: calc((100% - 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) {
        padding-left: calc((100% - 1570px - 20px)/ 2);
        padding-right: calc((100% - 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) {
        padding-left: calc((100% - 1570px - 30px)/ 2);
        padding-right: calc((100% - 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) {
        padding-left: calc((100% - 1570px - 40px)/ 2);
        padding-right: calc((100% - 1570px - 40px)/ 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% - 1770px)/ 2);
        padding-right: calc((100% - 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% - 1770px - 20px)/ 2);
        padding-right: calc((100% - 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% - 1770px - 30px)/ 2);
        padding-right: calc((100% - 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% - 1770px - 40px)/ 2);
        padding-right: calc((100% - 1770px - 40px)/ 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);
    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%);
}

/* END: Skin 1 (Layout 1) */

/* START: Skin 2 (Layout 2) */
.skin-2 .halo-sidebar {
    box-shadow: -3px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.skin-2 .halo-block-header .title:before {
    height: 10px;
    background-color: transparent;
    border-top: 1px solid var(--bg-grey);
    border-bottom: 1px solid var(--bg-grey);
}

.skin-2 .halo-block-header .title svg {
    position: relative;
    top: -4px;
    left: 0px;
    transform: translateY(0);
    margin-right: 7px;
}

.skin-2 .slick-dots li button,
.skin-3 .slick-dots li button {
    width: 16px;
    height: 16px;
    border: 1px solid var(--icon);
}

.skin-2 .slick-dots li.slick-active button,
.skin-3 .slick-dots li.slick-active button {
    background: transparent;
}

.skin-2 .slick-dots li.slick-active button:before,
.skin-3 .slick-dots li.slick-active button:before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--icon);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    border-radius: 50%;
}

.skin-2 .slick-dots li.slick-active button:before,
.skin-3 .slick-dots li.slick-active button:before {
    width: 6px;
    height: 6px;
    background-color: var(--icon);
}

@media (min-width: 551px) {
    .skin-2 .halo-popup-header {
        padding-top: 11px;
    }
}

@media (min-width: 1025px) {

    .skin-2 .slick-dots li button,
    .skin-3 .slick-dots li button {
        width: 18px;
        height: 18px;
        border-width: 2px;
    }
}

@media (min-width: 1600px) {
    .skin-2 .halo-block-header {
        margin: 0 0 54px 0;
    }

    .skin-2 .halo-block-header .title .text {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1920px) {
    .skin-2 .halo-block-header .title .text {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* END: Skin 2 (Layout 2) */

/* START: Skin 3 (Layout 3) */
.skin-3 .field__input,
.skin-3 .form-input {
    border-radius: var(--btn-border-radius);
}

.skin-3 .page-header {
    padding-bottom: 29px;
}

.skin-3 .halo-block-header {
    margin-bottom: 26px;
}

.skin-3 .halo-block-header .title svg {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-left: auto;
    margin-right: auto;
    width: 35px;
    height: 35px;
}

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

.skin-3 .halo-product-block .halo-block-header {
    margin-bottom: 31px;
}

.skin-3 .halo-block .slick-arrow {
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bg-white);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1025px) {
    .skin-3 .halo-popup-desc {
        padding-top: 0;
        padding-bottom: 7px;
        position: relative;
        margin-top: -2px;
    }

    .skin-3 .halo-product-block .halo-block-header {
        margin-bottom: 36px;
    }
}

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

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

    .skin-3 .card-swatch--slider .slick-next {
        right: 0 !important;
    }
}

/* END: Skin 3 (Layout 3) */

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

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

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

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

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

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

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

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

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

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

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

.skin-4 .slick-dots li.slick-active button {
    opacity: 1;
}

.skin-4 .top-language-currency .dropdown-icon svg {
    fill: var(--color-link);
    color: var(--color-link);
}

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

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

@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 .text,
.skin-8 .link-underline .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;
}

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

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

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

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

}

/* Footer Newhand v2 Styles */
.footer-newhand-v2 {
    color: #ffffff;
}

.footer-service-highlights {
    padding: 2rem 0;
    border-bottom: 1px solid #333333;
}

.footer-service-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    text-align: center;
}

.footer-service-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-service-icon {
    width: 60px;
    height: 60px;
    background-color: #dc2626;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-service-icon svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

.footer-service-content {
    text-align: left;
}

.footer-service-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    color: #ffffff;
}

.footer-service-description {
    font-size: 0.875rem;
    margin: 0;
    color: #cccccc;
}

.footer-main {
    padding: 3rem 0;
}

.footer-main-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column-heading {
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.05em;
}

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

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-showroom {
    grid-column: span 1;
}

.footer-address {
    margin-bottom: 1.5rem;
}

.footer-address p {
    margin: 0 0 0.25rem 0;
    color: #cccccc;
    font-size: 0.875rem;
}

.footer-map {
    margin-bottom: 1.5rem;
}

.footer-map iframe {
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 4px;
}

.footer-showroom-description {
    margin: 0 0 1.5rem 0;
    color: #cccccc;
    font-size: 0.875rem;
}

.footer-hours {
    margin-top: 1rem;
}

.footer-hours-heading {
    margin: 0 0 1rem 0;
}

.footer-hours-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-hours-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
}

.footer-hours-day {
    color: #cccccc;
}

.footer-hours-time {
    color: #ffffff;
    font-weight: 500;
}

.footer-newsletter-social {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-newsletter {
    margin-bottom: 2rem;
}

.footer-newsletter-description {
    margin: 0 0 1.5rem 0;
    color: #cccccc;
    font-size: 0.875rem;
}

.footer-newsletter-form {
    width: 100%;
}

.footer-newsletter-input-group {
    display: flex;
    gap: 0.5rem;
}

.footer-newsletter-input {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #333333;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 0.875rem;
    border-radius: 4px;
}

.footer-newsletter-input::placeholder {
    color: #666666;
}

.footer-newsletter-button {
    padding: 0.75rem 1.5rem;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #333333;
    border-radius: 4px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.footer-newsletter-button:hover {
    background-color: #dc2626;
    border-color: #dc2626;
}

.footer-social-links {
    display: flex;
    gap: 1rem;
}

.footer-social-link {
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.footer-social-link:hover {
    background-color: #dc2626;
}

.footer-social-link svg {
    width: 20px;
    height: 20px;
}

.footer-branding {
    margin-top: auto;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-logo-icon {
    flex-shrink: 0;
}

.footer-logo-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.footer-logo-tagline {
    font-size: 0.75rem;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.25rem;
}

/* Responsive Design for Footer Newhand v2 */
@media (max-width: 1200px) {
    .footer-main-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }

    .footer-showroom {
        grid-column: span 3;
    }

    .footer-newsletter-social {
        grid-column: span 3;
        flex-direction: row;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .footer-service-highlights-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: left;
    }

    .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-showroom {
        grid-column: span 1;
    }

    .footer-newsletter-social {
        grid-column: span 1;
        flex-direction: column;
        gap: 2rem;
    }

    .footer-newsletter-input-group {
        flex-direction: column;
    }

    .footer-newsletter-button {
        align-self: flex-start;
    }

    .footer-map iframe {
        height: 150px;
    }
}

/* New 5-Column Footer Layout Styles */
.footer-5-column-layout {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 2rem;
    padding: 4rem 0;
}

.footer-columns-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
    /* 5 columns, last one bigger */
    gap: 2rem;
    align-items: start;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column-large {
    grid-column: 5;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-column-heading {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-column-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column-links li {
    margin-bottom: 0.5rem;
}

.footer-link {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ffffff;
}

.footer-column-content {
    color: #cccccc;
    font-size: 0.875rem;
    line-height: 1.6;
}

.footer-hours-heading {
    margin: 1.5rem 0 0.75rem 0;
    letter-spacing: 0.05em;
}

.footer-hours-list {
    margin-bottom: 1rem;
}

.footer-hours-list p {
    margin: 0.25rem 0;
}

.footer-showroom-cta {
    margin: 1rem 0 0 0;
    font-style: italic;
}

.footer-map-large {
    padding: 1.5rem;
    border-radius: 8px;
}

.footer-map-container {
    margin: 1rem 0;
    border-radius: 6px;
    overflow: hidden;
}

.footer-map-container iframe {
    border-radius: 6px;
}

.footer-map-text {
    color: #cccccc;
    font-size: 0.875rem;
    margin: 0;
    text-align: center;
}

/* Default Footer Newsletter Form Design */
.footer-block__newsletter {
    padding: 1.5rem;
    border-radius: 8px;
}

.footer-block__newsletter .footer__newsletter {
    margin-top: 1rem;
}

/* Newsletter Form Pill Design - Generic Classes */
.newsletter-form__field-wrapper {
    display: flex !important;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0;
    gap: 0;
}

.newsletter-form .field {
    flex: 1;
    margin: 0;
}

.newsletter-form .field__input {
    background: #ffffff !important;
    border: none !important;
    border-radius: 25px 0 0 25px !important;
    /* Left side rounded */
    padding: 0.875rem 1.25rem !important;
    font-size: 1rem !important;
    color: #000000 !important;
    height: 50px !important;
    box-sizing: border-box;
}

.newsletter-form .field__input::placeholder {
    color: #666666 !important;
}

.newsletter-form .field__input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.newsletter-form .newsletter-form__button {
    background: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 25px 25px 0 !important;
    /* Right side rounded */
    padding: 0.875rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    height: 50px !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.newsletter-form .newsletter-form__button:hover {
    background: #333333 !important;
}

.newsletter-form .newsletter-form__button:focus {
    outline: none !important;
}

/* Remove any icon from the button */
.newsletter-form .newsletter-form__button svg,
.newsletter-form .newsletter-form__button .visually-hidden {
    display: none !important;
}

.footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
}

.footer-logo-section img {
    filter: brightness(0) invert(1);
    /* Make logo white */
}

.footer-social-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-social-section .footer-column-heading {
    margin-bottom: 0;
    margin-right: 1rem;
}

/* Responsive Design for 5-Column Footer */
@media (max-width: 1200px) {
    .footer-columns-container {
        grid-template-columns: 1fr 1fr 1fr 1.5fr;
        /* Reduce 5th column slightly */
    }

    .footer-column-5 {
        grid-column: 4 / -1;
        /* Span remaining columns */
    }
}

@media (max-width: 992px) {
    .footer-columns-container {
        grid-template-columns: 1fr 1fr;
        /* 2 columns on tablet */
        gap: 1.5rem;
    }

    .footer-column-4,
    .footer-column-5 {
        grid-column: auto;
    }

    .footer-bottom-row {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-columns-container {
        grid-template-columns: 1fr;
        /* Single column on mobile */
    }

    .footer-map-container iframe {
        height: 150px;
    }

    .footer-5-column-layout {
        padding: 1rem 0;
    }
}

/* New Header Design Styles */
.header-newhand {
    background: #ffffff;
}

.header-newhand__top-strip {
    background: #2c2c2c;
    height: 3px;
    width: 100%;
}

.header-newhand__main {
    background: #ffffff;
    padding: 1rem 0;
}

.header-newhand__main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-newhand__logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-newhand__logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #dc2626, #ef4444);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.header-newhand__logo-text {
    display: flex;
    flex-direction: column;
}

.header-newhand__logo-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1;
}

.header-newhand__logo-subtitle {
    font-size: 0.75rem;
    font-weight: 400;
    color: #000000;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.header-newhand__search {
    flex: 1;
    max-width: 600px;
    margin: 0 2rem;
}

.header-newhand__search-form {
    width: 100%;
}

.header-newhand__search-wrapper {
    position: relative;
    width: 100%;
}

.header-newhand__search-input {
    width: 100%;
    padding: 0.75rem 3rem 0.75rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    font-size: 1.5rem;
    background: #ffffff;
    height: 35px;
    box-sizing: border-box;
}

.header-newhand__search-input:focus {
    outline: none;
    border-color: #dc2626;
}

.header-newhand__search-button {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: color 0.3s ease;
}

.header-newhand__search-button:hover {
    color: #dc2626;
}

.header-newhand__search-button svg {
    width: 16px;
    height: 16px;
}

.header-newhand__contact {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-newhand__phone {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
}

.header-newhand__icons {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-newhand__icon {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    position: relative;
}

.header-newhand__icon:hover {
    color: #dc2626;
    transform: scale(1.1);
}

.header-newhand__icon .cart-count,
.header-newhand__icon .wishlist-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #dc2626;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.header-newhand__nav {
    background: #000000;
    padding: 0.75rem 0;
}

.header-newhand__nav-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-newhand__nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header-newhand__nav-menu .list-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-newhand__nav-menu .list-menu__item {
    position: relative;
}

.header-newhand__nav-menu .list-menu__item>a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
    display: block;
}

.header-newhand__nav-menu .list-menu__item>a:hover {
    color: #dc2626;
}

.header-newhand__nav-menu .list-menu__item>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #dc2626;
    transition: width 0.3s ease;
}

.header-newhand__nav-menu .list-menu__item>a:hover::after {
    width: 100%;
}

.header-newhand__nav-item {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}

.header-newhand__nav-item:hover {
    color: #dc2626;
}

.header-newhand__nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #dc2626;
    transition: width 0.3s ease;
}

.header-newhand__nav-item:hover::after {
    width: 100%;
}

.header-newhand__nav-dropdown {
    position: relative;
}

.header-newhand__nav-dropdown::before {
    content: '▼';
    font-size: 0.6rem;
    margin-left: 0.25rem;
    transition: transform 0.3s ease;
}

.header-newhand__nav-utils {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-newhand__nav-util {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.header-newhand__nav-util:hover {
    color: #dc2626;
}

@media (max-width: 768px) {
    .header-newhand__main-content {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .header-newhand__search {
        margin: 0;
        max-width: 100%;
    }

    .header-newhand__nav-content {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .header-newhand__nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
}

/* Why Choose Newhand v2 Section Styles */
.nh-whychoose-section {
    width: 100%;
    background-color: #f9fafb;
}

.nh-whychoose-section .nh-container {
    max-width: 1440px;
}

.nh-whychoose-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.nh-whychoose-heading {
    text-align: center;
    font-weight: 700;
    margin: 0 0 3rem 0;
    color: #000000;
    font-size: 3rem;
}

.nh-whychoose-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.nh-whychoose-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 300px;
}

.nh-whychoose-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #dc2626;
}

.nh-whychoose-title {
    font-size: 1.125rem;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    margin: 0 0 0.75rem 0;
    color: #dc2626;
    line-height: 1.4;
    text-align: left;
}

@media screen and (max-width: 768px) {

    .nh-whychoose-title,
    .nh-whychoose-body {
        text-align: center !important;
    }
}

.nh-whychoose-body {
    font-size: 0.875rem;
    margin: 0;
    color: #4b5563;
    line-height: 1.6;
    text-align: left;
}

/* Responsive Design for Why Choose Newhand */
@media (max-width: 1024px) {
    .nh-whychoose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 640px) {
    .nh-whychoose-slider-container {
        position: relative;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .nh-whychoose-arrow {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        background-color: transparent;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        transition: all 0.2s ease;
        color: #000000;
    }

    .nh-whychoose-arrow svg {
        width: 24px;
        height: 18px;
    }

    .nh-whychoose-arrow:hover {
        opacity: 0.6;
    }

    .nh-whychoose-arrow:active {
        transform: scale(0.95);
    }

    .nh-whychoose-grid-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */
        flex: 1;
    }

    .nh-whychoose-grid-wrapper::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .nh-whychoose-grid {
        display: flex;
        gap: 1rem;
        padding: 0.5rem;
        margin: 0;
    }

    .nh-whychoose-item {
        flex: 0 0 calc(100% - 2rem);
        scroll-snap-align: center;
        max-width: none;
        min-width: calc(100% - 2rem);
        scroll-snap-stop: always;
        align-items: center;
    }

    .nh-whychoose-heading {
        font-size: 35px !important;
        margin-bottom: 2rem;
        text-align: left;
    }

    .nh-whychoose-icon {
        font-size: 2.5rem;
    }
}

/* Hide arrows on desktop */
@media (min-width: 641px) {
    .nh-whychoose-arrow {
        display: none;
    }
}

/* Not Sure Where to Start Section - Newhand v2 */
.nh-not-sure-section {
    background-color: #374151;
    padding-top: 4rem;
    padding-bottom: 4rem;

}

.nh-not-sure-content {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.nh-not-sure-heading {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.nh-not-sure-body {
    color: #d1d5db;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.nh-not-sure-dropdown {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.nh-not-sure-select {
    background-color: #4b5563;
    border: 1px solid #ffffff;
    border-radius: 8px;
    color: #ffffff;
    font-size: 20px;
    padding: 1rem 1.5rem;
    min-width: 300px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 3rem;
    cursor: pointer;
    border-radius: 50px;
    width: 100%;
}

.nh-not-sure-select:hover {
    background-color: #6b7280;
}

.nh-not-sure-select:focus {
    outline: none;
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.1);
}

.nh-not-sure-select option {
    background-color: #4b5563;
    color: #ffffff;
}

@media (max-width: 768px) {
    .nh-not-sure-section {
        padding: 0px 30px;
    }

    .nh-not-sure-section .nh-not-sure-heading {
        font-size: 40px !important;
    }

    .nh-not-sure-select {
        padding: 0.875rem 1.25rem;
        padding-right: 2.5rem;
        width: 100% !important;
        min-width: unset !important;
    }
}

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

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

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

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

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

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

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

.skin-14 .slideshow .img-box .image {
    margin-top: 48px;
}

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

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

@media (min-width: 551px) {

    .skin-14 .banner-title,
    .skin-14 .halo-product-block-7 .title .text,
    .skin-14 .image-gallery-2 .title .text {
        letter-spacing: 2px;
    }
}

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

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

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

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

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

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

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

/* END: Skin 14 (Layout Eyewear ) */

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

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

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

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

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

@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 ) */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');





.footer__content-bottom {
    background: #F22738 !important;
}

.footer-block__bottom.text-center {
    padding: 0 !important;
}

a#cart-icon-bubble {
    background: transparent !important;
}

.cart-count-bubble,
.wishlist-count-bubble {
    background: #F22738 !important;
}

.cart-count-bubble span.text,
.wishlist-count-bubble span.text {
    color: white;
}

.wishlist-count-bubble {

    top: 4px !important;
    right: -10px !important;
}

.header-7 .cart-count-bubble {
    top: 14px !important;
    right: 0px !important;
}


nav.header__inline-menu.header__inline-menu--wide span.text {
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif;
}

.header__inline-menu--wide .list-menu--inline>.menu-lv-item {
    margin-right: 0px !important;
}


[data-navigation] .menu-lv-1:hover>.list-menu__item>.text,
[data-navigation] .menu-lv-2__action:hover>.text,
[data-navigation] .menu-lv-3__action:hover>.text {
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif;

}

.footer__content-top .wrapper-item .title {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Montserrat', sans-serif;
}

.footer__content-top .wrapper-item p.subtitle {
    font-size: 10px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif;
}

.footer__content-middle h2.footer-block__heading {
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
}


.footer__content-middle span.text {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif;
}

button#Subscribe-footer-4 {
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
}

.header-top--wrapper {
    width: 100% !important;
}

.header-top-left.text-left.clearfix {
    width: 37.33% !important;
}

.heroCarousel .heroCarousel-content {
    max-width: 800px !important;
}

.card-quickview {
    display: none !important;
}

.card-product__group.group-right.group-visible.group-bottom.card-visible.card-mobile__hidden {
    display: none !important;
}

.card-compare.with-plus.text-center.card-grid__hidden {
    display: none !important;
}

.halo-row-item.item.item-template--17893201674531__4f7c5097-603f-4907-bd27-524e154844ef-167669177022ff72ea-0 {
    width: 100% !important;
}

div#shopify-section-template--17893201674531__d9320d49-3a19-453c-9706-af10be45bf53 .container.container-1370,
div#shopify-section-template--17893201674531__fd037ad7-17eb-46ec-ac9f-bc4996946c34 .container.container-1370 {
    background: black;
}

.container.container-1370 .mansory-layout-item.one-item {
    width: 33.33% !important;
    padding-right: 20px;
}

.mansory-layout-item.group-items {
    width: 66.66% !important;
}

div#shopify-section-template--17893201674531__d9320d49-3a19-453c-9706-af10be45bf53 .halo-row-right {
    padding-left: 20px !important;
}

div#shopify-section-template--17893201674531__d9320d49-3a19-453c-9706-af10be45bf53 .item-top.halo-row-item {
    padding-bottom: 10px !important;
}

div#shopify-section-template--17893201674531__d9320d49-3a19-453c-9706-af10be45bf53 .item-bottom.halo-row-item {
    padding-top: 10px !important;
}

div#halo-custom-banner-template--17893201674531__fd037ad7-17eb-46ec-ac9f-bc4996946c34 {
    background: black;
}

div#halo-fixed-banner-template--17893201674531__d9320d49-3a19-453c-9706-af10be45bf53 span {
    color: white !important;
    margin-top: 60px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.shopify-section.shopify-section-header.shopify-section-header-sticky.animate {
    background: black !important;
}

div#shopify-section-template--17893201674531__d8c66c8d-817c-4fa6-b8c5-8a23ecd04d16 .collage-item .content-box--absolute,
div#shopify-section-template--17893201674531__8e70bf99-24e9-49a5-8dae-c8401d8687e5 .collage-item .content-box--absolute,
div#shopify-section-template--17893201674531__af3c29ec-d172-439d-a13e-82431f3b2920 .collage-item .content-box--absolute {
    left: 30px;

    bottom: 30px;

}

svg.icon.icon-arrow {
    display: none;
}

.collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text {
    background: #F22738;
    padding: 10px 40px;
    text-decoration: none;
}

.banner-button.button.button-3.typography__button span.text {
    color: #F22738 !important;
    font-weight: 400 !important;
}

div#shopify-section-template--17893201674531__0b460d7e-db19-45cd-8207-87dc470053b6 .custom-banner .content-box--absolute,
div#shopify-section-template--17893201674531__31005360-8fb6-4d22-af14-28f685b7899a .custom-banner .content-box--absolute {

    bottom: 35%;

}

div#shopify-section-template--17893201674531__0b460d7e-db19-45cd-8207-87dc470053b6 h4.banner-title.typography__mobile.typography__tablet.typography__desktop,
div#shopify-section-template--17893201674531__31005360-8fb6-4d22-af14-28f685b7899a h4.banner-title.typography__mobile.typography__tablet.typography__desktop {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

div#shopify-section-template--17893201674531__0b460d7e-db19-45cd-8207-87dc470053b6 span.banner-text.typography__text,
div#shopify-section-template--17893201674531__31005360-8fb6-4d22-af14-28f685b7899a span.banner-text.typography__text {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

div#shopify-section-template--17893201674531__0b460d7e-db19-45cd-8207-87dc470053b6 .banner-button,
div#shopify-section-template--17893201674531__31005360-8fb6-4d22-af14-28f685b7899a .banner-button {
    width: 130px;
    font-family: 'Montserrat', sans-serif;
}

div#shopify-section-template--17893201674531__31005360-8fb6-4d22-af14-28f685b7899a h4.banner-title.typography__mobile.typography__tablet.typography__desktop {
    color: black;
}

div#shopify-section-template--17893201674531__31005360-8fb6-4d22-af14-28f685b7899a span.banner-text.typography__text {
    color: black;
}

div#shopify-section-template--17893201674531__d9320d49-3a19-453c-9706-af10be45bf53 .container.container-1370 {
    padding-left: calc((100% - 1170px)/ 2);
    padding-right: calc((100% - 1170px)/ 2);
}

.testimonial-3 .slick-active+.slick-active:before {
    display: none !important;
}

.avatar.no-avatar {
    display: none !important;
}

div#shopify-section-template--17893201674531__4f7c5097-603f-4907-bd27-524e154844ef .content-box.content-box--absolute.content-box--center.text-center {
    max-width: 884px !important;
    top: 30% !important;
}

div#shopify-section-template--17893201674531__4f7c5097-603f-4907-bd27-524e154844ef h4.banner-title.typography__mobile.typography__tablet.typography__desktop {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

div#shopify-section-template--17893201674531__4f7c5097-603f-4907-bd27-524e154844ef span {
    font: normal normal normal 20px/40px Montserrat;
    text-transform: none;
    font-weight: 400 !important;
    margin-top: 40px;
    margin-bottom: 40px !important;
}

div#shopify-section-template--17893201674531__4f7c5097-603f-4907-bd27-524e154844ef .banner-button.button.button-3.typography__button span {
    font-size: 14px !important;
}

div#shopify-section-template--17893201674531__4f7c5097-603f-4907-bd27-524e154844ef .banner-button.button.button-3.typography__button {
    width: 130px !important;
    padding: 0;
}

div#shopify-section-template--17893201674531__1629470537658e335f h3 span {
    font-size: 30px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

div#shopify-section-template--17893201674531__1629470537658e335f span.desc.text-center {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

div#shopify-section-template--17893201674531__c0b059b4-c20e-4f45-9a14-9ceb4d562b8f h3.title.text-center span {
    font-size: 30px !important;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.heroCarousel-content.content-box {
    padding-top: 230px !important;
}

.halo-row-item.item.item-template--17893201674531__fd037ad7-17eb-46ec-ac9f-bc4996946c34-167669177022ff72ea-0 .content-box.content-box--absolute.content-box--center.text-center {
    left: 30% !important;
    bottom: -13px;
}

.halo-row-item.item.item-template--17893201674531__fd037ad7-17eb-46ec-ac9f-bc4996946c34-167669177022ff72ea-1 .content-box.content-box--absolute.content-box--center.text-center {
    left: 21% !important;
    bottom: -13px;
}

div#shopify-section-template--17893201674531__fd037ad7-17eb-46ec-ac9f-bc4996946c34 span.banner-text.typography__text {
    font-size: 14px !important;
    text-transform: none;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

div#shopify-section-template--17893201674531__d8c66c8d-817c-4fa6-b8c5-8a23ecd04d16 .collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text {

    padding: 10px 75px;

}

.halo-grid-item.halo-grid-itemRight.item.item-template--17893201674531__8e70bf99-24e9-49a5-8dae-c8401d8687e5-1676655828b0b0751f-0 .collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text {

    padding: 10px 100px;

}

.halo-grid-item.halo-grid-itemRight.item.item-template--17893201674531__8e70bf99-24e9-49a5-8dae-c8401d8687e5-1676655828b0b0751f-1 .collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text {

    padding: 10px 83px;

}

.halo-grid-item.halo-grid-itemLeft.item.item-template--17893201674531__af3c29ec-d172-439d-a13e-82431f3b2920-1676655828b0b0751f-0 .collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text,
.halo-grid-item.halo-grid-itemLeft.item.item-template--17893201674531__af3c29ec-d172-439d-a13e-82431f3b2920-1676655828b0b0751f-1 .collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text {

    padding: 10px 77px;

}

.productView-wishlist.clearfix {
    display: none !important;
}

.footer-4 .footer__content-top {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#shopify-section-template--17893201674531__a079b8af-73ef-4ac4-8bde-7332961b3d0e span,
div#shopify-section-template--17893201674531__9f5e050f-c02b-4eac-bd19-ab08c99250df span {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}


div#shopify-section-template--17893201674531__0673b612-50b1-44a0-af26-d93de182a5a5 .container.container-1170 {
    background: black;
}

div#shopify-section-template--17893201674531__0673b612-50b1-44a0-af26-d93de182a5a5 .collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text {
    background: none;
    padding: 10px 40px;
    text-decoration: none;
}

div#shopify-section-template--17893201674531__0673b612-50b1-44a0-af26-d93de182a5a5 .halo-grid {
    grid-auto-flow: column;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.halo-grid-item.halo-grid-itemLeft.item.item-template--17893201674531__0673b612-50b1-44a0-af26-d93de182a5a5-16770843297e80ffcf-0 {
    grid-column: 1 / span 1;
    padding-right: 5px;
}

.halo-grid-item.halo-grid-itemLeft.item.item-template--17893201674531__0673b612-50b1-44a0-af26-d93de182a5a5-16770843297e80ffcf-1 {
    grid-column-start: 2;
    padding-left: 5px;
}

div#halo-collage-template--17893201674531__0673b612-50b1-44a0-af26-d93de182a5a5 {
    background: black !important;
}

.heroCarousel.style-4 .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}

li.slick-active button {
    background: red !important;
}

div#shopify-section-template--17893201674531__2c5438cb-1b9f-4c5b-a197-4c5d3853194b {
    display: none !important;
}

.footer__content-top .footer-top-block__item {
    padding: 35px 0 35px !important;

}

.template-product header.header.header-7.header--has-menu,
.template-page header.header.header-7.header--has-menu,
.template-collection header.header.header-7.header--has-menu {
    background: black !important;
}

h1.productView-title.element-spacing {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.productView-info-item {
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

a.card-title.link-underline.card-title-ellipsis span,
button.button.button-ATC {
    font-size: 14px;
    font-family: 'Montserrat';
}

button.grfq__popupForm__button {
    font-size: 0 !important;
}

button.grfq__popupForm__button:after {
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif;
    content: "Add More";
}






span.productView-info-value {
    font-weight: 600;
    margin-left: 10px;

}

span.price-item.price-item--regular {
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
    color: black !important;

}

product-custom-info.productView-customInfo.custom-information {
    display: none !important;
}

customer-viewing.productView-ViewingProduct.element-spacing {
    display: none !important;
}

.productView-payment .shopify-payment-button .shopify-payment-button__button {

    background: #F22738 !important;
    color: white !important;

}

button#product-add-to-cart {
    font-family: 'Montserrat', sans-serif;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    font-family: 'Montserrat', sans-serif !important;
    ;
}

a.tab-title {
    border: 1px solid #BBBBBB !important;
}

a.tab-title {
    padding: 10px 15px !important;
    margin-right: 15px !important;
}

.quantity__button {
    width: 30px !important;
    height: 30px !important;

    padding: 9px !important;
}

.productView-groupTop-2 .productView-quantity {

    border: 0 !important;
}

.quantity__button[name=minus],
.quantity__button[name=plus] {
    border: 1px solid #BBBBBB !important;
}

.productView-quantity.style-2 input {

    padding-top: 0px !important;
}

.productView-quantity.style-2 input {

    width: 50px !important;
}

.productView-wishlist.clearfix svg {
    fill: #F22738 !important;
}

.productView-wishlist.clearfix:hover svg {
    fill: #fff !important;
}

button#product-add-to-cart {
    font-size: 0;
}

button#product-add-to-cart {
    font-size: 0;
}

button#product-add-to-cart:after {
    content: "ADD TO CART";
    font-size: 14px;
    font-weight: 400;
}

ul.all-categories-list.list-unstyled span {
    font-size: 12px !important;
    color: black !important;
}

h3.sidebarBlock-heading {
    font-family: 'Montserrat', sans-serif;
}

.collection-filters__item.facets__wrapper label.facet-checkbox.form-label--checkbox {
    font-size: 12px;
    padding-top: 2px;
}

input#filter__price--apply {
    background: black !important;
    border: black;
    font-family: 'Montserrat';
    font-size: 14px;
}

.navPages-action {

    padding: 2px 0 !important;
}

/* mobile resposive code */
@media screen and (max-width: 480px) {

    div#shopify-section-template--17893201674531__0b460d7e-db19-45cd-8207-87dc470053b6 .custom-banner .content-box--absolute,
    div#shopify-section-template--17893201674531__31005360-8fb6-4d22-af14-28f685b7899a .custom-banner .content-box--absolute {
        bottom: 0;
    }

    .collection-banner .image+.image {
        display: none !important;
    }

    div#shopify-section-template--17893201674531__0b460d7e-db19-45cd-8207-87dc470053b6 h4.banner-title.typography__mobile.typography__tablet.typography__desktop,
    div#shopify-section-template--17893201674531__31005360-8fb6-4d22-af14-28f685b7899a h4.banner-title.typography__mobile.typography__tablet.typography__desktop {
        font-size: 18px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }

    div#shopify-section-template--17893201674531__0b460d7e-db19-45cd-8207-87dc470053b6 span.banner-text.typography__text,
    div#shopify-section-template--17893201674531__31005360-8fb6-4d22-af14-28f685b7899a span.banner-text.typography__text {
        font-size: 14px;

        padding-left: 40px;
        padding-right: 40px;
    }

    div#shopify-section-template--17893201674531__1629470537658e335f h3 span {
        font-size: 20px !important;

    }

    div#shopify-section-template--17893201674531__d8c66c8d-817c-4fa6-b8c5-8a23ecd04d16 .collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text {
        padding: 10px;
    }

    div#shopify-section-template--17893201674531__d8c66c8d-817c-4fa6-b8c5-8a23ecd04d16 .collage-item .content-box--absolute,
    div#shopify-section-template--17893201674531__8e70bf99-24e9-49a5-8dae-c8401d8687e5 .collage-item .content-box--absolute,
    div#shopify-section-template--17893201674531__af3c29ec-d172-439d-a13e-82431f3b2920 .collage-item .content-box--absolute {
        left: 0;

    }

    .halo-grid-item.halo-grid-itemRight.item.item-template--17893201674531__8e70bf99-24e9-49a5-8dae-c8401d8687e5-1676655828b0b0751f-0 .collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text {
        padding: 10px;
    }

    .halo-grid-item.halo-grid-itemRight.item.item-template--17893201674531__8e70bf99-24e9-49a5-8dae-c8401d8687e5-1676655828b0b0751f-1 .collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text {
        padding: 10px;
    }

    .halo-grid-item.halo-grid-itemLeft.item.item-template--17893201674531__af3c29ec-d172-439d-a13e-82431f3b2920-1676655828b0b0751f-0 .collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text,
    .halo-grid-item.halo-grid-itemLeft.item.item-template--17893201674531__af3c29ec-d172-439d-a13e-82431f3b2920-1676655828b0b0751f-1 .collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text {
        padding: 10px;
    }

    .container.container-1370 .mansory-layout-item.one-item {
        width: 100% !important;

    }

    .fixed-banner-4 .mansory-layout-item {

        width: 100% !important;
    }

    div#shopify-section-template--17893201674531__d9320d49-3a19-453c-9706-af10be45bf53 .halo-row-left {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    div#shopify-section-template--17893201674531__d9320d49-3a19-453c-9706-af10be45bf53 .item-bottom.halo-row-item {
        padding-top: 0px !important;
        width: 50%;
    }

    div#shopify-section-template--17893201674531__d9320d49-3a19-453c-9706-af10be45bf53 .item-top.halo-row-item {
        padding-bottom: 0px !important;
        width: 50% !important;
    }

    .halo-row-item.item.item-template--17893201674531__fd037ad7-17eb-46ec-ac9f-bc4996946c34-167669177022ff72ea-0 .content-box.content-box--absolute.content-box--center.text-center {
        left: 42% !important;
        bottom: -13px;
    }

    .halo-row-item.item.item-template--17893201674531__fd037ad7-17eb-46ec-ac9f-bc4996946c34-167669177022ff72ea-1 .content-box.content-box--absolute.content-box--center.text-center {
        left: 28% !important;
        bottom: -13px;
    }

    div#shopify-section-template--17893201674531__d9320d49-3a19-453c-9706-af10be45bf53 .halo-row-right {
        padding-left: 10px !important;
        padding-right: 10px;
    }

    .content-box.content-box--absolute.content-box--center.text-center.coll_grid_1 {
        left: 0 !important;
        margin-top: 201px !important;
    }

    .content-box.content-box--absolute.content-box--center.text-center.coll_grid_2 {
        left: 0 !important;
        margin-top: 0px !important;
    }

    .content-box.content-box--absolute.content-box--center.text-center.coll_grid_3 {
        left: 0 !important;
        margin-top: 0 !important;
    }

    .content-box.content-box--absolute.content-box--center.text-center.coll_grid_4 {
        margin-top: 201px !important;
        left: 0 !important;
    }

    div#shopify-section-template--17893201674531__0673b612-50b1-44a0-af26-d93de182a5a5 .halo-grid {

        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .halo-grid-item.halo-grid-itemLeft.item.item-template--17893201674531__0673b612-50b1-44a0-af26-d93de182a5a5-16770843297e80ffcf-0 {
        grid-column: 1 / span 1;
        padding-right: 0px;
    }

    .halo-grid-item.halo-grid-itemLeft.item.item-template--17893201674531__0673b612-50b1-44a0-af26-d93de182a5a5-16770843297e80ffcf-1 {
        grid-column-start: 1;
        padding-left: 0px;
    }

    div#halo-collage-template--17893201674531__0673b612-50b1-44a0-af26-d93de182a5a5 {

        padding-top: 20px !important;
    }

    div#shopify-section-template--17893201674531__0673b612-50b1-44a0-af26-d93de182a5a5 .collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text {

        padding: 10px 0px;

    }

    div#shopify-section-template--17893201674531__2c5438cb-1b9f-4c5b-a197-4c5d3853194b {
        display: block !important;
    }

    div#shopify-section-template--17893201674531__4f7c5097-603f-4907-bd27-524e154844ef {
        display: none !important;
    }

    h4.banner-title.heading.typography__mobile.typography__tablet.typography__desktop span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 20px;
    }

    .heroCarousel-action.banner-button.button {
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    div#shopify-section-template--17893201674531__d9320d49-3a19-453c-9706-af10be45bf53 .halo-row.mansory-layout.style-1 {
        width: 100%;
        display: flex;
    }

    div#shopify-section-template--17893201674531__d9320d49-3a19-453c-9706-af10be45bf53 .content-box.content-box--absolute.content-box--center.text-center.coll_grid_1 {
        margin-top: 120px !important;
        left: 45% !important;
    }

    .content-box.content-box--absolute.content-box--center.text-center.coll_grid_2 {
        left: 46% !important;
        margin-top: 46px !important;
    }

    .content-box.content-box--absolute.content-box--center.text-center.coll_grid_3 {
        left: 25% !important;
        margin-top: 57px !important;
    }

    .content-box.content-box--absolute.content-box--center.text-center.coll_grid_4 {
        margin-top: 120px !important;
        left: 40% !important;
    }

    .halo-row-right .halo-row-item {
        height: 100% !important;
    }

    div#shopify-section-template--17893201674531__d8c66c8d-817c-4fa6-b8c5-8a23ecd04d16 .halo-grid {

        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    div#shopify-section-template--17893201674531__8e70bf99-24e9-49a5-8dae-c8401d8687e5 .halo-grid,
    div#shopify-section-template--17893201674531__af3c29ec-d172-439d-a13e-82431f3b2920 .halo-grid {

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

    div#shopify-section-template--17893201674531__0b460d7e-db19-45cd-8207-87dc470053b6 .custom-banner .content-box--absolute,
    div#shopify-section-template--17893201674531__31005360-8fb6-4d22-af14-28f685b7899a .custom-banner .content-box--absolute {
        bottom: 15%;
    }

    div#shopify-section-template--17893201674531__0b460d7e-db19-45cd-8207-87dc470053b6 h4.banner-title.typography__mobile.typography__tablet.typography__desktop,
    div#shopify-section-template--17893201674531__31005360-8fb6-4d22-af14-28f685b7899a h4.banner-title.typography__mobile.typography__tablet.typography__desktop {
        font-size: 25px;

    }

    div#shopify-section-template--17893201674531__0673b612-50b1-44a0-af26-d93de182a5a5 .collage-item.banner-item.image-none.image-border-0 a.link.link-underline span.text {

        padding: 10px 25px;

    }
}

@media (min-width:1024px) {

    .content-box--full.content-box--left,
    .content-box--full.content-box--1570.content-box--left {
        left: calc((100% - 1370px)/2) !important;
    }

    h4.heroCarousel-title.banner-title.typography__mobile.typography__tablet.typography__desktop.animated {
        font-size: 60px !important;
        font-weight: 600 !important;
        margin-bottom: 10px !important;
    }

    span.heroCarousel-description.banner-text.animated.typography__text {
        font-size: 30px !important;
        font-weight: 400 !important;
        margin-bottom: 10px !important;
    }

    .template-collection h1.page-header.text-center {
        position: absolute !important;
        z-index: 1000 !important;
        color: black !important;
        left: 43% !important;
        bottom: 16% !important;
    }

    .template-collection h1.page-header.text-center:before {
        content: "";
        position: absolute;
        background: white;
        width: 65px;
        height: 3px;
        /* border: 0; */
        left: 29%;
        bottom: 18px;
    }
}

nav.breadcrumb.breadcrumb-left.breadcrumb-inline.disable-scrollbar {
    font-size: 12px !important;
}

button.btn.button.rfq-btn.rfq-btn-0 {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
}

button.button.button-ATC {
    background: #da0032 !important;
    color: white !important;
    font-size: 0;
    font-family: 'Montserrat';
    border: none;
}

.card-title:hover {
    color: black !important;
}

button.button.button-ATC:after {
    content: 'Add to cart';
    font-size: 14px !important;
}

.facets__price--box.price-slider.clearfix input,
.facets__price--box.price-slider.clearfix span.field__currency {
    font-size: 13px !important;
}

button.omgrfq-btn-quotes.omgrfq-btn.btn.btn-default.button.product-form--atc-button.button--primary.Button.Button--primary {
    font-family: 'Montserrat';
    font-size: 0 !important;
}

button.omgrfq-btn-quotes.omgrfq-btn.btn.btn-default.button.product-form--atc-button.button--primary.Button.Button--primary:after {
    content: "Request Call Back";
    font-size: 14px !important;
}

.card-information__wrapper.text-center {
    /* height: 142px; */
    min-height: 220px;

}

button.shopify-payment-button__button {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Montserrat';
}

.template-cart header.header.header-7.header--has-menu {
    background: black;
}

.grfq__popupForm__modal .grfq__popupForm__buttonPrimary {
    background-color: #da0032 !important;
    color: #fff;
}

.grfq__popupForm__modal .grfq__popupForm__steps .grfq__popupForm__step[data-active=true] .grfq__popupForm__stepLabel {
    background-color: #da0032 !important;
    color: #fff;
}

.currency-block {
    display: none !important;
}

.template-collection .ify-quote-group {
    display: none !important;
}

div#shopify-section-template--17893202723107__main .item a.link,
div#shopify-section-template--17893202723107__main .item a.link:hover {
    background: #da0032 !important;
    color: white;
    border: #da0032 !important;
}

div#shopify-section-template--17893202723107__main .contact-info--item .link svg {

    fill: white !important;

}

.productView-price {
    display: flex;
    align-items: left;
    justify-content: space-between;
}

.template-product .productView.productView-2.halo-productView.layout-3.productView-sticky .price {

    width: 50%;
}

.price-match {
    display: none;
}

.template-product .productView.productView-2.halo-productView.layout-3.productView-sticky .price-match {
    display: flex;
}

.price {
    width: auto;
}

.productView-stickyCart .price-match img {
    display: none !important;
}

nav.breadcrumb.breadcrumb-left.breadcrumb-inline.disable-scrollbar span {
    color: black;
}

.productView-groupItem+.productView-groupItem {
    margin-top: 0 !important;
}

.productView-subTotal {
    display: none !important;
}

div#product-inventory-template--18008471830819__main-8180444168483 {
    display: none !important;
}

.productView-product.clearfix strong {
    font-size: 14px !important;
}

@media (min-width: 1600px) {
    .productView-2 .halo-productView-left {
        width: calc(100% - 675px) !important;
    }

    .productView-2 .halo-productView-right {
        width: 675px !important;
    }
}

div#shopify-section-tax-selector {
    display: none;
}

#silverChef .container {
    background: #F5FAFA;
    border-radius: 40px;
}


/* What's New Section */
.nh-whatsnew {
    background: #f8f9fa;
    color: #333;
    padding: clamp(2rem, 5vw, 4rem) 0;
}

.nh-whatsnew .container {
    max-width: 1340px;
    margin: 0 auto;
}

.nh-whatsnew__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.nh-whatsnew__heading {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #333;
    margin: 0;
    font-family: var(--font-body-family);
}

@media screen and (max-width: 768px) {
    .nh-whatsnew__heading {
        font-size: 30px;
    }
}

.nh-whatsnew__nav {
    display: flex;
    gap: 0.5rem;
}

.nh-whatsnew__arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #333;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #333;
}

.nh-whatsnew__arrow:hover {
    background: #333;
    color: #fff;
}

.nh-whatsnew__arrow svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: fill 0.3s ease;
}

.nh-whatsnew__arrow:hover svg {
    fill: #fff;
}

.nh-whatsnew__carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.nh-whatsnew__track {
    display: flex;
    transition: transform 0.3s ease;
    gap: clamp(1rem, 3vw, 2rem);
    width: 100%;
}

.nh-whatsnew__item {
    flex: 0 0 calc(33.333% - 1.33rem);
    min-width: 0;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.nh-whatsnew__item:hover {
    transform: translateY(-5px);
}

.nh-whatsnew .mobile-arrows .nh-whatsnew__nav {
    display: none;
}

@media (max-width: 768px) {
    .nh-whatsnew__item {
        flex: 0 0 calc(100% - 1rem);
    }

    .whatsnew-desktop-arrows {
        display: none;
    }

    .nh-whatsnew .mobile-arrows {
        width: 100%;
        padding: 30px;
    }

    .nh-whatsnew .mobile-arrows .nh-whatsnew__nav {
        display: flex;
        justify-content: space-between
    }

}

.nh-whatsnew__image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.nh-whatsnew__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.nh-whatsnew__item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    text-align: center;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.nh-whatsnew__item-title-text {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    font-family: var(--font-body-family);
    line-height: 1.2;
    padding-bottom: 5px;
}

.nh-whatsnew__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dc2626;
    color: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nh-whatsnew__item:hover .nh-whatsnew__content {
    opacity: 1;
}

.nh-whatsnew__item:hover .nh-whatsnew__image img {
    transform: scale(1.05);
}

.nh-whatsnew__title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: var(--font-body-family);
    line-height: 1.2;
    color: #fff;
}

.nh-whatsnew__description {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.95;
    max-width: 280px;
}

.nh-whatsnew__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: var(--font-body-family);
    font-size: 1.5rem;
}

.nh-whatsnew__button:hover {
    background: #fff;
    color: #dc2626;
}

/* Our Brands Section */
.nh-ourbrands {
    background: #fff;
    color: #333;
    padding: clamp(2rem, 5vw, 4rem) 0;
    max-width: 1440px;
    margin: 0 auto;

}

.nh-ourbrands__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

@media screen and (max-width:768px) {
    .nh-ourbrands__header {
        flex-direction: column;
        align-items: center;
    }
}

.nh-ourbrands__heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    font-family: var(--font-body-family);
}

.nh-ourbrands__nav {
    display: flex;
    gap: 0.5rem;
}

.nh-ourbrands__arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #333;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #333;
}

.nh-ourbrands__arrow:hover {
    background: #333;
    color: #fff;
}

.nh-ourbrands__arrow svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: fill 0.3s ease;
}

.nh-ourbrands__arrow:hover svg {
    fill: #fff;
}

/* Hide default carousel arrows in the middle */
.nh-ourbrands .halo-row .slick-arrow {
    display: none !important;
}

.nh-ourbrands .halo-row .slick-prev,
.nh-ourbrands .halo-row .slick-next {
    display: none !important;
}

/* Show custom arrows in header */
.nh-ourbrands__nav .slick-prev,
.nh-ourbrands__nav .slick-next {
    display: flex !important;
}

/* Industry Section Styles */
.nh-industry-grid {
    display: grid;
    gap: 0.3rem;
    width: 100%;
    grid-auto-rows: 1fr;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    padding: 0 1rem;
    grid-template-columns: repeat(5, 1fr);
}

.nh-industry {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.nh-industry__media {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    /* Remove border radius */
    aspect-ratio: 1.2;
    /* Makes slightly smaller rectangular boxes */
    background: #f5f5f5;
    width: 100%;
    height: 0;
    padding-bottom: 83.33%;
    /* Creates smaller rectangular boxes */
}

.nh-industry__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: brightness(20%);
}

.nh-industry:hover .nh-industry__media img {
    transform: scale(1.05);
    filter: brightness(100%);
}

.nh-industry:hover .nh-industry__label {
    opacity: 0;
}

/* Special highlighted tile (like Restaurant in screenshot) */
.nh-industry.highlighted .nh-industry__media::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--hover-color, #dc2626);
    opacity: 1;
    z-index: 1;
}

.nh-industry.highlighted .nh-industry__media img {
    filter: brightness(100%);
}

.nh-industry__label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    z-index: 2;
    width: 90%;
    transition: opacity 0.3s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Industry Header Styles */
.nh-industry__header {
    text-align: left;
    margin-bottom: clamp(2rem, 5vw, 3rem);
    padding-left: 0;
    padding-right: 0;
}

.nh-industry__heading {
    font-size: var(--heading-font-size, clamp(2rem, 4vw, 3rem));
    font-weight: var(--heading-font-weight, 700);
    color: var(--heading-color, #000);
    margin: 0;
    line-height: 1.2;
    font-family: var(--heading-font, var(--font-body-family));
    text-transform: var(--heading-text-transform, none);
}

.nh-industry__eyebrow {
    display: block;
    font-size: 0.8rem;
    color: var(--eyebrow-color, #666);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
}

.nh-industry__heading {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--heading-color, #000);
    margin: 0;
    line-height: 1.2;
}

/* Responsive Grid */
@media (max-width: 1200px) {
    .nh-industry-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 0.25rem;
        max-width: 1000px;
        justify-content: center;
        padding: 0 1rem;
    }
}

@media (max-width: 768px) {
    .nh-industry-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0.25rem;
        max-width: 600px;
        justify-content: center;
        padding: 0 1rem;
    }
}

/* Limit Industry v2 container width and center it on desktop */
.halo-industry-sections .halo-block-container {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .nh-industry-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.2rem;
        max-width: 400px;
        justify-content: center;
        padding: 0 1rem;
    }
}

.nh-ourbrands .brands-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.nh-ourbrands .brands-item .img-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 1rem;
}

.nh-ourbrands .brands-item .img-box .image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.nh-ourbrands .brands-item .img-box .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* Liquid hover effect for Our Brands */
.nh-ourbrands .image-liquid .hover {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgba(45, 45, 45, .3);
    transition: width .6s ease .3s, height .6s ease .3s;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media (min-width: 1025px) {
    .nh-ourbrands .image-liquid:hover .hover {
        width: calc(100vh * 3);
        height: calc(100vh * 3);
    }
}

.nh-ourbrands .brands-item .img-box .loading-banner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nh-ourbrands .brands-item .img-box .loading-banner .image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.nh-ourbrands .brands-item .img-box .loading-banner .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* FAQ Section - Newhand v2 */
.nh-section {
    padding: clamp(3rem, 8vw, 6rem) 0;
}

.nh-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* NH Slideshow V2 Styles */
.nh-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
    overflow: visible;
    margin-bottom: 5rem;
}

.nh-hero__slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.nh-hero__slides--contained {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

.nh-hero__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.nh-hero__slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.1) 80%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.nh-hero__slide.is-active {
    opacity: 1;
}

.nh-hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


.nh-hero__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 6rem;
    color: white;
    z-index: 2;
}

.nh-hero__content h1,
.nh-hero__content h2 {
    font-size: 8rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 12px 0 1rem 0;
    max-width: 60%;
    text-align: left;
    text-transform: none;
}

.nh-hero__content .nh-text {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    margin: 3px 0 2rem 0;
    max-width: 80%!important;
    opacity: 0.9;
}

.nh-btn {
    display: inline-block;
    padding: 3px 20px 5px 20px;
    background: transparent;
    color: #dc2626;
    border: 2px solid #dc2626;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    border-radius: 0px;
    margin-top: 1.5rem;
    align-self: flex-start;
}

.nh-btn:hover {
    background: #dc2626;
    color: white !important;
}

.nh-hero__nav {
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 0.5rem;
    z-index: 10;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    min-height: 40px;
}

.nh-hero__dot {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    border: none;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s ease;
    display: block !important;
    flex-shrink: 0;
}

.nh-hero__dot.is-active {
    background: #000;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .nh-hero {
        height: 60vh;
        min-height: 400px;
    }

    .nh-hero__content {
        padding: 0 2rem;
    }

    .nh-hero__content h1,
    .nh-hero__content h2 {
        max-width: 90%;
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .nh-hero__content .nh-text {
        max-width: 90%;
    }

    .nh-hero__content h1,
    .nh-hero__content h2 {
        font-size: 4rem;
    }

    .nh-btn {
        font-size: 1.5rem;
        padding: 0.75rem 5rem;
    }

    .nh-hero__overlay {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.5) 60%, transparent 85%);
    }
}

.nh-h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: clamp(2rem, 5vw, 3rem);
    color: #fff;
}

.nh-faq {
    background: #5C0000;
    color: #fff;
    border-radius: 0;
}

.nh-faq__item {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nh-faq__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nh-faq__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nh-faq__q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: background-color 0.2s ease;
}

.nh-faq__q:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.nh-faq__q::-webkit-details-marker {
    display: none;
}

.nh-faq__q::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.nh-faq__item[open] .nh-faq__q::after {
    content: '−';
    transform: rotate(0deg);
}

.nh-faq__a {
    padding: 1rem 2rem 1.5rem 2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.nh-faq__a .nh-text {
    margin: 0;
    font-size: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .nh-container {
        padding: 0 1rem;
    }

    .nh-faq__q {
        padding: 1.25rem 1.5rem;
        font-size: 1rem;
    }

    .nh-faq__a {
        padding: 0 1.5rem 1.25rem 1.5rem;
    }
}

/* Promotions */
.nh-promotions {
    background: #3f020d;
    color: #fff;
}

.nh-promotions .nh-h2,
.nh-promotions__heading {
    color: var(--heading-color, #fff);
    text-align: center;
    margin-bottom: clamp(1.5rem, 4vw, 3rem);
    font-size: 60px;
    font-weight: 700;
    font-family: var(--font-body-family);
}

@media screen and (max-width: 767px) {

    .nh-promotions .nh-h2,
    .nh-promotions__heading {
        font-size: 40px;
    }

}

.nh-promotions__nav {
    display: flex;
    justify-content: center;
    gap: clamp(1rem, 3vw, 2.5rem);
    flex-wrap: wrap;
    margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.nh-promotions__tab {
    background: none;
    border: none;
    color: var(--tab-color, rgba(255, 255, 255, .65));
    font-weight: var(--tab-font-weight, 600);
    font-size: var(--tab-font-size, 1rem);
    letter-spacing: .08em;
    text-transform: var(--tab-text-transform, none);
    padding: .35rem 0;
    cursor: pointer;
    position: relative;
    transition: color .2s ease;
    font-family: var(--font-body-family);
}

.nh-promotions__tab::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.45rem;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: background .2s ease;
}

.nh-promotions__tab.is-active {
    color: var(--tab-color-active, #fff);
}

.nh-promotions__tab.is-active::after {
    background: var(--tab-color-active, #ff4d4d);
}

.nh-promotions__tab:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 6px;
}

.nh-promotions__panes {
    position: relative;
}

.nh-promotions__pane {
    display: none;
    gap: clamp(2rem, 6vw, 4rem);
    align-items: center;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.nh-promotions__pane.is-active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    opacity: 1;
    transform: translateX(0);
    animation: fadeInSlide 0.4s ease forwards;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.nh-promotions__media {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--nh-radius);
    padding: clamp(1.5rem, 4vw, 3rem);
    box-shadow: var(--nh-shadow);
}

.nh-promotions__media img,
.nh-promotions__placeholder {
    display: block;
    max-width: 80%;
    max-height: 600px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    margin-right: 0;
}

.nh-promotions__content {
    color: #fff;
    max-width: 540px;
}

.nh-promotions__title {
    font-size: clamp(2rem, 4vw, 3.75rem);
    margin: 0 0 var(--nh-space-3);
    color: var(--title-color, #fff);
}

.nh-promotions__text {
    margin: 0 0 var(--nh-space-6);
    color: rgba(255, 255, 255, .85);
}

.nh-promotions__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .85rem 4.5rem;
    border-radius: 999px;
    border: 2px solid var(--button-color, #dc2626);
    color: var(--button-color, #dc2626);
    text-decoration: none;
    font-weight: 600;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
    margin-top: 1rem;
    background: transparent;
}

.nh-promotions__cta:hover,
.nh-promotions__cta:focus-visible {
    background: var(--button-color, #dc2626);
    color: #fff;
    border-color: var(--button-color, #dc2626);
}

/* Mobile Product Type Label */
.nh-promotions__mobile-label {
    display: none;
}

/* Navigation Arrows - hidden on desktop */
.nh-promotions__arrow {
    display: none;
}

@media (max-width: 960px) {

    /* Show Product Type label on mobile */
    .nh-promotions__mobile-label {
        display: block;
        color: rgba(255, 255, 255, 1);
        font-size: 20px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0.02em;
        margin-bottom: 1.75rem;
        order: 0;
        text-align: center;
    }

    /* Show navigation arrows on mobile */
    .nh-promotions__arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        background: transparent;
        border: none;
        border-radius: 0;
        cursor: pointer;
        z-index: 10;
        transition: opacity 0.2s ease;
        color: rgba(255, 255, 255, 0.8);
        padding: 0;
    }

    .nh-promotions__arrow svg {
        width: 24px;
        height: 24px;
    }

    .nh-promotions__arrow:hover {
        background: transparent;
        color: rgba(255, 255, 255, 1);
        opacity: 1;
    }

    .nh-promotions__arrow--prev {
        left: -5rem;
    }

    .nh-promotions__arrow--next {
        right: -5rem;
    }

    .nh-promotions__pane.is-active {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding: 0 2.5rem 2.5rem 2.5rem;
        opacity: 1;
        transform: translateX(0);
        animation: fadeInSlide 0.4s ease forwards;
    }

    .nh-promotions__media,
    .nh-promotions__content {
        width: 100%;
    }

    .nh-promotions__media {
        order: 1;
        position: relative;
        background: #fff;
        /* margin-bottom: 2.5rem; */
        padding: 2.5rem 2rem;
        border-radius: 0;
    }

    .nh-promotions__media img,
    .nh-promotions__placeholder {
        max-width: 100%;
        max-height: none;
        height: auto;
        margin: 0 auto;
    }

    .nh-promotions__content {
        order: 2;
        max-width: 100%;
    }

    .nh-promotions__text {
        margin-bottom: 2rem;
        color: rgba(255, 255, 255, .95);
        line-height: 1.7;
        font-size: 15px
    }

    .nh-promotions__title {
        font-size: 25px;
        margin-bottom: 1.5rem;
        font-weight: 700;
    }

    .nh-promotions__cta {
        padding: 0.875rem 3.5rem;
        font-size: 1rem;
        font-weight: 600;
    }

    /* Hide tabs on mobile, show navigation arrows instead */
    .nh-promotions__nav {
        display: none;
    }
}

@media (max-width: 640px) {
    .nh-promotions__nav {
        gap: 1rem;
    }

    .nh-promotions__tab {
        font-size: .9rem;
    }

    .nh-promotions__media {
        padding: 2rem 1.5rem;
    }

    .nh-promotions__pane.is-active {
        padding: 0 1.5rem 2rem 1.5rem;
    }

    .nh-promotions__title {
        font-size: 25px;
    }

    .nh-promotions__text {
        font-size: 15px;
    }

    .nh-promotions__cta {
        padding: 0.8rem 3rem;
        font-size: 20px;
    }

    .nh-promotions__title {
        font-size: 25px;
    }
}

/* Single Product Layout for NH Product Tabs */
.nh-featured__single-product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 6vw, 4rem);
    align-items: center;
    margin-top: clamp(2rem, 5vw, 3.5rem);
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-bottom: 40px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.nh-featured__product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: var(--nh-radius);
    padding: clamp(1.5rem, 4vw, 3rem);
    box-shadow: var(--nh-shadow);
}

.nh-featured__product-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.nh-featured__product-content {
    color: #fff;
    max-width: 540px;
    padding-left: 50px;
}

.nh-featured__product-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin: 0 0 var(--nh-space-3);
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
}

.nh-featured__product-description {
    margin: 0 0 var(--nh-space-6);
    color: rgba(255, 255, 255, .85);
    line-height: 1.6;
    padding-bottom: 20px;
}

.nh-featured__product-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .85rem 4.5rem;
    border-radius: 999px;
    border: 2px solid red;
    color: red;
    text-decoration: none;
    font-weight: 600;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.nh-featured__product-cta:hover,
.nh-featured__product-cta:focus-visible {
    background: #fff;
    color: #3f020d;
    border-color: #fff;
}

@media (max-width: 960px) {
    .nh-featured__single-product {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .nh-featured__product-image,
    .nh-featured__product-content {
        width: 100%;
    }

    .nh-featured__product-description {
        margin-bottom: var(--nh-space-4);
    }
}

@media (max-width: 640px) {
    .nh-featured__product-image {
        padding: var(--nh-space-6);
    }
}

/* gm css */
.header__inline-menu>.list-menu.gm-menu {
    display: flex !important;
}

@media (max-width: 996px) {
    .halo-promotions-sections .nh-promotions__pane {
        padding: 0 60px;
    }
}

/* Deals & Steals intro paragraph */
.nh-promotions .nh-promotions__intro {
  max-width: 900px;          /* keep it on a nice readable line length */
  margin: 0px auto 30px;    /* space under heading, above tabs */
  text-align: center;        /* center the text */
  color: #ffffff;            /* white text on the burgundy background */
  font-size: 20px;
  line-height: 1.6;
}

/* Optional: small tweak to heading spacing so they sit nicely together */
.nh-promotions .nh-promotions__heading {
  margin-bottom: 10px;
}