/** Shopify CDN: Minification failed

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

**/
@charset "UTF-8";
/*!
------------------------------------------------------------------
Author: Fuel Themes
Author URI: https://fuelthemes.net
------------------------------------------------------------------
*/
/*------------------------------------------------------------------
Variables
*/
/*------------------------------------------------------------------
Foundation
*/
/*------------------------------------------------------------------
Foundation
*/
@use "sass:math";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@import url("https://fonts.googleapis.com/css2?family=Anton&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1,
h2,
h3 {
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: 500;
}
h2 {
    font-weight: 600;
}
h3 {
    font-weight: 600;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

[data-whatintent="mouse"] *,
[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
    outline: none;
}

[draggable="false"] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.foundation-mq {
    font-family: "small=0em&medium=48em&large=66.75em&xlarge=90em";
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "system-ui", "San Francisco", "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

button {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
}
[data-whatinput="mouse"] button {
    outline: 0;
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: var(--font-body-bold-weight, 600);
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1,
.h1,
.h1-large,
.h1-xlarge,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "system-ui", "San Francisco", "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: var(--color-heading);
    text-rendering: optimizeLegibility;
}
h1 small,
.h1 small,
.h1-large small,
.h1-xlarge small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    line-height: 0;
    color: #cacaca;
}

h1,
.h1,
.h1-large,
.h1-xlarge {
    font-size: 2.125rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

h2,
.h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

h3,
.h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

h4,
.h4 {
    font-size: 1.125rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

h5,
.h5 {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

h6,
.h6 {
    font-size: 0.75rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 48em) {
    h1,
    .h1,
    .h1-large,
    .h1-xlarge {
        font-size: 2.625rem;
    }
    h2,
    .h2 {
        font-size: 1.875rem;
    }
    h3,
    .h3 {
        font-size: 1.625rem;
    }
    h4,
    .h4 {
        font-size: 1.5rem;
    }
    h5,
    .h5 {
        font-size: 1.25rem;
    }
    h6,
    .h6 {
        font-size: 0.75rem;
    }
}

@media print, screen and (min-width: 66.75em) {
    h1,
    .h1,
    .h1-large,
    .h1-xlarge {
        font-size: 3.75rem;
    }
    h2,
    .h2 {
        font-size: 2.125rem;
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus {
    color: #1468a0;
}
a img {
    border: 0;
}

hr {
    clear: both;
    max-width: 90rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.7;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: var(--font-body-bold-weight, 600);
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
    line-height: 1.7;
    color: #8a8a8a;
}

abbr,
abbr[title] {
    border-bottom: 1px dotted var(--color-text);
    cursor: help;
    text-decoration: none;
}

figure {
    margin: 0;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: var(--color-text);
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
    margin-left: 0;
    list-style: none;
}

cite,
.cite-block {
    display: block;
    color: #8a8a8a;
    font-size: 0.8125rem;
}
cite:before,
.cite-block:before {
    content: "— ";
}

code,
.code-inline {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: var(--color-text);
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: var(--color-text);
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

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

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

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

.text-justify {
    text-align: justify;
}

@media print, screen and (min-width: 48em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}

@media print, screen and (min-width: 66.75em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}

.row {
    max-width: 90rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
}
.row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}
@media print, screen and (min-width: 48em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and (min-width: 66.75em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
.row.expanded {
    max-width: none;
}
.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}
.row:not(.expanded) .row {
    max-width: none;
}

.column,
.columns {
    flex: 1 1 0px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    min-width: 0;
}
@media print, screen and (min-width: 48em) {
    .column,
    .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.column.row.row,
.row.row.columns {
    float: none;
    display: block;
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.small-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.small-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.small-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.small-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.small-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.small-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.small-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.small-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.small-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.small-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.small-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.small-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media print, screen and (min-width: 48em) {
    .medium-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .medium-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .medium-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .medium-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .medium-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .medium-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .medium-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .medium-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .medium-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .medium-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media print, screen and (min-width: 66.75em) {
    .large-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .large-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .large-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .large-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .large-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .large-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .large-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .large-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .large-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .large-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .large-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .large-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media print, screen and (min-width: 1600px) {
    .xlarge-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

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

.align-right {
    justify-content: flex-end;
}

.align-center {
    justify-content: center;
}

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

.align-spaced {
    justify-content: space-around;
}

.align-top {
    align-items: flex-start;
}

.align-self-top {
    align-self: flex-start;
}

.align-bottom {
    align-items: flex-end;
}

.align-self-bottom {
    align-self: flex-end;
}

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

.align-self-middle {
    align-self: center;
}

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

.align-self-stretch {
    align-self: stretch;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

@media print, screen and (max-width: 47.99875em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 48em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 47.99875em) {
    .show-for-medium {
        display: none !important;
    }
}

@media print, screen and (min-width: 48em) and (max-width: 66.74875em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 66.75em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 66.75em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 66.74875em) {
    .show-for-large {
        display: none !important;
    }
}

@media print, screen and (min-width: 66.75em) and (max-width: 89.99875em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 66.74875em), screen and (min-width: 90em) {
    .show-for-large-only {
        display: none !important;
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}
@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}
@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}
@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

.show-for-dark-mode {
    display: none;
}

.hide-for-dark-mode {
    display: block;
}

@media screen and (prefers-color-scheme: dark) {
    .show-for-dark-mode {
        display: block !important;
    }
    .hide-for-dark-mode {
        display: none !important;
    }
}

.show-for-ie {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .show-for-ie {
        display: block !important;
    }
    .hide-for-ie {
        display: none !important;
    }
}

.show-for-sticky {
    display: none;
}

.is-stuck .show-for-sticky {
    display: block;
}

.is-stuck .hide-for-sticky {
    display: none;
}

/*------------------------------------------------------------------
Re-usable Styles
*/
.btn,
.button,
input[type="submit"],
.products .product .product_thumbnail.thb_hover .product_thumbnail_hover,
.products .product .product_after_title .add_to_cart_button:after {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a,
.back-to-top,
.back-to-top path,
.header:after,
.header .account-holder svg,
.header .account-holder a,
.header .account-holder button,
.header .account-holder.has-icon-links svg,
.header .account-holder.has-text-links a:before,
.header #cart-drawer-toggle .float_count,
.thb-full-menu > li a:before,
.search-modal,
.footer .thb-widget-menu .sub-menu,
.footer .thb-widget-title span:before,
.btn.border-fill:after,
.button.border-fill:after,
input.border-fill[type="submit"]:after,
.btn-text .arrow > div,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
.mobile-menu li .link-container--arrow,
#Cart-Drawer .side-panel-content .mini-cart__notes_content,
.products .product .product_after_title .product_after_shop_loop_buttons,
.products .product .product_after_title .product_after_shop_loop_price,
.product-category h2 {
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*------------------------------------------------------------------
Body
*/
html {
    height: 100%;
    font-size: calc(var(--font-body-scale) * 16px);
}

body {
    color: rgba(var(--color-text-rgb), 0.75);
    background: var(--bg-body);
    scroll-behavior: smooth;
}

*:focus-visible {
    outline-offset: 2px;
}

.screen-reader-shortcut {
    position: fixed;
    top: -1000em;
}
.screen-reader-shortcut:focus {
    left: 6px;
    top: 7px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: var(--font-body-bold-weight, 600);
    padding: 15px 23px 14px;
    background-color: #54cdcd;
    color: #fff;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

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

p {
    word-spacing: 0.001em;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
}

figure {
    margin: 0;
}

a {
    color: var(--color-link);
}
a:focus {
    color: var(--color-link);
}
a:hover {
    color: var(--color-link-hover);
}

.shopify-section {
    width: 100%;
    overflow-x: hidden;
}
.template-product .shopify-section {
    overflow: inherit;
}
.shopify-section.header-section {
    overflow: inherit;
}

#wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    width: 100%;
    scroll-behavior: smooth;
}
#wrapper [role="main"] {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}
#wrapper .click-capture {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--bg-drawer);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
#wrapper .click-capture--product {
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--bg-drawer);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#wrapper.open-cc .click-capture {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
#wrapper.open-cc .announcement-section {
    z-index: 105;
}
#wrapper.open-cc .product-drawer {
    z-index: 200;
}
#wrapper.open-cc #shopify-chat {
    display: none;
}
#wrapper.open-quick-view .click-capture--product {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
#wrapper.open-quick-view .announcement-section {
    z-index: 105;
}
.template-product-quick-view #wrapper .click-capture--product {
    opacity: 1;
    pointer-events: none;
    visibility: visible;
}
.template-product-quick-view #wrapper .announcement-section {
    z-index: 105;
}

@media only screen and (min-width: 768px) {
    .row {
        padding: 0 35px;
    }
    .row .row {
        padding: 0;
    }
}

.row.no-padding,
.row .row.max_width.no-padding {
    margin: 0;
}
.row.no-padding > .columns,
.row .row.max_width.no-padding > .columns {
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .row.no-padding,
    .row .row.max_width.no-padding {
        padding: 0;
    }
}

.row.pixel-padding {
    margin: 0;
}
.row.pixel-padding > .columns {
    padding: 0 0.5px;
}

.row.doublepixel-padding {
    margin: 0 -1px;
}
.row.doublepixel-padding > .columns {
    padding: 0 1px;
}

.row.low-padding {
    margin: 0 -5px;
}
.row.low-padding > .columns {
    padding: 0 5px;
}

.row {
    background-size: cover;
    background-position: center;
}
.row:before,
.row:not(.thb-loading):after {
    display: none !important;
}
.row.thb-loading > .columns,
.side-panel.cart-loading
    .widget_shopping_cart
    .row.product_list_widget
    > .columns {
    opacity: 0.5;
}
.row.full-width-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.row .row {
    padding: 0;
}
.row .row.max_width {
    margin: 0 auto;
    width: 100%;
    max-width: 90rem;
}
@media only screen and (min-width: 768px) {
    .row .row.max_width {
        padding: 0 35px;
    }
}

/* Empty Cart */
.cart-empty,
.no-products {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cart-empty figure,
.no-products figure {
    display: inline-block;
    margin: 0 auto 30px;
}
.cart-empty figure svg,
.no-products figure svg {
    width: 134px;
}
.cart-empty .return-to-shop,
.no-products .return-to-shop {
    margin: 20px 0 0;
}
.cart-empty .section,
.no-products .section {
    padding: 40px 0;
    margin: 0 auto;
}
#Cart-Drawer .cart-empty,
#Cart-Drawer .no-products {
    padding: 30px 0;
}
#Cart-Drawer .cart-empty figure,
#Cart-Drawer .no-products figure {
    margin-bottom: 0;
}
#Cart-Drawer .cart-empty figure svg,
#Cart-Drawer .no-products figure svg {
    width: 67px;
}

.product_list_widget {
    list-style: none;
    margin: 0;
}
.product_list_widget .remove {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--color-text);
}
[dir="rtl"] .product_list_widget .remove {
    right: auto;
    left: 0;
}
.product_list_widget img,
.product_list_widget .thb-placeholder {
    max-width: 75px;
    margin-right: 20px;
}
[dir="rtl"] .product_list_widget img,
[dir="rtl"] .product_list_widget .thb-placeholder {
    margin-right: auto;
    margin-left: 20px;
}
.product_list_widget h3 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 1.5;
    word-break: break-word;
}
.product_list_widget .price {
    display: flex;
    align-items: center;
}
.product_list_widget .price .mini-quantity + .amount,
.product_list_widget .price .unit-price {
    margin-left: 4px;
}

.mini_cart_item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-right: 30px;
    text-indent: 0 !important;
}
@media only screen and (min-width: 768px) {
    .mini_cart_item {
        margin-bottom: 30px;
    }
}
[dir="rtl"] .mini_cart_item {
    padding-right: 0;
    padding-left: 30px;
}
.mini_cart_item.empty {
    text-align: center;
    font-size: 18px;
    font-weight: var(--font-body-bold-weight, 600);
    color: var(--color-text);
    margin: 30px 0;
}
.mini_cart_item .thb-placeholder {
    margin-left: 0;
}
.mini_cart_item__meta-text {
    color: rgba(var(--color-text), 0.7);
    font-size: 0.8125rem;
    line-height: 1.4;
    margin: 5px 0;
}

.page-padding {
    padding-top: 0;
    padding-bottom: 0;
    flex: 1;
}
.page-padding.has-bottom-padding {
    margin-bottom: 80px;
}

.thb-loading:after,
.side-panel.cart-loading .widget_shopping_cart .product_list_widget:after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 16px;
    background: var(--bg-body, #fff)
        url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjMjIyMjIyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo=")
        center center no-repeat;
}

.light-button-text {
    color: #fff;
}
.light-button-text:hover {
    color: #fff;
}
.light-button-text svg {
    fill: #fff;
}

/* 5 Columns */
@media only screen and (min-width: 768px) {
    .medium-1\/5 {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*  Lazy Load */
.lazyload,
.lazyloading {
    opacity: 0.3;
    will-change: opacity, filter;
    filter: blur(10px);
    transition: opacity 1000ms, filter 1500ms;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 0.25s ease;
}

/* Parallax */
.thb-parallax {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.thb-parallax .lazyload,
.thb-parallax .thb-parallax-image {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 116%;
    z-index: -1;
}
.thb-parallax .thb-parallax-image.lazyloaded {
    transition: none;
}
.thb-parallax .placeholder_svg_tag {
    background: #737373;
    fill: #fff;
}
.thb-parallax .placeholder_svg_tag path {
    opacity: 0.5;
}

/* Section Margin & Padding */
.section-margin {
    margin: 40px 0;
}
@media only screen and (min-width: 768px) {
    .section-margin {
        margin: 80px 0;
    }
}
.section-margin.section-no-top-margin {
    margin-top: 0;
}
.section-margin.section-no-bottom-margin {
    margin-bottom: 0;
}

.section-spacing {
    padding: 40px 0;
}
@media only screen and (min-width: 768px) {
    .section-spacing {
        padding: 80px 0;
    }
}
.section-spacing.section-no-top-spacing {
    padding-top: 0;
}
.section-spacing.section-no-bottom-spacing {
    padding-bottom: 0;
}

.section-padding,
.north-hero,
.email-signup-section {
    padding: 40px 0;
}
@media only screen and (min-width: 768px) {
    .section-padding,
    .north-hero,
    .email-signup-section {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1068px) {
    .section-padding,
    .north-hero,
    .email-signup-section {
        padding: 100px 0;
    }
}

/* Policy */
.shopify-policy__container {
    padding: 50px 0;
    margin-bottom: 40px;
}
.shopify-policy__container .shopify-policy__title {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .shopify-policy__container .shopify-policy__title h1 {
        font-size: 34px;
    }
}

/* Discounts */
.discounts {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}
.discounts__discount {
    font-size: 13px;
}
.discounts__discount svg {
    vertical-align: middle;
    margin-right: 5px;
}

/* Scroll Shadow */
scroll-shadow {
    display: inline-block;
    overflow: hidden;
    --scroll-shadow-size: 60;
    --scroll-shadow-top: linear-gradient(
        rgba(var(--bg-body-rgb), 1),
        rgba(var(--bg-body-rgb), 0)
    );
    --scroll-shadow-bottom: linear-gradient(
        rgba(var(--bg-body-rgb), 0),
        rgba(var(--bg-body-rgb), 1)
    );
    --scroll-shadow-left: linear-gradient(
        90deg,
        rgba(var(--bg-body-rgb), 1),
        rgba(var(--bg-body-rgb), 0)
    );
    --scroll-shadow-right: linear-gradient(
        90deg,
        rgba(var(--bg-body-rgb), 0),
        rgba(var(--bg-body-rgb), 1)
    );
}

/* Localization form */
.shopify-localization-form noscript {
    width: 100%;
    margin-top: 10px;
}
.shopify-localization-form noscript .text-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 14px;
    text-transform: uppercase;
}

/* Back to top */
.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--bg-body);
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(70px);
}
@media only screen and (min-width: 1068px) {
    .back-to-top {
        bottom: 30px;
        right: 30px;
    }
}
.back-to-top.back-to-top--active {
    transform: translateY(0px);
}
.back-to-top svg {
    overflow: visible;
    transform: translateY(1px);
}
.back-to-top--handle {
    transform: translateY(4px);
}
.back-to-top--bar {
    opacity: 0;
    transform-origin: bottom center;
    transform: scale(1, 0) translateY(8px);
}
.back-to-top:hover .back-to-top--handle,
.back-to-top:focus .back-to-top--handle {
    transform: translateY(0px);
}
.back-to-top:hover .back-to-top--bar,
.back-to-top:focus .back-to-top--bar {
    opacity: 1;
    transform-origin: top center;
    transform: scale(1, 1) translateY(0);
}

/*------------------------------------------------------------------
Misc
*/
.no-js .no-js-hidden,
.no-js img.lazyload {
    display: none !important;
}

.thb-placeholder {
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    max-width: 100%;
    margin: 0 auto;
}
.thb-placeholder .placeholder-svg {
    background: #f2f2f2;
    width: 200px;
    height: 200px;
    max-width: 100%;
    max-height: 100%;
}
.thb-placeholder.empty {
    padding: 0;
    background-color: transparent;
}

.blog-post-wrapper {
    max-width: 880px;
    margin: 0 auto;
}
.blog-post-wrapper .page-placeholder {
    fill: var(--color-text);
}

.rte a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media only screen and (max-width: 767px) {
    .mobile-height-full {
        min-height: 100vh;
    }
    @supports (height: 100svh) {
        .mobile-height-full {
            min-height: 100svh;
        }
    }
}

@media only screen and (max-width: 767px) {
    .mobile-height-auto {
        min-height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-height-350 {
        min-height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-height-400 {
        min-height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-height-450 {
        min-height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-height-500 {
        min-height: 500px;
    }
}

@media only screen and (min-width: 768px) {
    .desktop-height-full {
        min-height: 100vh;
    }
}

@media only screen and (min-width: 768px) {
    .desktop-height-auto {
        min-height: auto;
    }
}

@media only screen and (min-width: 768px) {
    .desktop-height-450 {
        min-height: 450px;
    }
}

@media only screen and (min-width: 768px) {
    .desktop-height-550 {
        min-height: 550px;
    }
}

@media only screen and (min-width: 768px) {
    .desktop-height-650 {
        min-height: 650px;
    }
}

@media only screen and (min-width: 768px) {
    .desktop-height-750 {
        min-height: 750px;
    }
}

.height-full {
    min-height: 100vh;
}

.height-auto {
    min-height: auto;
}

.height-300 {
    min-height: 300px;
}

.height-350 {
    min-height: 350px;
}

.height-400 {
    min-height: 400px;
}

.height-450 {
    min-height: 450px;
}

/*------------------------------------------------------------------
Icons
*/
@font-face {
    font-family: "north";
    src: url("data:application/octet-stream;base64,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")
            format("woff"),
        url("data:application/octet-stream;base64,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")
            format("truetype");
}

[class^="thb-icon-"]:before,
[class*=" thb-icon-"]:before {
    font-family: "north";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.thb-icon-down-open-mini:before {
    content: "\e800";
}

/* '' */
.thb-icon-right-open-mini:before {
    content: "\e801";
}

/* '' */
.thb-icon-star-empty:before {
    content: "\e802";
}

/* '' */
.thb-icon-star:before {
    content: "\e803";
}

/* '' */
.thb-icon-tiktok:before {
    content: "\e804";
}

/* '' */
.thb-icon-twitter:before {
    content: "\f099";
}

/* '' */
.thb-icon-linkedin:before {
    content: "\f0e1";
}

/* '' */
.thb-icon-youtube:before {
    content: "\f16a";
}

/* '' */
.thb-icon-instagram:before {
    content: "\f16d";
}

/* '' */
.thb-icon-pinterest:before {
    content: "\f231";
}

/* '' */
.thb-icon-whatsapp:before {
    content: "\f232";
}

/* '' */
.thb-icon-vimeo:before {
    content: "\f27d";
}

/* '' */
.thb-icon-facebook:before {
    content: "\f308";
}

/* '' */
/*------------------------------------------------------------------
Typography
*/
h1,
.h1,
.h1-large,
.h1-xlarge {
    font-size: calc(var(--font-heading-scale) * 2.125rem);
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

h2,
.h2 {
    font-size: calc(var(--font-heading-scale) * 1.5rem);
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

h3,
.h3 {
    font-size: calc(var(--font-heading-scale) * 1.25rem);
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

h4,
.h4 {
    font-size: calc(var(--font-heading-scale) * 1.125rem);
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

h5,
.h5 {
    font-size: calc(var(--font-heading-scale) * 1rem);
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

h6,
.h6 {
    font-size: calc(var(--font-heading-scale) * 0.75rem);
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

@media print, screen and (min-width: 48em) {
    h1,
    .h1,
    .h1-large,
    .h1-xlarge {
        font-size: calc(var(--font-heading-scale) * 2.625rem);
    }
    h2,
    .h2 {
        font-size: calc(var(--font-heading-scale) * 1.875rem);
    }
    h3,
    .h3 {
        font-size: calc(var(--font-heading-scale) * 1.625rem);
    }
    h4,
    .h4 {
        font-size: calc(var(--font-heading-scale) * 1.5rem);
    }
    h5,
    .h5 {
        font-size: calc(var(--font-heading-scale) * 1.25rem);
    }
    h6,
    .h6 {
        font-size: calc(var(--font-heading-scale) * 0.75rem);
    }
}

@media print, screen and (min-width: 66.75em) {
    h1,
    .h1,
    .h1-large,
    .h1-xlarge {
        font-size: calc(var(--font-heading-scale) * 3.75rem);
    }
    h2,
    .h2 {
        font-size: calc(var(--font-heading-scale) * 2.125rem);
    }
}

@media only screen and (min-width: 768px) {
    .h1-large {
        font-size: calc(var(--font-heading-scale) * 60px);
        line-height: 68px;
    }
}

@media only screen and (min-width: 1068px) {
    .h1-large {
        font-size: calc(var(--font-heading-scale) * 68px);
        line-height: 76px;
    }
}

@media only screen and (min-width: 768px) {
    .h1-xlarge {
        font-size: calc(var(--font-heading-scale) * 68px);
        line-height: 74px;
    }
}

@media only screen and (min-width: 1068px) {
    .h1-xlarge {
        font-size: calc(var(--font-heading-scale) * 76px);
        line-height: 84px;
    }
}

ul,
ol {
    margin-left: 0;
    list-style-position: inside;
    font-weight: 400;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-left: 15px;
}
ul li,
ol li {
    margin-bottom: 3px;
    line-height: 150%;

    padding-left: 20px; /* Controls the indentation of the list item and marker */
    text-indent: -20px; /* Pulls the text back to line up with the marker */
    font-weight: 450;
}
p {
    font-weight: 450;
    line-height: 150%; /* 24px */
}
blockquote {
    border: 2px solid var(--color-text);
    position: relative;
    clear: both;
    padding: 34px;
    text-align: center;
}
blockquote p {
    font-size: 1.875rem;
    font-weight: 300;
    color: var(--color-text);
    line-height: 1.2;
    margin: 0;
}
blockquote cite {
    font-weight: var(--font-body-bold-weight, 600);
    font-size: 0.875rem;
    color: var(--color-text);
    font-style: normal;
    line-height: 1;
    margin-top: 25px;
    text-transform: uppercase;
}
blockquote cite:before {
    display: none;
}
blockquote.left {
    float: left;
    width: 40%;
    margin: 5px 30px 30px 0;
    text-align: left;
}
@media only screen and (max-width: 768px) {
    blockquote.left {
        margin-right: 0;
        width: 100%;
    }
}
blockquote.right {
    float: right;
    width: 40%;
    margin: 5px 0 30px 30px;
    text-align: right;
}
@media only screen and (max-width: 768px) {
    blockquote.right {
        margin-left: 0;
        width: 100%;
    }
}

hr {
    border-color: #ededed;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1em;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto;
}

/*------------------------------------------------------------------
Header
*/
.header-section {
    z-index: 200;
    transition: min-height 0.1s ease;
}
.header-section.has-height {
    min-height: var(--header-height, 75px);
}

.announcement-section:not(.announcement-closed) + .header-section.has-height {
    min-height: calc(
        var(--announcement-height, 0px) + var(--header-height, 75px)
    );
}

.no-js .announcement-section + .header-section .header {
    margin-top: 43px;
}
.no-js .announcement-section + .header-section .header.light {
    margin-top: 0;
    top: 43px;
}

.header {
    display: block;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 100;
    font-size: 14px;
    color: var(--color-text);
    margin-top: var(--announcement-height, 0px);
    transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        margin 0.25s linear;
}
@media only screen and (min-width: 1068px) {
    .header {
        padding: 15px 0;
    }
}
.header > .row {
    position: relative;
}
.header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}
.header.header--shadow-small:after {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}
.header.header--shadow-medium:after {
    box-shadow: 0 9px 38px rgba(0, 0, 0, 0.05), 0 5px 12px rgba(0, 0, 0, 0.1);
}
.header.header--shadow-large:after {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 5px 22px rgba(0, 0, 0, 0.15);
}
.header .header-grid {
    display: grid;
    width: 100%;
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
}
@media only screen and (min-width: 1068px) {
    .header .header-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.header .header-grid .logo-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .logolink {
    display: block;
    position: relative;
}
.header .logolink .logoimg {
    display: block;
    width: auto;
    height: var(--logo-height-mobile, 22px);
    object-fit: contain;
    object-position: left;
}
@media only screen and (min-width: 768px) {
    .header .logolink .logoimg {
        height: var(--logo-height, 22px);
    }
}
.header .logolink .logoimg.bg--dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.header .logolink.text {
    font-weight: var(--font-body-medium-weight, 500);
    font-size: 20px;
    word-break: break-word;
    text-transform: uppercase;
}
@media only screen and (min-width: 1068px) {
    .header .logolink.text {
        font-size: 30px;
    }
}
.header.hover,
.header.fixed {
    position: fixed;
}
.header.hover:after {
    opacity: 1;
}
.header.hover,
.header:hover {
    background: #fff;
}
/* .header:not(.white-title) {
    border-bottom: 1px solid var(--color-border);
} */
.template-article .header:not(.white-title),
.template-index .header:not(.white-title) {
    border-bottom: 0;
}
.header.style1 .menu-holder {
    padding-right: 5%;
}

.header.style1 .menu-holder li {
    text-indent: 0;
}
.header.style1 .logolink.text {
    text-align: center;
}
.header.style2 .header-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 1068px) {
    .header.style2 .header-grid {
        grid-template-columns: auto 1fr;
    }
}
.header.style2 .logo-holder {
    display: inline-flex;
}
.header.style2 .menu-holder {
    display: none;
}
@media only screen and (min-width: 1068px) {
    .header.style2 .menu-holder {
        display: inline-flex;
    }
}
.header.style2 .menu-holder {
    margin-left: 50px;
}
.header.style2 .logo-and-menu,
.header.style2 .toggle-holder {
    display: flex;
    align-items: center;
}
.header.style2 .logo-and-menu {
    justify-content: center;
}
@media only screen and (min-width: 1068px) {
    .header.style2 .logo-and-menu {
        justify-content: flex-start;
    }
}
.header.style3 .small-12.columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.header.style3 .header-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 1068px) {
    .header.style3 .header-grid {
        grid-template-columns: 1fr minmax(50%, 60%) 1fr;
    }
}
.header.style3 .menu-holder {
    padding: 0 20px;
}
.header.style3 .account-holder,
.header.style3 .logo-holder {
    display: inline-flex;
}
.header.style3 .thb-full-menu {
    justify-content: center;
}
@media only screen and (min-width: 1068px) {
    .header.style3 .logo-holder {
        justify-content: flex-start;
    }
}
.header.style4 .logo {
    text-align: center;
}
.header.style4 .logo .logo-holder {
    display: inline-flex;
}
@media only screen and (min-width: 1068px) {
    .header.style5 {
        padding: 40px 0 20px;
    }
    .header.style5.hover {
        padding: 20px 0 5px;
    }
    .header.style5.hover .style5-menu-holder {
        margin-top: 0;
    }
}
.header.style5 .thb-full-menu {
    text-align: left;
}
[dir="rtl"] .header.style5 .thb-full-menu {
    text-align: right;
}
.header.style5 .thb-full-menu > li > .sub-menu {
    left: 50%;
    transform: translateX(-50%);
}
.header.style5 .style5-logo-holder {
    text-align: center;
}
.header.style5 .style5-logo-holder .logo-holder {
    display: inline-flex;
}
.header.style5 .style5-menu-holder {
    display: none;
    margin-top: 15px;
}
@media only screen and (min-width: 1068px) {
    .header.style5 .style5-menu-holder {
        display: flex;
    }
}
.header.style5 .style5-menu-holder .menu-holder {
    text-align: center;
}
.header.style5 .style5-menu-holder .menu-holder .thb-full-menu {
    display: inline-flex;
}
.header .account-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .account-holder a,
.header .account-holder button {
    display: inline-flex;
    align-items: center;
    padding: 15px 0;
    margin-left: 10px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .header .account-holder a,
    .header .account-holder button {
        margin-left: 20px;
    }
}
.header .account-holder .no-js {
    display: none;
}
.no-js .header .account-holder .no-js {
    display: inline-flex;
}
.header .account-holder.has-icon-links a:hover svg,
.header .account-holder.has-icon-links a:focus svg,
.header .account-holder.has-icon-links button:hover svg,
.header .account-holder.has-icon-links button:focus svg {
    transform: scale(1.05);
}
.header .account-holder.uppercase-true {
    text-transform: uppercase;
}
.header .account-holder.has-text-links #cart-drawer-toggle {
    margin-right: 25px;
}
.header .account-holder.has-text-links #cart-drawer-toggle .float_count {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -25px;
}
@media only screen and (min-width: 768px) {
    .header .account-holder.has-text-links #cart-drawer-toggle {
        margin-right: 30px;
    }
    .header .account-holder.has-text-links #cart-drawer-toggle .float_count {
        right: -30px;
    }
}
.header .account-holder.has-text-links a:before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--color-text);
    transform-origin: 0 0;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.header .account-holder.has-text-links a:hover:before,
.header .account-holder.has-text-links a.active:before {
    transform: scaleX(1);
}
.header #quick_profile {
    display: none;
}
.header #quick_profile svg {
    fill: var(--color-text);
    height: 16px;
    width: auto;
}
@media only screen and (min-width: 768px) {
    .header #quick_profile {
        display: inline-flex;
    }
}
.header #cart-drawer-toggle svg {
    stroke: var(--color-text);
    height: 16px;
    width: auto;
}
.header #cart-drawer-toggle .float_count {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-flex;
    background: var(--color-magenta);
    color: var(--bg-body);
    font-size: 11px;
    font-weight: var(--font-body-bold-weight, 600);
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .header #cart-drawer-toggle .float_count {
        margin-left: 10px;
    }
}
.header #cart-drawer-toggle .float_count svg {
    fill: var(--bg-body);
    width: 8px;
}

/* Light Header */
.white-header .logolink .logoimg,
.header.light-title:not(.hover):not(:hover) .logolink .logoimg {
    opacity: 0;
}
.white-header .logolink .logoimg.bg--dark,
.header.light-title:not(.hover):not(:hover) .logolink .logoimg.bg--dark {
    opacity: 1;
}

.white-header .logolink.text,
.header.light-title:not(.hover):not(:hover) .logolink.text {
    color: #fff;
}

.white-header .mobile-toggle span,
.header.light-title:not(.hover):not(:hover) .mobile-toggle span {
    background: #fff;
}

.white-header .thb-full-menu > li > a:not(:hover),
.header.light-title:not(.hover):not(:hover)
    .thb-full-menu
    > li
    > a:not(:hover) {
    color: #fff;
}

.white-header .thb-full-menu > li > a:before,
.header.light-title:not(.hover):not(:hover) .thb-full-menu > li > a:before {
    border-bottom-color: #fff;
}

.white-header .account-holder a,
.header.light-title:not(.hover):not(:hover) .account-holder a,
.white-header .account-holder button,
.header.light-title:not(.hover):not(:hover) .account-holder button {
    color: #fff;
}
.white-header .account-holder a:before,
.header.light-title:not(.hover):not(:hover) .account-holder a:before,
.white-header .account-holder button:before,
.header.light-title:not(.hover):not(:hover) .account-holder button:before {
    border-bottom-color: #fff;
}

.white-header .account-holder #quick_profile svg,
.header.light-title:not(.hover):not(:hover) .account-holder #quick_profile svg,
.white-header .account-holder .search-modal__button svg,
.header.light-title:not(.hover):not(:hover)
    .account-holder
    .search-modal__button
    svg {
    fill: #fff;
}

.white-header .account-holder #cart-drawer-toggle svg,
.header.light-title:not(.hover):not(:hover)
    .account-holder
    #cart-drawer-toggle
    svg {
    stroke: #fff;
}

/* Full Menu */
.thb-full-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    font-size: 15px;
}
.thb-full-menu.uppercase-true {
    text-transform: uppercase;
}
.thb-full-menu li {
    margin: 0;
    white-space: nowrap;
}
.thb-full-menu li.menu-item-has-children {
    position: relative;
}
.no-js .thb-full-menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.thb-full-menu li.menu-item-has-children > a:before {
    right: 17px;
}
[dir="rtl"] .thb-full-menu li.menu-item-has-children > a:before {
    right: 0;
    left: 16px;
}
.thb-full-menu li.menu-item-has-children > a:after {
    display: inline-flex;
    content: "\e800";
    font-family: "north";
    margin-left: 10px;
    vertical-align: middle;
    font-size: 14px;
}
[dir="rtl"] .thb-full-menu li.menu-item-has-children > a:after {
    margin-left: 0;
    margin-right: 10px;
}
.thb-full-menu li.menu-item-has-children > a:focus + .sub-menu {
    opacity: 1;
    visibility: visible;
}
.thb-full-menu li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.thb-full-menu li.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
}
.thb-full-menu li.active > a:before {
    transform: scaleX(1);
}
.thb-full-menu > li {
    display: inline-flex;
    align-items: center;
    margin-right: 25px;
}
.thb-full-menu > li:last-child {
    margin-right: 0;
}
[dir="rtl"] .thb-full-menu > li {
    margin-right: 0;
    margin-left: 30px;
}
.thb-full-menu > li a {
    display: flex;
    align-items: center;
    padding: 15px 0;
    position: relative;
}
.thb-full-menu > li a:before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--color-text);
    transform-origin: 0 0;
    transform: scaleX(0);
}
.thb-full-menu > li a:hover:before {
    transform: scaleX(1);
}
.thb-full-menu .sub-menu {
    padding: 25px 0;
    margin: 0;
    list-style: none;
    background: #fff;
    position: absolute;
    min-width: calc(100% + 50px);
    top: 100%;
    left: -25px;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    will-change: opacity;
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[dir="rtl"] .thb-full-menu .sub-menu {
    left: auto;
    right: -25px;
}
.thb-full-menu .sub-menu.mega-menu-container {
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100vw - 100px);
}
[dir="rtl"] .thb-full-menu .sub-menu.mega-menu-container {
    left: auto;
    right: -50%;
    transform: translateX(50%);
}
.thb-full-menu .sub-menu li {
    display: block;
    padding: 0 25px;
    margin-bottom: 15px;
    line-height: 1.1;
}
.thb-full-menu .sub-menu li:last-child {
    margin-bottom: 0;
}
.thb-full-menu .sub-menu li a {
    display: inline-block;
    position: relative;
    padding: 0;
}
.thb-full-menu .sub-menu li a:before {
    bottom: -3px;
}
.thb-full-menu .sub-menu li.menu-item-has-children > a:after {
    content: "\e801";
}
.thb-full-menu .sub-menu .sub-menu {
    top: -25px;
    left: 100%;
}
[dir="rtl"] .thb-full-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}
.thb-full-menu .sub-menu.mega-menu-container {
    padding: 0;
}
.thb-full-menu .sub-menu.mega-menu-container .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
}
.thb-full-menu .mega-menu-columns {
    display: grid;
    grid-auto-flow: column;
    list-style: none;
    margin: 0;
    white-space: initial;
    width: max-content;
    max-width: 100%;
}
.thb-full-menu .mega-menu-columns > li {
    padding: 35px 20px;
    min-width: 150px;
}
.thb-full-menu .mega-menu-columns > li > a {
    font-weight: var(--font-body-bold-weight, 600);
    margin-bottom: 20px;
}
.thb-full-menu .mega-menu-columns > li:first-child {
    padding-left: 35px;
}
.thb-full-menu .mega-menu-columns > li:last-child {
    padding-right: 35px;
}
.thb-full-menu .mega-menu-columns > li.full-menu-promotion {
    padding: 20px;
    width: 270px;
    margin-left: 20px;
}
.thb-full-menu .mega-menu-columns > li.full-menu-promotion:first-child {
    margin-left: 0;
}
.thb-full-menu
    .mega-menu-columns
    > li.full-menu-promotion
    + .full-menu-promotion {
    padding-left: 0;
}
.thb-full-menu .mega-menu-columns ul {
    margin: 0;
}
.thb-full-menu .mega-menu-columns ul li {
    padding: 0;
}

.secondary-menu {
    display: none;
    list-style: none;
    margin: 0;
}
@media only screen and (min-width: 1068px) {
    .secondary-menu {
        display: inline-flex;
    }
}
.secondary-menu li {
    display: inline-flex;
    margin: 0;
}

.announcement-section {
    z-index: 201;
}

.thb-global-notification {
    display: block;
    background: var(--color-text);
    color: var(--bg-body);
    text-align: center;
    font-size: 14px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    line-height: 1;
    padding: 10px 0;
    transform: translateY(-100%);
}
.thb-global-notification a,
.thb-global-notification a:hover {
    color: #fff;
}
.thb-global-notification .thb-global-notification-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}
.thb-global-notification .thb-notification-close {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
}
[dir="rtl"] .thb-global-notification .thb-notification-close {
    right: auto;
    left: 0;
}
.thb-global-notification .thb-notification-close svg {
    fill: #fff;
}
.thb-global-notification p {
    margin: 0;
}
.thb-global-notification + .header {
    margin-top: 40px;
}

.mega-menu-promotion {
    width: 100%;
    position: relative;
}
.mega-menu-promotion--image,
.mega-menu-promotion img {
    width: 100%;
    object-fit: contain;
}
.mega-menu-promotion--content {
    position: absolute;
    bottom: 18px;
    left: 18px;
    right: 18px;
    z-index: 10;
}
.mega-menu-promotion--content h6 {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 400;
    padding: 4px 11px;
    text-transform: none;
    letter-spacing: normal;
    margin: 0;
}
.mega-menu-promotion .mega-menu-promotion--link {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    transform: none !important;
    display: block !important;
}
.mega-menu-promotion .mega-menu-promotion--link:before {
    content: none;
}

.search-modal {
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: 201;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    padding: 70px 30px;
    background: var(--bg-body);
    height: 100%;
}
.search-modal[open] {
    opacity: 1;
    visibility: visible;
}
.search-modal[open] .video-lightbox-modal__content {
    display: flex;
}
.search-modal__opener {
    display: none;
}
@media only screen and (min-width: 768px) {
    .search-modal__opener {
        display: inline-flex;
    }
}
.search-modal__button {
    display: none;
}
@media only screen and (min-width: 768px) {
    .search-modal__button {
        display: inline-flex;
    }
}
.search-modal__button svg {
    fill: var(--color-text);
    height: 16px;
    width: auto;
}
.search-modal__button.no-js {
    display: none;
}
.no-js .search-modal__button.no-js {
    display: inline-flex;
}
.search-modal__toggle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
}
.search-modal__toggle svg {
    width: 12px;
    height: 12px;
}
[dir="rtl"] .search-modal__toggle {
    right: auto;
    left: 5px;
}
.search-modal__content {
    max-height: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: var(--bg-body);
    padding: 20px;
}
@media only screen and (min-width: 768px) {
    .search-modal__content {
        padding: 40px;
    }
}
.search-modal .searchpopup-inner {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.search-modal .thb-autocomplete-wrapper {
    min-height: 80px;
    position: relative;
}
.search-modal .thb-autocomplete-wrapper.thb-loading:after,
.search-modal
    .side-panel.cart-loading
    .widget_shopping_cart
    .thb-autocomplete-wrapper.product_list_widget:after,
.side-panel.cart-loading
    .widget_shopping_cart
    .search-modal
    .thb-autocomplete-wrapper.product_list_widget:after {
    bottom: auto;
    top: 50%;
    border-radius: 50%;
    margin-top: -16px;
}
.search-modal .thb-autocomplete-wrapper .query-suggestions {
    margin-top: 15px;
}
.search-modal .thb-autocomplete-wrapper .query-suggestions label {
    text-transform: uppercase;
    margin-right: 10px;
}
.search-modal .thb-autocomplete-wrapper .query-suggestions a mark {
    background: none;
    font-weight: var(--font-body-bold-weight, 600);
}
.search-modal .thb-search-btn {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.search-modal .thb-search-btn .btn {
    margin: 0 auto;
    display: inline-block;
}
.search-modal .row {
    width: 100%;
    margin-top: 30px;
}
@media only screen and (min-width: 1068px) {
    .search-modal .row {
        margin-top: 40px;
    }
}
.search-modal .row .column,
.search-modal .row .columns {
    flex: 0 0 100%;
    max-width: 100%;
}
@media only screen and (min-width: 1068px) {
    .search-modal .row .column,
    .search-modal .row .columns {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.search-modal .thb-close-text {
    font-size: 0.75rem;
    opacity: 0.7;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .search-modal .thb-close-text {
        top: 40px;
    }
}
.search-modal .screen-reader-text {
    display: none;
}
.search-modal .search-field {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 20px;
    background: transparent;
    height: auto;
    line-height: 1;
    font-weight: 400;
    box-sizing: border-box;
    padding: 15px 0;
}
@media only screen and (min-width: 768px) {
    .search-modal .search-field {
        font-size: 40px;
        padding: 20px 0;
    }
}
.search-modal .search-field:-moz-placeholder {
    font-weight: 400;
}
.search-modal .search-field::-moz-placeholder {
    font-weight: 400;
}
.search-modal .search-field:-ms-input-placeholder {
    font-weight: 400;
}
.search-modal .search-field::-webkit-input-placeholder {
    font-weight: 400;
}
.search-modal [type="submit"] {
    display: none;
}

.menu-item-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.625rem;
    font-weight: var(--font-body-bold-weight, 600);
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 10px;
    letter-spacing: 0.03em;
    transform: translateY(-5px);
    text-transform: uppercase;
    background: var(--menu-badge-bg);
    color: var(--menu-badge-text);
}

/*------------------------------------------------------------------
Footer
*/
.footer {
    padding: 30px 0 20px;
    background-color: var(--footer-bg);
    color: var(--footer-text);
}
.footer a {
    color: var(--footer-link);
}
.footer a:hover {
    color: var(--footer-link-hover, --footer-link);
}
.footer select {
    color: var(--footer-text);
    border-color: rgba(var(--footer-text-rgb), 0.45);
}
.footer select:focus {
    color: var(--footer-text);
    border-color: var(--footer-text);
}
.footer select option {
    background: var(--footer-bg);
    color: var(--footer-text);
}
.footer .footer-left-side {
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .footer .footer-left-side {
        text-align: left;
    }
    [dir="rtl"] .footer .footer-left-side {
        text-align: right;
    }
}
.footer .footer-right-side {
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .footer .footer-right-side {
        text-align: right;
    }
    [dir="rtl"] .footer .footer-right-side {
        text-align: left;
    }
}
.footer .shopify-localization-form {
    display: inline-flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .footer .shopify-localization-form {
        margin: 0 40px 0 0;
    }
    [dir="rtl"] .footer .shopify-localization-form {
        margin: 0 0 0 40px;
    }
}
.footer .shopify-localization-form .select {
    margin-bottom: 0;
    max-width: 60%;
}
.footer .shopify-localization-form select {
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    max-width: 190px;
    text-overflow: ellipsis;
}
.footer .shopify-localization-form .select + .select {
    margin-left: 8px;
}
[dir="rtl"] .footer .shopify-localization-form .select + .select {
    margin-left: 0;
    margin-right: 8px;
}
.footer hr {
    border-color: var(--footer-border);
    margin-top: 30px;
}
.footer .paymenttypes {
    display: inline-block;
    margin: 0;
    width: auto;
    height: 20px;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) {
    .footer .paymenttypes {
        margin-left: 10px;
    }
}
.footer .paymenttypes svg {
    height: 20px;
    width: auto;
}
.footer .thb-footer-menu {
    display: inline-flex;
    list-style: none;
    padding: 0;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .footer .thb-footer-menu {
        margin: 10px 0;
        justify-content: flex-start;
    }
}
.footer .thb-footer-menu li {
    display: inline-flex;
    margin: 0 5px;
}
@media only screen and (min-width: 768px) {
    .footer .thb-footer-menu li {
        margin-right: 15px;
        margin-left: 0;
    }
}
@media only screen and (min-width: 1068px) {
    .footer .thb-footer-menu li {
        margin-right: 20px;
    }
}
.footer .thb-footer-menu li a {
    padding: 10px 0;
}
.footer .thb-footer-copyright {
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .footer .thb-footer-copyright p {
        margin-bottom: 0;
    }
}
.footer .thb-footer-copyright a {
    text-decoration: underline;
}
.footer .footer-social-icons {
    line-height: 1;
}
.footer .footer-social-icons .social {
    font-size: 18px;
    display: inline-flex;
    margin: 0 5px;
}
.footer .btn-text .arrow svg {
    fill: var(--footer-link);
}
.footer .widget {
    margin: 20px 0;
    padding: 0;
    border-bottom: 0;
}
.footer .widget img {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .footer .widget--menu {
        margin: 0;
        border-top: 1px solid var(--footer-border);
    }
}
.footer .widget--menu summary::-webkit-details-marker {
    display: none;
}
@media only screen and (max-width: 767px) {
    .footer .widget--menu-column:first-child .widget--menu {
        border-top: 0;
    }
}
.footer .widget--menu[open] .thb-widget-title span:before {
    transform: scale(1, 0);
}
@media only screen and (max-width: 767px) {
    .footer .widget--menu-column + .columns:not(.widget--menu-column) {
        margin-top: 40px;
    }
}
.footer .widget--text .btn-text {
    margin-bottom: 20px;
}
.footer .widget--text .text-size--medium {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.footer .widget--text .text-size--large {
    font-size: 1.5rem;
    line-height: 2rem;
}
.footer .widget--text .rte {
    max-width: 450px;
}
.footer .widget--text .rte.text-size--large {
    max-width: 600px;
}
.footer .widget--text p {
    font-size: inherit;
    line-height: inherit;
}
.footer .widget .social {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.footer .widget .social i {
    font-size: 20px;
}
.footer .thb-widget-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 30px;
}
@media only screen and (min-width: 768px) {
    .footer .thb-widget-menu {
        padding: 0;
    }
}
.footer .thb-widget-menu li {
    margin-bottom: 5px;
}
.footer .thb-widget-menu li:last-child {
    margin-bottom: 0;
}
.footer .thb-widget-menu li.menu-item-has-children a {
    display: inline-flex;
    vertical-align: middle;
}
.footer .thb-widget-menu li.menu-item-has-children:focus-within > .sub-menu {
    display: block;
}
.footer .thb-widget-menu li .thb-arrow {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: middle;
}
.footer .thb-widget-menu li .thb-arrow svg path {
    stroke: var(--footer-link, var(--color-text));
}
.footer .thb-widget-menu li .thb-arrow:focus-visible + .sub-menu {
    display: block;
}
.footer .thb-widget-menu .sub-menu {
    list-style: none;
    margin: 5px 0 0 15px;
    padding: 0;
    display: none;
    overflow: hidden;
}
.footer .thb-widget-menu .sub-menu.active {
    display: block;
}
.footer .thb-widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: var(--font-body-bold-weight, 600);
    width: 100%;
    color: var(--color-footer-heading);
}
.footer .thb-widget-title.collapsible {
    padding: 15px 0;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .footer .thb-widget-title.collapsible {
        margin-bottom: 15px;
        padding: 0;
        pointer-events: none;
    }
    .footer .thb-widget-title.collapsible span {
        display: none;
    }
}
.footer .thb-widget-title span {
    width: 19px;
    height: 19px;
    display: block;
    position: relative;
}
.footer .thb-widget-title span:before,
.footer .thb-widget-title span:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    background: var(--footer-link, var(--color-text));
}
.footer .thb-widget-title span:before {
    width: 1px;
    height: 12px;
    top: 3px;
    left: 8.5px;
    transform: scale(1, 1);
}
.footer .thb-widget-title span:after {
    width: 12px;
    height: 1px;
}

/*------------------------------------------------------------------
Post Syling
*/
.post {
    position: relative;
    width: 100%;
}
.post.type-post {
    margin-bottom: 40px;
}
.post .post-gallery {
    display: block;
    margin-bottom: 30px;
}
.post .post-gallery > a {
    display: block;
    will-change: opacity;
}
.post .post-gallery > a:hover {
    opacity: 0.8;
}
.post .post-gallery > a img {
    width: 100%;
}
.post .post-author,
.post .post-meta {
    display: block;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 0.875rem;
    color: rgba(var(--color-text-rgb), 0.6);
    font-weight: 400;
}
.post .post-author a,
.post .post-meta a {
    color: #a1a1a1;
}
.post .post-author a:hover,
.post .post-meta a:hover {
    color: var(--color-text);
}
.post .post-meta + .post-author {
    margin-left: 12px;
    padding-left: 13px;
    position: relative;
}
.post .post-meta + .post-author:before {
    content: "";
    width: 1px;
    height: 16px;
    background: #e6e6e6;
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0;
}
.post .post-title h4 {
    font-weight: 400;
    margin-bottom: 15px;
    word-break: break-word;
}
.post .post-title h4 a:hover {
    text-decoration: underline;
}
.post .post-content,
.post .post-excerpt {
    word-break: break-word;
}
.post .post-excerpt {
    font-size: 0.875rem;
}
.post.style1 .post-gallery {
    position: relative;
    height: 0;
    padding-bottom: var(--ratio-percent);
}
.post.style1 .post-gallery a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post.style1 .post-gallery a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.post table {
    text-align: left;
}
.post table tr td,
.post table tr th {
    padding: 15px 25px 15px 0;
}
.post table tr th {
    white-space: nowrap;
}
.post table tr:last-child {
    border-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .blog-posts.swipe-on-mobile .row {
        display: grid;
        /* grid-gap: 10px; */
        grid-gap: 20px;
        grid-auto-flow: column;
        /* --fix-- */
        /* grid-auto-columns: minmax(calc(100vw - 45px), 1fr); */
        grid-auto-columns: minmax(calc(50vw - 32px), 2fr);

        overflow-x: auto;
        grid-template-columns: repeat(
            auto-fill,
            /* minmax(calc(100vw - 45px), 1fr) */ minmax(calc(50vw - 32px), 2fr)
        );
        width: calc(100% + 30px);
        padding: 0 15px;
        margin-left: -15px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .blog-posts.swipe-on-mobile .row::-webkit-scrollbar {
        display: none;
    }
    .blog-posts.swipe-on-mobile .row .columns {
        scroll-snap-align: center;
        scroll-snap-stop: always;
        padding: 0;
    }
}

/* Sharing */
.share-article {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 10px 0;
    font-size: 0.875rem;
}
.share-article .thb_share {
    display: flex;
    align-items: center;
    color: var(--color-text);
}
.share-article .thb_share:focus + .icons {
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
}
.share-article svg {
    margin-right: 10px;
}
[dir="rtl"] .share-article svg {
    margin: 0 0 0 10px;
}
.share-article .icons {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 100%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    display: none;
}
@media only screen and (min-width: 768px) {
    .share-article .icons {
        left: 50%;
    }
}
.share-article .icons:focus-within {
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
}
.rtl .share-article .icons {
    left: 0;
    right: -19px;
}
.share-article .icons .inner {
    display: flex;
    padding: 10px;
    background: var(--bg-body);
    position: relative;
    line-height: 1;
}
.share-article .icons .inner:after {
    content: "";
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: var(--bg-body);
    border-width: 6px;
    margin-left: -6px;
}
@media only screen and (min-width: 768px) {
    .share-article .icons .inner:after {
        left: 50%;
    }
}
.share-article .icons .inner:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -4px;
    left: 20%;
    margin-left: -5px;
    z-index: -1;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    transform: rotateZ(45deg);
}
@media only screen and (min-width: 768px) {
    .share-article .icons .inner:before {
        left: 50%;
    }
}
.share-article .icons .social {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    text-align: center;
}

.masonry .item {
    width: 100%;
}

/*------------------------------------------------------------------
Form Styling
*/
form {
    margin: 0;
}
form fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

/* Buttons */
button {
    cursor: pointer;
}

.btn,
.button,
input[type="submit"] {
    font-size: calc(var(--font-button-scale, 1) * 1rem);
    font-weight: 400;
    padding: 8px 20px;
    text-align: center;
    min-height: 42px;
    line-height: 1.3;
    border: 1px solid var(--button-solid-bg);
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--button-solid-text);
    background: var(--button-solid-bg);
    text-shadow: none !important;
    justify-content: center;
    word-break: break-word;
    box-shadow: none;
    appearance: none;
    border-radius: var(--button-border-radius, 0px);
}
.button-uppercase--true .btn,
.button-uppercase--true .button,
.button-uppercase--true input[type="submit"] {
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
    .btn,
    .button,
    input[type="submit"] {
        padding: 10px 26px;
    }
}
.btn i,
.button i,
input[type="submit"] i {
    display: inline-flex;
}
.btn:focus,
.button:focus,
input[type="submit"]:focus {
    color: #fff;
}
@media (hover: hover) {
    .btn:hover,
    .button:hover,
    input[type="submit"]:hover {
        background: var(--button-solid-bg-hover, --button-solid-bg);
        border-color: var(--button-solid-bg-hover, --button-solid-bg);
        color: var(--button-solid-text);
    }
}
.btn.disabled,
.button.disabled,
input[type="submit"].disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}
.btn.full,
.button.full,
input[type="submit"].full {
    width: 100%;
}
.btn.small,
.button.small,
input[type="submit"].small {
    min-height: 36px;
    font-size: 14px;
    padding: 8px 20px;
}
.btn.mini,
.button.mini,
input[type="submit"].mini {
    min-height: 32px;
    font-size: 12px;
    padding: 8px 16px;
}
.btn.large,
.btn.single-add-to-cart-button,
.button.large,
.button.single-add-to-cart-button,
input[type="submit"].large,
input[type="submit"].single-add-to-cart-button {
    padding: 10px 15px;
    min-height: 46px;
}
@media only screen and (min-width: 768px) {
    .btn.large,
    .btn.single-add-to-cart-button,
    .button.large,
    .button.single-add-to-cart-button,
    input[type="submit"].large,
    input[type="submit"].single-add-to-cart-button {
        padding: 10px 36px;
    }
}
.btn.white,
.button.white,
input[type="submit"].white {
    border-color: #fff;
    background: #fff;
    color: var(--color-text);
}
.btn.white:hover,
.button.white:hover,
input[type="submit"].white:hover {
    color: var(--color-text);
    background: #f2f2f2;
    border-color: #f2f2f2;
}
.btn.white:focus,
.button.white:focus,
input[type="submit"].white:focus {
    color: var(--color-text);
}
.btn.border-fill,
.button.border-fill,
input[type="submit"].border-fill {
    background: transparent;
    color: var(--color-text);
    border-color: rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 11px;
    font-weight: var(--font-body-bold-weight, 600);
    letter-spacing: 0.07em;
}
.btn.border-fill span,
.button.border-fill span,
input[type="submit"].border-fill span {
    position: relative;
    z-index: 5;
}
.btn.border-fill:after,
.button.border-fill:after,
input[type="submit"].border-fill:after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 3px;
    position: absolute;
    bottom: -1.5px;
    left: 10px;
    background: var(--color-text);
    transform-origin: bottom center;
    z-index: -1;
}
@media (hover: hover) {
    .btn.border-fill:hover,
    .button.border-fill:hover,
    input[type="submit"].border-fill:hover {
        color: #fff;
        border-color: var(--color-text);
    }
    .btn.border-fill:hover:after,
    .button.border-fill:hover:after,
    input[type="submit"].border-fill:hover:after {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: calc(var(--button-border-radius, 0px) - 1px);
    }
}
.btn.border-fill.white,
.button.border-fill.white,
input[type="submit"].border-fill.white {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}
.btn.border-fill.white:after,
.button.border-fill.white:after,
input[type="submit"].border-fill.white:after {
    background: #fff;
}
@media (hover: hover) {
    .btn.border-fill.white:hover,
    .button.border-fill.white:hover,
    input[type="submit"].border-fill.white:hover {
        color: var(--color-text);
        border-color: #fff;
    }
}
.btn.pill,
.button.pill,
input[type="submit"].pill {
    border-radius: 300px;
}
.btn.alt,
.button.alt,
input[type="submit"].alt {
    background: transparent;
    color: var(--outline-button-color, var(--color-text));
}
@media (hover: hover) {
    .btn.alt:hover,
    .button.alt:hover,
    input[type="submit"].alt:hover {
        color: #fff;
        background: var(--outline-button-color, var(--color-text));
    }
    .btn.alt:hover:focus,
    .button.alt:hover:focus,
    input[type="submit"].alt:hover:focus {
        color: #fff;
    }
}
.btn.alt:focus,
.button.alt:focus,
input[type="submit"].alt:focus {
    color: var(--outline-button-color, var(--color-text));
}
.btn.alt.white,
.button.alt.white,
input[type="submit"].alt.white {
    border-color: #fff;
    background: transparent;
    color: #fff;
}
.btn.alt.white:hover,
.button.alt.white:hover,
input[type="submit"].alt.white:hover {
    border-color: #fff;
    color: var(--outline-button-color);
    background: #fff;
}
.btn.alt.white:hover:focus,
.button.alt.white:hover:focus,
input[type="submit"].alt.white:hover:focus {
    color: var(--outline-button-color);
}
.btn.alt.white:focus,
.button.alt.white:focus,
input[type="submit"].alt.white:focus {
    color: #fff;
}

/* Text Button */
.btn-text {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-text .arrow {
    display: inline-flex;
    margin-left: 13px;
    position: relative;
    overflow: hidden;
    width: 15px;
}
.btn-text .arrow > div {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 32px;
    transform: translateX(-17px);
}
.btn-text .arrow svg {
    width: 15px;
    height: auto;
    fill: var(--color-link);
}
.btn-text .arrow svg + svg {
    margin-left: 2px;
}
.btn-text.white {
    color: #fff;
}
.btn-text.white svg {
    fill: #fff;
}
.btn-text:hover .arrow > div {
    transform: translateX(0);
}

/* Inputs */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    display: inline-flex;
    border: 1px solid rgba(var(--color-text-rgb), 0.55);
    padding: 0 16px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px;
    color: rgba(var(--color-text-rgb), 0.75);
    font-size: 14px;
    background: var(--bg-body);
    max-width: 100%;
    outline: 0;
    border-radius: 0px;
    box-shadow: none;
    appearance: none;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgba(var(--color-text-rgb), 0.55);
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(var(--color-text-rgb), 0.55);
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(var(--color-text-rgb), 0.55);
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(var(--color-text-rgb), 0.55);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    border-color: var(--color-text);
    color: var(--color-text);
}
input[type="text"].full,
.form-row input[type="text"],
input[type="password"].full,
.form-row input[type="password"],
input[type="date"].full,
.form-row input[type="date"],
input[type="datetime"].full,
.form-row input[type="datetime"],
input[type="email"].full,
.form-row input[type="email"],
input[type="number"].full,
.form-row input[type="number"],
input[type="search"].full,
.form-row input[type="search"],
input[type="tel"].full,
.form-row input[type="tel"],
input[type="time"].full,
.form-row input[type="time"],
input[type="url"].full,
.form-row input[type="url"],
textarea.full,
.form-row textarea {
    width: 100%;
}
input[type="text"].large,
input[type="password"].large,
input[type="date"].large,
input[type="datetime"].large,
input[type="email"].large,
input[type="number"].large,
input[type="search"].large,
input[type="tel"].large,
input[type="time"].large,
input[type="url"].large,
textarea.large {
    font-size: 16px;
    height: 60px;
    padding: 0 60px 0 30px;
}
[dir="rtl"] input[type="text"].large,
[dir="rtl"] input[type="password"].large,
[dir="rtl"] input[type="date"].large,
[dir="rtl"] input[type="datetime"].large,
[dir="rtl"] input[type="email"].large,
[dir="rtl"] input[type="number"].large,
[dir="rtl"] input[type="search"].large,
[dir="rtl"] input[type="tel"].large,
[dir="rtl"] input[type="time"].large,
[dir="rtl"] input[type="url"].large,
[dir="rtl"] textarea.large {
    padding: 0 30px 0 60px;
}
input[type="text"].pill,
input[type="password"].pill,
input[type="date"].pill,
input[type="datetime"].pill,
input[type="email"].pill,
input[type="number"].pill,
input[type="search"].pill,
input[type="tel"].pill,
input[type="time"].pill,
input[type="url"].pill,
textarea.pill {
    border-radius: 300px;
}

label {
    display: inline-block;
    font-size: 0.8125rem;
    margin: 0 0 10px;
    text-align: left;
    line-height: 1;
    font-weight: 500;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    color: var(--color-text);
}
[dir="rtl"] label {
    text-align: right;
}

textarea {
    min-height: 108px;
    line-height: 1.7;
    padding: 7px 14px;
}
.contact-form textarea {
    min-height: 200px;
}

.thb-localization-forms {
    display: block;
}

.select {
    position: relative;
    margin-bottom: 20px;
}
.select select {
    margin-bottom: 0;
}
.select:after {
    content: "\e800";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "north";
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 35px;
    pointer-events: none;
    right: 0;
}
[dir="rtl"] .select select {
    padding: 0 15px 0 35px;
}
[dir="rtl"] .select:after {
    right: auto;
    left: 0;
}

select {
    appearance: none;
    border: 1px solid rgba(var(--color-text-rgb), 0.55);
    padding: 0 35px 0 16px;
    height: 42px;
    line-height: 42px;
    color: rgba(var(--color-text-rgb), 0.75);
    font-size: 14px;
    margin-bottom: 20px;
    outline: 0;
    position: relative;
    background: transparent;
}
select:focus {
    border-color: var(--color-text);
    color: var(--color-text);
}

/*------------------------------------------------------------------
WP-Specific
*/
.searchform {
    margin: 0;
}
.searchform fieldset {
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}
.searchform fieldset input {
    margin-bottom: 0;
}
.searchform .search-field {
    width: 100%;
}
.searchform .submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
[dir="rtl"] .searchform .submit {
    right: auto;
    left: 0;
}

/* Tables */
table:not(.shop_table) {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}
table:not(.shop_table) caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
}
table:not(.shop_table) thead {
    background: #f8f8f8;
    color: var(--color-text);
}
table:not(.shop_table) tfoot {
    background: #f1f1f1;
    color: var(--color-text);
}
table:not(.shop_table) thead tr,
table:not(.shop_table) tfoot tr {
    background: transparent;
}
table:not(.shop_table) thead th,
table:not(.shop_table) thead td,
table:not(.shop_table) tfoot th,
table:not(.shop_table) tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left;
}
table:not(.shop_table) tbody th,
table:not(.shop_table) tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}
table:not(.shop_table) tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

/*------------------------------------------------------------------
Side Panels
*/
.side-panel {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 200;
    padding: 0;
    width: 500px;
    max-width: 90vw;
    background: var(--bg-body);
    right: 0;
    will-change: transform;
    visibility: hidden;
}
.side-panel.cart-loading .widget_shopping_cart .product_list_widget {
    position: relative;
}
.side-panel.cart-loading .widget_shopping_cart .product_list_widget li {
    opacity: 0.5;
    pointer-events: none;
}
.side-panel.cart-loading .widget_shopping_cart .product_list_widget:after {
    bottom: auto;
    top: 50%;
    margin-top: -16px;
}
.side-panel header {
    background: #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-text);
    height: 43px;
    padding: 0 15px;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 50;
}
@media only screen and (min-width: 768px) {
    .side-panel header {
        height: 60px;
        padding: 0 30px;
    }
}
.side-panel header h6,
.side-panel header .h6 {
    margin: 0;
}
.side-panel header .thb-close {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -22px;
}
@media only screen and (min-width: 768px) {
    .side-panel header .thb-close {
        right: 30px;
    }
}
[dir="rtl"] .side-panel header .thb-close {
    right: auto;
    left: 15px;
}
@media only screen and (min-width: 768px) {
    [dir="rtl"] .side-panel header .thb-close {
        left: 30px;
    }
}
.side-panel--heading {
    display: none;
}
.side-panel--heading.tab-active {
    display: block;
}
.side-panel .side-panel-content {
    padding: 15px;
    flex: 1;
    max-height: calc(100% - 43px);
}
@media only screen and (min-width: 768px) {
    .side-panel .side-panel-content {
        padding: 30px;
        max-height: calc(100% - 60px);
    }
}
.side-panel .side-panel-footer {
    margin: auto -15px 0 -15px;
    background: var(--bg-body);
    position: sticky;
    bottom: 0;
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.side-panel .side-panel-footer noscript .button {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .side-panel .side-panel-footer {
        margin: auto -30px 0 -30px;
        padding: 20px 30px 0;
    }
}

.product-information-drawer {
    transform: translateX(100%);
}

/* Sidr */
#mobile-menu {
    right: auto;
    left: 0;
    z-index: 600;
    transform: translateX(-100%);
}
#mobile-menu .social {
    font-size: 20px;
    display: inline-flex;
    margin: 0 10px 10px 0;
}
#mobile-menu .side-panel-content {
    overflow-y: auto;
}
#mobile-menu .searchform {
    margin-bottom: 15px;
}
#mobile-menu .searchform .search-field {
    padding-right: 50px;
}
[dir="rtl"] #mobile-menu .searchform .search-field {
    padding-left: 50px;
    padding-right: 16px;
}
#mobile-menu .searchform .submit {
    height: 42px;
    width: 42px;
}
#mobile-menu .searchform .submit svg {
    width: 18px;
}
[dir="rtl"] #mobile-menu .searchform .submit {
    right: auto;
    left: 0;
}
#mobile-menu:target {
    visibility: visible;
    transform: translateX(0%);
}

/* Mobile Toggle */
.mobile-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    transition: none;
    vertical-align: middle;
    position: relative;
}
.mobile-toggle span {
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    background: var(--color-text);
    content: " ";
    left: 0;
}
.mobile-toggle span:nth-child(1) {
    top: 14px;
}
.mobile-toggle span:nth-child(2) {
    top: 20px;
}
.mobile-toggle span:nth-child(3) {
    top: 26px;
}
[dir="rtl"] .mobile-toggle span {
    left: auto;
    right: 0;
}

/* Mobile Menu */
.mobile-menu {
    list-style: none;
    margin: 0 0 20px;
}
.mobile-menu li {
    margin: 0;
}
.mobile-menu li.menu-item-has-children > a {
    position: relative;
    margin-right: 40px;
}
.no-js .mobile-menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
}
.mobile-menu li a {
    display: block;
    padding: 10px 0;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: var(--font-body-medium-weight, 500);
    word-break: break-word;
}
.mobile-menu li a:focus + .sub-menu {
    display: block !important;
}
.mobile-menu li .link-container {
    position: relative;
}
.mobile-menu li .link-container--arrow {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 0.6875rem;
    right: 0;
    top: 0;
    z-index: 99;
    transform-origin: center;
    cursor: pointer;
    color: var(--color-link);
}
.mobile-menu li .link-container--arrow:after {
    display: inline-flex;
    content: "\e800";
    font-family: "north";
    vertical-align: middle;
    font-size: 20px;
}
[dir="rtl"] .mobile-menu li .link-container--arrow {
    right: auto;
    left: 0;
}
.mobile-menu li .link-container--arrow:hover {
    color: var(--color-link-hover);
}
.mobile-menu li.active > a + .link-container--arrow,
.mobile-menu li > a:focus + .link-container--arrow {
    transform: rotateX(180);
}
.mobile-menu li.menu-item-has-children {
    position: relative;
}
.no-js .mobile-menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
}
.mobile-menu li:focus-within > .sub-menu {
    display: block !important;
}
.mobile-menu .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 15px 0 15px 15px;
}
@media only screen and (min-width: 768px) {
    .mobile-menu .sub-menu {
        padding-left: 20px;
    }
}
.mobile-menu .sub-menu li a {
    font-size: 0.875rem;
    font-weight: 400;
}
.mobile-menu.mobile-secondary-menu {
    border-top: var(--color-border);
    list-style: none;
    padding: 20px 0 0;
    margin: 0 0 20px;
}
.mobile-menu.mobile-secondary-menu li {
    margin: 0;
}
.mobile-menu.mobile-secondary-menu li .sub-menu {
    padding: 10px 0 10px 15px;
}
.mobile-menu.mobile-secondary-menu li .link-container {
    display: inline-flex;
    padding-right: 20px;
}
.mobile-menu.mobile-secondary-menu li .link-container span {
    width: 20px;
}
.mobile-menu.mobile-secondary-menu a {
    display: block;
    font-size: 0.875rem;
    line-height: 1;
    padding: 7px 0;
    font-weight: 400;
    opacity: 0.8;
}

.thb-mobile-menu-switchers form {
    display: flex;
    margin-top: auto;
    flex-wrap: wrap;
}
.thb-mobile-menu-switchers form > div {
    border-top: 1px solid var(--color-border);
    width: 100%;
    max-width: 50%;
}
.thb-mobile-menu-switchers form > div + div {
    border-left: 1px solid var(--color-border);
}
.thb-mobile-menu-switchers form .select {
    margin-bottom: 0;
}
.thb-mobile-menu-switchers form select {
    border: 0;
    margin: 0;
}
.thb-mobile-menu-switchers form noscript {
    margin: 0;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    border-top: 1px solid var(--color-border);
}

/* Side Cart */
#Cart-Drawer {
    overflow: hidden;
    transform: translateX(100%);
}
#Cart-Drawer:target {
    visibility: visible;
    transform: translateX(0%);
}
#Cart-Drawer .side-panel-content {
    position: relative;
    display: flex;
}
#Cart-Drawer .side-panel-content .widget_shopping_cart {
    flex: 1;
    margin-bottom: 0;
    height: 100%;
}
#Cart-Drawer
    .side-panel-content
    .widget_shopping_cart
    .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
}
#Cart-Drawer
    .side-panel-content
    .widget_shopping_cart
    .widget_shopping_cart_content
    .mini-cart {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    max-height: 100%;
    width: calc(100% + 20px);
    padding-right: 20px;
}
[dir="rtl"]
    #Cart-Drawer
    .side-panel-content
    .widget_shopping_cart
    .widget_shopping_cart_content
    .mini-cart {
    padding-right: 0;
    padding-left: 20px;
}
#Cart-Drawer .side-panel-content .mini-cart__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    border-top: 1px solid var(--color-border);
    font-weight: var(--font-body-medium-weight, 500);
    color: var(--color-text);
    margin: 0;
}
#Cart-Drawer .side-panel-content .mini-cart__row .amount {
    font-size: 20px;
}
#Cart-Drawer .side-panel-content .mini-cart__row span {
    color: var(--color-price, --color-text);
}
#Cart-Drawer .side-panel-content .mini-cart__terms {
    text-align: left;
    justify-content: flex-start;
}
#Cart-Drawer .side-panel-content .mini-cart__terms label {
    margin-bottom: 0;
    margin-left: 10px;
}
#Cart-Drawer .side-panel-content .mini-cart__terms label a {
    text-decoration: underline;
}
#Cart-Drawer .side-panel-content .mini-cart__notes {
    overflow: hidden;
}
#Cart-Drawer .side-panel-content .mini-cart__notes_toggle {
    display: flex;
    align-items: center;
    height: 45px;
    border-top: 1px solid var(--color-border);
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
    width: 100%;
    color: var(--color-text);
}
[dir="rtl"] #Cart-Drawer .side-panel-content .mini-cart__notes_toggle {
    padding-right: 0;
    padding-left: 40px;
}
#Cart-Drawer .side-panel-content .mini-cart__notes_toggle:after {
    content: "\e800";
    font-family: "north";
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
[dir="rtl"] #Cart-Drawer .side-panel-content .mini-cart__notes_toggle:after {
    right: auto;
    left: 0;
}
#Cart-Drawer .side-panel-content .mini-cart__notes_toggle.active:after {
    transform: rotateX(180deg);
}
#Cart-Drawer
    .side-panel-content
    .mini-cart__notes_toggle.active
    + .mini-cart__notes_content {
    display: block;
    height: auto;
    max-height: 200px;
}
#Cart-Drawer .side-panel-content .mini-cart__notes_content {
    display: flex;
    flex-direction: column;
    max-height: 0;
}
#Cart-Drawer .side-panel-content .mini-cart__notes_content textarea {
    margin-bottom: 0px;
}
#Cart-Drawer .side-panel-content .mini-cart__notes_content textarea,
#Cart-Drawer .side-panel-content .mini-cart__notes_content button {
    width: 100%;
}
#Cart-Drawer .side-panel-content .mini-cart__notes_content button {
    margin: 10px 0 20px;
}
#Cart-Drawer .side-panel-content .mini-cart__notes_content:focus-within {
    display: block;
    height: auto;
    max-height: 200px;
}
#Cart-Drawer .side-panel-content .mini-cart__buttons {
    padding: 15px 0 0 0;
    border-top: 1px solid var(--color-border);
    width: 100%;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) {
    #Cart-Drawer .side-panel-content .mini-cart__buttons {
        padding: 30px 0 0 0;
    }
}
@media only screen and (min-width: 768px) {
    #Cart-Drawer .side-panel-content .mini-cart__buttons {
        grid-gap: 15px;
    }
}
#Cart-Drawer .side-panel-content .mini-cart__buttons .button {
    padding: 0 5px;
}

/* Side Filters */
#side-filters {
    right: auto;
    left: 0;
    overflow-y: auto;
    transform: translateX(-100%);
}
#side-filters:target {
    visibility: visible;
    transform: translateX(0%);
}
#side-filters .facets__form {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
#side-filters .side-panel-footer {
    padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    #side-filters .side-panel-footer {
        padding-bottom: 20px;
    }
}

#Quick-Drawer {
    transform: translateX(100%);
    overflow-y: auto;
    overflow-x: hidden;
}
#Quick-Drawer:target {
    visibility: visible;
    transform: translateX(0%);
}
#Quick-Drawer .row {
    padding: 0;
    width: auto;
    margin: 0 -10px;
}
#Quick-Drawer .row .columns {
    padding: 0 10px;
}
#Quick-Drawer .side-panel-content {
    padding: 0;
}
#Quick-Drawer .side-panel-content .product_container {
    flex: 1;
    padding: 15px;
}
@media only screen and (min-width: 768px) {
    #Quick-Drawer .side-panel-content .product_container {
        padding: 30px;
    }
}
#Quick-Drawer
    .side-panel-content
    .product_container
    .products
    .product
    .product_thumbnail {
    margin-bottom: 14px;
}

.quick-shop {
    display: none;
    mix-blend-mode: difference;
    color: #fff;
    font-weight: var(--font-body-medium-weight, 500);
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100;
    transform-origin: center center;
    -webkit-transform: translateY(-50%) rotateZ(90deg);
    -moz-transform: translateY(-50%) rotateZ(90deg);
    -ms-transform: translateY(-50%) rotateZ(90deg);
    -o-transform: translateY(-50%) rotateZ(90deg);
    transform: translateY(-50%) rotateZ(90deg);
}
@media only screen and (min-width: 768px) {
    .quick-shop {
        display: block;
        right: -15px;
    }
}
.quick-shop:hover {
    color: #fff;
}

/*------------------------------------------------------------------
Shop
*/
/* Page Title */
.thb-page-title {
    margin: 0 0 30px;
}
.thb-page-title p {
    margin-top: 10px;
    margin-bottom: 0;
}
.thb-page-title .searchform {
    width: 100%;
    max-width: 540px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.thb-page-title.standard-page-title {
    text-align: center;
    margin: 0 0 50px;
}

.thb-shop-title {
    margin: 0;
}
@media only screen and (min-width: 1068px) {
    .thb-shop-title {
        font-size: 34px;
    }
}

/* Breadcrumbs */
.north-breadcrumb {
    font-size: 0.8125rem;
    color: rgba(var(--color-text-rgb), 0.75);
    font-weight: 400;
    padding: 15px 0;
}
@media only screen and (min-width: 1068px) {
    .north-breadcrumb {
        padding: 22px 0;
    }
}
.north-breadcrumb i {
    font-style: normal;
    display: inline-flex;
    margin: 0 3px;
}

/* Badges */
.badge {
    display: block;
    font-size: 0.6875rem;
    color: #fff;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
}
.badge.onsale {
    background: #647694;
}
.badge.onsale.perc {
    font-weight: 400;
    font-size: 11px;
}
.badge.out-of-stock {
    background: #8e8e8e;
}
.badge.pre-order {
    background: var(--color-badge-preorder, #666666);
}

.color-price {
    color: var(--color-price, --color-text);
}

.price {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--color-price, --color-text);
}
.price > span {
    display: inline-flex;
    vertical-align: middle;
}
.price del .amount {
    color: var(--color-price, --color-text);
    opacity: 0.7;
}
.price del + ins {
    margin-left: 10px;
}
.price > .amount,
.price ins {
    color: var(--color-price, --color-text);
    text-decoration: none;
}
.price .amount.discounted {
    color: var(--color-price-discounted, #ee3b45);
}
.price .unit-price {
    font-size: 0.75rem;
    opacity: 0.55;
}
.price .unit-price:before {
    content: "( ";
}
.price .unit-price:after {
    content: " )";
}
.price .unit-price.hidden {
    display: none;
}

.stock {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.properties {
    font-size: 13px;
    color: var(--color-text);
    margin-bottom: 10px;
    margin-top: 5px;
}
.properties:last-child {
    margin-bottom: 0;
}

.quantity {
    display: inline-flex;
    position: relative;
}
.quantity.hidden {
    display: none;
}
.quantity .screen-reader-text {
    display: none;
}
.quantity .qty {
    display: inline-flex;
    padding: 0;
    width: 51px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid var(--color-text);
    justify-content: center;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text);
    margin: 0;
    border-radius: var(--button-border-radius, 0px);
}
.quantity.buttons_added {
    padding-right: 22px;
}
.quantity.buttons_added .qty {
    appearance: none;
    -moz-appearance: textfield;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.quantity.buttons_added .qty::-webkit-inner-spin-button,
.quantity.buttons_added .qty::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    display: flex;
}
.quantity span:hover {
    cursor: pointer;
}
.quantity .minus,
.quantity .plus {
    display: none;
    padding: 0;
    margin: 0;
    border: 1px solid var(--color-text);
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 24px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    text-shadow: none;
    background: transparent;
    color: var(--color-text);
    border-radius: 0;
    user-select: none;
}
.quantity .plus {
    top: 0;
    right: 0;
    height: 23px;
    line-height: 23px;
    border-top-right-radius: var(--button-border-radius, 0px);
}
.quantity .minus {
    top: 22px;
    right: 0;
    border-bottom-right-radius: var(--button-border-radius, 0px);
}

.required {
    opacity: 0.4;
    border: 0;
}

/* Notices */
.form-notification {
    background: #ecfcf2;
    border: none;
    width: 100%;
    min-height: 38px;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 14px 24px;
    color: #02b249;
    font-size: 14px;
    margin-bottom: 20px;
}
.form-notification a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.form-notification[hidden] {
    display: none;
}
.form-notification.error {
    background: #ffe9e9;
    color: #f34040;
}
.form-notification.error a {
    color: #f34040;
}
.form-notification ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.form-notification ul li {
    margin-bottom: 5px;
}
.form-notification ul li:last-child {
    margin-bottom: 0;
}

/* Ratings */
/* old */
.star-rating {
    display: inline-block;
    position: relative;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.2em;
    font-family: "north";
    color: var(--color-stars, var(--color-text));
    margin-bottom: 20px;
}
.star-rating:before {
    font-family: "north";
    content: "\e802 \e802 \e802 \e802 \e802";
}
.star-rating > span {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
}
.star-rating > span:before {
    content: "\e803 \e803 \e803 \e803 \e803";
}
.star-rating > span strong {
    display: none;
}
.star-rating + .rating-count {
    margin-left: 5px;
    margin-bottom: 0;
    display: inline-block;
    font-size: 0.875rem;
    color: rgba(var(--color-text-rgb), 0.75);
}

.shop_bar {
    margin: 30px 0;
    font-size: 14px;
    line-height: 1;
}
.shop_bar .north-breadcrumb,
.shop_bar .north-ordering,
.shop_bar .north-result-count {
    margin: 0;
    display: inline-flex;
    line-height: 1;
}
@media only screen and (max-width: 1068px) {
    .shop_bar .north-breadcrumb {
        display: none;
    }
}
.shop_bar #thb-shop-filters + .north-breadcrumb {
    margin-left: 30px;
}
.shop_bar .north-ordering {
    flex-wrap: wrap;
}
.shop_bar .north-ordering .select {
    margin-bottom: 0;
}
.shop_bar .north-ordering .select select {
    width: auto;
}
.shop_bar .north-ordering noscript {
    width: 100%;
    padding-left: 16px;
}
.shop_bar .north-ordering noscript .button {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .shop_bar .north-ordering noscript {
        width: auto;
    }
}
.shop_bar .row {
    align-items: flex-start;
}
@media only screen and (min-width: 768px) {
    .shop_bar .row {
        align-items: center;
    }
}
.shop_bar .category_bar,
.shop_bar .ordering {
    display: flex;
    align-items: center;
}
.shop_bar .ordering {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
@media only screen and (min-width: 768px) {
    .shop_bar .ordering {
        flex-direction: row;
        align-items: center;
    }
}
.shop_bar .ordering .select:after {
    justify-content: flex-end;
}
.shop_bar .ordering .orderby {
    border: 0;
    font-weight: var(--font-body-medium-weight, 500);
    color: var(--color-text);
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
}
.shop_bar .facets-toggle {
    display: inline-flex;
    cursor: pointer;
    font-size: 15px;
    align-items: center;
    line-height: 1.5;
}
.shop_bar .facets-toggle svg {
    width: 18px;
    height: auto;
    margin-right: 10px;
}
[dir="rtl"] .shop_bar .facets-toggle svg {
    margin: 0 0 0 10px;
}
.shop_bar .facets-toggle sup {
    margin-left: 3px;
}

.products {
    /* Product */
}
.products.row {
    margin: 0 -5px;
}
.products.row .product {
    padding: 0 5px;
}

.products.row product-card .product-vendor {
    font-size: 17px;
}
.products.row product-card h3 {
    font-size: 25px;
}

.products.row product-card .price {
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .products.row {
        margin: 0 -15px;
    }
    .products.row .product {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 768px) {
    .products.row product-card .product-vendor {
        font-size: 15px;
    }
    .products.row product-card h3 {
        font-size: 20px;
    }

    .products.row product-card .price {
        font-size: 18px;
    }
}
.products .product {
    display: flex;
    margin-bottom: 40px;
    text-align: center;
    flex-direction: column;
    position: relative;
}
.products
    .product:hover
    .product_after_title.quick_add_active
    .product_after_shop_loop_price {
    transform: translateY(-100%);
}
.products
    .product:hover
    .product_after_title.quick_add_active
    .product_after_shop_loop_buttons {
    top: 0;
}
.products .product:hover .product-card--add-to-cart-button {
    opacity: 1;
}
.products .product.thb-loading .product_thumbnail,
.products
    .side-panel.cart-loading
    .widget_shopping_cart
    .product.product_list_widget
    .product_thumbnail,
.side-panel.cart-loading
    .widget_shopping_cart
    .products
    .product.product_list_widget
    .product_thumbnail {
    opacity: 0.5;
}
.products .product.will-animate {
    opacity: 0;
    transform: translateY(30px);
}
.products .product .product_thumbnail {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
    padding-bottom: var(--ratio-percent);
}
.products .product .product_thumbnail img {
    width: 100%;
}
.products .product .product_thumbnail a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.products .product .product_thumbnail .thb-placeholder {
    height: 100%;
}
.products .product .product_thumbnail.thb_hover {
    position: relative;
}
.products .product .product_thumbnail.thb_hover .product_thumbnail_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* background: #f0f0f0; */
    background-position: center;
}
.products .product .product_thumbnail.thb_hover .product_thumbnail_hover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products .product .product_thumbnail.thb_hover a > img {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.products .product .product_thumbnail.thb_hover:hover a > img {
    transform: scale(1.1);
}
.products .product .product_thumbnail.thb_hover:hover .product_thumbnail_hover {
    opacity: 1;
}
.products .product-card--add-to-cart-button {
    position: absolute;
    z-index: 20;
    bottom: 24px;
    left: 50%;
    max-width: calc(100% - 20px);
    transform: translateX(-50%);
    text-align: center;
    border-radius: 16px;
    opacity: 0;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.products .product .product-vendor {
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: rgba(var(--color-text-rgb), 0.6);
    letter-spacing: 0.1em;
    line-height: 1.1;
    margin-bottom: 10px;
    word-break: break-word;
}
.products .product h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 1.5;
    word-break: break-word;
}
.products .product .star-rating {
    margin-bottom: 0;
}
.products .product .product_after_title {
    position: relative;
    overflow: hidden;
}
.products .product .product_after_title .price {
    line-height: 25px;
}
.products .product .product_after_title .product_after_shop_loop_buttons {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: var(--color-text);
    line-height: 1;
}
.products .product .product_after_title .add_to_cart_button {
    cursor: pointer;
    display: inline-flex;
    border: 0;
    position: relative;
    padding: 0;
    background: none;
    height: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-transform: none;
    padding: 0;
    min-height: auto;
}
.products .product .product_after_title .add_to_cart_button:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: var(--color-link);
}
.products .product .product_after_title .add_to_cart_button:hover:after {
    background: var(--color-link-hover);
}
.products .product.thb-listing-style2 {
    text-align: left;
}
.products .product.thb-listing-style2 .product_after_title .price {
    font-size: 14px;
    font-weight: 400;
}
.products .product.thb-listing-style2 h3 {
    display: block;
    text-transform: none;
    font-weight: 400;
    position: relative;
    padding-right: 30px;
}
.products .product--badges {
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.products .product--badges.bottom {
    bottom: 10px;
}
.products .product--badges.left {
    left: 10px;
}
.products .product--badges.top {
    top: 10px;
}
.products .product--badges.right {
    right: 10px;
}
.products.doublepixel-padding {
    margin: 2px -1px 0;
}
.products.doublepixel-padding > .columns {
    padding: 0 1px;
    margin-bottom: 2px;
}
.products.low-padding.row {
    margin: 10px -5px 0;
}
.products.low-padding.row .columns {
    padding: 0 5px;
    margin-bottom: 10px;
}
.products.row.no-padding,
.row .products.row.max_width.no-padding {
    margin: 0;
}
.products.row.no-padding .columns {
    padding: 0;
    margin-bottom: 0;
}

.product-category {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
.product-category mark {
    background: transparent;
}
.product-category .product-category-image {
    position: relative;
    z-index: 5;
    height: 0;
    padding-bottom: 100%;
}
.product-category .product-category-image img,
.product-category .product-category-image .thb-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.media-aspect-adapt .product-category .product-category-image {
    height: auto;
    padding-bottom: 0;
}
.media-aspect-adapt .product-category .product-category-image img,
.media-aspect-adapt .product-category .product-category-image .thb-placeholder {
    position: static;
}
.media-aspect-portrait .product-category .product-category-image {
    padding-bottom: 125%;
}
.product-category .thb-category-link {
    display: block;
    position: relative;
    padding-bottom: 60px;
}
.product-category .thb-category-link img {
    width: 100%;
}
.product-category h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    min-height: 60px;
    padding: 5px 15px;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: 1.3;
    border-top: 2px solid var(--bg-body);
    background: var(--bg-body--darken, #f4f4f4);
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    word-break: break-word;
}
.product-category:hover h2 {
    min-height: 80px;
}

/*------------------------------------------------------------------
Shortcodes
*/
/* Animation */
.js .animation {
    will-change: opacity, transform;
    opacity: 0;
}
.js .animation.bottom-to-top {
    transform: translateY(30px);
}
.js .animation.top-to-bottom {
    transform: translateY(-30px);
}
.js .animation.left-to-right {
    transform: translateX(-30px);
}
.js .animation.right-to-left {
    transform: translateX(30px);
}
.js .animation.left-to-right-long {
    transform: translateX(-100%);
}
.js .animation.right-to-left-long {
    transform: translateX(100%);
}
.js .animation.scale {
    transform: scale(0.8);
}

/* thb_subscribe */
.thb_subscribe {
    max-width: 420px;
    width: 100%;
    display: inline-block;
}
.thb_subscribe fieldset {
    position: relative;
}
.thb_subscribe .newsletter-form {
    position: relative;
}
.thb_subscribe .newsletter-form.thb-loading,
.thb_subscribe
    .side-panel.cart-loading
    .widget_shopping_cart
    .newsletter-form.product_list_widget,
.side-panel.cart-loading
    .widget_shopping_cart
    .thb_subscribe
    .newsletter-form.product_list_widget {
    pointer-events: none;
}
.thb_subscribe .newsletter-form.thb-loading input,
.thb_subscribe
    .side-panel.cart-loading
    .widget_shopping_cart
    .newsletter-form.product_list_widget
    input,
.side-panel.cart-loading
    .widget_shopping_cart
    .thb_subscribe
    .newsletter-form.product_list_widget
    input,
.thb_subscribe .newsletter-form.thb-loading .btn,
.thb_subscribe
    .side-panel.cart-loading
    .widget_shopping_cart
    .newsletter-form.product_list_widget
    .btn,
.side-panel.cart-loading
    .widget_shopping_cart
    .thb_subscribe
    .newsletter-form.product_list_widget
    .btn {
    opacity: 0.3;
}
.thb_subscribe .newsletter-form.thb-loading .thb-preloader,
.thb_subscribe
    .side-panel.cart-loading
    .widget_shopping_cart
    .newsletter-form.product_list_widget
    .thb-preloader,
.side-panel.cart-loading
    .widget_shopping_cart
    .thb_subscribe
    .newsletter-form.product_list_widget
    .thb-preloader {
    opacity: 1;
}
.thb_subscribe .newsletter-form.thb-loading:after,
.thb_subscribe
    .side-panel.cart-loading
    .widget_shopping_cart
    .newsletter-form.product_list_widget:after,
.side-panel.cart-loading
    .widget_shopping_cart
    .thb_subscribe
    .newsletter-form.product_list_widget:after {
    background-color: transparent;
    bottom: auto;
    top: 50%;
    margin-top: -16px;
}
.thb_subscribe .newsletter-form .widget_subscribe_btn {
    cursor: pointer;
}
[dir="rtl"] .thb_subscribe .newsletter-form .widget_subscribe_btn svg {
    transform: rotateZ(180deg);
}
.thb_subscribe.thb_password_page_subscribe .widget_subscribe {
    border: 1px solid rgba(var(--color-text-rgb), 0.2);
    border-radius: 5px;
    width: 100%;
    padding-right: 130px;
    margin: 0;
    height: 52px;
    line-height: 52px;
}
.thb_subscribe.thb_password_page_subscribe .newsletter-form {
    background: transparent;
    margin-top: 45px;
}
.thb_subscribe.thb_password_page_subscribe
    .newsletter-form
    .widget_subscribe_btn {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 12px;
    font-weight: var(--font-body-bold-weight, 600);
    height: calc(100% - 8px);
    border-radius: 3px;
    border: 0;
    color: var(--button-solid-text);
    background: var(--button-solid-bg);
}
.thb_subscribe.thb_subscribe_shortcode .widget_subscribe {
    margin: 0;
    width: 100%;
    padding-right: 50px;
}
[dir="rtl"] .thb_subscribe.thb_subscribe_shortcode .widget_subscribe {
    padding-left: 50px;
    padding-right: 30px;
}
.thb_subscribe.thb_subscribe_shortcode .widget_subscribe_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    background: transparent;
    width: 50px;
}
[dir="rtl"] .thb_subscribe.thb_subscribe_shortcode .widget_subscribe_btn {
    right: auto;
    left: 0;
}
.thb_subscribe--terms {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}
.thb_subscribe--terms input {
    width: auto;
    margin-right: 8px;
}
.thb_subscribe--terms label {
    margin-bottom: 0;
}

/* image with text overlay */
.north-hero {
    display: flex;
    position: relative;
}
.north-hero.content-middle {
    align-items: center;
}
.north-hero.content-bottom {
    align-items: flex-end;
}
.north-hero.full_height {
    height: 100vh;
}
.north-hero .north-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}
.north-hero .placeholder_svg_tag {
    background: #737373;
    fill: rgba(255, 255, 255, 0.3);
}
.north-hero .placeholder_svg_tag svg {
    height: 100%;
    width: 100%;
}
.north-hero .row {
    width: 100%;
    position: relative;
    z-index: 10;
}
.north-hero .row .columns *:last-child {
    margin-bottom: 0;
}
.north-hero .thb-parallax-image {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: none;
}
.north-hero.thb-parallax {
    overflow: hidden;
}
.north-hero.thb-parallax .thb-parallax-image {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 116%;
    z-index: 0;
    transition: none;
}
.north-hero .north-hero-image-block,
.north-hero .btn {
    margin-bottom: 30px;
}
@media only screen and (min-width: 1068px) {
    .north-hero p {
        font-size: 1.125rem;
    }
}
.north-hero .north-hero-image--mobile {
    display: block;
}
@media only screen and (min-width: 768px) {
    .north-hero .north-hero-image--mobile {
        display: none;
    }
}
.north-hero .north-hero-image--desktop {
    display: none;
}
@media only screen and (min-width: 768px) {
    .north-hero .north-hero-image--desktop {
        display: block;
    }
}

/* Stores */
.section-stores .store {
    margin-bottom: 35px;
    border-bottom: 1px solid #ececec;
}
.section-stores .store h4 {
    word-break: break-word;
}
.section-stores .store p:last-of-type {
    margin-bottom: 30px;
}
.section-stores .store:last-of-type {
    border-bottom: 0;
    margin-bottom: 0px;
}
.section-stores .store .btn {
    margin-bottom: 30px;
}

/* Rich Text */
.rich-text {
    max-width: 620px;
    margin: 0 auto;
}
.rich-text h6 {
    font-size: 16px;
    font-weight: var(--font-body-bold-weight, 600);
    letter-spacing: 0.2em;
    color: var(--color-text);
    margin-bottom: 30px;
}
.rich-text img,
.rich-text .thb-placeholder {
    margin-bottom: 30px;
}
.rich-text .thb-placeholder {
    width: 120px;
    height: 120px;
    padding: 0;
}
.rich-text .rich-text-inner {
    padding: 0 10%;
}
.rich-text.text-position-left {
    margin-left: 0;
}
.rich-text.text-position-right {
    margin-right: 0;
}
.rich-text.text-width-small {
    max-width: 400px;
}
.rich-text.text-width-large {
    max-width: 800px;
}

/* Logo List */
.section-clients .placeholder_svg_tag {
    background: #f2f2f2;
}

.section-clients .row {
    align-items: center;
    line-height: 0;
}

.section-clients .thb-client {
    margin-bottom: 10px;
}

/* Cookie Bar */
.thb-cookie {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #000;
    padding: 15px;
    z-index: 40;
    width: 100%;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    color: #fff;
    transform: translateY(100%);
}
@media only screen and (min-width: 768px) {
    .thb-cookie {
        padding: 15px 25px;
        flex-direction: row;
        justify-content: center;
    }
}
.thb-cookie p {
    font-size: 12px;
    line-height: 1.2;
}
@media only screen and (min-width: 768px) {
    .thb-cookie p {
        line-height: 1;
        margin: 0;
    }
}
.thb-cookie .button-accept {
    font-size: 12px;
    margin: 0;
    font-weight: var(--font-body-bold-weight, 600);
    text-decoration: underline;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .thb-cookie .button-accept {
        margin: 0 0 0 20px;
    }
}
.thb-cookie .thb-cookie-text a {
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
}

/*------------------------------------------------------------------
Shopify Specific
*/
.shopify-contact-text-column p {
    font-size: 14px;
}

.shopify-contact-text-column .contact-form-block {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .shopify-contact-text-column + .shopify-contact-form-column {
        padding-left: 15%;
    }
}

.standard-page-template {
    margin-bottom: 60px;
}

.form-row.align-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lost-password-form {
    display: none;
}

.shopify-challenge__container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.email-signup-section p {
    margin-bottom: 50px;
}

.email-signup-section .email-signup-inner {
    max-width: 650px;
    margin: 0 auto;
}

.email-signup-section .form-notification {
    text-align: center;
    max-width: 420px;
    margin: 30px auto 0;
}

.standard-page-template .post-title {
    text-align: center;
}

h2.title-style1 {
    margin-bottom: 10px;
}

h2.title-style2 {
    font-size: 16px;
    font-weight: var(--font-body-bold-weight, 600);
    letter-spacing: 0.2em;
    color: #151515;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.main-list-collections .pagination {
    margin-top: 30px;
}

/*------------------------------------------------------------------
Variables
*/
/*------------------------------------------------------------------
Re-usable Styles
*/
.flickity-page-dots .dot,
.flickity-page-dots .dot:after,
.flickity-nav,
.flickity-nav svg,
.thb-testimonials.testimonial-style3 .flickity-custom-dots .portrait_bullet {
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/*------------------------------------------------------------------
  Flickity
  */
/*------------------------------------------------------------------
  Compass Mixins
  */
/*------------------------------------------------------------------
  Variables
  */
/*------------------------------------------------------------------
  Utilities
  */
.flickity-page-dots .dot,
.flickity-page-dots .dot:after,
.flickity-nav,
.flickity-nav svg,
.thb-testimonials.testimonial-style3 .flickity-custom-dots .portrait_bullet {
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/*! Flickity v2.3.0
  https://flickity.metafizzy.co
  ---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    min-width: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: transform;
}

/* draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1;
}

.flickity-enabled.is-fade .flickity-slider .carousel__slide {
    will-change: opacity, z-index;
}

.flickity-enabled.is-fade.main-slideshow.transition--zoom .slideshow__slide {
    will-change: z-index;
}
.flickity-enabled.is-fade.main-slideshow.transition--zoom .slideshow__slide-bg,
.flickity-enabled.is-fade.main-slideshow.transition--zoom
    .slideshow__slide-video-bg {
    transform: scale(1.1);
}

/* Buttons */
.static-dots .flickity-page-dots {
    position: static;
}

.flickity-page-dots {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    line-height: 0;
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    border: 0;
    padding: 0;
    z-index: 20;
}
.flickity-page-dots .dot {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 7px;
    margin: 0 3px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 0 1px transparent;
}
.flickity-page-dots .dot.is-selected {
    box-shadow: 0 0 0 1px var(--color-text);
}
.flickity-page-dots .dot.is-selected:after {
    opacity: 1;
}
.flickity-page-dots .dot:after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    background: var(--color-text);
    opacity: 0.15;
    position: absolute;
    left: 3px;
    top: 3px;
}
@media (hover: hover) {
    .flickity-page-dots .dot:hover:after {
        opacity: 1;
    }
}
.flickity-page-dots.dot-style--logos {
    display: inline-flex;
    align-items: center;
    overflow: scroll;
    scrollbar-width: none;
}
.flickity-page-dots.dot-style--logos::-webkit-scrollbar {
    display: none;
}
.flickity-page-dots.dot-style--logos .dot {
    width: auto;
    height: 100px;
    background: none;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}
.flickity-page-dots.dot-style--logos .dot img {
    object-fit: contain;
    max-height: 100%;
    width: auto;
}

.flickity-nav {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 40px;
    margin-top: -20px;
    z-index: 30;
    opacity: 0;
    cursor: pointer;
}
.flickity-nav svg {
    pointer-events: none;
}
.flickity-nav .border {
    display: none;
}
@media only screen and (min-width: 768px) {
    .flickity-enabled .flickity-nav {
        display: flex;
    }
}
.flickity-nav.flickity-prev {
    left: 10px;
    transform: translate(-100%);
}
@media only screen and (min-width: 1068px) {
    .flickity-nav.flickity-prev {
        left: 20px;
    }
}
.flickity-nav.flickity-next {
    right: 10px;
    transform: translate(100%);
}
@media only screen and (min-width: 1068px) {
    .flickity-nav.flickity-next {
        right: 20px;
    }
}
.flickity-nav:focus-visible {
    opacity: 1;
}

.flickity-enabled:hover .flickity-nav {
    opacity: 1;
    transform: translate(0%);
}

/*********** Rock Override code  *********/
.button,
.btn {
    font-weight: 600;
}

.flickity-page-dots .dot {
    padding-left: 0;
}

.portrait_bullet img {
    max-width: 138px;
}
.btn.yellow,
.button.yellow,
input[type="submit"].yellow {
    border-color: var(--color-yellow);
    background: var(--color-yellow);
    color: var(--color-text);
}

announcement-bar * {
    font-weight: 450;
}

.main-slideshow .flickity-page-dots {
    bottom: 48px;
}

/* testimonials  */
.thb-testimonials--container {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .thb-testimonials--container.section-spacing {
        padding: 180px 0;
    }
}

.thb-testimonials--left-bg {
    position: absolute;
    width: 200px;
    left: 0;
    bottom: 0;
}

.thb-testimonials--right-bg {
    position: absolute;
    width: 200px;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 768px) {
    .thb-testimonials--left-bg,
    .thb-testimonials--right-bg {
        display: none;
    }
}

/* slider with banner  */
.slider-with-banner {
    overflow: hidden;
    max-width: 100vw;
}
.slider-with-banner .row {
    max-width: 100vw;
    padding: 0;
}
@media only screen and (max-width: 768px) {
    .slider-with-banner .row {
        flex-direction: column;
    }
}
.slider-with-banner .slider_list {
    padding-left: 10px;
}

.slider-with-banner .flickity-nav.flickity-prev {
    left: 40px;
}
.slider-with-banner .thb-banner {
    padding: 0;
    padding: 40px 40px 120px;
}

.slider-with-banner p {
    text-align: left;
}

.slider-with-banner .flickity-viewport {
    overflow-y: visible !important;
}
@media only screen and (min-width: 768px) {
    .slider-with-banner .thb-banner {
        max-width: 478px;
        width: 40%;
    }
}

.slider-with-banner .thb-banner img {
    width: 100%;
    max-width: 260px;
    margin-bottom: 40px;
}

.slider-with-banner .thb-banner h2 {
    line-height: 105%;
    font-size: 48px;
}
.slider-with-banner .content_header {
    aspect-ratio: 1/1;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
}
.slider-with-banner .content_header h3 {
    color: white;
    margin: 0;
    text-align: left;
    line-height: 105%;
}

.slider_list {
    flex: 1;
    padding: 40px 0 40px 25px;
}
@media only screen and (max-width: 768px) {
    .slider_list {
        padding: 25px 0;
    }
}
.slider-with-banner slide-show {
    display: block;
    text-align: center;
    /* max-width: 770px; */
    margin: 0 auto;
    width: 100%;
}
.slider-with-banner slide-show .carousel__slide {
    max-width: 100% !important;
}
@media only screen and (min-width: 768px) {
    .slider-with-banner slide-show .carousel__slide {
        max-width: 70% !important;
    }
}
@media only screen and (min-width: 1000px) {
    .slider-with-banner slide-show .carousel__slide {
        max-width: 45% !important;
    }
}

@media only screen and (min-width: 1250px) {
    .slider-with-banner slide-show .carousel__slide {
        max-width: 35% !important;
    }
}

@media only screen and (min-width: 1600px) {
    .slider-with-banner slide-show .carousel__slide {
        max-width: 33% !important;
    }
}

@media only screen and (min-width: 1900px) {
    .slider-with-banner slide-show .carousel__slide {
        max-width: calc(33% - 10px) !important;
    }
}

@media only screen and (max-width: 768px) {
    .slider-with-banner slide-show .flickity-page-dots {
        justify-content: center !important;
    }
}

.slider-with-banner ol.flickity-page-dots {
    margin-top: 30px;
    margin-left: 30px;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}

.slider-with-banner .flickity-nav {
    background: white;
    border-radius: 5em;
    width: 64px;
    height: 64px;
    color: red;
}

.slider-with-banner .flickity-prev svg {
    transform: rotate(180deg);
}

.slider-with-banner .flickity-page-dots .dot:after {
    width: 13px;
    height: 13px;
    border-radius: 4em;
    left: 4px;
    top: 4px;
}
.slider-with-banner .flickity-page-dots .dot {
    width: 21px;
    height: 21px;
    border-radius: 20em;
}

.slider-with-banner .content_header {
    position: relative;
    overflow: hidden;
}
.slider-with-banner .content_header h3 {
    z-index: 1;
}
.slider-with-banner .content_header:after {
    content: "";
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.55) 1%,
        rgba(0, 0, 0, 0) 50%
    );
    position: absolute;
    inset: 0;
    z-index: 0;
}
.slider-with-banner li {
    text-align: left;
}
/* .blog-posts h4 a:hover{
    text-decoration: none !important;
} */

.blog-posts .post-gallery img {
    border-radius: 16px;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
}

.responsive-table th,
.responsive-table td {
    padding: 12px 15px;
    border: 1px solid #ccc;
    text-align: left;
}

.responsive-table thead {
    background-color: #f2f2f2;
}

@media (max-width: 768px) {
    .responsive-table thead {
        display: none;
    }

    .responsive-table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
    }

    .responsive-table td {
        display: block;
        text-align: right;
        padding-left: 50%;
        position: relative;
        padding-left: 80px !important;
    }

    .responsive-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 50%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        text-align: left;
    }
}

/* product page table  */
.compare-table-wrapper {
    overflow-x: auto;
    border-radius: 12px;
}
.compare-table {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px; /* ensures horizontal scroll on small screens */
}
.compare-table th,
.compare-table td {
    border: 1px solid #f0e8db;
    padding: 20px 12px;
    background: #fff7f0;
    text-align: center;
    vertical-align: middle;
    position: relative;
    /* white-space: nowrap; */
    white-space: normal;
}
.compare-table th {
    background: #fff2e9;
    font-weight: 600;
}
.compare-table th *{
    text-align: center;
}
/* First column sticky styles */
.compare-table th:first-child,
.compare-table td:first-child {
    position: sticky;
    left: 0;
    background: #fefae7;
    text-align: left;
    font-weight: normal;
    z-index: 10;
    border-right: 2px solid #f0e8db;
}
/* Highlight Diaspora Co column */
.compare-table th:nth-child(2),
.compare-table td:nth-child(2) {
    background: #fdecea;
    color: #c31370;
    font-weight: 600;
}
/* Icons in headers */
.compare-table th img {
    display: block;
    margin: 0 auto 8px;
    max-width: 64px;
}
/* Check mark styling */
.compare-table .check {
    color: #c31370;
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
}
.compare-table p{
    text-align: center;
}
/* Responsive adjustment */
@media (max-width: 600px) {
    .compare-table-wrapper {
        max-width: 100%;
    }
    .compare-table {
        min-width: 600px; /* force scroll */
      font-size: 14px
    }
  .compare-table th:first-child, .compare-table td:first-child{
    max-width: 150px;
  }
  .compare-table th img{
    max-width: 45px;
  }
}
