/** Shopify CDN: Minification failed

Line 5193:0 Comments in CSS use "/* ... */" instead of "//"
Line 11821:0 Unexpected "}"

**/
@charset "UTF-8";
/*!
------------------------------------------------------------------
Author: Fuel Themes
Author URI: https://fuelthemes.net
------------------------------------------------------------------
*/
@font-face {
font-family: "HandDeco";
src: url("./HandDeco_Regular.woff2") format("woff2"),
     url("./Handdeco.woff") format("woff");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "Handdeco";
src: url("./HandDeco_Regular.woff2") format("woff2"),
     url("./Handdeco.woff") format("woff");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "Brushberry";
src: url("./Brushberry_Script.woff2") format("woff2"),
     url("./Brushberry.woff") format("woff");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "Brushberry Sans2";
src: url("./bbsanstwo-rg.woff2") format("woff2");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "Futura PT";
src: url("./futurapt-demi.woff2") format("woff2");
font-style: normal;
font-weight: 400;
font-display: swap;
}
a, #wrapper .click-capture, .side-panel, .back-to-top, .back-to-top path, .header:after, .header .logolink .logoimg, .thb-secondary-area-item svg path,  .thb-item-count, .mobile-toggle span, .thb-full-menu--link:after, .thb-full-menu li.menu-item-has-children > a svg path, .thb-full-menu .sub-menu,
.text-button:after, .button:before,
input[type="submit"]:before, .button span,
input[type="submit"] span, .thb-localization-forms.inside-header .select-arrow svg path, input[type="text"],
input[type="password"],
input[type="date"],
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, .custom-checkbox[type="checkbox"], .custom-checkbox[type="checkbox"]:after, .quantity .minus svg,
.quantity .plus svg, .cart-drawer .order-note-toggle__content, .cart-drawer .order-note-toggle__content-overlay, .flickity-page-dots .dot, .flickity-nav, .flickity-nav svg {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }



/*! 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;
overflow-x:hidden }

#main-content {
  /* Contain intentional marquee/carousel bleed without changing the root scroller. */
  overflow-x: clip; }

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

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

a {
  background-color: transparent; }

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }


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

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
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; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

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

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

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

body {
  margin: 0;
  padding: 0;
  background: var(--bg-body, #fff);
  font-family: 'Futura PT',-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: var(--color-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }

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

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

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

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

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

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

h1, .h1, .h1-large, .h1-xlarge,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: -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-body);
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small, .h1-large small, .h1-xlarge small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  h1, .h1, .h1-large, .h1-xlarge {
    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, .h1-large, .h1-xlarge {
    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-accent); }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 1440px;
  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.6; }

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

figure {
  margin: 0; }

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after {
    content: ''; }
  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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .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: 66.75em) {
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.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%; } }

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

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

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

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


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;
  line-height: calc(var(--font-body-line-height-scale) * 1.6);
  letter-spacing: var(--font-body-letter-spacing, normal);
  background: var(--bg-body, #fff); }
  body.open-cc {
    overflow: hidden; }
    body.open-cc #wrapper .click-capture {
      opacity: 1;
      visibility: visible;
      pointer-events: all; }
    body.open-cc--product #wrapper .click-capture--product {
      opacity: 1;
      visibility: visible;
      pointer-events: all; }
    body.open-cc #shopify-chat {
      display: none; }

* {
  box-sizing: border-box; }

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

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

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

figure {
  margin: 0;
  padding: 0; }

summary {
  display: inline-block; }

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

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

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

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


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

.overflow-hidden {
  overflow: hidden; }

blockquote {
  position: relative;
  text-align: center;
  padding: 75px 5% 45px;
  border-left: 0;
  color: var(--color-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: rgba(var(--color-body-rgb), 0.03);
  display: flex; }
  .thb-placeholder svg {
    width: 100%;
    height: 100%;
    fill: var(--color-accent); }

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

.rte p + h1,
.rte p + h2,
.rte p + h3,
.rte p + h4,
.rte p + h5,
.rte p + h6 {
  margin-top: 30px; }

.rte iframe {
  max-width: 100%; }

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

table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 30px;
  font-size: 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: var(--font-body-bold-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: 11px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        padding: 18px 0;
        font-weight: 400;
        border-bottom: 1px solid var(--color-border); }
        table.no-borders thead th:last-child {
          text-align: right; }
    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; } }
    table.no-borders tbody tr:last-child td {
      border-bottom: 0; }
    table.no-borders tfoot {
      text-align: right; }
      table.no-borders tfoot td {
        padding: 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: 90;
  width: calc(100vw - 30px);
  background: var(--bg-body, #fff);
  max-width: 480px;
  overflow-x: hidden;
  transform: translateX(100%);
  will-change: transform; }
  .side-panel.active {
    transform: translateX(0%); }
  .side-panel.facet-drawer {
    transform: translateX(-100%);
    right: auto;
    left: 0; }
    .side-panel.facet-drawer.active {
      transform: translateX(0%); }
  .side-panel.search-drawer .side-panel-inner {
    height: 100%; }
  .side-panel.search-drawer .searchform {
    width: 100%;
    padding-right: 20px; }
    .side-panel.search-drawer .searchform input {
      border: 0;
      padding: 0;
      font-size: 1rem;
      outline: 0; }
      .side-panel.search-drawer .searchform input::-webkit-search-decoration, .side-panel.search-drawer .searchform input::-webkit-search-cancel-button, .side-panel.search-drawer .searchform input::-webkit-search-results-button, .side-panel.search-drawer .searchform input::-webkit-search-results-decoration {
        display: none; }
    .side-panel.search-drawer .searchform label {
      display: none; }
  .side-panel.search-drawer .side-panel-content--has-tabs {
    display: none;
    position: relative;
    flex: 1;
    height: calc(100% - 72px); }
    .side-panel.search-drawer .side-panel-content--has-tabs.active {
      display: flex;
      flex-direction: column; }
      .side-panel.search-drawer .side-panel-content--has-tabs.active + .side-panel-content--initial {
        display: none; }
    .side-panel.search-drawer .side-panel-content--has-tabs .thb-predictive-search--popular {
      padding: 25px 30px;
      margin-bottom: 0; }
      .side-panel.search-drawer .side-panel-content--has-tabs .thb-predictive-search--popular + .side-panel-content--tabs {
        border-top: 1px solid var(--color-border); }
    .side-panel.search-drawer .side-panel-content--has-tabs scroll-shadow {
      flex: 1;
      overflow: hidden; }
  .side-panel.product-drawer {
    overflow: visible;
    z-index: 92; }
    .side-panel.product-drawer .thb-product-detail {
      margin: 0; }
    .side-panel.product-drawer .side-panel-inner {
      position: relative;
      height: 100%;
      z-index: 5; }
    .side-panel.product-drawer .side-panel-content {
      padding: 0 30px 25px 30px;
      height: calc(100% - 72px);
      background: var(--bg-body, #fff);
      overflow-y: scroll; }
      @media only screen and (min-width: 1068px) {
        .side-panel.product-drawer .side-panel-content {
          padding: 25px 30px; } }
  .side-panel-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 35;
    background: var(--bg-body, #fff);
    border-bottom: 1px solid var(--color-border);
    padding: 17px 30px;
    height: 72px; }
    .side-panel-header h4 {
      margin: 0;
      line-height: 1;
      font-size: 0.9375rem;
      letter-spacing: 0.1em;
      font-weight: var(--font-body-bold-weight, 600);
      color: var(--color-body);
      text-transform: uppercase; }
      .side-panel-header h4 > span {
        display: block; }
      .side-panel-header h4 .facets__label {
        font-size: 0.75rem;
        margin-top: 4px;
        display: block; }
    .side-panel-header div {
      line-height: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
  .side-panel-close {
    cursor: pointer; }
  .side-panel-content {
    padding: 25px 30px; }
    .side-panel-content.side-panel-content--has-tabs {
      padding: 0; }
      .side-panel-content.side-panel-content--has-tabs .side-panel-content--inner {
        padding: 25px 30px;
        overflow-y: scroll;
        height: 100%; }
    .side-panel-content--tabs {
      display: flex; }
      .side-panel-content--tabs button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 0.1em;
        font-weight: var(--font-body-bold-weight, 600);
        padding: 0 15px;
        height: 50px;
        flex: 1;
        background: rgba(var(--color-body-rgb), 0.05);
        border-bottom: 1px solid var(--color-border);
        border-right: 1px solid var(--color-border);
        color: var(--color-body); }
        .side-panel-content--tabs button.tab-active {
          background: var(--bg-body, #fff);
          border-bottom-color: transparent; }
        .side-panel-content--tabs button:last-child {
          border-right: 0; }
    .side-panel-content--tab-panel {
      display: none; }
      .side-panel-content--tab-panel.tab-active {
        display: block; }
    .side-panel-content--search-footer {
      padding: 25px 30px;
      border-top: 1px solid var(--color-border);
      margin-top: auto; }
    .side-panel-content .button {
      flex-shrink: 0; }


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


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

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


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

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


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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) {
  .desktop-height-full {
    height: calc(100vh - var(--announcement-height, 0px)); }
    @supports (height: 100dvh) {
      .desktop-height-full {
        height: calc(100dvh - var(--announcement-height, 0px)); } } }

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

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

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

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

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

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

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

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

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

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

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

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

.subheading {
  font-size: 0.8125rem;
  letter-spacing: 0.4em;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: var(--font-body-medium-weight, 500); }
  @media only screen and (min-width: 768px) {
    .subheading {
      font-size: 0.9375rem; } }


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

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

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

.visibility-hidden {
  visibility: hidden; }

.thb-parallax-image {
  pointer-events: none;
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden; }


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

h1, .h1, .h1-large, .h1-xlarge {
  font-size: calc(var(--font-heading-scale) * 40px);
  line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 48px)); }
  @media only screen and (min-width: 768px) {
    h1, .h1, .h1-large, .h1-xlarge {
      font-size: calc(var(--font-heading-scale) * 48px);
      line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 56px)); } }
  @media only screen and (min-width: 1068px) {
    h1, .h1, .h1-large, .h1-xlarge {
      font-size: calc(var(--font-heading-scale) * 52px);
      line-height: calc( var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 60px)); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.header {
  display: block;
  border-bottom: 1px solid var(--color-header-border, var(--color-border));
  position: relative;
  background: var(--color-header-bg, var(--bg-body, #fff));
  z-index: 30;
  width: 100%;
  --color-price: var(--color-header-text);
  --color-accent: var(--color-header-links);
  --color-accent-rgb: var(--color-header-links-rgb); }
  .header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none; }
  .header.header--shadow-small:after {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06); }
  .header.header--shadow-medium:after {
    box-shadow: 0 9px 38px rgba(0, 0, 0, 0.05), 0 5px 12px rgba(0, 0, 0, 0.1); }
  .header.header--shadow-large:after {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 5px 22px rgba(0, 0, 0, 0.15); }
  .header.is-sticky:after {
    opacity: 1; }
  .header.transparent--true {
    position: absolute;
    background: transparent;
    border-bottom-color: transparent; }
    .header.transparent--true.transparent-border--true {
      border-bottom-color: rgba(255, 255, 255, 0.4); }
    .header.transparent--true:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      bottom: 0;
      z-index: -1;
      background: var(--color-header-bg, var(--bg-body, #fff));
      transform: translateY(-100%); }
    .header.transparent--true:hover:before, .header.transparent--true.is-sticky:before {
      transform: translateY(0%); }
    .header.transparent--true:not(:hover):not(.is-sticky) .logolink.text-logo {
      color: var(--color-header-transparent-text, #fff); }
    .header.transparent--true:not(:hover):not(.is-sticky) .logolink .logoimg {
      opacity: 0; }
      .header.transparent--true:not(:hover):not(.is-sticky) .logolink .logoimg--light {
        opacity: 1; }
    .header.transparent--true:not(:hover):not(.is-sticky) .thb-full-menu > li > a {
      color: var(--color-header-transparent-text, #fff); }
      .header.transparent--true:not(:hover):not(.is-sticky) .thb-full-menu > li > a:after {
        background: var(--color-header-transparent-text, #fff); }
    .header.transparent--true:not(:hover):not(.is-sticky) .thb-localization-forms.inside-header .select-arrow svg path {
      stroke: var(--color-header-transparent-text, #fff); }
    .header.transparent--true:not(:hover):not(.is-sticky) .thb-localization-forms.inside-header .select select {
      color: var(--color-header-transparent-text, #fff); }
    .header.transparent--true:not(:hover):not(.is-sticky) .thb-secondary-area .thb-item-count {
      background-color: var(--color-header-transparent-text, #fff);
      color: var(--color-header-icons, --color-accent); }
    .header.transparent--true:not(:hover):not(.is-sticky) .thb-secondary-area-item.thb-secondary-myaccount {
      color: var(--color-header-transparent-text, #fff); }
    .header.transparent--true:not(:hover):not(.is-sticky) svg {
      --color-header-links: var(--color-header-transparent-text, #fff);
      --color-header-icons: var(--color-header-transparent-text, #fff); }
    .header.transparent--true:not(:hover):not(.is-sticky) shopify-account::part(signed-out-avatar) {
      color: var(--color-header-transparent-text, #fff); }
    .header.transparent--true:not(:hover):not(.is-sticky) .mobile-toggle span {
      background: var(--color-header-transparent-text, #fff); }
  .header--transparent-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
    background: var(--header-transparent-background); }
  .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 .logolink {
    position: relative; }
    .header .logolink .logoimg--light {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      opacity: 0; }
  .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; } }
  @media only screen and (min-width: 1068px) {
    .header.style1 > .row > .columns {
      grid-template-columns: auto minmax(auto, 70%) auto; } }
  .header.style2 .logolink {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    flex-shrink: 0; }
    @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; }
  @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; font-family: "Futura PT";}
    [dir="rtl"] .header.style3 .full-menu {
      margin-left: auto;
      margin-right: 0; }
  .header.style3 .thb-full-menu {
    text-align: left; }
    [dir="rtl"] .header.style3 .thb-full-menu {
      text-align: right; }
    .header.style3 .thb-full-menu > li:first-child {
      padding-left: 0; }
  .header.style4 .full-menu {
    width: 100%;
    grid-column: span 3;
    justify-content: center; }
  @media only screen and (min-width: 1068px) {
    .header.style4 .logolink {
      margin: 15px 0; } }
  @media only screen and (min-width: 1068px) {
    .header.style4 > .row > .columns {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .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; }
  .thb-secondary-area-item {
    padding: 0 7px;
    height: 100%;
    align-items: center;
    display: inline-flex; }
    @media only screen and (min-width: 1068px) {
      .thb-secondary-area-item {
        padding: 0 10px; } }
    .thb-secondary-area-item:last-child {
      padding-right: 0; }
    [dir="rtl"] .thb-secondary-area-item:last-child {
      padding: 0 7px; }
      @media only screen and (min-width: 1068px) {
        [dir="rtl"] .thb-secondary-area-item:last-child {
          padding: 0 10px; } }
    .thb-secondary-area-item.thb-secondary-myaccount {
      display: none;
      font-weight: var(--font-body-medium-weight, 500);
      font-size: calc(var(--font-navigation-scale, 1) * 15px);
      color: var(--color-header-links, --color-accent); }
      .thb-secondary-area-item.thb-secondary-myaccount:hover {
        color: var(--color-header-links-hover, --color-accent2); }
      .navigation-uppercase-true .thb-secondary-area-item.thb-secondary-myaccount {
        text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .thb-secondary-area-item.thb-secondary-myaccount {
          display: inline-flex; } }
      .thb-secondary-area-item.thb-secondary-myaccount--icon-false span {
        position: relative;
        line-height: 1.7; }
        .thb-secondary-area-item.thb-secondary-myaccount--icon-false span:after {
          content: "";
          display: block;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          will-change: transform;
          height: 1px;
          transform: scale(0, 1);
          transform-origin: left center;
          background: var(--color-header-links-hover, --color-accent); }
      .thb-secondary-area-item.thb-secondary-myaccount--icon-false:hover, .thb-secondary-area-item.thb-secondary-myaccount--icon-false:focus {
        color: var(--color-header-links-hover, --color-accent2); }
        .thb-secondary-area-item.thb-secondary-myaccount--icon-false:hover span:after, .thb-secondary-area-item.thb-secondary-myaccount--icon-false:focus span:after {
          transform: scale(1, 1); }
    .thb-secondary-area-item.thb-secondary-cart .thb-item-count svg {
      fill: var(--color-header-bg, var(--bg-body, #fff));
      width: 8px; }
    .thb-secondary-area-item svg {
      pointer-events: none; }
  .thb-secondary-area .thb-secondary-item-icon {
    position: relative; }
  .thb-secondary-area .thb-item-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.625rem;
    font-weight: var(--font-body-bold-weight, 600);
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--color-header-icons, --color-accent);
    color: var(--color-header-bg, var(--bg-body, #fff));
    position: absolute;
    top: -8px;
    right: -12px; }
  .thb-secondary-area shopify-account {
    display: none;
    align-items: center;
    --minimum-touch-target: 39px; }
    @media only screen and (min-width: 768px) {
      .thb-secondary-area shopify-account {
        display: inline-flex; } }
    .thb-secondary-area shopify-account::part(signed-out-avatar) {
      line-height: 0;
      --icon-stroke-width: 1.3px;
      padding: 0;
      color: var(--color-header-icons, --color-accent); }
  .thb-secondary-area .thb-localization-forms {
    display: none; }
    @media only screen and (min-width: 1068px) {
      .thb-secondary-area .thb-localization-forms {
        display: inline-flex;
        align-items: center; } }

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

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

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

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

.mobile-toggle {
  display: inline-flex;
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: -15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .mobile-toggle span {
    width: 18px;
    height: 1.5px;
    background: var(--color-header-icons, --color-accent);
    position: absolute;
    border-radius: 1px;
    top: 18px;
    left: 15px; }
    .mobile-toggle span:nth-child(1) {
      transform-origin: top left; }
    .mobile-toggle span:nth-child(2) {
      top: 23px; }
    .mobile-toggle span:nth-child(3) {
      transform-origin: top left;
      top: 28px; }

.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-full-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0.9375rem; }
  .thb-full-menu--link {
    color: var(--color-header-links, --color-accent);
    position: relative;
    font-size: calc(var(--font-navigation-scale, 1) * 15px); }
    .navigation-uppercase-true .thb-full-menu--link {
      text-transform: uppercase; }
    .thb-full-menu--link:after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      will-change: transform;
      height: 1px;
      transform: scale(0, 1);
      transform-origin: left center;
      background: var(--color-header-links-hover, --color-accent); }
    .thb-full-menu--link:hover, .thb-full-menu--link:focus {
      color: var(--color-header-links-hover, --color-accent2); }
      .thb-full-menu--link:hover:after, .thb-full-menu--link:focus:after {
        transform: scale(1, 1); }
      .thb-full-menu--link:hover svg path, .thb-full-menu--link:focus svg path {
        stroke: var(--color-header-links-hover, --color-accent2); }
  .thb-full-menu > li {
    display: inline-flex;
    padding: 0 var(--navigation-item-spacing, 15px);
    align-items: center; }
    .thb-full-menu > li > a {
      margin: 10px 0;
      font-weight: var(--font-body-medium-weight, 500); }
  .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.left-submenu .sub-menu {
      left: auto;
      right: calc(100% + 35px); }
    .thb-full-menu li.menu-item-has-children.menu-item-has-megamenu {
      position: static; }
      .thb-full-menu li.menu-item-has-children.menu-item-has-megamenu .sub-menu {
        left: 0;
        right: 0;
        border-top: 1px solid var(--color-header-border, var(--color-border));
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1); }
      .thb-full-menu li.menu-item-has-children.menu-item-has-megamenu .sub-menu.mega-menu-container .mega-menu-promotion img {
        transform: scale(1); }
      .thb-full-menu li.menu-item-has-children.menu-item-has-megamenu .sub-menu.mega-menu-container .mega-menu-promotion:hover img {
        transform: scale(1.05); }
    .thb-full-menu li.menu-item-has-children > a {
      padding-right: 15px;
      position: relative; }
      .thb-full-menu li.menu-item-has-children > a:focus + .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px); }
      .thb-full-menu li.menu-item-has-children > a svg {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -4px; }
    .thb-full-menu li.menu-item-has-children:focus-within {
      z-index: 2; }
      .thb-full-menu li.menu-item-has-children:focus-within > .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible; }
        .thb-full-menu li.menu-item-has-children:focus-within > .sub-menu.mega-menu-container {
          display: flex; }
  .thb-full-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    font-size: calc(var(--font-navigation-scale, 1) * 14px);
    line-height: 1;
    padding: 22px 30px;
    background: var(--color-header-bg, var(--bg-body, #fff));
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    list-style: none;
    margin: 0;
    text-align: left;
    white-space: nowrap;
    line-height: 1.1;
    min-width: 190px;
    opacity: 0;
    visibility: hidden; }
    .thb-full-menu .sub-menu a:not(.text-button):after {
      top: calc(100% - 3px); }
    .thb-full-menu .sub-menu ul {
      line-height: inherit; }
    .thb-full-menu .sub-menu .thb-full-menu--link {
      display: inline-block;
      padding-top: 5px;
      padding-bottom: 5px; }
    .thb-full-menu .sub-menu .sub-menu {
      top: -22px;
      left: calc(100% + 35px); }
    .thb-full-menu .sub-menu li.menu-item-has-children:hover:before {
      width: calc(100% + 65px); }
    .thb-full-menu .sub-menu.mega-menu-container {
      padding: 0;
      display: flex;
      max-width: 100vw;
      overflow-y: auto;
      max-height: calc(100vh - calc(var(--header-height, 0px) + var(--header-offset, 0px) + 50px)); }
  .thb-full-menu .mega-menu-container--inner {
    width: 100%; }
  .thb-full-menu .mega-menu-columns {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    grid-column-gap: 20px;
    list-style: none;
    padding: 50px;
    margin: 0;
    white-space: initial;
    flex: 1; }
    @media only screen and (min-width: 1200px) {
      .thb-full-menu .mega-menu-columns {
        grid-column-gap: 30px; } }
    .thb-full-menu .mega-menu-columns ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .thb-full-menu .mega-menu-columns__heading {
      font-size: calc(var(--font-navigation-scale, 1) * 12px);
      text-transform: uppercase;
      font-weight: var(--font-body-bold-weight, 600);
      letter-spacing: 0.1em;
      padding: 0;
      margin-bottom: 10px; }

.mega-menu-promotion {
  width: 25vw;
  position: relative;
  overflow: hidden; }
  .mega-menu-promotion > a {
    display: block;
    height: 100%; }
    .mega-menu-promotion > a:after {
      content: none; }
  .mega-menu-promotion img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    will-change: transform;
    transition: all 0.5s cubic-bezier(0.104, 0.204, 0.492, 1); }
  .mega-menu-promotion--cover {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    color: #fff;
    white-space: normal;
    padding: 0 50px 50px 50px; }
    .mega-menu-promotion--cover p {
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: 0.1em;
      font-weight: var(--font-body-bold-weight, 600);
      text-transform: uppercase;
      margin-bottom: 15px; }
    .mega-menu-promotion--cover .text-button:before, .mega-menu-promotion--cover .text-button:after {
      top: calc(100% + 2px); }
    .mega-menu-promotion--cover .text-button:hover {
      color: #fff; }
  .mega-menu-promotion:hover img {
    transform: scale(1.05); }
  .mega-menu-promotion--small {
    width: 100%; }
    .mega-menu-promotion--small .mega-menu-promotion--cover {
      font-size: 0.875rem;
      letter-spacing: 0.05em;
      padding: 8px 15px;
      bottom: 10px;
      left: 10px;
      width: auto;
      max-width: 90%;
      background-color: var(--color-header-bg, var(--bg-body, #fff));
      font-weight: var(--font-body-medium-weight, 500);
      color: var(--color-header-links, --color-accent); }

.mega-menu-sidebar {
  display: grid;
  grid-template-columns: 360px 1fr; }
  .mega-menu-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mega-menu-sidebar--button {
    display: inline-flex;
    align-items: center;
    padding: 5px 0;
    gap: 15px;
    font-weight: var(--font-body-medium-weight, 500);
    white-space: normal;
    font-size: 1.125rem;
    color: rgba(var(--color-header-text-rgb, --color-body-rgb), 0.4);
    letter-spacing: 0.02em; }
    .navigation-uppercase-true .mega-menu-sidebar--button {
      text-transform: uppercase; }
    .mega-menu-sidebar--button svg {
      margin-left: auto;
      flex-shrink: 0; }
    .mega-menu-sidebar--button.active {
      color: var(--color-header-text, --color-body); }
      .mega-menu-sidebar--button.active:after {
        transform: scale(1, 1); }
  .mega-menu-sidebar--sidebar {
    padding: 40px 50px;
    width: 100%; }
    .mega-menu-sidebar--sidebar ul {
      position: sticky;
      top: 0;
      left: 0; }
    .mega-menu-sidebar--sidebar li {
      padding: 5px 0; }
  .mega-menu-sidebar--content {
    border-left: 1px solid var(--color-border);
    padding: 45px 50px; }
    .mega-menu-sidebar--content ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: none;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px; }
      .mega-menu-sidebar--content ul.active {
        display: grid; }
      .mega-menu-sidebar--content ul a {
        padding: 0;
        white-space: normal;
        font-size: 0.875rem; }
        .mega-menu-sidebar--content ul a span {
          line-height: inherit; }
    .mega-menu-sidebar--content .product-card {
      min-height: 100%;
      margin-bottom: 0; }
    .mega-menu-sidebar--content-container {
      display: flex;
      flex-direction: column;
      gap: 5px;
      align-items: flex-start;
      color: var(--color-header-links); }
      @media only screen and (min-width: 768px) {
        .mega-menu-sidebar--content-container {
          gap: 15px; } }
      .mega-menu-sidebar--content-container span {
        text-transform: uppercase;
        display: inline-block; }
    .mega-menu-sidebar--content-image {
      overflow: hidden; }

.mega-menu-promotions {
  width: 100%;
  max-width: 410px;
  display: grid;
  grid-auto-flow: row;
  gap: 10px;
  padding: 50px 50px 50px 0; }

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


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

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


more-payment-options-link {
  display: block;
  text-align: center; }

.shopify-payment-button__more-options,
.text-button {
  display: inline-flex;
  font-size: 0.9375rem;
  height: 1.0625rem;
  line-height: 1.0625rem;
  margin-right: 15px;
  font-weight: 400;
  letter-spacing: var(--button-letter-spacing, 0.02em);
  cursor: pointer;
  position: relative; }
  .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.4); }
  .shopify-payment-button__more-options:after,
  .text-button:after {
    background: var(--color-accent);
    transform-origin: left center;
    transform: scale(0, 1); }
  @media (hover: hover) {
    .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,
input[type="submit"] {
  display: inline-flex;
  cursor: pointer;
  padding: 7px 30px;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: calc(var(--button-font-scale) * 0.875rem);
  font-weight: var(--font-body-bold-weight, 600);
  letter-spacing: var(--button-letter-spacing, 0.02em);
  border: 1px solid var(--solid-button-background, var(--color-accent));
  background: var(--solid-button-background, var(--color-accent));
  color: var(--solid-button-label, #fff);
  border-radius: var(--button-border-radius, 0px);
  text-align: center;
  position: relative;
  z-index: 1;
  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), border-color 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }
  .button-uppercase-true .button, .button-uppercase-true
  input[type="submit"] {
    text-transform: uppercase; }
  .button:before,
  input[type="submit"]:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5%;
    width: 125%;
    height: 100%;
    background: var(--bg-body, #fff);
    opacity: 0;
    z-index: 5;
    opacity: 1;
    border-radius: var(--button-border-radius, 0px);
    transform-origin: bottom left;
    backface-visibility: hidden;
    transform: rotate3d(0, 0, 1, 6deg) translate3d(-1.2em, 110%, 0);
    will-change: transform; }
  @media screen and (hover: hover) {
    .button:hover, .button:focus, .button.loading,
    [loading="true"] .button,
    input[type="submit"]:hover,
    input[type="submit"]:focus,
    input[type="submit"].loading,
    [loading="true"]
    input[type="submit"] {
      color: var(--outline-button-label, var(--color-accent)); }
      .button:hover:before, .button:focus:before, .button.loading:before,
      [loading="true"] .button:before,
      input[type="submit"]:hover:before,
      input[type="submit"]:focus:before,
      input[type="submit"].loading:before,
      [loading="true"]
      input[type="submit"]:before {
        transform: rotate3d(0, 0, 1, 0) translateZ(0); } }
  .button.loading span,
  [loading="true"] .button span,
  input[type="submit"].loading span,
  [loading="true"]
  input[type="submit"] span {
    opacity: 0; }
  .button.loading .loading-overlay,
  [loading="true"] .button .loading-overlay,
  input[type="submit"].loading .loading-overlay,
  [loading="true"]
  input[type="submit"] .loading-overlay {
    opacity: 1; }
  .button span,
  input[type="submit"] span {
    position: relative;
    z-index: 8; }
  .button .loading-overlay,
  input[type="submit"] .loading-overlay {
    opacity: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; }
    .button .loading-overlay svg,
    input[type="submit"] .loading-overlay svg {
      width: 20px;
      height: 20px; }
  .button.full,
  input[type="submit"].full {
    width: 100%; }
  .button.pill,
  input[type="submit"].pill {
    border-radius: 500px; }
  .button.small,
  input[type="submit"].small {
    height: 32px;
    padding: 5px 20px;
    letter-spacing: 0.02em;
    font-weight: var(--font-body-medium-weight, 500);
    text-transform: none; }
  .button.medium,
  input[type="submit"].medium {
    height: 40px;
    font-size: 0.75rem;
    font-size: calc(var(--button-font-scale) * 0.75rem); }
  .button.white,
  input[type="submit"].white {
    background: #fff;
    border-color: #fff;
    color: var(--color-body); }
    .button.white:before,
    input[type="submit"].white:before {
      background: var(--color-body); }
    @media screen and (hover: hover) {
      .button.white:hover,
      input[type="submit"].white:hover {
        color: #fff;
        border-color: var(--color-body); } }
  .button.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,
    input[type="submit"].outline:before {
      background: var(--outline-button-label, var(--color-accent)); }
    @media screen and (hover: hover) {
      .button.outline:hover,
      input[type="submit"].outline:hover {
        background: transparent;
        color: var(--solid-button-label, #fff); } }
    .button.outline:focus,
    input[type="submit"].outline:focus {
      background: transparent;
      color: var(--solid-button-label, #fff); }
    @media screen and (hover: hover) {
      .button.outline .loading-overlay .spinner-path,
      input[type="submit"].outline .loading-overlay .spinner-path {
        stroke: #fff; } }
    .button.outline.white,
    input[type="submit"].outline.white {
      border-color: #fff;
      color: #fff; }
      .button.outline.white:before,
      input[type="submit"].outline.white:before {
        background: #fff; }
      .button.outline.white:focus,
      input[type="submit"].outline.white:focus {
        color: var(--color-body); }
      @media screen and (hover: hover) {
        .button.outline.white:hover,
        input[type="submit"].outline.white:hover {
          color: var(--color-body); } }
  .button[disabled],
  input[type="submit"][disabled] {
    background: transparent;
    color: var(--color-accent);
    border: 1px solid var(--color-border);
    cursor: not-allowed;
    pointer-events: none; }
    .button[disabled] span:not(.loading-overlay),
    input[type="submit"][disabled] span:not(.loading-overlay) {
      opacity: 0.5; }

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


.thb-localization-forms {
  display: block;
  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 select {
    background: none;
    border: none;
    padding: 0;
    height: auto;
    margin: 0;
    font-size: 0.75rem;
    line-height: 1; }
  .thb-localization-forms.inside-header .select {
    margin: 0 15px 0 0;
    padding-right: 12px; }
    .thb-localization-forms.inside-header .select-arrow {
      right: 0; }
      .thb-localization-forms.inside-header .select-arrow svg path {
        stroke: var(--color-header-text, --color-body); }
    .thb-localization-forms.inside-header .select select {
      font-weight: var(--font-body-medium-weight, 500);
      font-size: calc(var(--font-navigation-scale, 1) * 15px);
      color: var(--color-header-text, --color-body); }
      .navigation-uppercase-true .thb-localization-forms.inside-header .select select {
        text-transform: uppercase; }
      .thb-localization-forms.inside-header .select select option {
        background-color: var(--color-header-bg, var(--bg-body, #fff)); }


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


input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  border: 1px solid var(--color-form-border);
  padding: 12px 17px;
  height: 48px;
  margin-bottom: 10px;
  color: var(--color-body);
  font-size: 0.75rem;
  font-weight: 400;
  background: transparent;
  max-width: 100%;
  border-radius: 0;
  -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"]::placeholder,
  input[type="password"]::placeholder,
  input[type="date"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="time"]::placeholder,
  input[type="url"]::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: rgba(var(--color-body-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 10px 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-body); }

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

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

.field {
  position: relative; }
  .field label {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    padding: 14px 17px;
    height: 48px;
    pointer-events: none;
    color: rgba(var(--color-body-rgb), 0.6); }
    [dir="rtl"] .field label {
      left: auto;
      right: 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 {
    background-color: var(--bg-body, #fff);
    font-size: 0.6875rem;
    padding: 0 6px;
    height: auto;
    left: 11px;
    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: 11px; }
  .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::placeholder {
      color: rgba(var(--color-body-rgb), 0.6); }
  .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; }

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

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

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


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

.remove svg {
  pointer-events: none; }

.badge {
  display: inline-flex;
  align-items: center;
  background: var(--color-badge-sale, #ee3a45);
  color: var(--color-badge-text, #fff);
  border-radius: var(--badge-corner-radius, 50px);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-weight: var(--font-body-bold-weight, 600);
  height: 23px;
  padding: 0 10px;
  line-height: 0; }
  .badge.out-of-stock {
    background: var(--color-badge-sold-out, #acacac); }
  .badge.pre-order {
    background: var(--color-badge-preorder, #666666); }

.price {
  display: block;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  color: var(--color-price, --color-accent); }
  .price > span {
    display: inline-flex;
    vertical-align: middle; }
  .price del .amount {
    opacity: 0.4; }
  .price del + ins {
    margin-left: 10px; }
  .price .from {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.6875rem; }
  .price > .amount,
  .price ins {
    text-decoration: none; }
  .price .amount.discounted {
    color: var(--color-price-discounted, #ee3b45); }
  .price .unit-price {
    margin-left: 5px;
    font-size: 0.75rem;
    color: rgba(var(--color-accent-rgb), 0.55); }
    .price .unit-price:before {
      content: "("; }
    .price .unit-price:after {
      content: ")"; }
    .price .unit-price.hidden {
      display: none; }

.product-cart-item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  max-width: 400px;
  margin-bottom: 20px; }
  .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: 25px; } }
    [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: 25px; } }
    .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-info .price {
    display: block; }
    @media only screen and (min-width: 1068px) {
      .product-cart-item-info .price {
        display: none; } }
  .product-cart-item-price {
    margin-left: auto;
    padding-left: 15px;
    text-align: right; }
    .product-cart-item-price .price {
      display: none; }
      @media only screen and (min-width: 1068px) {
        .product-cart-item-price .price {
          display: block; } }
      .product-cart-item-price .price .unit-price {
        display: block; }
  .product-cart-item img,
  .product-cart-item .thb-placeholder {
    width: 75px;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .product-cart-item img,
      .product-cart-item .thb-placeholder {
        width: 96px; } }
  .product-cart-item .text-button {
    margin-top: 5px;
    font-size: 0.75rem;
    text-transform: uppercase; }
  .product-cart-item .product-card-quickview.loading span {
    opacity: 0; }
  .product-cart-item .product-card-quickview.loading:before, .product-cart-item .product-card-quickview.loading:after {
    display: none; }
  .product-cart-item .product-card-quickview .loading-overlay {
    width: 18px;
    height: 18px;
    top: calc(50% + 2px); }
  .product-cart-item .cart-product-link {
    display: block;
    font-size: calc(var(--font-product-title-scale, 1) * 0.9375rem);
    line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.5);
    font-weight: var(--font-body-medium-weight, 500);
    display: block; }
    .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.6875rem;
    opacity: 0.8;
    margin-top: 5px;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    .product-cart-item-options + .product-cart-item-options {
      margin-top: 0; }
  .product-cart-item .small-qty {
    margin-top: 8px; }
  .product-cart-item .form-notification {
    margin-top: 8px; }

.cart-drawer {
  overflow: visible; }
  .cart-drawer .side-panel-inner {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100dvh;
    position: relative;
    z-index: 5; }
  .cart-drawer .side-panel-content {
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    background: var(--bg-body, #fff); }
  .cart-drawer .side-panel-footer {
    border-top: 1px solid var(--color-border);
    font-size: 0.875rem;
    position: relative;
    background: var(--bg-body, #fff); }
    .cart-drawer .side-panel-footer .cart-policy-text {
      font-size: 0.75rem;
      letter-spacing: 0.02em;
      margin-top: 0;
      margin-bottom: 10px; }
    .cart-drawer .side-panel-footer .button {
      display: inline-block;
      padding: 12px 20px; }
  .cart-drawer-footer {
    padding: 0 30px 30px; }
  .cart-drawer .product-cart-item {
    max-width: 100%; }
    .cart-drawer .product-cart-item--container {
      margin-bottom: 30px; }
  .cart-drawer--recommendations {
    display: block;
    padding: 15px; }
    @media only screen and (min-width: 1068px) {
      .cart-drawer--recommendations {
        padding: 15px 0; } }
    .cart-drawer--recommendations--products {
      padding: 0 15px;
      margin: 0 -15px;
      width: calc(100% + 30px);
      overflow-x: scroll;
      overflow-y: hidden;
      display: grid;
      grid-gap: 30px;
      grid-auto-flow: column;
      grid-auto-columns: max-content;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      scroll-behavior: smooth; }
      .cart-drawer--recommendations--products::-webkit-scrollbar {
        display: none; }
      @media only screen and (min-width: 1068px) {
        .cart-drawer--recommendations--products {
          padding: 10px 0;
          grid-gap: 20px;
          grid-auto-flow: row;
          grid-auto-columns: 1fr;
          overflow: hidden;
          align-content: start;
          margin: 0 auto;
          width: 100%; } }
    .cart-drawer--recommendations--heading {
      letter-spacing: 0.02em;
      position: relative;
      font-size: 0.8125rem;
      line-height: 1.3;
      font-weight: var(--font-body-bold-weight, 600);
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media only screen and (min-width: 1068px) {
        .cart-drawer--recommendations--heading {
          margin-bottom: 5px;
          text-align: center; } }
    .cart-drawer--recommendations--container {
      width: calc(100% + 60px);
      margin-left: -30px;
      margin-bottom: 0;
      margin-top: auto;
      background: var(--bg-body-darken, #f8f8f8);
      transition: transform 0.3s cubic-bezier(0.104, 0.204, 0.492, 1); }
      @media only screen and (min-width: 1068px) {
        .cart-drawer--recommendations--container {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 180px;
          padding: 0 15px;
          margin: 0;
          height: auto;
          z-index: -1;
          transition-delay: 0.25s;
          transform: translateX(0%);
          box-shadow: inset 0px 4px 40px rgba(0, 0, 0, 0.15);
          overflow-x: hidden;
          overflow-y: auto;
          height: 100%; } }
      [dir="rtl"] .cart-drawer--recommendations--container {
        margin-right: -30px;
        margin-left: 0; }
        @media only screen and (min-width: 1068px) {
          [dir="rtl"] .cart-drawer--recommendations--container {
            margin: 0; } }
      @media only screen and (min-width: 1068px) {
        .cart-drawer--recommendations--container.active {
          transform: translateX(-100%); } }
    .cart-drawer--recommendations .product-cart-item {
      margin-bottom: 0;
      max-width: 320px; }
      @media only screen and (min-width: 1068px) {
        .cart-drawer--recommendations .product-cart-item {
          flex-direction: column;
          align-items: center;
          text-align: center; }
          .cart-drawer--recommendations .product-cart-item-image {
            margin: 0 0 15px 0; } }
      .cart-drawer--recommendations .product-cart-item .cart-product-link {
        font-size: calc(var(--font-product-title-scale, 1) * 0.8125rem); }
  .cart-drawer__empty-cart {
    height: 100%;
    padding: 10vh 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center; }
    .cart-drawer__empty-cart svg {
      margin-bottom: 45px; }
    .cart-drawer__empty-cart + .cart-drawer--recommendations--container {
      display: none; }
  .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: 15px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .cart-drawer-buttons form {
      width: 100%; }
    .cart-drawer-buttons .checkout b {
      font-weight: var(--font-body-bold-weight, 600);
      margin: 0 5px; }
  .cart-drawer .text-button {
    margin-right: 0; }
  .cart-drawer .view-cart-button {
    margin-top: 15px;
    font-size: 0.75rem;
    text-transform: uppercase; }
  .cart-drawer .mini-cart__row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-border);
    padding: 14px 0;
    line-height: 1; }
    .cart-drawer .mini-cart__row span {
      font-weight: var(--font-body-medium-weight, 500); }
    .cart-drawer .mini-cart__row.total {
      border-bottom: 0; }
  .cart-drawer .order-note-toggle {
    padding: 14px 30px;
    align-items: center;
    background: var(--bg-body, #fff);
    color: var(--color-body); }
    .cart-drawer .order-note-toggle span {
      width: 12px;
      height: 12px;
      position: relative; }
      .cart-drawer .order-note-toggle span:before, .cart-drawer .order-note-toggle span:after {
        content: "";
        display: block;
        position: absolute;
        background: var(--color-body); }
      .cart-drawer .order-note-toggle span:before {
        top: 0;
        width: 1px;
        left: 5.5px;
        height: 12px; }
      .cart-drawer .order-note-toggle span:after {
        top: 5.5px;
        left: 0;
        width: 12px;
        height: 1px; }
    .cart-drawer .order-note-toggle__content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 30px;
      z-index: 40;
      background: var(--bg-body, #fff);
      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; }
      .cart-drawer .order-note-toggle__content label {
        font-size: 0.75rem;
        text-transform: uppercase;
        margin-bottom: 20px;
        display: block;
        font-weight: var(--font-body-medium-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; }
  .cart-drawer .accordion {
    border-top: 0;
    padding: 0 30px; }
    .cart-drawer .accordion summary {
      font-weight: 400;
      font-size: 0.875rem;
      letter-spacing: normal;
      padding-top: 14px;
      padding-bottom: 14px; }
      .cart-drawer .accordion summary span {
        right: 0; }
  .cart-drawer .remove-all--text {
    opacity: 1;
    transition: opacity 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }
  .cart-drawer .remove-all .loading-overlay {
    width: 18px;
    height: 18px; }
  .cart-drawer .remove-all.loading .remove-all--text {
    opacity: 0; }

[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: 100%;
  margin: 0 auto;
  padding: 0 12.5px; }
  @media only screen and (min-width: 768px) {
    [role="main"] .shopify-policy__container {
      padding: 0 40px; } }
  @media only screen and (min-width: 1068px) {
    [role="main"] .shopify-policy__container {
      max-width: 1140px; } }
  [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; } }




a, #wrapper .click-capture, .side-panel, .back-to-top, .back-to-top path, .header:after, .header.transparent--true:before, .header .logolink .logoimg, .thb-secondary-area-item.thb-secondary-myaccount--icon-false span:after, .thb-secondary-area-item svg path, .thb-secondary-area .thb-item-count, .mobile-toggle span, .thb-full-menu--link:after, .thb-full-menu li.menu-item-has-children > a svg path, .thb-full-menu .sub-menu, .shopify-payment-button__more-options:after,
.text-button:after, .button:before,
input[type="submit"]:before, .button span,
input[type="submit"] span, .thb-localization-forms.inside-header .select-arrow svg path, 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, .custom-checkbox[type="checkbox"], .custom-checkbox[type="checkbox"]:after, .quantity .minus svg,
.quantity .plus svg, .cart-drawer .order-note-toggle__content, .cart-drawer .order-note-toggle__content-overlay, .flickity-page-dots .dot, .flickity-nav, .flickity-nav svg {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }


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

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

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

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


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

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

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


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

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

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

.flickity-enabled.is-fade.main-slideshow.transition--swipe .flickity-slider > * {
  opacity: 1 !important; }

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


.flickity-page-dots {
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px;
  text-align: center;
  line-height: 0; }
  .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    opacity: 0.6;
    border-radius: 4px;
    margin: 0 10px;
    background: var(--color-body);
    cursor: pointer;
    position: relative; }
    .flickity-page-dots .dot:hover {
      opacity: 1; }
    .flickity-page-dots .dot .thb-pagination-svg {
      position: absolute;
      top: -6px;
      left: -6px;
      width: 20px;
      height: 20px;
      transform: rotateZ(-90deg);
      visibility: hidden; }
      .flickity-page-dots .dot .thb-pagination-svg circle {
        stroke-dasharray: 58 58;
        stroke-dashoffset: 58; }
    .flickity-page-dots .dot.is-selected {
      opacity: 1; }
      .flickity-page-dots .dot.is-selected .thb-pagination-svg {
        visibility: visible; }
        .flickity-page-dots .dot.is-selected .thb-pagination-svg circle {
          stroke-dashoffset: 0;
          transition: stroke-dashoffset var(--dot-speed) linear; }
  .flickity-page-dots.dot-style--logos {
    display: inline-flex;
    align-items: center;
    overflow: scroll;
    scrollbar-width: none; }
    .flickity-page-dots.dot-style--logos::-webkit-scrollbar {
      display: none; }
    .flickity-page-dots.dot-style--logos .dot {
      width: auto;
      height: 100px;
      background: none;
      flex-shrink: 0;
      display: inline-flex;
      align-items: center; }
      .flickity-page-dots.dot-style--logos .dot img {
        object-fit: contain;
        max-height: 100%;
        width: auto; }

.flickity-nav {
  background: var(--bg-body, #fff);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); }
  .flickity-nav svg {
    pointer-events: none; }
  @media only screen and (min-width: 768px) {
    .flickity-enabled .flickity-nav {
      display: flex; } }
  .flickity-nav.flickity-prev {
    left: -24px; }
  .flickity-nav.flickity-next {
    right: -24px; }
  .flickity-nav:focus-visible {
    opacity: 1; }
  .flickity-nav:hover svg {
    transform: scale(1.2); }

.flickity-enabled:hover .flickity-nav {
  opacity: 1; }

.flickity-enabled.row .flickity-prev {
  left: -9px; }

.flickity-enabled.row .flickity-next {
  right: -9px; }

.flickity-progress {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-border);
  border-radius: 0.5px;
  position: relative;
  margin-top: 20px; }
  .flickity-progress--bar {
    position: absolute;
    top: -1px;
    left: 0;
    height: 3px;
    background: var(--color-body);
    width: 0%;
    border-radius: 1.5px; }




a, #wrapper .click-capture, .side-panel, .back-to-top, .back-to-top path, .header:after, .header.transparent--true:before, .header .logolink .logoimg, .thb-secondary-area-item.thb-secondary-myaccount--icon-false span:after, .thb-secondary-area-item svg path, .thb-secondary-area .thb-item-count, .mobile-toggle span, .thb-full-menu--link:after, .thb-full-menu li.menu-item-has-children > a svg path, .thb-full-menu .sub-menu, .shopify-payment-button__more-options:after,
.text-button:after, .button:before,
input[type="submit"]:before, .button span,
input[type="submit"] span, .thb-localization-forms.inside-header .select-arrow svg path, 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, .custom-checkbox[type="checkbox"], .custom-checkbox[type="checkbox"]:after, .quantity .minus svg,
.quantity .plus svg, .cart-drawer .order-note-toggle__content, .cart-drawer .order-note-toggle__content-overlay, .flickity-page-dots .dot, .flickity-nav, .flickity-nav svg {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }



.section-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }
  .section-header--content {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .section-header--content {
        max-width: 70%; } }
    .section-header--content .rte {
      margin-top: 5px; }
    .section-header--content p:last-child {
      margin-bottom: 0; font-family: "Futura PT"; color: #EAEAEA; margin-top: 20px; }
  .section-header scroll-shadow {
    max-width: 100%; }
  .section-header--button {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: 15px; }
    @media only screen and (min-width: 768px) {
      .section-header--button {
        justify-content: flex-end; } }
    .section-header--button .text-button {
      margin-right: 0; }
    .section-header--button.has--tabs .linked-to-tab {
      display: none; }
      .section-header--button.has--tabs .linked-to-tab.active {
        display: block; }
  .section-header-left--true .collection-tabs__list-link:first-child {
    margin-left: 0; }
  @media only screen and (min-width: 768px) {
    .section-header-left--true {
      flex-direction: row; } }
  .section-header-left--false {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .section-header-left--false {
        flex-direction: column; } }
    .section-header-left--false .section-header--content {
      margin: 0 auto;
      align-items: center; }
    .section-header-left--false .section-header--button {
      justify-content: center; }
  .section-header h2 {
    font-weight: var(--font-body-bold-weight, 600);
    margin-bottom: 0px; }
#shopify-section-template--20739376578751__1661426105a80f3333{border-top:5px solid #FFC211;border-bottom:5px solid #FFC211;border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='10' viewBox='0 0 120 10'%3E%3Cpath d='M0 5 C10 2 20 8 30 5 S50 2 60 5 S80 8 90 5 S110 2 120 5' stroke='%23FFC211' stroke-width='5' fill='none'/%3E%3C/svg%3E");border-image-slice: 5; margin-top:-25px; overflow:visible; z-index:7; isolation:auto;}
#shopify-section-template--20739376578751__scrolling_text_rVYkMe{border-top:5px solid #E2207C;border-bottom:5px solid #E2207C;border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='10' viewBox='0 0 120 10'%3E%3Cpath d='M0 5 C10 2 20 8 30 5 S50 2 60 5 S80 8 90 5 S110 2 120 5' stroke='%23E2207C' stroke-width='5' fill='none'/%3E%3C/svg%3E");border-image-slice: 5;margin-top:-35px; overflow:visible; z-index:8; isolation:auto;}

/* Homepage hero stripes — seals/icons must bleed past band edges (no overflow clip) */
body.template-index .section-scrolling-text,
body.template-index .section-scrolling-text .row,
body.template-index .section-scrolling-text .columns,
body.template-index .section-scrolling-text .scrolling-text,
body.template-index .section-scrolling-text .scrolling-text--inner,
body.template-index .section-scrolling-text .scrolling-text--inner > div,
body.template-index .section-scrolling-text .scrolling-text--item {
  overflow: visible !important;
}
body.template-index .section-scrolling-text .scrolling-text--image {
  object-fit: contain !important;
  max-height: none;
}
.line-child{font-family: 'HandDeco';text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.28);padding: 10px; -webkit-text-stroke: 0.5px #D9322B;}
.line-child span{font-family: 'Brushberry';color:#FFC211;background: #0047BA;box-shadow: 4px 4px 0px #FEC21C;transform: rotate(-91.12deg);padding:10px; -webkit-text-stroke: 0px transparent;}
#shopify-section-template--20739376578751__1662459178b0886a69{background:#2C50A1;}
.testimonials__testimonial p {
  font-family: "HandDeco";
}
.scrolling-text--item span{font-family: "Brushberry Sans2";}
/* Truly Indian — punchy header bar + wordmark (no washout / no clip) */
.shopify-section.header-section,
.header-section,
.header-section .header,
.header-section .header > .row,
.header-section .header > .row > .columns,
.header-section .header .menu-logo-container,
.header-section .header .full-menu,
.header-section .header .logolink {
  overflow: visible !important;
}
.header-section .header {
  background: #D02030 !important;
  border-bottom-color: transparent;
  filter: none;
  opacity: 1;
}
.header-section .header.transparent--true {
  background: #D02030 !important;
}
.header-section .header.transparent--true:before {
  background: #D02030 !important;
  transform: none !important;
  opacity: 1 !important;
}
.header-section .header .full-menu {
  /* Keep nav under the wordmark if mid-width links try to paint over it */
  position: relative;
  z-index: 1;
}
.header-section .header .logolink {
  position: relative;
  z-index: 5;
  align-items: center;
  /* Kill theme default margin: 20px 0 — was inflating the red bar */
  margin: 0;
  /* Tight vertical padding; keep horizontal for teal shadow */
  padding: 2px 10px 2px 14px;
  box-sizing: content-box;
  flex-shrink: 0;
  min-width: auto;
  max-width: none;
  overflow: visible !important;
}
.header-section .header > .row > .columns {
  min-height: 46px;
  align-items: center;
}
@media only screen and (min-width: 1068px) {
  .header-section .header > .row > .columns {
    /* ~52px wordmark + ~4px padding — bar sits snug just below cyan offset */
    min-height: 56px;
  }
}
.header-section .header .logolink .logoimg,
.header-section .header.transparent--true .logolink .logoimg,
.header-section .header.transparent--true:not(:hover):not(.is-sticky) .logolink .logoimg,
.header-section .header.transparent--true:not(:hover):not(.is-sticky) .logolink .logoimg--light {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  image-rendering: auto;
  object-fit: contain;
  object-position: center center;
  overflow: visible;
  clip-path: none !important;
  max-width: none;
  /* Vector wordmark — keep cyan offset from being clipped */
  display: block;
}
.header-section .header .logolink .logoimg--light {
  /* Keep light variant hidden — brand mark is already yellow-on-red */
  opacity: 0 !important;
  pointer-events: none;
}
.header-section .header .logolink.text-logo,
.header-section .header.transparent--true .logolink.text-logo,
.header-section .header.transparent--true:not(:hover):not(.is-sticky) .logolink.text-logo {
  font-family: "HandDeco", "Handdeco", sans-serif !important;
  color: #ffc211 !important;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: -2px 2px 0 #00a9c4, -4px 4px 0 #274997;
  -webkit-text-stroke: 0.4px #3f2021;
  opacity: 1 !important;
  filter: none !important;
}

/* Homepage hero — TASTE THE REAL INDIA / Hand Made With Love HTML/CSS lockup + SHOP NOW below */
.slideshow__slide--index-1 .slideshow__slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(920px, 94vw);
}

.slideshow__slide--index-1 .slideshow__slide-content--heading,
.slideshow__slide--index-1 .slideshow__slide-content--heading-lockup {
  display: block;
  width: 100%;
  margin: 0 auto 1.5rem;
  padding: 0;
  line-height: 1;
  font-size: inherit;
  color: inherit;
  text-shadow: none;
  -webkit-text-stroke: 0;
}

.slideshow__slide--index-1 .slideshow__hero-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.4rem, 1.4vw, 0.85rem);
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

.slideshow__slide--index-1 .slideshow__hero-lockup-title {
  display: block;
  margin: 0;
  padding: 0 0.15em;
  font-family: "HandDeco", "Handdeco", sans-serif;
  font-size: clamp(1.85rem, 6.4vw, 4.65rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  color: #ffc211;
  -webkit-text-stroke: 0.5px #a81a1a;
  paint-order: stroke fill;
  text-shadow:
    0.028em 0.038em 0 #d86e2d,
    0.04em 0.055em 0 #a81a1a;
}

.slideshow__slide--index-1 .slideshow__hero-lockup-script {
  display: inline-block;
  align-self: center;
  margin: 0.22em auto 0;
  padding: 0.58em 1.2em 0.39em;
  font-family: "Brushberry", cursive;
  font-size: clamp(1.35rem, 4vw, 2.85rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  color: #ffc211;
  -webkit-text-stroke: 0;
  text-shadow: none;
  background-image: url("/cdn/shop/files/Vectoreurueyu.png?v=1786961619");
  background-repeat: no-repeat;
  background-position: 54% 50%;
  background-size: 100% 100%;
  transform: translateX(0.45em) rotate(-2.4deg);
  transform-origin: center center;
}

.slideshow__slide--index-1 .slideshow__slide-content .button-overflow-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  /* Kill slideshow.css yellow shell — it used radius 10px vs button 12px and leaked at corners */
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.slideshow__slide--index-1 .slideshow__slide-content .button {
  min-height: 54px;
  padding: 0 28px;
  background: #ffc211 !important;
  background-clip: padding-box;
  color: #3f2021 !important;
  /* Ring via box-shadow (same radius as fill) — avoids yellow peek past border curves */
  border: none !important;
  border-radius: 12px;
  box-shadow:
    0 0 0 3px #a81a1a,
    4px 4px 0 #a81a1a;
  font-family: "Futura PT", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* Clip theme hover wipe; box-shadow still paints outside this element */
  overflow: hidden;
}

/* Theme .button:before is a white rotated wipe parked below the button.
   overflow:visible on the border fix let it show as an empty tilted box — kill it here. */
.slideshow__slide--index-1 .slideshow__slide-content .button:before {
  content: none;
  display: none;
}

.slideshow__slide--index-1 .slideshow__slide-content .button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 3px #a81a1a,
    5px 5px 0 #a81a1a;
}

/* Homepage hero lockup — one-time staggered entrance (first slide only) */
@keyframes slideshow-hero-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 0.7rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideshow-hero-enter-script {
  from {
    opacity: 0;
    transform: translate3d(0.45em, 0.7rem, 0) rotate(-2.4deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0.45em, 0, 0) rotate(-2.4deg);
  }
}

.slideshow__slide--index-1 .slideshow__slide-content--hero-enter .slideshow__hero-lockup-title {
  animation: slideshow-hero-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.slideshow__slide--index-1 .slideshow__slide-content--hero-enter .slideshow__hero-lockup-script {
  animation: slideshow-hero-enter-script 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}

.slideshow__slide--index-1 .slideshow__slide-content--hero-enter .button-overflow-container {
  animation: slideshow-hero-enter 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.38s both;
}

/* Keep SHOP NOW visible for CSS entrance (theme GSAP hides .button until ready) */
.animations-true .slideshow__slide--index-1 .slideshow__slide-content--hero-enter .button {
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  .slideshow__slide--index-1 .slideshow__slide-content--hero-enter .slideshow__hero-lockup-title,
  .slideshow__slide--index-1 .slideshow__slide-content--hero-enter .button-overflow-container {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .slideshow__slide--index-1 .slideshow__slide-content--hero-enter .slideshow__hero-lockup-script {
    animation: none;
    opacity: 1;
    transform: translateX(0.45em) rotate(-2.4deg);
  }
}

@media only screen and (max-width: 767px) {
  .slideshow__slide--index-1 .slideshow__slide-content--heading,
  .slideshow__slide--index-1 .slideshow__slide-content--heading-lockup {
    margin-bottom: 1.15rem;
  }

  .slideshow__slide--index-1 .slideshow__hero-lockup-title {
    font-size: clamp(1.65rem, 8.2vw, 2.55rem);
  }

  .slideshow__slide--index-1 .slideshow__hero-lockup-script {
    font-size: clamp(1.2rem, 5.6vw, 1.75rem);
    padding: 0.54em 0.95em 0.34em;
    white-space: normal;
    max-width: 92vw;
  }

  .slideshow__slide--index-1 .slideshow__slide-content .button {
    min-height: 48px;
    padding: 0 22px;
  }
}



.custom-header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  flex-shrink: 1;
  min-width: 0;
}

.header-buy-btn,
.header-shop-btn,
.header-retailer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 50px;
  padding: 0 20px;
  border-radius: 10px;
  font-family: "Futura PT";
  box-shadow: 2px 2px 0 #3F2021;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
}

.header-buy-btn {
  background: #2B214E;
  color: #F7C600;
  border: 2px solid #D02030;
  box-shadow: 2px 2px 0 #F7C600;
  gap: 12px;
}

.header-buy-btn img {
  height: 40px;
  margin-left: -45px;
  flex-shrink: 0;
}

.header-shop-btn {
  background: #F7C600;
  color: #231F20;
  border: 2px solid #D02030;
}

/* Amazon / Instacart — compact logo CTAs beside WHERE TO BUY */
.header-retailer-btn {
  gap: 8px;
  padding: 0 14px;
  background: #FFFFFF;
  color: #231F20;
  border: 2px solid #D02030;
  box-shadow: 2px 2px 0 #3F2021;
}

.header-retailer-btn__logo {
  display: block;
  width: auto;
  height: 22px;
  flex-shrink: 0;
}

.header-retailer-btn__logo--amazon {
  height: 24px;
}

.header-retailer-btn__logo--instacart {
  height: 20px;
}

.header-retailer-btn__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Desktop header: logo-only to avoid crowding the red bar */
.custom-header-cta.mobile .header-retailer-btn__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.custom-header-cta.mobile .header-retailer-btn {
  position: relative;
  min-width: 52px;
  padding: 0 12px;
}

/* Header bar: large wordmark + CTAs. Priority: logo > WHERE TO BUY (+ samosa) + SHOP NOW >
   retailer logos. Theme desktop nav breakpoint is 1068px. */
.header-section .header > .row > .columns {
  column-gap: 12px;
  overflow: visible !important;
}

.header-section .header .logolink {
  /* Do NOT set min-width:0 — that lets the grid squeeze and visually crop the mark */
  flex-shrink: 0;
  overflow: visible !important;
}

.header-section .header .logolink .logoimg {
  width: auto;
  max-width: min(420px, 58vw);
  height: var(--logo-height-mobile, 48px);
}

/* Full desktop height only once full nav is shown (not at 768) */
@media only screen and (min-width: 1068px) {
  .header-section .header .logolink .logoimg {
    height: var(--logo-height, 60px);
    max-width: min(480px, 44vw);
  }

  /* Keep samosa overhang visible on the WHERE TO BUY pill */
  .custom-header-cta.mobile .header-buy-btn {
    overflow: visible;
  }
}

.header-section .header .thb-secondary-area {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}

/* Mid desktop: keep WHERE TO BUY + SHOP NOW; drop Amazon/Instacart when crowded */
@media only screen and (min-width: 1068px) and (max-width: 1360px) {
  .custom-header-cta.mobile .header-retailer-btn {
    display: none;
  }

  .custom-header-cta.mobile {
    gap: 10px;
  }

  .custom-header-cta.mobile .header-buy-btn {
    height: 44px;
    padding: 0 14px;
    font-size: 13px;
    gap: 8px;
  }

  .custom-header-cta.mobile .header-buy-btn img {
    height: 34px;
    margin-left: -36px;
  }

  .header-section .header .header-shop-btn {
    height: 44px;
    padding: 0 16px;
    font-size: 13px;
  }
}

/* Wide-mid: show retailers again; slightly compact CTAs so all four fit */
@media only screen and (min-width: 1361px) and (max-width: 1480px) {
  .custom-header-cta.mobile {
    gap: 8px;
  }

  .custom-header-cta.mobile .header-buy-btn {
    height: 44px;
    padding: 0 14px;
    font-size: 13px;
    gap: 8px;
  }

  .custom-header-cta.mobile .header-buy-btn img {
    height: 34px;
    margin-left: -36px;
  }

  .custom-header-cta.mobile .header-retailer-btn {
    min-width: 48px;
    padding: 0 10px;
    height: 44px;
  }

  .header-section .header .header-shop-btn {
    height: 44px;
    padding: 0 14px;
    font-size: 13px;
  }
}

/* Very narrow desktop with nav still open — tiny logo restraint only if needed */
@media only screen and (min-width: 1068px) and (max-width: 1180px) {
  .header-section .header .logolink .logoimg {
    height: clamp(52px, 5vw, var(--logo-height, 60px));
    max-width: min(400px, 38vw);
  }
}

/* Hamburger layout (tablet / narrow desktop): mobile logo height, tighten CTAs */
@media only screen and (max-width: 1067px) {
  .header-section .header .logolink {
    margin: 0;
    padding: 2px 6px 2px 10px;
  }

  .header-section .header .logolink .logoimg {
    height: var(--logo-height-mobile, 48px);
    max-width: min(360px, 52vw);
  }

  .custom-header-cta.mobile {
    gap: 10px;
  }

  .custom-header-cta.mobile .header-buy-btn,
  .custom-header-cta.mobile .header-retailer-btn {
    display: none;
  }

  .header-section .header .header-shop-btn {
    height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* Mid tablet / phone: mobile logo; SHOP NOW only */
@media only screen and (max-width: 900px) {
  .header-section .header .logolink .logoimg {
    max-width: min(300px, 54vw);
    height: clamp(44px, 9vw, var(--logo-height-mobile, 48px));
  }

  .custom-header-cta.mobile {
    gap: 8px;
  }

  .header-section .header .header-shop-btn {
    height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* True mobile */
@media only screen and (max-width: 767px) {
  .header-section .header > .row > .columns {
    column-gap: 8px;
    padding-left: 12px;
    padding-right: 12px;
    min-height: 52px;
    align-items: center;
  }

  .header-section .header .logolink {
    margin: 0;
    padding: 2px 4px 2px 8px;
  }

  .header-section .header .logolink .logoimg {
    max-width: min(260px, 54vw);
    height: clamp(44px, 11vw, var(--logo-height-mobile, 48px));
  }

  .custom-header-cta.mobile .header-buy-btn,
  .custom-header-cta.mobile .header-retailer-btn {
    display: none;
  }

  .header-section .header .header-shop-btn {
    height: 34px;
    padding: 0 10px;
    font-size: 11px;
    border-radius: 8px;
  }
}

/* Mobile drawer: wrap CTAs, show retailer labels */
.mobile-menu-drawer .custom-header-cta {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 16px 0;
}

.mobile-menu-drawer .custom-header-cta .header-retailer-btn {
  height: 44px;
  padding: 0 14px;
}

.mobile-menu-drawer .custom-header-cta .header-retailer-btn__label {
  display: inline;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
}
.ai-slideshow-heading h2{font-family:'HandDeco' !important;}


/* ABOUT US BANNER */
.about-us-banner{
    background-size:cover;
    background-position:center;
    position: relative;
    overflow: hidden;
}

.about-us-banner--video{
    min-height: min(78vh, 700px);
    display: flex;
    align-items: center;
    background-color: #0b1f2a;
}

.about-us-banner__video-bg{
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.about-us-banner__video-poster,
.about-us-banner__video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.about-us-banner__video-poster{
    z-index: 0;
}

.about-us-banner__video{
    z-index: 1;
}

.about-us-banner__video-overlay{
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.28);
}

.about-us-banner--video .about-us-banner__wrapper{
    position: relative;
    z-index: 1;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 72px 40px 64px;
}

.about-us-banner--video .about-us-banner__content{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.95rem;
    transform: translateY(84px);
}

.about-us-banner--video .about-us-banner__content--cta-only{
    transform: none;
}

.about-us-banner--video .about-us-banner__buttons{
    justify-content: center;
    margin: 0;
}

.about-us-banner__wrapper{
    display:grid;
    grid-template-columns:1fr 1.2fr 1fr;
    align-items:center;
    gap:40px;
    max-width:1500px;
    margin:auto;
}

.about-us-banner__wrapper:not(.about-us-banner__wrapper--with-images){
    grid-template-columns: 1fr;
}

.about-us-banner__image{
    display:flex;
    justify-content:center;
}

.about-us-banner__side-image{
    width:100%;
    max-width:480px;
    display:block;
}

.about-us-banner__image--left{
    justify-content: flex-start;
    margin-top: 60px; /* Increase or decrease as needed */
}

.about-us-banner__image--right{
    justify-content: flex-end;
    margin-top: 60px; /* Same value for both */
}

.about-us-banner__content{
    text-align:center;
}

.about-us-banner__label-wrapper{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.about-us-banner__label-bg{
    display: block;
    width: 220px; /* Adjust according to your background image */
    height: auto;
}

.about-us-banner__label{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #16285A;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    z-index: 2;
    font-family: 'HandDeco';
    -webkit-text-stroke: 0.5px #D9322B;
    text-shadow: 2px 2px 0 #1e1a1a47;
}

/* HTML/CSS motto lockup */
.about-us-banner__lockup{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: min(980px, 96vw);
    margin: 0 auto;
}

.about-us-banner__motto{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    column-gap: 0.38em;
    row-gap: 0.12em;
    margin: 0;
    padding: 0 0.2rem;
    line-height: 1;
    text-align: center;
    color: #FFC211;
    -webkit-text-stroke: 0;
    text-shadow: none;
}

.about-us-banner__motto-phrase{
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    gap: 0.18em;
    white-space: nowrap;
}

.about-us-banner__motto-script,
.about-us-banner__motto-word{
    display: inline-block;
    color: #FFC211;
    paint-order: stroke fill;
}

.about-us-banner__motto-script{
    font-family: "Brushberry", cursive;
    font-size: clamp(1.25rem, 2.8vw, 2.2rem);
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-text-stroke: 0.4px #a81a1a;
    text-shadow:
      0.045em 0.065em 0 #d86e2d,
      0.07em 0.1em 0 #a81a1a;
}

.about-us-banner__motto-word{
    font-family: "HandDeco", "Handdeco", sans-serif;
    font-size: clamp(1.4rem, 3.05vw, 2.45rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    -webkit-text-stroke: 0.45px #a81a1a;
    text-shadow:
      0.045em 0.065em 0 #d86e2d,
      0.07em 0.1em 0 #a81a1a;
}

.about-us-banner__heading{
    font-size:clamp(24px, 3.8vw, 46px);
    line-height:1.18;
    color:#FFC211;
    margin-bottom:25px;
    font-family: 'HandDeco';
    -webkit-text-stroke: 1.25px #2b214e;
    paint-order: stroke fill;
    text-shadow:
      1px 1px 0 #2b214e,
      2px 2px 0 rgba(43, 33, 78, 0.55);
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
}

.about-us-banner__heading-break{
    display: block;
}

.about-us-banner__heading-word,
.about-us-banner__heading-script{
    white-space: nowrap;
}

.about-us-banner__heading-word{
    color: #FFC211;
    -webkit-text-stroke: 1.25px #2b214e;
    paint-order: stroke fill;
    text-shadow:
      1px 1px 0 #2b214e,
      2px 2px 0 rgba(43, 33, 78, 0.55);
}

.about-us-banner__heading-script{
    font-family: 'Brushberry', cursive;
    text-transform: none;
    color: #EB3986;
    -webkit-text-stroke: 1.25px #2b214e;
    paint-order: stroke fill;
    text-shadow:
      1px 1px 0 #2b214e,
      2px 2px 0 rgba(43, 33, 78, 0.45);
}

.about-us-banner__heading--image{
    margin: 0 auto 28px;
    max-width: min(720px, 94vw);
    -webkit-text-stroke: 0;
    text-shadow: none;
    line-height: 0;
}

.about-us-banner__heading-image{
    display: block;
    width: 100%;
    height: auto;
}

.about-us-banner__description{
    font-size:24px;
    color:#fff;
    line-height:1.5;
    max-width:600px;
    margin:0 auto 35px;
    font-family: 'Futura PT';
}

.about-us-banner__buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap; /* Keep buttons on one line */
}

.about-us-banner__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 400;
    white-space: nowrap; /* Prevent button text from wrapping */
    font-family: 'Futura PT';
}

.about-us-banner__button--orange{
    background:#F36A21;
    color:#fff;
    border: 2px solid #D02030;
    box-shadow: 2px 2px 0 #3F2021;
}

.about-us-banner__button--yellow{
    background:#FFC211;
    color:#3f2021;
    border: 2px solid #D02030;
    box-shadow: 2px 2px 0 #3F2021;
}

.about-us-banner__button--story{
    min-height: 50px;
    padding: 0 22px;
    background: #FFC211 !important;
    color: #3f2021 !important;
    border: 2px solid #a81a1a !important;
    border-radius: 10px;
    box-shadow: 2px 2px 0 #a81a1a;
    font-family: "Futura PT", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.about-us-banner__button--story:hover{
    transform: translateY(-1px);
    box-shadow: 3px 3px 0 #a81a1a;
}

.about-us-banner__button:hover{
    transform:translateY(-2px);
}


@media (max-width:991px){

.about-us-banner{
    padding:60px 20px;
}

.about-us-banner--video{
    padding: 60px 20px;
}

.about-us-banner--video .about-us-banner__content{
    transform: translateY(28px);
}

.about-us-banner--video .about-us-banner__content--cta-only{
    transform: none;
}

.about-us-banner__wrapper{
    grid-template-columns:1fr;
}

.about-us-banner__content{
    order:2;
}

.about-us-banner__image--left{
    order:1;
}

.about-us-banner__image--right{
    order:3;
}

.about-us-banner__heading{
    font-size:clamp(20px, 5.8vw, 32px);
}

.about-us-banner__motto{
    column-gap: 0.28em;
}

.about-us-banner__motto-script{
    font-size: clamp(1.1rem, 4.8vw, 1.55rem);
}

.about-us-banner__motto-word{
    font-size: clamp(1.2rem, 5.2vw, 1.7rem);
}

.about-us-banner__button--story{
    min-height: 44px;
    padding: 0 18px;
    font-size: 0.95rem;
}

.about-us-banner__description{
    font-size:18px;
}

.about-us-banner__side-image{
    max-width:350px;
}

.about-us-banner__label-bg{
    width: 180px;
}

.about-us-banner__label{
    font-size: 16px;
}

}

#shopify-section-template--20739376742591__scrolling_text_X734CK{transform: rotate(-1deg);border-top:5px solid #FFC211;border-bottom:5px solid #FFC211;border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='10' viewBox='0 0 120 10'%3E%3Cpath d='M0 5 C10 2 20 8 30 5 S50 2 60 5 S80 8 90 5 S110 2 120 5' stroke='%23FFC211' stroke-width='5' fill='none'/%3E%3C/svg%3E");border-image-slice: 5; margin-top:-25px; z-index:2;}

/* HERITAGE / MISSION SECTION */
/* About Us Heritage — Figma 1933:27 */
.about-us-heritage{
    position:relative;
    overflow:visible;
    background-color:#f1caad;
    padding:112px 40px 88px;
    margin-top:-20px;
}

.about-us-heritage__container{
    max-width:1360px;
    margin:0 auto;
    position:relative;
    z-index:3;
    overflow:visible;
}

.about-us-heritage__header{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:8px 16px;
    width:100%;
    margin:0 0 36px;
    position:relative;
    z-index:3;
}

.about-us-heritage__heading{
    margin:0;
    font-family:'HandDeco', 'Handdeco', sans-serif;
    font-size:clamp(34px, 4.6vw, 52px);
    line-height:1.15;
    letter-spacing:-0.02em;
    color:#D12030;
    text-transform:uppercase;
    text-shadow:1px 2px 0 #EB3986;
    font-weight:400;
    white-space:nowrap;
}

.about-us-heritage__since{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    width:min(280px, 42vw);
    min-height:68px;
    margin:0;
    transform:rotate(-0.63deg);
}

.about-us-heritage__since-bg{
    width:100%;
    height:auto;
    display:block;
    pointer-events:none;
    user-select:none;
}

.about-us-heritage__since-text{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0;
    padding:10px 14px 2px;
    font-family:'Brushberry', cursive;
    font-size:clamp(30px, 4.2vw, 52px);
    line-height:1.1;
    letter-spacing:-0.02em;
    color:#fff;
    text-align:center;
    text-shadow:1px 2px 0 #EB3986;
    white-space:nowrap;
    pointer-events:none;
}

.about-us-heritage__content{
    display:grid;
    grid-template-columns:minmax(0, 1.35fr) minmax(0, 1.15fr);
    gap:24px 40px;
    align-items:center;
    margin-top:0;
    padding-left:36px;
    overflow:visible;
}

.about-us-heritage__manifesto{
    order:1;
    max-width:none;
    margin:0;
    padding-top:0;
}

.about-us-heritage__manifesto p{
    margin:0;
    font-family:'HandDeco', 'Handdeco', sans-serif;
    font-size:clamp(20px, 2.4vw, 30px);
    line-height:1.25;
    letter-spacing:-0.02em;
    color:#C91725;
    text-transform:uppercase;
    font-weight:400;
}

.about-us-heritage__manifesto p + p{
    margin-top:0.75em;
}

.about-us-heritage__media{
    order:2;
    position:relative;
    width:100%;
    max-width:700px;
    margin:0 auto;
    padding:28px 32px 40px 40px;
    box-sizing:border-box;
    overflow:visible;
    z-index:4;
    transform-origin:center center;
    transition:scale 0.3s ease;
    will-change:scale;
}

.about-us-heritage__media:hover{
    scale:1.05;
}

.about-us-heritage__photo{
    display:block;
    width:100%;
    height:auto;
    position:relative;
    z-index:1;
    overflow:visible;
}

.about-us-heritage__heart{
    position:absolute;
    top:6%;
    right:2%;
    width:28%;
    height:auto;
    z-index:5;
    transform:rotate(-12deg);
    pointer-events:none;
    user-select:none;
}

@keyframes about-heritage-reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-us-heritage--mission .about-us-heritage__header,
.about-us-heritage--mission .about-us-heritage__manifesto,
.about-us-heritage--mission .about-us-heritage__media {
  opacity: 0;
  transform: translateY(18px);
}

.about-us-heritage--mission.is-revealed .about-us-heritage__header {
  animation: about-heritage-reveal 0.6s ease-out forwards;
}

.about-us-heritage--mission.is-revealed .about-us-heritage__manifesto {
  animation: about-heritage-reveal 0.6s ease-out 0.12s forwards;
}

.about-us-heritage--mission.is-revealed .about-us-heritage__media {
  animation: about-heritage-reveal 0.65s ease-out 0.22s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .about-us-heritage--mission .about-us-heritage__header,
  .about-us-heritage--mission .about-us-heritage__manifesto,
  .about-us-heritage--mission .about-us-heritage__media {
    opacity: 1;
    transform: none;
    animation: none !important;
  }

  .about-us-heritage__media,
  .about-us-heritage__media:hover {
    scale: none;
    transition: none;
  }
}

@media (max-width: 991px) {
  .about-us-heritage{
    padding:88px 24px 72px;
  }

  .about-us-heritage__header{
    gap:6px 12px;
    margin-bottom:28px;
  }

  .about-us-heritage__heading{
    text-align:center;
    font-size:clamp(32px, 5.5vw, 44px);
  }

  .about-us-heritage__since{
    width:min(240px, 48vw);
    min-height:60px;
  }

  .about-us-heritage__since-text{
    font-size:clamp(28px, 5vw, 42px);
  }

  .about-us-heritage__content{
    grid-template-columns:1fr;
    gap:28px;
    padding-left:18px;
  }

  .about-us-heritage__manifesto{
    order:1;
  }

  .about-us-heritage__manifesto p{
    font-size:clamp(18px, 3.4vw, 24px);
    line-height:1.3;
  }

  .about-us-heritage__media{
    order:2;
    margin:0 auto 8px;
    max-width:min(590px, 90vw);
    padding:20px 22px 28px 28px;
  }
}

@media (max-width: 640px) {
  .about-us-heritage{
    padding:72px 18px 56px;
  }

  .about-us-heritage__header{
    margin-bottom:22px;
  }

  .about-us-heritage__heading{
    white-space:normal;
    font-size:clamp(30px, 9vw, 40px);
    line-height:1.1;
  }

  .about-us-heritage__since{
    width:min(220px, 58vw);
    min-height:56px;
  }

  .about-us-heritage__since-text{
    font-size:clamp(26px, 8vw, 36px);
    padding:8px 10px 2px;
  }

  .about-us-heritage__manifesto p{
    font-size:clamp(17px, 4.4vw, 20px);
    line-height:1.35;
  }

  .about-us-heritage__media{
    max-width:min(520px, 94vw);
    padding:16px 18px 24px 22px;
  }
}

#shopify-section-template--20739376742591__scrolling_text_3YFqhe{transform: rotate(1deg);border-top:5px solid #E2207C;border-bottom:5px solid #E2207C;border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='10' viewBox='0 0 120 10'%3E%3Cpath d='M0 5 C10 2 20 8 30 5 S50 2 60 5 S80 8 90 5 S110 2 120 5' stroke='%23E2207C' stroke-width='5' fill='none'/%3E%3C/svg%3E");border-image-slice: 5;margin-top:-28px; overflow:visible; z-index:2;}


/* UNAPOLOGETICALLY BOLD SECTION */
.about-us-bold-section{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:80px 20px 120px;
    position:relative;
    overflow:hidden;
    margin-top: -20px;
}

.about-us-bold-section__container{
    max-width:1400px;
    margin:auto;
    position:relative;
}

.about-us-bold-section__content{
    text-align:center;
    max-width:720px;
    margin:0 auto 60px;
}

.about-us-bold-section__heading{
    margin:0;
    font-size:42px;
    line-height:1;
    letter-spacing: 1px;
    font-family: 'HandDeco';
    color:#fff;
    -webkit-text-stroke: 0.5px #E7BF9F;
    text-shadow: 2px 2px 0 #EB3986;
}

.about-us-bold-section__highlight{
    position:relative;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    margin-top:15px;
}

.about-us-bold-section__highlight-bg{
    width:180px;
    display:block;
}

.about-us-bold-section--video .about-us-bold-section__content{
    max-width: none;
    width: 100%;
    margin-bottom: 36px;
}

.about-us-bold-section--video .about-us-bold-section__highlight{
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(500px, 88vw);
    margin: 0 auto;
    container-type: inline-size;
    container-name: about-highlight;
}

.about-us-bold-section--video .about-us-bold-section__highlight-bg{
    width: 100%;
    height: auto;
    display: block;
}

.about-us-bold-section__highlight-text{
    position:absolute;
    left:50%;
    top:60%;
    transform:translate(-50%,-50%);
    color:#2b214e;
    font-size:42px;
    line-height:1;
    white-space:nowrap;
    font-family: 'Brushberry';
    text-shadow: 2px 2px 0 #EB3986;
}

.about-us-bold-section--video .about-us-bold-section__highlight-text{
    color: #2b214e;
    left: 50%;
    top: 54%;
    width: auto;
    max-width: 90%;
    font-size: clamp(26px, 8.2cqi, 42px);
    white-space: nowrap;
    overflow: visible;
    text-align: center;
    text-shadow: 2px 2px 0 #EB3986;
}

.about-us-bold-section__description{
    margin-top:25px;
    color:#fff;
    font-size:26px;
    line-height:1.6;
    font-family: 'Futura PT';
}

.about-us-bold-section__image-wrapper{
    display:flex;
    justify-content:center;

}

.about-us-bold-section__image{
    width:100%;
    max-width:620px;
    display:block;

}

.about-us-bold-section__video-frame{
    position: relative;
    width: min(1200px, 96vw);
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    overflow: hidden;
}

.about-us-bold-section__video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    background: #111;
    -webkit-mask-image: url('about-bold-video-mask.png');
    mask-image: url('about-bold-video-mask.png');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.about-us-bold-section__video-frame-border{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    z-index: 2;
}

.about-us-bold-section--video{
    background-image: none !important;
    background-color: #d86e2d;
    margin-bottom: 0;
    padding-bottom: 80px;
}

/* Fill the Shopify section wrapper so orange reaches the next section */
.shopify-section:has(.about-us-bold-section--video) {
    background-color: #d86e2d;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.shopify-section:has(.about-us-slideshow) {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (max-width: 749px) {
  .about-us-bold-section--video .about-us-bold-section__highlight{
    width: min(92vw, 380px);
  }
  .about-us-bold-section--video .about-us-bold-section__highlight-text{
    font-size: clamp(20px, 8.5cqi, 30px);
    max-width: 88%;
    color: #2b214e;
    top: 54%;
  }
  .about-us-bold-section--video .about-us-bold-section__highlight-bg{
    width: 100%;
  }
  .about-us-bold-section__video-frame{
    width: min(100%, 96vw);
  }
}

.about-us-bold-section__features{
    position:absolute;
    inset:0;
    pointer-events:none;
}

.about-us-bold-section__features--grid{
    position: static;
    inset: auto;
    pointer-events: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px 28px;
    max-width: 980px;
    margin: 8px auto 0;
    align-items: start;
}

.about-us-bold-section--certs{
    padding: 72px 24px 90px;
}

.about-us-bold-section--certs:has(.rooted-trust--in-bold),
.about-us-bold-section--certs:has(.awards-recognition--in-bold){
    padding-bottom: clamp(36px, 4vw, 56px);
}

.about-us-bold-section--certs .about-us-bold-section__content{
    margin-bottom: 48px;
}

.about-us-bold-section--certs .about-us-bold-section__highlight-bg{
    width: min(420px, 86vw);
}

.about-us-bold-section--certs .about-us-bold-section__highlight-text{
    font-size: clamp(28px, 4vw, 42px);
    top: 54%;
}

/* Cream/peach band — dark labels; orange Rooted-in-Trust band keeps light copy via .rooted-trust */
.about-us-bold-section--certs .about-us-bold-section__text{
    color: #2B214E;
}

.about-us-bold-section--certs:has(.rooted-trust--in-bold) .about-us-bold-section__text{
    color: #f2c9ad;
}

.about-us-bold-section__features--grid .about-us-bold-section__feature{
    position: static;
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.about-us-bold-section__features--grid .about-us-bold-section__icon{
    width: 88px;
    height: auto;
}

.about-us-bold-section__features--grid .about-us-bold-section__text{
    font-family: 'Futura PT', 'Brushberry Sans2', sans-serif;
    font-size: clamp(14px, 1.35vw, 18px);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.25;
    max-width: 11em;
}

/* Common */

.about-us-bold-section__feature{
    position:absolute;
    display:flex;
    align-items:center;
    gap:18px;
    width:260px;
}

.about-us-bold-section__icon{
    width:72px;
    display:block;
}

.about-us-bold-section__text{
    color:#fff;
    font-size:20px;
    font-weight:400;
    line-height:1;
}

.about-us-bold-section__feature--top-left{
    left:80px;
    top:220px;
    flex-direction:row-reverse;
}

.about-us-bold-section__feature--bottom-left{
    left:80px;
    bottom:30px;
    flex-direction:row-reverse;
}

.about-us-bold-section__feature--top-right{
    right:80px;
    top:220px;
}

.about-us-bold-section__feature--bottom-right{
    right:80px;
    bottom:30px;
}

@media(max-width:991px){

.about-us-bold-section{
  padding:70px 20px;
}

.about-us-bold-section__heading{
  font-size:44px;
}

.about-us-bold-section__highlight-bg{
  width:180px;
}

.about-us-bold-section__highlight-text{
  font-size:36px;
}

.about-us-bold-section__description{
  font-size:18px;
}

.about-us-bold-section__features{
  position:static;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
  margin-top:40px;
  pointer-events:auto;
}

.about-us-bold-section__features--grid{
  grid-template-columns: 1fr 1fr;
  gap: 28px 18px;
  margin-top: 8px;
}

.about-us-bold-section__feature{
  position:static;
  width:auto;
  justify-content:center;
  flex-direction:column !important;
  text-align:center;
}

.about-us-bold-section__text--left{
  text-align:center;
}

.about-us-bold-section__text{
  font-size:18px;
}

.about-us-bold-section__icon{
    width:55px;
  }

.about-us-bold-section__features--grid .about-us-bold-section__icon{
  width: 72px;
}
}

@media(max-width:480px){
  .about-us-bold-section__features--grid{
    gap: 22px 12px;
  }
  .about-us-bold-section__features--grid .about-us-bold-section__text{
    font-size: 13px;
  }
}

//* ======================================================
   ABOUT US SLIDESHOW
====================================================== */

.about-us-slideshow{
    position:relative;
    width:100%;
  }

.about-us-slide{
    position:relative;
    width:100%;
    height:100vh;
    overflow:hidden;

    display:flex;
    align-items:center;

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.about-us-slide__container{
    width:100%;
    max-width:1440px;
    margin:0 auto;
    padding:100px 60px;

    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:80px;
}

.about-us-slide__content{
    max-width:620px;
}

.about-us-slide__image-file{
    max-width:100%;
    display:block;
}
/* ======================================================
   GRID
====================================================== */

.about-us-slide__container{
    width:100%;
    max-width:1440px;
    margin:0 auto;
    padding:100px 60px;

    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    align-items:center;
    gap:80px;
}

.about-us-slide__content{
    width:100%;
    max-width:620px;
}

.about-us-slide__image{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

/* ======================================================
   REVERSE LAYOUT
====================================================== */

.about-us-slide--reverse .about-us-slide__container{

    direction:rtl;

}

.about-us-slide--reverse .about-us-slide__content,
.about-us-slide--reverse .about-us-slide__image{

    direction:ltr;

}

.about-us-slide--reverse .about-us-slide__image{

    justify-content:flex-start;

}

/* ======================================================
   NAVIGATION
====================================================== */

.about-us-slideshow__nav{
    position:fixed;
    right:40px;
    top:50%;
    transform:translateY(-50%);

    display:flex;
    flex-direction:column;

    align-items:center;
    justify-content:center;

    gap:18px;

    z-index:9999;

    opacity:0;
    visibility:hidden;
    transition:opacity .3s ease;
}

.about-us-slideshow__dot{
    width:10px;
    height:10px;
    padding:0;

    border:none;
    border-radius:50%;

    background:#fff;
    opacity:.4;

    cursor:pointer;

    transition:.3s;
    opacity: 0.4;
}

.about-us-slideshow__dot.is-active{
    opacity:1;
    transform:scale(1.3);
}

/* ======================================================
   CONTENT
====================================================== */

.about-us-slide__heading{
    margin:0;
    font-size:42px;
    line-height:1;
    font-weight:500;
    color:#fff;
    font-family: 'HandDeco';
    -webkit-text-stroke: 0.5px #E7BF9F;
    text-shadow: 2px 2px 0 #EB3986;
}

.about-us-slide__highlight{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin:18px 0 28px;
    width:min(280px, 100%);
    max-width:100%;
    container-type:inline-size;
    container-name:slide-highlight;
}

.about-us-slide__highlight-bg{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    object-fit:cover;
  }
.about-us-slide--third .about-us-slide__highlight{
    width:min(640px, 100%);
    max-width:100%;
    margin-top:28px;
    overflow:visible;
}
.about-us-slide--third .about-us-slide__highlight-bg{
    width:100%;
    max-width:100%;
    margin-left:0;
    transform:none;
    object-fit:contain;
}

.about-us-slide--third .about-us-slide__arrow{
    display:none;
}

.about-us-slide--third .about-us-slide__heading{
    font-size:50px; /* ~19% bump from base 42px */
}

.about-us-slide--third .about-us-slide__description{
    color:#3F2021;
}
.about-us-slide__highlight-text{
    position:absolute;
    inset:0;
    left:0;
    top:0;
    transform:none;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
    /* Extra top padding centers Brushberry "bold" in the yellow brush */
    padding:0.28em 0.4em 0.02em;
    box-sizing:border-box;
    width:100%;
    max-width:100%;
    font-size:clamp(28px, 20cqi, 62px);
    font-weight:500;
    line-height:1;
    color:#2b214e;
    white-space:nowrap;
    text-align:center;
    font-family:'Brushberry';
    text-shadow: 2px 2px 0 #EB3986;
}
.about-us-slide--third .about-us-slide__highlight-text{
    font-size:clamp(18px, 6.2cqi, 36px);
    /* Extra top padding centers Brushberry in the red brush (same approach as "bold" / "since 1932") */
    padding:0.32em 0.55em 0.06em;
    line-height:1.05;
    max-width:100%;
    letter-spacing:0.01em;
    color:#FFC211;
    text-shadow:2px 2px 0 #2b214e;
}

.about-us-slide--reverse .about-us-slide__heading{
    display:inline-block;
    /* Pull left so "FARM" lines up with "99% farm fresh"; brush can overhang */
    margin-left:-22px;
    padding:22px 44px 22px 22px;
    font-size:clamp(30px, 5.2vw, 46px);
    background-image:url('/cdn/shop/files/Vectorhfgyrgf.png?v=1786961619');
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-position:center;
    -webkit-text-stroke: 0.5px #D9322B;
    text-shadow: 2px 2px 0 #521e1edb;
}
.about-us-slide--reverse .about-us-slide__highlight{
    width:min(460px, 100%);
    justify-content:flex-start;
}
.about-us-slide--reverse .about-us-slide__highlight-text{
    position:relative;
    top:20px;
    font-size:clamp(22px, 10.5cqi, 44px);
    padding:0.12em 0.35em 0.08em 0;
    /* Yellow fill on top, purple offset underneath — higher contrast on teal */
    color:#FFC211;
    text-shadow:2px 2px 0 #2b214e;
    justify-content:flex-start;
    text-align:left;
    margin:0;
}
.about-us-slide--reverse .about-us-slide__content{
    text-align:left;
}
.about-us-slide--reverse .about-us-slide__description{
    color:#fff;
    text-align:left;
}
.about-us-slide--reverse .about-us-slide__description p{
    text-align:left;
}

.about-us-slide__arrow{
    display:block;
    width:50px;
    height:auto;
    margin:-75px 0 0px 210px;
}

.about-us-slide__punch-line{
    margin:8px 0 0;
    font-size:22px;
    line-height:1.25;
    color:#fff;
    font-family:'Futura PT';
    font-weight:500;
    font-style:italic;
}

.about-us-slide__description{
    margin-top:16px;
    font-size:20px;
    line-height:1;
    color: #fff;
    font-family: 'Futura PT';
    font-weight: 400;
}

.about-us-slide__description p{
    margin:0 0 18px;
}

.about-us-slide__description p:last-child{
    margin-bottom:0;
}

/* ======================================================
   BOTTOM AREA
====================================================== */

.about-us-slide__icons{
    display:flex;
    align-items:flex-start;
    gap:50px;
    margin-top:50px;
    flex-wrap:wrap;
}

.about-us-slide__icon{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    max-width:150px;
}

.about-us-slide__icon-image{
    width:70px;
    height:auto;
    display:block;
    margin-bottom:16px;
}

.about-us-slide__icon-text{
    font-size:16px;
    font-weight:700;
    line-height:1.4;
    color:#222222;
}

/* ======================================================
   BUTTON
====================================================== */

.about-us-slide__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:50px;
    padding:10px 20px;

    background:#FFD23F;
    color:#222222;

    font-size:18px;
    font-weight:500;
    text-decoration:none;
    font-family: 'Futura PT';
    border-radius:10px;
    border: 2px solid #D02030;
    box-shadow: 4px 4px 0 #3F2021;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.about-us-slide__button:hover{

    transform:translateY(-4px);

    box-shadow:6px 6px 0 #8b2d20;

}

.about-us-slide__button:active{

    transform:translateY(-1px);

}

/* ======================================================
   IMAGE
====================================================== */

.about-us-slide__image{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.about-us-slide__image-file{
    display:block;
    width:100%;
    max-width:720px;
    height:auto;
}

.about-us-slide--reverse .about-us-slide__image{

    justify-content:flex-start;

}

/* ======================================================
   UTILITIES
====================================================== */

.about-us-slide__content > *:first-child{
    margin-top:0;
}

.about-us-slide__content > *:last-child{
    margin-bottom:0;
}

@media (max-width:991px){
  .about-us-slide__container{
    padding:70px 30px;
    gap:40px;
  }

  .about-us-slide__highlight{
    width:min(240px, 100%);
  }

  .about-us-slide--reverse .about-us-slide__highlight{
    width:min(380px, 100%);
  }

  .about-us-slide--third .about-us-slide__highlight{
    width:min(480px, 100%);
    margin-top:24px;
  }

  .about-us-slide--third .about-us-slide__highlight-bg{
    width:100%;
    margin-left:0;
    transform:none;
  }

  .about-us-slide__highlight-text{
    font-size:clamp(26px, 18cqi, 48px);
    padding:0.28em 0.35em 0.02em;
  }

  .about-us-slide--reverse .about-us-slide__highlight-text{
    font-size:clamp(20px, 10cqi, 36px);
  }

  .about-us-slide--third .about-us-slide__highlight-text{
    font-size:clamp(16px, 5.8cqi, 30px);
    padding:0.3em 0.5em 0.06em;
    line-height:1.05;
    max-width:100%;
  }

  .about-us-slide__heading{
    font-size:clamp(28px, 4.5vw, 38px);
  }

  .about-us-slide--third .about-us-slide__heading{
    font-size:clamp(32px, 5.2vw, 46px);
  }
}

@media (max-width:767px){
  .about-us-slide__container{
    grid-template-columns:1fr;
    padding:50px 20px;
    gap:28px;
  }

  .about-us-slide__highlight{
    width:min(220px, 100%);
  }

  .about-us-slide--reverse .about-us-slide__highlight{
    width:min(300px, 100%);
  }

  .about-us-slide--third .about-us-slide__highlight{
    width:100%;
    margin-top:20px;
  }

  .about-us-slide--third .about-us-slide__highlight-bg{
    width:100%;
    margin-left:0;
    transform:none;
  }

  .about-us-slide__highlight-text{
    font-size:clamp(22px, 16cqi, 36px);
    padding:0.28em 0.32em 0.02em;
  }

  .about-us-slide--reverse .about-us-slide__highlight-text{
    font-size:clamp(18px, 9.5cqi, 30px);
  }

  .about-us-slide--third .about-us-slide__highlight-text{
    font-size:clamp(15px, 5.4cqi, 26px);
    padding:0.28em 0.45em 0.04em;
    line-height:1.05;
    max-width:100%;
  }

  .about-us-slide__heading{
    font-size:clamp(24px, 7vw, 32px);
  }

  .about-us-slide--third .about-us-slide__heading{
    font-size:clamp(26px, 7.5vw, 36px);
  }

  .about-us-slide__arrow{
    margin:-40px 0 0 min(180px, 70%);
    width:40px;
  }

  .about-us-slideshow__nav{
    right:12px;
  }
}


/*=====================================================
ABOUT LOVE SECTION
=====================================================*/

.about-love-section{
    position:relative;
    overflow-x:clip;
    overflow-y:visible;
}

.shopify-section:has(.about-love-section){
    overflow:visible;
    z-index:2;
}

.about-love__container{
    max-width:1440px;
    margin:0 auto;
    padding:90px 60px 56px;
}

/*=====================================================
TOP GRID
=====================================================*/

.about-love__top{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:0;
    margin-bottom:24px;
}

.about-love__trigger{
    position:relative;
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    max-width:560px;
    margin:0;
    padding:0;
    border:0;
    background:transparent;
    text-align:center;
}

/*=====================================================
HEADING
=====================================================*/

.about-love__heading{
    margin:0;
    color: #D62237;
    font-size:52px;
    line-height:1;
    font-family:'HandDeco';
    font-weight:500;
    -webkit-text-stroke:.6px #E7BF9F;
    text-shadow:2px 2px 0 #EB3986;
}

/*=====================================================
HIGHLIGHT
=====================================================*/

.about-love__highlight{
    position:relative;
    display:inline-flex;
    margin-top:10px;
}

.about-love__highlight-bg{
    display:block;
    width:270px;
    height:auto;
}

.about-love__highlight-text{
    position:absolute;
    left:50%;
    top:60%;
    transform:translate(-50%,-50%);
    white-space:nowrap;
    color:#ffffff;
    font-size:50px;
    line-height:1;
    font-family:'Brushberry';
    text-shadow:2px 2px 0 #EB3986;
}

/*=====================================================
ARROW
=====================================================*/

.about-love__arrow{
    display:block;
    width:50px;
    margin-left:160px;
    margin-top:-45px;
    pointer-events:none;
}

/*=====================================================
DESCRIPTION
=====================================================*/

.about-love__description{
    max-width:520px;
    margin:28px auto 0;
    font-size:18px;
    line-height:1.4;
    color: #633F26;
    font-family: 'Futura PT';
}

.about-love__description p{
    margin:0 0 18px;
}

.about-love__description p:last-child{
    margin-bottom:0;
}

/*=====================================================
STATS BOX
=====================================================*/

.about-love__stats{
    max-width:1180px;
    margin:0 auto 90px;
    display:grid;
    grid-template-columns:1fr 1px 1fr;
    background:transparent;
    min-height: 500px;
}

.about-love__stat{
    padding:20px 60px 55px;
    text-align:center;
}
.about-love__divider{
    width:12px;
    height:300px;
    background-image:url("/cdn/shop/files/Vector_2_edc95da0-88ec-441f-9268-8975d32172f5.png?v=1786961619");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
}
/*=====================================================
NUMBERS
=====================================================*/

.about-love__number{
    margin:0 0 18px;

    font-size:42px;
    line-height:1;
    color:#D62237;
    font-family:'Futura PT';
    font-weight:500;
    -webkit-text-stroke:1px #2C50A1;
    text-shadow:2px 2px 0 #86787E91;
}

/*=====================================================
SUBTEXT
=====================================================*/

.about-love__subtext{
    max-width:380px;
    margin:0 auto;
    font-size:22px;
    line-height:1.5;
    color: #2C50A1;
    font-family:'Futura PT';
}

.about-love__subtext p{
    margin:0;
}

.about-love__learn-more{
    margin:22px 0 0;
    font-size:18px;
    line-height:1.4;
    font-family:'Futura PT';
}

.about-love__learn-more a{
    color:#D62237;
    text-decoration:underline;
    text-underline-offset:3px;
    text-decoration-thickness:1.5px;
    transition:color .2s ease;
}

.about-love__learn-more a:hover{
    color:#2C50A1;
}

/*=====================================================
CARDS
=====================================================*/

.about-love__cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    align-items:flex-start;
    max-width:1065px;
    margin:0 auto;
    margin-top: -300px;
    padding-bottom:48px;
    overflow:visible;
}

.about-love__cards--count-2{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:1080px;
    gap:140px;
}

/* Match handmade photo cards to subtext column width (~380px) */
.about-love__cards--count-2 .about-love__card{
    max-width:380px;
    width:100%;
    justify-self:center;
}

.about-love__card{
    position:relative;
    transition:transform .35s ease;
    border-style: solid;
    border-width: 1px 2px 2px 3px;
    border-radius: 10px;
    border-color: #00A9C4;
    z-index:3;
}

.about-love__card:hover{
    transform:translateY(-8px);
}

/*=====================================================
ROTATION
=====================================================*/

.about-love__card--1{
    transform:rotate(-4deg);
}

.about-love__card--2{
    transform:rotate(0deg);
    margin-top:35px;
}

.about-love__card--3{
    transform:rotate(4deg);
}

.about-love__cards--count-2 .about-love__card--2{
    transform:rotate(4deg);
    margin-top:18px;
}

/* Keep the rotation while hovering */

.about-love__card--1:hover{
    transform:rotate(-4deg) translateY(-8px);
}

.about-love__card--2:hover{
    transform:rotate(0deg) translateY(-8px);
}

.about-love__card--3:hover{
    transform:rotate(4deg) translateY(-8px);
}

.about-love__cards--count-2 .about-love__card--2:hover{
    transform:rotate(4deg) translateY(-8px);
}

/*=====================================================
IMAGE
=====================================================*/

.about-love__card-image{
    overflow:visible;
    border-radius:24px 24px 0 0;
}

.about-love__image{
    display:block;
    width:100%;
    height:auto;
}

/* Video cards: media stays clipped inside the tilted cyan frame
   (no polaroid counter-rotate / translate that still images use) */
.about-love__card--has-video{
    overflow:hidden;
}

.about-love__card--has-video .about-love__card-image{
    position:relative;
    overflow:hidden;
    aspect-ratio:4 / 3;
    border-radius:8px 8px 0 0;
}

.about-love__video{
    position:absolute;
    inset:0;
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    background:#111;
    transform:none;
    margin:0;
}

.about-love__card--1 .about-love__image{
    transform:rotate(6deg) translateY(38px);
    margin-top: -52px;
}

.about-love__card--2 .about-love__image{
    transform:rotate(1deg) translateY(26px);
    margin-top: -35px;
}

.about-love__card--3 .about-love__image{
    transform:rotate(-6deg) translateY(34px);
    margin-top: -50px;
}

.about-love__cards--count-2 .about-love__card--1 .about-love__image{
    transform:rotate(5deg) translateY(42px);
    margin-top: -56px;
}

.about-love__cards--count-2 .about-love__card--2 .about-love__image{
    transform:rotate(-5deg) translateY(38px);
    margin-top: -52px;
}

/*=====================================================
BOTTOM PANEL
=====================================================*/

.about-love__card-content{
    position:relative;
    z-index:1;
    padding:35px 24px 30px;
    border-radius:0 0 10px 10px;
    min-height:115px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.about-love__card-text{
    color:#D62237;
    text-align:center;
    font-family:'Brushberry';
    font-size:clamp(26px, 2.4vw, 34px);
    line-height:1.05;
    font-weight:500;
    max-width: 11ch;
}

.about-love__card-link{
    color:inherit;
    text-decoration:underline;
    text-underline-offset:4px;
    text-decoration-thickness:1.5px;
    transition:opacity .2s ease;
}

.about-love__card-link:hover{
    opacity:.8;
}

/*=====================================================
TABLET
=====================================================*/

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

.about-love__container{
    padding:70px 30px 48px;
}

.about-love__top{
    gap:0;
}

.about-love__heading{
    font-size:56px;
}

.about-love__highlight-bg{
    width:300px;
}

.about-love__highlight-text{
    font-size:48px;
}

.about-love__arrow{
    width:70px;
    margin-left:180px;
}

.about-love__description{
    font-size:18px;
}

.about-love__stats{
    grid-template-columns:1fr;
}

.about-love__divider{
    width:100%;
    height:1px;
}

.about-love__stat{
    padding:20px 30px 40px;
}

.about-love__number{
    font-size:58px;
}

.about-love__cards,
.about-love__cards--count-2{
    grid-template-columns:1fr;
    gap:35px;
    max-width:520px;
}

.about-love__card,
.about-love__card--1,
.about-love__card--2,
.about-love__card--3,
.about-love__cards--count-2 .about-love__card--2{
    transform:none;
    margin-top:0;
}

.about-love__card:hover,
.about-love__card--1:hover,
.about-love__card--2:hover,
.about-love__card--3:hover,
.about-love__cards--count-2 .about-love__card--2:hover{
    transform:translateY(-6px);
}

.about-love__cards--count-2 .about-love__card--1 .about-love__image,
.about-love__cards--count-2 .about-love__card--2 .about-love__image{
    transform:none;
    margin-top:0;
}

.about-love__card-text{
    font-size:24px;
}

}

/* Keep the paired statistics and making cards aligned on tablets. The one-column
   rules above made the cards overlap the second statistic around 768–991px. */
@media screen and (min-width: 768px) and (max-width: 991px){
  .about-love__stats{
    grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);
    min-height:440px;
    margin-bottom:70px;
  }

  .about-love__divider{
    width:10px;
    height:260px;
  }

  .about-love__stat{
    padding:20px 24px 45px;
  }

  .about-love__number{
    font-size:clamp(44px, 5.4vw, 52px);
  }

  .about-love__subtext{
    font-size:clamp(17px, 2vw, 20px);
  }

  .about-love__cards,
  .about-love__cards--count-2{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:clamp(32px, 5vw, 56px);
    max-width:820px;
    margin-top:-250px;
  }

  .about-love__cards--count-2 .about-love__card{
    max-width:360px;
  }
}

/*=====================================================
MOBILE
=====================================================*/

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

.about-love__container{
    padding:50px 20px 40px;
}

.about-love__top{
    gap:0;
    margin-bottom:20px;
}

.about-love__heading{
    font-size:42px;
}

.about-love__highlight{
    margin:12px 0 16px;
}

.about-love__highlight-bg{
    width:240px;
}

.about-love__highlight-text{
    font-size:38px;
}

.about-love__arrow{
    width:55px;
    margin-left:140px;
    margin-top:0;
}

.about-love__description{
    font-size:16px;
    line-height:1.7;
}

.about-love__stats{
    margin-bottom:50px;
}

.about-love__stat{
    padding:16px 20px 30px;
}

.about-love__number{
    font-size:42px;
}

.about-love__subtext{
    font-size:16px;
}

.about-love__learn-more{
    margin-top:16px;
    font-size:16px;
}

.about-love__cards{
    gap:24px;
    margin-top:0;
    padding-bottom:30px;
}

.about-love__card-image{
    border-radius:18px 18px 0 0;
}

.about-love__card-content{
    border-radius:0 0 18px 18px;
    min-height:90px;
    padding:20px;
}

.about-love__card-text{
    font-size:20px;
}

}

/*=====================================================
AWARDS & RECOGNITION
=====================================================*/

.awards-section{
    position:relative;
    overflow:hidden;
}

.awards-section__container{
    max-width:1440px;
    margin:0 auto;
    padding:200px 60px;
}

/*=====================================================
TOP GRID
=====================================================*/

.awards-section__top{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:center;
}

.awards-section__left{
    max-width:560px;
}

.awards-section__right{
    max-width:540px;
    justify-self:end;
}

/*=====================================================
HEADING
=====================================================*/

.awards-section__heading{
    margin:0;
    font-family:'HandDeco';
    font-size:42px;
    line-height:1;
    font-weight:500;
    color: #fff;
    -webkit-text-stroke:.6px #E7BF9F;
    text-shadow:2px 2px 0 #EB3986;
}

/*=====================================================
HIGHLIGHT
=====================================================*/

.awards-section__highlight{
    position:relative;
    display:inline-flex;
    margin:10px 0 18px;
}

.awards-section__highlight-bg{
    display:block;
    width:270px;
    max-width:100%;
    height:auto;
}

.awards-section__highlight-text{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    white-space:nowrap;
    font-family:'Brushberry';
    font-size:50px;
    line-height:1;

    color:#2b214e;

    text-shadow:2px 2px 0 #EB3986;
}

/*=====================================================
ARROW
=====================================================*/

.awards-section__arrow{
    display:block;
    width:50px;
    margin-left:260px;
    margin-top:-65px;
}

/*=====================================================
DESCRIPTION
=====================================================*/

.awards-section__description{
    font-size:18px;
    line-height:1.5;
    color: #fff;
    font-family: 'Futura PT';
}

.awards-section__description p{
    margin:0 0 18px;
}

.awards-section__description p:last-child{
    margin-bottom:0;
}

/*=====================================================
BADGES
=====================================================*/

.awards-section__badges{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    align-items:end;
    justify-items:center;
    margin-bottom: -80px;
}

.awards-section__badge{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    transition:transform .35s ease;
}

.awards-section__badge:hover{
    transform:translateY(-8px);
}

.awards-section__badge-image{
    width:100%;
}

.awards-section__image{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
}
.awards-section__image{
    display:block;
    width:100%;
    height:auto;
    transition:transform .35s ease;
}

.awards-section__badge:hover .awards-section__image{
    transform:scale(1.05);
}
/*=====================================================
OPTIONAL DEFAULT ROTATION
(Used if Theme Editor rotation is left at 0)
=====================================================*/

.awards-section__badge:nth-child(1){
    transform:rotate(-6deg);
}

.awards-section__badge:nth-child(2){
    transform:rotate(2deg);
}

.awards-section__badge:nth-child(3){
    transform:rotate(6deg);
}

.awards-section__badge:nth-child(1):hover{
    transform:rotate(-6deg) translateY(-8px);
}

.awards-section__badge:nth-child(2):hover{
    transform:rotate(2deg) translateY(-8px);
}

.awards-section__badge:nth-child(3):hover{
    transform:rotate(6deg) translateY(-8px);
}

/*=====================================================
TABLET
=====================================================*/

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

.awards-section__top{
    grid-template-columns:1fr;
    gap:50px;
}

.awards-section__left,
.awards-section__right{
    max-width:100%;
}

.awards-section__right{
    justify-self:stretch;
}

.awards-section__badges{
    grid-template-columns:1fr;
    gap:35px;
}

.awards-section__badge{
    margin-top:0 !important;
    transform:none !important;
}

.awards-section__badge:hover{
    transform:translateY(-6px) !important;
}

}

/*=====================================================
MOBILE
=====================================================*/

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

.awards-section__container{
    padding:60px 20px;
}

.awards-section__heading{
    font-size:40px;
}

.awards-section__highlight-bg{
    width:220px;
}

.awards-section__highlight-text{
    font-size:34px;
}

.awards-section__arrow{
    width:60px;
    margin-left:170px;
}

.awards-section__description{
    font-size:16px;
}

.awards-section__badges{
    gap:25px;
}

}


/*==================================================
CATEGORY BANNER
==================================================*/

.category-banner{
    position:relative;
    overflow:visible;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 420px;
}

.category-banner__container{
    max-width:1440px;
    margin:0 auto;
    padding:0 60px;
}

.category-banner__grid{
    display:grid;
    grid-template-columns:45% 55%;
    align-items:center;
    gap:40px;
}

/*==================================================
LEFT CONTENT
==================================================*/

.category-banner__content{
    max-width:560px;
    transform: translateY(32px);
}

.category-banner__heading{
    margin:0;
    color:#ffffff;
    font-family:'HandDeco';
    font-size:50px;
    line-height:1.5;
    font-weight:500;
    -webkit-text-stroke:.6px #D9322B;
    text-shadow:3px 3px 0 #14070754;
}

.category-banner__description{
    margin-top:35px;
    margin-bottom: 12px;
    color:#ffffff;
    font-size:21px;
    line-height:1.35;
    font-family: 'Futura PT';
}

.category-banner__description p{
    margin:0;
}

/*==================================================
RIGHT IMAGE
==================================================*/

.category-banner__image{
    position:relative;
    display:flex;
    align-items:flex-end;
}

.category-banner__img{
    display:block;
    width:100%;
    max-width:var(--banner-width);
    height:auto;

    margin-left:auto;
    margin-right:0;
    margin-bottom: -250px;

    position:relative;
    z-index:6;
}

/* Product cluster — gentle float/slide in from the right on load */
@keyframes category-banner-products-float-in {
  from {
    opacity: 0;
    transform: translateX(2.75rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.category-banner > .category-banner__container .category-banner__img {
  animation: category-banner-products-float-in 0.75s ease both;
}

@media (prefers-reduced-motion: reduce) {
  .category-banner > .category-banner__container .category-banner__img {
    animation: none;
  }
}

/* Keep overlapping products above the blue scrolling divider */
.shopify-section:has(.category-banner){
    position:relative;
    z-index:20;
}

.shopify-section:has(.category-banner) .category-banner__image{
    position:relative;
    z-index:21;
}

.shopify-section:has(.category-banner) .category-banner__img{
    position:relative;
    z-index:21;
    pointer-events: none;
}

/*
 * Category scrolling divider — match Figma Group 179:
 * slightly tilted blue bar that still fills the viewport edge-to-edge.
 * Extra width absorbs the rotate so corners aren't clipped ("cut off").
 *
 * Seals must BLEED above/below the blue band into saffron — same rule as
 * homepage scrolling-text: never pair overflow-x: clip with overflow-y: visible
 * (browsers compute that as clipping both axes). Horizontal marquee bleed is
 * contained by body { overflow-x: hidden }.
 *
 * Saffron background on this section fills the gap under the blue bar and the
 * padding that holds seal overflow, so no white strip shows through.
 */
.shopify-section:has(.category-banner) + .shopify-section{
    position:relative;
    z-index:1 !important;
    isolation: auto;
    /* Do NOT pull under the banner section — its opaque saffron (z-20) would
       hide seal tops. Saffron continues here; products still overlap via z-index. */
    margin-top: 0;
    /* Top/bottom padding = room for seals to bleed past the blue band */
    padding: 28px 0 24px;
    width: 100%;
    max-width: 100%;
    background: #ed7623;
    overflow: visible !important;
    transform: none !important;
    border: none !important;
    border-image: none !important;
}

/* Force seal bleed past band edges (mirrors homepage template-index fix) */
.shopify-section:has(.category-banner) + .shopify-section,
.shopify-section:has(.category-banner) + .shopify-section > .row,
.shopify-section:has(.category-banner) + .shopify-section > .row > .columns,
.shopify-section:has(.category-banner) + .shopify-section .scrolling-text,
.shopify-section:has(.category-banner) + .shopify-section .scrolling-text--inner,
.shopify-section:has(.category-banner) + .shopify-section .scrolling-text--inner > div,
.shopify-section:has(.category-banner) + .shopify-section .scrolling-text--item,
.shopify-section:has(.category-banner) + .shopify-section .scrolling-text--link {
    overflow: visible !important;
}

.shopify-section:has(.category-banner) + .shopify-section > .row{
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.shopify-section:has(.category-banner) + .shopify-section > .row > .columns{
    padding: 0 !important;
}

.shopify-section:has(.category-banner) + .shopify-section .scrolling-text{
    position: relative;
    /* Wider than viewport so -1deg tilt still covers left/right edges */
    width: calc(100% + 96px);
    max-width: none;
    margin-left: -48px;
    margin-right: 0;
    min-height: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*
     * Straddle the orange (#ed7623) → peach/saffron (#f1caad) boundary ~50/50.
     * translateY(50%) = half the 115px bar (~57.5px) — layout box stays put so
     * banner text/products/badge are untouched; only the blue stripe shifts down.
     * Translate vertically first, then apply the slight tilt.
     */
    transform: translateY(50%) rotate(-1deg);
    transform-origin: center center;
    z-index: 5;
    /* Figma yellow outline is a brush stroke — not the theme's zigzag border-image */
    border: none !important;
    border-image: none !important;
}

/* Top yellow brush edge (Figma) */
.shopify-section:has(.category-banner) + .shopify-section .scrolling-text::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    height: 8px;
    z-index: 3;
    pointer-events: none;
    background-image: url(category-strip-edge.svg);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 200px 8px;
}

/* Bottom yellow brush edge — repurpose overlay :after (opacity is 0 on this section) */
.shopify-section:has(.category-banner) + .shopify-section .scrolling-text::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -2px;
    height: 8px;
    z-index: 3;
    pointer-events: none;
    background: none;
    background-image: url(category-strip-edge.svg);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 200px 8px;
    transform: scaleY(-1);
    opacity: 1;
}

.shopify-section:has(.category-banner) + .shopify-section .scrolling-text--inner{
    z-index:4 !important;
    transform: none !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.shopify-section:has(.category-banner) + .shopify-section .scrolling-text--item{
    align-items: center;
    padding: 0 32px;
}

.shopify-section:has(.category-banner) + .shopify-section .scrolling-text--image{
    z-index: 5 !important;
    /* Figma icons ~130px, taller than the 115px blue bar — bleed into saffron */
    height: 130px !important;
    width: auto !important;
    max-height: none;
    object-fit: contain !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 28px !important;
    flex-shrink: 0;
}

/* Kill theme-id rotate/border rules so they don't fight this layout */
.shopify-section:has(.category-banner) + .shopify-section.section-scrolling-text,
.shopify-section:has(.category-banner) + .shopify-section:has(.scrolling-text),
#shopify-section-template--20739376808127__1663684458b387eaf8{
  border: none !important;
  border-image: none !important;
  transform: none !important;
}

/*==================================================
TABLET
==================================================*/

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

.category-banner__container{
    padding:0 30px;
}

.category-banner__grid{
    grid-template-columns:1fr;
    gap:40px;
}

.category-banner__content{
    max-width:100%;
    text-align:center;
    transform: translateY(20px);
}

.category-banner__heading{
    font-size:54px;
}

.category-banner__description{
    font-size:22px;
    margin-top:25px;
}

.category-banner__image{
    justify-content:center !important;
}

.category-banner__img{
    margin-left:auto;
    margin-right:auto;
    max-width:100%;
    margin-bottom:calc(-1 * {{ section.settings.image_overlap }}px);
}

}


/*==================================================
MOBILE
==================================================*/

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

.category-banner{
    overflow:hidden;
}

.category-banner__container{
    padding:0 20px;
}

.category-banner__content{
    transform: translateY(16px);
}

.category-banner__heading{
    font-size:40px;
    line-height:1.1;
}

.category-banner__description{
    font-size:18px;
    line-height:1.6;
}

.category-banner__img{
    width:100%;
    max-width:450px;
    margin-bottom:calc(-0.5 * var(--banner-overlap));
}
}

/* Category scrolling strip borders handled above via brush-edge SVG */

/*==================================================
SHOP BY CATEGORIES
==================================================*/

.shop-categories{
    position:relative;
    overflow:hidden;
    padding:170px 0 120px;
    /* Overlap saffron strip padding so peach meets orange with no white gap */
    margin-top: -24px;
}

.shop-categories__container{
    max-width:1400px;
    margin:0 auto;
    padding:0 70px;
}

/*==========================
Heading
==========================*/

.shop-categories__heading-wrap{
    text-align:center;
    margin-bottom:70px;
}

.shop-categories__heading{
    margin:0;
    color: #D12030;
    font-size:42px;
    line-height:1;
    font-weight:500;
    font-family:'HandDeco';

    -webkit-text-stroke:1px #E7BF9F;
    text-shadow:2px 2px 0 #EB3986;
}

.shop-categories__highlight{
    display:inline-block;
    position:relative;
    margin-left:10px;
    vertical-align:middle;
}

.shop-categories__highlight-bg{
    width:280px;
    display:block;
}

.shop-categories__highlight-text{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    white-space:nowrap;

    color:#ffffff;
    font-size:42px;
    line-height:1;
    font-family:'Brushberry';

    text-shadow:2px 2px 0 #EB3986;
}

/*==========================
Grid
==========================*/

.shop-categories__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:34px;
}

/*==========================
Card
==========================*/

.shop-category-card{
    background:#fff;
    border-style: solid;
    border-width: 1px 2px 2px 3px;
    border-radius:10px;
    overflow:hidden;
    height: 100%;
    display:flex;
    flex-direction:column;
    position:relative;

    transition:.35s ease;
}

.shop-category-card:hover{
    transform:translateY(-8px);
}

/*==========================
Image
==========================*/

.shop-category-card__image{
    position:relative;
    width:100%;
    aspect-ratio:1/1;
    overflow:hidden;
    flex-shrink:0;
}

.shop-category-card__img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transition:transform .35s ease;
}

.shop-category-card:hover .shop-category-card__img{
    transform:scale(1.05);
}

/*==========================
Content
==========================*/

.shop-category-card__content{

    flex:1;

    display:flex;
    flex-direction:column;
    align-items:center;

    text-align:center;

    padding:28px 28px 32px;

    position:relative;
}

.shop-category-card__title{

    margin:0;

    color: var(--category-title-color, #D80065);

    font-size:30px;

    line-height:1;

    font-family:'Brushberry Sans2', 'HandDeco', sans-serif;
    letter-spacing:-0.02em;
    text-transform: uppercase;

}

.shop-category-card__text{

    margin-top:10px;
    color: var(--category-text-color, #633F26);
    font-size:17px;
    line-height:1.2;
    max-width:260px;
    font-family: 'Futura PT';
}

.shop-category-card__text p{

    margin:0;

}

.shop-category-card__link{
    display:flex;
    flex-direction:column;
    flex:1;
    height:100%;
    text-decoration:none;
    color:inherit;
}

.shop-category-card--filled .shop-category-card__button{
    opacity:1;
    visibility:visible;
    transform:none;
}

/*==================================================
EXPLORE BUTTON
==================================================*/

.shop-category-card__button{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:6px 15px;
    background: #FFC211;
    border: 2px solid #D02030;
    box-shadow: 2px 2px 0 #251D16;
    color:#000;
    font-family: 'Futura PT';
    border-radius:10px;

    font-size:16px;
    font-weight:500;
    text-decoration:none;

    opacity:0;
    visibility:hidden;

    transform:translateY(20px);

    transition:all .35s ease;
}

.shop-category-card:hover .shop-category-card__button{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/*==================================================
CONTENT ANIMATION
==================================================*/

.shop-category-card__content{
    transition:padding .35s ease;
}

.shop-category-card__text{
    transition:transform .35s ease;
}

.shop-category-card:hover .shop-category-card__text{
    transform:translateY(-8px);
}

/*==================================================
CARD SHADOW
==================================================*/

.shop-category-card{
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.shop-category-card:hover{
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

/*==================================================
TABLET
==================================================*/

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

.shop-categories{
    padding:70px 0;
}

.shop-categories__grid{
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.shop-categories__heading{
    font-size:54px;
}

.shop-categories__highlight-bg{
    width:220px;
}

.shop-categories__highlight-text{
    font-size:42px;
}

.shop-category-card__title{
    font-size:34px;
}

}

/*==================================================
MOBILE
==================================================*/

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

.shop-categories{
    padding:50px 0;
}

.shop-categories__container{
    padding:0 20px;
}

.shop-categories__heading{
    font-size:38px;
}

.shop-categories__highlight{
    display:block;
    margin:15px auto 0;
}

.shop-categories__highlight-bg{
    width:180px;
}

.shop-categories__highlight-text{
    font-size:32px;
}

.shop-categories__grid{
    grid-template-columns:1fr;
}

.shop-category-card__content{
    padding:24px;
}

.shop-category-card__title{
    font-size:30px;
}

.shop-category-card__text{
    font-size:16px;
}

}

/*==================================================
SHOP FROM AISLE
==================================================*/

.shop-aisle{
    position:relative;
    overflow:hidden;
    padding:50px 0 120px;
}

.shop-aisle__container{
    max-width:1440px;
    margin:0 auto;
    padding:0 40px;
}

/*==================================================
HEADER
==================================================*/

.shop-aisle__header{
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
}

.shop-aisle__heading-wrap{
    max-width:700px;
}

/* Collection / all products — center catalog header lockup */
.template-collection .shop-aisle__header{
    justify-content:center;
    align-items:center;
    text-align:center;
}

.template-collection .shop-aisle__heading-wrap{
    position:relative;
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    max-width:none;
}

.template-collection .shop-aisle__highlight-bg{
    width:320px;
}

.template-collection .shop-aisle__arrow{
    position:absolute;
    right:-8px;
    bottom:-8px;
    margin-left:0;
    margin-top:0;
}

.shop-aisle__heading{
    margin:0;
    color: #0047BA;
    font-size:42px;
    line-height:1;
    font-weight:500;
    font-family:'HandDeco';

    -webkit-text-stroke:1px #E7BF9F;
    text-shadow:2px 2px 0 #EB3986;
}

/*==================================================
HIGHLIGHT
==================================================*/

.shop-aisle__highlight{
    position:relative;
    display:inline-flex;
    margin:12px 0 20px;
}

.shop-aisle__highlight-bg{
    width:285px;
    display:block;
    height:auto;
}

.shop-aisle__highlight-text{
    position:absolute;
    left:50%;
    top:65%;
    transform:translate(-50%,-50%);

    white-space:nowrap;

    color:#ffffff;
    font-size:42px;
    line-height:1;
    font-family:'Brushberry';

    text-shadow:2px 2px 0 #EB3986;
}

/* Longer category names (e.g. "ready to eat") scale down to fit the brush */
.shop-aisle__highlight-text--medium{
    font-size:34px;
}

.shop-aisle__highlight-text--long{
    font-size:26px;
}

/*==================================================
ARROW
==================================================*/

.shop-aisle__arrow{
    display:block;
    width:50px;
    margin-left:275px;
    margin-top:-55px;
}

/*==================================================
DIVIDER
==================================================*/

.shop-aisle__divider{
    width:100%;
    height:2px;
    background:#E2C8AF;
    margin:55px 0 35px;
}

/*==================================================
TOOLBAR
==================================================*/

.shop-aisle__toolbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:50px;
}

/*==================================================
CATEGORY TABS
==================================================*/

.shop-aisle__tabs{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    max-width:100%;
}

.shop-aisle__tab{
    border:none;
    background:transparent;
    padding:10px 20px;
    border-radius:999px;
    font-size:15px;
    font-weight:600;
    font-family: 'Futura PT';
    cursor:pointer;
    transition:.3s;
    border: 2px solid #16285A;
    color:#16285A;
    white-space:nowrap;
    flex:0 0 auto;
}

.shop-aisle__tab:hover,
.shop-aisle__tab.is-active{
    background: #FFC211;
    color:#16285A;
    border: 2px solid #16285A;
}

.shop-aisle__sort{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 18px 10px 20px;
    border-radius:999px;
    background:#2C50A1;
    border:2px solid #16285A;
    color:#FFF7F0;
    font-family:'Futura PT';
    font-size:15px;
    font-weight:600;
    white-space:nowrap;
}

.shop-aisle__sort-icon{
    display:block;
    transform:rotate(180deg);
}

/*==================================================
PRODUCT GRID
==================================================*/

.shop-aisle__grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

/*==================================================
CARD
==================================================*/

.shop-aisle__card{
    text-align:center;
    background: rgba(255,247,240,0.35);
    border: 1px solid rgba(221,26,117,0.35);
    border-radius:7px;
    padding:0 0 22px;
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.shop-aisle__card.is-featured,
.shop-aisle__card:hover{
    border: 6px solid #EB3986;
    transform:translateY(-6px);
}

.shop-aisle__card-image{
    overflow:hidden;
    border-radius:7px 7px 0 0;
}

.shop-aisle__image{
    display:block;
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    transition:.4s ease;
    box-shadow: -3px 4px 0 rgba(126,86,56,0.35);
}

/* Wide box mockups (e.g. Potato & Pea Samosa) — show full package, not side-cropped */
.shop-aisle__image--contain{
    object-fit:contain;
    padding:6%;
    box-sizing:border-box;
}

.shop-aisle__card:hover .shop-aisle__image{
    transform:scale(1.03);
}

.shop-aisle__card-content{
    padding:18px 14px 0;
    transition:all .35s ease;
}

/* Product card rating — small stars + count above title */
.product-card-rating{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    margin:0 0 8px;
    line-height:1;
}

.product-card-rating__stars{
    color:#E8A317;
    font-size:12px;
    letter-spacing:1px;
}

.product-card-rating__count{
    color:#633F26;
    font-family:'Futura PT',sans-serif;
    font-size:11px;
    font-weight:500;
    letter-spacing:0.04em;
    white-space:nowrap;
}

.product-card-info .product-card-rating{
    justify-content:inherit;
    margin:0 0 6px;
}

.shop-aisle__card-title{
    margin:0;
    font-size:17px;
    line-height:1.22;
    letter-spacing:1.19px;
    color: #633F26;
    text-transform: uppercase;
    font-family:'Futura PT';
}

/*==================================================
CARD BUTTON
==================================================*/

.shop-aisle__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:14px;
    padding:8px 14px;
    border-radius:6px;
    background: #D02030;
    border: 1px solid #FEC21C;
    box-shadow: 3px 3px 0 #3F2021;
    color: #F7E7DA;
    text-decoration:none;
    font-family: 'Futura PT';
    font-size:11px;
    font-weight:500;
    letter-spacing:0.77px;
    opacity:0;
    visibility:hidden;
    transform:translateY(12px);
    transition:all .35s ease;
}

.shop-aisle__card.is-featured .shop-aisle__button,
.shop-aisle__card:hover .shop-aisle__button{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/*==================================================
VIEW ALL BUTTON
==================================================*/

.shop-aisle__footer{
    position:relative;
    text-align:center;
    margin-top:70px;
    min-height:80px;
}

.shop-aisle__truck{
    position:absolute;
    left:0;
    bottom:0;
    width:min(192px, 28vw);
    pointer-events:none;
}

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

.shop-aisle__view-all{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 28px;
    border-radius:6px;
    background: #FFC211;
    color: #3F2021;
    border: 1px solid #D02030;
    text-decoration:none;
    font-family: 'Futura PT';
    font-size:17px;
    font-weight:500;
    letter-spacing:1.19px;
    box-shadow:3px 3px 0 #3F2021;
    transition:.3s ease;
}

.shop-aisle__view-all:hover{
    transform:translateY(-4px);
}

/*==================================================
CARD HOVER (legacy override cleanup)
==================================================*/

@media screen and (max-width:991px){
  .shop-aisle__toolbar{
    margin-bottom:30px;
  }
  .shop-aisle__truck{
    position:static;
    margin:0 auto 24px;
    width:140px;
  }
}


/*==================================================
TABLET
==================================================*/

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

.shop-aisle{

    padding:70px 0;

}

.shop-aisle__container{

    padding:0 25px;

}

.shop-aisle__heading{

    font-size:56px;

}

.shop-aisle__highlight-bg{

    width:230px;

}

.template-collection .shop-aisle__highlight-bg{

    width:260px;

}

.shop-aisle__highlight-text{

    font-size:40px;

}

.shop-aisle__highlight-text--medium{
    font-size:32px;
}

.shop-aisle__highlight-text--long{
    font-size:24px;
}

.shop-aisle__arrow{

    width:70px;
    margin-left:170px;

}

.template-collection .shop-aisle__arrow{

    margin-left:0;
    right:-6px;
    bottom:-6px;

}

.shop-aisle__grid{

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

}

}

/*==================================================
MOBILE
==================================================*/

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

.shop-aisle{

    padding:55px 0;

}

.shop-aisle__container{

    padding:0 20px;

}

.shop-aisle__heading{

    font-size:40px;

}

.shop-aisle__highlight{

    display:block;
    margin-top:15px;

}

.shop-aisle__highlight-bg{

    width:180px;

}

.template-collection .shop-aisle__highlight-bg{

    width:210px;

}

.shop-aisle__highlight-text{

    font-size:30px;

}

.shop-aisle__highlight-text--medium{
    font-size:24px;
}

.shop-aisle__highlight-text--long{
    font-size:18px;
}

.shop-aisle__arrow{

    display:none;

}

.shop-aisle__tabs{

    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    gap:8px;
    padding-bottom:4px;
    margin-left:-4px;
    margin-right:-4px;
    padding-left:4px;
    padding-right:4px;

}

.shop-aisle__tabs::-webkit-scrollbar{
    display:none;
}

.shop-aisle__tab{
    padding:8px 14px;
    font-size:13px;
}

.shop-aisle__grid{

    grid-template-columns:1fr;

    gap:30px;

}

.shop-aisle__card-title{

    font-size:24px;

}

.shop-aisle__view-all{

    width:100%;

}

}

/*==================================================
CUSTOM PRODUCT
==================================================*/

.custom-product{
    position:relative;
    overflow:hidden;
    padding:80px 0 120px;
}

.custom-product__container{
    max-width:1440px;
    margin:0 auto;
    padding:0 40px;
}

.custom-product__grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:start;
}

/*==================================================
LEFT COLUMN
==================================================*/

.custom-product__main-image{
    border-radius:20px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:0;
}

.custom-product__featured-image{
    display:none;
    width:100%;
    height:auto;
    max-height:min(640px, 80vh);
    object-fit:contain;
}

.custom-product__featured-image.is-active{
    display:block;
}

/* Nutrition Facts labels: keep readable label size, not full-bleed gallery */
.custom-product__featured-image--nutrition.is-active{
    width:auto;
    max-width:min(360px, 90vw);
    max-height:80vh;
    height:auto;
    margin:0 auto;
    object-fit:contain;
}

.custom-product__thumbnails{
    display:flex;
    gap:18px;
    margin-top:25px;
    flex-wrap:wrap;
    justify-content: center;
}

.custom-product__thumb{
    width:95px;
    height:95px;
    border:none;
    background:transparent;
    padding:0;
    cursor:pointer;
    overflow:hidden;

    transition:.3s;
}

.custom-product__thumb-image{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/*==================================================
RIGHT COLUMN
==================================================*/

.custom-product__right{
    padding-top:20px;
}

.custom-product__title{
    margin:0;

    font-size:42px;
    line-height:1;

    color:#ffffff;

    font-family:'HandDeco';

    -webkit-text-stroke:.6px #E7BF9F;

    text-shadow:3px 3px 0 #EB3986;
}

.custom-product__subtitle{

    margin-top:35px;
    margin-bottom:28px;

    max-width:520px;

    font-size:18px;
    line-height:1;
    font-family: 'Futura PT';
    color:#2F2F2F;
    text-transform: uppercase;
    font-weight:500;

}

.custom-product__naan-learn-more{
    margin:16px 0 12px;
    max-width:520px;
    font-size:18px;
    line-height:1.4;
    font-family:'Futura PT',sans-serif;
}

.custom-product__naan-learn-more a{
    color:#D62237;
    text-decoration:underline;
    text-underline-offset:3px;
    text-decoration-thickness:1.5px;
    transition:color .2s ease;
}

.custom-product__naan-learn-more a:hover{
    color:#2C50A1;
}

/*==================================================
REVIEWS
==================================================*/

.custom-product__reviews{
    margin-top:35px;
}

.custom-product__reviews-bg{
    position:relative;
    display:inline-block;
}

.custom-product__reviews-image{
    width:300px;
    display:block;
}

.custom-product__reviews-content{
    position:absolute;
    inset:0;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;
    font-weight:700;

    color:#ffffff;
}

/*==================================================
VARIANTS
==================================================*/

.custom-product__variant-wrapper{
    margin-top:60px;

    display:flex;
    align-items:center;
    gap:24px;

    flex-wrap:nowrap;
}

.custom-product__variant-label{
    margin:0;

    font-size:18px;
    font-weight:400;

    color:#2F2F2F;

    white-space:nowrap;

    flex-shrink:0;
}

.custom-product__variants{
    display:flex;
    align-items:center;
    gap:15px;

    flex-wrap:nowrap;
}


.custom-product__variant input{
    display:none;
}

.custom-product__variant{
    cursor:pointer;
}

.custom-product__variant span{

    display:flex;
    align-items:center;
    justify-content:center;

    min-width:100px;

    border:2px solid #D9C7B5;
    border-radius:999px;

    background:#ffffff;

    color:#EB3986;

    font-size:16px;
    font-weight:400;

    transition:.3s;
}

.custom-product__variant input:checked + span{

    background:#EB3986;

    color:#ffffff;

    border-color:#EB3986;

}
/*==================================================
STORE BUTTON
==================================================*/

.custom-product__store-button{

    display:flex;
    align-items:center;
    justify-content:center;

    width:50%;

    margin-top:40px;

    padding:10px 20px;

    border-radius:10px;

    background: #E2207C;
    border: 2px solid #C91725;
    color: #F7E6D9;

    text-decoration:none;

    font-size:18px;
    font-weight:700;

    box-shadow:3px 3px 0 #FEC014;

    transition:.35s ease;
}

.custom-product__store-button:hover{

    transform:translateY(-4px);

    box-shadow:8px 8px 0 #A63B2F;

}

/*==================================================
FEATURES
==================================================*/

.custom-product__features{

    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:45px;

}

.custom-product__feature{

    text-align:center;

}

.custom-product__feature-icon{

    width:70px;
    height:auto;

    display:block;

    margin:0 auto 14px;

}

.custom-product__feature-text{

    font-size:16px;
    line-height:1.5;

    color:#2E2E2E;

    font-weight:600;

}

/*==================================================
HOVER
==================================================*/

.custom-product__thumb{

    transition:
    transform .3s ease,
    box-shadow .3s ease;

}

.custom-product__thumb:hover{

    transform:translateY(-4px);

    box-shadow:0 8px 18px rgba(0,0,0,.12);

}

.custom-product__variant span:hover{

    border-color:#EB3986;

    background:#FFF3F8;

}

.custom-product__feature{

    transition:transform .3s ease;

}

.custom-product__feature:hover{

    transform:translateY(-6px);

}

/*==================================================
TABLET
==================================================*/

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

.custom-product{

    padding:70px 0;

}

.custom-product__container{

    padding:0 25px;

}

.custom-product__grid{

    grid-template-columns:1fr;

    gap:60px;

}

.custom-product__title{

    font-size:52px;

}

.custom-product__features{

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

}

.custom-product__store-button{

    font-size:18px;

}

}

/*==================================================
MOBILE
==================================================*/

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

.custom-product{

    padding:50px 0;

}

.custom-product__container{

    padding:0 20px;

}

.custom-product__title{

    font-size:38px;

}

.custom-product__subtitle{

    font-size:18px;

}

.custom-product__variants{

    gap:10px;

}

.custom-product__variant span{

    min-width:120px;

    padding:12px 18px;

    font-size:15px;

}

.custom-product__thumb{

    width:70px;
    height:70px;

}

.custom-product__reviews-image{

    width:180px;

}

.custom-product__store-button{

    padding:18px;

    font-size:16px;

}

.custom-product__features{

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

    gap:20px;

}

.custom-product__feature-icon{

    width:55px;

}

.custom-product__feature-text{

    font-size:14px;

}

}

/*====================================
PRODUCT INFO TABS
====================================*/

.product-info-tabs{
    position:relative;
    overflow:hidden;
}

.product-info-tabs__container{
    max-width:1350px;
    margin:0 auto;
    padding:0 20px;
}

/*====================================
TOP TABS
====================================*/

.product-info-tabs__tabs-wrapper{
    display:flex;
    align-items:center;
    gap:30px;
    margin-bottom:70px;
}

.product-info-tabs__line{
    flex:1;
    height:2px;
    background:#D7B99D;
}

.product-info-tabs__tabs{
    display:flex;
    gap:18px;
}

.product-info-tabs__tab{

    cursor:pointer;

    border:2px solid #2C50A1;
    border-radius:999px;
    font-family:'Futura PT';
    color: #D02030;
    text-transform: uppercase;
    padding:10px 20px;

    font-size:15px;
    font-weight:400;

    transition:.35s;
}

.product-info-tabs__tab.active{

    background: #FEC21C;

    color: #D02030;
}

.product-info-tabs__tab:hover{

    background: #FEC21C;
}

/*====================================
TAB CONTENT
====================================*/

.product-info-tabs__content{

    max-width:980px;

    margin:0 auto 70px;

    text-align:center;
}

.product-info-tabs__panel{

    display:none;
}

.product-info-tabs__panel.active{

    display:block;
}

.product-info-tabs__heading{

    margin:0 0 25px;

    font-size:26px;

    line-height:1;
    letter-spacing: 2px;
    color: #2C50A1;
    font-family: 'Futura PT';
    text-transform:uppercase;
}

.product-info-tabs__description{

    font-size:20px;

    line-height:1;
    font-family: 'Futura PT';
    color: #3F2021;
}

.product-info-tabs__description img{
    display:block;
    max-width:min(360px, 90vw);
    max-height:80vh;
    width:auto;
    height:auto;
    margin:0 auto;
    object-fit:contain;
}

.product-info-tabs__description p{

    margin:0;
}
/*====================================
PRODUCT SHOWCASE
====================================*/

.product-info-tabs__showcase{

    display:grid;
    grid-template-columns:250px 1fr 250px;

    align-items:center;

    gap:40px;

}

/*====================================
CENTER PRODUCT
====================================*/

.product-info-tabs__product{

    position:relative;

    display:flex;
    justify-content:center;
    align-items:flex-end;

    min-height:700px;

}

.product-info-tabs__shape{

    position:absolute;

    max-width:100%;

    left:50%;
    bottom:0;

    transform:translateX(-50%);

    z-index:1;

}

.product-info-tabs__image-wrap{

    position:relative;

    z-index:2;

    max-width:100%;

    animation:product-info-tabs-float 3.2s ease-in-out infinite;

}

.product-info-tabs__image{

    position:relative;

    display:block;

    max-width:100%;

    height:auto;

}

@keyframes product-info-tabs-float{

    0%,
    100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }

}

@media (prefers-reduced-motion: reduce){

    .product-info-tabs__image-wrap{
        animation:none;
    }

}

/*====================================
FEATURE COLUMNS
====================================*/

.product-info-tabs__features{

    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:520px;

}

.product-info-tabs__features--left{
    text-align:right;
}

.product-info-tabs__features--right{
    text-align:left;
}

/* Feature */

.product-info-tabs__feature{

    display:flex;
    align-items:center;
    gap:18px;

    max-width:260px;

}

/* Left side = Text then Icon */

.product-info-tabs__features--left .product-info-tabs__feature{

    flex-direction:row-reverse;
    margin-left:auto;

}

/* Right side = Icon then Text */

.product-info-tabs__features--right .product-info-tabs__feature{

    flex-direction:row;
    margin-right:auto;

}

.product-info-tabs__feature-icon{

    width:70px;
    height:auto;

    flex-shrink:0;

    display:block;

    margin:0;

}

.product-info-tabs__feature-text{

    font-size:18px;
    line-height:1.5;

    color:#1847B8;
    font-weight:600;

}
/*====================================
HOVER
====================================*/

.product-info-tabs__feature{

    transition:transform .35s ease;

}

.product-info-tabs__feature:hover{

    transform:translateY(-8px);

}

.product-info-tabs__image{

    transition:transform .35s ease;

}

.product-info-tabs__image:hover{

    transform:scale(1.03);

}
/*====================================
TABLET
====================================*/

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

.product-info-tabs{

    padding:70px 0;

}

.product-info-tabs__showcase{

    grid-template-columns:220px 1fr 220px;

    gap:25px;

}

.product-info-tabs__heading{

    font-size:44px;

}

.product-info-tabs__description{

    font-size:20px;

}

.product-info-tabs__shape{

    width:480px;

}

.product-info-tabs__image-wrap{

    width:320px;

}

.product-info-tabs__features{

    height:420px;

}

.product-info-tabs__feature-icon{

    width:70px;

}

.product-info-tabs__feature-text{

    font-size:16px;

}

.product-info-tabs__tabs{

    gap:12px;

    flex-wrap:wrap;

    justify-content:center;

}

.product-info-tabs__tab{

    padding:12px 22px;

    font-size:15px;

}

}

/*====================================
MOBILE
====================================*/

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

.product-info-tabs{

    padding:50px 0;

}

.product-info-tabs__container{

    padding:0 16px;

}

.product-info-tabs__tabs-wrapper{

    flex-direction:column;

    gap:20px;

}

.product-info-tabs__line{

    display:none;

}

.product-info-tabs__tabs{

    width:100%;

    flex-direction:column;

    gap:12px;

}

.product-info-tabs__tab{

    width:100%;

}

.product-info-tabs__content{

    margin-bottom:40px;

}

.product-info-tabs__heading{

    font-size:34px;

}

.product-info-tabs__description{

    font-size:17px;

    line-height:1.7;

}

.product-info-tabs__showcase{

    grid-template-columns:1fr;

    gap:40px;

}

.product-info-tabs__product{

    order:1;

    min-height:auto;

}

.product-info-tabs__features{

    display:none;

}

.product-info-tabs__shape{

    width:320px;

}

.product-info-tabs__image-wrap{

    width:240px;

}

}

/*====================================
TAB ANIMATION
====================================*/

.product-info-tabs__panel{

    opacity:0;

    visibility:hidden;

    height:0;

    overflow:hidden;

    transition:opacity .3s ease;

}

.product-info-tabs__panel.active{

    opacity:1;

    visibility:visible;

    height:auto;

}


/* ================================
   RECIPE BLOG SHOWCASE
================================ */

.recipe-blog-showcase {
  position: relative;
  overflow: hidden;

  background: linear-gradient(
    to bottom,
    var(--recipe-blue) 0%,
    var(--recipe-blue) var(--blue-height),
    var(--recipe-beige) var(--blue-height),
    var(--recipe-beige) 100%
  );
}


.recipe-blog-showcase__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 20px 100px;
}



/* ================================
   TOP DIVIDER
================================ */

.recipe-blog-showcase__divider {
  text-align: center;
  margin-bottom: 30px;
}

.recipe-blog-showcase__divider img {
  max-width: 100%;
  height: auto;
}



/* ================================
   HEADING
================================ */

.recipe-blog-showcase__heading-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
}


.recipe-blog-showcase__heading {
  margin: 0;
  font-size: 42px;
  font-family: 'HandDeco';
  color: #F9E9DC;
  -webkit-text-stroke: 1px #2C50A1;
  text-shadow: 2px 2px 0 #192C57;
  line-height: 1;
}



/* ================================
   CURRY HIGHLIGHT
================================ */

.recipe-blog-showcase__curry-wrapper{
    position:relative;
    display:inline-block;
    padding: 20px;
}


.recipe-blog-showcase__curry-bg{
    display:block;
    width:280px;
    height:auto;
}


.recipe-blog-showcase__curry-text{
    position:absolute;
    left:50%;
    top:52%;
    transform:translate(-50%,-50%);

    white-space:nowrap;

    color:#ffffff;

    font-size:42px;
    line-height:1;
    text-shadow: 2px 2px 0 #E2207C;
    font-family:'Brushberry';

    text-align:center;
}



/* ================================
   ARROW
================================ */

.recipe-blog-showcase__arrow{
    position:absolute;
    left:87%;
    top:63%;
    transform:translate(10px,-50%);
    z-index:-1;
    width:50px;
    height:auto;
}


/* ================================
   RECIPE GRID
================================ */

.recipe-blog-showcase__recipes {

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;

  position: relative;
  z-index: 3;
}



/* ================================
   RECIPE CARD
================================ */

.recipe-blog-showcase__card {

  position: relative;
  min-height: 480px;

  display: flex;
  justify-content: center;

}


.recipe-blog-showcase__paper {

  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: contain;

  z-index: 0;
}



.recipe-blog-showcase__card-content {

  position: relative;
  z-index: 2;

  width: 85%;

  text-align: center;

  padding-top: 35px;
}



/* ================================
   RECIPE IMAGE
================================ */

.recipe-blog-showcase__image {

  width: 100%;
  margin-bottom: -10px;
}


.recipe-blog-showcase__image img {

  width: 100%;
  height: 260px;

  object-fit: contain;

}



/* ================================
   LABEL
================================ */

.recipe-blog-showcase__label {

  display: block;

  font-size: 14px;

  margin-bottom: 10px;

}



/* ================================
   TITLE
================================ */

.recipe-blog-showcase__title {

  font-size: 20px;
  font-family: 'Brushberry';
  margin: 0 0 0px;

}



/* ================================
   BUTTON
================================ */

.recipe-blog-showcase__button {

  display: inline-block;
  background: #D02030;
  border-radius: 10px;
  border: 2px solid #FEC21C;
  box-shadow: 2px 2px 0 #3F2021;
  color: #F7E7DA;
  padding: 7px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;  
  font-family: 'Futura PT';

}



/* ================================
   RESPONSIVE
================================ */


@media(max-width: 990px){

  .recipe-blog-showcase__recipes {

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

  }

}



@media(max-width: 600px){

  .recipe-blog-showcase__inner {

    padding-bottom: 60px;

  }


  .recipe-blog-showcase__recipes {

    grid-template-columns: 1fr;

    margin-top: 50px;

  }


  .recipe-blog-showcase__card {

    min-height: 420px;

  }

}

/* ================================
   SCROLL REVEAL
================================ 


.recipe-blog-showcase__heading-wrapper,
.recipe-blog-showcase__card {

  opacity: 0;

  transform: translateY(40px);

  transition:
    opacity .8s ease,
    transform .8s ease;

}



.recipe-blog-showcase__heading-wrapper.is-visible,
.recipe-blog-showcase__card.is-visible {

  opacity: 1;

  transform: translateY(0);

}*/

.recipe-blog-showcase__view-all{
    text-align:center;
    margin-top:60px;
}

.recipe-blog-showcase__view-all-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:10px 20px;
    background: #FFC211;
    border: 2px solid #D02030;
    color: #3F2021;
    box-shadow: 2px 2px 0 #3F2021;
    text-transform: uppercase;
    text-decoration:none;
    font-family: 'Futura PT';
    border-radius:10px;

    transition:all .3s ease;
}

/*==========================================
  RECIPE CATEGORY BANNER
==========================================*/

.recipe-category-banner{
    position:relative;
    overflow:hidden;
    margin-bottom: -90px;
    isolation: isolate;
}

/* Paper grain on the mustard yellow hero — same SVG as homepage-texture.css.
   soft-light @ low opacity is nearly invisible on #FFC211; multiply + dual layer reads as paper. */
.recipe-category-banner::before,
.recipe-category-banner::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='g' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch' result='n'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.35 0 0 0 0 0.28 0 0 0 0 0.22 0 0 0 0.55 0' in='n'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23g)'/%3E%3C/svg%3E");
    background-repeat: repeat;
}

.recipe-category-banner::before{
    opacity: 0.32;
    mix-blend-mode: multiply;
    background-size: 120px 120px;
}

.recipe-category-banner::after{
    opacity: 0.19;
    mix-blend-mode: overlay;
    background-size: 180px 180px;
    background-position: 40px 20px;
}

.recipe-category-banner__container{
    position:relative;
    z-index: 2;
    max-width:1400px;
    margin:0 auto;
    min-height:380px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.recipe-category-banner--float-cards{
    padding: 48px 0 72px;
}

.recipe-category-banner--float-cards .recipe-category-banner__container{
    min-height: 560px;
    padding: 0 24px;
}

.recipe-category-banner--float-cards .recipe-category-banner__center{
    max-width: min(480px, 38vw);
    padding-inline: 0.5rem;
}

/* Desktop/tablet: float cards replace side images */
@media (min-width: 768px){
    .recipe-category-banner--float-cards .recipe-category-banner__left,
    .recipe-category-banner--float-cards .recipe-category-banner__right{
        display: none;
    }
}

/*==========================================
FLOATING RECIPE VIDEO CARDS
==========================================*/

.recipe-category-banner__float-cards{
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.recipe-category-banner__float-card{
    position: absolute;
    margin: 0;
    width: clamp(152px, 16.5vw, 220px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    pointer-events: auto;
    cursor: default;
    will-change: transform;
}

.recipe-category-banner__float-card-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.recipe-category-banner__float-card:hover .recipe-category-banner__float-card-inner{
    transform: scale(1.14);
}

.recipe-category-banner__float-card-media{
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 14px;
    overflow: hidden;
    background: #FFF6F1;
    border: 3px solid #FFF6F1;
    box-shadow:
      0 14px 28px rgba(43, 33, 78, 0.18),
      0 4px 10px rgba(43, 33, 78, 0.1);
    transition: box-shadow 0.35s ease;
}

.recipe-category-banner__float-card:hover .recipe-category-banner__float-card-media{
    box-shadow:
      0 22px 40px rgba(43, 33, 78, 0.28),
      0 8px 16px rgba(43, 33, 78, 0.16);
}

.recipe-category-banner__float-card-video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #2b214e;
}

.recipe-category-banner__float-card-label{
    max-width: 12em;
    margin: 0;
    padding: 0 0.2em;
    text-align: center;
    font-family: "Brushberry", cursive;
    font-size: clamp(0.78rem, 1.15vw, 1.02rem);
    line-height: 1.15;
    color: #2b214e;
    text-shadow: 0 1px 0 rgba(255, 246, 241, 0.55);
}

.recipe-category-banner__float-card--1{
    left: max(0.6vw, 6px);
    top: 3%;
    transform: rotate(-9deg);
    animation: recipe-hero-float-a 5.4s ease-in-out infinite;
}

.recipe-category-banner__float-card--2{
    left: max(12.5vw, 108px);
    bottom: 1%;
    transform: rotate(5deg);
    animation: recipe-hero-float-b 6.2s ease-in-out infinite;
    animation-delay: -1.4s;
}

.recipe-category-banner__float-card--3{
    right: max(12.5vw, 108px);
    top: 2%;
    transform: rotate(8deg);
    animation: recipe-hero-float-c 5.8s ease-in-out infinite;
    animation-delay: -0.7s;
}

.recipe-category-banner__float-card--4{
    right: max(0.6vw, 6px);
    bottom: 2%;
    transform: rotate(-6deg);
    animation: recipe-hero-float-d 6s ease-in-out infinite;
    animation-delay: -2.1s;
}

@keyframes recipe-hero-float-a{
    0%, 100%{ transform: rotate(-9deg) translateY(0); }
    50%{ transform: rotate(-7deg) translateY(-10px); }
}

@keyframes recipe-hero-float-b{
    0%, 100%{ transform: rotate(5deg) translateY(0); }
    50%{ transform: rotate(3deg) translateY(-8px); }
}

@keyframes recipe-hero-float-c{
    0%, 100%{ transform: rotate(8deg) translateY(0); }
    50%{ transform: rotate(10deg) translateY(-12px); }
}

@keyframes recipe-hero-float-d{
    0%, 100%{ transform: rotate(-6deg) translateY(0); }
    50%{ transform: rotate(-4deg) translateY(-9px); }
}

/* Soft bob for hero title + highlight — same ease/amplitude family as the cards */
@keyframes recipe-hero-text-float-a{
    0%, 100%{ transform: translateY(0); }
    50%{ transform: translateY(-8px); }
}

@keyframes recipe-hero-text-float-b{
    0%, 100%{ transform: translateY(0); }
    50%{ transform: translateY(-6px); }
}

.recipe-category-banner__heading{
    animation: recipe-hero-text-float-a 5.6s ease-in-out infinite;
    will-change: transform;
}

.recipe-category-banner__highlight{
    animation: recipe-hero-text-float-b 6.1s ease-in-out infinite;
    animation-delay: -1.1s;
    will-change: transform;
}

@media (prefers-reduced-motion: reduce){
    .recipe-category-banner__float-card--1,
    .recipe-category-banner__float-card--2,
    .recipe-category-banner__float-card--3,
    .recipe-category-banner__float-card--4,
    .recipe-category-banner__heading,
    .recipe-category-banner__highlight{
        animation: none;
    }

    .recipe-category-banner__float-card:hover .recipe-category-banner__float-card-inner{
        transform: none;
    }

    .recipe-category-banner__heading-callout{
        transition: none;
    }
}



/*==========================================
LEFT & RIGHT IMAGES
==========================================*/

.recipe-category-banner__left,
.recipe-category-banner__right{
    position:absolute;
    z-index:2;
}

.recipe-category-banner__left{
    left:-20px;
}

.recipe-category-banner__right{
    right:-20px;
}

.recipe-category-banner__left img{
    width:240px;
    display:block;
}

.recipe-category-banner__right img{
    width:230px;
    display:block;
}



/*==========================================
CENTER CONTENT
==========================================*/

.recipe-category-banner__center{
    position:relative;
    z-index:5;
    text-align:center;
    width:100%;
}


/*==========================================
HEADING — match homepage HandDeco lockup
==========================================*/

.recipe-category-banner__heading-wrap{
    position: relative;
    display: inline-block;
    max-width: 100%;
    cursor: default;
}

.recipe-category-banner__heading-callout{
    position: absolute;
    left: 50%;
    top: calc(100% + 0.2rem);
    bottom: auto;
    z-index: 2;
    margin: 0;
    padding: 0.35em 0.75em 0.28em;
    white-space: nowrap;
    pointer-events: none;
    font-family: "Brushberry", cursive;
    font-size: clamp(0.95rem, 1.8vw, 1.35rem);
    line-height: 1.1;
    letter-spacing: 0.01em;
    color: #2b214e;
    background: #FFC211;
    border: 2px solid #2b214e;
    border-radius: 4px 999px 999px 999px;
    box-shadow:
      3px 3px 0 #00857C,
      0 8px 18px rgba(43, 33, 78, 0.12);
    transform: translateX(-50%) translateY(-6px) scale(0.88) rotate(-3deg);
    transform-origin: center top;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.28s;
}

.recipe-category-banner__heading-wrap:hover .recipe-category-banner__heading-callout,
.recipe-category-banner__heading-wrap:focus-within .recipe-category-banner__heading-callout{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0) scale(1) rotate(-3deg);
}

.recipe-category-banner__heading{
    margin:0;
    padding: 0 0.15em;
    font-size: clamp(1.85rem, 5.2vw, 3.75rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase;
    font-family: "HandDeco", "Handdeco", sans-serif;
    color: #2b214e;
    -webkit-text-stroke: 0.5px #D62237;
    paint-order: stroke fill;
    /* Pink/magenta shadow tucked closer under the navy fill */
    text-shadow:
      0.022em 0.028em 0 #EB3986,
      0.038em 0.048em 0 #D62237;
}



/*==========================================
HIGHLIGHT — Brushberry on Vectoreurueyu brush
==========================================*/

.recipe-category-banner__highlight{
    position:relative;
    display:inline-block;
    margin-top:15px;
}

.recipe-category-banner__highlight-bg{
    display:block;
    width:420px;
    max-width:100%;
    height:auto;
}

.recipe-category-banner__highlight-text{
    position:absolute;
    left:50%;
    top:60%;
    transform:translate(-50%,-50%);

    width:100%;

    text-align:center;

    white-space:nowrap;

    color: #F8E8DB;
    text-shadow: 2px 2px 0 #B82A67;

    font-size: 42px;

    line-height:1;

    font-family:'Brushberry';
}

/* CSS brushstroke lockup (no highlight_bg image) — matches homepage hero script */
.recipe-category-banner__highlight--css-brush{
    margin-top: 0.45rem;
    padding: 0.58em 1.55em 0.39em;
    background-image: url("/cdn/shop/files/Vectoreurueyu.png?v=1786961619");
    background-repeat: no-repeat;
    background-position: 54% 50%;
    background-size: 100% 100%;
    transform: rotate(-2.4deg);
    transform-origin: center center;
}

.recipe-category-banner__highlight--css-brush .recipe-category-banner__highlight-text{
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
    display: block;
    font-family: "Brushberry", cursive;
    font-size: clamp(1.45rem, 4vw, 2.85rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.01em;
    color: #ffc211;
    text-shadow: none;
    -webkit-text-stroke: 0;
}



/*==========================================
SEARCH BAR
==========================================*/

.recipe-category-banner__search{

    width:420px;
    max-width:100%;

    margin:55px auto 0;

    background:#FFF6F1;

    border:2px solid #10A6D6;

    border-radius:60px;

    display:flex;

    align-items:center;

    overflow:hidden;

}



.recipe-category-banner__search input{

    flex:1;

    border:none;

    background:transparent;

    padding:10px 20px;

    font-size:20px;

    outline:none;
    font-family: 'Futura PT';

}



.recipe-category-banner__search button{

    width:70px;

    border:none;

    background:transparent;

    cursor:pointer;

}



.recipe-category-banner__search button img{

    width:26px;

}



/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:991px){

    .recipe-category-banner__container{

        grid-template-columns:1fr;

        gap:30px;

    }

    .recipe-category-banner__left,
    .recipe-category-banner__right{

        justify-content:center;

    }

    .recipe-category-banner__left img,
    .recipe-category-banner__right img{

        width:220px;

    }

    .recipe-category-banner__heading{

        font-size: clamp(1.65rem, 7vw, 2.55rem);

    }

    .recipe-category-banner__highlight-text{

        font-size:46px;

    }

    .recipe-category-banner__highlight--css-brush{
        padding: 0.54em 1.25em 0.34em;
    }

    .recipe-category-banner__highlight--css-brush .recipe-category-banner__highlight-text{
        font-size: clamp(1.3rem, 5.5vw, 1.9rem);
    }

    .recipe-category-banner--float-cards .recipe-category-banner__container{
        min-height: 520px;
        padding-inline: 16px;
    }

    .recipe-category-banner__float-card{
        width: clamp(132px, 17.5vw, 172px);
    }

    .recipe-category-banner__float-card--1{
        left: 2px;
        top: 2%;
    }

    .recipe-category-banner__float-card--2{
        left: 14vw;
        bottom: 1%;
    }

    .recipe-category-banner__float-card--3{
        right: 14vw;
        top: 2%;
    }

    .recipe-category-banner__float-card--4{
        right: 2px;
        bottom: 1%;
    }

}

/* Narrow tablets need the simpler side-image composition used on mobile.
   Four rotated floating cards clip at the viewport edge at exactly 768px. */
@media(max-width:819px){
    .recipe-category-banner--float-cards{
        padding:30px 0 50px;
    }

    .recipe-category-banner--float-cards .recipe-category-banner__container{
        min-height:380px;
        padding:0;
    }

    .recipe-category-banner--float-cards .recipe-category-banner__center{
        max-width:100%;
    }

    .recipe-category-banner--float-cards .recipe-category-banner__float-cards{
        display:none !important;
    }

    .recipe-category-banner--float-cards .recipe-category-banner__left,
    .recipe-category-banner--float-cards .recipe-category-banner__right{
        display:block;
    }

    .recipe-category-banner--float-cards .recipe-category-banner__left img,
    .recipe-category-banner--float-cards .recipe-category-banner__right img{
        width:min(220px, 29vw);
    }
}

@media(min-width:820px) and (max-width:991px){
    .recipe-category-banner__float-card{
        width:clamp(130px, 16vw, 150px);
    }

    .recipe-category-banner__float-card--1{
        left:18px;
    }

    .recipe-category-banner__float-card--4{
        right:18px;
    }
}



@media(max-width:767px){

    .recipe-category-banner{

        padding:30px 0 50px;

    }

    .recipe-category-banner__heading{

        font-size: clamp(1.5rem, 8vw, 2.2rem);

    }

    .recipe-category-banner__highlight-bg{

        width:320px;

    }

    .recipe-category-banner__highlight-text{

        font-size:30px;

    }

    .recipe-category-banner__highlight--css-brush{
        padding: 0.5em 1.15em 0.32em;
        max-width: 92vw;
    }

    .recipe-category-banner__highlight--css-brush .recipe-category-banner__highlight-text{
        font-size: clamp(1.25rem, 6vw, 1.75rem);
        white-space: normal;
    }

    .recipe-category-banner__search{

        width:100%;

    }

    .recipe-category-banner__search input{

        font-size:18px;

        padding:14px 20px;

    }

    /* Mobile: hide floating videos; restore left/right recipe images */
    .recipe-category-banner--float-cards{
        padding: 30px 0 50px;
    }

    .recipe-category-banner--float-cards .recipe-category-banner__container{
        min-height: 380px;
        padding: 0;
    }

    .recipe-category-banner--float-cards .recipe-category-banner__center{
        max-width: 100%;
    }

    .recipe-category-banner--float-cards .recipe-category-banner__float-cards{
        display: none !important;
    }

    .recipe-category-banner--float-cards .recipe-category-banner__left,
    .recipe-category-banner--float-cards .recipe-category-banner__right{
        display: block;
    }

}

/*==================================================
RECIPE COLLECTION GRID
==================================================*/

.recipe-collection-grid{
    position:relative;
    padding:120px 0;
}

.recipe-collection-grid__inner{
    max-width:1400px;
    margin:0 auto;
    padding:0 20px;
}



/*==================================================
TABS
==================================================*/

.recipe-collection-grid__tabs{
    display:flex;
    gap:16px;
    margin-bottom:40px;
}

.recipe-collection-grid__tab{

    padding:10px 20px;

    border:none;

    border-radius:40px;

    background: transparent;
    border: 2px solid #16285A;
    font-family: 'Futura PT';

    cursor:pointer;

    transition:.3s;

    font-size:16px;

    font-weight:500;

}

.recipe-collection-grid__tab.is-active{

    background:#F4C22B;

}



/*==================================================
SORT
==================================================*/

.recipe-collection-grid__sort{

    display:flex;

    justify-content:flex-end;

    margin-bottom:40px;

}

.recipe-collection-grid__sort-button{

    background:#ffffff;

    border:none;

    padding:10px 20px;

    border-radius:40px;

    cursor:pointer;

}



/*==================================================
GRID
==================================================*/

.recipe-collection-grid__grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);
    gap: 20px;

}



/*==================================================
CARD
==================================================*/

.recipe-card{

    position:relative;

    min-height:460px;

    /* Match the paper texture's own ratio so the paper always fills the card box
       and every card in a row is exactly the same size. */
    aspect-ratio:var(--recipe-card-ratio, 0.763);

}



/*==================================================
PIN
==================================================*/

.recipe-card__pin{

    position:absolute;

    width:65px;

    top:-14px;

    left:50%;
    transform:translateX(-50%);

    z-index:20;

}



/*==================================================
PAPER
==================================================*/

.recipe-card__paper{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:contain;

    z-index:0;

}



/*==================================================
CONTENT
==================================================*/

.recipe-card__content{

    position:relative;

    z-index:2;

    display:flex;

    flex-direction:column;

    align-items:stretch;

    padding:35px;

    width:100%;

    height:100%;

}



/*==================================================
IMAGE
==================================================*/

.recipe-card__image{
    margin-bottom:20px;

    width:100%;

    /* Fixed picture area: square, portrait and landscape sources all occupy the
       same vertical space, so titles and buttons line up across the row. */
    aspect-ratio:4 / 3;

    overflow:hidden;

}

.recipe-card__image img{

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center;

    display:block;

}



/*==================================================
TITLE
==================================================*/

.recipe-card__title{

    text-align:left;
    font-family: 'Brushberry';
    font-size:26px;
    color: #D12030;
    line-height:1.5;

    width:100%;

    margin:0;

    /* Two lines reserved for every card, so one- and two-line names keep the
       button row on a shared baseline. */
    height:3em;
    flex:0 0 auto;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;

}



/*==================================================
BOTTOM
==================================================*/

.recipe-card__bottom{

    width:100%;

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:14px;

    min-height:54px;

    flex:0 0 auto;

}



/*==================================================
PRODUCTS
==================================================*/

.recipe-card__products{

    display:flex;

}

.recipe-card__products img{

    width:54px;

    height:54px;

    object-fit:contain;

}


/*=========================================
BUTTON
=========================================*/

.recipe-card__button{

    position:relative;

    width:100px;
    height:50px;

    border:none;
    outline:none;

    border-radius:10px;

    background: #FEC21C;

    color:#3F2021;
    border: 2px solid #D02030;
    box-shadow: 2px 2px 0 #3F2021;

    cursor:pointer;

    overflow:hidden;

    transition:all .35s ease;

    display:flex;

    align-items:center;

    justify-content:center;

}



/* Normal */

.recipe-card__button-normal{

    position:absolute;

    inset:0;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s;

}



.recipe-card__button-label{

    color:#000;

    font-size:18px;

    font-weight:400;

    text-transform:uppercase;
    font-family: 'Futura PT';

}



/* Hover */

.recipe-card__button-hover{

    position:absolute;

    inset:0;

    display:flex;

    align-items:center;

    justify-content:space-evenly;

    opacity:0;

    transform:translateY(15px);

    transition:.35s;

    padding:0 18px;
    background: #F3EABB !important;
    border: 2px solid #FEC21C !important;
    border-radius: 10px;

}



.recipe-card__hover-item{

    display:flex;

    align-items:center;

    gap:3px;

    white-space:nowrap;

    font-size:13px;

    font-weight:400;

    color:#000;

}



.recipe-card__hover-item img{

    width:18px;

    height:18px;

    object-fit:contain;

}



/* Spice Icons */

.recipe-card__hover-item:last-child{

    gap:2px;

}



.recipe-card__hover-item:last-child img{

    width:14px;

}



/* Arrow */

.recipe-card__hover-arrow img{

    width:20px;

}

/*=========================================
CARD HOVER
=========================================*/

.recipe-card:hover .recipe-card__button{

    width:310px;

}



.recipe-card:hover .recipe-card__button-normal{

    opacity:0;

    transform:translateY(-12px);

}



.recipe-card:hover .recipe-card__button-hover{

    opacity:1;

    transform:translateY(0);

}



/*==================================================
VIEW ALL
==================================================*/

.recipe-collection-grid__view-all{

    text-align:center;

    margin-top:70px;

}

.recipe-collection-grid__view-all-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 20px;

    background:#FFC211;

    border-radius:10px;

    text-decoration:none;

    color: #3F2021;
    border: 2px solid #D02030;
    box-shadow: 2px 2px 0 #3F2021;
    font-family: 'Futura PT';

}

.recipe-card__products img{

    transition:.35s;

}

.recipe-card:hover .recipe-card__products img{

    transform:translateY(-6px);

}

.recipe-card{

    transition:.35s;

}

.recipe-card:hover{

    transform:translateY(-10px);

}

/*=========================================
CARD SHADOW
=========================================*/

.recipe-card{
    filter:drop-shadow(0 12px 20px rgba(0,0,0,.08));
}

.recipe-card:hover{
    filter:drop-shadow(0 18px 28px rgba(0,0,0,.15));
}


/*=========================================
PAPER ROTATION
=========================================*/

/*.recipe-card:nth-child(odd) .recipe-card__paper{
    transform:rotate(-2deg);
}

.recipe-card:nth-child(even) .recipe-card__paper{
    transform:rotate(2deg);
}*/


/*=========================================
PUSH PIN
=========================================*/

.recipe-card:nth-child(odd) .recipe-card__pin{
    transform:translateX(-50%) rotate(-10deg);
}

.recipe-card:nth-child(even) .recipe-card__pin{
    transform:translateX(-50%) rotate(8deg);
}


/*=========================================
IMAGE ANIMATION
=========================================*/

.recipe-card__image img{
    transition:.35s;
}

.recipe-card:hover .recipe-card__image img{
    transform:translateY(5px) scale(1.03);
}


/*=========================================
TAB HOVER
=========================================*/

.recipe-collection-grid__tab:hover{

    background:#F4C22B;

    transform:translateY(-3px);

}



/*=========================================
ACTIVE TAB
=========================================*/

.recipe-collection-grid__tab.is-active{

    box-shadow:0 10px 25px rgba(0,0,0,.12);

}



/*=========================================
VIEW ALL BUTTON
=========================================*/

.recipe-collection-grid__view-all-button{

    transition:.35s;

}

.recipe-collection-grid__view-all-button:hover{

    transform:translateY(-4px);

    box-shadow:0 12px 24px rgba(0,0,0,.15);

}



/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:1100px){

    .recipe-collection-grid__grid{

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

    }

}

@media(max-width:819px){
    .recipe-collection-grid{
        padding:80px 0;
    }

    .recipe-collection-grid__controls{
        align-items:stretch;
        gap:14px;
    }

    .recipe-collection-grid__tabs{
        width:100%;
        flex-wrap:nowrap;
        overflow-x:auto;
        overscroll-behavior-inline:contain;
        scrollbar-width:thin;
        margin-bottom:0;
        padding:2px 2px 10px;
    }

    .recipe-collection-grid__tab{
        flex:0 0 auto;
        padding:9px 16px;
        font-size:14px;
    }

    .recipe-collection-grid__sort{
        margin-bottom:10px;
    }
}


@media(max-width:767px){

    .recipe-collection-grid{

        padding:60px 0;

    }

    .recipe-collection-grid__tabs{

        justify-content:flex-start;

        overflow-x:auto;

        flex-wrap:nowrap;

        padding-bottom:10px;

    }

    .recipe-collection-grid__tab{

        flex:0 0 auto;

    }

    .recipe-collection-grid__grid{

        grid-template-columns:1fr;

        gap:35px;

    }

    .recipe-card{

        min-height:520px;

        aspect-ratio:auto;

    }

    .recipe-card__content{

        height:auto;

    }

    .recipe-card__bottom{

        flex-direction:column;

        align-items:flex-start;

        gap:20px;

    }

    .recipe-card:hover .recipe-card__button{

        width:100%;

        max-width:310px;

    }

}

/*==================================================
RECIPE HERO BANNER
==================================================*/

.recipe-hero-banner{
    position:relative;
    overflow:hidden;

    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

.recipe-hero-banner__inner{

    max-width:1400px;

    margin:0 auto;

    padding:40px 40px;

    display:grid;

    grid-template-columns:45% 55%;

    align-items:center;

    gap:30px;

}



/*==================================================
LEFT CONTENT
==================================================*/

.recipe-hero-banner__content{

    position:relative;

    z-index:5;
     transform: translateY(-130px);

}



/*==================================================
HEADING
==================================================*/

.recipe-hero-banner__heading{

    margin:0;

    color: #FCEBDA;

    font-size:46px;

    line-height:1.2;

    text-transform:uppercase;
    font-family: 'HandDeco';
    text-shadow:
        4px 4px 0 rgba(169,49,49,.45);
    -webkit-text-stroke: 0.6px #D9322B;

}



/*==================================================
SUBHEADING
==================================================*/

.recipe-hero-banner__subheading{

    color: #FCEBDA;

    font-size:20px;

    line-height:1;
    font-family: 'Futura PT';

}

.recipe-hero-banner__subheading p{

    margin:0;

}



/*==================================================
IMAGE
==================================================*/

.recipe-hero-banner__image{

    position:relative;

    display:flex;

    justify-content:flex-end;

    align-items:flex-end;

    min-height:500px;

}

.template-page-about-sunshine{background-color: #FBEBDF;}

.recipe-hero-banner__image img{

    width:100%;

    max-width:550px;

    display:block;

    object-fit:contain;

    margin-right:-120px;

    margin-bottom:-90px;

    transition:transform .45s ease;

}



.recipe-hero-banner:hover .recipe-hero-banner__image img{

    transform:scale(1.03);

}



/*==================================================
OPTIONAL DARK OVERLAY
==================================================*/

.recipe-hero-banner::before{

    content:"";

    position:absolute;

    inset:0;

    background:transparent;

    z-index:1;

}



/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1200px){

    .recipe-hero-banner__heading{

        font-size:58px;

    }

    .recipe-hero-banner__subheading{

        font-size:22px;

    }

}



@media(max-width:991px){

    .recipe-hero-banner{

        padding:70px 0;

    }

    .recipe-hero-banner__inner{

        grid-template-columns:1fr;

        text-align:center;

        gap:50px;

    }

    .recipe-hero-banner__content{

        order:1;

    }

    .recipe-hero-banner__image{

        order:2;

        min-height:auto;

        justify-content:center;

    }

    .recipe-hero-banner__image img{

        max-width:520px;

        margin:0;

    }

    .recipe-hero-banner__heading{

        max-width:100%;

        font-size:52px;

    }

    .recipe-hero-banner__subheading{

        max-width:100%;

    }

}



@media(max-width:767px){

    .recipe-hero-banner{

        padding:50px 0;

    }

    .recipe-hero-banner__inner{

        padding:0 20px;

    }

    .recipe-hero-banner__heading{

        font-size:38px;

    }

    .recipe-hero-banner__subheading{

        margin-top:25px;

        font-size:18px;

    }

    .recipe-hero-banner__image img{

        max-width:100%;

    }

}

/*==================================================
RECIPE INGREDIENTS & INSTRUCTIONS
==================================================*/

.recipe-ingredients-instructions{
    position:relative;
    padding:90px 0;
}

.recipe-ingredients-instructions__inner{
    max-width:1400px;
    margin:0 auto;
    padding:0 40px;
}



/*==================================================
TOP INFO ROW
==================================================*/

.recipe-info-row{

    display:flex;

    flex-wrap:wrap;

    gap:55px;

    align-items:center;

    margin-bottom:150px;
    margin-top: -300px;

}

.recipe-info-item{

    display:flex;

    align-items:center;

    gap:15px;

}

.recipe-info-item__icon img{

    width:55px;

    display:block;

}

.recipe-info-item__text h4{

    margin:0;

    color:#6D3D2C;

    font-size:18px;

    line-height:1;
    font-family:'Futura PT';

    font-weight:600;

    text-transform:uppercase;

}

.recipe-info-item__text p{

    margin:5px 0 0;

    color:#6D3D2C;

    font-size:18px;

    font-weight:600;
    font-family: 'Futura PT';

}



/*==================================================
RECIPE BOX
==================================================*/

.recipe-box{

    position:relative;

    background:transparent;
    border-width: 1px 2px 2px 3px;
    border-color: #EB3986;
    border-style: solid;
    border-radius:20px;

    display:grid;

    grid-template-columns:1fr 1fr;

    overflow:hidden;

}



/*==================================================
CENTER DIVIDER
==================================================*/

.recipe-box::before{

    content:"";

    position:absolute;

    left:50%;

    top:50px;

    bottom:50px;

    width:2px;

    background:#E9D1BF;

    transform:translateX(-50%);

}



/*==================================================
COLUMN
==================================================*/

.recipe-box__column{

    padding:60px;

    position:relative;

}



/*==================================================
HEADING
==================================================*/

.recipe-box__heading-wrapper{

    position:relative;

    display:inline-flex;

    align-items:center;

    margin-bottom:50px;

}

.recipe-box__heading-bg{

    width:300px;

    display:block;

}

.recipe-box__heading-text{

    position:absolute;

    left:45%;

    top:50%;

    transform:translate(-50%,-50%);

    white-space:nowrap;

    color: #FFFBF0;

    font-size:40px;

    line-height:1;

    font-family:'HandDeco';

    text-transform:uppercase;
    text-shadow: 2px 2px 0 #ec3884;

}



/*==================================================
ARROW
==================================================*/

.recipe-box__arrow{

    width:48px;

    margin-left:-18px;

    margin-top:45px;

}



/*==================================================
CONTENT
==================================================*/

.recipe-box__content{

    color:#31265D;

    font-size:18px;

    line-height:1;
    font-family: 'Futura PT';
    text-transform: uppercase;

}

.recipe-box__content h1,
.recipe-box__content h2,
.recipe-box__content h3,
.recipe-box__content h4{

    color:#1F2F72;

    font-size:20px;
    font-family: 'Futura PT';
    line-height:1.1;
        text-transform: uppercase;

}

.recipe-box__content p{

    margin:0 0 18px;

}

.recipe-box__content ul,
.recipe-box__content ol{

    padding-left:28px;

    margin:0 0 30px;

}

.recipe-box__content li{

    margin-bottom:12px;

}

.recipe-box__content strong{

    color:#1F2F72;

}



/*==================================================
HOVER
==================================================*/

.recipe-box{

    transition:.35s;

}

.recipe-box:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 45px rgba(0,0,0,.08);

}



/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1100px){

    .recipe-box{

        grid-template-columns:1fr;

    }

    .recipe-box::before{

        display:none;

    }

    .recipe-box__column{

        padding:45px;

    }

}



@media(max-width:767px){

    .recipe-ingredients-instructions{

        padding:60px 0;

    }

    .recipe-ingredients-instructions__inner{

        padding:0 20px;

    }

    .recipe-info-row{

        gap:25px;

    }

    .recipe-info-item{

        width:100%;

    }

    .recipe-box__column{

        padding:30px;

    }

    .recipe-box__heading-bg{

        width:200px;

    }

    .recipe-box__heading-text{

        font-size:34px;

    }

    .recipe-box__content{

        font-size:18px;

    }

    .recipe-box__content h1,
    .recipe-box__content h2,
    .recipe-box__content h3,
    .recipe-box__content h4{

        font-size:28px;

    }

}

/*==================================================
PRO TIP
==================================================*/

/*=========================================
PRO TIP
=========================================*/

.recipe-pro-tip{

    margin-top:45px;

    padding-top:30px;

    border-top:2px dashed rgba(235,57,134,.25);

}

.recipe-pro-tip__header{

    display:flex;

    align-items:center;

    gap:15px;

    margin-bottom:18px;

}

.recipe-pro-tip__image{

    width:40px;

    height:auto;

    display:block;

    flex-shrink:0;

}

.recipe-pro-tip__heading{

    margin:0;

    color: #D2202F;

    font-size:24px;

    line-height:1;

    font-family:'Futura PT';

}

.recipe-pro-tip__text{

    color:#31265D;

    font-size:18px;

    line-height:1;
    font-family:'Futura PT';

}

.recipe-pro-tip__text p{

    margin:0;

}

@media(max-width:767px){

    .recipe-pro-tip__header{

        gap:12px;

    }

    .recipe-pro-tip__image{

        width:50px;

    }

    .recipe-pro-tip__heading{

        font-size:24px;

    }

    .recipe-pro-tip__text{

        font-size:16px;

    }

}

/*==================================================
RECIPE FEATURE PRODUCT
==================================================*/

.recipe-feature-product{
    position:relative;
    overflow:hidden;
    padding:90px 0;
}

.recipe-feature-product__inner{
    max-width:1400px;
    margin:0 auto;
    padding:0 40px;
    display:grid;
    grid-template-columns:48% 52%;
    align-items:center;
    gap:70px;
}



/*==================================================
LEFT
==================================================*/

.recipe-feature-product__left{
    position:relative;
    min-height:650px;
}

.recipe-feature-product__semicircle{
    position:absolute;
    left:-62px;
    top:50%;
    transform:translateY(-50%);
    width:420px;
    z-index:1;
}

.recipe-feature-product__product{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:500px;
    z-index:2;
    left: -30px;
}



/*==================================================
RIGHT
==================================================*/

.recipe-feature-product__right{
    display:flex;
    flex-direction:column;
    justify-content:center;
}



/*==================================================
HEADING
==================================================*/

.recipe-feature-product__heading{
    margin:0 0 12px;
    font-size:42px;
    line-height:1;
    color: #0047BA;
    font-family:'HandDeco';
    text-transform:uppercase;
    -webkit-text-stroke: 0.6px #E7BF9F;
    text-shadow: 2px 2px 0 #E2207C;
}



/*==================================================
HIGHLIGHT
==================================================*/

.recipe-feature-product__highlight{
    position:relative;
    display:inline-block;
    margin-bottom:35px;
}

.recipe-feature-product__highlight-bg{
    display:block;
    width:430px;
    height:auto;
}

.recipe-feature-product__highlight-text{
    position:absolute;
    left:31%;
    top:50%;
    transform:translate(-50%,-50%);
    width:100%;
    text-align:center;
    color:#FFFBF0;
    font-size:36px;
    line-height:1;
    white-space:nowrap;
    font-family:'HandDeco';
    text-transform:uppercase;
    text-shadow: 2px 2px 0 #E2207C;
}

.recipe-feature-product__arrow{
    position:absolute;
    right:215px;
    top:45%;
    width:45px;
}



/*==================================================
DESCRIPTION
==================================================*/

.recipe-feature-product__description{
    max-width:620px;
    margin-bottom:45px;
    color:#3F2D22;
    font-size:20px;
    line-height:1;
    font-family: 'Futura PT';
    text-transform: uppercase;
}

.recipe-feature-product__description p{
    margin:0;
}



/*==================================================
FEATURE ICONS
==================================================*/

.recipe-feature-product__icons{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:35px;
    max-width:620px;
    margin-bottom:45px;
}

.recipe-feature-product__icon-item{
    text-align:center;
}

.recipe-feature-product__icon{
    width:72px;
    display:block;
    margin:0 auto 18px;
}

.recipe-feature-product__icon-text{
    color:#6B4C35;
    font-size:18px;
    line-height:1.45;
    font-weight:700;
    text-transform:uppercase;
}



/*==================================================
BUTTON
==================================================*/

.recipe-feature-product__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:170px;
    height:50px;
    background: #FFC211;
    color: #3F2021;
    text-decoration:none;
    border-radius:10px;
    font-size:18px;
    font-weight:500;
    text-transform:uppercase;
    border:2px solid #D02030;
    box-shadow:2px 2px 0 #3F2021;
    transition:.3s;
    font-family: 'Futura PT';
}

.recipe-feature-product__button:hover{
    transform:translateY(-5px);
}



/*==================================================
ANIMATION READY
==================================================*/

.recipe-feature-product__left,
.recipe-feature-product__right{
    opacity:1;
    transform:none;
}



/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1100px){

.recipe-feature-product__inner{
    grid-template-columns:1fr;
    gap:40px;
}

.recipe-feature-product__left{
    min-height:520px;
}

.recipe-feature-product__product{
    position:relative;
    left:0;
    top:0;
    transform:none;
    margin:0 auto;
    display:block;
    width:360px;
}

.recipe-feature-product__semicircle{
    width:480px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.recipe-feature-product__right{
    text-align:center;
}

.recipe-feature-product__highlight{
    margin:0 auto 35px;
}

.recipe-feature-product__description{
    margin:0 auto 40px;
}

.recipe-feature-product__icons{
    margin:0 auto 40px;
}

.recipe-feature-product__button{
    margin:0 auto;
}

}



@media(max-width:767px){
.mobile{display:none;}
.recipe-feature-product{
    padding:70px 0;
}

.recipe-feature-product__inner{
    padding:0 20px;
}

.recipe-feature-product__left{
    min-height:360px;
}

.recipe-feature-product__product{
    width:260px;
}

.recipe-feature-product__semicircle{
    width:360px;
}

.recipe-feature-product__heading{
    font-size:42px;
}

.recipe-feature-product__highlight-bg{
    width:300px;
}

.recipe-feature-product__highlight-text{
    font-size:24px;
}

.recipe-feature-product__arrow{
    width:34px;
    right:-25px;
}

.recipe-feature-product__description{
    font-size:18px;
}

.recipe-feature-product__icons{
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.recipe-feature-product__icon{
    width:58px;
}

.recipe-feature-product__icon-text{
    font-size:16px;
}

.recipe-feature-product__button{
    width:190px;
    height:56px;
    font-size:18px;
}

}

#shopify-section-template--20739376873663__recipe_blog_showcase_968ajK .recipe-blog-showcase__heading{ 
  color: #2C50A1;
  -webkit-text-stroke: 0.6px #E7BF9F;
  text-shadow: 2px 2px 0 #E2207C;
}

#shopify-section-template--20739376873663__recipe_blog_showcase_968ajK .recipe-blog-showcase__curry-text{
  text-shadow: 2px 2px 0 #E2207C;
}

button.custom-product__thumb[data-media-id="33870516879551"]{
    display:none;
}

#shopify-section-template--21112540725439__recipe_blog_showcase_JHcWyb .recipe-blog-showcase__heading{
  color: #2C50A1;
  -webkit-text-stroke: 0.6px #E7BF9F;
  text-shadow: 2px 2px 0 #E2207C;

}
}