/** Shopify CDN: Minification failed

Line 4897:0 Unexpected "}"

**/
@charset "UTF-8";

/*!
------------------------------------------------------------------
Author: Fuel Themes
Author URI: https://fuelthemes.net
------------------------------------------------------------------
*/
/*------------------------------------------------------------------
Compass Mixins
*/
/*------------------------------------------------------------------
Variables
*/
a,
#wrapper .click-capture,
.side-panel,
.back-to-top,
.back-to-top path,
.header:after,
.mobile-toggle span,
.thb-quick-search,
.thb-full-menu li.menu-item-has-children>a:after,
.thb-full-menu .sub-menu,
.shopify-payment-button__more-options:after,
.text-button:after,
.button:before,
.spr-summary-actions-newreview:before,
input[type="submit"]:before,
.button span,
.spr-summary-actions-newreview span,
input[type="submit"] span,
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,
input[type="checkbox"],
input[type="radio"],
.field label,
.cart-drawer .order-note-toggle__content,
.cart-drawer .order-note-toggle__content-overlay {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.cart-drawer:focus-visible {
  outline: none;
  box-shadow: none;
}


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

/*------------------------------------------------------------------
Foundation
*/
/**
 * 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 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 4rem;
  }
}

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"] {
  -moz-appearance: textfield;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

[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=75em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui,
    helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: normal;
  line-height: 1.75;
  color: var(--color-accent);
  -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;
  border-radius:3px;
}

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: 1.25rem;
  font-size: inherit;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

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

strong,
b {
  font-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: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui,
    helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: var(--color-accent);
  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: 0.8rem;
}

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-accent);
  text-decoration: none;
  cursor: pointer;
}

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

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 1360px;
  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: 1.25rem;
  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: 500;
}

blockquote {
  margin: 0 0 1.25rem;
  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 #25282a;
  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: #25282a;
}

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

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.row {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.46875rem;
  margin-left: -0.46875rem;
}

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

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

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  flex: 1 1 0px;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
  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-offset-0 {
  margin-left: 0%;
}

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

.small-offset-1 {
  margin-left: 8.33333%;
}

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

.small-offset-2 {
  margin-left: 16.66667%;
}

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

.small-offset-3 {
  margin-left: 25%;
}

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

.small-offset-4 {
  margin-left: 33.33333%;
}

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

.small-offset-5 {
  margin-left: 41.66667%;
}

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

.small-offset-6 {
  margin-left: 50%;
}

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

.small-offset-7 {
  margin-left: 58.33333%;
}

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

.small-offset-8 {
  margin-left: 66.66667%;
}

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

.small-offset-9 {
  margin-left: 75%;
}

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

.small-offset-10 {
  margin-left: 83.33333%;
}

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

.small-offset-11 {
  margin-left: 91.66667%;
}

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

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7>.column,
.small-up-7>.columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8>.column,
.small-up-8>.columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}

@media print,
screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

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

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

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

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

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

  .medium-offset-3 {
    margin-left: 25%;
  }

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

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

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

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

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

  .medium-offset-6 {
    margin-left: 50%;
  }

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

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

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

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

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

  .medium-offset-9 {
    margin-left: 75%;
  }

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

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

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

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

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

  .medium-up-7 {
    flex-wrap: wrap;
  }

  .medium-up-7>.column,
  .medium-up-7>.columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }

  .medium-up-8>.column,
  .medium-up-8>.columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print,
screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
  flex: 0 0 100%;
}

@media print,
screen and (min-width: 48em) {

  .row.medium-unstack>.column,
  .row.medium-unstack>.columns {
    flex: 1 1 0px;
  }
}

@media print,
screen and (min-width: 48em) {

  .medium-collapse>.column,
  .medium-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-uncollapse>.column,
  .medium-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 66.75em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

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

  .large-offset-1 {
    margin-left: 8.33333%;
  }

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

  .large-offset-2 {
    margin-left: 16.66667%;
  }

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

  .large-offset-3 {
    margin-left: 25%;
  }

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

  .large-offset-4 {
    margin-left: 33.33333%;
  }

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

  .large-offset-5 {
    margin-left: 41.66667%;
  }

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

  .large-offset-6 {
    margin-left: 50%;
  }

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

  .large-offset-7 {
    margin-left: 58.33333%;
  }

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

  .large-offset-8 {
    margin-left: 66.66667%;
  }

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

  .large-offset-9 {
    margin-left: 75%;
  }

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

  .large-offset-10 {
    margin-left: 83.33333%;
  }

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

  .large-offset-11 {
    margin-left: 91.66667%;
  }

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

  .large-up-7 {
    flex-wrap: wrap;
  }

  .large-up-7>.column,
  .large-up-7>.columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }

  .large-up-8>.column,
  .large-up-8>.columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print,
screen and (min-width: 66.75em) and (min-width: 66.75em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
  flex: 0 0 100%;
}

@media print,
screen and (min-width: 66.75em) {

  .row.large-unstack>.column,
  .row.large-unstack>.columns {
    flex: 1 1 0px;
  }
}

@media print,
screen and (min-width: 66.75em) {

  .large-collapse>.column,
  .large-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-uncollapse>.column,
  .large-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 0.9375rem;
}

.column-block> :last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block> :last-child {
    margin-bottom: 0;
  }
}

.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-left.vertical.menu>li>a {
  justify-content: flex-start;
}

.align-right.vertical.menu>li>a {
  justify-content: flex-end;
}

.align-center.vertical.menu>li>a {
  justify-content: center;
}

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

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

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print,
screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print,
screen and (min-width: 66.75em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

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

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

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print,
screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

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

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print,
screen and (min-width: 66.75em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

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

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

/*------------------------------------------------------------------
Utilities
*/
/*------------------------------------------------------------------
Structure
*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--logo-height-mobile) + 106px);
  font-size: calc(var(--font-body-scale) * 16px);
}

@media only screen and (min-width: 768px) {
  html {
    scroll-padding-top: calc(var(--logo-height) + 106px);
  }
}

body {
  overflow-wrap: break-word;
  font-size: 1.0625rem;
  background: var(--bg-body, #fff);
}

body.open-cc #wrapper .click-capture {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

* {
  box-sizing: border-box;
}

:root {
  --bg-body: #fff;
  --bg-body-rgb: 255, 255, 255;
  --color-accent: #103a3a;
  --color-accent-rgb: 16, 58, 58;
  --color-accent2: #c25b41;
  --color-accent3: #f6f6f0;
  --color-border: #eeeeee;
  --color-form-border: #dedede;
  --color-star: #f1b824;
  --color-overlay-rgb: 0, 0, 0;
  --section-spacing-mobile: 50px;
  --section-spacing-desktop: 100px;
  --page-width: 144rem;
}

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

p {
  word-spacing: 0.001em;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-family: Rubik, sans-serif;
}

figure {
  margin: 0;
  padding: 0;
}

summary {
  display: inline-block;
}

#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: 51;
  opacity: 0;
  visibility: hidden;
  background: rgba(196, 196, 196, 0.7);
  backdrop-filter: blur(3px);
}

.template-product-quick-view #wrapper .click-capture {
  opacity: 1 !important;
  visibility: visible !important;
}

.row {
  padding: 0 5px;
}

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

.row .columns {
  padding: 0 7.5px;
}

@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 meant only for screen readers. */
.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 !important;
}

blockquote {
  position: relative;
  text-align: center;
  padding: 75px 5% 45px;
  border-left: 0;
  color: var(--color-accent);
  color: inherit;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 768px) {
  blockquote {
    padding: 100px 10% 65px;
  }
}

blockquote:before {
  content: "“";
  position: absolute;
  top: -30px;
  font-size: 9rem;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  blockquote:before {
    top: -20px;
  }
}

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: var(--color-accent3);
  display: flex;
}

.thb-placeholder svg {
  width: 100%;
  height: 100%;
  fill: var(--color-accent);
}

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

.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: 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: 15px;
  border-collapse: collapse;
  border: 1px solid var(--color-border);
}

[dir="rtl"] table {
  text-align: right;
}

table thead {
  line-height: 1;
}

table thead th {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

table th,
table td {
  padding: 10px 15px;
  border: 1px solid var(--color-border);
}

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

  table th,
  table td {
    padding: 15px 25px;
  }
}

table.no-borders {
  border: 0;
}

table.no-borders thead {
  line-height: 1;
}

table.no-borders thead th {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 18px 0;
  font-weight: 500;
  border-bottom: 1px solid var(--color-border);
}

table.no-borders thead th:last-child {
  text-align: right;
}

[dir="rtl"] table.no-borders thead th:last-child {
  text-align: left;
}

table.no-borders th,
table.no-borders td {
  padding: 10px 15px;
  border: 0;
}

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

  table.no-borders th,
  table.no-borders td {
    padding: 15px 25px;
  }
}

table.no-borders tbody tr th,
table.no-borders tbody tr td {
  padding: 20px 15px 20px 0;
  border-bottom: 1px solid var(--color-border);
}

table.no-borders tbody tr th:last-child,
table.no-borders tbody tr td:last-child {
  text-align: right;
  padding-right: 0;
}

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

  table.no-borders tbody tr th,
  table.no-borders tbody tr td {
    padding: 20px 30px 20px 0;
  }
}

[dir="rtl"] table.no-borders tbody tr th,
[dir="rtl"] table.no-borders tbody tr td {
  padding: 20px 0 20px 15px;
}

[dir="rtl"] table.no-borders tbody tr th:last-child,
[dir="rtl"] table.no-borders tbody tr td:last-child {
  text-align: left;
  padding-left: 0;
}

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

  [dir="rtl"] table.no-borders tbody tr th,
  [dir="rtl"] table.no-borders tbody tr td {
    padding: 20px 0 20px 30px;
  }
}

table.no-borders tbody tr:last-child td {
  border-bottom: 0;
}

table.no-borders tfoot {
  text-align: right;
}

[dir="rtl"] table.no-borders tfoot {
  text-align: left;
}

table.no-borders tfoot td {
  padding: 10px 0;
  border-top: 1px solid var(--color-border);
}

table.no-borders tfoot td:first-child {
  text-align: left;
}

[dir="rtl"] table.no-borders tfoot td:first-child {
  text-align: right;
}

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

.side-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  width: calc(90vw - 30px);
  background: var(--bg-body, #fff);
  max-width: 450px;
  overflow: scroll;
  overflow-x: hidden;
  transform: translateX(100%); 
  
}

.side-panel.active {
  transform: translateX(0%);
}

.side-panel.side-cart {
  z-index: 99;
}

.side-panel-header {
  margin-bottom: 15px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background: var(--bg-body, #fff);
  padding: 20px 20px 0;
}

.side-panel-header h4 {
  margin: 0;
  line-height: 1;
}

.side-panel-header h4>span {
  display: block;
}

.side-panel-header h4 .facets__label {
  font-size: 13px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .side-panel-header {
    margin-bottom: 30px;
    padding: 20px 20px 0;
  }
}

.side-panel-header div {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 20px;
}

.side-panel-close {
  cursor: pointer;
}

.side-panel-content {
  padding: 0 20px 20px;
}

@media only screen and (min-width: 768px) {
  .side-panel-content {
    /*padding: 0 40px 40px; */
  }
}

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

/*  Lazy Load */
.lazyload,
.lazyloading {
  opacity: 0.75;
  will-change: opacity, filter;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  filter: blur(10px);
}

.lazyload.no-blur,
.lazyloading.no-blur {
  filter: none;
  opacity: 1;
}

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

/* Scroll Shadow 
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 {
    min-height: 100vh;
  }
}

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

.page-content-width {
  /*max-width: 840px;*/
  max-width: 1360px;
  margin: 0 auto;
}

.subheading {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.6;
}

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

/* 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: 30;
  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;
    z-index: 9999999999;
  }
}

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

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 30px);
  line-height: 40px;
  padding-top:20px;
}

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

  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 40px);
    line-height: 62px;
  }
}

@media only screen and (min-width: 1068px) {

  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 46px);
    line-height: 56px;
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 40px);
  line-height: 48px;
}

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

  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 46px);
    line-height: 54px;
  }
}

@media only screen and (min-width: 1068px) {

  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 54px);
    line-height: 62px;
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 34px);
  line-height: 42px;
}

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

  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 36px);
    line-height: 44px;
  }
}

@media only screen and (min-width: 1068px) {

  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 40px);
    line-height: 48px;
  }
}

h4,
.h4 {
  font-size: calc(var(--font-heading-scale) * 28px);
  line-height: 36px;
}

@media only screen and (min-width: 1068px) {

  h4,
  .h4 {
    font-size: calc(var(--font-heading-scale) * 30px);
    line-height: 38px;
  }
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 24px);
  line-height: 32px;
}

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

/*------------------------------------------------------------------
Header
*/
.header-section {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
}

.header-section.search-open .thb-quick-search {
  transform: translateY(0%);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.header {
  display: block;
  border-bottom: 1px solid var(--color-border);
  position: relative;
  background: var(--color-header-bg, #fff);
  z-index: 60;
}

.header>.row>.columns {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  min-height: 60px;
}

@media only screen and (min-width: 1068px) {
  .header>.row>.columns {
    min-height: 80px;
  }
}

.header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.header.is-sticky:after {
  opacity: 1;
}

.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.style1 .logolink {
  text-align: center;
  justify-content: center;
}

@media only screen and (min-width: 1068px) {
  .header.style1 .logolink {
    text-align: left;
    margin-right: auto;
    justify-content: flex-start;
  }

  [dir="rtl"] .header.style1 .logolink {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1068px) {
  .header.style1>.row>.columns {
    display: flex;
  }
}

.header.style2 .logolink {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1068px) {
  .header.style2 .logolink {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1068px) {
  .header.style2>.row>.columns {
    grid-template-columns: auto 1fr;
  }
}

.header.style2 .full-menu {
  margin-left: 25px;
}

[dir="rtl"] .header.style2 .full-menu {
  margin-right: 25px;
  margin-left: 0;
}

@media only screen and (min-width: 1068px) {
  .header.style2 .logolink {
    text-align: left;
  }
}

.header.style3 .logolink {
  text-align: center;
  justify-content: center;
}

.header.style3 .logolink .logoimg {
  object-position: center;
}

.header.style3 .full-menu {
  margin-left: 0;
}

[dir="rtl"] .header.style3 .full-menu {
  margin-left: auto;
  margin-right: 0;
}

.header.style3 .thb-full-menu {
  text-align: left;
}

.header.style3 .thb-full-menu>li:first-child {
  padding-left: 0;
}

[dir="rtl"] .header.style3 .thb-full-menu {
  text-align: right;
}

.header .menu-logo-container {
  display: flex;
  align-items: center;
}

.thb-secondary-area {
  margin-left: auto;
  line-height: 1;
  height: 100%;
  min-width: 70px;
  white-space: nowrap;
  justify-content: end;
  display: inline-flex;
}

@media only screen and (min-width: 768px) {
  .thb-secondary-area {
    min-width: 135px;
  }
}

[dir="rtl"] .thb-secondary-area {
  margin-left: 0;
  margin-right: auto;
}

.thb-secondary-area .thb-secondary-item {
  padding: 0 7px;
  height: 100%;
  align-items: center;
  display: inline-flex;
}

@media only screen and (min-width: 1068px) {
  .thb-secondary-area .thb-secondary-item {
    padding: 0 10px;
  }
}

.thb-secondary-area .thb-secondary-item.thb-secondary-myaccount {
  display: none;
}

@media only screen and (min-width: 768px) {
  .thb-secondary-area .thb-secondary-item.thb-secondary-myaccount {
    display: inline-flex;
  }
}

.thb-secondary-area .thb-secondary-item.thb-secondary-cart .thb-item-count svg {
  fill: var(--color-accent3);
  width: 8px;
}

.thb-secondary-area .thb-secondary-item svg {
  pointer-events: none;
}

.thb-secondary-area .thb-secondary-item-icon {
  position: relative;
}

.thb-secondary-area .thb-item-count {
  position: absolute;
  top: -7px;
  right: -12px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--color-accent2);
  font-size: 0.625rem;
  font-weight: 600;
}

.logolink {
  display: inline-flex;
  margin: 20px 0;
}

.logolink.text-logo {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  word-break: break-all;
  color: var(--color-header-links, --color-accent);
}

.logolink.text-logo:hover,
.logolink.text-logo:focus {
  color: var(--color-header-links-hover, --color-accent2);
}

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

.mobile-toggle-wrapper {
  display: inline-flex;
  margin-right: auto;
}

[dir="rtl"] .mobile-toggle-wrapper {
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 1068px) {
  .mobile-toggle-wrapper {
    display: none;
  }
}

.mobile-toggle-wrapper[open] .no-js .mobile-toggle-wrapper .mobile-menu-drawer {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-toggle-wrapper[open] .no-js .mobile-toggle-wrapper .mobile-toggle span:nth-child(1) {
  transform: rotateZ(45deg) translateY(-1px);
}

.mobile-toggle-wrapper[open] .no-js .mobile-toggle-wrapper .mobile-toggle span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle-wrapper[open] .no-js .mobile-toggle-wrapper .mobile-toggle span:nth-child(3) {
  transform: rotateZ(-45deg);
}

.mobile-toggle-wrapper.active .mobile-menu-drawer {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-toggle-wrapper.active .mobile-toggle span:nth-child(1) {
  transform: rotateZ(45deg) translateY(-1px);
}

.mobile-toggle-wrapper.active .mobile-toggle span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle-wrapper.active .mobile-toggle span:nth-child(3) {
  transform: rotateZ(-45deg);
}

.mobile-toggle-wrapper summary::-webkit-details-marker {
  display: none;
}

.mobile-toggle {
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-left: -12px;
}

.mobile-toggle span {
  width: 18px;
  height: 1px;
  background: var(--color-header-icons, --color-accent);
  position: absolute;
  top: 15px;
  left: 12px;
  border-radius: 0.5px;
}

[dir="rtl"] .mobile-toggle span {
  left: auto;
  right: 12px;
}

.mobile-toggle span:nth-child(1) {
  transform-origin: top left;
}

.mobile-toggle span:nth-child(2) {
  top: 21px;
}

.mobile-toggle span:nth-child(3) {
  transform-origin: top left;
  top: 27px;
}

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

.full-menu {
  display: none;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (min-width: 1068px) {
  .full-menu {
    display: inline-flex;
  }
}

.thb-quick-search {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  z-index: 20;
  background: var(--color-header-bg, #fff);
  transform: translateY(-100%);
}

.thb-quick-search--form,
.thb-quick-search--results,
.thb-quick-search--popular {
  padding: 3px 10px;
  border-top: 1px solid var(--color-border);
  visibility: hidden;
}

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

  .thb-quick-search--form,
  .thb-quick-search--results,
  .thb-quick-search--popular {
    padding: 10px 30px;
  }
}

.search-open .thb-quick-search--form,
.search-open .thb-quick-search--results,
.search-open .thb-quick-search--popular {
  visibility: visible;
}

.thb-quick-search--results-container {
  position: relative;
}

.thb-quick-search--results-container .loading-overlay {
  width: 32px;
  height: 32px;
}

.thb-quick-search--results {
  display: none;
}

.thb-quick-search--results.active {
  display: block;
}

.thb-quick-search--results.loading {
  display: block;
  min-height: 70px;
}

.thb-quick-search--results.loading+.loading-overlay {
  display: block;
}

.thb-quick-search--results.loading #predictive-search-results {
  pointer-events: none;
  opacity: 0.75;
}

.thb-quick-search--results scroll-shadow {
  width: 100%;
  margin-bottom: 9px;
  --scroll-shadow-size: 30;
  --scroll-shadow-top: linear-gradient(rgba(var(--color-header-bg-rgb), 1),
      rgba(var(--color-header-bg-rgb), 0));
  --scroll-shadow-bottom: linear-gradient(rgba(var(--color-header-bg-rgb), 0),
      rgba(var(--color-header-bg-rgb), 1));
}

.thb-quick-search--results .search-results-container {
  overflow-y: scroll;
  max-height: 200px;
}

.thb-quick-search--results .search-results {
  display: none;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

@media only screen and (min-width: 768px) {
  .thb-quick-search--results .search-results {
    grid-column-gap: 30px;
  }
}

.thb-quick-search--results .search-results.active {
  display: grid;
}

.thb-quick-search--results #predictive-results-product {
  grid-template-columns: minmax(0, 1fr);
}

@media only screen and (min-width: 768px) {
  .thb-quick-search--results #predictive-results-product {
    grid-template-columns: repeat(auto-fit, 250px);
    justify-content: flex-start;
  }
}

.thb-quick-search--results .predictive-search-product-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.thb-quick-search--results .predictive-search-product-image-link {
  width: 65px;
  min-width: 65px;
  display: block;
}

.thb-quick-search--results .predictive-search-product-image-link img,
.thb-quick-search--results .predictive-search-product-image-link .thb-placeholder {
  width: 100%;
  height: auto;
  display: block;
}

.thb-quick-search--results .predictive-search-product-image-link .thb-placeholder {
  min-height: 90px;
}

.thb-quick-search--results .predictive-search-product-details {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size:13px;
  line-height:17px;
  gap:5px;
}

.thb-quick-search--results .predictive-search-product-title {
  display: block;
}

.thb-quick-search--results .search-results--suggestions.active {
  grid-template-columns: 1fr;
}

.thb-quick-search--results .search-results--suggestions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
}

.thb-quick-search--results .search-results--suggestions mark {
  background: none;
  font-weight: 500;
}

.thb-quick-search .product-cart-item .cart-product-link {
  color: var(--color-header-links, --color-accent);
}

.thb-quick-search .product-cart-item .cart-product-link:hover {
  color: var(--color-header-links-hover, --color-accent2);
  opacity: 1;
}

.thb-quick-search--popular {
  white-space: nowrap;
  overflow: scroll;
}

.thb-quick-search--popular span {
  display: block;
  font-weight: bold;
  font-size: 0.6875rem;
  line-height: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-right: 25px;
  margin-bottom: 20px;
  color: var(--color-header-text, --color-accent);
}

.thb-quick-search--popular .button.outline {
  margin-right: 5px;
  display: inline-flex;
  border: 1px solid var(--color-header-links, --color-accent);
  color: var(--color-header-links, --color-accent);
}

.thb-quick-search--popular .button.outline:hover {
  background: var(--color-header-links, --color-accent);
  color: var(--color-header-bg, #fff);
}

.thb-quick-search--popular scroll-shadow {
  margin: 0 -15px;
  width: calc(100% + 30px);
  --scroll-shadow-left: linear-gradient(90deg,
      rgba(var(--color-header-bg-rgb), 1),
      rgba(var(--color-header-bg-rgb), 0));
  --scroll-shadow-right: linear-gradient(90deg,
      rgba(var(--color-header-bg-rgb), 0),
      rgba(var(--color-header-bg-rgb), 1));
}

@media only screen and (min-width: 768px) {
  .thb-quick-search--popular scroll-shadow {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
}

.thb-quick-search--popular scroll-shadow div {
  overflow: scroll;
  scrollbar-width: none;
  padding: 0 15px;
}

.thb-quick-search--popular scroll-shadow div::-webkit-scrollbar {
  display: none;
}

@media only screen and (min-width: 768px) {
  .thb-quick-search--popular scroll-shadow div {
    padding: 0 40px;
  }
}

.thb-quick-search .searchform fieldset input {
  font-size: 16px;
  padding: 0 40px 0 0;
  border: 0;
  outline: 0;
  color: var(--color-header-text, --color-accent);
}

@media only screen and (min-width: 768px) {
  .thb-quick-search .searchform fieldset input {
    font-size: 18px;
  }
}

.thb-quick-search .searchform fieldset input:-moz-placeholder {
  color: rgba(var(--color-header-text-rgb, --color-accent-rgb), 0.3);
}

.thb-quick-search .searchform fieldset input::-moz-placeholder {
  color: rgba(var(--color-header-text-rgb, --color-accent-rgb), 0.3);
}

.thb-quick-search .searchform fieldset input:-ms-input-placeholder {
  color: rgba(var(--color-header-text-rgb, --color-accent-rgb), 0.3);
}

.thb-quick-search .searchform fieldset input::-webkit-input-placeholder {
  color: rgba(var(--color-header-text-rgb, --color-accent-rgb), 0.3);
}

[dir="rtl"] .thb-quick-search .searchform fieldset input {
  padding: 0 0 0 40px;
}

.thb-quick-search .searchform fieldset .thb-search-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40px;
  cursor: pointer;
}

[dir="rtl"] .thb-quick-search .searchform fieldset .thb-search-close {
  right: auto;
  left: 0;
}

.search-categories {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 17px;
}

.search-categories a {
  display: inline-flex;
  margin-right: 20px;
  opacity: 0.6;
  color: var(--color-header-links, --color-accent);
}

.search-categories a:hover,
.search-categories a.active {
  color: var(--color-header-links-hover, --color-accent2);
  opacity: 1;
}

.search-categories a.active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 2px;
}

.thb-full-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: calc(var(--font-navigation-scale, 1) * 16px);
  font-family: 'Marcellus';
}

.navigation-uppercase-true .thb-full-menu {
  text-transform: uppercase;
}

.thb-full-menu a {
  color: var(--color-header-links, --color-accent);
}

.thb-full-menu a:hover,
.thb-full-menu a:focus {
  color: var(--color-header-links-hover, --color-accent2);
}

.thb-full-menu>li {
  display: inline-flex;
  padding: 0 12px;
  align-items: center;
}

.thb-full-menu>li>a {
  padding: 10px 0;
}

.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:before {
  content: attr(data-item-title);
  position: absolute;
  height: 100%;
  top: 0;
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
}

.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;
  padding: 15px 0;
  border-top: 1px solid var(--color-border);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.thb-full-menu li.menu-item-has-children>a {
  padding-right: 14px;
  position: relative;
}

[dir="rtl"] .thb-full-menu li.menu-item-has-children>a {
  padding-right: 0;
  padding-left: 14px;
}

.thb-full-menu li.menu-item-has-children>a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: var(--color-header-links, --color-accent) transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}

[dir="rtl"] .thb-full-menu li.menu-item-has-children>a:after {
  right: auto;
  left: 0;
}

.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:hover:after,
.thb-full-menu li.menu-item-has-children>a:focus:after {
  border-top-color: var(--color-header-links-hover, --color-accent2);
}

.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 .sub-menu {
  position: absolute;
  top: 100%;
  left: -13px;
  font-size: calc(var(--font-navigation-scale, 1) * 13px);
  line-height: 1;
  padding: 20px 28px;
  background: var(--color-header-bg, #fff);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  min-width: 190px;
  opacity: 0;
  visibility: hidden;
}
.thb-full-menu .holiday .mega-menu-columns,
.thb-full-menu .holidays .mega-menu-columns,
.thb-full-menu .linen-life .mega-menu-columns {
  display: flex;
  align-items: stretch;
  gap: 30px;
  max-width: 900px;
  padding: 0 50px;
}

.thb-full-menu .holiday .mega-menu-columns > li:first-child,
.thb-full-menu .holidays .mega-menu-columns > li:first-child,
.thb-full-menu .linen-life .mega-menu-columns > li:first-child {
  flex: 22 1 0;
  max-width: 22%;
}

.thb-full-menu .holiday .mega-menu-columns > li:not(:first-child),
.thb-full-menu .holidays .mega-menu-columns > li:not(:first-child),
.thb-full-menu .linen-life .mega-menu-columns > li:not(:first-child) {
  flex: 78 1 0;
  max-width: 78%;
}

.thb-full-menu .holiday .mega-menu-promotion,
.thb-full-menu .holidays .mega-menu-promotion,
.thb-full-menu .linen-life .mega-menu-promotion {
  padding: 0;
}

[dir="rtl"] .thb-full-menu .sub-menu {
  left: auto;
  right: -13px;
  text-align: right;
}

.thb-full-menu .sub-menu li {
  padding: 2px 0;
}

.thb-full-menu .sub-menu li a {
  display: block;
}

.thb-full-menu .sub-menu li.menu-item-has-children>a:after {
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent var(--color-header-links, --color-accent);
}

[dir="rtl"] .thb-full-menu .sub-menu li.menu-item-has-children>a:after {
  border-width: 3px 4px 3px 0;
  border-color: transparent var(--color-header-links, --color-accent) transparent transparent;
}

.thb-full-menu .sub-menu .sub-menu {
  top: 0;
  left: calc(100% + 30px);
  margin-top: -20px;
}

[dir="rtl"] .thb-full-menu .sub-menu .sub-menu {
  left: auto;
  right: calc(100% + 30px);
}

.thb-full-menu .sub-menu .sub-menu:before {
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  left: -32px;
  height: 25px;
  width: 32px;
}

.thb-full-menu .mega-menu-columns {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 20px;
  align-items: start;
  list-style: none;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1300px;
}

.thb-full-menu .mega-menu-columns--featured {
  grid-template-columns: minmax(320px, 1.2fr) repeat(auto-fit, minmax(180px, 220px));
  grid-auto-columns: initial;
  grid-auto-flow: row;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  max-width: 1200px;
}

.thb-full-menu .mega-menu-columns__menu {
  min-width: 0;
}

.thb-full-menu .mega-menu-columns__menu > ul,
.thb-full-menu .mega-menu-columns__menu .mega-menu-columns.no-padding ul {
  white-space: nowrap;
}

.thb-full-menu .mega-menu-columns__menu .mega-menu-columns.no-padding {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, max-content));
  gap: 8px 32px;
  align-content: start;
}

.thb-full-menu .mega-menu-columns__promo {
  display: flex;
  width: 100%;
  max-width: 220px;
  justify-self: center;
}

@media only screen and (min-width: 1200px) {
  .thb-full-menu .mega-menu-columns {
    grid-column-gap: 30px;
  }
}

.thb-full-menu .mega-menu-columns>li>a {
  font-size: calc(var(--font-navigation-scale, 1) * 17px);
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-weight: 500;
}

.thb-full-menu .mega-menu-columns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thb-full-menu .mega-menu-columns ul li {
  padding: 5px 0;
}

.mega-menu-promotion {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding:0 20px;
}

.mega-menu-promotion img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu-promotion--image {
    overflow: hidden;
}

.mega-menu-promotion--content {
  margin-top: 15px;
  text-align: center;
}

.mega-menu-promotion--content strong {
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.mega-menu-promotion--content p {
  font-size: 0.8125rem;
  font-weight: 400;
  margin: 0;
}

.mega-menu-promotion--content:last-child {
  margin-bottom: 0;
}

.mega-menu-promotion--link {
  position: absolute !important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

.mega-menu-promotion--link:after {
  content: none !important;
}

/*------------------------------------------------------------------
Animations
*/
.animations-true .animate-fade {
  opacity: 0;
}

.animations-true .line-child {
  overflow: hidden;
}

/*------------------------------------------------------------------
Forms
*/
.thb-localization-forms {
  text-align: right;
}

.thb-localization-forms .shopify-localization-form {
  display: inline-flex;
}

.thb-localization-forms .shopify-localization-form>div {
  margin-left: 15px;
}

.thb-localization-forms select {
  background: none;
  border: none;
  padding: 0;
  height: auto;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.2;
}

.shopify-payment-button__more-options,
.text-button {
  font-size: 0.9375rem;
  margin-right: 15px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

[dir="rtl"] .shopify-payment-button__more-options,
[dir="rtl"] .text-button {
  margin-right: 0;
  margin-left: 15px;
  display: inline-block;
}

.shopify-payment-button__more-options:after,
.shopify-payment-button__more-options:before,
.text-button:after,
.text-button:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
}

.shopify-payment-button__more-options:before,
.text-button:before {
  background: rgba(var(--color-accent-rgb), 0.3);
}

.shopify-payment-button__more-options:after,
.text-button:after {
  background: var(--color-accent2);
  transform: scale(0, 1);
}

[dir="rtl"] .shopify-payment-button__more-options:after,
[dir="rtl"] .text-button:after {
  transform-origin: right center;
}

.shopify-payment-button__more-options:hover:after,
.text-button:hover:after {
  transform: scale(1, 1);
}

.shopify-payment-button__more-options.white,
.text-button.white {
  color: #fff;
}

.shopify-payment-button__more-options.white:before,
.text-button.white:before {
  background: rgba(255, 255, 255, 0.2);
}

.shopify-payment-button__more-options.white:after,
.text-button.white:after {
  background: #fff;
}

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

.button,
.spr-summary-actions-newreview,
input[type="submit"] {
  display: inline-flex;
  cursor: pointer;
  padding: 5px 27px;
  align-items: center;
  justify-content: center;
  height: 52px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: var(--button-letter-spacing, 0.2em);
  background: var(--color-accent);
  color: var(--solid-button-label, #fff);
  border-radius: var(--button-border-radius, 3px);
  border: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: color 0.25s cubic-bezier(0.104, 0.204, 0.492, 1),
    background-color 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.button-uppercase-true .button,
.button-uppercase-true .spr-summary-actions-newreview,
.button-uppercase-true input[type="submit"] {
  text-transform: uppercase;
}

.button:before,
.spr-summary-actions-newreview:before,
input[type="submit"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  z-index: 5;
}

.button:hover,
.button:focus,
.spr-summary-actions-newreview:hover,
.spr-summary-actions-newreview:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #fff;
}

.button:hover:before,
.button:focus:before,
.spr-summary-actions-newreview:hover:before,
.spr-summary-actions-newreview:focus:before,
input[type="submit"]:hover:before,
input[type="submit"]:focus:before {
  transform: translateY(0%);
}

.button.loading span,
[loading="true"] .button span,
.spr-summary-actions-newreview.loading span,
[loading="true"] .spr-summary-actions-newreview span,
input[type="submit"].loading span,
[loading="true"] input[type="submit"] span {
  opacity: 0;
}

.button.loading .loading-overlay,
[loading="true"] .button .loading-overlay,
.spr-summary-actions-newreview.loading .loading-overlay,
[loading="true"] .spr-summary-actions-newreview .loading-overlay,
input[type="submit"].loading .loading-overlay,
[loading="true"] input[type="submit"] .loading-overlay {
  opacity: 1;
}

.button span,
.spr-summary-actions-newreview span,
input[type="submit"] span {
  z-index: 8;
}

.button .loading-overlay,
.spr-summary-actions-newreview .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,
.spr-summary-actions-newreview .loading-overlay svg,
input[type="submit"] .loading-overlay svg {
  width: 20px;
  height: 20px;
}

.button .loading-overlay .spinner-path,
.spr-summary-actions-newreview .loading-overlay .spinner-path,
input[type="submit"] .loading-overlay .spinner-path {
  stroke: #fff;
}

.button.accent2,
.spr-summary-actions-newreview.accent2,
input[type="submit"].accent2 {
  background: #2e2e2e;
  color: #fff;
}

.button.full,
.spr-summary-actions-newreview.full,
input[type="submit"].full {
  width: 100%;
}

.button.pill,
.spr-summary-actions-newreview.pill,
input[type="submit"].pill {
  border-radius: 500px;
}

.button.small,
.spr-summary-actions-newreview.small,
input[type="submit"].small {
  height: 32px;
  padding: 5px 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: none;
}

.button.medium,
.spr-summary-actions-newreview.medium,
input[type="submit"].medium {
  height: 40px;
  font-size: 0.75rem;
}

.button.white,
.spr-summary-actions-newreview.white,
input[type="submit"].white {
  background: #fff;
  color: var(--color-accent);
}

.button.outline,
.spr-summary-actions-newreview.outline,
input[type="submit"].outline {
  border: 1px solid var(--outline-button-label, var(--color-accent));
  color: var(--outline-button-label, var(--color-accent));
  background: transparent;
}

.button.outline:before,
.spr-summary-actions-newreview.outline:before,
input[type="submit"].outline:before {
  content: none;
}

.button.outline:hover,
.spr-summary-actions-newreview.outline:hover,
input[type="submit"].outline:hover {
  background: var(--outline-button-label, var(--color-accent));
  color: var(--solid-button-label, #fff);
}

.button.outline.white,
.spr-summary-actions-newreview.outline.white,
input[type="submit"].outline.white {
  border-color: var(--bg-body);
  color: var(--bg-body);
}

.button.outline.white:hover,
.spr-summary-actions-newreview.outline.white:hover,
input[type="submit"].outline.white:hover {
  background: var(--bg-body);
  color: var(--color-accent);
}

.button.loading span,
.spr-summary-actions-newreview.loading span,
input[type="submit"].loading span {
  opacity: 0;
}

.button.loading .loading-overlay,
.spr-summary-actions-newreview.loading .loading-overlay,
input[type="submit"].loading .loading-overlay {
  opacity: 1;
}

.button[disabled],
.spr-summary-actions-newreview[disabled],
input[type="submit"][disabled] {
  background: transparent;
  color: var(--color-accent);
  border: 1px solid var(--color-border);
  cursor: not-allowed;
}

.button[disabled] span:not(.loading-overlay),
.spr-summary-actions-newreview[disabled] span:not(.loading-overlay),
input[type="submit"][disabled] span:not(.loading-overlay) {
  opacity: 0.5;
}

.button[disabled]:before,
.spr-summary-actions-newreview[disabled]:before,
input[type="submit"][disabled]:before {
  transform: translateY(0);
  background: rgba(0, 0, 0, 0.03);
}

/* Form Styling */
form {
  margin: 0;
}

form fieldset {
  padding: 0;
  margin: 0;
  border: 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"],
input[type="file"],
textarea,
select {
  border: 1px solid var(--color-form-border);
  padding: 5px 22px;
  height: 42px;
  margin-bottom: 20px;
  color: var(--color-accent);
  font-size: 0.75rem;
  font-weight: 400;
  background: transparent;
  max-width: 100%;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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,
select:focus {
  border-color: var(--color-accent);
}

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,
select:-moz-placeholder {
  color: rgba(var(--color-accent-rgb), 0);
}

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,
select::-moz-placeholder {
  color: rgba(var(--color-accent-rgb), 0);
}

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,
select:-ms-input-placeholder {
  color: rgba(var(--color-accent-rgb), 0);
}

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,
select::-webkit-input-placeholder {
  color: rgba(var(--color-accent-rgb), 0);
}

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="checkbox"],
input[type="radio"] {
  border: 1px solid var(--color-form-border);
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin: 0 15px 0 0;
  vertical-align: middle;
}

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

label {
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: var(--color-accent);
}

select {
  width: auto;
}

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

.field {
  position: relative;
}

.field label {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  padding: 17px 22px;
  height: 52px;
  pointer-events: none;
}

[dir="rtl"] .field label {
  left: auto;
  right: 0;
}

.field select {
  margin-bottom: 0;
}

.field textarea:focus+label,
.field textarea:not(:placeholder-shown)+label,
.field input[type="text"]:focus+label,
.field input[type="text"]:not(:placeholder-shown)+label,
.field input[type="password"]:focus+label,
.field input[type="password"]:not(:placeholder-shown)+label,
.field input[type="date"]:focus+label,
.field input[type="date"]:not(:placeholder-shown)+label,
.field input[type="datetime"]:focus+label,
.field input[type="datetime"]:not(:placeholder-shown)+label,
.field input[type="email"]:focus+label,
.field input[type="email"]:not(:placeholder-shown)+label,
.field input[type="number"]:focus+label,
.field input[type="number"]:not(:placeholder-shown)+label,
.field input[type="search"]:focus+label,
.field input[type="search"]:not(:placeholder-shown)+label,
.field input[type="tel"]:focus+label,
.field input[type="tel"]:not(:placeholder-shown)+label,
.field input[type="time"]:focus+label,
.field input[type="time"]:not(:placeholder-shown)+label,
.field input[type="url"]:focus+label,
.field input[type="url"]:not(:placeholder-shown)+label,
.field select:focus+label,
.field select:not(:placeholder-shown)+label {
  font-size: 0.6875rem;
  padding: 0 6px;
  height: auto;
  left: 17px;
  transform: translateY(-50%);
}

[dir="rtl"] .field textarea:focus+label,
[dir="rtl"] .field textarea:not(:placeholder-shown)+label,
[dir="rtl"] .field input[type="text"]:focus+label,
[dir="rtl"] .field input[type="text"]:not(:placeholder-shown)+label,
[dir="rtl"] .field input[type="password"]:focus+label,
[dir="rtl"] .field input[type="password"]:not(:placeholder-shown)+label,
[dir="rtl"] .field input[type="date"]:focus+label,
[dir="rtl"] .field input[type="date"]:not(:placeholder-shown)+label,
[dir="rtl"] .field input[type="datetime"]:focus+label,
[dir="rtl"] .field input[type="datetime"]:not(:placeholder-shown)+label,
[dir="rtl"] .field input[type="email"]:focus+label,
[dir="rtl"] .field input[type="email"]:not(:placeholder-shown)+label,
[dir="rtl"] .field input[type="number"]:focus+label,
[dir="rtl"] .field input[type="number"]:not(:placeholder-shown)+label,
[dir="rtl"] .field input[type="search"]:focus+label,
[dir="rtl"] .field input[type="search"]:not(:placeholder-shown)+label,
[dir="rtl"] .field input[type="tel"]:focus+label,
[dir="rtl"] .field input[type="tel"]:not(:placeholder-shown)+label,
[dir="rtl"] .field input[type="time"]:focus+label,
[dir="rtl"] .field input[type="time"]:not(:placeholder-shown)+label,
[dir="rtl"] .field input[type="url"]:focus+label,
[dir="rtl"] .field input[type="url"]:not(:placeholder-shown)+label,
[dir="rtl"] .field select:focus+label,
[dir="rtl"] .field select:not(:placeholder-shown)+label {
  left: auto;
  right: 17px;
}

.field textarea.invalid+label,
.field input[type="text"].invalid+label,
.field input[type="password"].invalid+label,
.field input[type="date"].invalid+label,
.field input[type="datetime"].invalid+label,
.field input[type="email"].invalid+label,
.field input[type="number"].invalid+label,
.field input[type="search"].invalid+label,
.field input[type="tel"].invalid+label,
.field input[type="time"].invalid+label,
.field input[type="url"].invalid+label,
.field select.invalid+label {
  color: #e93636;
}

.searchform fieldset {
  position: relative;
}

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

.searchform fieldset input:-moz-placeholder {
  color: rgba(var(--color-accent-rgb), 0.3);
}

.searchform fieldset input::-moz-placeholder {
  color: rgba(var(--color-accent-rgb), 0.3);
}

.searchform fieldset input:-ms-input-placeholder {
  color: rgba(var(--color-accent-rgb), 0.3);
}

.searchform fieldset input::-webkit-input-placeholder {
  color: rgba(var(--color-accent-rgb), 0.3);
}

.searchform fieldset input::-webkit-search-cancel-button {
  display: none;
}

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

.searchform fieldset .thb-search-submit svg {
  height: 16px;
}

.select {
  position: relative;
  margin-bottom: 20px;
}

.select select {
  padding-right: 24px;
  margin-bottom: 0;
}

.select select.resize-select {
  display: block;
  width: 150px;
  transition: none;
}

.select:after {
  content: "";
  display: inline-flex;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: var(--color-accent) transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  pointer-events: none;
}

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

/*------------------------------------------------------------------
Shop
*/
.quantity {
  display: inline-flex;
  position: relative;
  border-radius: 3px;
  border: 1px solid var(--color-form-border);
  padding: 0 30px;
}

.quantity .qty {
  display: inline-flex;
  padding: 0;
  width: 25px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border: 0;
  justify-content: center;
  background: transparent;
  font-size: 0.8125rem;
  font-weight: 600;
  margin: 0;
  outline: 0;
}

.no-js .quantity .qty {
  width: 50px;
}

.quantity .qty {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.quantity.small-qty {
  padding: 0 25px;
}

.quantity.small-qty .qty {
  height: 28px;
  line-height: 1;
}

.quantity.small-qty .minus,
.quantity.small-qty .plus {
  width: 25px;
  height: 28px;
}

.quantity .minus,
.quantity .plus {
  display: flex;
  padding: 0;
  margin: 0;
  border: 0;
  height: 50px;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 30px;
  cursor: pointer;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quantity .plus {
  top: 0;
  left: auto;
  right: 0;
}

.quantity+.remove {
  margin-left: 15px;
  cursor: pointer;
}

.remove svg {
  pointer-events: none;
}

.badge {
  display: inline-flex;
  align-items: center;
  background: var(--color-badge-sale, var(--color-accent2));
  color: var(--color-badge-text, #fff);
  border-radius: var(--badge-corner-radius, 3px);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-weight: 700;
  height: 26px;
  padding: 0 10px;
  line-height: 0;
  left: 2px;
  top:2px;
}

.badge.out-of-stock ,
.badge.stock-sold-out {
  background: var(--color-badge-sold-out, #939393);
}

.price {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  color: #2e2e2e;
}

.price>span {
  display: inline-flex;
  vertical-align: middle;
}

.price del {
  vertical-align: middle;
}

.price del .amount {
  opacity: 0.4;
}

.price del+ins {
  margin-left: 10px;
}

.price .from {
  font-weight: 400;
}

.price>.amount,
.price ins {
  text-decoration: none;
}

.price .unit-price {
  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;
}

.hidden {
  display: none !important;
}

summary::-webkit-details-marker {
  display: none;
}

.instafeed-new-layout-container .instafeed-new-arrow {
  z-index: 1;
}

.product-cart-item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  max-width: 400px;
}

@media only screen and (min-width: 768px) {
  .product-cart-item {
    /*align-items: center;*/
  }
}

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

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

.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);
  backdrop-filter: blur(3px);
}

.product-cart-item-image .loading-overlay svg {
  width: 24px;
}

.product-cart-item img,
.product-cart-item .thb-placeholder {
  max-width: 75px;
  height: auto;
}

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

  .product-cart-item img,
  .product-cart-item .thb-placeholder {
    max-width: 75px;
  }
}

.product-cart-item .cart-product-link {
  display: block;
  font-size: 13px;
  line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.4);
}

.product-title-uppercase-true .product-cart-item .cart-product-link {
  text-transform: uppercase;
}

.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.8;
  margin-top: 2px;
}

.product-cart-item .small-qty {
  margin-top: 8px;
}

.cart-drawer {
  overflow: hidden;
}

/* Make cart drawer full width on small screens and remove transparency/backdrop overlays 
@media only screen and (max-width: 767px) {
  .side-panel {
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100%;
    transform: translateX(100%);
  }*/

  /* Ensure the open state still slides in properly 
  .side-panel.active {
    transform: translateX(0%);
  }*/

  /* Remove any semi-transparent backgrounds inside the cart drawer on mobile */
  .cart-drawer,
  .cart-drawer .side-panel-inner,
  .cart-drawer .side-panel-content,
  .cart-drawer,
  .cart-drawer .product-recommendations-drawer,
  .cart-drawer .product-recommendations-drawer__arrow {
    background: #ffffff !important;
    background-color: #ffffff !important;
    backdrop-filter: none !important;
  }
}

/* Remove transparency/backdrop overlays on desktop too */
.cart-drawer,
.cart-drawer .side-panel-inner,
.cart-drawer .side-panel-content,
.cart-drawer ,
.cart-drawer .product-recommendations-drawer,
.cart-drawer .product-recommendations-drawer__arrow,
.product-cart-item-image .loading-overlay {
  background: #ffffff !important;
  background-color: #ffffff !important;
  backdrop-filter: none !important;
}


/* Ensure scroll-shadow overlay is neutral inside cart drawer */
.cart-drawer .product-recommendations-drawer scroll-shadow {
  --scroll-shadow-top: transparent;
  --scroll-shadow-bottom: transparent;
  --scroll-shadow-left: transparent;
  --scroll-shadow-right: transparent;
  background: none !important;
}

.cart-drawer .side-panel-inner {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  overflow: hidden;
}

.cart-drawer .side-panel-content {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.cart-drawer .side-panel-footer {
  background: #f6f4f2;
  padding: 20px;
  font-size: 0.9375rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .cart-drawer .side-panel-footer {
    padding: 15px 25px;
  }
}

.cart-drawer .side-panel-footer .cart-policy-text {
  font-size: 0.75rem;
}

.cart-drawer .product-cart-item {
  max-width: 100%;
  margin-bottom: 17px;
}

.cart-drawer .product-cart-item:last-of-type {
  margin-bottom: 30px;
}

.cart-drawer__empty-cart {
  padding: 3vh 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cart-drawer__empty-cart--collections {
  padding: 0;
}

.cart-drawer__empty-cart svg {
  margin-bottom: 15px;
}

.cart-drawer__empty-cart-button {
  text-align: center;
}

.cart-drawer__empty-cart-button >p {
  margin: 0;
}

.thb-empty-cart-products {
  padding-top: 2rem;
}

.empty-cart-product-cart-item {
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  align-items: center;
  justify-content: space-between;
  border: 0.5px solid black;
}

.empty-cart-product-item-details {
  display: flex;
  width: 100%;
}

.empty-cart-product-container {
  margin-bottom: 1rem;
}

.empty-cart-product-variants-dropdown {
  appearance: none;
  /* Remove default styles */
  -webkit-appearance: none;
  /* For Safari */
  -moz-appearance: none;
  /* For Firefox */
  background-color: #ffffff;
  /* Background color */
  border: 1px solid #cccccc;
  /* Border */
  padding: 8px;
  /* Padding */
  border-radius: 4px;
  /* Border radius */
  width: 200px;
  /* Width */
  font-size: 16px;
  /* Font size */
  cursor: pointer;
  /* Cursor style */
  height: 40px;
  /* Set the height of the select box */
  display: none;
  position: absolute;
  left: 6px;
  margin-top: 2rem;
  width: 98%;
}

.empty-product-cart-item-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.empty-cart-product-button {
  max-height: 2rem;
}

/* .thb-empty-cart-collections-wrapper {
  display: none;
} */

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

  /* .thb-empty-cart-collections-wrapper {
    display: block;
  } */
  /* .cart-drawer__empty-cart {
    display: none;
  } */
  .empty-cart-product-cart-item {
    padding: 10px;
  }

  .empty-cart-product-button {
    padding: 10px;
  }

  .empty-product-cart-item-info .cart-product-link {
    font-size: 0.9rem;
  }

  .empty-cart-product-variants-dropdown {
    margin-top: 1rem;
    width: 96%;
  }
}

.cart-drawer .thb-empty-cart-collections-wrapper {
  text-align: center;
  align-items: center;
}

.cart-drawer .thb-empty-cart-collections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
  justify-content: center;
  margin-bottom:40px;
}

.cart-drawer .thb-empty-cart-collections > a {
  width: 100%;
  max-width: 240px;
}

.cart-drawer .thb-empty-cart-collection--empty-div {
  margin-bottom: 2.5rem;
}

.cart-drawer .thb-empty-cart-collection-card {
  height: auto;
  overflow: hidden;
}

.cart-drawer .thb-empty-cart-card-wrapper {
  width: 34%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-drawer .thb-empty-cart-collection-card img {
  border-radius: 12px;
  width: 80%;
  height: auto;
}

.cart-drawer .thb-empty-cart-collections-wrapper>.h6 {
  font-family: Rubik, sans-serif;
  margin-bottom: 30px;
}

.cart-drawer .thb-empty-cart-collections-wrapper>p {
  margin: 15px 0;
  color: gray;
}

.cart-drawer .thb-empty-cart-collection-title {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  line-height:18px;
}

.cart-text{
  font-size:22px;
  font-family:'Marcellus';

}
.cart-drawer .product-recommendations-drawer__products .upsell-product-card {
  margin-bottom: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .product-recommendations-drawer__products .empty-cart-product-button {
    padding: 0px 22px;
  }

  .cart-drawer .thb-empty-cart-collections > a {
    max-width: 200px;
  }
}

@media only screen and (max-width: 520px) {
  /* Keep 3 columns for cart drawer on mobile as requested */
  .cart-drawer .thb-empty-cart-collections {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


.youMayLike-product-cart-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(var(--color-accent-rgb), 0.1);
  border-radius: 10px;
  background:#fff;
}

.product-cart-item-details {
  display: flex;
  flex: 1;
  width: 75%;
}

.product-cart-item-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  justify-content: center;
}

.product-recommendations-drawer__price .price {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.product-recommendations-drawer__selectors {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 5;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.product-recommendations-drawer__selector {
  position: relative;
  flex: 0 0 auto;
}
.product-recommendations-drawer__selector:has(.product-recommendations-drawer__selector-trigger[aria-expanded="true"]) {
  z-index: 99 !important;
}

.product-recommendations-drawer__selector-label {
  margin-bottom: 6px;
  font-size: 0.64rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(var(--color-accent-rgb), 0.66);
}

.product-recommendations-drawer__selector-trigger {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 34px;
  padding: 6px 10px;
  gap: 6px;
  border: 1px solid rgba(var(--color-accent-rgb), 0.14);
  border-radius: 8px;
  background: rgba(var(--bg-body-rgb), 0.88);
  color: var(--color-accent);
  cursor: pointer;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}


/* Size variation: give a wider trigger and panel */
.product-recommendations-drawer__selector-trigger[data-option-type="size"] {
  min-width: 100px !important;
  max-width: 140px !important;
  width: auto !important;
}

.product-recommendations-drawer__selector > .product-recommendations-drawer__selector-trigger[data-option-type="size"] ~ .product-recommendations-drawer__selector-panel {
  min-width: 100px !important;
}

/* Remove product form margin in cart drawer */
.youMayLike-product-cart-item .product-form {
  margin-top: 0 !important;
}

/* If you prefer a specific fixed width for size, adjust the value above (min-width). */


.product-recommendations-drawer__selector-trigger[data-option-type="color"] {
  justify-content: flex-start;
  min-height: 34px;
  border-radius: 8px;
  gap: 8px;
  font-size: 14px;
}

.product-recommendations-drawer__selector.is-open .product-recommendations-drawer__selector-trigger {
  border-color: rgba(var(--color-accent-rgb), 0.34);
  background: rgba(var(--bg-body-rgb), 1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.product-recommendations-drawer__selector.is-open {
  z-index: 80;
}

.product-recommendations-drawer__selector-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}

@media only screen and (max-width: 568px) {
  .product-recommendations-drawer__selector-value {
  font-size: 12px;
}
}


.product-recommendations-drawer__selector-value--color {
  font-weight: 400;
}

.product-recommendations-drawer__selector-caret {
  font-size: 0.7rem;
  flex-shrink: 0;
}

.product-recommendations-drawer__selector-panel {
  position: absolute;
  bottom: calc(100% + 8px);
  top: auto;
  left: 0;
  width: max-content;
  min-width: 100px;
  height: auto;
  max-height: min(220px, calc(100vh - 32px));
  max-width: calc(100vw - 32px);
  z-index: 200;
  border: 1px solid rgba(var(--color-accent-rgb), 0.12);
  border-radius: 16px;
  background: rgba(var(--bg-body-rgb), 1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.product-recommendations-drawer__selector-panel[data-floating="true"] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  width: max-content;
  min-width: 100px;
  max-width: calc(100vw - 32px);
  z-index: 10000000001;
}


.product-recommendations-drawer__selector-scroll {
  height: 100%;
  overflow-y: auto;
  padding: 10px;
  scrollbar-width: thin;
}

.product-recommendations-drawer__option {
  display: flex !important;
  align-items: center !important;
  width: 90% !important;
  padding: 2px 4px !important;
  background: transparent !important;
  border: none !important;
  text-align: left !important;
  cursor: pointer !important;
  font-size: 13px;
}

.product-recommendations-drawer__option--color {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-recommendations-drawer__option-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-recommendations-drawer__color-chip {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 3px !important;
  margin-right: 3px !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  flex-shrink: 0 !important;
}

.product-recommendations-drawer__selector-trigger[data-option-type="color"] .product-recommendations-drawer__color-chip {
  width: 18px;
  height: 18px;
  min-width: 18px;
}

.product-recommendations-drawer__option--color .product-recommendations-drawer__color-chip {
  width: 22px;
  height: 22px;
  min-width: 18px;
}

.product-recommendations-drawer__option + .product-recommendations-drawer__option {
  margin-top: 6px;
}

.product-recommendations-drawer__option.is-selected {
  border-color: rgba(var(--color-accent-rgb), 0.3);
  background: rgba(var(--color-accent-rgb), 0.07);
}

.upsell-product-card--form {
  margin-top: 4px;
}

.upsell-product-card--form .form,
.upsell-product-card--form .empty-cart-product-button {
  width: 100%;
}

.cart-drawer-terms {
  margin-bottom: 15px;
}

.cart-drawer-terms a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cart-drawer-buttons {
  margin-top: 10px;
  display: grid;
  grid-gap: 10px;
}

@media only screen and (min-width: 768px) {
  .cart-drawer-buttons {
    grid-template-columns: 1fr 1fr;
  }

  
  .cart-drawer-buttons > *:only-child {
    grid-column: 1 / -1;
  }

/* Make checkout button span full width when alone or by design */
.cart-drawer .cart-drawer-buttons .checkout-button {
  grid-column: 1 / -1;
  width: 100%;
}
}

.cart-drawer .product-recommendations-drawer {
  display: none;
  margin-top: auto;
  margin-bottom: 18px;
  padding: 22px 18px 18px;
  border: 1px solid rgba(var(--color-accent-rgb), 0.08);
  border-radius: 10px;
  overflow: visible;
}

.cart-drawer .product-recommendations-drawer.product-recommendations--loaded {
  display: block;
}

.cart-drawer .product-recommendations-drawer__heading {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: none;
}

.cart-drawer .product-recommendations-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.cart-drawer .product-recommendations-drawer__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.cart-drawer .product-recommendations-drawer__arrow {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(var(--color-accent-rgb), 0.12);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--bg-body-rgb), 0.88);
  color: var(--color-accent);
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: opacity 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.cart-drawer .product-recommendations-drawer__arrow:hover:not([disabled]) {
  border-color: rgba(var(--color-accent-rgb), 0.32);
  background: rgba(var(--bg-body-rgb), 1);
  transform: translateY(-1px);
}

.cart-drawer .product-recommendations-drawer__arrow[disabled] {
  opacity: 0.35;
  cursor: default;
}

.cart-drawer .product-recommendations-drawer__arrow[hidden] {
  display: none;
}

[dir="rtl"] .cart-drawer .product-recommendations-drawer__arrow span {
  transform: scaleX(-1);
}

.cart-drawer .product-recommendations-drawer scroll-shadow {
  width: 100%;
  --scroll-shadow-size: 80;
}

@media only screen and (min-width: 768px) {
  .cart-drawer .product-recommendations-drawer scroll-shadow {
    width: 100%;
  }
}

.cart-drawer .product-recommendations-drawer scroll-shadow {
  --scroll-shadow-top: transparent;
  --scroll-shadow-bottom: transparent;
  --scroll-shadow-left: transparent;
  --scroll-shadow-right: transparent;
}

.cart-drawer .product-recommendations-drawer__products {
  display: flex;
  overflow-x: scroll;
  overflow-y: visible;
  width: 100%;
  gap: 0;
  padding-right: 0;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 5;
}

.cart-drawer .product-recommendations-drawer__products .upsell-product-card,
.cart-drawer .product-recommendations-drawer__products .product-cart-item,
.youMayLike-product-cart-item,
.product-cart-item-details,
.product-cart-item-content {
  overflow: visible;
}

.cart-drawer .product-recommendations-drawer__products::-webkit-scrollbar {
  display: none;
}

.cart-drawer .product-recommendations-drawer__products .product-cart-item-image {
  width: 20%;
  min-width: 20%;
  margin-right: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.cart-drawer .product-recommendations-drawer__products .product-cart-item-image img {
  display: block;
  width: 100%;
  object-fit: contain;
}

[dir="rtl"] .cart-drawer .product-recommendations-drawer__products .product-cart-item-image {
  margin-right: 0;
  margin-left: 0;
}

.cart-drawer .product-recommendations-drawer__products .product-cart-item {
  min-width: 100%;
  padding-right: 0;
  align-items: stretch;
  margin-bottom: 0;
  scroll-snap-align: start;
}

.cart-drawer .product-recommendations-drawer__products .product-cart-item .cart-product-link {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.product-title-uppercase-true .cart-drawer .product-recommendations-drawer__products .product-cart-item .cart-product-link {
  text-transform: uppercase;
}

.cart-drawer .product-recommendations-drawer__products .product-cart-item .price {
  font-size: 0.86rem;
}

[dir="rtl"] .cart-drawer .product-recommendations-drawer__products .product-cart-item {
  padding-right: 0;
  padding-left: 0;
}

.cart-drawer .product-recommendations-drawer__products .product-cart-item-content > .cart-product-link {
  margin-bottom: -2px;
}

.cart-drawer .product-recommendations-drawer__products .single_add_to_cart_button.empty-cart-product-button {
  padding: 3px 15px;
  border-radius: 5px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  font-size:10px;
  width:95%;
}

.cart-drawer .product-recommendations-drawer__products .single_add_to_cart_button.empty-cart-product-button:hover:not([disabled]) {
  transform: translateY(-1px);
}

@media only screen and (min-width: 768px) {
  .cart-drawer .product-recommendations-drawer {
    padding: 10px;
  }
}

@media screen and (max-width: 468px) {
  .product-cart-item.youMayLike-product-cart-item {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center;
  }

  .product-cart-item.youMayLike-product-cart-item .product-cart-item-details {
    margin-right: 15px;
    flex: 1;
  }
}
@media only screen and (max-width: 480px) {
  .cart-drawer .product-recommendations-drawer {
    padding: 15px 10px 10px;
    border-radius: 10px;
  }

  .cart-drawer .product-recommendations-drawer__heading {
    font-size: 0.92rem;
  }

  .cart-drawer .product-recommendations-drawer__products {
    gap: 0;
    padding-right: 0;
  }

  .youMayLike-product-cart-item {
    padding: 15px;
    border-radius: 10px;
    gap: 12px;
  }

 .product-recommendations-drawer__selectors {
    flex-direction: column !important;
    gap: 8px !important;
    align-items: stretch !important;
    overflow-x: visible !important;
  }

  .product-recommendations-drawer__selector-trigger {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 10px;
    gap: 6px;
    overflow: visible;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100vw - 64px);
  }



  .cart-drawer .product-recommendations-drawer__products .product-cart-item-image {
    width: 36%;
    min-width: 36%;
  }

  .product-cart-item-details {
    width: 75%;
  }

   
}

@media only screen and (max-width: 480px) {
  .cart-drawer .product-recommendations-drawer__products .product-cart-item-image {
    width: 25%;
    min-width: 25%;
  }

  /* Hide color names on mobile for color variations 
  .product-recommendations-drawer__selector-value--color {
    display: none;
  }

  .product-recommendations-drawer__option--color .product-recommendations-drawer__option-text {
    display: none;
  }
  */
}

.cart-drawer .mini-cart__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
  padding: 2px 0;
}

.cart-drawer .mini-cart__row:first-child {
  padding-top: 0;
}

.cart-drawer .mini-cart__row span {
  font-weight: 500;
}

.cart-drawer .mini-cart__row.total {
  border-bottom: 0;
}

.cart-drawer .mini-cart__row .cart-policy-text {
  margin-top: 5px;
  margin-bottom: 0;
}

.cart-drawer .order-note-toggle {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-left: auto;
  margin-bottom: 10px;
  display: block;
  text-decoration: underline;
  font-weight: 500;
  text-underline-offset: 2px;
}

.cart-drawer .order-note-toggle__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 40;
  background: var(--bg-body);
  box-shadow: 0px -8px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(100%);
}

.cart-drawer .order-note-toggle__content-overlay {
  content: "";
  position: absolute;
  height: calc(100vh + 100%);
  bottom: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  opacity: 0;
  z-index: 30;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .cart-drawer .order-note-toggle__content {
    padding: 40px;
  }
}

.cart-drawer .order-note-toggle__content label {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: right;
  display: block;
  font-weight: 500;
}

.cart-drawer .order-note-toggle__content textarea {
  width: 100%;
  min-height: 0;
}

.cart-drawer .order-note-toggle__content.active {
  transform: translateY(0);
}

.cart-drawer .order-note-toggle__content.active .order-note-toggle__content-overlay {
  pointer-events: all;
  opacity: 1;
}

[role="main"] .shopify-policy__title {
  text-align: center;
  min-height: 250px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  [role="main"] .shopify-policy__title {
    padding: 60px;
  }
}

[role="main"] .shopify-policy__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 12.5px;
}

@media only screen and (min-width: 768px) {
  [role="main"] .shopify-policy__container {
    padding: 0 40px;
  }
}

[role="main"] .shopify-policy__container .rte {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  [role="main"] .shopify-policy__container .rte {
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------------
Utilities
*/
.section-header {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .section-header {
    margin-bottom: 40px;
  }
}

.section-header h2+.rte {
  margin-top: 10px;
}




.no-padding {
  padding: 0px !important;
}

.page-header__bg {
  display: none;
}

option[value="title-descending"],
option[value="created-ascending"],
option[value="created-descending"] {
  display: none;
}

.product-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  padding-bottom: 10px;
  border-radius: 10px;
  height: auto;
}

.template-index #shopify-section-sections--20475040727360__408b6ac4-dbd8-4ef2-b2ff-00cbc9b12976 {
  display: none;
}

.videoswrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 24px;
}

.videoswrap article {
  background: #f6f4f2;
  margin: 0;
  cursor: pointer;
}

.videoswrap figure {
  background: #000;
  position: relative;
  margin: 0;
  padding: 30% 0;
}

.videoswrap figure img,
.videoswrap figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoswrap .rte {
  padding: 16px;
  margin: 0;
}

.videoswrap .rte :last-child {
  margin-bottom: 0;
}

.videoswrap h3 {
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .videoswrap h3 {
  font-family: inherit;
  font-size: 22px !important;
  font-weight: 500;
}


}

.videopopup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  transition: 0.25s;
}

.videopopup:not(.in) {
  opacity: 0;
  visibility: hidden;
}

.videopopup i {
  position: absolute;
  top: 12px;
  right: 24px;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
}

.videopopup iframe {
  background: #000;
  display: block;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16 / 10;
  border: 0;
}

@media only screen and (max-width: 768px) {
  .product-card .product-card-swatches {
    flex-wrap: nowrap;
  }

  .swatch-more-link {
    font-size: 0.8rem;
  }
}

.list-color li {
  position: relative;
  padding-top:5px;
}

.filter-swatch {
  content: "";
    display: inline-block;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin-right: 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.list-color .filter-swatch {
   display: inline-block;
}

.no-pointer-events {
  pointer-events: none;
}

.single_add_to_cart_button::before {
  display: none;
}

.cross-merchandising-section {
  margin-top: 2rem;
}

@media only screen and (max-width: 1068px) {
  .cross-merchandising-section .thb-product-detail .product-title {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .cross-merchandising-section .thb-product-detail .product-title-container {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .cross-merchandising-section .variations .product-form__input--color input[type="radio"]+label {
    width: auto;
    width: 25px;
    height: 25px;
  }

  .cross-merchandising-section .variations .product-form__input--block input[type="radio"]+label {
    min-width: 25px;
    height: 30px;
    padding: 5px;
    font-size: 11px;
  }

  .cross-merchandising-section .product-info {
    padding: 0 0.21rem;
  }

  #shopify-section-template--20475039711552__6903a3f3-0d52-4175-b235-dee2d2b01578 .thb-product-detail {
    text-align: start;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    z-index:20;
  }
}

@media only screen and (min-width: 1068px) {
  .cross-merchandising-section .thb-product-detail {
    display: block;
  }
}

/******************************************************
  # RECOGNITION SECTION 
******************************************************/

a.recoginition__image img {
  width: 100%;
}

.recognition-section--image-container,
.recognition-section--text-container {
  flex: 0 0 50%;
}

.recoginition-section__wrapper {
  display: flex;
  flex-direction: row;
  width: calc(100% - 224px);
  margin: 0 auto;
}

.recognition-image-wrapper {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.recoginition-image {
  width: calc(51% - 20px / 2);
  max-width: calc(52% - 21px / 2);
  height: fit-content;
}

.recognition-main-text,
.recognition-text-name {
  font-size: calc(28px + 4 * (100vw - 375px) / (1440 - 375));
  line-height: 38.4px;
  letter-spacing: -0.02em;
}

.recognition-text-name {
  margin-top: 3.2rem;
}

h2.recognition-section-heading {
  line-height: 70px;
  margin: 0;
  letter-spacing: -0.04em;
  font-family: Rubik, sans-serif;
}

.everlayer-in-the-wildTitle {
  margin-bottom: 6.4rem;
}

.recognitionTitle {
  margin-bottom: 3.2rem;
}

.recognition-section--text-container {
  padding-right: 144px;
}

.recognition-section div:empty {
  display: block;
  margin-top: -10px;
}

.recoginition-text {
  display: none;
}

.recoginition-text.is--active {
  display: block;
}

.recognition-dot.is--active:after {
  background: #24261a;
}

.recoginition-image.is--active img {
  transform: scale(1.1);
}

.recognition-dot {
  position: relative;
}

.recognition-dot:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #a4a59a;
  border-radius: 50%;
}

.recognition-section--dot-container {
  display: flex;
  gap: 1.5rem;
  margin-top: 4rem;
}

.recognition-section--text-container {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 749px) {
  .mobile_hide {
    display: none;
  }

  .recoginition-section__wrapper {
    padding-bottom: 30px;
  }

  .recognition-border {
    padding-top: 60px !important;
    border-top: 1px solid #a3a59a;
  }

  .recoginition-section__wrapper {
    flex-direction: column;
    width: 100%;
  }

  h2.recognition-section-heading {
    padding-left: 0;
  }

  .recognitionTitle {
    margin-bottom: 4.8rem;
  }

  .recognition-section--text-container {
    padding-right: 0;
  }

  .recognition-main-text,
  .recognition-text-name {
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: -1.44px;
  }

  .recognition-image-wrapper {
    gap: 13px;
    justify-content: space-around;
  }

  .recognition-section--dot-container {
    margin: 5.5rem 0 4.5rem 0;
  }

  .recognition-text-name {
    margin-top: 2.4rem;
  }
}

@media screen and (min-width: 750px) {
  span.desktop_hide {
    display: none;
  }

  .recoginition-image {
    width: calc(49% - 16px);
  }
}

span:empty {
  display: none;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .recognition-section--text-container {
    padding-right: 34px;
  }

  .recoginition-section__wrapper {
    width: calc(100% - 104px);
  }

  h2.recognition-section-heading {
    padding-left: 52px;
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media>*:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media>img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }

  .gradient {
    background: rgb(var(--color-background));
    background: var(--gradient-background);
    background-attachment: fixed;
  }

  @media (prefers-reduced-motion) {
    .motion-reduce {
      transition: none !important;
      animation: none !important;
    }
  }

  .js details[open]:not(.menu-opening)>.header__icon--menu .icon-close {
    visibility: hidden;
  }

  .js details[open]:not(.menu-opening)>.header__icon--menu .icon-hamburger {
    visibility: visible;
    opacity: 1;
    transform: scale(1.07);
  }


  .header__icon--menu[aria-expanded='true']::before {
    content: '';
    top: 100%;
    left: 0;
    height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
    width: 100%;
    display: block;
    position: absolute;
    background: rgba(var(--color-foreground), 0.5);
  }

  .overflow-hidden {
    overflow: hidden;
  }
}
.modalFadeOut {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
[data-notify-availability="false"] .restock-alerts-notify-button {
  display: none !important;
}
.product-form__variants-container{
  position: relative;
}
.product-variant-overlay-loading{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(1px);
}
.product-variant-overlay-loading svg{
  width: 20px;
}
[data-loading-state="false"] .product-variant-overlay-loading{
  display: none;
}
[data-loading-state="true"] .product-variant-overlay-loading{
  display: block;
}


.single_add_to_cart_button.button {
  transition: none;
}
.button .loading-overlay .spinner-path,
.spr-summary-actions-newreview .loading-overlay .spinner-path,
input[type="submit"] .loading-overlay .spinner-path.custom-loader-path {
  stroke: #000;
}

/* empty cart upsell styles */

.thb-cart-form .thb-empty-cart-collections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.thb-cart-form .thb-empty-cart-collections a {
  width: 100%;
}

.thb-cart-form .thb-empty-cart-products {
  padding-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}

.thb-cart-form .upsell-product-card {
  width: 100%;
}

.thb-cart-form .thb-empty-cart-collections-wrapper p {
  margin-top: 0.75rem;
}

@media screen and (min-width:750px) {
  .thb-cart-form .thb-empty-cart-collections {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .thb-cart-form .thb-empty-cart-collections a {
    width: 100%;
  }

  .thb-cart-form .upsell-product-card {
    width: calc(50% - 2rem);
  }
}

.pswp__ui.pswp__ui--hidden {
  opacity: 0;
}

inbox-online-store-chat {
  z-index: 100 !important;
}

.flickity-page-dots {
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px;
  text-align: center;
  line-height: 0;
  width: 100%;
}

@media screen and (max-width:768px) {
  .linen-care-youtube-video {
    max-width: 100%;
  }
}

.start-shopping{
background-color: #2e2e2e;
padding: 13px 20px !important;
color:#fff !important;
border-radius: 3px;
font-size: 0.75rem;
text-transform: uppercase;
font-weight:600;
letter-spacing: 0.2rem;
align-items: center;
justify-content: center;
line-height: 20px;
}