/** Shopify CDN: Minification failed

Line 14717:54 Unexpected "/"

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

:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

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

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

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

.hidden {
  display: none !important;
}

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

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

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

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

.placeholder-svg {
  height: 100%;
  width: 100%;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

/* =====================================================
   TAH HOMEPAGE MOBILE QUICK ADD CLICK FIX
   Keeps + ADD tappable on homepage product cards.
===================================================== */

@media screen and (max-width: 749px) {
  body.template-index .product-card-wrapper,
  body.template-index .card-wrapper,
  body.template-index .grid__item,
  body[class*="template-index"] .product-card-wrapper,
  body[class*="template-index"] .card-wrapper,
  body[class*="template-index"] .grid__item {
    position: relative !important;
    pointer-events: auto !important;
  }

  body.template-index .product-card-wrapper .card__inner,
  body.template-index .card-wrapper .card__inner,
  body.template-index .product-card-wrapper .card__media,
  body.template-index .card-wrapper .card__media,
  body.template-index .product-card-wrapper .media,
  body.template-index .card-wrapper .media,
  body[class*="template-index"] .product-card-wrapper .card__inner,
  body[class*="template-index"] .card-wrapper .card__inner,
  body[class*="template-index"] .product-card-wrapper .card__media,
  body[class*="template-index"] .card-wrapper .card__media,
  body[class*="template-index"] .product-card-wrapper .media,
  body[class*="template-index"] .card-wrapper .media {
    pointer-events: auto !important;
  }

  body.template-index .tah-mobile-add-toggle,
  body[class*="template-index"] .tah-mobile-add-toggle {
    pointer-events: auto !important;
    z-index: 999 !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
  }

  body.template-index .tah-mobile-add-toggle::before,
  body.template-index .tah-mobile-add-toggle::after,
  body[class*="template-index"] .tah-mobile-add-toggle::before,
  body[class*="template-index"] .tah-mobile-add-toggle::after {
    pointer-events: none !important;
  }

  body.template-index .product-card-wrapper .card__heading a::after,
  body.template-index .card-wrapper .card__heading a::after,
  body[class*="template-index"] .product-card-wrapper .card__heading a::after,
  body[class*="template-index"] .card-wrapper .card__heading a::after {
    z-index: 1 !important;
    pointer-events: auto !important;
  }

  body.template-index .product-card-wrapper:has(.tah-mobile-add-toggle) .card__heading a::after,
  body.template-index .card-wrapper:has(.tah-mobile-add-toggle) .card__heading a::after,
  body.template-index .product-card-wrapper:has(.tah-mobile-add-toggle) a.full-unstyled-link::after,
  body.template-index .card-wrapper:has(.tah-mobile-add-toggle) a.full-unstyled-link::after,
  body[class*="template-index"] .product-card-wrapper:has(.tah-mobile-add-toggle) .card__heading a::after,
  body[class*="template-index"] .card-wrapper:has(.tah-mobile-add-toggle) .card__heading a::after,
  body[class*="template-index"] .product-card-wrapper:has(.tah-mobile-add-toggle) a.full-unstyled-link::after,
  body[class*="template-index"] .card-wrapper:has(.tah-mobile-add-toggle) a.full-unstyled-link::after {
    pointer-events: none !important;
  }
}

/* =====================================================
   TAH HOMEPAGE MOBILE QUICK ADD VISIBILITY - FINAL
   Show add-to-cart bar only after + ADD is tapped.
===================================================== */

@media screen and (max-width: 749px) {
  body.template-index .tah-mobile-add-panel,
  body.template-index .product-card-wrapper .quick-add,
  body.template-index .card-wrapper .quick-add,
  body.template-index .product-card-wrapper product-form,
  body.template-index .card-wrapper product-form,
  body[class*="template-index"] .tah-mobile-add-panel,
  body[class*="template-index"] .product-card-wrapper .quick-add,
  body[class*="template-index"] .card-wrapper .quick-add,
  body[class*="template-index"] .product-card-wrapper product-form,
  body[class*="template-index"] .card-wrapper product-form {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(8px) !important;
  }

  body.template-index .tah-card-add-open .tah-mobile-add-panel,
  body.template-index .tah-card-add-open .quick-add,
  body.template-index .tah-card-add-open product-form,
  body[class*="template-index"] .tah-card-add-open .tah-mobile-add-panel,
  body[class*="template-index"] .tah-card-add-open .quick-add,
  body[class*="template-index"] .tah-card-add-open product-form {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  body.template-index .tah-card-add-open .tah-mobile-add-toggle,
  body[class*="template-index"] .tah-card-add-open .tah-mobile-add-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* =====================================================
   TAH PRODUCT PAGE ADD TO CART RESTORE - TRUE FINAL
   Product page form must stay visible under sizes.
===================================================== */

@media screen and (max-width: 989px) {
  body.template-product product-info[id^="MainProduct-"] .product-form,
  body.template-product product-info[id^="MainProduct-"] product-form,
  body.template-product product-info[id^="MainProduct-"] .product-form__buttons,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form,
  body[class*="template-product"] product-info[id^="MainProduct-"] product-form,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__buttons {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    margin-top: 10px !important;
    margin-bottom: 14px !important;
    padding: 0 !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__submit,
  body.template-product product-info[id^="MainProduct-"] button[name="add"],
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__submit,
  body[class*="template-product"] product-info[id^="MainProduct-"] button[name="add"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

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

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

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

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

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

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

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

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

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

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover .svg-wrapper {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > .svg-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message .svg-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message .svg-wrapper {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button .svg-wrapper {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

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

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

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

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

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

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

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

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

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

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

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

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

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

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

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

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

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

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
/* =====================================================
   TAH CLEAN CUSTOM THEME CSS
   Clean rebuild: header, announcement, hero, cards,
   collection grid, filter bar, drawer, footer
===================================================== */

:root {
  --tah-serif: "Cormorant Garamond", Georgia, serif;
  --tah-sans: "Nunito Sans", "Avenir Next", Arial, sans-serif;
  --tah-green: #e1f0a2;
  --tah-green-hover: #d8eb86;
  --tah-pink: #fdf2ff;
  --tah-cream: #ffffff;
  --tah-border: rgba(0, 0, 0, 0.14);
  --tah-black: #000000;
}


/* =====================================================
   1. GLOBAL
===================================================== */

body {
  font-family: var(--tah-sans) !important;
  color: #000000 !important;
  background: #ffffff !important;
}

body h1,
body h2,
body h3,
body .title,
body .collection__title .title,
body .title-wrapper-with-link .title,
body .rich-text__heading,
body .tah-benefits__heading,
body .tah-footer__logo-text,
body .tah-shop-by__heading,
body .tah-collection-description__title {
  font-family: var(--tah-serif) !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
  color: #000000 !important;
}

body p,
body li,
body a,
body span,
body button,
body input,
body select,
body textarea,
body .price,
body .price *,
body .card__heading,
body .card__heading a,
body .full-unstyled-link {
  font-family: var(--tah-sans) !important;
}


/* =====================================================
   2. ANNOUNCEMENT BAR
===================================================== */

body .shopify-section-group-header-group {
  position: relative !important;
  z-index: 50 !important;
  background: transparent !important;
}

body .announcement-bar-section {
  position: relative !important;
  z-index: 40 !important;
  background: transparent !important;
  padding: 8px 18px 0 !important;
  margin: 0 !important;
}

body .announcement-bar-section .utility-bar,
body .announcement-bar-section .utility-bar.gradient,
body .announcement-bar-section .announcement-bar,
body .announcement-bar-section .utility-bar__grid,
body .announcement-bar-section .utility-bar__grid.page-width {
  background: var(--tah-green) !important;
  color: #000000 !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  border-radius: 6px !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 18px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

body .announcement-bar,
body .announcement-bar__link,
body .announcement-bar__message {
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-align: center !important;
}

body .announcement-bar__message,
body .announcement-bar__message span,
body .announcement-bar__message p {
  color: #000000 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
}


/* =====================================================
   3. HEADER
===================================================== */

body .section-header,
body .shopify-section-header {
  position: sticky !important;
  top: 8px !important;
  z-index: 60 !important;
  background: transparent !important;
  padding: 10px 18px 0 !important;
  margin: 0 !important;
}

body .header-wrapper,
body .header-wrapper.gradient {
  background: rgba(255, 255, 255, 0.62) !important;
  backdrop-filter: blur(10px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(120%) !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body .header {
  background: transparent !important;
  width: 100% !important;
  max-width: none !important;
  height: 72px !important;
  min-height: 72px !important;
  padding: 0 32px !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
}

body .header__inline-menu {
  grid-column: 1 !important;
  justify-self: start !important;
  margin: 0 !important;
}

body .list-menu--inline {
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
}

body .header__menu-item,
body .header__menu-item span,
body .header__active-menu-item,
body .list-menu__item,
body .list-menu__item span,
body summary.list-menu__item,
body summary.list-menu__item span,
body a.list-menu__item,
body a.list-menu__item span {
  color: #000000 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1 !important;
  padding: 0 !important;
  text-decoration: none !important;
}

body .header__menu-item .icon-caret {
  position: static !important;
  width: 9px !important;
  height: 9px !important;
  margin-left: 6px !important;
}

body .header__heading {
  grid-column: 2 !important;
  justify-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .header__heading-link {
  color: #000000 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none !important;
}

body .header__icons {
  grid-column: 3 !important;
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .header__icon {
  width: 36px !important;
  height: 36px !important;
  color: #000000 !important;
}


/* =====================================================
   4. HERO BANNER
===================================================== */

body .banner {
  margin: 8px !important;
  margin-top: 8px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  position: relative !important;
  min-height: 680px !important;
}

body .banner__media--mobile {
  display: none !important;
}

body .banner__media,
body .banner__media--desktop,
body .banner__media--mobile {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

body .banner__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body .banner::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.14) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

body .banner::after,
body .banner__media::after {
  display: none !important;
}

body .banner__content,
body .banner__content.page-width,
body .banner__content--middle-center {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: unset !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body .banner__box {
  position: absolute !important;
  left: 50% !important;
  top: 52% !important;
  transform: translate(-50%, -50%) !important;
  background: transparent !important;
  width: 100% !important;
  max-width: 780px !important;
  padding: 0 24px !important;
  margin: 0 !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

body .banner__heading,
body .banner__heading span,
body .banner__text,
body .banner__text p,
body .banner__text span {
  font-family: var(--tah-serif) !important;
  color: var(--tah-green) !important;
  text-transform: none !important;
  text-align: center !important;
}

body .banner__heading {
  font-size: 46px !important;
  font-style: italic !important;
  font-weight: 600 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}

body .banner__text,
body .banner__text p,
body .banner__text span {
  font-size: 35px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.05em !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
}

body .banner__buttons {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body .banner__buttons .button:nth-child(2) {
  display: none !important;
}

body .banner__buttons .button,
body .banner__buttons .button:first-child {
  background: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  min-width: 150px !important;
  width: auto !important;
  min-height: 42px !important;
  padding: 0 24px !important;
  margin: 0 auto !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  opacity: 1 !important;
}

body .banner__buttons .button::before,
body .banner__buttons .button::after {
  display: none !important;
  box-shadow: none !important;
  border: none !important;
}


/* =====================================================
   5. PRODUCT CARDS
   Important: no body .collection .grid carousel rule here
===================================================== */

body .featured-collection,
body .collection {
  background: #ffffff !important;
}

body .featured-collection .page-width,
body .collection .page-width,
body .collection.page-width {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

body .title-wrapper-with-link,
body .collection__title.title-wrapper {
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

body .featured-collection .title,
body .collection .title,
body .title-wrapper-with-link .title,
body .collection__title .title {
  font-family: var(--tah-serif) !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.035em !important;
  color: #000000 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}


/* Home page featured collection carousel only */
body:not(.template-collection) .featured-collection slider-component {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  overflow: visible !important;
}

body:not(.template-collection) .featured-collection .grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  scroll-padding-left: 0 !important;
  gap: 10px !important;
  padding: 0 0 8px !important;
  margin: 0 !important;
  transform: none !important;
}

body:not(.template-collection) .featured-collection .grid::-webkit-scrollbar {
  display: none !important;
}

body:not(.template-collection) .featured-collection .slider,
body:not(.template-collection) .featured-collection .slider--desktop,
body:not(.template-collection) .featured-collection .grid--peek {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  scroll-padding-left: 0 !important;
}

body:not(.template-collection) .featured-collection .grid__item:first-child,
body:not(.template-collection) .featured-collection .slider__slide:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
  scroll-margin-left: 0 !important;
}

@media screen and (min-width: 990px) {
  body:not(.template-collection) .featured-collection .grid__item {
    flex: 0 0 calc((100% - 30px) / 4) !important;
    width: calc((100% - 30px) / 4) !important;
    max-width: calc((100% - 30px) / 4) !important;
    scroll-snap-align: start !important;
  }
}


/* Product card base */
body .card-wrapper,
body .card,
body .card--standard,
body .card--media {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body .card__inner {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  background: #f7f5f0 !important;
}

body .card__inner .media,
body .card__media,
body .card__media .media {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 0 !important;
}

body .card__media img,
body .card__inner img,
body .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body .card__content,
body .card__information {
  padding: 10px 0 0 !important;
  text-align: left !important;
}

body .card__heading,
body .card__heading a,
body .product-card-wrapper .card__heading,
body .product-card-wrapper .card__heading a,
body .card-wrapper.product-card-wrapper .card__heading,
body .card-wrapper.product-card-wrapper .card__heading a,
body .full-unstyled-link {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em !important;
  color: #000000 !important;
  text-decoration: none !important;
}

body .price,
body .price *,
body .price-item,
body .price__regular,
body .price__sale {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.005em !important;
  color: #000000 !important;
}

body .price--on-sale .price-item--regular,
body s.price-item {
  color: #8a8a8a !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

body .card__badge {
  position: absolute !important;
  left: 10px !important;
  top: 10px !important;
  bottom: auto !important;
  z-index: 10 !important;
}

body .badge,
body .card__badge .badge {
  background: var(--tah-pink) !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  padding: 5px 8px !important;
}


/* Home carousel arrows only */
body:not(.template-collection) .featured-collection .slider-buttons {
  position: absolute !important;
  top: -58px !important;
  right: 18px !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

body:not(.template-collection) .featured-collection .slider-counter,
body:not(.template-collection) .featured-collection .center {
  display: none !important;
}

body .slider-button,
body .featured-collection .slider-button {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  color: #000000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body .slider-button[disabled] {
  opacity: 0.35 !important;
  cursor: default !important;
}

body .featured-collection .slider-button svg {
  width: 16px !important;
  height: 16px !important;
  color: #000000 !important;
}


/* =====================================================
   6. QUICK ADD
===================================================== */

body .card__heading a::after,
body .full-unstyled-link::after {
  pointer-events: none !important;
}

body .tah-card-quickadd {
  position: absolute !important;
  left: 22px !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 50 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(8px) !important;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease !important;
}

@media screen and (min-width: 750px) {
  body .card-wrapper:hover .tah-card-quickadd,
  body .card:hover .tah-card-quickadd {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  body .card-wrapper:hover .card__badge,
  body .card:hover .card__badge {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

body .tah-card-quickadd__form {
  position: relative !important;
  z-index: 60 !important;
  display: grid !important;
  grid-template-columns: 1fr 1.35fr !important;
  gap: 8px !important;
  width: 100% !important;
  background: #ffffff !important;
  border-radius: 10px !important;
  padding: 10px !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08) !important;
  box-sizing: border-box !important;
}

body .tah-card-size-menu {
  position: relative !important;
  z-index: 80 !important;
}

body .tah-card-size-menu__toggle {
  width: 100% !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 8px !important;
  padding: 0 14px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body .tah-card-size-menu__chevron {
  font-size: 16px !important;
  line-height: 1 !important;
}

body .tah-card-size-menu__panel {
  position: absolute !important;
  left: 0 !important;
  bottom: calc(100% + 12px) !important;
  z-index: 100 !important;
  width: 100% !important;
  min-width: 260px !important;
  max-width: 100% !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 18px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(8px) !important;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease !important;
  box-sizing: border-box !important;
}

body .tah-card-size-menu.is-open .tah-card-size-menu__panel {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

body .tah-card-size-menu__label {
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  margin-bottom: 12px !important;
}

body .tah-card-size-menu__options {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  width: 100% !important;
}

body .tah-card-size-menu__option {
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  color: #000000 !important;
  border: 1.5px solid #d9d9d9 !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 0 12px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body .tah-card-size-menu__option.is-selected {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

body .tah-card-size-menu__option.is-disabled {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
}

body .tah-card-quickadd__button {
  width: 100% !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--tah-green) !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

body .tah-card-quickadd__button:hover {
  background: var(--tah-green-hover) !important;
}


/* =====================================================
   7. COLLECTION DESCRIPTION
===================================================== */

body.template-collection .tah-collection-description,
body[class*="template-collection"] .tah-collection-description {
  background: #ffffff !important;
  padding: 54px 18px 70px !important;
  text-align: center !important;
}

body.template-collection .tah-collection-description__inner,
body[class*="template-collection"] .tah-collection-description__inner {
  max-width: 780px !important;
  margin: 0 auto !important;
}

body.template-collection .tah-collection-description__title,
body[class*="template-collection"] .tah-collection-description__title {
  font-family: var(--tah-serif) !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  color: #000000 !important;
  margin: 0 0 18px !important;
  text-align: center !important;
  text-transform: none !important;
}

body.template-collection .tah-collection-description__copy,
body.template-collection .tah-collection-description__copy p,
body[class*="template-collection"] .tah-collection-description__copy,
body[class*="template-collection"] .tah-collection-description__copy p {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: -0.01em !important;
  color: #333333 !important;
  text-align: center !important;
  margin: 0 auto !important;
}


/* =====================================================
   8. COLLECTION PAGE PRODUCT GRID
   This is the clean fixed version
===================================================== */

body.template-collection main,
body[class*="template-collection"] main {
  overflow-x: hidden !important;
}

body.template-collection .collection,
body[class*="template-collection"] .collection {
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

body.template-collection .collection.page-width,
body[class*="template-collection"] .collection.page-width,
body.template-collection .collection .page-width,
body[class*="template-collection"] .collection .page-width,
body.template-collection #ProductGridContainer,
body[class*="template-collection"] #ProductGridContainer {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.template-collection #product-grid,
body.template-collection .grid.product-grid,
body[class*="template-collection"] #product-grid,
body[class*="template-collection"] .grid.product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  column-gap: 10px !important;
  row-gap: 34px !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 18px 56px !important;

  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;

  scroll-snap-type: none !important;
  scrollbar-width: auto !important;
  transform: none !important;
}

body.template-collection #product-grid > .grid__item,
body.template-collection .grid.product-grid > .grid__item,
body[class*="template-collection"] #product-grid > .grid__item,
body[class*="template-collection"] .grid.product-grid > .grid__item {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  flex: none !important;
  flex-basis: auto !important;
  flex-grow: 0 !important;
  flex-shrink: 1 !important;

  margin: 0 !important;
  padding: 0 !important;

  scroll-snap-align: unset !important;
}

body.template-collection #product-grid .card-wrapper,
body.template-collection #product-grid .product-card-wrapper,
body.template-collection #product-grid .card,
body[class*="template-collection"] #product-grid .card-wrapper,
body[class*="template-collection"] #product-grid .product-card-wrapper,
body[class*="template-collection"] #product-grid .card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
}

body.template-collection #product-grid .card__inner,
body[class*="template-collection"] #product-grid .card__inner {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;

  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  min-height: 0 !important;

  border-radius: 6px !important;
  overflow: hidden !important;
  background: #f7f5f0 !important;
}

body.template-collection #product-grid .card__media,
body.template-collection #product-grid .card__media .media,
body.template-collection #product-grid .card__media img,
body.template-collection #product-grid .media,
body.template-collection #product-grid .media img,
body[class*="template-collection"] #product-grid .card__media,
body[class*="template-collection"] #product-grid .card__media .media,
body[class*="template-collection"] #product-grid .card__media img,
body[class*="template-collection"] #product-grid .media,
body[class*="template-collection"] #product-grid .media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.template-collection #product-grid .card__content,
body.template-collection #product-grid .card__information,
body.template-collection #product-grid .card__heading,
body.template-collection #product-grid .price,
body[class*="template-collection"] #product-grid .card__content,
body[class*="template-collection"] #product-grid .card__information,
body[class*="template-collection"] #product-grid .card__heading,
body[class*="template-collection"] #product-grid .price {
  width: 100% !important;
  max-width: none !important;
  text-align: left !important;
}

body.template-collection #product-grid.slider,
body.template-collection .grid.product-grid.slider,
body[class*="template-collection"] #product-grid.slider,
body[class*="template-collection"] .grid.product-grid.slider {
  display: grid !important;
}

body.template-collection .collection .slider-buttons,
body.template-collection .collection .slider-counter,
body[class*="template-collection"] .collection .slider-buttons,
body[class*="template-collection"] .collection .slider-counter {
  display: none !important;
}


/* =====================================================
   9. COLLECTION FILTER BAR
===================================================== */

body.template-collection main .facets-container,
body[class*="template-collection"] main .facets-container,
body.template-collection main .facets-container.page-width,
body[class*="template-collection"] main .facets-container.page-width {
  width: calc(100vw - 28px) !important;
  max-width: calc(100vw - 28px) !important;
  min-width: calc(100vw - 28px) !important;

  height: 58px !important;
  min-height: 58px !important;

  margin-top: 0 !important;
  margin-bottom: 18px !important;
  margin-left: calc(50% - 50vw + 14px) !important;
  margin-right: 14px !important;

  padding: 0 16px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  background: #ffffff !important;
  border: 1px solid var(--tah-border) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  overflow: visible !important;

  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

body.template-collection main .facets__wrapper,
body.template-collection main .facets__heading,
body.template-collection main .facets__disclosure,
body.template-collection main .product-count,
body.template-collection main .product-count-vertical,
body[class*="template-collection"] main .facets__wrapper,
body[class*="template-collection"] main .facets__heading,
body[class*="template-collection"] main .facets__disclosure,
body[class*="template-collection"] main .product-count,
body[class*="template-collection"] main .product-count-vertical {
  display: none !important;
}

body.template-collection main .facets-container-drawer,
body.template-collection main .mobile-facets__wrapper,
body[class*="template-collection"] main .facets-container-drawer,
body[class*="template-collection"] main .mobile-facets__wrapper {
  order: 1 !important;
  flex: 0 0 auto !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: auto !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.template-collection main .mobile-facets__open,
body[class*="template-collection"] main .mobile-facets__open {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;

  height: 58px !important;
  min-height: 58px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;

  color: #000000 !important;
}

body.template-collection main .mobile-facets__open svg,
body.template-collection main .mobile-facets__open .icon,
body[class*="template-collection"] main .mobile-facets__open svg,
body[class*="template-collection"] main .mobile-facets__open .icon {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  color: #000000 !important;
}

body.template-collection main .mobile-facets__open-label,
body[class*="template-collection"] main .mobile-facets__open-label {
  font-size: 0 !important;
  line-height: 0 !important;
  text-decoration: none !important;
}

body.template-collection main .mobile-facets__open-label::after,
body[class*="template-collection"] main .mobile-facets__open-label::after {
  content: "FILTER";
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
}

body.template-collection main .facets.small-hide,
body.template-collection main facet-filters-form.facets.small-hide,
body.template-collection main .facets__form,
body.template-collection main .facets-vertical-sort,
body.template-collection main .facets-vertical-form,
body.template-collection main .facet-filters,
body.template-collection main .facet-filters__field,
body[class*="template-collection"] main .facets.small-hide,
body[class*="template-collection"] main facet-filters-form.facets.small-hide,
body[class*="template-collection"] main .facets__form,
body[class*="template-collection"] main .facets-vertical-sort,
body[class*="template-collection"] main .facets-vertical-form,
body[class*="template-collection"] main .facet-filters,
body[class*="template-collection"] main .facet-filters__field {
  order: 2 !important;
  flex: 0 0 auto !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;

  width: auto !important;
  max-width: none !important;
  min-width: 230px !important;

  margin: 0 0 0 auto !important;
  padding: 0 !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  white-space: nowrap !important;
}

body.template-collection main .facet-filters__label,
body.template-collection main .facet-filters__label label,
body[class*="template-collection"] main .facet-filters__label,
body[class*="template-collection"] main .facet-filters__label label {
  display: inline-flex !important;
  align-items: center !important;

  margin: 0 !important;
  padding: 0 !important;

  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #000000 !important;
  white-space: nowrap !important;
}

body.template-collection main .facet-filters__field .select,
body[class*="template-collection"] main .facet-filters__field .select {
  display: inline-flex !important;
  align-items: center !important;

  width: auto !important;
  min-width: 130px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.template-collection main .facet-filters__field .select::before,
body.template-collection main .facet-filters__field .select::after,
body[class*="template-collection"] main .facet-filters__field .select::before,
body[class*="template-collection"] main .facet-filters__field .select::after {
  display: none !important;
  content: none !important;
}

body.template-collection main .facet-filters__sort,
body[class*="template-collection"] main .facet-filters__sort {
  display: block !important;

  width: auto !important;
  min-width: 120px !important;

  height: 58px !important;
  min-height: 58px !important;

  margin: 0 !important;
  padding: 0 24px 0 0 !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 58px !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  white-space: nowrap !important;
}

body.template-collection main .facet-filters__field svg,
body.template-collection main .facet-filters__field .icon-caret,
body[class*="template-collection"] main .facet-filters__field svg,
body[class*="template-collection"] main .facet-filters__field .icon-caret {
  width: 10px !important;
  height: 10px !important;
  right: 0 !important;
}


/* =====================================================
   10. FILTER DRAWER
===================================================== */

body.template-collection .mobile-facets__disclosure,
body.template-collection .mobile-facets__wrapper,
body.template-collection .mobile-facets,
body[class*="template-collection"] .mobile-facets__disclosure,
body[class*="template-collection"] .mobile-facets__wrapper,
body[class*="template-collection"] .mobile-facets {
  z-index: 90 !important;
}

body.template-collection .mobile-facets__inner,
body[class*="template-collection"] .mobile-facets__inner {
  width: min(620px, 92vw) !important;
  max-width: min(620px, 92vw) !important;
  height: calc(100vh - 24px) !important;
  margin: 12px 12px 12px auto !important;

  background: #ffffff !important;
  border: 1px solid var(--tah-border) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12) !important;
  overflow: hidden !important;
}

body.template-collection .mobile-facets__header,
body[class*="template-collection"] .mobile-facets__header {
  min-height: 96px !important;
  padding: 26px 30px 20px !important;
  background: #ffffff !important;
  border-bottom: 1px solid var(--tah-border) !important;
  text-align: center !important;
}

body.template-collection .mobile-facets__heading,
body[class*="template-collection"] .mobile-facets__heading {
  font-family: var(--tah-serif) !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.035em !important;
  color: #000000 !important;
  text-transform: none !important;
  margin: 0 !important;
}

body.template-collection .mobile-facets__count,
body[class*="template-collection"] .mobile-facets__count {
  display: block !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #666666 !important;
  margin-top: 8px !important;
}

body.template-collection .mobile-facets__main,
body[class*="template-collection"] .mobile-facets__main {
  background: #ffffff !important;
  padding: 0 30px 128px !important;
  overflow-y: auto !important;
}

body.template-collection .mobile-facets__details.tah-hide-filter,
body[class*="template-collection"] .mobile-facets__details.tah-hide-filter {
  display: none !important;
}

body.template-collection .mobile-facets__details,
body[class*="template-collection"] .mobile-facets__details {
  border-bottom: 1px solid var(--tah-border) !important;
}

body.template-collection .mobile-facets__summary,
body[class*="template-collection"] .mobile-facets__summary {
  padding: 24px 0 !important;
}

body.template-collection .mobile-facets__summary span,
body[class*="template-collection"] .mobile-facets__summary span {
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
}

body.template-collection .mobile-facets__submenu,
body[class*="template-collection"] .mobile-facets__submenu {
  background: #ffffff !important;
}

body.template-collection .mobile-facets__list,
body[class*="template-collection"] .mobile-facets__list {
  padding: 0 0 24px !important;
}


/* Price filter */
body.template-collection .mobile-facets__details.tah-price-filter .mobile-facets__list,
body[class*="template-collection"] .mobile-facets__details.tah-price-filter .mobile-facets__list {
  padding-top: 22px !important;
}

body.template-collection .mobile-facets__details.tah-price-filter .facets__price,
body[class*="template-collection"] .mobile-facets__details.tah-price-filter .facets__price {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px !important;
  align-items: center !important;
  margin-top: 18px !important;
}

body.template-collection .mobile-facets__details.tah-price-filter .field,
body[class*="template-collection"] .mobile-facets__details.tah-price-filter .field {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

body.template-collection .mobile-facets__details.tah-price-filter .field__input,
body[class*="template-collection"] .mobile-facets__details.tah-price-filter .field__input {
  height: 48px !important;
  border: 1px solid rgba(0, 0, 0, 0.45) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  padding: 0 14px !important;
  font-size: 15px !important;
}


/* Colour filter */
body.template-collection .mobile-facets__details.tah-colour-filter .mobile-facets__list,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .mobile-facets__list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  column-gap: 58px !important;
  row-gap: 20px !important;
  margin: 0 !important;
  padding: 26px 0 28px !important;
}

body.template-collection .mobile-facets__details.tah-colour-filter .mobile-facets__label,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .mobile-facets__label {
  display: grid !important;
  grid-template-columns: 30px auto !important;
  column-gap: 14px !important;
  align-items: center !important;

  padding: 0 !important;
  margin: 0 !important;
  min-height: 34px !important;

  cursor: pointer !important;
  position: relative !important;
}

body.template-collection .mobile-facets__details.tah-colour-filter .mobile-facets__label input[type="checkbox"],
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .mobile-facets__label input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;

  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  appearance: none !important;
  -webkit-appearance: none !important;
}

body.template-collection .mobile-facets__details.tah-colour-filter .mobile-facets__checkbox,
body.template-collection .mobile-facets__details.tah-colour-filter .facets__checkbox,
body.template-collection .mobile-facets__details.tah-colour-filter .facet-checkbox__checkbox,
body.template-collection .mobile-facets__details.tah-colour-filter .icon-checkmark,
body.template-collection .mobile-facets__details.tah-colour-filter .mobile-facets__label > svg,
body.template-collection .mobile-facets__details.tah-colour-filter .mobile-facets__label > .svg-wrapper,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .mobile-facets__checkbox,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .facets__checkbox,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .facet-checkbox__checkbox,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .icon-checkmark,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .mobile-facets__label > svg,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .mobile-facets__label > .svg-wrapper {
  display: none !important;
}

body.template-collection .mobile-facets__details.tah-colour-filter .facets__visual-display-wrapper,
body.template-collection .mobile-facets__details.tah-colour-filter .facet-checkbox__visual-display-wrapper,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .facets__visual-display-wrapper,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .facet-checkbox__visual-display-wrapper {
  grid-column: 1 !important;
  grid-row: 1 !important;

  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;

  display: block !important;
  border-radius: 50% !important;
  overflow: hidden !important;

  border: 1px solid rgba(0, 0, 0, 0.16) !important;
  box-shadow: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

body.template-collection .mobile-facets__details.tah-colour-filter .facets__visual-display-wrapper *,
body.template-collection .mobile-facets__details.tah-colour-filter .facet-checkbox__visual-display-wrapper *,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .facets__visual-display-wrapper *,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .facet-checkbox__visual-display-wrapper * {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border-radius: 50% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.template-collection .mobile-facets__details.tah-colour-filter .mobile-facets__label span:last-child,
body.template-collection .mobile-facets__details.tah-colour-filter .facet-checkbox__text,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .mobile-facets__label span:last-child,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .facet-checkbox__text {
  grid-column: 2 !important;
  grid-row: 1 !important;

  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  color: #000000 !important;

  margin: 0 !important;
  padding: 0 !important;
}

body.template-collection .mobile-facets__details.tah-colour-filter input[type="checkbox"]:checked ~ .facets__visual-display-wrapper,
body.template-collection .mobile-facets__details.tah-colour-filter input[type="checkbox"]:checked ~ .facet-checkbox__visual-display-wrapper,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter input[type="checkbox"]:checked ~ .facets__visual-display-wrapper,
body[class*="template-collection"] .mobile-facets__details.tah-colour-filter input[type="checkbox"]:checked ~ .facet-checkbox__visual-display-wrapper {
  outline: 2px solid #000000 !important;
  outline-offset: 3px !important;
}


/* Footer buttons inside filter drawer */
body.template-collection .mobile-facets__footer,
body[class*="template-collection"] .mobile-facets__footer {
  background: #ffffff !important;
  border-top: 1px solid var(--tah-border) !important;
  padding: 18px 30px !important;
  display: grid !important;
  grid-template-columns: 150px 1fr !important;
  gap: 18px !important;
  align-items: center !important;
}

body.template-collection .mobile-facets__clear,
body[class*="template-collection"] .mobile-facets__clear {
  color: #000000 !important;
  font-size: 14px !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

body.template-collection .mobile-facets__footer .button,
body[class*="template-collection"] .mobile-facets__footer .button {
  background: var(--tah-green) !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 50px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
}

body.template-collection .mobile-facets__footer .button::before,
body.template-collection .mobile-facets__footer .button::after,
body[class*="template-collection"] .mobile-facets__footer .button::before,
body[class*="template-collection"] .mobile-facets__footer .button::after {
  display: none !important;
}


/* =====================================================
   11. RELATED PRODUCTS
===================================================== */

body .related-products,
body product-recommendations.related-products {
  background: #ffffff !important;
  max-width: none !important;
  width: 100% !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

body .related-products__heading,
body .related-products .title,
body product-recommendations .title {
  font-family: var(--tah-sans) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
}

body .related-products .grid,
body product-recommendations .grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .related-products .grid__item,
body product-recommendations .grid__item {
  width: 100% !important;
  max-width: none !important;
}


/* =====================================================
   12. FOOTER + INSTAGRAM
===================================================== */

body .tah-benefits {
  margin-bottom: 56px !important;
}

body .ssw-instagram,
body .sswinstagram,
body [class*="instagram"] {
  margin-top: 0 !important;
}

body .ssw-instagram::before,
body .sswinstagram::before,
body [class*="instagram"]::before {
  content: "Find us at @the.alchemists.home";
  display: block !important;
  font-family: var(--tah-serif) !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  color: #000000 !important;
  text-align: center !important;
  margin: 0 0 28px !important;
  padding: 0 18px !important;
}

.rich-text {
  padding-top: 44px !important;
  padding-bottom: 18px !important;
}

.rich-text__wrapper {
  margin-bottom: 24px !important;
}

.rich-text__heading {
  font-family: var(--tah-serif) !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  color: #000000 !important;
  text-align: center !important;
  margin: 0 !important;
}

body .tah-footer {
  margin-top: 70px !important;
}

body .tah-footer a,
body .tah-footer p,
body .tah-footer__newsletter-text,
body .tah-footer__contact p {
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.01em !important;
}

body .tah-footer__heading,
body .tah-benefits__title {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
}


/* =====================================================
   13. MOBILE
===================================================== */

@media screen and (max-width: 749px) {
  body .announcement-bar-section {
    padding: 6px 6px 0 !important;
  }

  body .announcement-bar-section .utility-bar,
  body .announcement-bar-section .utility-bar.gradient,
  body .announcement-bar-section .announcement-bar,
  body .announcement-bar-section .utility-bar__grid,
  body .announcement-bar-section .utility-bar__grid.page-width,
  body .announcement-bar,
  body .announcement-bar__link,
  body .announcement-bar__message {
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
  }

  body .announcement-bar-section .utility-bar,
  body .announcement-bar-section .utility-bar.gradient,
  body .announcement-bar-section .announcement-bar,
  body .announcement-bar-section .utility-bar__grid,
  body .announcement-bar-section .utility-bar__grid.page-width {
    padding: 0 10px !important;
    border-radius: 6px !important;
  }

  body .announcement-bar__message,
  body .announcement-bar__message span,
  body .announcement-bar__message p {
    font-size: 11px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body .section-header,
  body .shopify-section-header {
    position: relative !important;
    top: auto !important;
    padding: 8px 8px 0 !important;
  }

  body .header-wrapper,
  body .header-wrapper.gradient {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px) saturate(115%) !important;
    -webkit-backdrop-filter: blur(8px) saturate(115%) !important;
    border-radius: 6px !important;
  }

  body .header {
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 16px !important;
    grid-template-columns: 44px 1fr 76px !important;
  }

  body header-drawer {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  body .header__inline-menu {
    display: none !important;
  }

  body .header__heading {
    grid-column: 2 !important;
    justify-self: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  body .header__heading-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }

  body .header__heading-logo,
  body .header__heading-link img {
    max-width: 215px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  body .header__icons {
    grid-column: 3 !important;
    justify-self: end !important;
    gap: 8px !important;
  }

  body .banner {
    margin: 8px 6px 0 !important;
    min-height: 560px !important;
  }

  body .banner__media--desktop {
    display: none !important;
  }

  body .banner__media--mobile {
    display: block !important;
  }

  body .banner__box {
    max-width: 340px !important;
    padding: 0 20px !important;
  }

  body .banner__heading {
    font-size: 34px !important;
    letter-spacing: -0.04em !important;
    margin-bottom: 6px !important;
  }

  body .banner__text,
  body .banner__text p,
  body .banner__text span {
    font-size: 31px !important;
    margin-bottom: 20px !important;
  }

  body .banner__buttons .button,
  body .banner__buttons .button:first-child {
    min-width: 140px !important;
    min-height: 40px !important;
    padding: 0 22px !important;
    font-size: 12px !important;
    border-radius: 11px !important;
  }

  body .featured-collection .page-width,
  body .collection .page-width,
  body .collection.page-width {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body .title-wrapper-with-link,
  body .collection__title.title-wrapper {
    margin-bottom: 26px !important;
    padding: 0 12px !important;
  }

  body .featured-collection .title,
  body .collection .title,
  body .title-wrapper-with-link .title,
  body .collection__title .title {
    font-size: 36px !important;
  }

  body:not(.template-collection) .featured-collection .grid__item {
    flex: 0 0 78% !important;
    width: 78% !important;
    max-width: 78% !important;
    scroll-snap-align: start !important;
  }

  body .card__heading,
  body .card__heading a,
  body .full-unstyled-link {
    font-size: 14px !important;
  }

  body .price,
  body .price *,
  body .price-item {
    font-size: 13px !important;
  }

  body .tah-card-quickadd {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  body .tah-card-quickadd__form {
    grid-template-columns: 1fr 1.25fr !important;
    gap: 7px !important;
    padding: 8px !important;
  }

  body .tah-card-size-menu__toggle,
  body .tah-card-quickadd__button {
    height: 42px !important;
    font-size: 12px !important;
  }

  body .tah-card-size-menu__panel {
    left: 0 !important;
    bottom: calc(100% + 10px) !important;
    width: 100% !important;
    min-width: 220px !important;
    max-width: 100% !important;
    padding: 14px !important;
    border-radius: 14px !important;
  }

  body .tah-card-size-menu__option {
    height: 46px !important;
    min-height: 46px !important;
    font-size: 11px !important;
    border-radius: 10px !important;
    padding: 0 10px !important;
  }

  body.template-collection #product-grid,
  body.template-collection .grid.product-grid,
  body[class*="template-collection"] #product-grid,
  body[class*="template-collection"] .grid.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 8px !important;
    row-gap: 26px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 36px !important;
  }

  body.template-collection main .facets-container,
  body[class*="template-collection"] main .facets-container,
  body.template-collection main .facets-container.page-width,
  body[class*="template-collection"] main .facets-container.page-width {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    min-width: calc(100vw - 20px) !important;
    margin-left: calc(50% - 50vw + 10px) !important;
    margin-right: 10px !important;
    padding: 0 12px !important;
  }

  body.template-collection .mobile-facets__inner,
  body[class*="template-collection"] .mobile-facets__inner {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    height: calc(100vh - 16px) !important;
    margin: 8px !important;
  }

  body.template-collection .mobile-facets__header,
  body[class*="template-collection"] .mobile-facets__header {
    padding: 24px 20px 18px !important;
  }

  body.template-collection .mobile-facets__heading,
  body[class*="template-collection"] .mobile-facets__heading {
    font-size: 34px !important;
  }

  body.template-collection .mobile-facets__main,
  body[class*="template-collection"] .mobile-facets__main {
    padding: 0 20px 120px !important;
  }

  body.template-collection .mobile-facets__details.tah-colour-filter .mobile-facets__list,
  body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .mobile-facets__list {
    column-gap: 24px !important;
    row-gap: 16px !important;
  }

  body.template-collection .mobile-facets__details.tah-colour-filter .mobile-facets__label,
  body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .mobile-facets__label {
    grid-template-columns: 26px auto !important;
    column-gap: 10px !important;
  }

  body.template-collection .mobile-facets__details.tah-colour-filter .facets__visual-display-wrapper,
  body.template-collection .mobile-facets__details.tah-colour-filter .facet-checkbox__visual-display-wrapper,
  body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .facets__visual-display-wrapper,
  body[class*="template-collection"] .mobile-facets__details.tah-colour-filter .facet-checkbox__visual-display-wrapper {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
  }

  body.template-collection .mobile-facets__footer,
  body[class*="template-collection"] .mobile-facets__footer {
    padding: 16px 20px !important;
    grid-template-columns: 110px 1fr !important;
    gap: 12px !important;
  }

  body .related-products .grid,
  body product-recommendations .grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 8px !important;
    scrollbar-width: none !important;
    scroll-snap-type: x mandatory !important;
  }

  body .related-products .grid::-webkit-scrollbar,
  body product-recommendations .grid::-webkit-scrollbar {
    display: none !important;
  }

  body .related-products .grid__item,
  body product-recommendations .grid__item {
    flex: 0 0 78% !important;
    width: 78% !important;
    max-width: 78% !important;
    scroll-snap-align: start !important;
  }

  body .ssw-instagram::before,
  body .sswinstagram::before,
  body [class*="instagram"]::before,
  .rich-text__heading {
    font-size: 30px !important;
  }

  .rich-text {
    padding-top: 34px !important;
    padding-bottom: 14px !important;
  }

  body .tah-footer {
    margin-top: 48px !important;
  }
}


/* Tablet collection grid */
@media screen and (min-width: 750px) and (max-width: 989px) {
  body.template-collection #product-grid,
  body.template-collection .grid.product-grid,
  body[class*="template-collection"] #product-grid,
  body[class*="template-collection"] .grid.product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 10px !important;
    row-gap: 30px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
/* =====================================================
   TAH HOME PAGE COLLECTION CAROUSEL FIX
   Restores New In / homepage carousel
   Does NOT affect collection pages
===================================================== */

/* Home page collection sections only */
body:not(.template-collection) .featured-collection,
body:not(.template-collection) .collection {
  background: #ffffff !important;
  overflow: hidden !important;
}

/* Full width section */
body:not(.template-collection) .featured-collection .page-width,
body:not(.template-collection) .collection .page-width,
body:not(.template-collection) .collection.page-width {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

/* Title row */
body:not(.template-collection) .featured-collection .title-wrapper-with-link,
body:not(.template-collection) .collection .title-wrapper-with-link,
body:not(.template-collection) .featured-collection .collection__title.title-wrapper,
body:not(.template-collection) .collection .collection__title.title-wrapper {
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Heading */
body:not(.template-collection) .featured-collection .title,
body:not(.template-collection) .collection .title,
body:not(.template-collection) .title-wrapper-with-link .title,
body:not(.template-collection) .collection__title .title {
  font-family: var(--tah-serif, "Cormorant Garamond", Georgia, serif) !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.035em !important;
  color: #000000 !important;

  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

/* Slider component full width */
body:not(.template-collection) .featured-collection slider-component,
body:not(.template-collection) .collection slider-component {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  position: relative !important;
  overflow: visible !important;
}

/* Remove Dawn's weird peek/left offset */
body:not(.template-collection) .featured-collection .slider,
body:not(.template-collection) .collection .slider,
body:not(.template-collection) .featured-collection .slider--desktop,
body:not(.template-collection) .collection .slider--desktop,
body:not(.template-collection) .featured-collection .grid--peek,
body:not(.template-collection) .collection .grid--peek {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  scroll-padding-left: 0 !important;
}

/* Carousel row */
body:not(.template-collection) .featured-collection .grid,
body:not(.template-collection) .collection .grid {
  display: flex !important;
  flex-wrap: nowrap !important;

  gap: 10px !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 0 8px !important;

  overflow-x: auto !important;
  overflow-y: hidden !important;

  scroll-snap-type: x mandatory !important;
  scroll-padding-left: 0 !important;
  scrollbar-width: none !important;

  transform: none !important;
}

/* Hide scrollbar */
body:not(.template-collection) .featured-collection .grid::-webkit-scrollbar,
body:not(.template-collection) .collection .grid::-webkit-scrollbar {
  display: none !important;
}

/* Remove first-card offset */
body:not(.template-collection) .featured-collection .grid__item:first-child,
body:not(.template-collection) .collection .grid__item:first-child,
body:not(.template-collection) .featured-collection .slider__slide:first-child,
body:not(.template-collection) .collection .slider__slide:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
  scroll-margin-left: 0 !important;
}

/* Desktop: 4 full cards visible */
@media screen and (min-width: 990px) {
  body:not(.template-collection) .featured-collection .grid__item,
  body:not(.template-collection) .collection .grid__item {
    flex: 0 0 calc((100% - 30px) / 4) !important;
    width: calc((100% - 30px) / 4) !important;
    max-width: calc((100% - 30px) / 4) !important;
    min-width: 0 !important;
    scroll-snap-align: start !important;
  }
}

/* Card image full size */
body:not(.template-collection) .featured-collection .card__inner,
body:not(.template-collection) .collection .card__inner {
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  height: auto !important;

  border-radius: 6px !important;
  overflow: hidden !important;
  background: #f7f5f0 !important;
}

/* Images fill the card */
body:not(.template-collection) .featured-collection .card__media,
body:not(.template-collection) .featured-collection .card__media .media,
body:not(.template-collection) .featured-collection .card__media img,
body:not(.template-collection) .collection .card__media,
body:not(.template-collection) .collection .card__media .media,
body:not(.template-collection) .collection .card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Product text */
body:not(.template-collection) .featured-collection .card__content,
body:not(.template-collection) .featured-collection .card__information,
body:not(.template-collection) .collection .card__content,
body:not(.template-collection) .collection .card__information {
  width: 100% !important;
  padding: 10px 0 0 !important;
  text-align: left !important;
}

/* Hide counter + View all under carousel */
body:not(.template-collection) .featured-collection .slider-counter,
body:not(.template-collection) .collection .slider-counter,
body:not(.template-collection) .featured-collection .center,
body:not(.template-collection) .collection .center {
  display: none !important;
}

/* Arrows top right like before */
body:not(.template-collection) .featured-collection .slider-buttons,
body:not(.template-collection) .collection .slider-buttons {
  position: absolute !important;
  top: -58px !important;
  right: 0 !important;
  z-index: 10 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* Arrow buttons */
body:not(.template-collection) .featured-collection .slider-button,
body:not(.template-collection) .collection .slider-button {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;

  background: #ffffff !important;
  border: none !important;
  border-radius: 50% !important;
  box-shadow: none !important;

  color: #000000 !important;

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

body:not(.template-collection) .featured-collection .slider-button[disabled],
body:not(.template-collection) .collection .slider-button[disabled] {
  opacity: 0.35 !important;
  cursor: default !important;
}

body:not(.template-collection) .featured-collection .slider-button svg,
body:not(.template-collection) .collection .slider-button svg {
  width: 16px !important;
  height: 16px !important;
  color: #000000 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  body:not(.template-collection) .featured-collection .page-width,
  body:not(.template-collection) .collection .page-width,
  body:not(.template-collection) .collection.page-width {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body:not(.template-collection) .featured-collection .title,
  body:not(.template-collection) .collection .title,
  body:not(.template-collection) .title-wrapper-with-link .title,
  body:not(.template-collection) .collection__title .title {
    font-size: 36px !important;
  }

  body:not(.template-collection) .featured-collection .grid__item,
  body:not(.template-collection) .collection .grid__item {
    flex: 0 0 78% !important;
    width: 78% !important;
    max-width: 78% !important;
    scroll-snap-align: start !important;
  }

  body:not(.template-collection) .featured-collection .slider-buttons,
  body:not(.template-collection) .collection .slider-buttons {
    top: -56px !important;
    right: 0 !important;
  }

  body:not(.template-collection) .featured-collection .slider-button,
  body:not(.template-collection) .collection .slider-button {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }
}
/* =====================================================
   TAH HOME PRODUCT CAROUSEL FIX - SCOPED ONLY
   Fixes New In carousel without breaking image banners
===================================================== */

/* Only homepage collection sections that contain product cards */
body:not(.template-collection) .shopify-section:has(.product-grid) .collection,
body:not(.template-collection) .shopify-section:has(.product-grid) .featured-collection {
  background: #ffffff !important;
  overflow: hidden !important;
}

/* Page width only for product carousel sections */
body:not(.template-collection) .shopify-section:has(.product-grid) .collection .page-width,
body:not(.template-collection) .shopify-section:has(.product-grid) .featured-collection .page-width,
body:not(.template-collection) .shopify-section:has(.product-grid) .collection.page-width {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

/* Title row */
body:not(.template-collection) .shopify-section:has(.product-grid) .title-wrapper-with-link,
body:not(.template-collection) .shopify-section:has(.product-grid) .collection__title.title-wrapper {
  width: 100% !important;
  margin: 0 0 18px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Heading */
body:not(.template-collection) .shopify-section:has(.product-grid) .title,
body:not(.template-collection) .shopify-section:has(.product-grid) .collection__title .title {
  font-family: var(--tah-serif, "Cormorant Garamond", Georgia, serif) !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.035em !important;
  color: #000000 !important;

  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

/* Slider component */
body:not(.template-collection) .shopify-section:has(.product-grid) slider-component {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  overflow: visible !important;
}

/* Remove Dawn offset */
body:not(.template-collection) .shopify-section:has(.product-grid) .slider,
body:not(.template-collection) .shopify-section:has(.product-grid) .slider--desktop,
body:not(.template-collection) .shopify-section:has(.product-grid) .grid--peek {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  scroll-padding-left: 0 !important;
}

/* Product carousel row only */
body:not(.template-collection) .shopify-section:has(.product-grid) .product-grid,
body:not(.template-collection) .shopify-section:has(.product-grid) .grid.product-grid {
  display: flex !important;
  flex-wrap: nowrap !important;

  gap: 10px !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 0 8px !important;

  overflow-x: auto !important;
  overflow-y: hidden !important;

  scroll-snap-type: x mandatory !important;
  scroll-padding-left: 0 !important;
  scrollbar-width: none !important;

  transform: none !important;
}

body:not(.template-collection) .shopify-section:has(.product-grid) .product-grid::-webkit-scrollbar,
body:not(.template-collection) .shopify-section:has(.product-grid) .grid.product-grid::-webkit-scrollbar {
  display: none !important;
}

/* Product card width */
@media screen and (min-width: 990px) {
  body:not(.template-collection) .shopify-section:has(.product-grid) .product-grid > .grid__item,
  body:not(.template-collection) .shopify-section:has(.product-grid) .grid.product-grid > .grid__item {
    flex: 0 0 calc((100% - 30px) / 4) !important;
    width: calc((100% - 30px) / 4) !important;
    max-width: calc((100% - 30px) / 4) !important;
    min-width: 0 !important;
    scroll-snap-align: start !important;
  }
}

/* Product images */
body:not(.template-collection) .shopify-section:has(.product-grid) .card__inner {
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  background: #f7f5f0 !important;
}

body:not(.template-collection) .shopify-section:has(.product-grid) .card__media,
body:not(.template-collection) .shopify-section:has(.product-grid) .card__media .media,
body:not(.template-collection) .shopify-section:has(.product-grid) .card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Product text */
body:not(.template-collection) .shopify-section:has(.product-grid) .card__content,
body:not(.template-collection) .shopify-section:has(.product-grid) .card__information {
  width: 100% !important;
  padding: 10px 0 0 !important;
  text-align: left !important;
}

/* Hide counter + View all */
body:not(.template-collection) .shopify-section:has(.product-grid) .slider-counter,
body:not(.template-collection) .shopify-section:has(.product-grid) .center {
  display: none !important;
}

/* Arrows */
body:not(.template-collection) .shopify-section:has(.product-grid) .slider-buttons {
  position: absolute !important;
  top: -58px !important;
  right: 18px !important;
  z-index: 10 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;

  margin: 0 !important;
  padding: 0 !important;
}

body:not(.template-collection) .shopify-section:has(.product-grid) .slider-button {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;

  background: #ffffff !important;
  border: none !important;
  border-radius: 50% !important;
  box-shadow: none !important;

  color: #000000 !important;

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

body:not(.template-collection) .shopify-section:has(.product-grid) .slider-button[disabled] {
  opacity: 0.35 !important;
  cursor: default !important;
}

body:not(.template-collection) .shopify-section:has(.product-grid) .slider-button svg {
  width: 16px !important;
  height: 16px !important;
  color: #000000 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  body:not(.template-collection) .shopify-section:has(.product-grid) .collection .page-width,
  body:not(.template-collection) .shopify-section:has(.product-grid) .featured-collection .page-width,
  body:not(.template-collection) .shopify-section:has(.product-grid) .collection.page-width {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body:not(.template-collection) .shopify-section:has(.product-grid) .title-wrapper-with-link,
  body:not(.template-collection) .shopify-section:has(.product-grid) .collection__title.title-wrapper {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body:not(.template-collection) .shopify-section:has(.product-grid) .title,
  body:not(.template-collection) .shopify-section:has(.product-grid) .collection__title .title {
    font-size: 36px !important;
  }

  body:not(.template-collection) .shopify-section:has(.product-grid) .product-grid > .grid__item,
  body:not(.template-collection) .shopify-section:has(.product-grid) .grid.product-grid > .grid__item {
    flex: 0 0 78% !important;
    width: 78% !important;
    max-width: 78% !important;
    scroll-snap-align: start !important;
  }

  body:not(.template-collection) .shopify-section:has(.product-grid) .slider-buttons {
    top: -56px !important;
    right: 12px !important;
  }

  body:not(.template-collection) .shopify-section:has(.product-grid) .slider-button {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }
}
/* =====================================================
   TAH PRODUCT PAGE - CLEAN HOMMEY-INSPIRED STYLE
   Scoped to main product only
===================================================== */

body.template-product,
body[class*="template-product"] {
  background: #fff !important;
}

/* Main product section only */
body.template-product product-info[id^="MainProduct-"],
body[class*="template-product"] product-info[id^="MainProduct-"] {
  display: block !important;
  background: #fff !important;
}

/* Main product width */
body.template-product product-info[id^="MainProduct-"] > .page-width,
body[class*="template-product"] product-info[id^="MainProduct-"] > .page-width {
  width: 100% !important;
  max-width: none !important;
  padding: 22px 18px 0 !important;
  margin: 0 !important;
}

/* Main layout */
body.template-product product-info[id^="MainProduct-"] .product,
body[class*="template-product"] product-info[id^="MainProduct-"] .product {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr) !important;
  gap: 18px !important;
  align-items: start !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Gallery */
body.template-product product-info[id^="MainProduct-"] .product__media-wrapper,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__media-wrapper {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.template-product product-info[id^="MainProduct-"] .product__media-list,
body.template-product product-info[id^="MainProduct-"] .product__media-list.grid,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__media-list,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__media-list.grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.template-product product-info[id^="MainProduct-"] .product__media-item,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__media-item {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Do NOT make first image huge */
body.template-product product-info[id^="MainProduct-"] .product__media-list .product__media-item:first-child,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__media-list .product__media-item:first-child {
  grid-column: auto !important;
}

/* Images */
body.template-product product-info[id^="MainProduct-"] .product__media,
body.template-product product-info[id^="MainProduct-"] .product-media-container,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__media,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-media-container {
  border: none !important;
  border-radius: 7px !important;
  overflow: hidden !important;
  box-shadow: none !important;
  background: #f7f5f0 !important;
}

body.template-product product-info[id^="MainProduct-"] .product__media img,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__media img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 7px !important;
}

/* Info column */
body.template-product product-info[id^="MainProduct-"] .product__info-wrapper,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__info-wrapper {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.template-product product-info[id^="MainProduct-"] .product__info-container,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__info-container {
  position: sticky !important;
  top: 104px !important;

  width: 100% !important;
  max-width: none !important;

  padding: 0 8px 0 18px !important;
  margin: 0 !important;

  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Vendor / top small text */
body.template-product product-info[id^="MainProduct-"] .product__text,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__text {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #333 !important;
  margin: 0 0 14px !important;
}

/* Title */
body.template-product product-info[id^="MainProduct-"] .product__title,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__title {
  margin: 0 0 14px !important;
}

body.template-product product-info[id^="MainProduct-"] .product__title h1,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__title h1 {
  font-family: var(--tah-serif, "Cormorant Garamond", Georgia, serif) !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.04em !important;
  color: #000 !important;
  margin: 0 !important;
  text-transform: none !important;
}

body.template-product product-info[id^="MainProduct-"] .product__title a,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__title a {
  display: none !important;
}

/* Price row */
body.template-product product-info[id^="MainProduct-"] .price,
body.template-product product-info[id^="MainProduct-"] .price *,
body[class*="template-product"] product-info[id^="MainProduct-"] .price,
body[class*="template-product"] product-info[id^="MainProduct-"] .price * {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
}

body.template-product product-info[id^="MainProduct-"] .price .price-item--regular,
body[class*="template-product"] product-info[id^="MainProduct-"] .price .price-item--regular {
  color: #777 !important;
  font-weight: 400 !important;
}

body.template-product product-info[id^="MainProduct-"] .price .price-item--sale,
body.template-product product-info[id^="MainProduct-"] .price .price-item,
body[class*="template-product"] product-info[id^="MainProduct-"] .price .price-item--sale,
body[class*="template-product"] product-info[id^="MainProduct-"] .price .price-item {
  color: #000 !important;
  font-weight: 600 !important;
}

body.template-product product-info[id^="MainProduct-"] .badge,
body[class*="template-product"] product-info[id^="MainProduct-"] .badge {
  background: #fdf2ff !important;
  color: #000 !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

/* Afterpay */
body.template-product product-info[id^="MainProduct-"] .tah-afterpay-line,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-afterpay-line {
  display: block !important;
  margin: 10px 0 14px !important;
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: #444 !important;
}

body.template-product product-info[id^="MainProduct-"] .tah-afterpay-line strong,
body.template-product product-info[id^="MainProduct-"] .tah-afterpay-line span,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-afterpay-line strong,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-afterpay-line span {
  color: #000 !important;
  font-weight: 800 !important;
}

/* Hide default Shopify installment duplicate */
body.template-product product-info[id^="MainProduct-"] .installment,
body[class*="template-product"] product-info[id^="MainProduct-"] .installment {
  display: none !important;
}

/* Shipping/tax line */
body.template-product product-info[id^="MainProduct-"] .product__tax,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__tax {
  font-size: 12px !important;
  color: #777 !important;
  margin: 0 0 22px !important;
}

/* Variant picker */
body.template-product product-info[id^="MainProduct-"] variant-selects,
body.template-product product-info[id^="MainProduct-"] variant-radios,
body[class*="template-product"] product-info[id^="MainProduct-"] variant-selects,
body[class*="template-product"] product-info[id^="MainProduct-"] variant-radios {
  display: block !important;
  margin: 20px 0 0 !important;
}

/* Hide color/colour option */
body.template-product product-info[id^="MainProduct-"] .product-form__input.tah-hide-colour-option,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input.tah-hide-colour-option {
  display: none !important;
}

/* Labels */
body.template-product product-info[id^="MainProduct-"] .form__label,
body[class*="template-product"] product-info[id^="MainProduct-"] .form__label {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  color: #000 !important;
  margin: 0 0 10px !important;
}

/* Size buttons */
body.template-product product-info[id^="MainProduct-"] .product-form__input input[type="radio"] + label,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input input[type="radio"] + label {
  min-height: 46px !important;
  min-width: 88px !important;
  padding: 0 18px !important;
  margin: 0 8px 8px 0 !important;

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

  background: #fff !important;
  color: #000 !important;
  border: 1px solid rgba(0,0,0,.16) !important;
  border-radius: 8px !important;

  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .01em !important;
}

body.template-product product-info[id^="MainProduct-"] .product-form__input input[type="radio"]:checked + label,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input input[type="radio"]:checked + label {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

/* Quantity */
body.template-product product-info[id^="MainProduct-"] .product-form__quantity,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__quantity {
  margin: 14px 0 18px !important;
}

body.template-product product-info[id^="MainProduct-"] quantity-input.quantity,
body[class*="template-product"] product-info[id^="MainProduct-"] quantity-input.quantity {
  width: 132px !important;
  min-height: 46px !important;
  border: 1px solid rgba(0,0,0,.18) !important;
  border-radius: 0 !important;
  background: #fff !important;
}

/* Buttons */
body.template-product product-info[id^="MainProduct-"] .product-form,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form {
  margin: 18px 0 0 !important;
}

body.template-product product-info[id^="MainProduct-"] .product-form__buttons,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__buttons {
  max-width: none !important;
  width: 100% !important;
}

body.template-product product-info[id^="MainProduct-"] .product-form__submit,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__submit {
  width: 100% !important;
  min-height: 54px !important;

  background: #e1f0a2 !important;
  color: #000 !important;

  border: none !important;
  border-radius: 8px !important;
  box-shadow: none !important;

  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
}

body.template-product product-info[id^="MainProduct-"] .product-form__submit::before,
body.template-product product-info[id^="MainProduct-"] .product-form__submit::after,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__submit::before,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__submit::after {
  display: none !important;
  box-shadow: none !important;
}

/* Hide purple Shop Pay button for cleaner Hommey-style layout */
body.template-product product-info[id^="MainProduct-"] .shopify-payment-button,
body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-payment-button {
  display: none !important;
}

/* Product description */
body.template-product product-info[id^="MainProduct-"] .product__description,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__description {
  margin: 24px 0 !important;
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #333 !important;
}

/* PDP service links */
body.template-product product-info[id^="MainProduct-"] .tah-pdp-service-links,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-service-links {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin: 14px 0 18px !important;
}

body.template-product product-info[id^="MainProduct-"] .tah-pdp-service-links div,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-service-links div {
  min-height: 44px !important;
  padding: 12px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  border-radius: 8px !important;
  background: #fafafa !important;

  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: #000 !important;
}

/* Meta icon row */
body.template-product product-info[id^="MainProduct-"] .tah-pdp-meta-row,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-meta-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 18px 0 !important;
}

body.template-product product-info[id^="MainProduct-"] .tah-pdp-meta-item,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-meta-item {
  border: 1px solid rgba(0,0,0,.12) !important;
  border-radius: 8px !important;
  padding: 14px !important;
  background: #fff !important;
}

body.template-product product-info[id^="MainProduct-"] .tah-pdp-meta-item strong,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-meta-item strong {
  display: block !important;
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  margin-bottom: 5px !important;
  color: #000 !important;
}

body.template-product product-info[id^="MainProduct-"] .tah-pdp-meta-item span,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-meta-item span {
  display: block !important;
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: #555 !important;
}

/* Accordions */
body.template-product product-info[id^="MainProduct-"] .product__accordion,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__accordion {
  border-top: 1px solid rgba(0,0,0,.12) !important;
  margin: 0 !important;
}

body.template-product product-info[id^="MainProduct-"] .product__accordion summary,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__accordion summary {
  padding: 18px 0 !important;
}

body.template-product product-info[id^="MainProduct-"] .product__accordion .accordion__title,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__accordion .accordion__title {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

/* Keep related products safe: remove ugly default Quick view blue link look */
body.template-product .related-products a,
body.template-product product-recommendations a,
body[class*="template-product"] .related-products a,
body[class*="template-product"] product-recommendations a {
  color: #000 !important;
  text-decoration: none !important;
}

body.template-product .related-products .quick-add__submit,
body.template-product product-recommendations .quick-add__submit,
body[class*="template-product"] .related-products .quick-add__submit,
body[class*="template-product"] product-recommendations .quick-add__submit {
  color: #000 !important;
  background: #e1f0a2 !important;
  border-radius: 8px !important;
  text-decoration: none !important;
}

/* Mobile */
@media screen and (max-width: 989px) {
  body.template-product product-info[id^="MainProduct-"] > .page-width,
  body[class*="template-product"] product-info[id^="MainProduct-"] > .page-width {
    padding: 10px !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product {
    display: block !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__media-list,
  body.template-product product-info[id^="MainProduct-"] .product__media-list.grid,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__media-list,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__media-list.grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__media-list::-webkit-scrollbar,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__media-list::-webkit-scrollbar {
    display: none !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__media-item,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__media-item {
    flex: 0 0 86% !important;
    width: 86% !important;
    max-width: 86% !important;
    scroll-snap-align: start !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__info-container,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__info-container {
    position: relative !important;
    top: auto !important;
    padding: 22px 4px 0 !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__title h1,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__title h1 {
    font-size: 36px !important;
  }

  body.template-product product-info[id^="MainProduct-"] .tah-pdp-meta-row,
  body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-meta-row {
    grid-template-columns: 1fr !important;
  }
}
/* =====================================================
   TAH PRODUCT PAGE - RELATED PRODUCTS FIX
   Fixes "You may also like" section, ugly Quick view links,
   fonts, spacing and card styling
===================================================== */

/* Related section spacing */
body.template-product .related-products,
body.template-product product-recommendations,
body[class*="template-product"] .related-products,
body[class*="template-product"] product-recommendations {
  width: 100% !important;
  max-width: none !important;
  margin: 56px 0 0 !important;
  padding: 0 18px 54px !important;
  background: #ffffff !important;
}

/* Section heading */
body.template-product .related-products__heading,
body.template-product .related-products h2,
body.template-product product-recommendations h2,
body[class*="template-product"] .related-products__heading,
body[class*="template-product"] .related-products h2,
body[class*="template-product"] product-recommendations h2 {
  font-family: var(--tah-serif, "Cormorant Garamond", Georgia, serif) !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  text-transform: none !important;
  color: #000000 !important;

  margin: 0 0 22px !important;
  padding: 0 !important;
  text-align: left !important;
}

/* Product grid */
body.template-product .related-products .grid,
body.template-product product-recommendations .grid,
body[class*="template-product"] .related-products .grid,
body[class*="template-product"] product-recommendations .grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* Product card item */
body.template-product .related-products .grid__item,
body.template-product product-recommendations .grid__item,
body[class*="template-product"] .related-products .grid__item,
body[class*="template-product"] product-recommendations .grid__item {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Card image */
body.template-product .related-products .card__inner,
body.template-product product-recommendations .card__inner,
body[class*="template-product"] .related-products .card__inner,
body[class*="template-product"] product-recommendations .card__inner {
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  height: auto !important;

  border-radius: 6px !important;
  overflow: hidden !important;
  background: #f7f5f0 !important;
}

/* Image fill */
body.template-product .related-products .card__media,
body.template-product .related-products .card__media .media,
body.template-product .related-products .card__media img,
body.template-product product-recommendations .card__media,
body.template-product product-recommendations .card__media .media,
body.template-product product-recommendations .card__media img,
body[class*="template-product"] .related-products .card__media,
body[class*="template-product"] .related-products .card__media .media,
body[class*="template-product"] .related-products .card__media img,
body[class*="template-product"] product-recommendations .card__media,
body[class*="template-product"] product-recommendations .card__media .media,
body[class*="template-product"] product-recommendations .card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Card text area */
body.template-product .related-products .card__content,
body.template-product .related-products .card__information,
body.template-product product-recommendations .card__content,
body.template-product product-recommendations .card__information,
body[class*="template-product"] .related-products .card__content,
body[class*="template-product"] .related-products .card__information,
body[class*="template-product"] product-recommendations .card__content,
body[class*="template-product"] product-recommendations .card__information {
  padding: 10px 0 0 !important;
  text-align: left !important;
}

/* Product title */
body.template-product .related-products .card__heading,
body.template-product .related-products .card__heading a,
body.template-product product-recommendations .card__heading,
body.template-product product-recommendations .card__heading a,
body[class*="template-product"] .related-products .card__heading,
body[class*="template-product"] .related-products .card__heading a,
body[class*="template-product"] product-recommendations .card__heading,
body[class*="template-product"] product-recommendations .card__heading a {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em !important;
  color: #000000 !important;
  text-decoration: none !important;

  margin: 0 !important;
}

/* Price */
body.template-product .related-products .price,
body.template-product .related-products .price *,
body.template-product product-recommendations .price,
body.template-product product-recommendations .price *,
body[class*="template-product"] .related-products .price,
body[class*="template-product"] .related-products .price *,
body[class*="template-product"] product-recommendations .price,
body[class*="template-product"] product-recommendations .price * {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  color: #000000 !important;
}

/* Compare at price */
body.template-product .related-products s,
body.template-product product-recommendations s,
body[class*="template-product"] .related-products s,
body[class*="template-product"] product-recommendations s {
  color: #888888 !important;
  font-weight: 400 !important;
}

/* Sale badge */
body.template-product .related-products .badge,
body.template-product product-recommendations .badge,
body[class*="template-product"] .related-products .badge,
body[class*="template-product"] product-recommendations .badge {
  background: #fdf2ff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 6px !important;

  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}


/* Remove default blue link styling from anything left */
body.template-product .related-products a,
body.template-product product-recommendations a,
body[class*="template-product"] .related-products a,
body[class*="template-product"] product-recommendations a {
  color: #000000 !important;
  text-decoration: none !important;
}

/* Mobile */
@media screen and (max-width: 989px) {
  body.template-product .related-products .grid,
  body.template-product product-recommendations .grid,
  body[class*="template-product"] .related-products .grid,
  body[class*="template-product"] product-recommendations .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.template-product .related-products,
  body.template-product product-recommendations,
  body[class*="template-product"] .related-products,
  body[class*="template-product"] product-recommendations {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.template-product .related-products__heading,
  body.template-product .related-products h2,
  body.template-product product-recommendations h2,
  body[class*="template-product"] .related-products__heading,
  body[class*="template-product"] .related-products h2,
  body[class*="template-product"] product-recommendations h2 {
    font-size: 32px !important;
  }
}
/* =====================================================
   TAH RELATED PRODUCTS QUICK VIEW - MATCH SITE BUTTONS
===================================================== */

/* Card needs to hold overlay */
body.template-product .related-products .card-wrapper,
body.template-product product-recommendations .card-wrapper,
body[class*="template-product"] .related-products .card-wrapper,
body[class*="template-product"] product-recommendations .card-wrapper {
  position: relative !important;
}

/* Reset quick view wrapper only */
body.template-product .related-products [class*="quick-view"]:not(a):not(button),
body.template-product .related-products [class*="quickview"]:not(a):not(button),
body.template-product product-recommendations [class*="quick-view"]:not(a):not(button),
body.template-product product-recommendations [class*="quickview"]:not(a):not(button),
body[class*="template-product"] .related-products [class*="quick-view"]:not(a):not(button),
body[class*="template-product"] .related-products [class*="quickview"]:not(a):not(button),
body[class*="template-product"] product-recommendations [class*="quick-view"]:not(a):not(button),
body[class*="template-product"] product-recommendations [class*="quickview"]:not(a):not(button) {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Actual Quick View button - same style as site buttons */
body.template-product .related-products a[class*="quick-view"],
body.template-product .related-products button[class*="quick-view"],
body.template-product .related-products a[class*="quickview"],
body.template-product .related-products button[class*="quickview"],
body.template-product product-recommendations a[class*="quick-view"],
body.template-product product-recommendations button[class*="quick-view"],
body.template-product product-recommendations a[class*="quickview"],
body.template-product product-recommendations button[class*="quickview"],
body[class*="template-product"] .related-products a[class*="quick-view"],
body[class*="template-product"] .related-products button[class*="quick-view"],
body[class*="template-product"] .related-products a[class*="quickview"],
body[class*="template-product"] .related-products button[class*="quickview"],
body[class*="template-product"] product-recommendations a[class*="quick-view"],
body[class*="template-product"] product-recommendations button[class*="quick-view"],
body[class*="template-product"] product-recommendations a[class*="quickview"],
body[class*="template-product"] product-recommendations button[class*="quickview"] {
  position: absolute !important;
  left: 14px !important;
  right: 14px !important;
  bottom: 14px !important;
  z-index: 30 !important;

  width: auto !important;
  min-height: 48px !important;
  padding: 0 18px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #e1f0a2 !important;
  color: #000000 !important;

  border: none !important;
  border-radius: 8px !important;
  box-shadow: none !important;

  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(8px) !important;

  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease,
    background 0.18s ease !important;
}

/* Show on hover */
body.template-product .related-products .card-wrapper:hover a[class*="quick-view"],
body.template-product .related-products .card-wrapper:hover button[class*="quick-view"],
body.template-product .related-products .card-wrapper:hover a[class*="quickview"],
body.template-product .related-products .card-wrapper:hover button[class*="quickview"],
body.template-product product-recommendations .card-wrapper:hover a[class*="quick-view"],
body.template-product product-recommendations .card-wrapper:hover button[class*="quick-view"],
body.template-product product-recommendations .card-wrapper:hover a[class*="quickview"],
body.template-product product-recommendations .card-wrapper:hover button[class*="quickview"],
body[class*="template-product"] .related-products .card-wrapper:hover a[class*="quick-view"],
body[class*="template-product"] .related-products .card-wrapper:hover button[class*="quick-view"],
body[class*="template-product"] .related-products .card-wrapper:hover a[class*="quickview"],
body[class*="template-product"] .related-products .card-wrapper:hover button[class*="quickview"],
body[class*="template-product"] product-recommendations .card-wrapper:hover a[class*="quick-view"],
body[class*="template-product"] product-recommendations .card-wrapper:hover button[class*="quick-view"],
body[class*="template-product"] product-recommendations .card-wrapper:hover a[class*="quickview"],
body[class*="template-product"] product-recommendations .card-wrapper:hover button[class*="quickview"] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

/* Hover colour, same as add to cart hover */
body.template-product .related-products a[class*="quick-view"]:hover,
body.template-product .related-products button[class*="quick-view"]:hover,
body.template-product .related-products a[class*="quickview"]:hover,
body.template-product .related-products button[class*="quickview"]:hover,
body.template-product product-recommendations a[class*="quick-view"]:hover,
body.template-product product-recommendations button[class*="quick-view"]:hover,
body.template-product product-recommendations a[class*="quickview"]:hover,
body.template-product product-recommendations button[class*="quickview"]:hover,
body[class*="template-product"] .related-products a[class*="quick-view"]:hover,
body[class*="template-product"] .related-products button[class*="quick-view"]:hover,
body[class*="template-product"] .related-products a[class*="quickview"]:hover,
body[class*="template-product"] .related-products button[class*="quickview"]:hover,
body[class*="template-product"] product-recommendations a[class*="quick-view"]:hover,
body[class*="template-product"] product-recommendations button[class*="quick-view"]:hover,
body[class*="template-product"] product-recommendations a[class*="quickview"]:hover,
body[class*="template-product"] product-recommendations button[class*="quickview"]:hover {
  background: #d8eb86 !important;
  color: #000000 !important;
}

/* Inner text should not create another fake button */
body.template-product .related-products [class*="quick-view"] *,
body.template-product .related-products [class*="quickview"] *,
body.template-product product-recommendations [class*="quick-view"] *,
body.template-product product-recommendations [class*="quickview"] *,
body[class*="template-product"] .related-products [class*="quick-view"] *,
body[class*="template-product"] .related-products [class*="quickview"] *,
body[class*="template-product"] product-recommendations [class*="quick-view"] *,
body[class*="template-product"] product-recommendations [class*="quickview"] * {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;

  color: inherit !important;
  font: inherit !important;
  text-transform: inherit !important;
  letter-spacing: inherit !important;
  text-decoration: none !important;
}

/* Mobile: show always */
@media screen and (max-width: 749px) {
  body.template-product .related-products a[class*="quick-view"],
  body.template-product .related-products button[class*="quick-view"],
  body.template-product .related-products a[class*="quickview"],
  body.template-product .related-products button[class*="quickview"],
  body.template-product product-recommendations a[class*="quick-view"],
  body.template-product product-recommendations button[class*="quick-view"],
  body.template-product product-recommendations a[class*="quickview"],
  body.template-product product-recommendations button[class*="quickview"],
  body[class*="template-product"] .related-products a[class*="quick-view"],
  body[class*="template-product"] .related-products button[class*="quick-view"],
  body[class*="template-product"] .related-products a[class*="quickview"],
  body[class*="template-product"] .related-products button[class*="quickview"],
  body[class*="template-product"] product-recommendations a[class*="quick-view"],
  body[class*="template-product"] product-recommendations button[class*="quick-view"],
  body[class*="template-product"] product-recommendations a[class*="quickview"],
  body[class*="template-product"] product-recommendations button[class*="quickview"] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;

    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;

    min-height: 42px !important;
    font-size: 12px !important;
  }
}
/* =====================================================
   TAH LOW STOCK WIDGET - PRODUCT PAGE
===================================================== */

body.template-product .tah-low-stock-slot,
body[class*="template-product"] .tah-low-stock-slot {
  display: block !important;
  margin: 12px 0 18px !important;
}

/* Style app low stock widget once moved */
body.template-product .tah-low-stock-slot [class*="low-stock"],
body.template-product .tah-low-stock-slot [class*="LowStock"],
body.template-product .tah-low-stock-slot [class*="stock"],
body[class*="template-product"] .tah-low-stock-slot [class*="low-stock"],
body[class*="template-product"] .tah-low-stock-slot [class*="LowStock"],
body[class*="template-product"] .tah-low-stock-slot [class*="stock"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;

  width: auto !important;
  max-width: fit-content !important;

  margin: 0 !important;
  padding: 9px 15px !important;

  background: #fdf2ff !important;
  color: #000000 !important;

  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  border-radius: 999px !important;
  box-shadow: none !important;

  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
}

/* Text inside */
body.template-product .tah-low-stock-slot [class*="low-stock"] *,
body.template-product .tah-low-stock-slot [class*="LowStock"] *,
body.template-product .tah-low-stock-slot [class*="stock"] *,
body[class*="template-product"] .tah-low-stock-slot [class*="low-stock"] *,
body[class*="template-product"] .tah-low-stock-slot [class*="LowStock"] *,
body[class*="template-product"] .tah-low-stock-slot [class*="stock"] * {
  color: #000000 !important;
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

/* Icon */
body.template-product .tah-low-stock-slot svg,
body[class*="template-product"] .tah-low-stock-slot svg {
  width: 12px !important;
  height: 12px !important;
  color: #000000 !important;
  fill: #000000 !important;
}
/* =====================================================
   TAH PRODUCT PAGE - PREVENT DUPLICATE SIZE PICKER FLASH
===================================================== */

body.template-product product-info[id^="MainProduct-"] .tah-duplicate-option-field,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-duplicate-option-field {
  display: none !important;
}

/* Remove ugly grey focus ring on selected size button */
body.template-product product-info[id^="MainProduct-"] .product-form__input input[type="radio"]:focus + label,
body.template-product product-info[id^="MainProduct-"] .product-form__input input[type="radio"]:focus-visible + label,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input input[type="radio"]:focus + label,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input input[type="radio"]:focus-visible + label {
  outline: none !important;
  box-shadow: none !important;
}

/* Keep checked size button clean */
body.template-product product-info[id^="MainProduct-"] .product-form__input input[type="radio"]:checked + label,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input input[type="radio"]:checked + label {
  outline: none !important;
  box-shadow: none !important;
}
/* =====================================================
   TAH PRODUCT PAGE - HIDE QUANTITY SELECTOR
===================================================== */

body.template-product product-info[id^="MainProduct-"] .product-form__quantity,
body.template-product product-info[id^="MainProduct-"] quantity-input,
body.template-product product-info[id^="MainProduct-"] .quantity,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__quantity,
body[class*="template-product"] product-info[id^="MainProduct-"] quantity-input,
body[class*="template-product"] product-info[id^="MainProduct-"] .quantity {
  display: none !important;
}
/* =====================================================
   TAH FILTER DRAWER - KEEP PRICE + COLOUR OPEN
===================================================== */

/* Hide accordion arrows for Price / Colour filter rows */
.facets__disclosure[open] summary .icon-caret,
.mobile-facets__details[open] summary .icon-caret,
.mobile-facets__details[open] summary svg,
.facets__disclosure[open] summary svg {
  display: none !important;
}

/* Make opened filter content visible */
.mobile-facets__details[open] .mobile-facets__submenu,
.mobile-facets__details[open] .mobile-facets__list,
.facets__disclosure[open] .facets__display,
.facets__disclosure[open] .facets__list {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Filter drawer cleaner spacing */
.mobile-facets__details[open],
.facets__disclosure[open] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
  padding-bottom: 22px !important;
  margin-bottom: 22px !important;
}

/* Colour filter layout */
.mobile-facets__details[open] .mobile-facets__list,
.facets__disclosure[open] .facets__list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 38px !important;
  padding: 0 !important;
  margin: 18px 0 0 !important;
}

/* Filter labels */
.mobile-facets__label,
.facets__label {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;

  font-family: "Avenir Next", "Nunito Sans", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #000000 !important;
}

/* Remove weird checkbox box if colour swatch exists */
.mobile-facets__label input[type="checkbox"],
.facets__label input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  accent-color: #000000 !important;
}

/* Price input area */
.facets__price,
.mobile-facets__price {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  margin-top: 18px !important;
}

.facets__price input,
.mobile-facets__price input {
  min-height: 46px !important;
  border: 1px solid rgba(0, 0, 0, 0.35) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #000000 !important;

  font-family: "Avenir Next", "Nunito Sans", Arial, sans-serif !important;
  font-size: 15px !important;
}

/* Mobile drawer */
@media screen and (max-width: 749px) {
  .mobile-facets__details[open] .mobile-facets__list,
  .facets__disclosure[open] .facets__list {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}


/* Hide colour option on product page only */
body.template-product .tah-hide-colour-option,
body[class*="template-product"] .tah-hide-colour-option {
  display: none !important;
}

/* Hide quantity selector if still enabled */
body.template-product product-info[id^="MainProduct-"] .product-form__quantity,
body.template-product product-info[id^="MainProduct-"] quantity-input,
body.template-product product-info[id^="MainProduct-"] .quantity,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__quantity,
body[class*="template-product"] product-info[id^="MainProduct-"] quantity-input,
body[class*="template-product"] product-info[id^="MainProduct-"] .quantity {
  display: none !important;
}


/* Title row with small heart */

/* The visible title heart */


/* Keep actual product controls clickable */
body.template-product product-info,
body.template-product .product-form,
body.template-product product-form,
body.template-product .product-form__buttons,
body.template-product .product-form__submit,
body.template-product .product-form__input input[type="radio"] + label,
body.template-product .tah-pdp-service-links,
body.template-product .tah-pdp-meta-row,
body[class*="template-product"] product-info,
body[class*="template-product"] .product-form,
body[class*="template-product"] product-form,
body[class*="template-product"] .product-form__buttons,
body[class*="template-product"] .product-form__submit,
body[class*="template-product"] .product-form__input input[type="radio"] + label,
body[class*="template-product"] .tah-pdp-service-links,
body[class*="template-product"] .tah-pdp-meta-row {
  pointer-events: auto !important;
}

/* Mobile */


/* =====================================================
   TAH CLEAN HEART ICON FIX
===================================================== */

/* =====================================================
   TAH PRODUCT BUTTON FONT RESTORE
   Softer button style + cleaner size text
===================================================== */

/* Main product page buttons */
body.template-product .product-form__submit,
body.template-product button[name="add"],
body[class*="template-product"] .product-form__submit,
body[class*="template-product"] button[name="add"] {
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;

  background: #e1f0a2 !important;
  color: #000000 !important;
  border: 1px solid #e1f0a2 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

/* Size option labels */
body.template-product .product-form__input input[type="radio"] + label,
body[class*="template-product"] .product-form__input input[type="radio"] + label {
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;

  min-height: 48px !important;
  padding: 0 22px !important;

  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

/* Selected size */
body.template-product .product-form__input input[type="radio"]:checked + label,
body[class*="template-product"] .product-form__input input[type="radio"]:checked + label {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

/* Size heading text */
body.template-product .product-form__input .form__label,
body[class*="template-product"] .product-form__input .form__label {
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
}

/* Service link boxes */
body.template-product .tah-pdp-service-links div,
body[class*="template-product"] .tah-pdp-service-links div {
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
  line-height: 1.15 !important;

  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #dedede !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

/* Meta card headings */
body.template-product .tah-pdp-meta-item strong,
body[class*="template-product"] .tah-pdp-meta-item strong {
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
}

/* Meta card body text */
body.template-product .tah-pdp-meta-item span,
body[class*="template-product"] .tah-pdp-meta-item span {
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  color: #555555 !important;
}

/* Sale badge softer */
body.template-product .badge,
body[class*="template-product"] .badge {
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
}

/* Low stock text */
body.template-product .product__inventory,
body[class*="template-product"] .product__inventory {
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}
/* =====================================================
   TAH FINAL BUTTON + LABEL FONT RESET
   Restores softer website button/text style
===================================================== */

/* Global button text reset */
.button,
.shopify-payment-button__button,
.product-form__submit,
.quick-add__submit,
.banner__buttons .button,
.slideshow__text .button,
.image-banner .button,
.newsletter-form__button,
.customer button,
button[name="add"],
.tah-pdp-service-links div,
.tah-pdp-meta-item strong,
.product-form__input input[type="radio"] + label {
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
}

/* Force inner spans/text not to stay bold */
.button *,
.shopify-payment-button__button *,
.product-form__submit *,
.quick-add__submit *,
.banner__buttons .button *,
.slideshow__text .button *,
.image-banner .button *,
.newsletter-form__button *,
.customer button *,
button[name="add"] *,
.tah-pdp-service-links div *,
.product-form__input input[type="radio"] + label *,
.product-form__input input[type="radio"] + label span {
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
}

/* Main product Add to Cart */
body.template-product .product-form__submit,
body.template-product button[name="add"],
body[class*="template-product"] .product-form__submit,
body[class*="template-product"] button[name="add"] {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;

  background: #e1f0a2 !important;
  color: #000 !important;
  border: 1px solid #e1f0a2 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

/* Product size buttons */
body.template-product .product-form__input input[type="radio"] + label,
body[class*="template-product"] .product-form__input input[type="radio"] + label {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;

  min-height: 48px !important;
  padding: 0 22px !important;

  background: #fff !important;
  color: #000 !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

/* Selected product size */
body.template-product .product-form__input input[type="radio"]:checked + label,
body[class*="template-product"] .product-form__input input[type="radio"]:checked + label {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

/* “SIZE” label */
body.template-product .product-form__input .form__label,
body[class*="template-product"] .product-form__input .form__label {
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

/* Service boxes: Free shipping / Easy returns / etc */
body.template-product .tah-pdp-service-links div,
body[class*="template-product"] .tah-pdp-service-links div {
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;

  background: #fff !important;
  color: #000 !important;
  border: 1px solid #dedede !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

/* Meta card headings: Fabric / Feel / Includes / Care */
body.template-product .tah-pdp-meta-item strong,
body[class*="template-product"] .tah-pdp-meta-item strong {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

/* Meta card normal text */
body.template-product .tah-pdp-meta-item span,
body[class*="template-product"] .tah-pdp-meta-item span {
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  color: #555 !important;
}

/* Homepage/banner buttons like SHOP BEDDING */
.banner__buttons .button,
.slideshow__text .button,
.image-banner .button {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;

  border-radius: 10px !important;
  box-shadow: none !important;
}

/* Sale badge softer */
.badge,
.price__badge-sale,
body.template-product .badge,
body[class*="template-product"] .badge {
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
}

/* Keep product title heart unaffected */
/* =====================================================
   TAH REAL FINAL FONT WEIGHT CLEANUP
   Fixes remaining bold buttons + labels.
   Paste at the very bottom of base.css.
===================================================== */

/* Global softer UI weight */
body .button,
body .button *,
body button,
body button *,
body .shopify-payment-button__button,
body .shopify-payment-button__button *,
body .quick-add__submit,
body .quick-add__submit *,
body .banner__buttons .button,
body .banner__buttons .button *,
body .image-banner .button,
body .image-banner .button *,
body .slideshow__text .button,
body .slideshow__text .button *,
body .newsletter-form__button,
body .newsletter-form__button *,
body .customer button,
body .customer button * {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-weight: 500 !important;
  letter-spacing: 0.005em !important;
}

/* Homepage / hero button, e.g. SHOP BEDDING */
body .banner__buttons .button,
body .banner__buttons .button:first-child,
body .banner__buttons .button span,
body .banner__buttons .button:first-child span,
body .image-banner .button,
body .image-banner .button span {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
}

/* Product size buttons */
body.template-product product-info[id^="MainProduct-"] .product-form__input input[type="radio"] + label,
body.template-product product-info[id^="MainProduct-"] .product-form__input input[type="radio"] + label *,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input input[type="radio"] + label,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input input[type="radio"] + label * {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
}

/* SIZE label */
body.template-product product-info[id^="MainProduct-"] .product-form__input .form__label,
body.template-product product-info[id^="MainProduct-"] .product-form__input .form__label *,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input .form__label,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input .form__label * {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
}

/* Product service boxes: Free shipping, Easy returns, etc */
body.template-product product-info[id^="MainProduct-"] .tah-pdp-service-links div,
body.template-product product-info[id^="MainProduct-"] .tah-pdp-service-links div *,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-service-links div,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-service-links div * {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
}

/* Product info cards: Fabric / Feel / Includes / Care */
body.template-product product-info[id^="MainProduct-"] .tah-pdp-meta-item strong,
body.template-product product-info[id^="MainProduct-"] .tah-pdp-meta-item strong *,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-meta-item strong,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-meta-item strong * {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
}

body.template-product product-info[id^="MainProduct-"] .tah-pdp-meta-item span,
body.template-product product-info[id^="MainProduct-"] .tah-pdp-meta-item span *,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-meta-item span,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-meta-item span * {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
}

/* Quick add card buttons + size menu */
body .tah-card-quickadd__button,
body .tah-card-quickadd__button *,
body .tah-card-size-menu__toggle,
body .tah-card-size-menu__toggle *,
body .tah-card-size-menu__option,
body .tah-card-size-menu__option *,
body .tah-card-size-menu__label {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-weight: 500 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
}

/* Sale badge */
body .badge,
body .badge *,
body .price__badge-sale,
body .price__badge-sale * {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
}

/* Filter drawer and apply button */
body.template-collection .mobile-facets__summary span,
body[class*="template-collection"] .mobile-facets__summary span,
body.template-collection .mobile-facets__footer .button,
body.template-collection .mobile-facets__footer .button *,
body[class*="template-collection"] .mobile-facets__footer .button,
body[class*="template-collection"] .mobile-facets__footer .button * {
  font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-weight: 500 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
}

/* Keep title heart untouched */
/* =====================================================
   TAH FIX: PREVENT DUPLICATE SIZE PICKERS ON VARIANT CHANGE
===================================================== */

body.template-product product-info[id^="MainProduct-"] .tah-size-duplicate-hidden,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-size-duplicate-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Keep colour option hidden even after Dawn reloads product info */
body.template-product product-info[id^="MainProduct-"] .tah-hide-colour-option,
body[class*="template-product"] product-info[id^="MainProduct-"] .tah-hide-colour-option {
  display: none !important;
}

/* Stop temporary duplicated size rows from creating spacing */
body.template-product product-info[id^="MainProduct-"] .product-form__input.tah-size-duplicate-hidden *,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input.tah-size-duplicate-hidden * {
  display: none !important;
}
/* =====================================================
   TAH LOW STOCK PILL
   Soft pink low-stock message under Add to Cart.
===================================================== */

/* Shopify native low stock + Notify app low stock */
body.template-product product-info[id^="MainProduct-"] .product__inventory,
body.template-product product-info[id^="MainProduct-"] [class*="low-stock" i],
body.template-product product-info[id^="MainProduct-"] [class*="LowStock" i],
body.template-product product-info[id^="MainProduct-"] [class*="stock" i],
body[class*="template-product"] product-info[id^="MainProduct-"] .product__inventory,
body[class*="template-product"] product-info[id^="MainProduct-"] [class*="low-stock" i],
body[class*="template-product"] product-info[id^="MainProduct-"] [class*="LowStock" i],
body[class*="template-product"] product-info[id^="MainProduct-"] [class*="stock" i] {
  width: fit-content !important;
  max-width: 100% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;

  margin: 14px auto 18px !important;
  padding: 8px 18px !important;

  background: #fdf2ff !important;
  color: #ee442e !important;
  border: 1px solid #f2d8f5 !important;
  border-radius: 999px !important;
  box-shadow: none !important;

  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

/* Force inner text to match, because the app may wrap it in spans */
body.template-product product-info[id^="MainProduct-"] .product__inventory *,
body.template-product product-info[id^="MainProduct-"] [class*="low-stock" i] *,
body.template-product product-info[id^="MainProduct-"] [class*="LowStock" i] *,
body.template-product product-info[id^="MainProduct-"] [class*="stock" i] *,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__inventory *,
body[class*="template-product"] product-info[id^="MainProduct-"] [class*="low-stock" i] *,
body[class*="template-product"] product-info[id^="MainProduct-"] [class*="LowStock" i] *,
body[class*="template-product"] product-info[id^="MainProduct-"] [class*="stock" i] * {
  color: #ee442e !important;
  font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

/* Hide the default inventory SVG dot/icon if Shopify adds one */
body.template-product product-info[id^="MainProduct-"] .product__inventory .svg-wrapper,
body[class*="template-product"] product-info[id^="MainProduct-"] .product__inventory .svg-wrapper {
  display: none !important;
}

/* Keep it in the right position under Add to Cart */
body.template-product product-info[id^="MainProduct-"] .product-form + .product__inventory,
body[class*="template-product"] product-info[id^="MainProduct-"] .product-form + .product__inventory {
  margin-top: 14px !important;
}


/* TAH desktop mega menu: centered columns + right image feature */
/* Remove every older mega-menu block, then paste this as the only mega-menu CSS. */

@media screen and (min-width: 990px) {
  body .header-wrapper,
  body .header-wrapper.gradient {
    background: #ffffff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 6px !important;
  }

  body .header {
    height: 76px !important;
    min-height: 76px !important;
    padding: 0 32px !important;
  }

  body .header__menu-item .icon-caret,
  body .tah-mega-menu__summary .icon-caret {
    display: none !important;
  }

  body .header__menu-item,
  body .header__menu-item span,
  body .list-menu__item,
  body .list-menu__item span {
    font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    text-decoration: none !important;
  }

  body .tah-mega-menu__content,
  body .mega-menu__content.tah-mega-menu__content {
    position: fixed !important;
    top: 90px !important;
    top: calc(100% + 6px) !important;
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    overflow: hidden !important;
    z-index: 65 !important;
  }

  body .tah-image-mega {
    width: 100% !important;
    max-width: 1540px !important;
    min-height: 410px !important;
    margin: 0 auto !important;
    padding: 40px 44px 48px !important;
    display: grid !important;
    grid-template-columns: minmax(520px, 680px) minmax(620px, 760px) !important;
    gap: 72px !important;
    justify-content: center !important;
    align-items: start !important;
    background: #ffffff !important;
  }

  body .tah-image-mega__columns {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(145px, 1fr)) !important;
    column-gap: 48px !important;
    row-gap: 34px !important;
    min-width: 0 !important;
  }

  body .tah-image-mega__column,
  body .tah-image-mega__feature {
    min-width: 0 !important;
  }

  body .tah-image-mega__heading {
    display: block !important;
    margin: 0 0 16px !important;
    font-family: var(--tah-serif, "Cormorant Garamond", Georgia, serif) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.025em !important;
    text-transform: none !important;
    color: #000000 !important;
    text-decoration: none !important;
  }

  body .tah-image-mega__links {
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .tah-image-mega__link {
    display: block !important;
    width: fit-content !important;
    font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: rgba(0, 0, 0, 0.76) !important;
    text-decoration: none !important;
  }

  body .tah-image-mega__feature {
    display: grid !important;
    grid-template-columns: minmax(300px, 410px) minmax(230px, 310px) !important;
    gap: 28px !important;
    align-items: end !important;
  }

  body .tah-image-mega__media {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 0.92 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: #f7f7f2 !important;
  }

  body .tah-image-mega__media img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }

  body .tah-image-mega__copy {
    padding-bottom: 28px !important;
  }

  body .tah-image-mega__title {
    display: block !important;
    font-family: var(--tah-serif, "Cormorant Garamond", Georgia, serif) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em !important;
    color: #000000 !important;
    text-decoration: none !important;
  }

  body .tah-image-mega__copy p {
    margin: 10px 0 18px !important;
    font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
    color: rgba(0, 0, 0, 0.58) !important;
  }

  body .tah-image-mega__cta {
    display: inline-block !important;
    font-family: var(--tah-sans, "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    text-decoration: none !important;
  }

  body .tah-image-mega__heading:hover,
  body .tah-image-mega__link:hover,
  body .tah-image-mega__title:hover,
  body .tah-image-mega__cta:hover {
    opacity: 0.62 !important;
    text-decoration: none !important;
  }
}
/* TAH mobile drawer menu v2 - cleaner type + thin chevron arrows */
/* Use with outputs/header-drawer-tah-mobile-menu.liquid */

@media screen and (max-width: 989px) {
  body .tah-mobile-drawer-container .header__icon--menu,
  body .tah-mobile-drawer-container .header__icon--summary {
    color: #000000 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  body .tah-mobile-drawer-container .header__icon--menu:focus,
  body .tah-mobile-drawer-container .header__icon--summary:focus,
  body .tah-mobile-drawer-container .header__icon--menu:focus-visible,
  body .tah-mobile-drawer-container .header__icon--summary:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
  }

  body .tah-mobile-drawer {
    left: 24px !important;
    right: 24px !important;
    width: auto !important;
    max-width: none !important;
    height: min(78vh, 760px) !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.14) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  body .menu-drawer-container[open] .tah-mobile-drawer,
  body .tah-mobile-drawer-container.menu-opening .tah-mobile-drawer {
    transform: translateX(0) !important;
  }

  body .tah-mobile-drawer__inner,
  body .tah-mobile-drawer__scroll,
  body .tah-mobile-drawer__navigation {
    height: 100% !important;
    background: #ffffff !important;
  }

  body .tah-mobile-drawer__scroll,
  body .tah-mobile-drawer__submenu {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body .tah-mobile-drawer__navigation {
    padding: 38px 48px 42px !important;
  }

  body .tah-mobile-drawer__menu,
  body .tah-mobile-drawer__menu li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body .tah-mobile-drawer__menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  body .tah-mobile-drawer__top-link,
  body .tah-mobile-drawer__top-link span {
    width: 100% !important;
    min-height: 54px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-family: var(--font-body-family) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    text-decoration: none !important;
  }

  body .tah-mobile-drawer__top-link span {
    min-height: 0 !important;
  }

  /* Replace Dawn's full arrow SVG with the small chevron style from your reference. */
  body .tah-mobile-drawer__arrow,
  body .tah-mobile-drawer__back-icon {
    width: 18px !important;
    height: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px !important;
    color: #000000 !important;
  }

  body .tah-mobile-drawer__arrow svg,
  body .tah-mobile-drawer__back-icon svg {
    display: none !important;
  }

  body .tah-mobile-drawer__arrow::before,
  body .tah-mobile-drawer__back-icon::before {
    content: "" !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 1.6px solid currentColor !important;
    border-right: 1.6px solid currentColor !important;
  }

  body .tah-mobile-drawer__arrow::before {
    transform: rotate(45deg) !important;
  }

  body .tah-mobile-drawer__back-icon::before {
    transform: rotate(225deg) !important;
  }

  body .tah-mobile-drawer__submenu {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #ffffff !important;
    border: 0 !important;
  }

  body .tah-mobile-drawer__submenu-inner {
    min-height: 100% !important;
    padding: 34px 48px 44px !important;
    background: #ffffff !important;
  }

  body .tah-mobile-drawer__back {
    width: fit-content !important;
    min-height: 30px !important;
    padding: 0 !important;
    margin: 0 0 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-family: var(--font-body-family) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    background: transparent !important;
    border: 0 !important;
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  body .tah-mobile-drawer__section-kicker {
    margin: 0 0 22px !important;
    font-family: var(--font-body-family) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    color: rgba(0, 0, 0, 0.34) !important;
  }

  body .tah-mobile-drawer__direct-link {
    display: block !important;
    width: fit-content !important;
    margin: 0 0 17px !important;
    font-family: var(--font-body-family) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #000000 !important;
    text-decoration: none !important;
  }

  body .tah-mobile-drawer__group {
    margin: 28px 0 0 !important;
    padding-top: 26px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  }

  body .tah-mobile-drawer__group-title {
    display: block !important;
    width: fit-content !important;
    margin: 0 0 15px !important;
    font-family: var(--font-heading-family) !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #000000 !important;
    text-decoration: none !important;
  }

  body .tah-mobile-drawer__group-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .tah-mobile-drawer__sub-link {
    display: block !important;
    width: fit-content !important;
    margin: 0 !important;
    font-family: var(--font-body-family) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: rgba(0, 0, 0, 0.72) !important;
    text-decoration: none !important;
  }

  body .tah-mobile-drawer__divider {
    height: 1px !important;
    margin: 28px 0 !important;
    background: rgba(0, 0, 0, 0.1) !important;
  }

  body .tah-mobile-drawer__top-link:hover,
  body .tah-mobile-drawer__direct-link:hover,
  body .tah-mobile-drawer__group-title:hover,
  body .tah-mobile-drawer__sub-link:hover {
    opacity: 0.65 !important;
    text-decoration: none !important;
  }
}

@media screen and (max-width: 480px) {
  body .tah-mobile-drawer {
    left: 16px !important;
    right: 16px !important;
    height: min(78vh, 680px) !important;
  }

  body .tah-mobile-drawer__navigation,
  body .tah-mobile-drawer__submenu-inner {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  body .tah-mobile-drawer__top-link,
  body .tah-mobile-drawer__top-link span {
    font-size: 15px !important;
    min-height: 52px !important;
  }

  body .tah-mobile-drawer__direct-link {
    font-size: 17px !important;
  }

  body .tah-mobile-drawer__group-title {
    font-size: 21px !important;
  }

  body .tah-mobile-drawer__sub-link {
    font-size: 15px !important;
  }
}
/* TAH mobile drawer font patch - make menu text match button style */
/* Paste at the very bottom of base.css, after the mobile drawer CSS. */

@media screen and (max-width: 989px) {
  body .tah-mobile-drawer__top-link,
  body .tah-mobile-drawer__top-link span,
  body .tah-mobile-drawer__direct-link,
  body .tah-mobile-drawer__group-title,
  body .tah-mobile-drawer__sub-link,
  body .tah-mobile-drawer__back,
  body .tah-mobile-drawer__section-kicker {
    font-family: var(--font-body-family) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    text-decoration: none !important;
  }

  body .tah-mobile-drawer__top-link,
  body .tah-mobile-drawer__top-link span {
    min-height: 52px !important;
  }

  body .tah-mobile-drawer__section-kicker {
    margin: 0 0 18px !important;
    color: rgba(0, 0, 0, 0.38) !important;
  }

  body .tah-mobile-drawer__direct-link {
    margin: 0 0 16px !important;
  }

  body .tah-mobile-drawer__group {
    margin: 24px 0 0 !important;
    padding-top: 22px !important;
  }

  body .tah-mobile-drawer__group-title {
    margin: 0 0 14px !important;
  }

  body .tah-mobile-drawer__group-links {
    gap: 13px !important;
  }

  body .tah-mobile-drawer__arrow::before,
  body .tah-mobile-drawer__back-icon::before {
    width: 8px !important;
    height: 8px !important;
    border-top-width: 1.5px !important;
    border-right-width: 1.5px !important;
  }
}

@media screen and (max-width: 480px) {
  body .tah-mobile-drawer__top-link,
  body .tah-mobile-drawer__top-link span,
  body .tah-mobile-drawer__direct-link,
  body .tah-mobile-drawer__group-title,
  body .tah-mobile-drawer__sub-link,
  body .tah-mobile-drawer__back,
  body .tah-mobile-drawer__section-kicker {
    font-size: 15px !important;
  }
}
/* TAH mobile drawer patch - make top 3 match + separate utility links */
/* Paste at the very bottom of base.css, after all other mobile drawer CSS. */

@media screen and (max-width: 989px) {
  body .tah-mobile-drawer details > summary.tah-mobile-drawer__top-link,
  body .tah-mobile-drawer details > summary.tah-mobile-drawer__top-link span,
  body .tah-mobile-drawer .menu-drawer__menu-item.tah-mobile-drawer__top-link,
  body .tah-mobile-drawer .menu-drawer__menu-item.tah-mobile-drawer__top-link span {
    font-family: var(--font-body-family) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    text-decoration: none !important;
  }

  body .tah-mobile-drawer details > summary.tah-mobile-drawer__top-link {
    min-height: 52px !important;
    padding: 0 !important;
  }

  body .tah-mobile-drawer details > summary.tah-mobile-drawer__top-link::before,
  body .tah-mobile-drawer details > summary.tah-mobile-drawer__top-link::after {
    display: none !important;
  }

  body .tah-mobile-drawer__menu--secondary li:nth-child(3) {
    margin-top: 28px !important;
    padding-top: 30px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
  }

  body .tah-mobile-drawer__menu--secondary li:nth-child(3) .tah-mobile-drawer__top-link,
  body .tah-mobile-drawer__menu--secondary li:nth-child(4) .tah-mobile-drawer__top-link {
    min-height: 52px !important;
  }
}

@media screen and (max-width: 480px) {
  body .tah-mobile-drawer details > summary.tah-mobile-drawer__top-link,
  body .tah-mobile-drawer details > summary.tah-mobile-drawer__top-link span,
  body .tah-mobile-drawer .menu-drawer__menu-item.tah-mobile-drawer__top-link,
  body .tah-mobile-drawer .menu-drawer__menu-item.tah-mobile-drawer__top-link span {
    font-size: 15px !important;
  }
}
/* TAH mobile drawer patch - slightly emphasize submenu parent collections */
/* Paste at the very bottom of base.css. */

@media screen and (max-width: 989px) {
  body .tah-mobile-drawer__group-title {
    font-weight: 600 !important;
  }

  body .tah-mobile-drawer__sub-link {
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.82) !important;
  }
}
/* TAH mobile header - Hommey-like icon layout, Alchemist styling */
/* Paste at the very bottom of assets/base.css. */
/* Remove older mobile header patches first:
   - tah-mobile-header-hommey-layout-safe
   - tah-mobile-header-one-row-fix
   - tah-mobile-header-size-align-patch
   Keep the mobile drawer/menu CSS.
*/

@media screen and (max-width: 749px) {
  body .section-header,
  body .shopify-section-header {
    position: relative !important;
    top: auto !important;
    z-index: 60 !important;
    padding: 8px 10px 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  body .header-wrapper,
  body .header-wrapper.gradient {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: visible !important;
  }

  body .header {
    height: 70px !important;
    min-height: 70px !important;
    padding: 0 18px !important;
    display: grid !important;
    grid-template-columns: 32px 32px minmax(0, 1fr) 32px 32px 32px !important;
    column-gap: 12px !important;
    align-items: center !important;
  }

  body .header__inline-menu {
    display: none !important;
  }

  body header-drawer {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
  }

  body .header__icons {
    display: contents !important;
  }

  body .header__icons > * {
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: center !important;
  }

  body .header__search,
  body details-modal.header__search,
  body .header__icons .header__search {
    grid-column: 2 !important;
    display: flex !important;
  }

  body .header__heading {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  body .header__heading-link {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
  }

  body .header__heading-logo,
  body .header__heading-link img {
    width: auto !important;
    max-width: min(265px, 100%) !important;
    max-height: 36px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }

  body .header__heading-link .h2,
  body .header__heading-link span:not(.visually-hidden) {
    font-family: var(--tah-serif, var(--font-heading-family)) !important;
    font-size: 29px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.035em !important;
    color: #000000 !important;
    white-space: nowrap !important;
  }

  body .header__icon--account,
  body .header__icons a[href*="/account"],
  body .header__icons a[href*="/account/login"] {
    grid-column: 4 !important;
    display: flex !important;
  }

  body .header__icons wishlist-link,
  body .header__icons .wk-header-link,
  body .header__icons .swym-wishlist,
  body .header__icons .header__icon--wishlist {
    grid-column: 5 !important;
    display: flex !important;
  }

  body .header__icon--cart,
  body #cart-icon-bubble {
    grid-column: 6 !important;
    display: flex !important;
  }

  body header-drawer,
  body .header__icon,
  body .header__icon--menu,
  body .header__icon--summary,
  body .header__search,
  body .header__search summary,
  body .header__icon--account,
  body .header__icons wishlist-link,
  body .header__icons .wk-button,
  body .header__icon--cart,
  body #cart-icon-bubble {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    color: #000000 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body .header__icon svg,
  body .header__search svg,
  body .header__icons wishlist-link svg,
  body .header__icons .wk-button svg {
    width: 22px !important;
    height: 22px !important;
    stroke-width: 1.45px !important;
  }

  body .header__icon--menu svg,
  body .header__icon--summary svg {
    width: 25px !important;
    height: 25px !important;
  }

  body .header__icon--cart svg,
  body #cart-icon-bubble svg {
    width: 23px !important;
    height: 23px !important;
  }

  body .header__icons wishlist-link {
    transform: scale(0.86) !important;
    transform-origin: center !important;
  }

  body .cart-count-bubble {
    right: -4px !important;
    top: 0 !important;
    min-width: 17px !important;
    height: 17px !important;
    font-size: 10px !important;
    line-height: 17px !important;
    background: #000000 !important;
    color: #ffffff !important;
  }
}

@media screen and (max-width: 430px) {
  body .header {
    height: 68px !important;
    min-height: 68px !important;
    padding: 0 14px !important;
    grid-template-columns: 30px 30px minmax(0, 1fr) 30px 30px 30px !important;
    column-gap: 8px !important;
  }

  body .header__heading-logo,
  body .header__heading-link img {
    max-width: min(225px, 100%) !important;
    max-height: 34px !important;
  }

  body .header__heading-link .h2,
  body .header__heading-link span:not(.visually-hidden) {
    font-size: 27px !important;
  }

  body header-drawer,
  body .header__icon,
  body .header__icon--menu,
  body .header__icon--summary,
  body .header__search,
  body .header__search summary,
  body .header__icon--account,
  body .header__icons wishlist-link,
  body .header__icons .wk-button,
  body .header__icon--cart,
  body #cart-icon-bubble {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }

  body .header__icon svg,
  body .header__search svg,
  body .header__icons wishlist-link svg,
  body .header__icons .wk-button svg {
    width: 21px !important;
    height: 21px !important;
  }
}

/* =====================================================
   TAH PRODUCT PAGE - SIZE OPTIONS ONE ROW
   Mobile/tablet only. Scroll sideways if needed.
===================================================== */

@media screen and (max-width: 989px) {
  body.template-product product-info[id^="MainProduct-"] .product-form__input,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input {
    max-width: 100% !important;
    width: 100% !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__input--pill,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input--pill {
    position: relative !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-top: 34px !important;
    padding-bottom: 6px !important;
    margin-right: -18px !important;
    padding-right: 18px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__input--pill::-webkit-scrollbar,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input--pill::-webkit-scrollbar {
    display: none !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__input--pill .form__label,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input--pill .form__label {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    margin: 0 !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__input--pill input[type="radio"] + label,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input--pill input[type="radio"] + label {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    margin: 0 !important;
    min-width: 112px !important;
  }
}

/* TAH mobile header - bigger logo + smaller icons + correct right-side order */
/* Paste at the very bottom of assets/base.css, after the other header CSS. */
/* This does not touch the mobile drawer menu. */

@media screen and (max-width: 749px) {
  body .header {
    height: 70px !important;
    min-height: 70px !important;
    padding: 0 18px !important;
    display: grid !important;
    grid-template-columns: 32px 32px minmax(220px, 1fr) 28px 28px 28px !important;
    column-gap: 12px !important;
    align-items: center !important;
  }

  body header-drawer {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
  }

  body .header__icons {
    display: contents !important;
  }

  body .header__search,
  body details-modal.header__search,
  body .header__icons .header__search {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
  }

  body .header__heading {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 6px !important;
    margin: 0 !important;
    text-align: center !important;
  }

  body .header__heading-link,
  body .header__heading-logo-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body .header__heading-logo,
  body .header__heading-link img {
    width: auto !important;
    max-width: min(330px, 100%) !important;
    max-height: 42px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }

  body .header__heading-link .h2,
  body .header__heading-link span:not(.visually-hidden) {
    font-family: var(--tah-serif, var(--font-heading-family)) !important;
    font-size: 34px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.035em !important;
    color: #000000 !important;
    white-space: nowrap !important;
  }

  body .header__icon--account,
  body .header__icons a[href*="/account"],
  body .header__icons a[href*="/account/login"] {
    grid-column: 4 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    display: flex !important;
  }

  body .header__icons wishlist-link,
  body .header__icons .wk-header-link,
  body .header__icons .wk-button,
  body .header__icons .swym-wishlist,
  body .header__icons .header__icon--wishlist {
    grid-column: 5 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
  }

  body .header__icon--cart,
  body #cart-icon-bubble {
    grid-column: 6 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    display: flex !important;
  }

  body header-drawer,
  body .header__icon,
  body .header__icon--menu,
  body .header__icon--summary,
  body .header__search,
  body .header__search summary,
  body .header__icon--account,
  body .header__icons wishlist-link,
  body .header__icons .wk-button,
  body .header__icon--cart,
  body #cart-icon-bubble {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    color: #000000 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body .header__icon svg,
  body .header__search svg,
  body .header__icons wishlist-link svg,
  body .header__icons .wk-button svg {
    width: 21px !important;
    height: 21px !important;
    stroke-width: 1.45px !important;
  }

  body .header__icon--menu svg,
  body .header__icon--summary svg {
    width: 24px !important;
    height: 24px !important;
  }

  body .header__icon--cart svg,
  body #cart-icon-bubble svg {
    width: 22px !important;
    height: 22px !important;
  }

  body .header__icons wishlist-link {
    transform: scale(0.82) !important;
    transform-origin: center !important;
  }

  body .cart-count-bubble {
    right: -5px !important;
    top: -2px !important;
    min-width: 17px !important;
    height: 17px !important;
    font-size: 10px !important;
    line-height: 17px !important;
    background: #000000 !important;
    color: #ffffff !important;
  }
}

@media screen and (max-width: 430px) {
  body .header {
    grid-template-columns: 29px 29px minmax(150px, 1fr) 27px 27px 27px !important;
    column-gap: 8px !important;
    padding: 0 14px !important;
  }

  body .header__heading-logo,
  body .header__heading-link img {
    max-width: min(250px, 100%) !important;
    max-height: 38px !important;
  }

  body .header__heading-link .h2,
  body .header__heading-link span:not(.visually-hidden) {
    font-size: 30px !important;
  }
}
/* =====================================================
   TAH MOBILE HEADER - FINAL STRUCTURE
   Paste at the very bottom of base.css.
   Keep the existing mobile drawer/menu CSS.
   Remove older experimental mobile header patches first.
===================================================== */

/* The extra search render added in header.liquid is only for mobile. */
body .header > details-modal.header__search {
  display: none !important;
}

@media screen and (max-width: 749px) {
  body .shopify-section-group-header-group {
    z-index: 80 !important;
  }

  body .section-header,
  body .shopify-section-header {
    top: 8px !important;
    padding: 10px 10px 0 !important;
    background: transparent !important;
  }

  body .header-wrapper,
  body .header-wrapper.gradient {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.14) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: visible !important;
  }

  body .header {
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 16px !important;
    display: grid !important;
    grid-template-columns: 30px 30px minmax(142px, 1fr) auto !important;
    column-gap: 11px !important;
    align-items: center !important;
    background: #ffffff !important;
  }

  body .header__inline-menu {
    display: none !important;
  }

  body .header > header-drawer {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: flex !important;
    justify-self: center !important;
    align-self: center !important;
    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
  }

  body .header > details-modal.header__search {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: flex !important;
    justify-self: center !important;
    align-self: center !important;
    width: 30px !important;
    height: 30px !important;
  }

  body .header__heading {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
  }

  body .header__heading-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
  }

  body .header__heading-link .h2 {
    font-family: var(--tah-serif) !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.03em !important;
    color: #000000 !important;
    white-space: nowrap !important;
    max-width: 190px !important;
    overflow: visible !important;
  }

  body .header__heading-logo-wrapper,
  body .header__heading-logo {
    max-width: 210px !important;
    width: auto !important;
  }

  body .header__heading-logo {
    max-height: 42px !important;
    object-fit: contain !important;
  }

  body .header__icons {
    grid-column: 4 !important;
    grid-row: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    width: auto !important;
    min-width: 104px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .header__icons .desktop-localization-wrapper,
  body .header__icons > details-modal.header__search {
    display: none !important;
  }

  body .header__icon--account.small-hide {
    display: flex !important;
  }

  body .header__icons .header__icon--account {
    order: 1 !important;
  }

  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link {
    order: 2 !important;
  }

  body .header__icons .header__icon--cart {
    order: 3 !important;
  }

  body .header summary.header__icon,
  body .header .header__icon,
  body .header .header__icon--menu,
  body .header .header__icon--search,
  body .header .header__icon--account,
  body .header .header__icon--cart,
  body .header details-modal.header__search summary {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #000000 !important;
  }

  body .header .svg-wrapper,
  body .header .header__icon .svg-wrapper {
    width: 26px !important;
    height: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body .header .svg-wrapper svg,
  body .header .header__icon svg,
  body .header .modal__toggle svg,
  body .header .icon {
    width: 26px !important;
    height: 26px !important;
    stroke-width: 1.6 !important;
  }

  /* Wishlist King header link: web component sizing must be set on the host too. */
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    --icon-size: 24px !important;
    --icon-stroke-width: 1.55px !important;
    --icon-stroke: #000000 !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #000000 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body .header__icons wishlist-link svg,
  body .header__icons wk-wishlist-link svg,
  body .header__icons wishlist-link .wk-icon,
  body .header__icons wk-wishlist-link .wk-icon {
    width: 24px !important;
    height: 24px !important;
  }

  body .header__icons wishlist-link .wk-counter,
  body .header__icons wk-wishlist-link .wk-counter {
    --size: 15px !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    font-size: 9px !important;
    line-height: 15px !important;
  }

  body .header .cart-count-bubble {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    font-size: 10px !important;
    line-height: 17px !important;
    right: -6px !important;
    top: -5px !important;
    background: #000000 !important;
    color: #ffffff !important;
  }
}

@media screen and (max-width: 430px) {
  body .header {
    grid-template-columns: 28px 28px minmax(132px, 1fr) auto !important;
    column-gap: 9px !important;
    padding: 0 14px !important;
  }

  body .header__heading-link .h2 {
    font-size: 23px !important;
    max-width: 176px !important;
  }

  body .header__icons {
    gap: 10px !important;
    min-width: 96px !important;
  }

  body .header summary.header__icon,
  body .header .header__icon,
  body .header > header-drawer,
  body .header > details-modal.header__search,
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }

  body .header .svg-wrapper,
  body .header .svg-wrapper svg,
  body .header .header__icon svg,
  body .header .modal__toggle svg,
  body .header .icon {
    width: 24px !important;
    height: 24px !important;
  }

  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    --icon-size: 22px !important;
  }
}
/* =====================================================
   TAH MOBILE HEADER - CROSS / ORDER / SIZE FIX
   Paste at the very bottom of base.css, after the previous mobile header CSS.
===================================================== */

@media screen and (max-width: 749px) {
  /* Dawn search includes a hidden close/X icon in the same button. Hide it always. */
  body .header > details-modal.header__search .header__icon-close,
  body .header > details-modal.header__search summary .header__icon-close,
  body .header > details-modal.header__search summary > span > .svg-wrapper.header__icon-close,
  body .header > details-modal.header__search .modal__toggle .header__icon-close {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  /* Make the search button show only the search icon, never both icons. */
  body .header > details-modal.header__search summary > span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
  }

  body .header {
    grid-template-columns: 28px 28px minmax(170px, 1fr) auto !important;
    column-gap: 12px !important;
    height: 68px !important;
    min-height: 68px !important;
    padding: 0 18px !important;
  }

  body .header__heading-link .h2 {
    font-size: 28px !important;
    line-height: 1 !important;
    max-width: 230px !important;
  }

  body .header__heading-logo-wrapper,
  body .header__heading-logo {
    max-width: 230px !important;
  }

  body .header__heading-logo {
    max-height: 46px !important;
  }

  body .header__icons {
    min-width: 112px !important;
    gap: 12px !important;
  }

  /* Force right-side order: account, wishlist, cart. */
  body .header__icons .header__icon--account {
    order: 1 !important;
  }

  body .header__icons > .shopify-block,
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link {
    order: 2 !important;
  }

  body .header__icons .header__icon--cart {
    order: 3 !important;
  }

  /* Make normal Dawn icons slightly smaller and aligned. */
  body .header summary.header__icon,
  body .header .header__icon,
  body .header .header__icon--menu,
  body .header .header__icon--search,
  body .header .header__icon--account,
  body .header .header__icon--cart,
  body .header > header-drawer,
  body .header > details-modal.header__search,
  body .header > details-modal.header__search summary {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }

  body .header .svg-wrapper,
  body .header .header__icon .svg-wrapper {
    width: 24px !important;
    height: 24px !important;
  }

  body .header .svg-wrapper svg,
  body .header .header__icon svg,
  body .header .modal__toggle svg,
  body .header .icon {
    width: 24px !important;
    height: 24px !important;
    stroke-width: 1.55 !important;
  }

  /* Wishlist King heart needs its own component sizing. */
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    --icon-size: 23px !important;
    --icon-stroke-width: 1.55px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body .header__icons wishlist-link svg,
  body .header__icons wk-wishlist-link svg,
  body .header__icons wishlist-link .wk-icon,
  body .header__icons wk-wishlist-link .wk-icon {
    width: 23px !important;
    height: 23px !important;
  }

  body .header .cart-count-bubble {
    right: -5px !important;
    top: -5px !important;
  }
}

@media screen and (max-width: 430px) {
  body .header {
    grid-template-columns: 27px 27px minmax(160px, 1fr) auto !important;
    column-gap: 10px !important;
    padding: 0 16px !important;
  }

  body .header__heading-link .h2 {
    font-size: 26px !important;
    max-width: 215px !important;
  }

  body .header__icons {
    min-width: 104px !important;
    gap: 10px !important;
  }
}
/* =====================================================
   TAH MOBILE HEADER - FINAL VISUAL TUNING
   Paste at the very bottom of base.css.
===================================================== */

@media screen and (max-width: 749px) {
  body .header {
    height: 66px !important;
    min-height: 66px !important;
    grid-template-columns: 25px 25px minmax(190px, 1fr) auto !important;
    column-gap: 12px !important;
    padding: 0 20px !important;
  }

  body .header__heading-link .h2 {
    font-size: 30px !important;
    line-height: 1 !important;
    max-width: 250px !important;
  }

  body .header__heading-logo-wrapper,
  body .header__heading-logo {
    max-width: 250px !important;
  }

  body .header__heading-logo {
    max-height: 48px !important;
  }

  body .header__icons {
    min-width: 96px !important;
    gap: 10px !important;
  }

  body .header summary.header__icon,
  body .header .header__icon,
  body .header .header__icon--menu,
  body .header .header__icon--search,
  body .header .header__icon--account,
  body .header .header__icon--cart,
  body .header > header-drawer,
  body .header > details-modal.header__search,
  body .header > details-modal.header__search summary,
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
  }

  body .header .svg-wrapper,
  body .header .header__icon .svg-wrapper,
  body .header > details-modal.header__search summary > span {
    width: 25px !important;
    height: 25px !important;
  }

  body .header .svg-wrapper svg,
  body .header .header__icon svg,
  body .header .modal__toggle svg,
  body .header .icon,
  body .header__icons wishlist-link svg,
  body .header__icons wk-wishlist-link svg,
  body .header__icons wishlist-link .wk-icon,
  body .header__icons wk-wishlist-link .wk-icon {
    width: 25px !important;
    height: 25px !important;
    stroke-width: 1.55 !important;
  }

  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    --icon-size: 25px !important;
    --icon-stroke-width: 1.55px !important;
  }

  /* Cart icon from Dawn reads smaller than the others, so let only its SVG breathe. */
  body .header .header__icon--cart .svg-wrapper,
  body .header .header__icon--cart .svg-wrapper svg {
    width: 27px !important;
    height: 27px !important;
  }

  body .header .cart-count-bubble {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    font-size: 9px !important;
    line-height: 16px !important;
    right: -6px !important;
    top: -6px !important;
  }
}

@media screen and (max-width: 430px) {
  body .header {
    grid-template-columns: 24px 24px minmax(176px, 1fr) auto !important;
    column-gap: 10px !important;
    padding: 0 18px !important;
  }

  body .header__heading-link .h2 {
    font-size: 28px !important;
    max-width: 232px !important;
  }

  body .header__icons {
    min-width: 92px !important;
    gap: 9px !important;
  }
}
/* =====================================================
   TAH MOBILE HEADER - CLOSER HOMMEY FINAL
   Paste at the very bottom of base.css.
   This overrides the previous mobile header tuning.
===================================================== */

@media screen and (max-width: 749px) {
  /* Bring header closer to announcement bar */
  body .announcement-bar-section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  body .section-header,
  body .shopify-section-header {
    top: 4px !important;
    padding: 4px 10px 0 !important;
    margin-top: 0 !important;
  }

  body .header-wrapper,
  body .header-wrapper.gradient {
    margin-top: 0 !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.14) !important;
    border-radius: 7px !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body .header {
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 18px !important;
    display: grid !important;
    grid-template-columns: 23px 23px minmax(190px, 1fr) auto !important;
    column-gap: 12px !important;
    align-items: center !important;
    background: #ffffff !important;
  }

  /* Bigger logo, but still contained like Hommey */
  body .header__heading {
    grid-column: 3 !important;
    justify-self: center !important;
    width: 100% !important;
    min-width: 0 !important;
    text-align: center !important;
  }

  body .header__heading-link {
    width: 100% !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  body .header__heading-link .h2 {
    font-family: var(--tah-serif) !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.035em !important;
    max-width: 250px !important;
    white-space: nowrap !important;
  }

  body .header__heading-logo-wrapper,
  body .header__heading-logo {
    max-width: 250px !important;
    width: auto !important;
  }

  body .header__heading-logo {
    max-height: 44px !important;
    object-fit: contain !important;
  }

  /* Right group compact and even */
  body .header__icons {
    grid-column: 4 !important;
    min-width: 88px !important;
    gap: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body .header__icons .desktop-localization-wrapper,
  body .header__icons > details-modal.header__search {
    display: none !important;
  }

  body .header__icon--account.small-hide {
    display: flex !important;
  }

  body .header__icons .header__icon--account {
    order: 1 !important;
  }

  body .header__icons > .shopify-block,
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link {
    order: 2 !important;
  }

  body .header__icons .header__icon--cart {
    order: 3 !important;
  }

  /* Same touch box for every icon */
  body .header summary.header__icon,
  body .header .header__icon,
  body .header .header__icon--menu,
  body .header .header__icon--search,
  body .header .header__icon--account,
  body .header .header__icon--cart,
  body .header > header-drawer,
  body .header > details-modal.header__search,
  body .header > details-modal.header__search summary,
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
    min-height: 23px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #000000 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body .header .svg-wrapper,
  body .header .header__icon .svg-wrapper,
  body .header > details-modal.header__search summary > span {
    width: 23px !important;
    height: 23px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body .header .svg-wrapper svg,
  body .header .header__icon svg,
  body .header .modal__toggle svg,
  body .header .icon {
    width: 23px !important;
    height: 23px !important;
    stroke-width: 1.45 !important;
  }

  /* Search must show search only, never Dawn's close X. */
  body .header > details-modal.header__search .header__icon-close,
  body .header > details-modal.header__search summary .header__icon-close {
    display: none !important;
  }

  /* Wishlist King component sizing */
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    --icon-size: 23px !important;
    --icon-stroke-width: 1.45px !important;
    --icon-stroke: #000000 !important;
  }

  body .header__icons wishlist-link svg,
  body .header__icons wk-wishlist-link svg,
  body .header__icons wishlist-link .wk-icon,
  body .header__icons wk-wishlist-link .wk-icon {
    width: 23px !important;
    height: 23px !important;
  }

  /* Cart reads visually smaller, so only the bag outline gets +1px. */
  body .header .header__icon--cart .svg-wrapper,
  body .header .header__icon--cart .svg-wrapper svg {
    width: 24px !important;
    height: 24px !important;
  }

  body .header .cart-count-bubble {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    font-size: 9px !important;
    line-height: 15px !important;
    right: -6px !important;
    top: -6px !important;
    background: #000000 !important;
    color: #ffffff !important;
  }
}

@media screen and (max-width: 430px) {
  body .header {
    grid-template-columns: 22px 22px minmax(176px, 1fr) auto !important;
    column-gap: 10px !important;
    padding: 0 16px !important;
  }

  body .header__heading-link .h2 {
    font-size: 28px !important;
    max-width: 232px !important;
  }

  body .header__icons {
    min-width: 84px !important;
    gap: 7px !important;
  }
}
/* =====================================================
   TAH MOBILE HEADER - ICONS SLIGHTLY SMALLER
   Paste at the very bottom of base.css.
===================================================== */

@media screen and (max-width: 749px) {
  body .header {
    grid-template-columns: 21px 21px minmax(190px, 1fr) auto !important;
    column-gap: 12px !important;
  }

  body .header__icons {
    min-width: 80px !important;
    gap: 7px !important;
  }

  body .header summary.header__icon,
  body .header .header__icon,
  body .header .header__icon--menu,
  body .header .header__icon--search,
  body .header .header__icon--account,
  body .header .header__icon--cart,
  body .header > header-drawer,
  body .header > details-modal.header__search,
  body .header > details-modal.header__search summary,
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    width: 21px !important;
    height: 21px !important;
    min-width: 21px !important;
    min-height: 21px !important;
  }

  body .header .svg-wrapper,
  body .header .header__icon .svg-wrapper,
  body .header > details-modal.header__search summary > span {
    width: 21px !important;
    height: 21px !important;
  }

  body .header .svg-wrapper svg,
  body .header .header__icon svg,
  body .header .modal__toggle svg,
  body .header .icon,
  body .header__icons wishlist-link svg,
  body .header__icons wk-wishlist-link svg,
  body .header__icons wishlist-link .wk-icon,
  body .header__icons wk-wishlist-link .wk-icon {
    width: 21px !important;
    height: 21px !important;
    stroke-width: 1.45 !important;
  }

  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    --icon-size: 21px !important;
    --icon-stroke-width: 1.45px !important;
  }

  body .header .header__icon--cart .svg-wrapper,
  body .header .header__icon--cart .svg-wrapper svg {
    width: 22px !important;
    height: 22px !important;
  }

  body .header .cart-count-bubble {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    font-size: 8px !important;
    line-height: 14px !important;
    right: -6px !important;
    top: -6px !important;
  }
}

@media screen and (max-width: 430px) {
  body .header {
    grid-template-columns: 20px 20px minmax(176px, 1fr) auto !important;
    column-gap: 10px !important;
  }

  body .header__icons {
    min-width: 76px !important;
    gap: 6px !important;
  }
}
/* =====================================================
   TAH MOBILE HEADER - EQUAL VISUAL ICON SIZE
   Paste at the VERY bottom of base.css.
   This overrides earlier header icon sizing.
===================================================== */

@media screen and (max-width: 749px) {
  /* Keep the row compact and balanced */
  body .header {
    grid-template-columns: 22px 22px minmax(190px, 1fr) auto !important;
    column-gap: 12px !important;
    height: 58px !important;
    min-height: 58px !important;
  }

  body .header__icons {
    min-width: 82px !important;
    gap: 8px !important;
  }

  /* Every icon gets the same outer slot */
  body .header > header-drawer,
  body .header > details-modal.header__search,
  body .header > details-modal.header__search summary,
  body .header__icons .header__icon,
  body .header__icons .header__icon--account,
  body .header__icons .header__icon--cart,
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Hamburger and search are allowed slightly larger because their artwork is optically lighter */
  body .header > header-drawer .header__icon,
  body .header > details-modal.header__search .header__icon,
  body .header > header-drawer .svg-wrapper,
  body .header > details-modal.header__search .svg-wrapper,
  body .header > header-drawer svg,
  body .header > details-modal.header__search svg {
    width: 23px !important;
    height: 23px !important;
  }

  /* Account, heart and cart should read the same size */
  body .header__icons .header__icon--account .svg-wrapper,
  body .header__icons .header__icon--account svg {
    width: 22px !important;
    height: 22px !important;
  }

  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    --icon-size: 22px !important;
    --icon-stroke-width: 1.45px !important;
    --icon-stroke: #000000 !important;
  }

  body .header__icons wishlist-link svg,
  body .header__icons wk-wishlist-link svg,
  body .header__icons wishlist-link .wk-icon,
  body .header__icons wk-wishlist-link .wk-icon {
    width: 22px !important;
    height: 22px !important;
  }

  /* Dawn cart artwork is much smaller inside its viewbox, so it needs a larger SVG to look equal. */
  body .header__icons .header__icon--cart .svg-wrapper,
  body .header__icons .header__icon--cart .svg-wrapper svg,
  body .header__icons .header__icon--cart svg {
    width: 26px !important;
    height: 26px !important;
  }

  body .header .cart-count-bubble {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    font-size: 8px !important;
    line-height: 14px !important;
    right: -7px !important;
    top: -7px !important;
  }
}
/* =====================================================
   TAH MOBILE HEADER - TRUE VISUAL ICON MATCH
   Paste at the VERY bottom of base.css.
   This fixes the cart SVG looking smaller than the other icons.
===================================================== */

@media screen and (max-width: 749px) {
  body .header {
    grid-template-columns: 22px 22px minmax(190px, 1fr) auto !important;
    column-gap: 12px !important;
  }

  body .header__icons {
    min-width: 82px !important;
    gap: 8px !important;
  }

  /* Equal clickable slots */
  body .header > header-drawer,
  body .header > details-modal.header__search,
  body .header > details-modal.header__search summary,
  body .header__icons .header__icon,
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  /* Left icons */
  body .header > header-drawer .svg-wrapper,
  body .header > header-drawer svg,
  body .header > details-modal.header__search .svg-wrapper,
  body .header > details-modal.header__search svg {
    width: 22px !important;
    height: 22px !important;
  }

  /* Account icon */
  body .header__icons .header__icon--account .svg-wrapper,
  body .header__icons .header__icon--account svg {
    width: 21px !important;
    height: 21px !important;
  }

  /* Wishlist King heart */
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    --icon-size: 21px !important;
    --icon-stroke-width: 1.45px !important;
    --icon-stroke: #000000 !important;
  }

  body .header__icons wishlist-link svg,
  body .header__icons wk-wishlist-link svg,
  body .header__icons wishlist-link .wk-icon,
  body .header__icons wk-wishlist-link .wk-icon {
    width: 21px !important;
    height: 21px !important;
  }

  /* Cart: Dawn's bag artwork is drawn tiny inside the SVG, so scale the artwork itself. */
  body .header__icons .header__icon--cart {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    overflow: visible !important;
  }

  body .header__icons .header__icon--cart .svg-wrapper,
  body .header__icons .header__icon--cart .svg-wrapper svg,
  body .header__icons .header__icon--cart svg {
    width: 22px !important;
    height: 22px !important;
    overflow: visible !important;
  }

  body .header__icons .header__icon--cart .svg-wrapper svg {
    transform: scale(1.38) !important;
    transform-origin: 50% 50% !important;
  }

  body .header .cart-count-bubble {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    font-size: 8px !important;
    line-height: 14px !important;
    right: -9px !important;
    top: -8px !important;
  }
}
/* =====================================================
   TAH MOBILE HEADER - MATCH ALL ICONS TO BASKET SIZE
   Paste at the VERY bottom of base.css.
===================================================== */

@media screen and (max-width: 749px) {
  body .header {
    grid-template-columns: 19px 19px minmax(190px, 1fr) auto !important;
    column-gap: 13px !important;
  }

  body .header__icons {
    min-width: 78px !important;
    gap: 8px !important;
  }

  body .header > header-drawer,
  body .header > details-modal.header__search,
  body .header > details-modal.header__search summary,
  body .header__icons .header__icon,
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    width: 19px !important;
    height: 19px !important;
    min-width: 19px !important;
    min-height: 19px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  body .header .svg-wrapper,
  body .header .header__icon .svg-wrapper,
  body .header > details-modal.header__search summary > span,
  body .header .svg-wrapper svg,
  body .header .header__icon svg,
  body .header .modal__toggle svg,
  body .header .icon {
    width: 19px !important;
    height: 19px !important;
    stroke-width: 1.45 !important;
  }

  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons wishlist-link .wk-button,
  body .header__icons wk-wishlist-link .wk-button {
    --icon-size: 19px !important;
    --icon-stroke-width: 1.45px !important;
    --icon-stroke: #000000 !important;
  }

  body .header__icons wishlist-link svg,
  body .header__icons wk-wishlist-link svg,
  body .header__icons wishlist-link .wk-icon,
  body .header__icons wk-wishlist-link .wk-icon {
    width: 19px !important;
    height: 19px !important;
  }

  body .header__icons .header__icon--cart .svg-wrapper,
  body .header__icons .header__icon--cart .svg-wrapper svg,
  body .header__icons .header__icon--cart svg {
    width: 19px !important;
    height: 19px !important;
    transform: none !important;
  }

  body .header .cart-count-bubble {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    font-size: 8px !important;
    line-height: 14px !important;
    right: -7px !important;
    top: -7px !important;
  }
}
/* TAH mobile header - final clean icon balance */
@media screen and (max-width: 749px) {
  body .header {
    grid-template-columns: 24px 24px minmax(0, 1fr) 88px !important;
    column-gap: 12px !important;
  }

  body .header__heading-link .h2 {
    font-size: 30px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body .header__icons {
    width: 88px !important;
    min-width: 88px !important;
    gap: 8px !important;
    align-items: center !important;
  }

  body .header summary.header__icon,
  body .header .header__icon,
  body .header > header-drawer,
  body .header > details-modal.header__search,
  body .header > details-modal.header__search summary,
  body .header__icons wishlist-link,
  body .header__icons wishlist-link .wk-button {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  body .header .svg-wrapper,
  body .header .header__icon .svg-wrapper {
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  body .header .svg-wrapper svg,
  body .header .header__icon svg,
  body .header .modal__toggle svg {
    width: 21px !important;
    height: 21px !important;
    max-width: 21px !important;
    max-height: 21px !important;
    stroke-width: 1.55 !important;
  }

  body .header__icon--menu svg {
    transform: scale(0.86) !important;
  }

  body .header__icon--search svg {
    transform: scale(0.9) !important;
  }

  body .header__icon--account svg {
    transform: scale(0.95) !important;
  }

  body .header__icons wishlist-link,
  body .header__icons wishlist-link .wk-button {
    --icon-size: 21px !important;
    --icon-stroke-width: 1.55px !important;
    --icon-stroke: #000 !important;
  }

  body .header__icons wishlist-link svg,
  body .header__icons wishlist-link .wk-icon {
    width: 21px !important;
    height: 21px !important;
    max-width: 21px !important;
    max-height: 21px !important;
  }

  body .header #cart-icon-bubble,
  body .header .header__icon--cart,
  body .header .header__icon--cart-empty {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    overflow: visible !important;
  }

  body .header #cart-icon-bubble svg,
  body .header .header__icon--cart svg,
  body .header .header__icon--cart-empty svg {
    width: 21px !important;
    height: 21px !important;
    max-width: 21px !important;
    max-height: 21px !important;
    transform: scale(1.55) !important;
    transform-origin: center !important;
  }

  body .header #cart-icon-bubble svg,
  body .header .header__icon--cart svg,
  body .header .header__icon--cart-empty svg {
    width: 21px !important;
    height: 21px !important;
    max-width: 21px !important;
    max-height: 21px !important;
    transform: scale(1.72) !important;
    transform-origin: center !important;
}  
}
/* TAH mobile header: keep logo centered on every page */
@media screen and (max-width: 749px) {
  body .header > .header__heading,
  body .header > h1.header__heading {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  body .header__heading-link {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  body .header__heading-link .h2 {
    font-size: 31px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }

  body .header__heading-logo,
  body .header__heading-logo-wrapper,
  body .header__heading-link img {
    max-width: 100% !important;
    max-height: 38px !important;
    width: auto !important;
    height: auto !important;
  }
}
/* TAH mobile header - fix logo on every page */
@media screen and (max-width: 749px) {
  body .header > .header__heading,
  body .header > h1.header__heading,
  body .header > .header__heading-link {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  body .header > .header__heading .header__heading-link,
  body .header > h1.header__heading .header__heading-link,
  body .header > .header__heading-link {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  body .header > .header__heading .h2,
  body .header > h1.header__heading .h2,
  body .header > .header__heading-link .h2 {
    font-size: 31px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  body .header > details-modal.header__search {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  body .header__icons {
    grid-column: 4 !important;
    grid-row: 1 !important;
  }

  body .header__icons .header__icon--cart svg,
  body .header__icons .header__icon--cart-empty svg,
  body .header__icons #cart-icon-bubble svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
  }
}
/* Keep collection filter behind the mobile menu */
@media screen and (max-width: 749px) {
  .shopify-section-group-header-group,
  .section-header,
  .header-wrapper,
  header-drawer,
  header-drawer details[open],
  header-drawer .menu-drawer {
    z-index: 9999 !important;
  }

  body:has(header-drawer details[open]) .facets-container,
  body:has(header-drawer details[open]) .facets-wrapper,
  body:has(header-drawer details[open]) .mobile-facets__wrapper,
  body:has(header-drawer details[open]) .mobile-facets__open,
  body:has(header-drawer details[open]) .mobile-facets__disclosure,
  body:has(header-drawer details[open]) .product-count {
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }
}
/* Collection filter / sort bar cleanup */
body.template-collection .facets-container {
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 8px !important;
  min-height: 58px !important;
  padding: 0 22px !important;
  margin: 24px 0 26px !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 18px !important;
  background: #fff !important;
}

body.template-collection .facets-wrapper,
body.template-collection .mobile-facets__wrapper {
  justify-self: start !important;
}

body.template-collection .mobile-facets__open {
  font-family: var(--font-body-family) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  color: #000 !important;
  gap: 12px !important;
  padding: 0 !important;
}

body.template-collection .mobile-facets__open svg {
  width: 18px !important;
  height: 18px !important;
}

body.template-collection .facet-filters {
  justify-self: end !important;
  padding: 0 !important;
}

body.template-collection .facet-filters__field {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

body.template-collection .facet-filters__label {
  margin: 0 !important;
  font-family: var(--font-body-family) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.72) !important;
}

body.template-collection .facet-filters__sort {
  font-family: var(--font-body-family) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  color: #000 !important;
  padding-right: 28px !important;
}

body.template-collection .product-count {
  display: none !important;
}

@media screen and (max-width: 749px) {
  body.template-collection .facets-container {
    min-height: 56px !important;
    padding: 0 18px !important;
    margin: 22px 0 24px !important;
    grid-template-columns: auto 1fr auto !important;
  }

  body.template-collection .mobile-facets__open {
    font-size: 14px !important;
  }

  body.template-collection .facet-filters__label {
    font-size: 13px !important;
  }

  body.template-collection .facet-filters__sort {
    font-size: 14px !important;
  }
}
/* Mobile collection grid: 1 product per row */
@media screen and (max-width: 749px) {
  body.template-collection #product-grid,
  body.template-collection .product-grid,
  body.template-collection .collection .grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 28px !important;
  }

  body.template-collection #product-grid .grid__item,
  body.template-collection .product-grid .grid__item,
  body.template-collection .collection .grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* Mobile collection sale badge: force top-left of product image */
@media screen and (max-width: 749px) {
  body.template-collection .card__inner {
    position: relative !important;
  }

  body.template-collection .card__inner .card__content {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    pointer-events: none !important;
  }

  body.template-collection .card__inner .card__badge {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 8 !important;
    pointer-events: none !important;
    display: block !important;
  }

  body.template-collection .card__inner .card__badge .badge {
    margin: 0 !important;
  }
}
/* FIX: Mobile filter submenu Apply bar must stay at drawer bottom */
@media screen and (max-width: 749px) {
  .mobile-facets__inner {
    position: relative !important;
    height: calc(100dvh - 32px) !important;
    max-height: calc(100dvh - 32px) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .mobile-facets__header {
    flex: 0 0 auto !important;
  }

  .mobile-facets__main {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    padding-bottom: 120px !important;
  }

  .mobile-facets__submenu {
    position: absolute !important;
    inset: 0 0 92px 0 !important;
    z-index: 20 !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: auto !important;
    background: #fff !important;
    padding-bottom: 24px !important;
  }

  .mobile-facets__submenu .mobile-facets__list,
  .mobile-facets__submenu .facets__list {
    padding-bottom: 32px !important;
  }

  .mobile-facets__footer {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 92px !important;
    z-index: 40 !important;
    background: #fff !important;
    border-top: 1px solid rgba(0, 0, 0, 0.14) !important;
  }
}
/* Mobile filter drawer: keep color list scrollable above Apply bar */
@media screen and (max-width: 749px) {
  body.template-collection .mobile-facets__inner {
    display: flex !important;
    flex-direction: column !important;
    height: calc(100dvh - 32px) !important;
    max-height: calc(100dvh - 32px) !important;
    overflow: hidden !important;
  }

  body.template-collection .mobile-facets__header {
    flex: 0 0 auto !important;
  }

  body.template-collection .mobile-facets__main {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    padding-bottom: 110px !important;
  }

  body.template-collection .mobile-facets__submenu {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 96px !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: auto !important;
    background: #fff !important;
    z-index: 5 !important;
    padding-bottom: 28px !important;
  }

  body.template-collection .mobile-facets__submenu .mobile-facets__list {
    padding-bottom: 28px !important;
  }

  body.template-collection .mobile-facets__footer {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 96px !important;
    z-index: 10 !important;
    background: #fff !important;
    border-top: 1px solid rgba(0, 0, 0, 0.14) !important;
  }
}
/* Move wishlist heart left and give its count room */
@media screen and (max-width: 749px) {
  body .header__icons {
    overflow: visible !important;
  }

  /* Wishlist app block: second-last item before cart */
  body .header__icons > *:nth-last-child(2) {
    position: relative !important;
    z-index: 5 !important;
    overflow: visible !important;
    max-width: none !important;
    margin-right: 14px !important;
  }

  body .header__icons > *:nth-last-child(2) * {
    overflow: visible !important;
  }

  /* Keep cart behind the wishlist count */
  body .header__icons > *:last-child {
    position: relative !important;
    z-index: 1 !important;
  }
}
/* Clean mobile header right icons: account, wishlist, cart */
@media screen and (max-width: 749px) {
  body .header__icons {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 14px !important;
    overflow: visible !important;
  }

  body .header__icons .header__icon--account,
  body .header__icons .header__icon--cart,
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link,
  body .header__icons .wk-button {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body .header__icons .shopify-app-block {
    width: 28px !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  body .header__icons wishlist-link .wk-button {
    --icon-size: 23px !important;
    --icon-stroke-width: 1.45px !important;
    --icon-stroke: #000 !important;
  }

  body .header__icons wishlist-link svg,
  body .header__icons wk-wishlist-link svg,
  body .header__icons .wk-icon {
    width: 23px !important;
    height: 23px !important;
  }

  body .header__icons wishlist-link .wk-counter,
  body .header__icons wk-wishlist-link .wk-counter {
    --size: 13px !important;
    position: absolute !important;
    top: 13px !important;
    right: -4px !important;
    z-index: 20 !important;

    width: 13px !important;
    height: 13px !important;
    min-width: 13px !important;
    border-radius: 50% !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 8px !important;
    line-height: 13px !important;
    text-align: center !important;
    transform: none !important;
  }
}
/* TAH mobile header: right icons spacing only */
@media screen and (max-width: 989px) {
  body .header__icons {
    gap: 7px !important;
    transform: translateX(8px) !important;
  }

  body .header__icons .header__icon--account {
    margin-right: 0 !important;
  }

  body .header__icons .shopify-app-block,
  body .header__icons .shopify-block,
  body .header__icons wishlist-link,
  body .header__icons wk-wishlist-link {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body .header__icons .header__icon--cart,
  body .header__icons #cart-icon-bubble {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 430px) {
  body .header__icons {
    gap: 6px !important;
    transform: translateX(7px) !important;
  }
}
/* TAH mobile header: centre logo and make it slightly bigger */
@media screen and (max-width: 989px) {
  body .header__heading,
  body h1.header__heading {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    justify-self: unset !important;
    text-align: center !important;
    z-index: 3 !important;
  }

  body .header__heading-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body .header__heading-logo-wrapper,
  body .header__heading-logo,
  body .header__heading-link img {
    max-width: 170px !important;
    max-height: 31px !important;
  }

  body .header__heading-link .h2 {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 430px) {
  body .header__heading-logo-wrapper,
  body .header__heading-logo,
  body .header__heading-link img {
    max-width: 165px !important;
    max-height: 30px !important;
  }

  body .header__heading-link .h2 {
    font-size: 23px !important;
  }
}
/* TAH mobile header: make logo slightly larger */
@media screen and (max-width: 989px) {
  body .header__heading-logo-wrapper,
  body .header__heading-logo,
  body .header__heading-link img {
    max-width: 185px !important;
    max-height: 34px !important;
  }

  body .header__heading-link .h2 {
    font-size: 26px !important;
  }
}

@media screen and (max-width: 430px) {
  body .header__heading-logo-wrapper,
  body .header__heading-logo,
  body .header__heading-link img {
    max-width: 178px !important;
    max-height: 33px !important;
  }

  body .header__heading-link .h2 {
    font-size: 25px !important;
  }
}
/* =====================================================
   MOBILE ONLY: hide add-to-cart bar until +ADD is clicked
===================================================== */

@media screen and (max-width: 749px) {
  /* product card needs to be the positioning parent */
  .product-card-wrapper,
  .card-wrapper,
  .grid__item {
    position: relative !important;
  }

  /* hide the existing add-to-cart bar by default */
  .product-card-wrapper .quick-add,
  .card-wrapper .quick-add,
  .grid__item .quick-add,
  .product-card-wrapper product-form,
  .card-wrapper product-form,
  .grid__item product-form {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(8px) !important;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease !important;
  }

  /* show it when +ADD is clicked */
  .tah-card-add-open .quick-add,
  .tah-card-add-open product-form {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  /* + ADD button */
  .tah-mobile-add-toggle {
    position: absolute !important;
    right: 16px !important;
    bottom: 16px !important;
    z-index: 20 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    color: #000 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;

    padding: 8px 0 !important;
    cursor: pointer !important;
  }

  /* hide + ADD when the full bar is open */
  .tah-card-add-open .tah-mobile-add-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
/* =====================================================
   TAH MOBILE ONLY: + ADD opens existing card add bar
===================================================== */

@media screen and (max-width: 749px) {
  .product-card-wrapper,
  .card-wrapper,
  .card,
  .card__inner,
  .card__media,
  .media {
    position: relative !important;
  }

  /* Hide the existing custom add-to-cart bar by default */
  .tah-mobile-add-panel {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(10px) !important;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease !important;
  }

  /* Show it only after + ADD is clicked */
  .tah-card-add-open .tah-mobile-add-panel {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  /* The small + ADD text button */
  .tah-mobile-add-toggle {
    position: absolute !important;
    right: 18px !important;
    bottom: 18px !important;
    z-index: 30 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    color: #000000 !important;
    font-family: "Nunito Sans", "Avenir Next", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;

    padding: 8px 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
  }

  .tah-card-add-open .tah-mobile-add-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
/* TAH mobile header: force same logo size/position on every page */
@media screen and (max-width: 989px) {
  body .header > .header__heading,
  body .header > h1.header__heading,
  body .header .header__heading,
  body .header h1.header__heading {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;

    width: auto !important;
    max-width: 190px !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    line-height: 1 !important;
    text-align: center !important;
    z-index: 3 !important;
  }

  body .header > .header__heading .header__heading-link,
  body .header > h1.header__heading .header__heading-link,
  body .header .header__heading-link {
    width: auto !important;
    max-width: 190px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
  }

  body .header .header__heading-logo-wrapper,
  body .header .header__heading-logo,
  body .header .header__heading-link img {
    width: auto !important;
    max-width: 185px !important;
    max-height: 34px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body .header .header__heading-link .h2,
  body .header .header__heading-link span:not(.visually-hidden) {
    font-size: 26px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: -0.03em !important;
    color: #000000 !important;
    white-space: nowrap !important;
  }
}

@media screen and (max-width: 430px) {
  body .header > .header__heading,
  body .header > h1.header__heading,
  body .header .header__heading,
  body .header h1.header__heading,
  body .header .header__heading-link {
    max-width: 185px !important;
  }

  body .header .header__heading-logo-wrapper,
  body .header .header__heading-logo,
  body .header .header__heading-link img {
    max-width: 178px !important;
    max-height: 33px !important;
  }

  body .header .header__heading-link .h2,
  body .header .header__heading-link span:not(.visually-hidden) {
    font-size: 25px !important;
  }
}
/* TAH mobile header: same logo on homepage and all other pages */
@media screen and (max-width: 989px) {
  body .header > .header__heading,
  body .header > h1.header__heading,
  body .header > a.header__heading-link {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;

    width: auto !important;
    max-width: 190px !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    line-height: 1 !important;
    text-align: center !important;
    z-index: 4 !important;
  }

  body .header > .header__heading > .header__heading-link,
  body .header > h1.header__heading > .header__heading-link,
  body .header > a.header__heading-link {
    width: auto !important;
    max-width: 190px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
  }

  body .header > .header__heading .header__heading-logo-wrapper,
  body .header > h1.header__heading .header__heading-logo-wrapper,
  body .header > a.header__heading-link .header__heading-logo-wrapper,
  body .header > .header__heading .header__heading-logo,
  body .header > h1.header__heading .header__heading-logo,
  body .header > a.header__heading-link .header__heading-logo,
  body .header > a.header__heading-link img {
    width: auto !important;
    max-width: 185px !important;
    max-height: 34px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body .header > .header__heading .h2,
  body .header > h1.header__heading .h2,
  body .header > a.header__heading-link .h2,
  body .header > a.header__heading-link span:not(.visually-hidden) {
    font-size: 26px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: -0.03em !important;
    color: #000000 !important;
    white-space: nowrap !important;
  }
}

@media screen and (max-width: 430px) {
  body .header > .header__heading,
  body .header > h1.header__heading,
  body .header > a.header__heading-link,
  body .header > .header__heading > .header__heading-link,
  body .header > h1.header__heading > .header__heading-link {
    max-width: 185px !important;
  }

  body .header > .header__heading .header__heading-logo-wrapper,
  body .header > h1.header__heading .header__heading-logo-wrapper,
  body .header > a.header__heading-link .header__heading-logo-wrapper,
  body .header > .header__heading .header__heading-logo,
  body .header > h1.header__heading .header__heading-logo,
  body .header > a.header__heading-link .header__heading-logo,
  body .header > a.header__heading-link img {
    max-width: 178px !important;
    max-height: 33px !important;
  }

  body .header > .header__heading .h2,
  body .header > h1.header__heading .h2,
  body .header > a.header__heading-link .h2,
  body .header > a.header__heading-link span:not(.visually-hidden) {
    font-size: 25px !important;
  }
}
/* TAH mobile quick add: soft mini pill */
@media screen and (max-width: 749px) {
  .tah-mobile-add-toggle {
    position: absolute !important;
    right: 14px !important;
    bottom: 14px !important;
    z-index: 30 !important;

    width: auto !important;
    height: 36px !important;
    min-width: auto !important;
    min-height: 36px !important;

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

    padding: 0 16px !important;
    margin: 0 !important;

    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 999px !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07) !important;
    backdrop-filter: blur(4px) !important;

    color: #000000 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;

    cursor: pointer !important;
  }

  .tah-mobile-add-toggle::before,
  .tah-mobile-add-toggle::after {
    content: none !important;
  }

  .tah-mobile-add-toggle {
    font-size: 0 !important;
  }

  .tah-mobile-add-toggle::after {
    content: "Quick add" !important;
    display: block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;

    color: #000000 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }

  .tah-mobile-add-toggle:active {
    transform: scale(0.98) !important;
  }

  .tah-card-add-open .tah-mobile-add-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
/* TAH mobile quick add: soft editorial text link */
@media screen and (max-width: 749px) {
  .tah-mobile-add-toggle {
    position: absolute !important;
    right: 18px !important;
    bottom: 18px !important;
    z-index: 30 !important;

    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;

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

    padding: 0 0 3px !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;

    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;

    cursor: pointer !important;
  }

  .tah-mobile-add-toggle::before,
  .tah-mobile-add-toggle::after {
    content: none !important;
  }

  .tah-mobile-add-toggle::after {
    content: "Add to cart +" !important;
    display: block !important;
    position: static !important;

    width: auto !important;
    height: auto !important;
    background: transparent !important;

    color: #000000 !important;
    font-family: var(--font-heading-family) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;

    border-bottom: 1px solid #000000 !important;
    padding-bottom: 2px !important;
  }

  .tah-mobile-add-toggle:active {
    transform: translateY(1px) !important;
  }

  .tah-card-add-open .tah-mobile-add-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
/* TAH mobile quick add: clean soft brand label */
@media screen and (max-width: 749px) {
  .tah-mobile-add-toggle {
    position: absolute !important;
    right: 16px !important;
    bottom: 16px !important;
    z-index: 30 !important;

    width: auto !important;
    height: 34px !important;
    min-width: 64px !important;
    min-height: 34px !important;

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

    padding: 0 14px !important;
    margin: 0 !important;

    background: #e5f7a6 !important;
    border: 0 !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    backdrop-filter: none !important;

    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;

    cursor: pointer !important;
  }

  .tah-mobile-add-toggle::before {
    content: none !important;
  }

  .tah-mobile-add-toggle::after {
    content: "Add" !important;
    display: block !important;
    position: static !important;

    width: auto !important;
    height: auto !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    color: #000000 !important;
    font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
  }

  .tah-mobile-add-toggle:active {
    transform: scale(0.98) !important;
  }

  .tah-card-add-open .tah-mobile-add-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
/* TAH mobile quick add: simple + ADD in brand green */
@media screen and (max-width: 749px) {
  .tah-mobile-add-toggle {
    position: absolute !important;
    right: 18px !important;
    bottom: 18px !important;
    z-index: 30 !important;

    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;

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

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;

    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;

    cursor: pointer !important;
  }

  .tah-mobile-add-toggle::before {
    content: none !important;
  }

  .tah-mobile-add-toggle::after {
    content: "+ ADD" !important;
    display: block !important;
    position: static !important;

    width: auto !important;
    height: auto !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    color: #dff59a !important;
    font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;

    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25) !important;
  }

  .tah-mobile-add-toggle:active {
    transform: translateY(1px) !important;
  }

  .tah-card-add-open .tah-mobile-add-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
/* TAH mobile quick add: make + ADD smaller */
@media screen and (max-width: 749px) {
  .tah-mobile-add-toggle::after {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.035em !important;
  }
}
/* TAH mobile collection page: reduce space before filter bar */
@media screen and (max-width: 749px) {
  .collection-hero,
  .collection-hero__inner,
  .collection-hero__text-wrapper {
    margin-bottom: 24px !important;
    padding-bottom: 0 !important;
  }

  .collection-hero__description,
  .collection-hero__description.rte {
    margin-bottom: 0 !important;
  }

  .facets-container,
  .mobile-facets__wrapper,
  #main-collection-filters {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
/* TAH collection page: reduce gap between description and filter */
@media screen and (max-width: 989px) {
  .collection-hero,
  .collection-hero.color-background-1,
  .collection-hero.gradient {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
  }

  .collection-hero__inner,
  .collection-hero__text-wrapper,
  .collection-hero__description,
  .collection-hero__description.rte {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  #main-collection-filters,
  .facets-container,
  .facets-wrapper {
    margin-top: -38px !important;
    padding-top: 0 !important;
  }
}

/* =====================================================
   TAH PRODUCT PAGE - HOMMEY STYLE TITLE + WISHLIST
   Mobile/tablet only. Keeps Wishlist King beside title.
===================================================== */

@media screen and (max-width: 989px) {
  body.template-product product-info[id^="MainProduct-"] .product__info-container,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__info-container {
    position: relative !important;
    top: auto !important;
    padding: 24px 18px 0 !important;
    overflow: visible !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__text,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__text {
    display: none !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__title,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__title {
    width: calc(100% - 54px) !important;
    max-width: calc(100% - 54px) !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    clear: none !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__title h1,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__title h1 {
    font-family: var(--tah-serif, "Cormorant Garamond", Georgia, serif) !important;
    font-size: clamp(25px, 6.5vw, 31px) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.03em !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    max-width: 100% !important;
  }

  /* Wishlist King product app block: place beside product title, not below price. */
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-block),
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-product),
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(.wk-button),
  body.template-product product-info[id^="MainProduct-"] .shopify-block:has(wishlist-button-block),
  body.template-product product-info[id^="MainProduct-"] .shopify-block:has(wishlist-button-product),
  body.template-product product-info[id^="MainProduct-"] .shopify-block:has(.wk-button),
  body.template-product product-info[id^="MainProduct-"] .product__info-container > wishlist-button-block,
  body.template-product product-info[id^="MainProduct-"] .product__info-container > wishlist-button-product,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-block),
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-product),
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(.wk-button),
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-block:has(wishlist-button-block),
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-block:has(wishlist-button-product),
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-block:has(.wk-button),
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__info-container > wishlist-button-block,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__info-container > wishlist-button-product {
    position: absolute !important;
    top: 46px !important;
    right: 18px !important;
    z-index: 10 !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  body.template-product product-info[id^="MainProduct-"] wishlist-button-block,
  body.template-product product-info[id^="MainProduct-"] wishlist-button-product,
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-block) .wk-button,
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-product) .wk-button,
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(.wk-button) .wk-button,
  body.template-product product-info[id^="MainProduct-"] .shopify-block:has(wishlist-button-block) .wk-button,
  body.template-product product-info[id^="MainProduct-"] .shopify-block:has(wishlist-button-product) .wk-button,
  body.template-product product-info[id^="MainProduct-"] .shopify-block:has(.wk-button) .wk-button,
  body[class*="template-product"] product-info[id^="MainProduct-"] wishlist-button-block,
  body[class*="template-product"] product-info[id^="MainProduct-"] wishlist-button-product,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-block) .wk-button,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-product) .wk-button,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(.wk-button) .wk-button,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-block:has(wishlist-button-block) .wk-button,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-block:has(wishlist-button-product) .wk-button,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-block:has(.wk-button) .wk-button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    overflow: visible !important;
    --icon-size: 30px !important;
    --icon-stroke: #000 !important;
    --icon-stroke-width: 1.55px !important;
  }

  body.template-product product-info[id^="MainProduct-"] wishlist-button-block svg,
  body.template-product product-info[id^="MainProduct-"] wishlist-button-product svg,
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-block) svg,
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-product) svg,
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(.wk-button) svg,
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-block) .wk-icon,
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-product) .wk-icon,
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(.wk-button) .wk-icon,
  body[class*="template-product"] product-info[id^="MainProduct-"] wishlist-button-block svg,
  body[class*="template-product"] product-info[id^="MainProduct-"] wishlist-button-product svg,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-block) svg,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-product) svg,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(.wk-button) svg,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-block) .wk-icon,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-product) .wk-icon,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(.wk-button) .wk-icon {
    width: 30px !important;
    height: 30px !important;
  }

  body.template-product product-info[id^="MainProduct-"] .price,
  body[class*="template-product"] product-info[id^="MainProduct-"] .price {
    margin-top: 8px !important;
  }
}

@media screen and (max-width: 430px) {
  body.template-product product-info[id^="MainProduct-"] .product__title h1,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__title h1 {
    font-size: clamp(23px, 6.1vw, 28px) !important;
  }

  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-block),
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-product),
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has(.wk-button),
  body.template-product product-info[id^="MainProduct-"] .shopify-block:has(wishlist-button-block),
  body.template-product product-info[id^="MainProduct-"] .shopify-block:has(wishlist-button-product),
  body.template-product product-info[id^="MainProduct-"] .shopify-block:has(.wk-button),
  body.template-product product-info[id^="MainProduct-"] .product__info-container > wishlist-button-block,
  body.template-product product-info[id^="MainProduct-"] .product__info-container > wishlist-button-product,
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-block),
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(wishlist-button-product),
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-app-block:has(.wk-button),
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-block:has(wishlist-button-block),
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-block:has(wishlist-button-product),
  body[class*="template-product"] product-info[id^="MainProduct-"] .shopify-block:has(.wk-button),
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__info-container > wishlist-button-block,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__info-container > wishlist-button-product {
    top: 44px !important;
    right: 16px !important;
  }
}

/* =====================================================
   TAH PRODUCT PAGE - FINAL SIZE ROW OVERRIDE
   Keeps all size buttons on one horizontal scroll row.
===================================================== */

@media screen and (max-width: 989px) {
  body.template-product,
  body[class*="template-product"] {
    overflow-x: hidden !important;
  }

  body.template-product product-info[id^="MainProduct-"],
  body[class*="template-product"] product-info[id^="MainProduct-"],
  body.template-product product-info[id^="MainProduct-"] .product__info-container,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__info-container {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__input,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__input--pill,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input--pill {
    position: relative !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-top: 34px !important;
    padding-bottom: 6px !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__input--pill::-webkit-scrollbar,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input--pill::-webkit-scrollbar {
    display: none !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__input--pill .form__label,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input--pill .form__label {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    margin: 0 !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__input--pill input[type="radio"] + label,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input--pill input[type="radio"] + label {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    margin: 0 !important;
    min-width: 72px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* =====================================================
   TAH PRODUCT PAGE - FINAL GAP REMOVAL
   Removes blank mobile spacing highlighted on PDP.
===================================================== */

@media screen and (max-width: 989px) {
  body.template-product product-info[id^="MainProduct-"] .product-form,
  body.template-product product-info[id^="MainProduct-"] product-form,
  body.template-product product-info[id^="MainProduct-"] .product-form__buttons,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form,
  body[class*="template-product"] product-info[id^="MainProduct-"] product-form,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__buttons {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__submit,
  body.template-product product-info[id^="MainProduct-"] button[name="add"],
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__submit,
  body[class*="template-product"] product-info[id^="MainProduct-"] button[name="add"] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    width: 100% !important;
    min-height: 52px !important;
    margin: 10px 0 0 !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__input--pill,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input--pill {
    margin-bottom: 8px !important;
  }

  body.template-product product-info[id^="MainProduct-"] .tah-pdp-service-links,
  body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-service-links {
    margin-top: 8px !important;
    margin-bottom: 12px !important;
  }

  body.template-product product-info[id^="MainProduct-"] .tah-pdp-meta-row,
  body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-meta-row {
    margin-top: 12px !important;
    margin-bottom: 14px !important;
  }

  body.template-product product-info[id^="MainProduct-"] .share-button,
  body.template-product product-info[id^="MainProduct-"] .share-button__button,
  body[class*="template-product"] product-info[id^="MainProduct-"] .share-button,
  body[class*="template-product"] product-info[id^="MainProduct-"] .share-button__button {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body.template-product .related-products,
  body.template-product product-recommendations,
  body[class*="template-product"] .related-products,
  body[class*="template-product"] product-recommendations {
    margin-top: 18px !important;
    padding-top: 0 !important;
    padding-bottom: 22px !important;
  }

  body.template-product .related-products .card__content,
  body.template-product .related-products .card__information,
  body.template-product product-recommendations .card__content,
  body.template-product product-recommendations .card__information,
  body[class*="template-product"] .related-products .card__content,
  body[class*="template-product"] .related-products .card__information,
  body[class*="template-product"] product-recommendations .card__content,
  body[class*="template-product"] product-recommendations .card__information {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  body.template-product .related-products .grid,
  body.template-product product-recommendations .grid,
  body[class*="template-product"] .related-products .grid,
  body[class*="template-product"] product-recommendations .grid {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body.template-product .related-products + .shopify-section,
  body.template-product product-recommendations + .shopify-section,
  body[class*="template-product"] .related-products + .shopify-section,
  body[class*="template-product"] product-recommendations + .shopify-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* =====================================================
   TAH HOMEPAGE MOBILE QUICK ADD CLICK FIX - FINAL
   Keeps + ADD tappable on homepage product cards.
===================================================== */

@media screen and (max-width: 749px) {
  body.template-index .product-card-wrapper,
  body.template-index .card-wrapper,
  body.template-index .grid__item,
  body[class*="template-index"] .product-card-wrapper,
  body[class*="template-index"] .card-wrapper,
  body[class*="template-index"] .grid__item {
    position: relative !important;
    pointer-events: auto !important;
  }

  body.template-index .tah-mobile-add-toggle,
  body[class*="template-index"] .tah-mobile-add-toggle {
    pointer-events: auto !important;
    z-index: 9999 !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
  }

  body.template-index .tah-mobile-add-toggle::before,
  body.template-index .tah-mobile-add-toggle::after,
  body[class*="template-index"] .tah-mobile-add-toggle::before,
  body[class*="template-index"] .tah-mobile-add-toggle::after {
    pointer-events: none !important;
  }

  body.template-index .product-card-wrapper:has(.tah-mobile-add-toggle) .card__heading a::after,
  body.template-index .card-wrapper:has(.tah-mobile-add-toggle) .card__heading a::after,
  body.template-index .product-card-wrapper:has(.tah-mobile-add-toggle) a.full-unstyled-link::after,
  body.template-index .card-wrapper:has(.tah-mobile-add-toggle) a.full-unstyled-link::after,
  body[class*="template-index"] .product-card-wrapper:has(.tah-mobile-add-toggle) .card__heading a::after,
  body[class*="template-index"] .card-wrapper:has(.tah-mobile-add-toggle) .card__heading a::after,
  body[class*="template-index"] .product-card-wrapper:has(.tah-mobile-add-toggle) a.full-unstyled-link::after,
  body[class*="template-index"] .card-wrapper:has(.tah-mobile-add-toggle) a.full-unstyled-link::after {
    pointer-events: none !important;
  }
}


/* =====================================================
   TAH HOMEPAGE MOBILE QUICK ADD VISIBILITY - TRUE FINAL
   Show add-to-cart bar only after + ADD is tapped.
===================================================== */

@media screen and (max-width: 749px) {
  body.template-index .tah-mobile-add-panel,
  body.template-index .product-card-wrapper .quick-add,
  body.template-index .card-wrapper .quick-add,
  body.template-index .product-card-wrapper product-form,
  body.template-index .card-wrapper product-form,
  body[class*="template-index"] .tah-mobile-add-panel,
  body[class*="template-index"] .product-card-wrapper .quick-add,
  body[class*="template-index"] .card-wrapper .quick-add,
  body[class*="template-index"] .product-card-wrapper product-form,
  body[class*="template-index"] .card-wrapper product-form {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(8px) !important;
  }

  body.template-index .tah-card-add-open .tah-mobile-add-panel,
  body.template-index .tah-card-add-open .quick-add,
  body.template-index .tah-card-add-open product-form,
  body[class*="template-index"] .tah-card-add-open .tah-mobile-add-panel,
  body[class*="template-index"] .tah-card-add-open .quick-add,
  body[class*="template-index"] .tah-card-add-open product-form {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  body.template-index .tah-card-add-open .tah-mobile-add-toggle,
  body[class*="template-index"] .tah-card-add-open .tah-mobile-add-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}


/* =====================================================
   TAH PRODUCT PAGE ADD TO CART RESTORE - TRUE FINAL EOF
   Product page form must stay visible under sizes.
===================================================== */

@media screen and (max-width: 989px) {
  body.template-product product-info[id^="MainProduct-"] .product-form,
  body.template-product product-info[id^="MainProduct-"] product-form,
  body.template-product product-info[id^="MainProduct-"] .product-form__buttons,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form,
  body[class*="template-product"] product-info[id^="MainProduct-"] product-form,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__buttons {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    margin-top: 10px !important;
    margin-bottom: 14px !important;
    padding: 0 !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__submit,
  body.template-product product-info[id^="MainProduct-"] button[name="add"],
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__submit,
  body[class*="template-product"] product-info[id^="MainProduct-"] button[name="add"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
  }
}

/* =====================================================
   TAH COLLECTION MOBILE QUICK ADD VISIBILITY - TRUE FINAL
   Show add-to-cart bar only after + ADD is tapped.
===================================================== */

@media screen and (max-width: 749px) {
  body.template-collection .tah-mobile-add-panel,
  body.template-collection .product-card-wrapper .quick-add,
  body.template-collection .card-wrapper .quick-add,
  body.template-collection .product-card-wrapper product-form,
  body.template-collection .card-wrapper product-form,
  body[class*="template-collection"] .tah-mobile-add-panel,
  body[class*="template-collection"] .product-card-wrapper .quick-add,
  body[class*="template-collection"] .card-wrapper .quick-add,
  body[class*="template-collection"] .product-card-wrapper product-form,
  body[class*="template-collection"] .card-wrapper product-form {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(8px) !important;
  }

  body.template-collection .tah-mobile-add-toggle,
  body[class*="template-collection"] .tah-mobile-add-toggle {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 9999 !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
  }

  body.template-collection .tah-mobile-add-toggle::before,
  body.template-collection .tah-mobile-add-toggle::after,
  body[class*="template-collection"] .tah-mobile-add-toggle::before,
  body[class*="template-collection"] .tah-mobile-add-toggle::after {
    pointer-events: none !important;
  }

  body.template-collection .tah-card-add-open .tah-mobile-add-panel,
  body.template-collection .tah-card-add-open .quick-add,
  body.template-collection .tah-card-add-open product-form,
  body[class*="template-collection"] .tah-card-add-open .tah-mobile-add-panel,
  body[class*="template-collection"] .tah-card-add-open .quick-add,
  body[class*="template-collection"] .tah-card-add-open product-form {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  body.template-collection .tah-card-add-open .tah-mobile-add-toggle,
  body[class*="template-collection"] .tah-card-add-open .tah-mobile-add-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.template-collection .product-card-wrapper:has(.tah-mobile-add-toggle) .card__heading a::after,
  body.template-collection .card-wrapper:has(.tah-mobile-add-toggle) .card__heading a::after,
  body.template-collection .product-card-wrapper:has(.tah-mobile-add-toggle) a.full-unstyled-link::after,
  body.template-collection .card-wrapper:has(.tah-mobile-add-toggle) a.full-unstyled-link::after,
  body[class*="template-collection"] .product-card-wrapper:has(.tah-mobile-add-toggle) .card__heading a::after,
  body[class*="template-collection"] .card-wrapper:has(.tah-mobile-add-toggle) .card__heading a::after,
  body[class*="template-collection"] .product-card-wrapper:has(.tah-mobile-add-toggle) a.full-unstyled-link::after,
  body[class*="template-collection"] .card-wrapper:has(.tah-mobile-add-toggle) a.full-unstyled-link::after {
    pointer-events: none !important;
  }
}

/* =====================================================
   TAH PRODUCT PAGE FINAL REFINEMENTS
   Shipping line, description move styling, spacing, related button.
===================================================== */

@media screen and (max-width: 989px) {
  body.template-product product-info[id^="MainProduct-"] .product__tax,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__tax {
    display: none !important;
  }

  body.template-product product-info[id^="MainProduct-"] .tah-product-description-under-title,
  body[class*="template-product"] product-info[id^="MainProduct-"] .tah-product-description-under-title {
    display: block !important;
    margin: 8px 52px 14px 0 !important;
    padding: 0 !important;
    color: #555555 !important;
    font-family: var(--tah-sans, "Manrope", "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
  }

  body.template-product product-info[id^="MainProduct-"] .tah-product-description-under-title *,
  body[class*="template-product"] product-info[id^="MainProduct-"] .tah-product-description-under-title * {
    color: inherit !important;
    font: inherit !important;
    letter-spacing: inherit !important;
    text-transform: inherit !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__description,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product__description {
    display: none !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__input--pill,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__input--pill {
    margin-bottom: 2px !important;
    padding-bottom: 2px !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form,
  body.template-product product-info[id^="MainProduct-"] product-form,
  body.template-product product-info[id^="MainProduct-"] .product-form__buttons,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form,
  body[class*="template-product"] product-info[id^="MainProduct-"] product-form,
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__buttons {
    margin-top: 4px !important;
    margin-bottom: 24px !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product-form__submit,
  body.template-product product-info[id^="MainProduct-"] button[name="add"],
  body[class*="template-product"] product-info[id^="MainProduct-"] .product-form__submit,
  body[class*="template-product"] product-info[id^="MainProduct-"] button[name="add"] {
    font-family: var(--tah-sans, "Manrope", "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
  }

  body.template-product product-info[id^="MainProduct-"] .tah-pdp-service-links,
  body[class*="template-product"] product-info[id^="MainProduct-"] .tah-pdp-service-links {
    margin-top: 0 !important;
  }
}

body.template-product .related-products .quick-add__submit,
body.template-product product-recommendations .quick-add__submit,
body.template-product .related-products a[class*="quick-view"],
body.template-product .related-products button[class*="quick-view"],
body.template-product .related-products a[class*="quickview"],
body.template-product .related-products button[class*="quickview"],
body.template-product product-recommendations a[class*="quick-view"],
body.template-product product-recommendations button[class*="quick-view"],
body.template-product product-recommendations a[class*="quickview"],
body.template-product product-recommendations button[class*="quickview"],
body[class*="template-product"] .related-products .quick-add__submit,
body[class*="template-product"] product-recommendations .quick-add__submit,
body[class*="template-product"] .related-products a[class*="quick-view"],
body[class*="template-product"] .related-products button[class*="quick-view"],
body[class*="template-product"] .related-products a[class*="quickview"],
body[class*="template-product"] .related-products button[class*="quickview"],
body[class*="template-product"] product-recommendations a[class*="quick-view"],
body[class*="template-product"] product-recommendations button[class*="quick-view"],
body[class*="template-product"] product-recommendations a[class*="quickview"],
body[class*="template-product"] product-recommendations button[class*="quickview"] {
  background: #e1f0a2 !important;
  color: #000000 !important;
  border: 1px solid #e1f0a2 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  font-family: var(--tah-sans, "Manrope", "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
}

body.template-product .related-products a[class*="quick-view"] *,
body.template-product .related-products button[class*="quick-view"] *,
body.template-product .related-products a[class*="quickview"] *,
body.template-product .related-products button[class*="quickview"] *,
body.template-product product-recommendations a[class*="quick-view"] *,
body.template-product product-recommendations button[class*="quick-view"] *,
body.template-product product-recommendations a[class*="quickview"] *,
body.template-product product-recommendations button[class*="quickview"] *,
body[class*="template-product"] .related-products a[class*="quick-view"] *,
body[class*="template-product"] .related-products button[class*="quick-view"] *,
body[class*="template-product"] .related-products a[class*="quickview"] *,
body[class*="template-product"] .related-products button[class*="quickview"] *,
body[class*="template-product"] product-recommendations a[class*="quick-view"] *,
body[class*="template-product"] product-recommendations button[class*="quick-view"] *,
body[class*="template-product"] product-recommendations a[class*="quickview"] *,
body[class*="template-product"] product-recommendations button[class*="quickview"] * {
  font-weight: 500 !important;
}
/* TAH product page: heart only beside product title */
@media screen and (max-width: 989px) {
  body.template-product product-info[id^="MainProduct-"] .product__info-container {
    position: relative !important;
  }

  /* Leave room for the heart */
  body.template-product product-info[id^="MainProduct-"] .product__title {
    width: calc(100% - 58px) !important;
    max-width: calc(100% - 58px) !important;
    padding-right: 0 !important;
  }

  /* Position wishlist beside the title */
  body.template-product product-info[id^="MainProduct-"] wishlist-link,
  body.template-product product-info[id^="MainProduct-"] wk-wishlist-link,
  body.template-product product-info[id^="MainProduct-"] .wk-button,
  body.template-product product-info[id^="MainProduct-"] .wishlist-button {
    position: absolute !important;
    top: -26px !important;
    right: 0 !important;
    z-index: 10 !important;

    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
  }

  /* Hide all wishlist wording */
  body.template-product product-info[id^="MainProduct-"] wishlist-link span,
  body.template-product product-info[id^="MainProduct-"] wk-wishlist-link span,
  body.template-product product-info[id^="MainProduct-"] .wk-button span,
  body.template-product product-info[id^="MainProduct-"] .wishlist-button span,
  body.template-product product-info[id^="MainProduct-"] .wk-button__label,
  body.template-product product-info[id^="MainProduct-"] .wk-button__text {
    display: none !important;
  }

  /* Keep only the heart icon visible */
  body.template-product product-info[id^="MainProduct-"] wishlist-link svg,
  body.template-product product-info[id^="MainProduct-"] wk-wishlist-link svg,
  body.template-product product-info[id^="MainProduct-"] .wk-button svg,
  body.template-product product-info[id^="MainProduct-"] .wishlist-button svg {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    color: #000 !important;
    fill: none;
  }
}
/* TAH desktop product page: heart only beside product title */
@media screen and (min-width: 990px) {
  body.template-product product-info[id^="MainProduct-"] .product__info-container {
    position: relative !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__title {
    width: calc(100% - 56px) !important;
    max-width: calc(100% - 56px) !important;
    margin-right: 56px !important;
  }

  body.template-product product-info[id^="MainProduct-"] wishlist-link,
  body.template-product product-info[id^="MainProduct-"] wk-wishlist-link,
  body.template-product product-info[id^="MainProduct-"] .wk-button,
  body.template-product product-info[id^="MainProduct-"] .wishlist-button {
    position: absolute !important;
    top: 30px !important;
    right: 0 !important;
    z-index: 10 !important;

    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  body.template-product product-info[id^="MainProduct-"] wishlist-link span,
  body.template-product product-info[id^="MainProduct-"] wk-wishlist-link span,
  body.template-product product-info[id^="MainProduct-"] .wk-button span,
  body.template-product product-info[id^="MainProduct-"] .wishlist-button span,
  body.template-product product-info[id^="MainProduct-"] .wk-button__label,
  body.template-product product-info[id^="MainProduct-"] .wk-button__text {
    display: none !important;
  }

  body.template-product product-info[id^="MainProduct-"] wishlist-link svg,
  body.template-product product-info[id^="MainProduct-"] wk-wishlist-link svg,
  body.template-product product-info[id^="MainProduct-"] .wk-button svg,
  body.template-product product-info[id^="MainProduct-"] .wishlist-button svg {
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    margin: 0 !important;
    color: #000 !important;
  }
}
/* TAH desktop product title: fit on one line */
@media screen and (min-width: 990px) {
  body.template-product product-info[id^="MainProduct-"] .product__title h1 {
    font-size: clamp(28px, 2.15vw, 38px) !important;
    line-height: 1 !important;
    letter-spacing: -0.03em !important;
    white-space: nowrap !important;
  }
}
/* TAH desktop product page refinements */
@media screen and (min-width: 990px) {
  /* Move wishlist heart slightly closer to the title */
  body.template-product product-info[id^="MainProduct-"] wishlist-link,
  body.template-product product-info[id^="MainProduct-"] wk-wishlist-link,
  body.template-product product-info[id^="MainProduct-"] .wk-button,
  body.template-product product-info[id^="MainProduct-"] .wishlist-button {
    right: 18px !important;
  }

  /* Remove vendor above product title */
  body.template-product product-info[id^="MainProduct-"] .product__text.caption-with-letter-spacing,
  body.template-product product-info[id^="MainProduct-"] .product__vendor,
  body.template-product product-info[id^="MainProduct-"] [class*="vendor"] {
    display: none !important;
  }

  /* Remove shipping information below Afterpay */
  body.template-product product-info[id^="MainProduct-"] .product__tax,
  body.template-product product-info[id^="MainProduct-"] .product__tax.caption,
  body.template-product product-info[id^="MainProduct-"] .product__tax a {
    display: none !important;
  }

  /* Refine product description under title */
  body.template-product product-info[id^="MainProduct-"] .product__description {
    max-width: 520px !important;
    margin-top: 14px !important;
    margin-bottom: 18px !important;

    font-family: "Nunito Sans", var(--font-body-family), Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    letter-spacing: 0.01em !important;
    color: rgba(0, 0, 0, 0.68) !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__description p {
    margin: 0 !important;
  }
}
/* TAH desktop PDP: heart alignment + correct description styling */
@media screen and (min-width: 990px) {
  /* Move wishlist heart up so it aligns with the title */
  body.template-product product-info[id^="MainProduct-"] wishlist-link,
  body.template-product product-info[id^="MainProduct-"] wk-wishlist-link,
  body.template-product product-info[id^="MainProduct-"] .wk-button,
  body.template-product product-info[id^="MainProduct-"] .wishlist-button {
    top: 0 !important;
    right: 18px !important;
  }

  /* Product description directly under title */
  body.template-product product-info[id^="MainProduct-"] .product__description,
  body.template-product product-info[id^="MainProduct-"] .product__description *,
  body.template-product product-info[id^="MainProduct-"] .product__description.rte,
  body.template-product product-info[id^="MainProduct-"] .product__description.rte * {
    font-family: "Nunito Sans", var(--font-body-family), Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__description {
    margin-top: 10px !important;
    margin-bottom: 16px !important;
    max-width: 520px !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__description p {
    margin: 0 !important;
  }
}
/* =========================================================
   TAH DESKTOP PRODUCT PAGE
   1. Subtle staggered gallery
   2. Remove excess top gaps
   3. Add space below Add to Cart
   Desktop only
========================================================= */

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

  /* -----------------------------------------
     REMOVE LARGE GAP BELOW HEADER
  ----------------------------------------- */

  body.template-product
    main#MainContent
    > .shopify-section:first-child
    > section {
    padding-top: 22px !important;
    margin-top: 0 !important;
  }

  body.template-product product-info[id^="MainProduct-"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.template-product
    product-info[id^="MainProduct-"]
    > .page-width {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }


  /* -----------------------------------------
     PRODUCT INFORMATION CLOSER TO THE TOP
  ----------------------------------------- */

  body.template-product
    product-info[id^="MainProduct-"]
    .product__info-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body.template-product
    product-info[id^="MainProduct-"]
    .product__info-container {
    padding-top: 10px !important;
    margin-top: 0 !important;
  }

  body.template-product
    product-info[id^="MainProduct-"]
    .product__title {
    margin-top: 0 !important;
  }


  /* -----------------------------------------
     ADD MORE SPACE AFTER ADD TO CART
  ----------------------------------------- */

  body.template-product
    product-info[id^="MainProduct-"]
    .product-form {
    margin-bottom: 28px !important;
  }

  body.template-product
    product-info[id^="MainProduct-"]
    .product-form__buttons {
    margin-bottom: 0 !important;
  }

  body.template-product
    product-info[id^="MainProduct-"]
    .tah-pdp-service-links {
    margin-top: 0 !important;
  }
}
/* TAH desktop PDP: move only product images down */
@media screen and (min-width: 990px) {
  body.template-product
    product-info[id^="MainProduct-"]
    .product__media-wrapper {
    padding-top: 34px !important;
  }

  body.template-product
    product-info[id^="MainProduct-"]
    .product__info-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
/* TAH PDP: prevent wishlist heart overlapping title at intermediate widths */
body.template-product
  product-info[id^="MainProduct-"]
  .product__info-container {
  container-type: inline-size;
  container-name: tah-product-info;
}

/* Applies only when the product-information column becomes narrow */
@container tah-product-info (max-width: 540px) {
  .product__title {
    width: calc(100% - 52px) !important;
    max-width: calc(100% - 52px) !important;
    margin-right: 52px !important;
    padding-right: 0 !important;
  }

  .product__title h1 {
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  wishlist-link,
  wk-wishlist-link,
  .wk-button,
  .wishlist-button {
    position: absolute !important;
    top: 3px !important;
    right: 4px !important;

    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    transform: none !important;
  }

  wishlist-link span,
  wk-wishlist-link span,
  .wk-button span,
  .wishlist-button span,
  .wk-button__label,
  .wk-button__text {
    display: none !important;
  }
}
/* =====================================================
   TAH PDP wishlist fix for narrow desktop widths only
   Full desktop and mobile remain unchanged
===================================================== */

@media screen and (min-width: 990px) and (max-width: 1350px) {
  body.template-product product-info[id^="MainProduct-"] .product__info-container {
    position: relative !important;
  }

  /* Reserve a proper area for the heart */
  body.template-product product-info[id^="MainProduct-"] .product__title {
    width: calc(100% - 54px) !important;
    max-width: calc(100% - 54px) !important;
    margin-right: 54px !important;
    padding-right: 0 !important;
  }

  body.template-product product-info[id^="MainProduct-"] .product__title h1 {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  /* Keep only the heart and move it into the reserved space */
  body.template-product product-info[id^="MainProduct-"] wishlist-link,
  body.template-product product-info[id^="MainProduct-"] wk-wishlist-link,
  body.template-product product-info[id^="MainProduct-"] .wk-button,
  body.template-product product-info[id^="MainProduct-"] .wishlist-button,
  body.template-product product-info[id^="MainProduct-"] .shopify-app-block:has([class*="wishlist"]) {
    position: absolute !important;
    top: 2px !important;
    right: 4px !important;
    left: auto !important;

    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    z-index: 20 !important;
  }

  /* Hide any wishlist wording */
  body.template-product product-info[id^="MainProduct-"] wishlist-link span,
  body.template-product product-info[id^="MainProduct-"] wk-wishlist-link span,
  body.template-product product-info[id^="MainProduct-"] .wk-button span,
  body.template-product product-info[id^="MainProduct-"] .wishlist-button span,
  body.template-product product-info[id^="MainProduct-"] [class*="wishlist"] [class*="text"],
  body.template-product product-info[id^="MainProduct-"] [class*="wishlist"] [class*="label"] {
    display: none !important;
  }

  body.template-product product-info[id^="MainProduct-"] [class*="wishlist"] svg {
    width: 27px !important;
    height: 27px !important;
    margin: 0 !important;
  }
}
/* =========================================================
   THE ALCHEMIST'S HOME — JUDGE.ME REVIEW WIDGET
========================================================= */

#judgeme_product_reviews,
.jdgm-widget,
.jdgm-review-widget,
[class*="judgeme"],
[class*="judge-me"] {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 48px 34px !important;

  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #dedede !important;
  border-radius: 20px !important;
  box-shadow: none !important;

  font-family: "Nunito Sans", var(--font-body-family), Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

/* Make all widget text use the site body font */
#judgeme_product_reviews *,
.jdgm-widget *,
.jdgm-review-widget *,
[class*="judgeme"] *,
[class*="judge-me"] * {
  font-family: "Nunito Sans", var(--font-body-family), Arial, sans-serif !important;
  color: #000000 !important;
  letter-spacing: 0 !important;
}

/* Main Customer Reviews title */
#judgeme_product_reviews h1,
#judgeme_product_reviews h2,
#judgeme_product_reviews h3,
.jdgm-review-widget h1,
.jdgm-review-widget h2,
.jdgm-review-widget h3,
.jdgm-widget h1,
.jdgm-widget h2,
.jdgm-widget h3,
[class*="judgeme"] h1,
[class*="judgeme"] h2,
[class*="judgeme"] h3 {
  margin: 0 0 28px !important;

  font-family: "Cormorant Garamond", var(--font-heading-family), Georgia, serif !important;
  font-size: clamp(38px, 3.4vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
  color: #000000 !important;
  text-align: left !important;
}

/* Empty review text and general paragraphs */
#judgeme_product_reviews p,
.jdgm-review-widget p,
.jdgm-widget p,
[class*="judgeme"] p,
[class*="judge-me"] p {
  margin: 0 0 16px !important;

  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: #000000 !important;
}

/* Review buttons */
#judgeme_product_reviews button,
#judgeme_product_reviews a[role="button"],
.jdgm-review-widget button,
.jdgm-review-widget a[role="button"],
.jdgm-widget button,
.jdgm-widget a[role="button"],
[class*="judgeme"] button,
[class*="judge-me"] button {
  min-height: 48px !important;
  padding: 12px 24px !important;

  background: #e2f49a !important;
  color: #000000 !important;
  border: 1px solid #e2f49a !important;
  border-radius: 14px !important;
  box-shadow: none !important;

  font-family: "Nunito Sans", var(--font-body-family), Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

/* Filters, selects and inputs */
#judgeme_product_reviews select,
#judgeme_product_reviews input,
#judgeme_product_reviews textarea,
.jdgm-review-widget select,
.jdgm-review-widget input,
.jdgm-review-widget textarea,
[class*="judgeme"] select,
[class*="judgeme"] input,
[class*="judgeme"] textarea {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 12px !important;
  box-shadow: none !important;

  font-family: "Nunito Sans", var(--font-body-family), Arial, sans-serif !important;
}

/* Individual review cards/rows */
#judgeme_product_reviews article,
.jdgm-review-widget article,
.jdgm-widget article,
[class*="judgeme"] article,
[class*="review-item"],
[class*="review-card"] {
  padding: 28px 0 !important;
  margin: 0 !important;

  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #dedede !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Review titles */
#judgeme_product_reviews article h3,
#judgeme_product_reviews article h4,
.jdgm-review-widget article h3,
.jdgm-review-widget article h4,
[class*="review-item"] h3,
[class*="review-item"] h4 {
  margin: 12px 0 8px !important;

  font-family: "Cormorant Garamond", var(--font-heading-family), Georgia, serif !important;
  font-size: 27px !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
}

/* Verified/customer badges */
[class*="verified"],
[class*="badge"] {
  padding: 4px 8px !important;
  background: #fff7ff !important;
  color: #000000 !important;
  border-radius: 8px !important;
  border: 0 !important;
}

/* Keep stars black */
#judgeme_product_reviews svg,
.jdgm-review-widget svg,
.jdgm-widget svg,
[class*="judgeme"] svg {
  color: #000000 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  #judgeme_product_reviews,
  .jdgm-widget,
  .jdgm-review-widget,
  [class*="judgeme"],
  [class*="judge-me"] {
    padding: 34px 20px !important;
    border-radius: 16px !important;
  }

  #judgeme_product_reviews h1,
  #judgeme_product_reviews h2,
  #judgeme_product_reviews h3,
  .jdgm-review-widget h1,
  .jdgm-review-widget h2,
  .jdgm-review-widget h3,
  [class*="judgeme"] h1,
  [class*="judgeme"] h2,
  [class*="judgeme"] h3 {
    font-size: 40px !important;
    margin-bottom: 22px !important;
  }

  #judgeme_product_reviews button,
  #judgeme_product_reviews a[role="button"],
  .jdgm-review-widget button,
  .jdgm-review-widget a[role="button"],
  [class*="judgeme"] button {
    width: 100% !important;
  }
}
/* FIX: keep product price area transparent */
body.template-product
product-info[id^="MainProduct-"]
[id^="price-"],
body.template-product
product-info[id^="MainProduct-"]
[id^="price-"] .price,
body.template-product
product-info[id^="MainProduct-"]
[id^="price-"] .price__container,
body.template-product
product-info[id^="MainProduct-"]
[id^="price-"] .price__sale,
body.template-product
product-info[id^="MainProduct-"]
[id^="price-"] .price__regular {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Keep only the SALE badge pink */
body.template-product
product-info[id^="MainProduct-"]
[id^="price-"] .badge {
  background: #fdf2ff !important;
  color: #000000 !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
}

/* =====================================================
   TAH PRODUCT CARD SALE BADGE - FINAL POSITION + SIZE
   Keep SALE small and pinned to the top-left of product images.
===================================================== */

@media screen and (max-width: 749px) {
  body.template-index .product-card-wrapper .card__inner,
  body.template-index .card-wrapper .card__inner,
  body.template-collection .product-card-wrapper .card__inner,
  body.template-collection .card-wrapper .card__inner,
  body[class*="template-index"] .product-card-wrapper .card__inner,
  body[class*="template-index"] .card-wrapper .card__inner,
  body[class*="template-collection"] .product-card-wrapper .card__inner,
  body[class*="template-collection"] .card-wrapper .card__inner {
    position: relative !important;
  }

  body.template-index .product-card-wrapper .card__inner .card__badge,
  body.template-index .card-wrapper .card__inner .card__badge,
  body.template-collection .product-card-wrapper .card__inner .card__badge,
  body.template-collection .card-wrapper .card__inner .card__badge,
  body[class*="template-index"] .product-card-wrapper .card__inner .card__badge,
  body[class*="template-index"] .card-wrapper .card__inner .card__badge,
  body[class*="template-collection"] .product-card-wrapper .card__inner .card__badge,
  body[class*="template-collection"] .card-wrapper .card__inner .card__badge {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 4 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    pointer-events: none !important;
  }

  body.template-index .product-card-wrapper .card__inner .card__badge .badge,
  body.template-index .card-wrapper .card__inner .card__badge .badge,
  body.template-collection .product-card-wrapper .card__inner .card__badge .badge,
  body.template-collection .card-wrapper .card__inner .card__badge .badge,
  body[class*="template-index"] .product-card-wrapper .card__inner .card__badge .badge,
  body[class*="template-index"] .card-wrapper .card__inner .card__badge .badge,
  body[class*="template-collection"] .product-card-wrapper .card__inner .card__badge .badge,
  body[class*="template-collection"] .card-wrapper .card__inner .card__badge .badge {
    min-width: 0 !important;
    min-height: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 6px 12px !important;
    border-radius: 7px !important;
    background: #fbf0fb !important;
    border: 1px solid #fbf0fb !important;
    color: #000000 !important;
    font-family: var(--tah-sans, "Manrope", "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
  }

  body.template-index .product-card-wrapper .card__inner .card__badge .badge *,
  body.template-index .card-wrapper .card__inner .card__badge .badge *,
  body.template-collection .product-card-wrapper .card__inner .card__badge .badge *,
  body.template-collection .card-wrapper .card__inner .card__badge .badge *,
  body[class*="template-index"] .product-card-wrapper .card__inner .card__badge .badge *,
  body[class*="template-index"] .card-wrapper .card__inner .card__badge .badge *,
  body[class*="template-collection"] .product-card-wrapper .card__inner .card__badge .badge *,
  body[class*="template-collection"] .card-wrapper .card__inner .card__badge .badge * {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
  }

  body.template-index .product-card-wrapper .card__badge,
  body.template-index .card-wrapper .card__badge,
  body.template-collection .product-card-wrapper .card__badge,
  body.template-collection .card-wrapper .card__badge,
  body[class*="template-index"] .product-card-wrapper .card__badge,
  body[class*="template-index"] .card-wrapper .card__badge,
  body[class*="template-collection"] .product-card-wrapper .card__badge,
  body[class*="template-collection"] .card-wrapper .card__badge {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 12 !important;
    margin: 0 !important;
    pointer-events: none !important;
  }

  body.template-index .product-card-wrapper .card__badge .badge,
  body.template-index .card-wrapper .card__badge .badge,
  body.template-collection .product-card-wrapper .card__badge .badge,
  body.template-collection .card-wrapper .card__badge .badge,
  body[class*="template-index"] .product-card-wrapper .card__badge .badge,
  body[class*="template-index"] .card-wrapper .card__badge .badge,
  body[class*="template-collection"] .product-card-wrapper .card__badge .badge,
  body[class*="template-collection"] .card-wrapper .card__badge .badge {
    padding: 5px 10px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }
}

/* =====================================================
   TAH SALE BADGE EVERYWHERE - TRUE FINAL
   Match product-card SALE badge to the small top-left style.
===================================================== */

body .card-wrapper .card__inner,
body .product-card-wrapper .card__inner,
body .grid__item .card__inner,
body .slider__slide .card__inner {
  position: relative !important;
}

body .card-wrapper .card__inner > .card__content,
body .product-card-wrapper .card__inner > .card__content,
body .grid__item .card__inner > .card__content,
body .slider__slide .card__inner > .card__content {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

body .card-wrapper .card__badge,
body .product-card-wrapper .card__badge,
body .grid__item .card__badge,
body .slider__slide .card__badge,
body .card-wrapper .card__inner .card__badge,
body .product-card-wrapper .card__inner .card__badge,
body .grid__item .card__inner .card__badge,
body .slider__slide .card__inner .card__badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 20 !important;
  pointer-events: none !important;
}

body .card-wrapper .card__badge .badge,
body .product-card-wrapper .card__badge .badge,
body .grid__item .card__badge .badge,
body .slider__slide .card__badge .badge,
body .card-wrapper .card__inner .card__badge .badge,
body .product-card-wrapper .card__inner .card__badge .badge,
body .grid__item .card__inner .card__badge .badge,
body .slider__slide .card__inner .card__badge .badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 5px 9px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #fff7ff !important;
  color: #000000 !important;
  box-shadow: none !important;
  font-family: var(--tah-sans, "Manrope", "Nunito Sans", "Avenir Next", Arial, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body .card-wrapper .card__badge .badge *,
body .product-card-wrapper .card__badge .badge *,
body .grid__item .card__badge .badge *,
body .slider__slide .card__badge .badge *,
body .card-wrapper .card__inner .card__badge .badge *,
body .product-card-wrapper .card__inner .card__badge .badge *,
body .grid__item .card__inner .card__badge .badge *,
body .slider__slide .card__inner .card__badge .badge * {
  font: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
}

/* =====================================================
   TAH MOBILE STICKY ANNOUNCEMENT + HEADER
   Keep the full mobile header stack moving together.
===================================================== */

@media screen and (max-width: 749px) {
  body .announcement-bar-section {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 8px !important;
    z-index: 120 !important;
    padding: 0 8px !important;
    margin: 0 !important;
    background: transparent !important;
  }

  body .section-header,
  body .shopify-section-header,
  body .shopify-section-header-sticky,
  body #shopify-section-header {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 54px !important;
    z-index: 119 !important;
    padding: 8px 8px 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  body .announcement-bar-section .utility-bar,
  body .announcement-bar-section .utility-bar.gradient,
  body .announcement-bar-section .announcement-bar,
  body .announcement-bar-section .utility-bar__grid,
  body .announcement-bar-section .utility-bar__grid.page-width {
    width: 100% !important;
    border-radius: 8px !important;
  }

  body .header-wrapper,
  body .header-wrapper.gradient {
    overflow: visible !important;
  }
}

/* =====================================================
   TAH CART / WISHLIST / MOBILE HEADER POLISH - TRUE EOF
   Final override: header wishlist stays clean, empty pages stay calm.
===================================================== */

body .header__icons wishlist-link,
body .header__icons wk-wishlist-link,
body .header__icons wishlist-link .wk-button,
body .header__icons wk-wishlist-link .wk-button,
body .header__icons .wk-header-link,
body .header__icons .wk-button,
body .header__icons .header__icon--wishlist {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  min-width: 44px !important;
  width: 44px !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  color: #000000 !important;
}

body .header__icons wishlist-link svg,
body .header__icons wk-wishlist-link svg,
body .header__icons wishlist-link .wk-icon,
body .header__icons wk-wishlist-link .wk-icon,
body .header__icons .wk-button svg,
body .header__icons .wk-icon {
  color: #000000 !important;
  stroke: #000000 !important;
  fill: none !important;
}

body.template-cart .cart__warnings,
body[class*="template-cart"] .cart__warnings,
body:has(.cart__warnings) .cart__warnings,
body:has(.wk-page) main .wk-page,
body:has(.wk-wishlist-page) main .wk-wishlist-page,
main [class*="wishlist-page"] {
  width: min(100%, 680px) !important;
  min-height: 0 !important;
  margin: 64px auto 84px !important;
  padding: 44px 24px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

body.template-cart .title-wrapper-with-link,
body[class*="template-cart"] .title-wrapper-with-link {
  width: min(100%, 980px) !important;
  margin: 58px auto 12px !important;
  padding: 0 24px !important;
}

body.template-cart .title-wrapper-with-link .title,
body[class*="template-cart"] .title-wrapper-with-link .title,
main .wk-page h1,
main .wk-wishlist-page h1,
main [class*="wishlist-page"] h1,
main .wk-title {
  color: #000000 !important;
  font-family: var(--tah-serif, "Cormorant Garamond", "Times New Roman", serif) !important;
  font-size: clamp(40px, 4vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
}

body.template-cart .cart__empty-text,
body[class*="template-cart"] .cart__empty-text {
  margin: 0 0 24px !important;
  color: #000000 !important;
  font-family: var(--tah-serif, "Cormorant Garamond", "Times New Roman", serif) !important;
  font-size: clamp(28px, 3vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
}

body.template-cart .cart__warnings p,
body.template-cart .cart__login-title,
body.template-cart .cart__login-paragraph,
body[class*="template-cart"] .cart__warnings p,
body[class*="template-cart"] .cart__login-title,
body[class*="template-cart"] .cart__login-paragraph,
main .wk-page p,
main .wk-page .wk-empty,
main .wk-page .wk-empty *,
main .wk-wishlist-page p,
main [class*="wishlist-page"] p {
  color: #333333 !important;
  font-family: var(--tah-sans, "Manrope", "Nunito Sans", Arial, sans-serif) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

body.template-cart .cart__warnings .button,
body.template-cart .cart .button,
body.template-cart .cart__checkout-button,
body[class*="template-cart"] .cart__warnings .button,
body[class*="template-cart"] .cart .button,
body[class*="template-cart"] .cart__checkout-button,
main .wk-page .wk-button,
main .wk-page button,
main .wk-page a[role="button"],
main .wk-wishlist-page button,
main .wk-wishlist-page a[role="button"],
main [class*="wishlist-page"] button,
main [class*="wishlist-page"] a[role="button"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 190px !important;
  min-height: 52px !important;
  padding: 0 30px !important;
  background: #e1f0a2 !important;
  border: 1px solid #e1f0a2 !important;
  border-radius: 8px !important;
  color: #000000 !important;
  box-shadow: none !important;
  font-family: var(--tah-sans, "Manrope", "Nunito Sans", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.template-cart .cart__login-title,
body[class*="template-cart"] .cart__login-title {
  margin-top: 34px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

body.template-cart .cart__login-paragraph,
body[class*="template-cart"] .cart__login-paragraph {
  margin-top: 8px !important;
}

@media screen and (max-width: 749px) {
  body .announcement-bar-section {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    z-index: 130 !important;
    padding: 8px 8px 0 !important;
    margin: 0 !important;
    background: #eef4fb !important;
  }

  body .announcement-bar-section .utility-bar,
  body .announcement-bar-section .utility-bar.gradient,
  body .announcement-bar-section .announcement-bar,
  body .announcement-bar-section .utility-bar__grid,
  body .announcement-bar-section .utility-bar__grid.page-width {
    min-height: 44px !important;
    border-radius: 16px 16px 0 0 !important;
  }

  body .section-header,
  body .shopify-section-header,
  body .shopify-section-header-sticky,
  body #shopify-section-header {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 52px !important;
    z-index: 129 !important;
    padding: 0 8px 0 !important;
    margin: 0 !important;
    background: #eef4fb !important;
  }

  body .header-wrapper,
  body .header-wrapper.gradient {
    border-top: 0 !important;
    border-radius: 0 0 16px 16px !important;
    overflow: visible !important;
  }

  body.template-cart .title-wrapper-with-link,
  body[class*="template-cart"] .title-wrapper-with-link {
    margin: 30px auto 8px !important;
    padding: 0 18px !important;
  }

  body.template-cart .cart__warnings,
  body[class*="template-cart"] .cart__warnings,
  body:has(.cart__warnings) .cart__warnings,
  body:has(.wk-page) main .wk-page,
  body:has(.wk-wishlist-page) main .wk-wishlist-page,
  main [class*="wishlist-page"] {
    width: calc(100% - 32px) !important;
    margin: 24px auto 56px !important;
    padding: 34px 16px !important;
  }

  body.template-cart .title-wrapper-with-link .title,
  body[class*="template-cart"] .title-wrapper-with-link .title,
  main .wk-page h1,
  main .wk-wishlist-page h1,
  main [class*="wishlist-page"] h1,
  main .wk-title {
    font-size: 42px !important;
  }

  body.template-cart .cart__empty-text,
  body[class*="template-cart"] .cart__empty-text {
    font-size: 30px !important;
  }

  body.template-cart .cart__warnings .button,
  body.template-cart .cart .button,
  body.template-cart .cart__checkout-button,
  body[class*="template-cart"] .cart__warnings .button,
  body[class*="template-cart"] .cart .button,
  body[class*="template-cart"] .cart__checkout-button,
  main .wk-page .wk-button,
  main .wk-page button,
  main .wk-page a[role="button"],
  main .wk-wishlist-page button,
  main .wk-wishlist-page a[role="button"],
  main [class*="wishlist-page"] button,
  main [class*="wishlist-page"] a[role="button"] {
    width: 100% !important;
    max-width: 340px !important;
  }
}

/* =====================================================
   TAH MOBILE HEADER WIDTH - TRUE FINAL
   Keep sticky announcement/header as wide as the page frame.
===================================================== */

@media screen and (max-width: 749px) {
  body .announcement-bar-section,
  body .section-header,
  body .shopify-section-header,
  body .shopify-section-header-sticky,
  body #shopify-section-header {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body .announcement-bar-section {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
  }

  body .section-header,
  body .shopify-section-header,
  body .shopify-section-header-sticky,
  body #shopify-section-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body .announcement-bar-section .utility-bar,
  body .announcement-bar-section .utility-bar.gradient,
  body .announcement-bar-section .announcement-bar,
  body .announcement-bar-section .utility-bar__grid,
  body .announcement-bar-section .utility-bar__grid.page-width,
  body .header-wrapper,
  body .header-wrapper.gradient {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

/* =====================================================
   TAH CART / WISHLIST / MOBILE HEADER POLISH - TRUE FINAL
   Fix wishlist header leak, calm empty states, Bed Threads style mobile stack.
===================================================== */

body .header__icons wishlist-link,
body .header__icons wk-wishlist-link,
body .header__icons wishlist-link .wk-button,
body .header__icons wk-wishlist-link .wk-button,
body .header__icons .wk-header-link,
body .header__icons .wk-button,
body .header__icons .header__icon--wishlist {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  min-width: 44px !important;
  width: 44px !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  color: #000000 !important;
}

body .header__icons wishlist-link svg,
body .header__icons wk-wishlist-link svg,
body .header__icons wishlist-link .wk-icon,
body .header__icons wk-wishlist-link .wk-icon,
body .header__icons .wk-button svg,
body .header__icons .wk-icon {
  color: #000000 !important;
  stroke: #000000 !important;
  fill: none !important;
}

body.template-cart .cart__warnings,
body[class*="template-cart"] .cart__warnings,
body:has(.cart__warnings) .cart__warnings,
body:has(.wk-page) main .wk-page,
body:has(.wk-wishlist-page) main .wk-wishlist-page,
main [class*="wishlist-page"] {
  width: min(100%, 680px) !important;
  min-height: 0 !important;
  margin: 64px auto 84px !important;
  padding: 44px 24px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

body.template-cart .title-wrapper-with-link,
body[class*="template-cart"] .title-wrapper-with-link {
  width: min(100%, 980px) !important;
  margin: 58px auto 12px !important;
  padding: 0 24px !important;
}

body.template-cart .title-wrapper-with-link .title,
body[class*="template-cart"] .title-wrapper-with-link .title,
main .wk-page h1,
main .wk-wishlist-page h1,
main [class*="wishlist-page"] h1,
main .wk-title {
  color: #000000 !important;
  font-family: var(--tah-serif, "Cormorant Garamond", "Times New Roman", serif) !important;
  font-size: clamp(40px, 4vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
}

body.template-cart .cart__empty-text,
body[class*="template-cart"] .cart__empty-text {
  margin: 0 0 24px !important;
  color: #000000 !important;
  font-family: var(--tah-serif, "Cormorant Garamond", "Times New Roman", serif) !important;
  font-size: clamp(28px, 3vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
}

body.template-cart .cart__warnings p,
body.template-cart .cart__login-title,
body.template-cart .cart__login-paragraph,
body[class*="template-cart"] .cart__warnings p,
body[class*="template-cart"] .cart__login-title,
body[class*="template-cart"] .cart__login-paragraph,
main .wk-page p,
main .wk-page .wk-empty,
main .wk-page .wk-empty *,
main .wk-wishlist-page p,
main [class*="wishlist-page"] p {
  color: #333333 !important;
  font-family: var(--tah-sans, "Manrope", "Nunito Sans", Arial, sans-serif) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

body.template-cart .cart__warnings .button,
body.template-cart .cart .button,
body.template-cart .cart__checkout-button,
body[class*="template-cart"] .cart__warnings .button,
body[class*="template-cart"] .cart .button,
body[class*="template-cart"] .cart__checkout-button,
main .wk-page .wk-button,
main .wk-page button,
main .wk-page a[role="button"],
main .wk-wishlist-page button,
main .wk-wishlist-page a[role="button"],
main [class*="wishlist-page"] button,
main [class*="wishlist-page"] a[role="button"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 190px !important;
  min-height: 52px !important;
  padding: 0 30px !important;
  background: #e1f0a2 !important;
  border: 1px solid #e1f0a2 !important;
  border-radius: 8px !important;
  color: #000000 !important;
  box-shadow: none !important;
  font-family: var(--tah-sans, "Manrope", "Nunito Sans", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.template-cart .cart__login-title,
body[class*="template-cart"] .cart__login-title {
  margin-top: 34px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

body.template-cart .cart__login-paragraph,
body[class*="template-cart"] .cart__login-paragraph {
  margin-top: 8px !important;
}

@media screen and (max-width: 749px) {
  body .announcement-bar-section {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    z-index: 130 !important;
    padding: 8px 8px 0 !important;
    margin: 0 !important;
    background: #eef4fb !important;
  }

  body .announcement-bar-section .utility-bar,
  body .announcement-bar-section .utility-bar.gradient,
  body .announcement-bar-section .announcement-bar,
  body .announcement-bar-section .utility-bar__grid,
  body .announcement-bar-section .utility-bar__grid.page-width {
    min-height: 44px !important;
    border-radius: 16px 16px 0 0 !important;
  }

  body .section-header,
  body .shopify-section-header,
  body .shopify-section-header-sticky,
  body #shopify-section-header {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 52px !important;
    z-index: 129 !important;
    padding: 0 8px 0 !important;
    margin: 0 !important;
    background: #eef4fb !important;
  }

  body .header-wrapper,
  body .header-wrapper.gradient {
    border-top: 0 !important;
    border-radius: 0 0 16px 16px !important;
    overflow: visible !important;
  }

  body.template-cart .title-wrapper-with-link,
  body[class*="template-cart"] .title-wrapper-with-link {
    margin: 30px auto 8px !important;
    padding: 0 18px !important;
  }

  body.template-cart .cart__warnings,
  body[class*="template-cart"] .cart__warnings,
  body:has(.cart__warnings) .cart__warnings,
  body:has(.wk-page) main .wk-page,
  body:has(.wk-wishlist-page) main .wk-wishlist-page,
  main [class*="wishlist-page"] {
    width: calc(100% - 32px) !important;
    margin: 24px auto 56px !important;
    padding: 34px 16px !important;
  }

  body.template-cart .title-wrapper-with-link .title,
  body[class*="template-cart"] .title-wrapper-with-link .title,
  main .wk-page h1,
  main .wk-wishlist-page h1,
  main [class*="wishlist-page"] h1,
  main .wk-title {
    font-size: 42px !important;
  }

  body.template-cart .cart__empty-text,
  body[class*="template-cart"] .cart__empty-text {
    font-size: 30px !important;
  }

  body.template-cart .cart__warnings .button,
  body.template-cart .cart .button,
  body.template-cart .cart__checkout-button,
  body[class*="template-cart"] .cart__warnings .button,
  body[class*="template-cart"] .cart .button,
  body[class*="template-cart"] .cart__checkout-button,
  main .wk-page .wk-button,
  main .wk-page button,
  main .wk-page a[role="button"],
  main .wk-wishlist-page button,
  main .wk-wishlist-page a[role="button"],
  main [class*="wishlist-page"] button,
  main [class*="wishlist-page"] a[role="button"] {
    width: 100% !important;
    max-width: 340px !important;
  }
}

/* =====================================================
   TAH CART + WISHLIST PAGES
   Shop-style empty states and page layouts for desktop + phone.
===================================================== */

body.template-cart main,
body[class*="template-cart"] main,
body:has(.cart__warnings) main,
body:has(.wk-page) main,
body:has(.wk-wishlist-page) main,
body:has([class*="wishlist-page"]) main {
  background: #ffffff !important;
}

body.template-cart .page-width,
body[class*="template-cart"] .page-width,
body:has(.cart__warnings) .page-width,
body:has(.wk-page) .page-width,
body:has(.wk-wishlist-page) .page-width,
body:has([class*="wishlist-page"]) .page-width {
  max-width: 1180px !important;
}

body.template-cart .cart,
body.template-cart .cart__warnings,
body.template-cart .cart__empty-text,
body[class*="template-cart"] .cart,
body[class*="template-cart"] .cart__warnings,
body[class*="template-cart"] .cart__empty-text,
body:has(.cart__warnings) .cart,
body:has(.cart__warnings) .cart__warnings {
  text-align: center !important;
}

body.template-cart .cart__warnings,
body[class*="template-cart"] .cart__warnings,
body:has(.cart__warnings) .cart__warnings,
body:has(.wk-page) .wk-page,
body:has(.wk-wishlist-page) .wk-wishlist-page,
body:has([class*="wishlist-page"]) [class*="wishlist-page"] {
  width: min(100%, 920px) !important;
  margin: 72px auto 96px !important;
  padding: 56px 28px !important;
  background: #fffdfb !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

body.template-cart .title-wrapper-with-link,
body[class*="template-cart"] .title-wrapper-with-link {
  width: min(100%, 1180px) !important;
  margin: 56px auto 24px !important;
  padding: 0 24px !important;
  align-items: center !important;
}

body.template-cart .title-wrapper-with-link .title,
body.template-cart .cart__empty-text,
body[class*="template-cart"] .title-wrapper-with-link .title,
body[class*="template-cart"] .cart__empty-text,
body:has(.wk-page) .wk-title,
.wk-page h1,
.wk-wishlist-page h1,
[class*="wishlist-page"] h1 {
  color: #000000 !important;
  font-family: var(--tah-serif, "Cormorant Garamond", "Times New Roman", serif) !important;
  font-size: clamp(40px, 5vw, 64px) !important;
  font-weight: 500 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
}

body.template-cart .cart__warnings p,
body.template-cart .cart__login-title,
body.template-cart .cart__login-paragraph,
body[class*="template-cart"] .cart__warnings p,
body[class*="template-cart"] .cart__login-title,
body[class*="template-cart"] .cart__login-paragraph,
body:has(.wk-page) .wk-empty,
body:has(.wk-page) .wk-empty *,
.wk-wishlist-page p,
[class*="wishlist-page"] p {
  color: #2b2b2b !important;
  font-family: var(--tah-sans, "Manrope", "Nunito Sans", Arial, sans-serif) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

body.template-cart .cart .button,
body.template-cart .cart__warnings .button,
body.template-cart .cart__checkout-button,
body[class*="template-cart"] .cart .button,
body[class*="template-cart"] .cart__warnings .button,
body[class*="template-cart"] .cart__checkout-button,
body:has(.wk-page) .wk-button,
.wk-page button,
.wk-page a[role="button"],
.wk-wishlist-page button,
.wk-wishlist-page a[role="button"],
[class*="wishlist-page"] button,
[class*="wishlist-page"] a[role="button"] {
  min-height: 52px !important;
  padding: 0 28px !important;
  border-radius: 8px !important;
  border: 1px solid #e1f0a2 !important;
  background: #e1f0a2 !important;
  color: #000000 !important;
  box-shadow: none !important;
  font-family: var(--tah-sans, "Manrope", "Nunito Sans", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
}

body.template-cart .underlined-link,
body[class*="template-cart"] .underlined-link,
.wk-page a,
.wk-wishlist-page a,
[class*="wishlist-page"] a {
  color: #303030 !important;
  text-underline-offset: 0.22em !important;
}

body.template-cart .cart-items,
body.template-cart .cart__items,
body.template-cart .cart__footer,
body[class*="template-cart"] .cart-items,
body[class*="template-cart"] .cart__items,
body[class*="template-cart"] .cart__footer {
  background: #fffdfb !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
  border-radius: 14px !important;
}

body.template-cart .cart-item,
body[class*="template-cart"] .cart-item {
  border-color: rgba(0, 0, 0, 0.10) !important;
}

body:has(.wk-page) .wk-grid,
.wk-wishlist-page [class*="grid"],
[class*="wishlist-page"] [class*="grid"] {
  gap: 24px !important;
}

@media screen and (max-width: 749px) {
  body.template-cart .title-wrapper-with-link,
  body[class*="template-cart"] .title-wrapper-with-link {
    margin: 28px auto 16px !important;
    padding: 0 18px !important;
  }

  body.template-cart .cart__warnings,
  body[class*="template-cart"] .cart__warnings,
  body:has(.cart__warnings) .cart__warnings,
  body:has(.wk-page) .wk-page,
  body:has(.wk-wishlist-page) .wk-wishlist-page,
  body:has([class*="wishlist-page"]) [class*="wishlist-page"] {
    width: calc(100% - 32px) !important;
    margin: 32px auto 64px !important;
    padding: 38px 20px !important;
    border-radius: 14px !important;
  }

  body.template-cart .title-wrapper-with-link .title,
  body.template-cart .cart__empty-text,
  body[class*="template-cart"] .title-wrapper-with-link .title,
  body[class*="template-cart"] .cart__empty-text,
  body:has(.wk-page) .wk-title,
  .wk-page h1,
  .wk-wishlist-page h1,
  [class*="wishlist-page"] h1 {
    font-size: 44px !important;
  }

  body.template-cart .cart .button,
  body.template-cart .cart__warnings .button,
  body.template-cart .cart__checkout-button,
  body[class*="template-cart"] .cart .button,
  body[class*="template-cart"] .cart__warnings .button,
  body[class*="template-cart"] .cart__checkout-button,
  body:has(.wk-page) .wk-button,
  .wk-page button,
  .wk-page a[role="button"],
  .wk-wishlist-page button,
  .wk-wishlist-page a[role="button"],
  [class*="wishlist-page"] button,
  [class*="wishlist-page"] a[role="button"] {
    width: 100% !important;
  }
}

/* =====================================================
   TAH MOBILE STICKY HEADER STACK - TRUE FINAL
   Announcement stays attached above the mobile header.
===================================================== */

@media screen and (max-width: 749px) {
  body .announcement-bar-section {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 8px !important;
    z-index: 121 !important;
    padding: 0 8px !important;
    margin: 0 !important;
    background: transparent !important;
  }

  body .section-header,
  body .shopify-section-header,
  body .shopify-section-header-sticky,
  body #shopify-section-header {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 54px !important;
    z-index: 120 !important;
    padding: 8px 8px 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  body .header-wrapper,
  body .header-wrapper.gradient {
    overflow: visible !important;
  }
}

/* =====================================================
   TAH CART / WISHLIST / MOBILE HEADER POLISH - TRUE EOF
   Final override: header wishlist stays clean, empty pages stay calm.
===================================================== */

body .header__icons wishlist-link,
body .header__icons wk-wishlist-link,
body .header__icons wishlist-link .wk-button,
body .header__icons wk-wishlist-link .wk-button,
body .header__icons .wk-header-link,
body .header__icons .wk-button,
body .header__icons .header__icon--wishlist {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  min-width: 44px !important;
  width: 44px !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  color: #000000 !important;
}

body .header__icons wishlist-link svg,
body .header__icons wk-wishlist-link svg,
body .header__icons wishlist-link .wk-icon,
body .header__icons wk-wishlist-link .wk-icon,
body .header__icons .wk-button svg,
body .header__icons .wk-icon {
  color: #000000 !important;
  stroke: #000000 !important;
  fill: none !important;
}

body.template-cart .cart__warnings,
body[class*="template-cart"] .cart__warnings,
body:has(.cart__warnings) .cart__warnings,
body:has(.wk-page) main .wk-page,
body:has(.wk-wishlist-page) main .wk-wishlist-page,
main [class*="wishlist-page"] {
  width: min(100%, 680px) !important;
  min-height: 0 !important;
  margin: 64px auto 84px !important;
  padding: 44px 24px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

body.template-cart .title-wrapper-with-link,
body[class*="template-cart"] .title-wrapper-with-link {
  width: min(100%, 980px) !important;
  margin: 58px auto 12px !important;
  padding: 0 24px !important;
}

body.template-cart .title-wrapper-with-link .title,
body[class*="template-cart"] .title-wrapper-with-link .title,
main .wk-page h1,
main .wk-wishlist-page h1,
main [class*="wishlist-page"] h1,
main .wk-title {
  color: #000000 !important;
  font-family: var(--tah-serif, "Cormorant Garamond", "Times New Roman", serif) !important;
  font-size: clamp(40px, 4vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
}

body.template-cart .cart__empty-text,
body[class*="template-cart"] .cart__empty-text {
  margin: 0 0 24px !important;
  color: #000000 !important;
  font-family: var(--tah-serif, "Cormorant Garamond", "Times New Roman", serif) !important;
  font-size: clamp(28px, 3vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
}

body.template-cart .cart__warnings p,
body.template-cart .cart__login-title,
body.template-cart .cart__login-paragraph,
body[class*="template-cart"] .cart__warnings p,
body[class*="template-cart"] .cart__login-title,
body[class*="template-cart"] .cart__login-paragraph,
main .wk-page p,
main .wk-page .wk-empty,
main .wk-page .wk-empty *,
main .wk-wishlist-page p,
main [class*="wishlist-page"] p {
  color: #333333 !important;
  font-family: var(--tah-sans, "Manrope", "Nunito Sans", Arial, sans-serif) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

body.template-cart .cart__warnings .button,
body.template-cart .cart .button,
body.template-cart .cart__checkout-button,
body[class*="template-cart"] .cart__warnings .button,
body[class*="template-cart"] .cart .button,
body[class*="template-cart"] .cart__checkout-button,
main .wk-page .wk-button,
main .wk-page button,
main .wk-page a[role="button"],
main .wk-wishlist-page button,
main .wk-wishlist-page a[role="button"],
main [class*="wishlist-page"] button,
main [class*="wishlist-page"] a[role="button"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 190px !important;
  min-height: 52px !important;
  padding: 0 30px !important;
  background: #e1f0a2 !important;
  border: 1px solid #e1f0a2 !important;
  border-radius: 8px !important;
  color: #000000 !important;
  box-shadow: none !important;
  font-family: var(--tah-sans, "Manrope", "Nunito Sans", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.template-cart .cart__login-title,
body[class*="template-cart"] .cart__login-title {
  margin-top: 34px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

body.template-cart .cart__login-paragraph,
body[class*="template-cart"] .cart__login-paragraph {
  margin-top: 8px !important;
}

@media screen and (max-width: 749px) {
  body .announcement-bar-section {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    z-index: 130 !important;
    padding: 8px 8px 0 !important;
    margin: 0 !important;
    background: #eef4fb !important;
  }

  body .announcement-bar-section .utility-bar,
  body .announcement-bar-section .utility-bar.gradient,
  body .announcement-bar-section .announcement-bar,
  body .announcement-bar-section .utility-bar__grid,
  body .announcement-bar-section .utility-bar__grid.page-width {
    min-height: 44px !important;
    border-radius: 16px 16px 0 0 !important;
  }

  body .section-header,
  body .shopify-section-header,
  body .shopify-section-header-sticky,
  body #shopify-section-header {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 52px !important;
    z-index: 129 !important;
    padding: 0 8px 0 !important;
    margin: 0 !important;
    background: #eef4fb !important;
  }

  body .header-wrapper,
  body .header-wrapper.gradient {
    border-top: 0 !important;
    border-radius: 0 0 16px 16px !important;
    overflow: visible !important;
  }

  body.template-cart .title-wrapper-with-link,
  body[class*="template-cart"] .title-wrapper-with-link {
    margin: 30px auto 8px !important;
    padding: 0 18px !important;
  }

  body.template-cart .cart__warnings,
  body[class*="template-cart"] .cart__warnings,
  body:has(.cart__warnings) .cart__warnings,
  body:has(.wk-page) main .wk-page,
  body:has(.wk-wishlist-page) main .wk-wishlist-page,
  main [class*="wishlist-page"] {
    width: calc(100% - 32px) !important;
    margin: 24px auto 56px !important;
    padding: 34px 16px !important;
  }

  body.template-cart .title-wrapper-with-link .title,
  body[class*="template-cart"] .title-wrapper-with-link .title,
  main .wk-page h1,
  main .wk-wishlist-page h1,
  main [class*="wishlist-page"] h1,
  main .wk-title {
    font-size: 42px !important;
  }

  body.template-cart .cart__empty-text,
  body[class*="template-cart"] .cart__empty-text {
    font-size: 30px !important;
  }

  body.template-cart .cart__warnings .button,
  body.template-cart .cart .button,
  body.template-cart .cart__checkout-button,
  body[class*="template-cart"] .cart__warnings .button,
  body[class*="template-cart"] .cart .button,
  body[class*="template-cart"] .cart__checkout-button,
  main .wk-page .wk-button,
  main .wk-page button,
  main .wk-page a[role="button"],
  main .wk-wishlist-page button,
  main .wk-wishlist-page a[role="button"],
  main [class*="wishlist-page"] button,
  main [class*="wishlist-page"] a[role="button"] {
    width: 100% !important;
    max-width: 340px !important;
  }
}

/* =====================================================
   TAH MOBILE HEADER WIDTH - TRUE EOF
   Header and announcement match the page frame width.
===================================================== */

@media screen and (max-width: 749px) {
  body .announcement-bar-section,
  body .section-header,
  body .shopify-section-header,
  body .shopify-section-header-sticky,
  body #shopify-section-header {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body .announcement-bar-section {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
  }

  body .section-header,
  body .shopify-section-header,
  body .shopify-section-header-sticky,
  body #shopify-section-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body .announcement-bar-section .utility-bar,
  body .announcement-bar-section .utility-bar.gradient,
  body .announcement-bar-section .announcement-bar,
  body .announcement-bar-section .utility-bar__grid,
  body .announcement-bar-section .utility-bar__grid.page-width,
  body .header-wrapper,
  body .header-wrapper.gradient {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}
/* =========================================================
   THE ALCHEMIST'S HOME — WISHLIST PAGE
   Clean product cards + visible remove button
========================================================= */

/* Main wishlist area */
main .wk-page,
main .wk-wishlist-page,
main wishlist-page,
main [class*="wishlist-page"] {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 50px 40px 80px !important;
  box-sizing: border-box !important;

  color: #000 !important;
  font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
}

/* Wishlist title */
main .wk-page h1,
main .wk-wishlist-page h1,
main wishlist-page h1,
main [class*="wishlist-page"] h1,
main .wk-title {
  margin: 0 0 14px !important;

  font-family: var(--font-heading-family), Georgia, serif !important;
  font-size: clamp(46px, 5vw, 72px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  text-align: center !important;
  color: #000 !important;
}

/* Login message */
main .wk-page > p,
main .wk-wishlist-page > p,
main [class*="wishlist-page"] > p {
  max-width: 680px !important;
  margin: 0 auto 26px !important;

  font-size: 16px !important;
  line-height: 1.55 !important;
  text-align: center !important;
  color: #000 !important;
}

/* Share wishlist button */
main .wk-page .wk-share-button,
main .wk-page [class*="share"],
main .wk-wishlist-page [class*="share"] {
  width: auto !important;
  max-width: none !important;
  min-height: 48px !important;
  margin: 0 auto 44px !important;
  padding: 12px 24px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  background: #e2f49a !important;
  color: #000 !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: none !important;

  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

/* Product grid */
main .wk-grid,
main .wk-products,
main .wk-product-list,
main [class*="wishlist-products"],
main [class*="wishlist-grid"] {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 38px 24px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Individual card */
main .wk-product,
main .wk-product-card,
main [class*="wishlist-item"],
main [class*="wishlist-product"] {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* Product image */
main .wk-product-image,
main .wk-product-image-link,
main [class*="wishlist-item"] img,
main [class*="wishlist-product"] img {
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  margin: 0 0 16px !important;

  display: block !important;
  object-fit: cover !important;
  object-position: center !important;

  border-radius: 14px !important;
  background: #f5f3ef !important;
}

/* Product name */
main .wk-product-title,
main .wk-product-name,
main [class*="wishlist-item"] h2,
main [class*="wishlist-item"] h3,
main [class*="wishlist-product"] h2,
main [class*="wishlist-product"] h3 {
  margin: 0 0 7px !important;

  font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  color: #000 !important;
}

/* Prices */
main .wk-product-price,
main .wk-price,
main [class*="wishlist-item"] [class*="price"],
main [class*="wishlist-product"] [class*="price"] {
  margin: 0 0 16px !important;

  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px 14px !important;

  font-size: 15px !important;
  line-height: 1.3 !important;
  text-align: left !important;
  color: #000 !important;
}

/* Variant dropdown */
main .wk-product select,
main .wk-product-card select,
main [class*="wishlist-item"] select,
main [class*="wishlist-product"] select {
  width: 100% !important;
  height: 50px !important;
  margin: 0 0 10px !important;
  padding: 0 42px 0 16px !important;

  background: #fff !important;
  color: #000 !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 12px !important;
  box-shadow: none !important;

  font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
  font-size: 14px !important;
}

/* Add to cart button */
main .wk-product .wk-button--add,
main .wk-product .wk-add-to-cart,
main .wk-product-card .wk-button--add,
main .wk-product-card .wk-add-to-cart,
main [class*="wishlist-item"] button[class*="cart"],
main [class*="wishlist-product"] button[class*="cart"] {
  width: 100% !important;
  max-width: none !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 12px 18px !important;

  background: #e2f49a !important;
  color: #000 !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: none !important;

  font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

/* Remove from wishlist button */
main .wk-product .wk-button--remove,
main .wk-product .wk-remove,
main .wk-product [data-action="remove"],
main .wk-product-card .wk-button--remove,
main .wk-product-card .wk-remove,
main .wk-product-card [data-action="remove"],
main [class*="wishlist-item"] [class*="remove"],
main [class*="wishlist-product"] [class*="remove"],
main [class*="wishlist-item"] button[aria-label*="Remove"],
main [class*="wishlist-product"] button[aria-label*="Remove"] {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 5 !important;

  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: rgba(255, 255, 255, 0.94) !important;
  color: #000 !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 50% !important;
  box-shadow: none !important;

  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer !important;
}

/* Draw an × when the app button contains no visible icon */
main .wk-product .wk-button--remove::after,
main .wk-product .wk-remove::after,
main .wk-product [data-action="remove"]::after,
main .wk-product-card .wk-button--remove::after,
main .wk-product-card .wk-remove::after,
main .wk-product-card [data-action="remove"]::after,
main [class*="wishlist-item"] [class*="remove"]::after,
main [class*="wishlist-product"] [class*="remove"]::after {
  content: "×" !important;
  display: block !important;
  font-family: Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: #000 !important;
}

/* Prevent old broad rules from making all wishlist buttons 340px */
main .wk-page button,
main .wk-page a[role="button"],
main .wk-wishlist-page button,
main .wk-wishlist-page a[role="button"],
main [class*="wishlist-page"] button,
main [class*="wishlist-page"] a[role="button"] {
  max-width: none !important;
}

/* Tablet */
@media screen and (min-width: 750px) and (max-width: 989px) {
  main .wk-grid,
  main .wk-products,
  main .wk-product-list,
  main [class*="wishlist-products"],
  main [class*="wishlist-grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile */
@media screen and (max-width: 749px) {
  main .wk-page,
  main .wk-wishlist-page,
  main wishlist-page,
  main [class*="wishlist-page"] {
    padding: 38px 18px 64px !important;
  }

  main .wk-page h1,
  main .wk-wishlist-page h1,
  main wishlist-page h1,
  main [class*="wishlist-page"] h1,
  main .wk-title {
    font-size: 46px !important;
    margin-bottom: 14px !important;
  }

  main .wk-page > p,
  main .wk-wishlist-page > p,
  main [class*="wishlist-page"] > p {
    font-size: 14px !important;
    margin-bottom: 22px !important;
  }

  main .wk-page .wk-share-button,
  main .wk-page [class*="share"],
  main .wk-wishlist-page [class*="share"] {
    min-height: 46px !important;
    margin-bottom: 34px !important;
    padding: 11px 20px !important;
    font-size: 13px !important;
  }

  main .wk-grid,
  main .wk-products,
  main .wk-product-list,
  main [class*="wishlist-products"],
  main [class*="wishlist-grid"] {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  main .wk-product-image,
  main .wk-product-image-link,
  main [class*="wishlist-item"] img,
  main [class*="wishlist-product"] img {
    margin-bottom: 14px !important;
  }

  main .wk-product-title,
  main .wk-product-name,
  main [class*="wishlist-item"] h2,
  main [class*="wishlist-item"] h3,
  main [class*="wishlist-product"] h2,
  main [class*="wishlist-product"] h3 {
    font-size: 17px !important;
  }
}
/* =========================================================
   TAH WISHLIST PAGE — SAFE CLEANUP
   Removes conflicting old styling without targeting
   unknown internal Wishlist King containers.
========================================================= */

main .wk-page,
main .wk-wishlist-page {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 48px 28px 72px !important;
  box-sizing: border-box !important;
  font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
  color: #000 !important;
}

/* Restore wishlist heading */
main .wk-page h1,
main .wk-wishlist-page h1,
main .wk-title {
  display: block !important;
  margin: 0 0 16px !important;
  padding: 0 !important;

  font-family: var(--font-heading-family), Georgia, serif !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
  text-align: center !important;
  color: #000 !important;
}

/* Intro text */
main .wk-page > p,
main .wk-wishlist-page > p {
  margin: 0 auto 26px !important;
  max-width: 680px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-align: center !important;
  color: #000 !important;
}

/* Undo the old rule forcing every wishlist button to 340px */
main .wk-page button,
main .wk-page a,
main .wk-wishlist-page button,
main .wk-wishlist-page a {
  max-width: none !important;
}

/* Actual share button only */
main .wk-page .wk-share-button,
main .wk-wishlist-page .wk-share-button {
  width: fit-content !important;
  min-width: 0 !important;
  min-height: 48px !important;
  margin: 0 auto 42px !important;
  padding: 12px 24px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  background: #e2f49a !important;
  color: #000 !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: none !important;

  font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

/* Do not let buttons become giant overlays */
main .wk-page button,
main .wk-wishlist-page button {
  position: static;
  height: auto;
  transform: none;
}

/* Product images */
main .wk-page img,
main .wk-wishlist-page img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

/* Product titles */
main .wk-page h2,
main .wk-page h3,
main .wk-wishlist-page h2,
main .wk-wishlist-page h3 {
  font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  text-align: left !important;
  color: #000 !important;
}

/* Dropdowns */
main .wk-page select,
main .wk-wishlist-page select {
  width: 100% !important;
  min-height: 52px !important;
  padding: 0 48px 0 16px !important;

  background: #fff !important;
  color: #000 !important;
  border: 1px solid #d2d2d2 !important;
  border-radius: 12px !important;
  box-shadow: none !important;

  font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
  font-size: 15px !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  main .wk-page,
  main .wk-wishlist-page {
    padding: 36px 18px 64px !important;
  }

  main .wk-page h1,
  main .wk-wishlist-page h1,
  main .wk-title {
    font-size: 46px !important;
  }
}
/* =====================================================
   TAH MOBILE HEADER
   Move right icons slightly left + align cart counter
===================================================== */

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

  /* Move account, wishlist and cart together slightly left */
  body .header__icons {
    position: relative !important;
    transform: translateX(-7px) !important;
    overflow: visible !important;
  }

  /* Cart icon must be the positioning parent */
  body .header__icons .header__icon--cart,
  body .header__icons #cart-icon-bubble {
    position: relative !important;
    overflow: visible !important;
  }
/* MOBILE CART NUMBER — MATCH WISHLIST POSITION */
@media screen and (max-width: 749px) {
  .header__icon--cart,
  #cart-icon-bubble {
    position: relative !important;
    overflow: visible !important;
  }
}
  .header__icon--cart .cart-count-bubble,
  #cart-icon-bubble .cart-count-bubble {
    position: absolute !important;

    top: 13px !important;
    right: -8px !important;
    bottom: auto !important;
    left: auto !important;

    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;

    background: #000 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 50% !important;

    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    letter-spacing: 0 !important;

    z-index: 20 !important;
  }

  .header__icon--cart .cart-count-bubble span,
  #cart-icon-bubble .cart-count-bubble span {
    font-size: 10px !important;
    line-height: 18px !important;
  }
}
/* CART COUNT POSITIONING */

/* Mobile: slightly higher to match wishlist bubble */
@media screen and (max-width: 749px) {
  .header__icon--cart,
  #cart-icon-bubble {
    position: relative !important;
    overflow: visible !important;
  }

  .header__icon--cart .cart-count-bubble,
  #cart-icon-bubble .cart-count-bubble {
    top: 10px !important;
    right: -8px !important;
    bottom: auto !important;
    left: auto !important;

    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;

    font-size: 10px !important;
    line-height: 18px !important;
  }
}
/* DESKTOP CART COUNT — FIXED TO BAG'S LOWER-RIGHT EDGE */
@media screen and (min-width: 750px) {
  body #cart-icon-bubble {
    position: relative !important;
    overflow: visible !important;
  }

  body #cart-icon-bubble .cart-count-bubble {
    position: absolute !important;

    /* completely cancel Dawn's original coordinates */
    left: auto !important;
    bottom: auto !important;

    /* anchor to the cart icon itself */
    top: 50% !important;
    right: -5px !important;

    /* yellow target: lower-right side of bag */
    transform: translateY(-5%) !important;

    width: 14px !important;
    min-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #000 !important;
    color: #fff !important;
    border-radius: 50% !important;

    font-size: 8px !important;
    font-weight: 400 !important;
    line-height: 14px !important;

    z-index: 30 !important;
  }
}
@media screen and (min-width: 750px) {
  body #cart-icon-bubble .cart-count-bubble {
    width: 17px !important;
    min-width: 17px !important;
    height: 17px !important;
    min-height: 17px !important;

    font-size: 9px !important;
    font-weight: 400 !important;
    line-height: 17px !important;
  }

  body #cart-icon-bubble .cart-count-bubble span {
    font-size: 9px !important;
    font-weight: 400 !important;
    line-height: 17px !important;
  }
}
@media screen and (min-width: 750px) {
  body #cart-icon-bubble .cart-count-bubble {
    transform: translateY(calc(-5% - 2px)) !important;
  }
}

   without changing menu position, height or spacing */
@media screen and (min-width: 990px) {
  .shopify-section-header,
  .shopify-section-header-sticky,
  sticky-header,
  .header-wrapper {
    z-index: 100 !important;
  }

  .mega-menu__content {
    z-index: 110 !important;
    background: rgb(var(--color-background)) !important;
    opacity: 1 !important;
    isolation: isolate !important;
  }

  .mega-menu__content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(var(--color-background));
    z-index: -1;
    pointer-events: none;
  }

  #main-collection-filters,
  .facets-container,
  .facets-wrapper,
  .facets {
    z-index: 1 !important;
  }
}
@media screen and (min-width: 990px) {
  body .tah-mega-menu__content,
  body .mega-menu__content.tah-mega-menu__content {
    position: fixed !important;
    top: calc(var(--tah-visible-header-bottom, 138px) + 6px) !important;
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 9999 !important;
    background: #fff !important;
  }

  body #main-collection-filters,
  body .facets-container,
  body .facets-wrapper,
  body .facets {
    position: relative !important;
    z-index: 1 !important;
  }
}
/* TAH CONTACT PAGE + PAGE TITLES
   Paste this at the VERY BOTTOM of assets/base.css.

   Remove the old block named "TAH CONTACT PAGE" / contact-page-polished first,
   because that old block caused the broken characters in the contact text. */

/* Centre titles on normal Shopify pages: Contact, About, Shipping, Returns, etc. */
body.template-page main h1,
body.template-page .main-page-title,
body.template-page .page-title,
body.template-page .title--primary,
body[class*="template-page"] main h1,
body[class*="template-page"] .main-page-title,
body[class*="template-page"] .page-title,
body[class*="template-page"] .title--primary {
  width: 100% !important;
  max-width: 980px !important;
  margin: 72px auto 42px !important;
  padding: 0 24px !important;
  text-align: center !important;
  font-family: var(--font-heading-family), Georgia, serif !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  font-weight: 400 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.03em !important;
  color: #000 !important;
}

/* Contact page layout */
body.template-page .contact,
body[class*="template-page"] .contact {
  width: min(100% - 48px, 1120px) !important;
  max-width: 1120px !important;
  margin: 0 auto 110px !important;
  padding: 0 !important;
  color: #333 !important;
  font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
}

/* Replace the broken intro text with a clean, readable block. */
body.template-page .contact::before,
body[class*="template-page"] .contact::before {
  content: "Got questions? We would love to help with styles, thread count, care, colours, sizing, orders, returns, or anything else you need. \A \A Email Us \A enquiries@thealchemistshome.com \A Real humans, here to help you. \A \A 10am - 5pm AEST \A Monday to Friday";
  display: block !important;
  max-width: 920px !important;
  margin: 0 auto 56px !important;
  padding: 0 24px !important;
  white-space: pre-line !important;
  text-align: center !important;
  font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
  font-size: clamp(16px, 1.35vw, 22px) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  color: #4a4a4a !important;
}

/* Keep the contact form, but make it feel like the shop. */
body.template-page .contact form,
body[class*="template-page"] .contact form {
  width: min(100%, 820px) !important;
  margin: 0 auto !important;
  padding: 34px !important;
  background: #fffdf8 !important;
  border: 1px solid #dedede !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

body.template-page .contact__fields,
body[class*="template-page"] .contact__fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 0 0 16px !important;
}

body.template-page .contact .field,
body[class*="template-page"] .contact .field {
  margin: 0 0 16px !important;
}

body.template-page .contact .field::before,
body.template-page .contact .field::after,
body[class*="template-page"] .contact .field::before,
body[class*="template-page"] .contact .field::after {
  display: none !important;
}

body.template-page .contact .field__input,
body.template-page .contact .text-area,
body.template-page .contact input,
body.template-page .contact textarea,
body[class*="template-page"] .contact .field__input,
body[class*="template-page"] .contact .text-area,
body[class*="template-page"] .contact input,
body[class*="template-page"] .contact textarea {
  min-height: 56px !important;
  padding: 18px 18px 12px !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #d5d5d5 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body.template-page .contact textarea,
body.template-page .contact .text-area,
body[class*="template-page"] .contact textarea,
body[class*="template-page"] .contact .text-area {
  min-height: 148px !important;
  resize: vertical !important;
}

body.template-page .contact .field__label,
body[class*="template-page"] .contact .field__label {
  left: 18px !important;
  top: 16px !important;
  color: #666 !important;
  font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body.template-page .contact .field__input:focus,
body.template-page .contact textarea:focus,
body[class*="template-page"] .contact .field__input:focus,
body[class*="template-page"] .contact textarea:focus {
  border-color: #000 !important;
  outline: none !important;
  box-shadow: none !important;
}

body.template-page .contact .contact__button,
body[class*="template-page"] .contact .contact__button {
  margin-top: 8px !important;
  text-align: center !important;
}

body.template-page .contact .button,
body.template-page .contact button,
body[class*="template-page"] .contact .button,
body[class*="template-page"] .contact button {
  min-width: 220px !important;
  min-height: 54px !important;
  padding: 14px 32px !important;
  background: #e2f49a !important;
  color: #000 !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  font-family: "Manrope", var(--font-body-family), Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body.template-page .contact .button::before,
body.template-page .contact .button::after,
body.template-page .contact button::before,
body.template-page .contact button::after,
body[class*="template-page"] .contact .button::before,
body[class*="template-page"] .contact .button::after,
body[class*="template-page"] .contact button::before,
body[class*="template-page"] .contact button::after {
  display: none !important;
}

@media screen and (max-width: 749px) {
  body.template-page main h1,
  body.template-page .main-page-title,
  body.template-page .page-title,
  body.template-page .title--primary,
  body[class*="template-page"] main h1,
  body[class*="template-page"] .main-page-title,
  body[class*="template-page"] .page-title,
  body[class*="template-page"] .title--primary {
    margin: 48px auto 28px !important;
    font-size: 48px !important;
  }

  body.template-page .contact,
  body[class*="template-page"] .contact {
    width: calc(100% - 36px) !important;
    margin-bottom: 72px !important;
  }

  body.template-page .contact::before,
  body[class*="template-page"] .contact::before {
    margin-bottom: 38px !important;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  body.template-page .contact form,
  body[class*="template-page"] .contact form {
    padding: 22px !important;
    border-radius: 16px !important;
  }

  body.template-page .contact__fields,
  body[class*="template-page"] .contact__fields {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.template-page .contact .button,
  body.template-page .contact button,
  body[class*="template-page"] .contact .button,
  body[class*="template-page"] .contact button {
    width: 100% !important;
  }
}

/* TAH CART DRAWER - HOMMEY STYLE, TAH COLOURS
   Paste this at the VERY BOTTOM of assets/base.css.

   Best result:
   1. Remove the older cart drawer snippets I gave before, OR paste this below them.
   2. Shopify theme setting: Theme settings > Cart > Cart type = Drawer.
   3. This does not add real product recommendations. It styles them if your cart drawer outputs them.
*/

:root {
  --tah-cart-bg: #fffdf8;
  --tah-cart-panel: #fffdf8;
  --tah-cart-soft: #f7f0ed;
  --tah-cart-line: #dedede;
  --tah-cart-ink: #000;
  --tah-cart-muted: #4f4f4f;
  --tah-cart-lime: #e2f49a;
  --tah-cart-burgundy: #6f1d26;
}

/* Overlay */
cart-drawer.drawer,
cart-drawer .drawer {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
}

cart-drawer .drawer__overlay {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  background: rgba(255, 253, 248, 0.72) !important;
  backdrop-filter: blur(6px) !important;
}

/* Drawer panel */
cart-drawer .drawer__inner {
  position: fixed !important;
  top: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  left: auto !important;
  width: min(100vw - 32px, 560px) !important;
  max-width: 560px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  overflow: hidden !important;
  background: var(--tah-cart-panel) !important;
  color: var(--tah-cart-ink) !important;
  border: 1px solid var(--tah-cart-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

/* Header: Hommey-like sans title */
cart-drawer .drawer__header {
  position: relative !important;
  min-height: 82px !important;
  padding: 28px 76px 18px 30px !important;
  display: block !important;
  border: 0 !important;
  background: transparent !important;
}

cart-drawer .drawer__heading {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-body-family) !important;
  font-style: var(--font-body-style) !important;
  font-weight: 500 !important;
  font-size: 28px !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  color: var(--tah-cart-ink) !important;
  text-transform: none !important;
}

/* Clean close X */
cart-drawer .drawer__close {
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

cart-drawer .drawer__close svg,
cart-drawer .drawer__close .svg-wrapper {
  display: none !important;
}

cart-drawer .drawer__close::before,
cart-drawer .drawer__close::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 4px !important;
  right: 4px !important;
  height: 1.5px !important;
  background: var(--tah-cart-ink) !important;
  border-radius: 999px !important;
}

cart-drawer .drawer__close::before {
  transform: translateY(-50%) rotate(45deg) !important;
}

cart-drawer .drawer__close::after {
  transform: translateY(-50%) rotate(-45deg) !important;
}

/* Remove default table headings and shipping/progress content */
cart-drawer .cart-items thead,
cart-drawer .cart-items th,
cart-drawer [class*="shipping" i],
cart-drawer [class*="free-shipping" i],
cart-drawer [class*="progress" i],
cart-drawer .tax-note,
cart-drawer .drawer__footer > small {
  display: none !important;
}

/* Scroll area */
cart-drawer cart-drawer-items,
cart-drawer .drawer__contents,
cart-drawer .cart-drawer__items {
  min-height: 0 !important;
  overflow-y: auto !important;
  padding: 18px 30px 28px !important;
  border: 0 !important;
}

cart-drawer .cart-items,
cart-drawer .cart-items tbody {
  width: 100% !important;
  display: block !important;
  border: 0 !important;
}

/* Product row like Hommey */
cart-drawer .cart-item {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) auto !important;
  grid-template-areas:
    "image details price"
    "image controls controls" !important;
  column-gap: 22px !important;
  row-gap: 14px !important;
  align-items: center !important;
  padding: 18px 0 26px !important;
  margin: 0 !important;
  border: 0 !important;
}

cart-drawer .cart-item td {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
}

cart-drawer .cart-item__media {
  grid-area: image !important;
  width: 150px !important;
}

cart-drawer .cart-item__image-container,
cart-drawer .cart-item__image {
  width: 150px !important;
  height: 150px !important;
}

cart-drawer .cart-item__image {
  max-width: none !important;
  object-fit: cover !important;
  border-radius: 6px !important;
}

cart-drawer .cart-item__details {
  grid-area: details !important;
  min-width: 0 !important;
  padding: 0 !important;
}


cart-drawer .cart-item__name,
cart-drawer .cart-item__name:hover {
  display: block !important;
  margin: 0 0 8px !important;
  font-family: var(--font-body-family) !important;
  font-style: var(--font-body-style) !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  color: var(--tah-cart-ink) !important;
  text-decoration: none !important;
}

cart-drawer .price,
cart-drawer .cart-item__final-price,
cart-drawer .cart-item__discounted-prices,
cart-drawer .cart-item__price-wrapper {
  font-family: var(--font-body-family) !important;
  font-style: var(--font-body-style) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  color: var(--tah-cart-ink) !important;
}

cart-drawer .product-option,
cart-drawer .cart-item__details dl,
cart-drawer .cart-item__details dt,
cart-drawer .cart-item__details dd {
  margin: 0 !important;
  font-family: var(--font-body-family) !important;
  font-style: var(--font-body-style) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  color: var(--tah-cart-ink) !important;
}

cart-drawer .product-option dt,
cart-drawer .cart-item__details dt {
  display: inline !important;
  margin-right: 5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

cart-drawer .product-option dd,
cart-drawer .cart-item__details dd {
  display: inline !important;
}

/* Quantity + remove on one clean line */
cart-drawer .cart-item__quantity {
  grid-area: controls !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
}

cart-drawer .cart-item__quantity-wrapper,
cart-drawer quantity-popover {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

cart-drawer quantity-input.quantity,
cart-drawer .quantity {
  width: 116px !important;
  height: 40px !important;
  min-height: 40px !important;
  display: grid !important;
  grid-template-columns: 36px 1fr 36px !important;
  align-items: center !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid var(--tah-cart-line) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

cart-drawer .quantity::before,
cart-drawer .quantity::after {
  display: none !important;
}

cart-drawer .quantity__button,
cart-drawer .quantity__input {
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: var(--font-body-family) !important;
  font-size: 14px !important;
  color: var(--tah-cart-ink) !important;
}

cart-drawer cart-remove-button,
cart-drawer cart-remove-button a,
cart-drawer cart-remove-button button {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--tah-cart-ink) !important;
  font-family: var(--font-body-family) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

cart-drawer cart-remove-button svg {
  display: none !important;
}

cart-drawer cart-remove-button a::after,
cart-drawer cart-remove-button button::after {
  content: "Remove" !important;
}


/* Footer like Hommey, but TAH colours */
cart-drawer .drawer__footer {
  padding: 24px 30px 28px !important;
  background: var(--tah-cart-panel) !important;
  border-top: 1px solid var(--tah-cart-line) !important;
  box-shadow: none !important;
}

cart-drawer .totals {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 6px 16px !important;
  align-items: baseline !important;
  margin: 0 0 12px !important;
  color: var(--tah-cart-ink) !important;
}

cart-drawer .totals__total,
cart-drawer .totals__total-value {
  margin: 0 !important;
  font-family: var(--font-body-family) !important;
  font-style: var(--font-body-style) !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  color: var(--tah-cart-ink) !important;
}

cart-drawer .totals__total-value {
  font-weight: 500 !important;
}

cart-drawer .totals::after {
  content: "or 4 interest-free payments with Afterpay";
  grid-column: 1 / -1 !important;
  justify-self: end !important;
  margin: -2px 0 0 !important;
  font-family: var(--font-body-family) !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  color: var(--tah-cart-muted) !important;
}

cart-drawer .cart__ctas,
cart-drawer .cart-drawer__ctas {
  margin: 14px 0 0 !important;
}

cart-drawer .cart__checkout-button,
cart-drawer button[name="checkout"] {
  width: 100% !important;
  min-height: 56px !important;
  padding: 15px 24px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: var(--tah-cart-burgundy) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: var(--font-body-family) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

cart-drawer .cart__checkout-button::before,
cart-drawer .cart__checkout-button::after,
cart-drawer button[name="checkout"]::before,
cart-drawer button[name="checkout"]::after {
  display: none !important;
}

/* Mobile: same Hommey layout, tighter */
@media screen and (max-width: 749px) {
  cart-drawer .drawer__inner {
    top: 20px !important;
    right: 16px !important;
    bottom: 20px !important;
    left: 16px !important;
    width: auto !important;
    max-width: none !important;
    border-radius: 16px !important;
  }

  cart-drawer .drawer__header {
    min-height: 78px !important;
    padding: 28px 70px 14px 26px !important;
  }

  cart-drawer .drawer__heading {
    font-size: 28px !important;
  }

  cart-drawer .drawer__close {
    top: 25px !important;
    right: 24px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }

  cart-drawer cart-drawer-items,
  cart-drawer .drawer__contents,
  cart-drawer .cart-drawer__items {
    padding: 18px 26px 26px !important;
  }

  cart-drawer .cart-item {
    grid-template-columns: 116px minmax(0, 1fr) !important;
    grid-template-areas:
      "image details"
      "image controls" !important;
    column-gap: 18px !important;
    row-gap: 16px !important;
    align-items: start !important;
    padding: 16px 0 28px !important;
  }

  cart-drawer .cart-item__media,
  cart-drawer .cart-item__image-container,
  cart-drawer .cart-item__image {
    width: 116px !important;
    height: 116px !important;
  }

  cart-drawer .cart-item__totals,
  cart-drawer .cart-item__price-wrapper {
    grid-area: details !important;
    justify-self: start !important;
    align-self: auto !important;
    margin-top: 48px !important;
    text-align: left !important;
  }

  cart-drawer .cart-item__name,
  cart-drawer .cart-item__name:hover {
    font-size: 18px !important;
    line-height: 1.22 !important;
  }

  cart-drawer .cart-item__quantity-wrapper,
  cart-drawer quantity-popover {
    gap: 12px !important;
    flex-wrap: wrap !important;
  }

  cart-drawer .drawer__footer {
    padding: 22px 26px 26px !important;
  }

  cart-drawer .totals__total,
  cart-drawer .totals__total-value {
    font-size: 25px !important;
  }

  cart-drawer .totals::after {
    justify-self: end !important;
    text-align: right !important;
  }

  cart-drawer .cart__checkout-button,
  cart-drawer button[name="checkout"] {
    min-height: 58px !important;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 420px) {
  cart-drawer .cart-item {
    grid-template-columns: 104px minmax(0, 1fr) !important;
    column-gap: 14px !important;
  }

  cart-drawer .cart-item__media,
  cart-drawer .cart-item__image-container,
  cart-drawer .cart-item__image {
    width: 104px !important;
    height: 104px !important;
  }

  cart-drawer .cart-item__name,
  cart-drawer .cart-item__name:hover {
    font-size: 16px !important;
  }
}
/* =====================================================
   TAH CART DRAWER — GREEN CHECKOUT + SHIPPING MESSAGE
===================================================== */

cart-drawer .cart__checkout-button,
cart-drawer button[name="checkout"] {
  background: #e1f0a2 !important;
  border: 1px solid #e1f0a2 !important;
  color: #000000 !important;
  font-weight: 500 !important;
}

cart-drawer .cart__checkout-button:hover,
cart-drawer button[name="checkout"]:hover {
  background: #d8e994 !important;
  border-color: #d8e994 !important;
  color: #000000 !important;
}
/* =====================================================
   TAH CART DRAWER — SHOW FREE SHIPPING MESSAGE
===================================================== */

cart-drawer .drawer__footer {
  overflow: visible !important;
  padding-bottom: 24px !important;
}

cart-drawer .cart__ctas.tah-cart-drawer__ctas {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  overflow: visible !important;
}

cart-drawer .tah-cart-drawer__shipping-message {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  position: static !important;
  width: 100% !important;
  height: auto !important;

  margin: 16px 0 0 !important;
  padding: 0 !important;

  color: #000000 !important;
  font-family: var(--font-body-family) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
  text-transform: uppercase !important;

  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  transform: none !important;
}

/* Make enough room at the bottom of the drawer */
cart-drawer .drawer__inner {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 749px) {
  cart-drawer .drawer__footer {
    padding-bottom: 20px !important;
  }

  cart-drawer .tah-cart-drawer__shipping-message {
    margin-top: 14px !important;
    font-size: 11px !important;
  }
}
 /* =====================================================
   TAH CART DRAWER RECOMMENDATIONS
===================================================== */

cart-drawer .tah-cart-recommendations {
  display: block !important;
  flex: 0 0 auto !important;
  padding: 20px 28px 24px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: #fffdfa !important;
}

cart-drawer .tah-cart-recommendations:empty {
  display: none !important;
}

cart-drawer .tah-cart-recommendations__loading {
  display: none !important;
}

cart-drawer .tah-cart-recommendations__header {
  margin-bottom: 14px !important;
}

cart-drawer .tah-cart-recommendations__header h3 {
  margin: 0 !important;
  font-family: var(--font-body-family) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

cart-drawer .tah-cart-recommendations__track {
  display: flex !important;
  gap: 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
}

cart-drawer .tah-cart-recommendations__track::-webkit-scrollbar {
  display: none !important;
}

cart-drawer .tah-cart-recommendation-card {
  flex: 0 0 88% !important;
  display: grid !important;
  grid-template-columns: 105px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 14px !important;
  background: #fdf2ff !important;
  border-radius: 10px !important;
  scroll-snap-align: start !important;
}

cart-drawer .tah-cart-recommendation-card__image {
  display: block !important;
  width: 105px !important;
  height: 125px !important;
  overflow: hidden !important;
  border-radius: 7px !important;
}

cart-drawer .tah-cart-recommendation-card__image img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

cart-drawer .tah-cart-recommendation-card__title {
  display: block !important;
  color: #000 !important;
  font-family: var(--font-body-family) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

cart-drawer .tah-cart-recommendation-card__price {
  margin: 7px 0 12px !important;
  color: #000 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}

cart-drawer .tah-cart-recommendation-card__add {
  display: inline-flex !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-family: var(--font-body-family) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.03em !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

@media screen and (max-width: 749px) {
  cart-drawer .tah-cart-recommendations {
    padding: 18px 20px 22px !important;
  }

  cart-drawer .tah-cart-recommendation-card {
    flex-basis: 92% !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
  }

  cart-drawer .tah-cart-recommendation-card__image {
    width: 92px !important;
    height: 112px !important;
  }
}

/* TAH cart drawer remove button cleanup */

cart-drawer cart-remove-button .cart-remove-button,
cart-drawer .cart-remove-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 4px 0 !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  color: #000 !important;
  font-family: var(--font-body-family) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;

  cursor: pointer !important;
}

cart-drawer cart-remove-button .cart-remove-button::before,
cart-drawer cart-remove-button .cart-remove-button::after,
cart-drawer .cart-remove-button::before,
cart-drawer .cart-remove-button::after {
  content: none !important;
  display: none !important;
}

cart-drawer cart-remove-button .cart-remove-button:hover,
cart-drawer .cart-remove-button:hover {
  color: #555 !important;
  text-decoration: none !important;
}

cart-drawer cart-remove-button .cart-remove-button .svg-wrapper,
cart-drawer .cart-remove-button .svg-wrapper {
  display: none !important;
}

/* =========================================================
   TAH MOBILE HEADER — FINAL ICON POSITIONING
   Account and cart stay fixed.
   Only the wishlist heart moves slightly left.
   ========================================================= */

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

  /* Keep the complete right-side icon group in its theme position */
  .header__icons {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 0 !important;
    column-gap: 0 !important;

    margin: 0 !important;
    padding: 0 14px 0 0 !important;

    transform: none !important;
    overflow: visible !important;
  }

  /* ---------------------------------------------------------
     ACCOUNT
     Keep this icon in its current position
     --------------------------------------------------------- */

  .header__icon--account {
    flex: 0 0 36px !important;

    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;

    height: 40px !important;
    min-height: 40px !important;

    margin: 0 14px 0 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    position: relative !important;
    transform: none !important;
    overflow: visible !important;
  }

  /* ---------------------------------------------------------
     WISHLIST
     Move only this icon slightly left
     --------------------------------------------------------- */

  .header__icons wishlist-link,
  .header__icons wk-wishlist-link,
  .header__icons .header__icon--wishlist {
    flex: 0 0 36px !important;

    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;

    height: 40px !important;
    min-height: 40px !important;

    margin: 0 14px 0 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    position: relative !important;

    /* Only the heart moves */
    transform: translateX(-6px) !important;

    overflow: visible !important;
  }

  /* ---------------------------------------------------------
     CART
     Keep this icon in its current position
     --------------------------------------------------------- */

  .header__icon--cart {
    flex: 0 0 36px !important;

    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;

    height: 40px !important;
    min-height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    position: relative !important;
    transform: none !important;
    overflow: visible !important;
  }

  /* ---------------------------------------------------------
     INNER BUTTON RESET
     --------------------------------------------------------- */

  .header__icons .header__icon,
  .header__icons wishlist-link .wk-button,
  .header__icons wk-wishlist-link .wk-button,
  .header__icons .header__icon--wishlist .wk-button {
    width: 36px !important;
    min-width: 36px !important;

    height: 40px !important;
    min-height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    overflow: visible !important;
  }

  /* Keep the visible icon artwork consistent */
  .header__icon--account svg,
  .header__icon--cart svg,
  .header__icons wishlist-link svg,
  .header__icons wk-wishlist-link svg,
  .header__icons .header__icon--wishlist svg,
  .header__icons .wk-icon,
  .header__icons .svg-wrapper {
    width: 25px !important;
    height: 25px !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  /* ---------------------------------------------------------
     WISHLIST COUNTER
     Moves together with the heart
     --------------------------------------------------------- */

  .header__icons wishlist-link .wk-counter,
  .header__icons wk-wishlist-link .wk-counter,
  .header__icons .header__icon--wishlist .wk-counter {
    position: absolute !important;

    top: 24px !important;
    right: -4px !important;
    bottom: auto !important;
    left: auto !important;

    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;

    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #000 !important;
    color: #fff !important;

    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: none !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 18px !important;

    transform: none !important;
    z-index: 20 !important;
  }

  /* ---------------------------------------------------------
     CART COUNTER
     Cart itself does not move
     --------------------------------------------------------- */

  .header__icons .cart-count-bubble {
    position: absolute !important;

    top: 24px !important;
    right: -4px !important;
    bottom: auto !important;
    left: auto !important;

    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;

    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #000 !important;
    color: #fff !important;

    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: none !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 18px !important;

    transform: none !important;
    z-index: 20 !important;
  }

  .header__icons .cart-count-bubble span {
    margin: 0 !important;
    padding: 0 !important;

    color: #fff !important;

    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
  }
}

/* Move account slightly closer to wishlist only */
@media screen and (max-width: 989px) {
  body .header .header__icons > .header__icon--account {
    transform: translateX(6px) !important;
  }
}

/* =========================================================
   TAH CART MOBILE — PRICE + DISCOUNT CLEANUP
   Must remain at the absolute bottom of base.css
   ========================================================= */

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

  /* The price already appears beside the product details.
     Hide Dawn's duplicated line-total column. */
  cart-drawer .cart-item__totals {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  /* Keep product information in a clean vertical stack */
  cart-drawer .cart-item__details {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  cart-drawer .cart-item__name {
    margin: 0 0 10px !important;
  }

  /* Original and discounted unit price */
  cart-drawer .cart-item__details .cart-item__discounted-prices {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 7px !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
  }

  cart-drawer .cart-item__details .cart-item__old-price,
  cart-drawer .cart-item__details .cart-item__final-price {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  /* Size line */
  cart-drawer .cart-item__details dl {
    width: 100% !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
  }

  cart-drawer .cart-item__details dl .product-option {
    display: flex !important;
    align-items: baseline !important;
    gap: 7px !important;
    margin: 0 !important;
  }

  cart-drawer .cart-item__details dt {
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }

  cart-drawer .cart-item__details dd {
    margin: 0 !important;
  }

  /* Discount code on its own line */
  cart-drawer .cart-item__details .discounts {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  cart-drawer .cart-item__details .discounts__discount {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    white-space: normal !important;
  }

  cart-drawer .cart-item__details .discounts__discount svg {
    flex: 0 0 15px !important;
    width: 15px !important;
    height: 15px !important;
  }

  /* Quantity below details */
  cart-drawer .cart-item__quantity {
    margin-top: 18px !important;
  }

  cart-drawer cart-remove-button {
    margin-top: 10px !important;
  }
}
/* TAH mobile header: move account closer to wishlist only */
@media screen and (max-width: 989px) {
  body .header .header__icons > .header__icon--account {
    transform: translateX(6px) !important;
  }
}
/* =========================================================
   TAH CART RECOMMENDATIONS — CLEAN FINAL VERSION
   ========================================================= */

cart-drawer .tah-cart-recommendations {
  width: 100% !important;
  margin: 0 !important;
  padding: 28px 32px 34px !important;
  box-sizing: border-box !important;
  background: #fffdfa !important;
  border-top: 1px solid rgba(0, 0, 0, 0.14) !important;
}

cart-drawer .tah-cart-recommendations__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
}

cart-drawer .tah-cart-recommendations__header h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
}

cart-drawer .tah-cart-recommendations__arrows {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}

cart-drawer .tah-cart-recommendations__arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

cart-drawer .tah-cart-recommendations__track {
  display: flex !important;
  align-items: stretch !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
}

cart-drawer .tah-cart-recommendations__track::-webkit-scrollbar {
  display: none !important;
}

cart-drawer .tah-cart-recommendation-card {
  flex: 0 0 calc(100% - 52px) !important;
  display: grid !important;
  grid-template-columns: minmax(150px, 42%) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 22px !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 18px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  background: #fdf2ff !important;
  border: 0 !important;
  border-radius: 14px !important;
  scroll-snap-align: start !important;
}

cart-drawer .tah-cart-recommendation-card__image {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 9px !important;
}

cart-drawer .tah-cart-recommendation-card__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

cart-drawer .tah-cart-recommendation-card__content {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

cart-drawer .tah-cart-recommendation-card__title {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  overflow-wrap: break-word !important;
}

cart-drawer .tah-cart-recommendation-card__price {
  width: 100% !important;
  margin: 8px 0 16px !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
}

cart-drawer .tah-cart-recommendation-card__actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

cart-drawer .tah-cart-recommendation-card__variant {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 38px 0 14px !important;
  box-sizing: border-box !important;
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 46px !important;
}

cart-drawer .tah-cart-recommendation-card__form {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

cart-drawer .tah-cart-recommendation-card__add {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  box-sizing: border-box !important;
  color: #000 !important;
  background: #e5f5a4 !important;
  border: 0 !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: normal !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  cart-drawer .tah-cart-recommendations {
    padding: 22px 18px 26px !important;
  }

  cart-drawer .tah-cart-recommendation-card {
    flex-basis: calc(100% - 26px) !important;
    grid-template-columns: 100px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 13px !important;
  }

  cart-drawer .tah-cart-recommendation-card__title {
    font-size: 14px !important;
  }

  cart-drawer .tah-cart-recommendation-card__price {
    margin: 5px 0 9px !important;
    font-size: 13px !important;
  }

  cart-drawer .tah-cart-recommendation-card__variant {
    height: 40px !important;
    font-size: 13px !important;
    line-height: 40px !important;
  }

  cart-drawer .tah-cart-recommendation-card__add {
    min-height: 40px !important;
    font-size: 11px !important;
  }
}
/* Move only the mobile/tablet account icon closer to the heart */
@media screen and (max-width: 989px) {
  body .header .header__icons .header__icon--account {
    position: relative !important;
    left: 12px !important;
    transform: none !important;
  }
}
/* Move the whole mobile/tablet icon group slightly right */
@media screen and (max-width: 989px) {
  body .header .header__icons {
    position: relative !important;
    left: 6px !important;
  }
}
/* TAH mobile/tablet header logo — slightly smaller */
@media screen and (max-width: 989px) {
  body .header > .header__heading,
  body .header > h1.header__heading,
  body .header > a.header__heading-link,
  body .header > .header__heading > .header__heading-link,
  body .header > h1.header__heading > .header__heading-link {
    width: 170px !important;
    max-width: 170px !important;
  }

  body .header > .header__heading .header__heading-logo-wrapper,
  body .header > h1.header__heading .header__heading-logo-wrapper,
  body .header > a.header__heading-link .header__heading-logo-wrapper,
  body .header > .header__heading .header__heading-logo,
  body .header > h1.header__heading .header__heading-logo,
  body .header > a.header__heading-link .header__heading-logo,
  body .header > a.header__heading-link img {
    width: 170px !important;
    max-width: 170px !important;
    height: auto !important;
    max-height: 31px !important;
    object-fit: contain !important;
  }
}

@media screen and (max-width: 430px) {
  body .header > .header__heading,
  body .header > h1.header__heading,
  body .header > a.header__heading-link,
  body .header > .header__heading > .header__heading-link,
  body .header > h1.header__heading > .header__heading-link {
    width: 165px !important;
    max-width: 165px !important;
  }

  body .header > .header__heading .header__heading-logo-wrapper,
  body .header > h1.header__heading .header__heading-logo-wrapper,
  body .header > a.header__heading-link .header__heading-logo-wrapper,
  body .header > .header__heading .header__heading-logo,
  body .header > h1.header__heading .header__heading-logo,
  body .header > a.header__heading-link .header__heading-logo,
  body .header > a.header__heading-link img {
    width: 165px !important;
    max-width: 165px !important;
    max-height: 30px !important;
  }
}