/** Shopify CDN: Minification failed

Line 1542:2 Unexpected "}"
Line 1555:3 Unexpected "/"

**/
@charset "UTF-8";
/*!
------------------------------------------------------------------
Author: Fuel Themes
Author URI: https://fuelthemes.net
------------------------------------------------------------------
*/




a,
#wrapper .click-capture,
.header:after,
.header .logolink .logoimg,
.thb-secondary-area--item-count,
.thb-secondary-area--item svg path,
.mobile-toggle span,
.thb-header-quick-navigation--summary,
.thb-full-menu li.menu-item-has-children > a svg path,
.button,
input[type="submit"],
.button svg,
input[type="submit"] svg,
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,
select,
.custom-checkbox[type="checkbox"],
.custom-checkbox[type="checkbox"]:after,
.quantity .minus svg,
.quantity .plus svg,
.flickity-nav,
.flickity-nav svg {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.thb-full-menu .sub-menu {
  transition: all 0.25s ease;
}

.no-js .quantity .minus,
.quantity .no-js .minus,
.no-js .quantity .plus,
.quantity .no-js .plus,
.no-js .flickity-nav {
  display: none !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif !important;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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;
}
.bold-text-7 {
  font-weight: 700;
}
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=75em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: var(--bg-body);
 font-family: DM Sans,sans-serif!important;
  font-weight: normal;
  line-height: 1.6;
  color: var(--color-body);
  -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: var(--block-border-radius, 3px);
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: var(--block-border-radius, 3px);
}

.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: var(--block-border-radius, 3px);
  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: 1.25rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
 font-family: DM Sans,sans-serif!important;
  font-style: normal;
  font-weight: 600;
  color: var(--color-heading);
  text-rendering: optimizeLegibility;
}
h1 small,
.h1 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 {
  font-size: 2.875rem;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  h1,
  .h1 {
    font-size: 3.375rem;
  }
  h2,
  .h2 {
    font-size: 2.875rem;
  }
  h3,
  .h3 {
    font-size: 2.25rem;
  }
  h4,
  .h4 {
    font-size: 1.75rem;
  }
  h5,
  .h5 {
    font-size: 1.5rem;
  }
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 66.75em) {
  h1,
  .h1 {
    font-size: 4rem;
  }
  h2,
  .h2 {
    font-size: 3.375rem;
  }
  h3,
  .h3 {
    font-size: 2.5rem;
  }
  h4,
  .h4 {
    font-size: 1.875rem;
  }
  h5,
  .h5 {
    font-size: 1.5rem;
  }
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}

a {
  line-height: inherit;
  color: var(--color-body);
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: var(--color-body);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 1430px;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid var(--color-border);
  border-left: 0;
}

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

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-medium-weight, 500);
}

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

abbr,
abbr[title] {
  border-bottom: 1px dotted #252525;
  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: #252525;
  border-radius: var(--block-border-radius, 3px);
}

.row {
  max-width: 1430px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
@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 .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.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.25rem;
  padding-left: 0.25rem;
  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%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

@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%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@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%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

html {
  scroll-behavior: smooth;
  scroll-margin-top: calc(var(--logo-height-mobile) + 106px);
  font-size: calc(var(--font-body-scale) * 16px);
}
@media only screen and (min-width: 768px) {
  html {
    scroll-margin-top: calc(var(--logo-height) + 106px);
  }
}

body {
  overflow-wrap: anywhere;
  font-size: 1rem;
  line-height: calc(var(--font-body-line-height-scale) * 1.6);
  letter-spacing: var(--font-body-letter-spacing, normal);
  background: var(--bg-body, #fff);
}
body.open-cc #wrapper .click-capture {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
body.open-cc #shopify-chat {
  display: none;
}
body.open-search {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
summary {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  word-spacing: 0.001em;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  line-height: calc(var(--font-body-line-height-scale) * 1.6);
}

figure {
  margin: 0;
  padding: 0;
}

summary {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}
#wrapper > [role="main"] {
  display: flex;
  flex: 1;
  flex-direction: column;
}
#wrapper > [role="main"] > .row {
  width: 100%;
}
#wrapper .click-capture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 52;
  opacity: 0;
  visibility: hidden;
  background: rgba(var(--color-overlay-rgb), 0.4);
}
.template-product-quick-view #wrapper .click-capture {
  opacity: 1 !important;
  visibility: visible !important;
}

.row {
  padding: 0 11px;
}
@media only screen and (min-width: 768px) {
  .row {
    padding: 0 25px;
  }
}
.row .columns {
  padding: 0 4px;
}
@media only screen and (min-width: 768px) {
  .row .columns {
    padding: 0 15px;
  }
}
.row.no-padding {
  padding: 0;
}
.row.full-width-row {
  max-width: none;
}
.row.full-width-row-full {
  padding: 0;
  max-width: none;
}
.row.full-width-row-full > .columns {
  padding: 0;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-small {
  font-size: 0.9375rem;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

blockquote {
  position: relative;
  text-align: center;
  padding: 75px 5% 45px;
  border-left: 0;
  color: var(--color-body);
  font-size: 1.375rem;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 1.875rem;
  }
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -30px;
  font-size: 9rem;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
  opacity: 0.2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}
@media only screen and (min-width: 768px) {
  blockquote:before {
    top: -40px;
  }
}
blockquote p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  blockquote p {
    font-size: inherit;
  }
}

.thb-placeholder {
  background: rgba(var(--color-body-rgb), 0.05);
  display: flex;
}
.thb-placeholder svg {
  width: 100%;
  height: 100%;
  fill: var(--color-accent);
}

.rte {
  color: var(--color-body);
}
.rte a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rte p + h1,
.rte p + h2,
.rte p + h3,
.rte p + h4,
.rte p + h5,
.rte p + h6 {
  margin-top: 30px;
}
.rte iframe {
  max-width: 100%;
}

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

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

table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 30px;
  font-size: 0.875rem;
  border-collapse: collapse;
  border: 0;
}
[dir="rtl"] table {
  text-align: right;
}
table th {
  font-weight: var(--font-body-medium-weight, 500);
}
table thead {
  line-height: 1;
}
table thead th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: var(--font-body-medium-weight, 500);
}
table th,
table td {
  padding: 13px 15px;
}
table tr:nth-child(odd) th,
table tr:nth-child(odd) td {
  background-color: rgba(var(--color-body-rgb), 0.05);
}

.shopify-challenge__container {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .shopify-challenge__container {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1068px) {
  .shopify-challenge__container {
    padding: 100px 0;
  }
}

.discounts {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  font-size: 12px;
}
.discounts__discount {
  margin-bottom: 5px;
}
.discounts__discount svg {
  vertical-align: middle;
  margin-right: 6px;
  width: 10px;
}

.loading {
  position: relative;
}
.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.loading .loading-overlay {
  display: block;
}

.loading-overlay {
  display: none;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  line-height: 0;
  transform: translate3d(-50%, -50%, 0);
}

.spinner {
  animation: rotator 1.4s infinite linear;
}

.spinner-path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s infinite ease;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.mobile-menu-drawer {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
}

.lazyload,
.lazyloading {
  opacity: 0.75;
  will-change: opacity, filter;
  filter: blur(5px);
}
.lazyload.no-blur,
.lazyloading.no-blur {
  filter: none;
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.104, 0.204, 0.492, 1),
    filter 0.2s cubic-bezier(0.104, 0.204, 0.492, 1);
}

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

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

scroll-shadow {
  display: inline-block;
  --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)
  );
}

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

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

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

@media only screen and (max-width: 767px) {
  .mobile-height-350 {
    min-height: 350px;
  }
}
@media only screen and (max-width: 570px) {
  .mobile-height-736 {
    min-height: 736px;
  }
  .shop-our-range .banner-slider .item {
    min-height: 736px;
  }
}

@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 {
    height: calc(100vh - var(--announcement-height, 0px));
  }
  @supports (height: 100dvh) {
    .desktop-height-full {
      height: calc(100dvh - var(--announcement-height, 0px));
    }
  }
}

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

.page-content-width {
  max-width: 850px;
  margin: 0 auto;
}

.subheading {
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--color-body);
}

.section-spacing {
  margin-top: var(--section-spacing-mobile, 0);
  margin-bottom: var(--section-spacing-mobile, 0);
}
@media only screen and (min-width: 768px) {
  .section-spacing {
    margin-top: var(--section-spacing-desktop, 0);
    margin-bottom: var(--section-spacing-desktop, 0);
  }
}
.section-spacing.section-spacing--disable-top {
  margin-top: 0;
}
.section-spacing.section-spacing--disable-bottom {
  margin-bottom: 0;
}

.section-spacing-bottom {
  margin-bottom: var(--section-spacing-mobile, 0);
}
@media only screen and (min-width: 768px) {
  .section-spacing-bottom {
    margin-bottom: var(--section-spacing-desktop, 0);
  }
}
.section-spacing-bottom.section-spacing--disable-bottom {
  margin-bottom: 0;
}

.section-spacing-padding {
  padding-top: var(--section-spacing-mobile, 0);
  padding-bottom: var(--section-spacing-mobile, 0);
}
@media only screen and (min-width: 768px) {
  .section-spacing-padding {
    padding-top: var(--section-spacing-desktop, 0);
    padding-bottom: var(--section-spacing-desktop, 0);
  }
}
.section-spacing-padding.section-spacing--disable-top {
  padding-top: 0;
}
.section-spacing-padding.section-spacing--disable-bottom {
  padding-bottom: 0;
}

.visibility-hidden {
  visibility: hidden;
}

.shopify-section-group-footer-group {
  background-color: var(--color-footer-bg, --bg-body);
}

.metafield-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: var(--block-border-radius, 3px);
  margin-right: 5px;
}

.metafield-rich_text_field > *:last-child {
  margin-bottom: 0;
}
#Side-Panel-Add-Address {
  overflow-y: scroll;
}
.side-panel {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 90;
  width: 100%;
  background: var(--bg-body, #fff);
  transform: translateY(100%);
  will-change: transform;
  border-radius: var(--block-border-radius, 3px) 0 0
    var(--block-border-radius, 3px);
  transition: transform 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
@supports (height: 100dvh) {
  .side-panel {
    max-height: calc(100dvh - 50px);
  }
}
@media only screen and (min-width: 768px) {
  .side-panel {
    height: 100vh;
    border-radius: var(--block-border-radius, 3px)
      var(--block-border-radius, 3px) 0 0;
    max-width: 480px;
    transform: translateX(100%);
  }
  @supports (height: 100dvh) {
    .side-panel {
      max-height: 100dvh;
    }
  }
}
.side-panel.active {
  transform: translateY(0%) translateX(0%);
}
.side-panel-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 35;
  background: var(--bg-body);
  padding: 14px 15px;
  border-bottom: 1px solid var(--color-border);
  border-radius: var(--block-border-radius, 3px) var(--block-border-radius, 3px)
    0 0;
}
@media only screen and (min-width: 768px) {
  .side-panel-header {
    border-top-left-radius: var(--block-border-radius, 3px);
    padding: 17px 30px;
    height: 75px;
  }
}
.side-panel-header .h5 {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
  gap: 10px;
}
.side-panel-header .h5 > span {
  display: block;
}
.side-panel-header .h5 .facets__label {
  font-size: 0.875rem;
  display: block;
  opacity: 0.6;
}
.side-panel-header > div {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.side-panel-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 35;
  background: var(--bg-body, #fff);
  padding: 14px 15px;
  border-top: 1px solid var(--color-border);
}
@media only screen and (min-width: 768px) {
  .side-panel-footer {
    border-bottom-left-radius: var(--block-border-radius, 3px);
    padding: 17px 30px;
  }
}
.side-panel-close {
  cursor: pointer;
}
.side-panel-content {
  padding: 14px 15px;
}
@media only screen and (min-width: 768px) {
  .side-panel-content {
    padding: 25px 30px;
  }
}
.side-panel-content .button {
  flex-shrink: 0;
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 28px);
  line-height: calc(
    var(--font-heading-line-height-scale) *
      calc(var(--font-heading-scale) * 36px)
  );
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 34px);
    line-height: calc(
      var(--font-heading-line-height-scale) *
        calc(var(--font-heading-scale) * 42px)
    );
  }
}
@media only screen and (min-width: 1068px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 40px);
    line-height: calc(
      var(--font-heading-line-height-scale) *
        calc(var(--font-heading-scale) * 48px)
    );
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 26px);
  line-height: calc(
    var(--font-heading-line-height-scale) *
      calc(var(--font-heading-scale) * 36px)
  );
}
@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 30px);
    line-height: calc(
      var(--font-heading-line-height-scale) *
        calc(var(--font-heading-scale) * 44px)
    );
  }
}
@media only screen and (min-width: 1068px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 34px);
    line-height: calc(
      var(--font-heading-line-height-scale) *
        calc(var(--font-heading-scale) * 42px)
    );
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 24px);
  line-height: calc(
    var(--font-heading-line-height-scale) *
      calc(var(--font-heading-scale) * 30px)
  );
}
@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 26px);
    line-height: calc(
      var(--font-heading-line-height-scale) *
        calc(var(--font-heading-scale) * 36px)
    );
  }
}
@media only screen and (min-width: 1068px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 28px);
    line-height: calc(
      var(--font-heading-line-height-scale) *
        calc(var(--font-heading-scale) * 36px)
    );
  }
}

h4,
.h4 {
  font-size: calc(var(--font-heading-scale) * 20px);
  line-height: calc(
    var(--font-heading-line-height-scale) *
      calc(var(--font-heading-scale) * 28px)
  );
}
@media only screen and (min-width: 1068px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-scale) * 24px);
    line-height: calc(
      var(--font-heading-line-height-scale) *
        calc(var(--font-heading-scale) * 32px)
    );
  }
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 18px);
  line-height: calc(
    var(--font-heading-line-height-scale) *
      calc(var(--font-heading-scale) * 26px)
  );
}
@media only screen and (min-width: 1068px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 20px);
    line-height: calc(
      var(--font-heading-line-height-scale) *
        calc(var(--font-heading-scale) * 28px)
    );
  }
}

h6,
.h6 {
  font-size: calc(var(--font-heading-scale) * 16px);
  line-height: calc(
    var(--font-heading-line-height-scale) *
      calc(var(--font-heading-scale) * 22px)
  );
}

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

.h1-xlarge {
  font-size: calc(var(--font-heading-scale) * 52px);
  line-height: calc(
    var(--font-heading-line-height-scale) *
      calc(var(--font-heading-scale) * 60px)
  );
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .h1-xlarge {
    font-size: calc(var(--font-heading-scale) * 60px);
    line-height: calc(
      var(--font-heading-line-height-scale) *
        calc(var(--font-heading-scale) * 68px)
    );
  }
}
@media only screen and (min-width: 1068px) {
  .h1-xlarge {
    font-size: calc(var(--font-heading-scale) * 72px);
    line-height: calc(
      var(--font-heading-line-height-scale) *
        calc(var(--font-heading-scale) * 80px)
    );
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 .h1-large,
.h1-xlarge {
  letter-spacing: var(--font-heading-letter-spacing, normal);
}

@media only screen and (min-width: 1068px) {
  .heading-size--small {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
}

@media only screen and (min-width: 1068px) {
  .heading-size--medium {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media only screen and (min-width: 1068px) {
  .heading-size--large {
    font-size: 3.75rem;
    line-height: 4.25rem;
  }
}

@media only screen and (min-width: 1068px) {
  .heading-size--xlarge {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}

.header-section {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

.header {
  display: block;
  position: relative;
  z-index: 30;
  width: 100%;
  padding: 10px 15px 15px;
  background: transparent;
  color: var(--color-header-text, --color-body);
  --bg-body: var(--color-header-bg);
  --bg-body-rgb: var(--color-header-bg-rgb);
  --color-body-rgb: var(--color-header-text-rgb, --color-body-rgb);
  --color-heading: var(--color-header-text, --color-heading);
  --color-body: var(--color-header-text, --color-body);
  --color-border: var(--color-header-border);
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
  background: var(--color-header-bg);
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 10px 40px 15px;
  }
}
@media only screen and (min-width: 1068px) {
  .header {
    padding: 15px 40px 0;
  }
}
.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.is-sticky:after {
  opacity: 1;
}
.header.is-sticky .header--inner:before {
  opacity: 0;
}
.header--inner {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .header--inner {
    column-gap: 10px;
  }
}
@media only screen and (min-width: 1068px) {
  .header--inner {
    column-gap: 30px;
    min-height: 80px;
  }
}
.header--inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-border);
}
.header--full-width .header--inner {
  max-width: 100%;
}
.header .logolink {
  position: relative;
}
.header .searchform {
  order: 2;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 1068px) {
  .header .searchform {
    flex: 1;
    order: 0;
    margin-top: 0;
  }
}
.header .searchform .select {
  margin: 0;
  display: none;
}
@media only screen and (min-width: 1068px) {
  .header .searchform .select {
    display: block;
  }
}
.header .searchform .select select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: var(--bg-body);
  padding-right: 44px;
}
.header .searchform .select select:focus {
  background: rgba(var(--color-body-rgb), 0.05);
  border-color: transparent;
  border-right-color: var(--bg-body);
}
.header .searchform--form {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1068px) {
  .header .searchform--form-multi .search-field {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
  }
}
.header .searchform--click-capture {
  position: fixed;
  top: calc(var(--header-height, 0px) + var(--header-offset, 0px) - 1px);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 52;
  background: rgba(var(--color-overlay-rgb), 0.4);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.header .searchform .search-field:focus + .select select {
  background-color: var(--bg-body);
  border-color: var(--color-body);
}
.open-search .header .searchform .searchform--click-capture {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header.style1 .full-menu {
  width: 100%;
  align-items: center;
  justify-content: center;
  grid-column: span 2;
}
.header.style1 .full-menu .thb-full-menu {
  text-align: left;
}
[dir="ltr"] .header.style1 .full-menu .thb-full-menu > li:first-child {
  padding-left: 0;
}
[dir="rtl"] .header.style1 .full-menu .thb-full-menu > li:first-child {
  padding-right: 0;
}
@media only screen and (min-width: 1068px) {
  .header.style1 .header--inner {
    grid-template-columns: auto 1fr;
  }
}
.header .menu-logo-container {
  display: flex;
  align-items: center;
}

.thb-secondary-area {
  line-height: 1;
  min-width: 70px;
  justify-content: end;
  display: inline-flex;
  margin-left: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .thb-secondary-area {
    min-width: 135px;
  }
}
[dir="rtl"] .thb-secondary-area {
  margin-right: auto;
  margin-left: 0;
}
.thb-secondary-area .no-js-hidden {
  align-items: center;
  display: none;
}
@media only screen and (min-width: 1068px) {
  .thb-secondary-area .no-js-hidden {
    display: inline-flex;
  }
}
.thb-secondary-area--item {
  padding: 6px;
  height: 100%;
  align-items: center;
  white-space: nowrap;
  display: inline-flex;
  font-weight: var(--font-body-medium-weight, 500);
  font-size: calc(var(--font-navigation-scale, 1) * 14px);
  color: var(--color-header-text, --color-body);
  background-color: transparent;
  border-radius: var(--button-border-radius, 3px);
}
.navigation-uppercase-true .thb-secondary-area--item {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .thb-secondary-area--item {
    padding: 11px;
    height: 46px;
  }
}
@media only screen and (min-width: 1068px) {
  .thb-secondary-area--item:last-child {
    margin-right: -10px;
  }
}
.thb-secondary-area--item:hover,
.thb-secondary-area--item:focus {
  color: var(--color-header-text, --color-body);
  background-color: rgba(var(--color-header-text-rgb, --color-body-rgb), 0.05);
}
.thb-secondary-area--item-icon {
  position: relative;
}
.thb-secondary-area--item-text {
  margin-left: 13px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .thb-secondary-area--item-text {
    display: inline-flex;
  }
}
.thb-secondary-area--item-amount {
  font-weight: 400;
  margin-left: 5px;
}
.thb-secondary-area--item-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.5625rem;
  font-weight: 400;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-header-text, --color-body);
  color: var(--bg-body);
  position: absolute;
  top: -7px;
  right: -12px;
}
.thb-secondary-area--item.thb-secondary-search {
  display: none;
}
.thb-secondary-area--item.thb-secondary-myaccount {
  display: inline-flex;
}
.thb-secondary-area--item.thb-secondary-myaccount span {
  position: relative;
}
.thb-secondary-area--item.thb-secondary-myaccount:hover,
.thb-secondary-area--item.thb-secondary-myaccount:focus {
  color: var(--color-header-text, --color-body);
}
.thb-secondary-area--item.thb-secondary-cart:before {
  content: "";
  position: fixed;
  top: calc(var(--header-height, 0px) + var(--header-offset, 0px) - 1px);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 18;
  display: block;
  cursor: default;
  pointer-events: none;
  opacity: 0;
  background: rgba(var(--color-overlay-rgb), 0.4);
  transition: opacity 0.25s ease;
}
.thb-secondary-area--item.thb-secondary-cart:after {
  position: absolute;
  top: 100%;
  height: 10px;
  left: 0;
  right: 0;
  display: block;
}
.thb-secondary-area--item.thb-secondary-cart:hover:after {
  content: "";
}
.thb-secondary-area--item svg {
  pointer-events: none;
}

.thb-predictive-search[inert] {
  display: none;
}

.logolink {
  display: inline-flex;
  margin: 5px 0;
}
.logolink.text-logo {
  font-size: 1.125rem;
  font-weight: var(--font-body-bold-weight, 600);
  line-height: 1;
  word-break: break-all;
  color: var(--color-header-text, --color-body);
}
.logolink.text-logo:hover,
.logolink.text-logo:focus {
  color: var(--color-header-text, --color-body);
}
@media only screen and (min-width: 768px) {
  .logolink.text-logo {
    font-size: 1.5rem;
  }
}
.logolink .logoimg {
  width: auto;
  height: var(--logo-height-mobile, 30px);
  object-fit: contain;
  object-position: left;
}
@media only screen and (min-width: 768px) {
  .logolink .logoimg {
    height: var(--logo-height, 30px);
  }
}

.thb-header-mobile-left {
  display: inline-flex;
}
@media only screen and (min-width: 1068px) {
  .thb-header-mobile-left {
    display: none;
  }
}
[dir="rtl"] .thb-header-mobile-left {
  margin-right: 0;
  margin-left: auto;
}

.thb-header-desktop-left {
  display: none;
  line-height: 1;
}
@media only screen and (min-width: 1068px) {
  .thb-header-desktop-left {
    display: inline-flex;
    margin-right: auto;
  }
  [dir="rtl"] .thb-header-desktop-left {
    margin-right: 0;
    margin-left: auto;
  }
}

.mobile-toggle-wrapper {
  display: inline-flex;
}
.mobile-toggle-wrapper[open] .mobile-toggle span:nth-child(1) {
  transform: rotateZ(45deg) translateY(-1.5px);
}
.mobile-toggle-wrapper[open] .mobile-toggle span:nth-child(2) {
  opacity: 0;
}
.mobile-toggle-wrapper[open] .mobile-toggle span:nth-child(3) {
  transform: rotateZ(-45deg) translateY(-0.5px);
}
.mobile-toggle-wrapper[open].active .mobile-menu-drawer {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mobile-toggle-wrapper summary::-webkit-details-marker {
  display: none;
}

.mobile-toggle {
  display: inline-flex;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.mobile-toggle span {
  width: 18px;
  height: 1.5px;
  background: var(--color-header-text, --color-body);
  position: absolute;
  border-radius: 1px;
  top: 10px;
  left: 7px;
}
.mobile-toggle span:nth-child(1) {
  transform-origin: top left;
}
.mobile-toggle span:nth-child(2) {
  top: 16px;
}
.mobile-toggle span:nth-child(3) {
  transform-origin: top left;
  top: 22px;
}

.mobile-menu-drawer {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.thb-header-quick-navigation {
  position: relative;
  display: none;
}
@media only screen and (min-width: 1068px) {
  .thb-header-quick-navigation {
    display: block;
  }
}
.thb-header-quick-navigation--summary {
  padding: 13px 11px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 0.875rem;
  line-height: 1;
  height: 46px;
  font-weight: var(--font-body-medium-weight, 500);
  cursor: pointer;
  border-radius: var(--button-border-radius, 3px);
}
.thb-header-quick-navigation--summary:hover {
  background-color: rgba(var(--color-body-rgb), 0.05);
}
.thb-header-quick-navigation details[open] summary {
  background-color: rgba(var(--color-body-rgb), 0.05);
}
.thb-header-quick-navigation details[open] summary:before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 18;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

.full-menu {
  display: none;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 1068px) {
  .full-menu {
    display: inline-flex;
  }
}

.thb-full-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0.9375rem;
}
.thb-full-menu a {
  color: var(--color-header-text, --color-body);
  position: relative;
  font-size: calc(var(--font-navigation-scale, 1) * 16px);
}
.navigation-uppercase-true .thb-full-menu a {
  text-transform: uppercase;
}
.thb-full-menu a:hover,
.thb-full-menu a:focus {
  color: var(--color-header-text, --color-body);
}
.thb-full-menu a:hover svg path,
.thb-full-menu a:focus svg path {
  stroke: var(--color-header-text, --color-body);
}
.thb-full-menu > li {
  display: inline-flex;
  padding: 3px 15px;
  align-items: center;
}
.thb-full-menu > li > a {
  padding: 10px 0;
  font-weight: var(--font-body-medium-weight, 500);
}
.thb-full-menu > li > a:hover {
  opacity: 0.6;
}
.thb-full-menu > li.menu-item-has-children:after {
  content: "";
  display: block;
  position: fixed;
  top: calc(var(--header-height, 0px) + var(--header-offset, 0px) - 1px);
  width: 100%;
  left: 0;
  height: calc(
    100% - calc(var(--header-height, 0px) + var(--header-offset, 0px))
  );
  background: rgba(var(--color-overlay-rgb), 0.4);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.thb-full-menu li.menu-item-has-children {
  position: relative;
  z-index: 1;
}
.thb-full-menu li.menu-item-has-children:hover {
  z-index: 2;
}
.thb-full-menu li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.thb-full-menu li.menu-item-has-children:hover > .sub-menu.mega-menu-container {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% + 15px), 0 calc(100% + 15px));
}
.thb-full-menu li.menu-item-has-children:hover:after {
  opacity: 1;
}
.thb-full-menu li.menu-item-has-children.left-submenu .sub-menu {
  left: auto;
  right: calc(100% + 35px);
}
.thb-full-menu li.menu-item-has-children.menu-item-has-megamenu {
  position: static;
}
.thb-full-menu li.menu-item-has-children.menu-item-has-megamenu .sub-menu {
  left: 0;
  right: 0;
}
.thb-full-menu li.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}
.thb-full-menu li.menu-item-has-children > a:focus + .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.thb-full-menu li.menu-item-has-children > a svg {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3.5px;
}
.thb-full-menu li.menu-item-has-children:focus-within {
  z-index: 2;
}
.thb-full-menu li.menu-item-has-children:focus-within > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.thb-full-menu
  li.menu-item-has-children:focus-within
  > .sub-menu.mega-menu-container {
  display: flex;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% + 15px), 0 calc(100% + 15px));
}
.thb-full-menu .sub-menu {
  position: absolute;
  top: calc(100% - 1px);
  border-top: 1px solid var(--color-border);
  left: -11px;
  line-height: 1;
  padding: 17px 26px;
  background: var(--color-header-bg, var(--bg-body));
  list-style: none;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  line-height: 1.1;
  min-width: 190px;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
}
.thb-full-menu .sub-menu ul {
  line-height: inherit;
}
.thb-full-menu .sub-menu > li > a {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: calc(var(--font-navigation-scale, 1) * 14px);
}
.thb-full-menu .sub-menu .sub-menu {
  top: -17px;
  left: calc(100% + 35px);
}
.thb-full-menu .sub-menu li.menu-item-has-children > a svg {
  margin-top: -6px;
}
.thb-full-menu .sub-menu li.menu-item-has-children:hover:before {
  content: attr(data-item-title);
  position: absolute;
  height: 100%;
  top: 0;
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
  width: calc(100% + 65px);
}

.menu-item-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: var(--font-body-medium-weight, 500);
  padding: 2px 6px;
  border-radius: var(--block-border-radius, 3px);
  margin-left: 10px;
  transform: translateY(-5px);
  background: var(--menu-badge-bg);
  color: var(--menu-badge-text);
}

.thb-full-menu.thb-secondary-menu {
  margin-left: auto;
}
.thb-full-menu.thb-secondary-menu li {
  padding: 3px 15px;
}
.thb-full-menu.thb-secondary-menu li:last-child {
  padding-right: 0;
}
.thb-full-menu.thb-secondary-menu a {
  opacity: 0.6;
}
.thb-full-menu.thb-secondary-menu a:hover {
  opacity: 1;
}

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links li {
  margin-bottom: 5px;
}
.social-links li a {
  display: inline-flex;
  align-items: center;
  width: 32px;
  height: 32px;
  justify-content: center;
}
.social-links svg {
  width: 16px;
  height: auto;
  flex-shrink: 0;
}
.social-links span {
  margin-left: 15px;
}

.shopify-payment-button__more-options,
.text-button {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.4em;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--color-body);
  padding: 2px 0;
}
.shopify-payment-button__more-options.white,
.text-button.white {
  color: #fff;
}
.shopify-payment-button__more-options.accent,
.text-button.accent {
  color: var(--color-accent);
}

button {
  color: var(--color-body);
  cursor: pointer;
}

.button,
input[type="submit"] {
  display: inline-flex;
  cursor: pointer;
  padding: 7px 30px;
  align-items: center;
  justify-content: center;
  height: 46px;
  font-size: 0.875rem;
  font-weight: var(--font-body-medium-weight, 500);
  letter-spacing: var(--button-letter-spacing, 0em);
  background: #257b88;
  color: var(--solid-button-label, var(--bg-body));
  border: 0;
  border-radius: var(--button-border-radius, 3px);
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  appearance: none;
}
.button:hover,
input[type="submit"]:hover{
      box-shadow: 5px 5px 7px rgb(59 122 131);
  
}
.button svg,
input[type="submit"] svg {
  width: 14px;
  height: auto;
  margin-right: 10px;
}
.button-uppercase-true .button,
.button-uppercase-true input[type="submit"] {
  text-transform: uppercase;
}
@media screen and (hover: hover) {
  .button:hover,
  .button:focus,
  .button.loading,
  [loading="true"] .button,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"].loading,
  [loading="true"] input[type="submit"] {
    background: #255d64;
    color: var(--solid-button-label, #fff);
  }
}
.button.loading span,
[loading="true"] .button span,
input[type="submit"].loading span,
[loading="true"] input[type="submit"] span {
  opacity: 0;
}
.button.loading .loading-overlay,
[loading="true"] .button .loading-overlay,
input[type="submit"].loading .loading-overlay,
[loading="true"] input[type="submit"] .loading-overlay {
  opacity: 1;
}
.button:not(.outline) .spinner-path,
input[type="submit"]:not(.outline) .spinner-path {
  stroke: var(--bg-body);
}
.button span,
input[type="submit"] span {
  position: relative;
  z-index: 8;
}
.button .loading-overlay,
input[type="submit"] .loading-overlay {
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.button .loading-overlay svg,
input[type="submit"] .loading-overlay svg {
  width: 20px;
  height: 20px;
  margin: 0;
}
.button.full,
input[type="submit"].full {
  width: 100%;
}
.button.pill,
input[type="submit"].pill {
  border-radius: 500px;
}
.button.small,
input[type="submit"].small {
  height: 40px;
  padding: 5px 20px;
  font-size: 0.8125rem;
}
.button.extra-small,
input[type="submit"].extra-small {
  height: 36px;
  padding: 5px 20px;
  font-size: 0.75rem;
}
.button.white,
input[type="submit"].white {
  background: #fff;
  border-color: #fff;
  color: var(--color-body);
}
@media screen and (hover: hover) {
  .button.white:hover,
  input[type="submit"].white:hover {
    background: #fafafa;
    border-color: #fafafa;
  }
}
.button.outline,
input[type="submit"].outline {
  border: 1px solid var(--color-body);
  color: var(--color-body);
  background: transparent;
}
@media screen and (hover: hover) {
  .button.outline:hover,
  input[type="submit"].outline:hover {
    background: #257b88;
    border: 1px solid #257b88;
    color: var(--solid-button-label, #fff);
  }
  .button.outline:hover svg,
  .button.outline:hover .spinner-path,
  input[type="submit"].outline:hover svg,
  input[type="submit"].outline:hover .spinner-path {
    stroke: var(--solid-button-label, #fff);
  }
}
.button.outline:focus,
input[type="submit"].outline:focus {
  background:#257b88;
  color: var(--solid-button-label, #fff);
}
.button.outline:focus svg,
.button.outline:focus .spinner-path,
input[type="submit"].outline:focus svg,
input[type="submit"].outline:focus .spinner-path {
  stroke: var(--solid-button-label, #fff);
}
.button.outline.white,
input[type="submit"].outline.white {
  border-color: #fff;
  color: #fff;
}
.button.outline.white:focus,
input[type="submit"].outline.white:focus {
  color: var(--color-body);
}
@media screen and (hover: hover) {
  .button.outline.white:hover,
  input[type="submit"].outline.white:hover {
    background: #257b88;
    color: var(--solid-button-label, #fff);
  }
}
.button[disabled],
input[type="submit"][disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"].loading,
[loading="true"] input[type="submit"] {
  color: var(--solid-button-label, #fff);
}

.tag-button {
  display: inline-flex;
  font-size: 0.875rem;
  border-radius: var(--block-border-radius, 3px);
  padding: 11px 16px;
  line-height: 1;
  border: 1px solid rgba(var(--color-body-rgb), 0.15);
  color: var(--color-body);
}
.tag-button:hover,
.tag-button.active {
  border-color: var(--color-body);
  color: var(--color-body);
}

.thb-localization-forms {
  display: inline-flex;
  align-items: center;
  text-align: right;
}
.thb-localization-forms .shopify-localization-form {
  display: inline-flex;
}
.thb-localization-forms .shopify-localization-form .select {
  margin-left: 15px;
}
.thb-localization-forms select {
  background: none;
  border: none;
  padding: 5px 18px 5px 0;
  height: auto;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.2;
}
.thb-localization-forms .select {
  margin-bottom: 0;
}
.thb-localization-forms .select-arrow {
  right: 0;
}
.thb-localization-forms .select-arrow svg {
  width: 8px;
}
.thb-localization-forms .text-button {
  font-size: 0.75rem;
}

form {
  margin: 0;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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,
select {
  border: 1px solid transparent;
  background: rgba(var(--color-body-rgb), 0.07);
  padding: 14px 18px;
  height: 46px;
  margin-bottom: 20px;
  color: var(--color-body);
  font-size: 0.875rem;
  font-weight: 400;
  max-width: 100%;
  border-radius: var(--button-border-radius, 3px);
  appearance: none;
}
input[type="text"]:focus,
input[type="text"]:focus-visible,
input[type="password"]:focus,
input[type="password"]:focus-visible,
input[type="date"]:focus,
input[type="date"]:focus-visible,
input[type="datetime"]:focus,
input[type="datetime"]:focus-visible,
input[type="email"]:focus,
input[type="email"]:focus-visible,
input[type="number"]:focus,
input[type="number"]:focus-visible,
input[type="search"]:focus,
input[type="search"]:focus-visible,
input[type="tel"]:focus,
input[type="tel"]:focus-visible,
input[type="time"]:focus,
input[type="time"]:focus-visible,
input[type="url"]:focus,
input[type="url"]:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  background-color: var(--bg-body);
  border-color: var(--color-body);
}
input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
input[type="date"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="email"]:focus-visible,
input[type="number"]:focus-visible,
input[type="search"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="time"]:focus-visible,
input[type="url"]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--color-body);
  opacity: 0.5;
}
input[type="text"].full,
input[type="password"].full,
input[type="date"].full,
input[type="datetime"].full,
input[type="email"].full,
input[type="number"].full,
input[type="search"].full,
input[type="tel"].full,
input[type="time"].full,
input[type="url"].full,
textarea.full,
select.full {
  width: 100%;
}
input[type="text"].invalid,
input[type="password"].invalid,
input[type="date"].invalid,
input[type="datetime"].invalid,
input[type="email"].invalid,
input[type="number"].invalid,
input[type="search"].invalid,
input[type="tel"].invalid,
input[type="time"].invalid,
input[type="url"].invalid,
textarea.invalid,
select.invalid {
  border-color: #e93636;
}
input[type="text"].invalid + label,
input[type="password"].invalid + label,
input[type="date"].invalid + label,
input[type="datetime"].invalid + label,
input[type="email"].invalid + label,
input[type="number"].invalid + label,
input[type="search"].invalid + label,
input[type="tel"].invalid + label,
input[type="time"].invalid + label,
input[type="url"].invalid + label,
textarea.invalid + label,
select.invalid + label {
  color: #e93636;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled],
select[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}

input[type="checkbox"],
input[type="radio"] {
  border: none;
  flex-shrink: 0;
  background-color: rgba(var(--color-body-rgb), 0.07);
  width: 20px;
  height: 20px;
  margin: 0 14px 0 0;
  vertical-align: middle;
  border-radius: var(--button-border-radius, 3px);
  appearance: none;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  cursor: pointer;
  line-height: 1.25em;
  align-items: flex-start;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: rgba(var(--color-body-rgb), 0.05);
  margin-right: 14px;
  border-radius: var(--button-border-radius, 3px);
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-color: var(--color-accent);
}
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: 4px;
  left: 7px;
  border: solid var(--bg-body);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
input[type="checkbox"]:focus-visible + label:after,
input[type="radio"]:focus-visible + label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: 4px;
  left: 7px;
  border: solid var(--color-accent);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0.75;
}
input[type="checkbox"]:focus-visible:checked + label:after,
input[type="radio"]:focus-visible:checked + label:after {
  border-color: var(--bg-body);
  opacity: 1;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  cursor: not-allowed;
}

input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"] + label:before {
  border-radius: 50%;
}

textarea {
  height: auto;
  min-height: 200px;
}

label,
.label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-body);
  margin-bottom: 10px;
}

select {
  width: auto;
}
select.resize-select {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-property: color;
}

@media only screen and (min-width: 1068px) {
  .fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
}

.searchform fieldset {
  position: relative;
}

.searchform input {
  width: 100%;
  margin: 0;
  padding-right: 50px;
}
.searchform input::placeholder {
  opacity: 0.5;
}

.searchform .thb-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}
.searchform .thb-search-submit svg {
  height: 18px;
}

.custom-checkbox[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 48px;
  height: 24px;
  border-radius: 12px;
  border: 0;
  background: rgba(var(--color-body-rgb), 0.07);
  position: relative;
  cursor: pointer;
}
.custom-checkbox[type="checkbox"]:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.custom-checkbox[type="checkbox"]:checked {
  background: var(--color-accent);
}
.custom-checkbox[type="checkbox"]:checked:after {
  transform: translateX(24px);
}
.custom-checkbox[type="checkbox"] + label:before,
.custom-checkbox[type="checkbox"] + label:after {
  content: none;
}

.select {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.select select {
  padding-right: 24px;
  margin-bottom: 0;
}
.select select[disabled] + .select-arrow {
  opacity: 0.4;
}
.select-arrow {
  display: flex;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -3.5px;
  pointer-events: none;
  line-height: 0;
}

.form-notification {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
}
.form-notification svg {
  margin-right: 10px;
}
.form-notification[hidden] {
  display: none;
}
.form-notification .errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-notification ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quantity {
  display: inline-flex;
  position: relative;
  border: 1px solid transparent;
  background-color: rgba(var(--color-body-rgb), 0.05);
  padding: 0 30px;
  border-radius: var(--button-border-radius, 3px);
}
.quantity .qty {
  display: inline-flex;
  padding: 0;
  width: 25px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 0;
  justify-content: center;
  background: transparent;
  font-size: 0.875rem;
  margin: 0;
  outline: 0;
}
.no-js .quantity .qty {
  width: 50px;
}
.quantity.buttons_added .qty {
  appearance: none;
  -moz-appearance: textfield;
}
.quantity.buttons_added .qty::-webkit-inner-spin-button,
.quantity.buttons_added .qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.quantity.small-qty {
  padding: 0 25px;
}
.quantity.small-qty .qty {
  height: 34px;
  line-height: 1;
}
.quantity.small-qty .minus,
.quantity.small-qty .plus {
  width: 25px;
  height: 34px;
}
.quantity .minus,
.quantity .plus {
  display: flex;
  padding: 0;
  margin: 0;
  border: 0;
  height: 46px;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 30px;
  cursor: pointer;
  background: transparent;
  user-select: none;
}
.quantity .minus svg,
.quantity .plus svg {
  opacity: 0.6;
}
.quantity .minus:hover svg,
.quantity .plus:hover svg {
  opacity: 1;
}
.quantity .minus.disabled,
.quantity .plus.disabled {
  cursor: not-allowed;
}
.quantity .minus.disabled svg,
.quantity .plus.disabled svg {
  opacity: 0.3;
}
.no-js .quantity .minus,
.no-js .quantity .plus {
  display: none;
}
.quantity .plus {
  top: 0;
  left: auto;
  right: 0;
}
.quantity + .remove {
  margin-left: 13px;
}
[dir="rtl"] .quantity + .remove {
  margin-left: 0;
  margin-right: 13px;
}

.remove svg {
  pointer-events: none;
}

.badge {
  display: inline-flex;
  align-items: center;
  background: var(--color-badge);
  color: var(--color-badge-text);
  font-size: 0.625rem;
  font-weight: var(--font-body-medium-weight, 500);
  height: 25px;
  padding: 0 9px;
  line-height: 0;
}
.badge.right {
  padding-left: 16px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%);
}
.badge.left {
  padding-right: 16px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
}
.badge.onsale {
  background: #C33C3C;
  color: #fff;
  font-size:14px;
}
.badge.out-of-stock {
  background: var(--color-badge-sold-out);
  color: var(--color-badge-sold-out-text);
}
.badge.out-of-stock {
  background:#000;
  color: #fff;
  font-size:13px;
}
.badge.pre-order {
  background: var(--color-badge-preorder);
  color: var(--color-badge-preorder-text);
}

.price {
  display: block;
  font-weight: var(--font-body-medium-weight, 500);
  font-size: 1rem;
  color: #000;
  line-height: 1;
}
.price > span {
  display: inline-flex;
  vertical-align: middle;
}
.price del {
  color: var(--color-price-discounted, #6d6d6d);
}
.price del + ins {
  margin-left: 9px;
}
.price .from {
  font-weight: 400;
  font-size: 0.8em;
}
.price > .amount,
.price ins {
  text-decoration: none;
}
.price .unit-price {
  margin-left: 5px;
  font-size: 0.75rem;
  color: rgba(var(--color-accent-rgb), 0.55);
}
.price .unit-price:before {
  content: "(";
}
.price .unit-price:after {
  content: ")";
}
.price .unit-price.hidden {
  display: none;
}

.product-cart-item {
  display: flex;
  width: 100%;
  align-items: center;
  max-width: 400px;
  margin-bottom: 10px;
}
.product-cart-item-image {
  position: relative;
  flex-shrink: 0;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .product-cart-item-image {
    margin-right: 20px;
  }
}
[dir="rtl"] .product-cart-item-image {
  margin-right: 0;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  [dir="rtl"] .product-cart-item-image {
    margin-left: 20px;
  }
}
.product-cart-item-image .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  transform: none;
  background: rgba(var(--bg-body-rgb), 0.5);
}
.product-cart-item-image .loading-overlay svg {
  width: 24px;
}
.product-cart-item img,
.product-cart-item .thb-placeholder {
  width: 80px;
  height: auto;
}
.product-cart-item .product-card-quickview {
  font-size: 0.75rem;
}
.product-cart-item .product-card-quickview.loading span {
  opacity: 0;
}
.product-cart-item .product-card-quickview.loading:before,
.product-cart-item .product-card-quickview.loading:after {
  display: none;
}
.product-cart-item .product-card-quickview .loading-overlay {
  width: 18px;
  height: 18px;
  top: calc(50% + 2px);
}
.product-cart-item .cart-product-link {
  display: block;
  font-size: calc(var(--font-product-title-scale, 1) * 1rem);
  line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.4);
  display: block;
}
.product-title-uppercase-true .product-cart-item .cart-product-link {
  text-transform: uppercase;
}
.product-cart-item .price {
  margin-top: 3px;
}
.product-cart-item.thb-loading {
  pointer-events: none;
}
.product-cart-item.thb-loading .loading-overlay {
  display: flex;
}
.product-cart-item-options {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-top: 5px;
}
.product-cart-item .form-notification {
  margin-top: 8px;
}
.product-cart-item--has-bg {
  padding: 10px;
  border-radius: var(--block-border-radius, 3px);
  background-color: rgba(var(--color-body-rgb), 0.03);
  position: relative;
}
.product-cart-item--has-bg .compare-remove {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  line-height: 0;
}
.product-cart-item--has-bg .compare-remove svg {
  width: 8px;
  height: 8px;
  pointer-events: none;
}

a,
#wrapper .click-capture,
.header:after,
.header .logolink .logoimg,
.thb-secondary-area--item-count,
.thb-secondary-area--item svg path,
.mobile-toggle span,
.thb-header-quick-navigation--summary,
.thb-full-menu li.menu-item-has-children > a svg path,
.button,
input[type="submit"],
.button svg,
input[type="submit"] svg,
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,
select,
.custom-checkbox[type="checkbox"],
.custom-checkbox[type="checkbox"]:after,
.quantity .minus svg,
.quantity .plus svg,
.flickity-nav,
.flickity-nav svg {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.thb-full-menu .sub-menu {
  transition: all 0.25s ease;
}

.no-js .quantity .minus,
.quantity .no-js .minus,
.no-js .quantity .plus,
.quantity .no-js .plus,
.no-js .flickity-nav {
  display: none !important;
}

.cart-discount .price {
  display: inline-block;
  color: var(--color-accent);
  padding: 7px 10px;
  background-color: rgba(var(--color-accent-rgb), 0.1);
  font-size: 0.875rem;
  border-radius: var(--general-border-radius, 3px);
  line-height: 1.1;
}

.cart-drawer {
  overflow: visible;
  border-radius: var(--general-border-radius, 3px);
  position: absolute;
  right: -15px;
  top: calc(100% + 10px);
  z-index: 92;
  background-color: var(--bg-body);
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .cart-drawer {
    max-width: 420px;
    right: 0;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px var(--color-border);
  }
}
.cart-drawer + .thb-secondary-cart:before {
  opacity: 1;
}
.cart-drawer[inert] {
  display: none;
}
.cart-drawer[inert] + .thb-secondary-cart:before {
  opacity: 0;
}
.cart-drawer .cart-empty {
  text-align: center;
  height: 280px;
  display: flex;
  flex-direction: column;
}
.cart-drawer .cart-empty div {
  margin: auto;
}
.cart-drawer .cart-empty svg {
  height: 64px;
  width: auto;
  margin-bottom: 25px;
}
.cart-drawer .cart-empty p {
  font-size: 1.125rem;
}
.cart-drawer--content,
.cart-drawer--buttons {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .cart-drawer--content,
  .cart-drawer--buttons {
    padding: 20px;
  }
}
.cart-drawer--content {
  max-height: 310px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .cart-drawer--content {
    max-height: 320px;
  }
}
.cart-drawer .empty-cart {
  height: 100%;
  padding: 10vh 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.cart-drawer .empty-cart svg {
  margin-bottom: 45px;
}
.cart-drawer .product-cart-item {
  align-items: flex-start;
  max-width: 100%;
}
.cart-drawer .product-cart-item-info {
  display: flex;
  gap: 10px;
  width: 100%;
}
.cart-drawer .product-cart-item-info-inner {
  width: 100%;
}
.cart-drawer .product-cart-item .price {
  font-size: 0.875rem;
}
.cart-drawer .product-cart-item .cart-product-link {
  margin-top: -3px;
  font-size: calc(var(--font-product-title-scale, 1) * 0.875rem);
}
.cart-drawer .product-cart-item-quantity {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cart-drawer .product-cart-item-quantity .remove {
  margin: 10px 0 0 0;
}
.cart-drawer--terms {
  margin-bottom: 15px;
}
.cart-drawer--terms a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  margin: 0 3px;
}
.cart-drawer--buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart-drawer--buttons-container {
  display: grid;
  gap: 10px;
  grid-auto-flow: column;
  width: 100%;
}
.cart-drawer--discounts {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .cart-drawer--discounts {
    padding: 0 20px;
  }
}
.cart-drawer--discount {
  padding: 16px 0;
  line-height: 1;
  display: flex;
  font-weight: var(--font-body-medium-weight, 500);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
}
.cart-drawer--discount .price {
  color: var(--color-header-text, --color-body);
}
.cart-drawer--discount:last-child {
  border-bottom: 0;
}
.cart-drawer--discount.cart-discount {
  padding: 11px 0;
}
.cart-drawer--discount.cart-discount .price {
  color: var(--color-accent);
}

.flickity-nav {
  background: var(--bg-body, #fff);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  z-index: 30;
  cursor: pointer;
  border: 1px solid var(--color-body);
}
.flickity-nav svg {
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .flickity-enabled .flickity-nav {
    display: flex;
  }
}
.flickity-nav[isDisabled] {
  display: none;
}
.flickity-nav.flickity-prev {
  left: -23px;
}
.flickity-nav.flickity-prev svg {
  margin-right: 1px;
}
.flickity-nav.flickity-next {
  right: -23px;
}
.flickity-nav.flickity-next svg {
  margin-left: 1px;
}
.flickity-nav:focus-visible {
  opacity: 1;
}
.flickity-nav:hover {
  --color-body: var(--color-accent);
}

a,
#wrapper .click-capture,
.header:after,
.header .logolink .logoimg,
.thb-secondary-area--item-count,
.thb-secondary-area--item svg path,
.mobile-toggle span,
.thb-header-quick-navigation--summary,
.thb-full-menu li.menu-item-has-children > a svg path,
.button,
input[type="submit"],
.button svg,
input[type="submit"] svg,
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,
select,
.custom-checkbox[type="checkbox"],
.custom-checkbox[type="checkbox"]:after,
.quantity .minus svg,
.quantity .plus svg,
.flickity-nav,
.flickity-nav svg {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.thb-full-menu .sub-menu {
  transition: all 0.25s ease;
}

.no-js .quantity .minus,
.quantity .no-js .minus,
.no-js .quantity .plus,
.quantity .no-js .plus,
.no-js .flickity-nav {
  display: none !important;
}

.section-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.section-header--content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section-header--content {
    max-width: 70%;
  }
}
.section-header--content .rte {
  margin-top: 5px;
}
.section-header--content p:last-child {
  margin-bottom: 0;
}
.section-header--content--heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .section-header--content--heading {
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }
}
.section-header--button {
  display: inline-flex;
}
.section-header--button .text-button {
  margin-right: 0;
  color: var(--color-accent);
  color:#257b88;
}
.section-header--button.has--tabs .linked-to-tab {
  display: none;
}
.section-header--button.has--tabs .linked-to-tab.active {
  display: block;
}
.section-header h3 {
  line-height: 1.1;
  margin-bottom: 0px;
  color:#257b88;
}

.aspect-ratio {
  height: 0;
  padding-bottom: var(--ratio-percent);
  position: relative;
}
.aspect-ratio img,
.aspect-ratio .thb-placeholder,
.aspect-ratio iframe,
.aspect-ratio video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  object-fit: cover;
}
.aspect-ratio .thb-placeholder svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aspect-ratio.aspect-ratio--portrait {
  padding-bottom: 125%;
}
.aspect-ratio.aspect-ratio--square {
  padding-bottom: 100%;
}
.aspect-ratio.aspect-ratio--landscape {
  padding-bottom: 75%;
}

.heading-marker {
  background-color: var(--marker-color, #fdfbb8);
  padding: 0 4px 4px;
  color: inherit;
}

.theme-scroll {
  margin-left: -15px;
  width: calc(100% + 30px);
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .theme-scroll {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.theme-scroll .os-scrollbar-horizontal {
  left: 15px;
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .theme-scroll .os-scrollbar-horizontal {
    left: 0;
    right: 0;
  }
}
.theme-scroll--inner[data-overlayscrollbars-viewport*="overflowXScroll"] {
  margin-bottom: 20px !important;
}
.theme-scroll .flickity-nav {
  display: none;
}
.theme-scroll .flickity-nav[disabled] {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .theme-scroll .flickity-nav {
    display: flex;
  }
}

.os-size-observer,
.os-size-observer-listener {
  scroll-behavior: auto !important;
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}

.os-size-observer {
  z-index: -1;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.1);
}
.os-size-observer::before {
  content: "";
  flex: none;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}

.os-size-observer-appear {
  animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
  box-sizing: border-box;
  position: relative;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  transform: scale(calc(1 / 0.1));
}
.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}
.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}
.os-size-observer-listener:empty::before {
  content: "";
  width: 100%;
  height: 100%;
}
.os-size-observer-listener:empty::before,
.os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  box-sizing: content-box;
  flex: auto;
}

.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}

.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  flex: none;
}

.os-size-observer-listener-item-final {
  transition: none;
}

@keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}

.os-trinsic-observer {
  flex: none;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}
.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}
.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

[data-overlayscrollbars-initialize],
[data-overlayscrollbars-viewport~="scrollbarHidden"] {
  scrollbar-width: none !important;
}

[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~="scrollbarHidden"]::-webkit-scrollbar,
[data-overlayscrollbars-viewport~="scrollbarHidden"]::-webkit-scrollbar-corner {
  appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(
    body
  ) {
  overflow: auto;
}

html[data-overlayscrollbars-body] {
  overflow: hidden;
}

html[data-overlayscrollbars-body],
html[data-overlayscrollbars-body] > body {
  width: 100%;
  height: 100%;
  margin: 0;
}

html[data-overlayscrollbars-body] > body {
  overflow: visible;
  margin: 0;
}

[data-overlayscrollbars] {
  position: relative;
}

[data-overlayscrollbars~="host"],
[data-overlayscrollbars-padding] {
  display: flex;
  align-items: stretch !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  scroll-behavior: auto !important;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  box-sizing: inherit;
  position: relative;
  flex: auto !important;
  height: auto;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}

[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  --os-vaw: 0;
  --os-vah: 0;
  outline: none;
}
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus {
  outline: none;
}

[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~="arrange"]::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  overflow: hidden !important;
}

[data-overlayscrollbars~="noClipping"],
[data-overlayscrollbars-padding~="noClipping"] {
  overflow: visible !important;
}

[data-overlayscrollbars-viewport~="measuring"] {
  overflow: hidden !important;
  scroll-behavior: auto !important;
  overflow-anchor: none !important;
}

[data-overlayscrollbars-viewport~="overflowXVisible"]:not(
    [data-overlayscrollbars-viewport~="measuring"]
  ) {
  overflow-x: visible !important;
}

[data-overlayscrollbars-viewport~="overflowXHidden"] {
  overflow-x: hidden !important;
}

[data-overlayscrollbars-viewport~="overflowXScroll"] {
  overflow-x: scroll !important;
}

[data-overlayscrollbars-viewport~="overflowYVisible"]:not(
    [data-overlayscrollbars-viewport~="measuring"]
  ) {
  overflow-y: visible !important;
}

[data-overlayscrollbars-viewport~="overflowYHidden"] {
  overflow-y: hidden !important;
}

[data-overlayscrollbars-viewport~="overflowYScroll"] {
  overflow-y: scroll !important;
}

[data-overlayscrollbars-viewport~="noContent"] {
  font-size: 0 !important;
  line-height: 0 !important;
}

[data-overlayscrollbars-viewport~="noContent"]:not(#osFakeId) > * {
  display: none !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

[data-overlayscrollbars-viewport~="scrollbarPressed"] {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

[data-overlayscrollbars-content] {
  box-sizing: inherit;
}

[data-overlayscrollbars-contents]:not(#osFakeId):not(
    [data-overlayscrollbars-padding]
  ):not([data-overlayscrollbars-viewport]):not(
    [data-overlayscrollbars-content]
  ) {
  display: contents;
}

[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
  display: grid;
  grid-template: 1fr / 1fr;
}

[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid]
  > [data-overlayscrollbars-padding]
  > [data-overlayscrollbars-viewport] {
  height: auto !important;
  width: auto !important;
}

.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s,
    bottom 0.15s, left 0.15s;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}

.os-scrollbar-transitionless {
  transition: none;
}

.os-scrollbar-track {
  position: relative;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  touch-action: none;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
  opacity: 0;
  visibility: hidden;
}

.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
  transition: none !important;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical .os-scrollbar-handle {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle,
.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  right: auto;
  left: 0;
}

@media print {
  .os-scrollbar {
    display: none;
  }
}

.os-scrollbar .os-scrollbar-track {
  background-color: var(--color-border);
  height: 1px;
}

.os-scrollbar .os-scrollbar-handle {
  background: var(--color-body);
}
.os-scrollbar .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-scrollbar-horizontal {
  height: 3px;
  padding: 1px;
}
.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: 32px;
  height: 1px;
  transition: 0.15s height ease, 0.15s bottom ease;
}
.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -10px;
  bottom: -10px;
}
.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: 3px;
  bottom: -1px;
}
.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: 3px;
  bottom: -1px;
}

.os-scrollbar-vertical {
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  bottom: var(--os-size);
  width: var(--os-size);
}
.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: var(--os-handle-min-size);
  max-height: var(--os-handle-max-size);
  width: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s,
    width 0.15s;
}
.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc(
    (var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) *
      -1
  );
  right: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc(
    (var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) *
      -1
  );
  left: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: 100%;
}
.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: 100%;
}

[data-overlayscrollbars-viewport~="measuring"] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}

.button-center {
  text-align: center;
  margin-top: 50px;
}

.thb-secondary-area--item-count{
  background:#257b88;
}
.thb-full-menu>li.active a{
    color: #257b88;
    border-bottom: 2px solid #257b88;
}


.get-in-touch-section{
  display:flex;
  align-items:center;
  margin-bottom:25px;
}
.get-in-touch-section .col-lg-12{
  border-bottom:1px solid #ddd;
  padding-bottom:30px;
  text-align:right;
  
}
.get-in-touch-section .get-in-button a{
  color:#fff;
  opacity:1;
      padding: 14px;
    min-height: auto;
  
}
.get-in-touch-section .get-in-button {
  margin-right:20px;
}
.get-in-touch-section .get-in-button a:hover,.get-in-touch-section .get-in-button a:focus{
color: #fff;
    background: #257b88;
    opacity: 1;
}
.get-in-touch-section .get-in-button svg{
  width:20px;
  height:20px;
  display:inline-block;
  vertical-align:middle;
}
.get-in-touch-section .call-option a{
    color: #257b88;
    font-size: 18px;
    font-weight: 600;
}
.get-in-touch-section .call-option a svg{
  width:18px;
  height:18px;
}
@media screen and (min-width: 1000px) and (max-width: 1024px){
  .get-in-touch-section .get-in-button svg {
    width: 15px;
    height: 15px;
  }
  .get-in-touch-section .call-option a svg {
    width: 14px;
    height: 14px;
}
  .get-in-touch-section .call-option a {
    font-size: 15px;
  }
  .get-in-touch-section .get-in-button a{
    padding:10px;
  }
}

/* assemble service css */
.assemble-service-note{
      padding: 15px;
    background: #fff3cd;
    border-radius: 7px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
      margin: 18px 0 30px;
}
.assemble-service-note strong{
  font-weight:600;
}
@media screen and (min-width: 0) and (max-width: 1023px){

  .assemble-popup-content {
    width: 96%;
    padding:20px;
}
  .assemble-popup-content h3 {
    font-size: 22px;
  }
}
/* // assemble service popup */
.assemble-popup {
  display: none;
  position: fixed;
   top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.assemble-popup-content {
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
  background-color: white;
     padding: 34px;
    margin: 0 auto;
    width: 444px;
  text-align: center;
  border-radius:5px;

}
.assemble-popup-content h3{
      font-size: 28px;
    font-weight: 500;
}
.assemble-popup .assemble-btn {
  padding: 10px 15px;
    font-size: 16px;
    background: #257b88;
  margin:0 5px;
    color: #fff;
}
#assemble-cancel-button {
  background: grey;
}
.assemble-servives input{
      width: 15px;
    height: 15px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}
.assemble-servives label{
    font-size: 16px;
    font-weight: 600;
}
#add-assembly-cost, .add-assembly-cost-card {
  border: 1px solid black !important;
 position: relative !important;
      appearance: auto !important;
}