/** Shopify CDN: Minification failed

Line 6244:26 Unexpected "*"

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

@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);
  }
}
/* ========== CUSTOM JAPONISTA HEADER TOOLTIPS ========== */

/* =========================================================
   JAPONISTA CUSTOM STYLES – REORGANIZED
   Keep Dawn core ABOVE this comment unchanged.
========================================================= */

/* -----------------------------------------
   1) HEADER MENU TOOLTIP LABELS
----------------------------------------- */

.header__menu-item[data-tooltip] {
  position: relative;
}

.header__menu-item[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 6px;
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.4;
  white-space: normal;
  max-width: 260px;
  text-align: center;
  z-index: 9999;
  pointer-events: none;
}

.header__menu-item[data-tooltip]:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
  z-index: 9998;
  pointer-events: none;
}

/* -----------------------------------------
   2) LUXURY SEARCH PILL (Museum-grade)
   - Fixes: input height, font size, button size & centering
   - Golden stroke on hover, subtle shadow, icon animation
----------------------------------------- */

/* Wrapper class you can add around your search form if needed */
.japonista-search-pill {
  max-width: 520px;
}

/* Base styling for search field + button (header & blocks) */
.search-modal__form .field,
.japonista-search-pill .field {
  position: relative;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
}

/* Input: pill height + readable font */
.search-modal__form .field__input,
.japonista-search-pill .field__input {
  height: 4.8rem;
  font-size: 1.6rem;
  padding: 0 5rem 0 1.7rem;
  border-radius: 999px;
  margin: var(--inputs-border-width);
}

/* Submit button: black pill, same height, centered */
.search-modal__form .field__button,
.japonista-search-pill .field__button {
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 4.8rem;
  border-radius: 999px;
  background-color: #000000;
  color: #f6f3eb;
}

/* Center magnifier icon and allow animation */
.search-modal__form .field__button > .svg-wrapper,
.japonista-search-pill .field__button > .svg-wrapper {
  width: 2.2rem;
  height: 2.2rem;
  transition: transform 0.25s ease;
}

/* Thin gold stroke + subtle glow on hover */
.search-modal__form .field:hover,
.japonista-search-pill .field:hover {
  box-shadow:
    0 0 0 1px rgba(215, 181, 109, 0.65),
    0 14px 34px rgba(0, 0, 0, 0.55);
}

/* Magnifier animation on hover */
.search-modal__form .field__button:hover .svg-wrapper,
.japonista-search-pill .field__button:hover .svg-wrapper {
  transform: scale(1.07) translateY(-1px);
}

/* Make placeholder text slightly smaller so long queries don’t clip */
.search-modal__form .field__input::placeholder,
.japonista-search-pill .field__input::placeholder {
  font-size: 1.35rem;
  opacity: 0.6;
}

/* -----------------------------------------
   3) GENERIC CONCIERGE CONTENT BLOCKS
   - Dark / light sections used on Case File page & others
----------------------------------------- */

.concierge-block {
  max-width: 960px;
  margin: 0 auto 2.8rem;
  padding: 2.8rem 2.2rem;
  border-radius: 10px;
}

@media screen and (min-width: 750px) {
  .concierge-block {
    padding: 3.6rem 3rem;
  }
}

/* Dark variant */
.concierge-block--dark {
  background: linear-gradient(180deg, #151515 0%, #050505 100%);
  color: #f6f3eb;
}

/* Light variant */
.concierge-block--light {
  background-color: #f7f3ea;
  color: #1c1c1c;
}

.concierge-block h2,
.concierge-block h3 {
  margin-top: 0;
  margin-bottom: 1.4rem;
}

.concierge-block p {
  margin: 0 0 1rem 0;
  line-height: 1.7;
}

.concierge-block ul {
  margin: 0 0 1.4rem 1.4rem;
  padding: 0;
}

.concierge-block li {
  margin-bottom: 0.8rem;
}

/* Ensure dark blocks have bright, readable text */
.concierge-block--dark h2,
.concierge-block--dark h3,
.concierge-block--dark p,
.concierge-block--dark li,
.concierge-block--dark strong,
.concierge-block--dark span {
  color: #f6f3eb !important;
}

.concierge-block--dark h2 {
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.7);
}

/* Link colors */
.concierge-block a {
  text-decoration: underline;
}

.concierge-block--dark a {
  color: #f7d58a;
}

.concierge-block--light a {
  color: #b5892e;
}

/* -----------------------------------------
   4) JAPONISTA BLACK / WHITE LUXURY SECTIONS
   (Used for long-form concierge storytelling)
----------------------------------------- */

:root {
  --japonista-gold: #d7b56d;
  --japonista-gold-soft: rgba(215, 181, 109, 0.45);
  --japonista-ivory: #f7f1e5;
}

.japonista-block {
  padding: 6rem 2rem;
}

@media (min-width: 768px) {
  .japonista-block {
    padding: 6rem 2.5rem;
  }
}

.japonista-container {
  max-width: 1080px;
  margin: 0 auto;
}

/* Black & ivory backgrounds */
.japonista-block--black {
  background: linear-gradient(180deg, #151515 0%, #050505 100%);
  color: #f6f3eb;
  border-bottom: 1px solid rgba(215, 181, 109, 0.2);
}

.japonista-block--white {
  background-color: var(--japonista-ivory);
  color: #222222;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

/* Typography */
.japonista-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.20em;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  color: var(--japonista-gold);
}

.japonista-title {
  font-size: 4.2rem;
  line-height: 1.25;
  margin-bottom: 2.2rem;
  letter-spacing: 0.03em;
}

.japonista-subtitle {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}

.japonista-lead {
  font-size: 2rem;
  line-height: 1.7;
  max-width: 44rem;
  margin-bottom: 2.6rem;
}

.japonista-small-lead {
  font-size: 1.8rem;
  line-height: 1.7;
  max-width: 40rem;
  margin-bottom: 2.6rem;
}

.japonista-benefit-list {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 2rem;
}

.japonista-benefit-list li {
  font-size: 1.75rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.japonista-benefit-list li strong {
  font-weight: 600;
  color: var(--japonista-gold);
}

/* Quote box */
.japonista-quote-box {
  border-left: 2px solid var(--japonista-gold-soft);
  padding-left: 1.25rem;
  margin-top: 1.75rem;
  max-width: 40rem;
}

.japonista-quote-box p {
  font-size: 1.75rem;
  line-height: 1.7;
  margin: 0;
}

/* Divider line */
.japonista-divider {
  width: 95px;
  height: 2px;
  margin-top: 2.4rem;
  background-color: var(--japonista-gold-soft);
}

/* Closing line */
.japonista-closing {
  font-size: 1.75rem;
  line-height: 1.75;
  max-width: 55rem;
  margin: 0 auto;
}

/* Body text colors */
.japonista-block--white p,
.japonista-block--white li {
  color: #343434;
}

.japonista-block--black p,
.japonista-block--black li {
  color: rgba(246, 243, 235, 0.92);
}

/* Image hero */
.japonista-image-hero img {
  display: block;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  border-radius: 1rem;
  border: 1px solid rgba(215, 181, 109, 0.3);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

/* Form fields (gallery / museum vibe) */
.japonista-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.4rem 2.6rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .japonista-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.japonista-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.japonista-form-field--full {
  grid-column: 1 / -1;
}

.japonista-form-field label {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.75;
}

.japonista-form-field input,
.japonista-form-field select,
.japonista-form-field textarea {
  font-size: 1.8rem;
  padding: 1.3rem 1.4rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #fbf7f0;
  color: #222222;
}

/* Dark background form variant */
.japonista-block--black .japonista-form-field input,
.japonista-block--black .japonista-form-field select,
.japonista-block--black .japonista-form-field textarea {
  background-color: rgba(8, 8, 8, 0.9);
  color: #f6f3eb;
  border-color: rgba(215, 181, 109, 0.32);
}

/* Focus state */
.japonista-form-field input:focus,
.japonista-form-field select:focus,
.japonista-form-field textarea:focus {
  outline: none;
  border-color: var(--japonista-gold);
  box-shadow: 0 0 0 1px rgba(215, 181, 109, 0.45);
}

/* Acknowledge checkbox */
.japonista-form-acknowledge label {
  font-size: 1.7rem;
  line-height: 1.7;
  text-transform: none;
  letter-spacing: normal;
}

.japonista-form-acknowledge input[type="checkbox"] {
  margin-right: 0.5rem;
  accent-color: var(--japonista-gold);
}

/* Submit button */
.japonista-form-actions {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
}

.japonista-form-actions .btn {
  padding: 1.4rem 3.6rem;
  border-radius: 999px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background-color: #111111;
  color: #f6f3eb;
  border: 1px solid var(--japonista-gold);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.12s ease;
}

.japonista-form-actions .btn:hover {
  background-color: var(--japonista-gold);
  color: #111111;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
}

.japonista-note {
  margin-top: 1.8rem;
  font-size: 1.5rem;
  line-height: 1.7;
  opacity: 0.75;
}

/* Mobile tweaks */
@media (max-width: 767px) {
  .japonista-block {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }

  .japonista-title {
    font-size: 3.2rem;
  }

  .japonista-subtitle {
    font-size: 2rem;
  }

  .japonista-lead,
  .japonista-small-lead {
    font-size: 1.6rem;
  }

  .japonista-form-field input,
  .japonista-form-field select,
  .japonista-form-field textarea {
    font-size: 1.55rem;
  }
}

/* -----------------------------------------
   5) CONCIERGE MAIN LANDING PAGE HERO
----------------------------------------- */

.japonista-cl-wrapper {
  background-color: #000000;
  background-image: linear-gradient(
    180deg,
    #151515 0%,
    #050505 26rem,
    #f7f1e5 26rem
  );
}

.japonista-hero {
  color: #f6f3eb;
  padding: 5.5rem 1.75rem 3.5rem;
  background: linear-gradient(180deg, #151515 0%, #050505 100%);
}

@media (min-width: 900px) {
  .japonista-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3rem;
  }
}

.concierge-hero-intro {
  max-width: 640px;
}

.concierge-heading {
  font-size: 3.4rem;
  line-height: 1.2;
  margin-bottom: 1.8rem;
  letter-spacing: 0.03em;
  color: #f6f3eb;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.7);
}

.japonista-hero p {
  font-size: 1.9rem;
  line-height: 1.7;
  max-width: 38rem;
  color: rgba(246, 243, 235, 0.95);
}

/* Hero buttons */
.japonista-hero-actions {
  margin-top: 2.6rem;
}

@media (min-width: 900px) {
  .japonista-hero-actions {
    margin-top: 0;
    text-align: right;
  }
}

.japonista-hero-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 2.6rem;
  border-radius: 999px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 1.1rem;
  margin-bottom: 0.8rem;
  white-space: nowrap;
}

/* Primary & secondary states */
.btn.btn--primary {
  background-color: #111111;
  color: #f6f3eb;
  border: 1px solid var(--japonista-gold, #d7b56d);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.1s ease;
}

.btn.btn--primary:hover {
  background-color: var(--japonista-gold, #d7b56d);
  color: #111111;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
}

.btn.btn--secondary {
  background-color: transparent;
  color: #f6f3eb;
  border: 1px solid rgba(246, 243, 235, 0.55);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.1s ease;
}

.btn.btn--secondary:hover {
  background-color: rgba(246, 243, 235, 0.1);
  border-color: var(--japonista-gold, #d7b56d);
  transform: translateY(-1px);
}

/* Generic section blocks */
.japonista-section {
  padding: 4.5rem 1.75rem;
}

@media (min-width: 900px) {
  .japonista-section {
    padding: 5rem 2.5rem;
  }
}

.japonista-section--light {
  background-color: #f7f1e5;
  color: #222222;
}

.japonista-section--dark {
  background: linear-gradient(180deg, #151515 0%, #050505 100%);
  color: #f6f3eb;
}

.japonista-section h2 {
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 1.8rem;
}

/* Flowchart steps */
.japonista-steps {
  margin: 2rem 0 3rem;
  padding-left: 1.5rem;
  font-size: 1.7rem;
  line-height: 1.8;
}

/* Gentle fade-up animation */
@keyframes japonistaFadeUp {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.japonista-hero .concierge-heading,
.japonista-hero .concierge-hero-intro p,
.japonista-hero .japonista-hero-actions {
  opacity: 0;
  animation: japonistaFadeUp 0.8s ease-out forwards;
}

.japonista-hero .concierge-heading {
  animation-delay: 0.08s;
}

.japonista-hero .concierge-hero-intro p {
  animation-delay: 0.22s;
}

.japonista-hero .japonista-hero-actions {
  animation-delay: 0.36s;
}

@media (max-width: 768px) {
  .japonista-hero {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }

  .concierge-heading {
    font-size: 2.6rem;
  }

  .japonista-hero p {
    font-size: 1.6rem;
  }

  .japonista-hero-actions .btn {
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }
}

/* -----------------------------------------
   6) HOMEPAGE – CONCIERGE FEATURE BLOCK
----------------------------------------- */

.japonista-home-concierge {
  background-color: #f7f1e5;
  padding: 4.5rem 1.8rem;
  color: #222222;
}

.jhc-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.jhc-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 1.45rem;
  text-align: center;
  margin-bottom: 0.8rem;
  opacity: 0.95;
}

.jhc-title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 1.4rem;
  letter-spacing: 0.03em;
}

.jhc-title strong {
  font-weight: 700;
}

.jhc-title a {
  color: inherit;
  text-decoration: none;
}

.jhc-title a:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.jhc-intro {
  font-size: 1.8rem;
  line-height: 1.7;
  max-width: 46rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.jhc-grid {
  display: grid;
  gap: 2.8rem;
}

@media (min-width: 900px) {
  .jhc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 3.6rem;
  }
}

.jhc-card {
  padding: 2rem 1.4rem;
}

.jhc-card p {
  font-size: 1.7rem;
  line-height: 1.65;
  margin-bottom: 1.2rem;
}

/* Capsule labels (Deputy Vault™, Hunting Salon™, etc.) */
.jhc-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #111111;
  color: #f6f3eb;
  border: 1px solid rgba(215, 181, 109, 0.45);
  padding: 0.65rem 1.4rem;
  border-radius: 6px;
  font-size: 1.75rem;
  margin-bottom: 1.2rem;
  white-space: nowrap;
  text-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

.jhc-link {
  color: #111111;
  font-weight: 500;
  text-decoration: underline;
  font-size: 1.7rem;
}

@media (min-width: 900px) {
  .jhc-card:last-child {
    grid-column: 1 / -1;
    max-width: 520px;
    justify-self: center;
  }
}

/* -----------------------------------------
   7) SUKAJAN COLLECTION – VOGUE JAPAN INTRO
----------------------------------------- */

.japonista-collection-intro.japonista-collection-intro--sukajan {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 3.4rem 1.8rem 2.4rem;
}

.japonista-collection-intro--sukajan .jci-eyebrow {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #a8905d;
  font-weight: 500;
  padding: 0.35rem 0.9rem;
  border-top: 1px solid rgba(215, 181, 109, 0.7);
  border-bottom: 1px solid rgba(215, 181, 109, 0.7);
  margin-bottom: 1.6rem;
}

.japonista-collection-intro--sukajan .jci-title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0 0 1rem;
}

.japonista-collection-intro--sukajan .jci-title-underline {
  width: 80px;
  height: 2px;
  background-color: #d7b56d;
  margin: 0 auto 1.8rem;
}

.japonista-collection-intro--sukajan .jci-subtitle {
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto;
  color: #3b3b3b;
  font-style: italic;
}

@media (max-width: 749px) {
  .japonista-collection-intro.japonista-collection-intro--sukajan {
    padding: 2.6rem 1.4rem 2rem;
  }

  .japonista-collection-intro--sukajan .jci-title {
    font-size: 2.4rem;
  }

  .japonista-collection-intro--sukajan .jci-subtitle {
    font-size: 1.6rem;
  }
}

/* -----------------------------------------
   8) LUXURY FOOTER – FONT SIZE FIX
----------------------------------------- */

/* Bigger, more readable footer links */
.footer-block__details-content .list-menu__item--link,
.footer-block__details-content .list-menu__item--link a,
.footer__list-link {
  font-size: 1.5rem;
  line-height: 1.8;
}

/* Optional: luxury footer background strip if you’re using .japonista-footer-nav */
.japonista-footer-nav {
  background-color: #faf6ef;
  border-top: 1px solid #e0d6c5;
  padding: 3.2rem 0 2.8rem;
}

/* END – JAPONISTA CUSTOM STYLES */

/* HARD FIX – JAPONISTA FOOTER CATEGORY TITLES (BIGGER + BOLD) */

/* Desktop & tablet – 2x bigger + bold */
.japonista-footer-nav .japonista-footer-heading {
  font-size: 1.8rem !important;   /* roughly 2× the old 0.9rem */
  font-weight: 700 !important;    /* bold */
  letter-spacing: 0.22em !important;
  text-transform: uppercase;
  color: #1a1a1a;
  opacity: 0.95;
  margin-bottom: 1.1rem !important;
}

/* Make sure ALL four labels are bold even if theme adds extra classes */
.japonista-footer-nav .japonista-footer-heading,
.japonista-footer-nav .japonista-footer-heading * {
  font-weight: 700 !important;
}

/* Keep mobile readable but not gigantic */
@media (max-width: 749px) {
  .japonista-footer-nav .japonista-footer-heading {
    font-size: 1.4rem !important;
    letter-spacing: 0.18em !important;
    margin-bottom: 0.9rem !important;
  }
}
/* ============================================================
   JAPONISTA FOOTER – UNIVERSAL LUXURY TYPOGRAPHY FIX
   Makes ALL footer titles consistent + enlarges link text
============================================================ */

/* 1) LARGE FOOTER TITLES (all 5 columns, consistent size) */
.footer-block__heading,                /* JAPONISTA + SHOP + others */
.japonista-footer-nav .japonista-footer-heading,
.footer-search .h5 {                   /* SEARCH THIS SITE label */
    font-size: 2rem !important;        /* unified large size */
    font-weight: 700 !important;       /* bold */
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: #1a1a1a !important;
    opacity: 0.95 !important;
    margin-bottom: 1.2rem !important;
}

/* 2) MAKE FOOTER LINKS MORE READABLE */
.footer-block__details-content .list-menu__item--link,
.footer-block__details-content .list-menu__item--link a,
.footer__list-link {
    font-size: 1.45rem !important;     /* bigger than default */
    line-height: 1.9 !important;
    font-weight: 500 !important;
    color: #2a2a2a !important;
}

/* 3) SMALL PARAGRAPH UNDER "JAPONISTA" – readability boost */
.footer-block__details {
    font-size: 1.35rem !important;
    line-height: 1.8 !important;
    opacity: 0.85 !important;
}

/* 4) MOBILE RESPONSIVENESS – reduce slight size for small screens */
@media (max-width: 749px) {
    .footer-block__heading,
    .japonista-footer-nav .japonista-footer-heading,
    .footer-search .h5 {
        font-size: 1.6rem !important;
        letter-spacing: 0.12em !important;
    }

    .footer-block__details-content .list-menu__item--link,
    .footer-block__details-content .list-menu__item--link a,
    .footer__list-link {
        font-size: 1.3rem !important;
    }
}

/* ============================================================
   JAPONISTA FOOTER – FINAL TYPOGRAPHY PATCH
   Targets everything inside .japonista-footer-nav only
============================================================ */

/* All footer titles: JAPONISTA / SHOP / CONCIERGE LOGISTICS™ /
   JOURNAL & CUSTOMER CARE / SEARCH THIS SITE */
.japonista-footer-nav h2,
.japonista-footer-nav h3,
.japonista-footer-nav .footer-block__heading,
.japonista-footer-nav .h4,
.japonista-footer-nav .h5 {
  font-size: 1.9rem !important;       /* large, unified */
  font-weight: 700 !important;        /* bold */
  letter-spacing: 0.16em !important;  /* luxury spacing */
  text-transform: uppercase;
  color: #1a1a1a;
  opacity: 0.95;
  margin-bottom: 1.1rem !important;
}

/* All footer links + small text under the headings */
.japonista-footer-nav p,
.japonista-footer-nav li,
.japonista-footer-nav a,
.japonista-footer-nav .list-menu__item--link,
.japonista-footer-nav .list-menu__item--link a {
  font-size: 1.4rem !important;       /* bigger than before */
  line-height: 1.9 !important;
  font-weight: 500;
  color: #2a2a2a;
}

/* Brand description text under "JAPONISTA" */
.japonista-footer-nav .footer-block__details,
.japonista-footer-nav .footer-block__details p {
  font-size: 1.4rem !important;
  line-height: 1.9 !important;
  opacity: 0.85 !important;
}

/* Mobile: slightly smaller so it doesn’t explode */
@media (max-width: 749px) {
  .japonista-footer-nav h2,
  .japonista-footer-nav h3,
  .japonista-footer-nav .footer-block__heading,
  .japonista-footer-nav .h4,
  .japonista-footer-nav .h5 {
    font-size: 1.6rem !important;
    letter-spacing: 0.14em !important;
  }

  .japonista-footer-nav p,
  .japonista-footer-nav li,
  .japonista-footer-nav a,
  .japonista-footer-nav .list-menu__item--link,
  .japonista-footer-nav .list-menu__item--link a {
    font-size: 1.3rem !important;
  }
}

/* FINAL FIX – Make "JAPONISTA" title match the other footer headings */
.japonista-footer-nav .footer-block:first-child .footer-block__heading {
    font-size: 1.9rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: #1a1a1a !important;
    opacity: 0.95 !important;
    margin-bottom: 1.2rem !important;
}

/* FINAL SINGLE FIX – Make the first footer title "JAPONISTA" match the others */
.footer__content-top .footer-block:first-child .footer-block__heading {
  font-size: 1.9rem !important;        /* same as other headings */
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #1a1a1a !important;
  opacity: 0.95 !important;
  margin-bottom: 1.2rem !important;
}
/* FINAL PATCH – Make the first footer title "JAPONISTA" match the others */
.footer__content-top .footer-block:first-child > *:first-child {
  font-size: 1.9rem !important;        /* same size as other headings */
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #1a1a1a !important;
  opacity: 0.95 !important;
  margin-bottom: 1.2rem !important;
}

/* FINAL FIX – Enlarge the tiny "JAPONISTA" caption in the footer */
.footer__content-top .caption-large {
  font-size: 1.9rem !important;        /* same as other footer titles */
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #1a1a1a !important;
  opacity: 0.95 !important;
  margin-bottom: 1.2rem !important;
}

/* FINAL FIX – Force the tiny “JAPONISTA” caption to match all other footer titles */
.footer .caption-with-letter-spacing {
  font-size: 1.9rem !important;       /* match SHOP / CONCIERGE / etc */
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #1a1a1a !important;
  opacity: 0.95 !important;
  margin-bottom: 1.2rem !important;
}
/* FOOTER SEARCH PILL – bigger input text + placeholder */
.footer .search-modal__form .field__input,
.footer .japonista-search-pill .field__input {
  font-size: 2rem !important;          /* was 1.6rem */
  height: 4.8rem;                      /* keep same pill height */
  padding: 0 5rem 0 2.1rem;            /* a bit more breathing room on the left */
}

.footer .search-modal__form .field__input::placeholder,
.footer .japonista-search-pill .field__input::placeholder {
  font-size: 1.8rem !important;        /* was 1.35rem */
  opacity: 0.7;                        /* keep it clear but not shouting */
}

/* ==============================================================
   ABSOLUTE OVERRIDE – FOOTER SEARCH INPUT + BUTTON TEXT SIZE
   (This WILL apply, no matter what Dawn does)
============================================================== */

/* INPUT TEXT inside the search pill */
footer .search-modal__form input.field__input,
footer .search-modal__form .field__input,
footer .japonista-search-pill input.field__input,
footer .japonista-search-pill .field__input {
    font-size: 1.9rem !important;      /* big readable input text */
    line-height: 1.9rem !important;
    height: 4.8rem !important;         /* keep pill height */
    padding-left: 2rem !important;
}

/* PLACEHOLDER text inside the search pill */
footer .search-modal__form input.field__input::placeholder,
footer .japonista-search-pill input.field__input::placeholder {
    font-size: 1.8rem !important;
    line-height: 1.8rem !important;
    opacity: 0.7 !important;
}

/* SEARCH BUTTON text on the right */
footer .search-modal__form .field__button,
footer .japonista-search-pill .field__button {
    font-size: 1.9rem !important;      /* match input text size */
    letter-spacing: 0.12em !important;
}

/* Button text inside the button (span or text node) */
footer .search-modal__form .field__button span,
footer .japonista-search-pill .field__button span {
    font-size: 1.9rem !important;
}
/* ==========================================================
   GLOBAL FORM FIELD TYPOGRAPHY OVERRIDE
   (Covers footer search pill + SEARCH button)
========================================================== */

/* All text inside pill-style inputs: bigger & readable */
.field__input {
  font-size: 1.9rem !important;        /* was ~1.4–1.6rem */
  line-height: 1.9rem !important;
}

/* Placeholder text too (footer search, contact forms, etc.) */
.field__input::placeholder {
  font-size: 1.8rem !important;
  line-height: 1.8rem !important;
  opacity: 0.7;
}

/* Buttons attached to fields (includes the SEARCH pill button) */
.field__button {
  font-size: 1.8rem !important;        /* match input size visually */
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

/* NUMBERED LIST for Concierge Logistics footer links */
.japonista-footer-nav .footer-block:nth-child(3) .list-menu__item--link a::before {
  font-family: sans-serif;
  font-size: 1.4rem;
  margin-right: 6px;
  opacity: 0.9;
}

/* Assign each number to each specific link */
.japonista-footer-nav .footer-block:nth-child(3) .list-menu__item--link:nth-child(1) a::before {
  content: "① ";
}
.japonista-footer-nav .footer-block:nth-child(3) .list-menu__item--link:nth-child(2) a::before {
  content: "② ";
}
.japonista-footer-nav .footer-block:nth-child(3) .list-menu__item--link:nth-child(3) a::before {
  content: "③ ";
}
.japonista-footer-nav .footer-block:nth-child(3) .list-menu__item--link:nth-child(4) a::before {
  content: "④ ";
}
.japonista-footer-nav .footer-block:nth-child(3) .list-menu__item--link:nth-child(5) a::before {
  content: "⑤ ";
}

/* WIDEN the Concierge Logistics™ footer column to prevent wrapping */
.japonista-footer-nav .footer-block:nth-child(3) {
  min-width: 260px !important;   /* wider column */
}

/* Allow link text to stay on one line */
.japonista-footer-nav .footer-block:nth-child(3) .list-menu__item--link a {
  white-space: nowrap !important;
}


/* ================================
   Concierge Logistics™ – numbered links
   ================================ */

/* Base style for the numbers */
.japonista-footer-grid .japonista-footer-col:nth-child(3) .japonista-footer-list li a::before {
  font-size: 1.4rem;
  margin-right: 6px;
  opacity: 0.9;
}

/* ① The Deputy Vault™ */
.japonista-footer-grid .japonista-footer-col:nth-child(3) .japonista-footer-list li:nth-child(2) a::before {
  content: "① ";
}

/* ② The Hunting Salon™ */
.japonista-footer-grid .japonista-footer-col:nth-child(3) .japonista-footer-list li:nth-child(3) a::before {
  content: "② ";
}

/* ③ Museum-Grade Logistics Suite™ */
.japonista-footer-grid .japonista-footer-col:nth-child(3) .japonista-footer-list li:nth-child(4) a::before {
  content: "③ ";
}

/* ④ Warehouse & Export Vault™ */
.japonista-footer-grid .japonista-footer-col:nth-child(3) .japonista-footer-list li:nth-child(5) a::before {
  content: "④ ";
}

/* ⑤ Restoration & Documentation Lab™ */
.japonista-footer-grid .japonista-footer-col:nth-child(3) .japonista-footer-list li:nth-child(6) a::before {
  content: "⑤ ";
}

/* Keep the long Restoration & Documentation Lab™ link on a single line */
.japonista-footer-grid .japonista-footer-col:nth-child(3) .japonista-footer-list li:nth-child(6) a {
  white-space: nowrap;
}

/* =========================================
   JAPONISTA CIRCLE – Refined Typography Layout
   ========================================= */

/* Block alignment — match Shopify container indentation */


/* Heading: cleaner, modern, luxury serif */


/* Subtext: larger, readable, no caps, gentle luxury */


/* Newsletter form */


/* Email field — slim luxury pill */




/* Submit button */


/* Follow on shop button */


/* Mobile refinements */
@media screen and (max-width: 749px) {
  

  
}

/* ==== JAPONISTA CIRCLE – Fine-tuning ==== */

/* 1) Make subtitle about 2x bigger & more readable */


/* 2) Make the email capsule white instead of dark */




/* 3) Ensure form is nicely left-aligned and not too narrow */



/* === JAPONISTA CIRCLE – Alignment + capsule cleanup === */

/* 1) Remove extra horizontal padding so it lines up with SEARCH THIS SITE */


/* Make sure heading + form start at the same left edge */


/* 2) Turn the email area into ONE clean white pill (no inner capsule) */


/* Input inside the pill */




/* 3) Right-side SEND button (uses Dawn's built-in button inside the field) */


/* Ensure any arrow icon inside stays visible */



/* Hide Dawn's built-in circular submit icon */


/* Add real Subscribe Me button */




/* Hover effect */


/* Give room for the new Subscribe Me button */


/* ==========================================================
   JAPONISTA CIRCLE – Simple box + SEARCH-style button
   ========================================================== */

/* 1) Alignment: line up with "SEARCH THIS SITE" */




/* 2) Reset weird capsule wrapper and layout */




/* Make the .field wrapper behave like a simple flex row, no capsule */


/* 3) Simple Dawn-like input box */




/* 4) Restore the real submit button and style it like the SEARCH pill */


/* Hover state similar to SEARCH button */


/* 5) Replace arrow icon inside button with "SUBSCRIBE ME" text */




/* ==========================================================
   JAPONISTA CIRCLE – FINAL RESET (simple box + SEARCH button)
   ========================================================== */

/* Align block with main page content (like SEARCH THIS SITE) */


/* Keep heading + subtitle as they are now, no change here */

/* --- FORM LAYOUT: input + button side by side --- */



/* Reset the .field wrapper: no border, no capsule */


/* Simple Dawn-style input box */


/* Placeholder color */


/* --- BUTTON: match black SEARCH pill --- */



/* Hover like SEARCH button */


/* Remove the circular icon look + clip issues */


/* Make sure the label shows full "Subscribe Me" text if present */


/* === JAPONISTA CIRCLE – refined inline layout === */

/* 1. Inline layout: input + button on one row, no big outer frame */


/* Remove wrapper border / box */


/* 2. Simple Dawn-style email box */


/* Placeholder color */


/* Hide the little grey "..." icon inside the input */


/* 3. SUBSCRIBE ME button styled like SEARCH pill */


/* Hover like SEARCH button */


/* Remove arrow icon, show clean text label */


/* ===== JAPONISTA CIRCLE – Add subtitle under heading ===== */

/* Positioning the subtitle under the heading */
.footer-block--newsletter .footer-block__heading {
  display: block;
  margin-bottom: 0.25rem; /* slight spacing above subtitle */
}

/* Add the subtitle text */
.footer-block--newsletter .footer-block__heading::after {
  content: "Exclusive previews, rare finds, and cultural insights — delivered from Japan with intention.";
  display: block;
  font-style: italic;
  font-size: calc(1rem + 0.1vw); /* slightly smaller than heading */
  margin-top: 0.45rem;
  color: #3d3d3d; /* readable, elegant neutral */
  line-height: 1.5;
  max-width: 600px;  /* matches indentation with heading */
}


/* ==========================================================
   TOKI-MEKI COLLECTION INTRO – MATCH SUKAJAN STYLE
========================================================== */

.japonista-collection-intro--toki {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 3.4rem 1.8rem 2.4rem;
}

.japonista-collection-intro--toki .jci-eyebrow {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #a8905d;
  font-weight: 500;
  padding: 0.35rem 0.9rem;
  border-top: 1px solid rgba(215, 181, 109, 0.7);
  border-bottom: 1px solid rgba(215, 181, 109, 0.7);
  margin-bottom: 1.6rem;
}

.japonista-collection-intro--toki .jci-title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0 0 1rem;
}

.japonista-collection-intro--toki .jci-title-underline {
  width: 80px;
  height: 2px;
  background-color: #d7b56d;
  margin: 0 auto 1.8rem;
}

.japonista-collection-intro--toki .jci-subtitle {
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 720px;
  margin: 0.4rem auto;
  color: #4a4a4a;
}


/* ==========================================================
   HERO BANNER — Move text group higher on the image
========================================================== */

/* Desktop adjustment */
@media screen and (min-width: 750px) {
  .image-banner__content {
    transform: translateY(-22%);   /* Move text upward */
  }
}

/* Optional: Slightly adjust for very large screens */
@media screen and (min-width: 1400px) {
  .image-banner__content {
    transform: translateY(-28%);
  }
}

/* Keep mobile centered for readability */
@media screen and (max-width: 749px) {
  .image-banner__content {
    transform: translateY(-8%);
  }
}


/* =========================================
   HERO – move text & buttons higher
   ========================================= */

/* Desktop / larger screens */
@media screen and (min-width: 750px) {
  /* Standard Dawn banner hero */
  .banner--content-middle .banner__box {
    transform: translateY(-18%);
  }

  /* If your theme uses the older image-with-text-overlay hero */
  .image-with-text-overlay .image-with-text-overlay__content {
    transform: translateY(-18%);
  }
}

/* Keep mobile almost centered, just a tiny lift if needed */
@media screen and (max-width: 749px) {
  .banner--content-middle .banner__box,
  .image-with-text-overlay .image-with-text-overlay__content {
    transform: translateY(-6%);
  }
}

/* ============================================================
   JAPONISTA — CURATED COLLECTIONS HEADING (HOME COLLECTION LIST)
   Targets the "Collections" section (collection list block on top page)
   ============================================================ */

/* Center the heading wrapper and give vertical breathing room
   (matched to Toki-Meki style spacing: generous but not too tall) */
.collection-list-wrapper {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

/* Ensure the title row is centered */
.collection-list-wrapper .title-wrapper-with-link {
  text-align: center;
}

/* Main heading styling */
.collection-list-wrapper .title {
  font-family: "Playfair Display", serif !important;  /* Luxury serif */
  font-size: clamp(2.4rem, 3vw, 3.2rem) !important;  /* Scales with screen */
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: none !important;
  margin: 0 auto;
  position: relative;
  display: inline-block;

  /* GOLD GRADIENT TEXT */
  background: linear-gradient(90deg, #d7b56d, #f3e1b3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  /* FADE-IN + SLIGHT LIFT ANIMATION */
  opacity: 0;
  transform: translateY(8px);
  animation: jp-collections-fade-up 0.9s ease-out 0.15s forwards;
}

/* Thin gold underline accent under the heading (museum label vibe) */
.collection-list-wrapper .title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c79f4f, #f4e3b0);
}

/* Fade-up animation keyframes (used above) */
@keyframes jp-collections-fade-up {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile fine-tuning: slightly smaller + tighter spacing */
@media (max-width: 749px) {
  .collection-list-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .collection-list-wrapper .title {
    font-size: 2.1rem !important;
    letter-spacing: 0.04em !important;
  }
}
/* ==========================================================
   CURATED COLLECTIONS INTRO – MATCH TOKI-MEKI STYLE EXACTLY
========================================================== */

.japonista-collection-intro--cc {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 3.4rem 1.8rem 2.4rem;  /* same spacing as Toki-Meki */
}

/* Eyebrow (TREASURES FROM JAPAN) */
.japonista-collection-intro--cc .jci-cc-eyebrow {
  display: inline-block;
  font-size: 1.4rem;             /* identical */
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #a8905d;
  font-weight: 500;
  padding: 0.35rem 0.9rem;
  border-top: 1px solid rgba(215, 181, 109, 0.7);
  border-bottom: 1px solid rgba(215, 181, 109, 0.7);
  margin-bottom: 1.6rem;
}

/* Main Title (Browse Our Curated Collections) */
.japonista-collection-intro--cc .jci-cc-title {
  font-size: 3rem;               /* identical to Toki-Meki */
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0 0 1rem;
}

/* Title underline */
.japonista-collection-intro--cc .jci-cc-titl


/* FORCE BIGGER "JAPONISTA" HEADING IN MOBILE MENU */
.menu-drawer__section-heading,
.drawer__heading,
.drawer__title {
  font-size: 1.25rem !important; /* same size as SHOP heading */
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

/* ================================
   FOOTER BRAND HEADING – "JAPONISTA"
   Make same size as "SHOP"
=================================*/

.footer .footer-block--text .footer-block__heading {
  font-size: 1.4rem !important;   /* or 20px !important if you prefer */
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* Ensure it doesn't shrink on mobile */
@media screen and (max-width: 749px) {
  .footer .footer-block--text .footer-block__heading {
    font-size: 1.4rem !important;  /* keep same size on phones */
  }
}


/* ==========================================
   FOOTER "JAPONISTA" IMAGE HEADING
   Match height of "SHOP" heading
========================================== */

.footer-logo-image {
  line-height: 1;
}

.footer-logo-image img {
  display: block;
  height: 22px !important;   /* desktop: adjust 21/23px if needed */
  width: auto !important;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 749px) {
  .footer-logo-image img {
    height: 20px !important; /* mobile tuning */
  }
}


/* ============================================================
   JAPONISTA LUXURY LEGAL NOTICE PAGE STYLING
=========================================================== */

.japonista-policy-wrapper {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 3.4rem 1.8rem 4rem;
}

/* Eyebrow */
.jp-policy-eyebrow {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #a8905d;
  font-weight: 500;
  padding: 0.35rem 0.9rem;
  border-top: 1px solid rgba(215,181,109,0.7);
  border-bottom: 1px solid rgba(215,181,109,0.7);
  margin-bottom: 1.6rem;
}

/* Main Title */
.jp-policy-title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0 0 1rem;
}

/* Gold underline */
.jp-policy-underline {
  width: 80px;
  height: 2px;
  background-color: #d7b56d;
  margin: 0 auto 1.8rem;
}

/* Subtitle */
.jp-policy-subtitle {
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 720px;
  margin: 0.4rem auto 2.4rem;
  color: #4a4a4a;
}

/* Main content area */
.jp-policy-content {
  text-align: left;
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #2b2b2b;
}

.jp-policy-content h2 {
  font-size: 1.5rem;
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
  color: #1a1a1a;
  font-weight: 600;
}

.jp-policy-content ul {
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}

.jp-policy-content li {
  margin-bottom: 0.6rem;
}

/* Mobile adjustments */
@media (max-width: 749px) {
  .jp-policy-title {
    font-size: 2.4rem;
  }
  .jp-policy-subtitle {
    font-size: 1.4rem;
  }
  .jp-policy-content {
    font-size: 1rem;
  }
  .jp-policy-content h2 {
    font-size: 1.3rem;
  }
}





/* ============================================================
   JAPONISTA — WIDEN POLICY PAGE TEXT BODY (DESKTOP ONLY)
   Applies to: Refund, Privacy, Terms of service,
   Shipping policy, Contact information, Legal notice,
   Data & Privacy Preferences
=========================================================== */

@media (min-width: 990px) {
  .shopify-policy .page-width--narrow,
  .shopify-policy .page-width {
    max-width: 1040px;  /* wider reading column */
  }

  /* Optional: slightly relax line length inside the rich text */
  .shopify-policy .rte,
  .shopify-policy .shopify-policy__body {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ============================================================
   JAPONISTA — WIDEN POLICY PAGES TO MATCH HEADER WIDTH (DESKTOP)
   Applies to: Refund, Privacy, Terms, Shipping, Contact,
   Legal notice, Data & Privacy Preferences
=========================================================== */

@media (min-width: 990px) {
  /* Use the same width as the main site page width */
  .shopify-policy .page-width--narrow,
  .shopify-policy .page-width {
    max-width: var(--page-width, 1200px);
  }

  /* Our custom Japonista legal wrapper should also expand */
  .shopify-policy .japonista-policy-wrapper {
    max-width: var(--page-width, 1200px);
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  /* Main body text column inside the policy */
  .shopify-policy .jp-policy-content,
  .shopify-policy .shopify-policy__body,
  .shopify-policy .rte {
    max-width: var(--page-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

/* ================================
   JAPONISTA – SHIPPING POLICY LUX STYLING
   ================================ */

/* 1. Overall policy block width & typography
   - Align with main content width, center on page
   - Give it a calm, editorial feel
*/

.page-width .japonista-policy {
  max-width: 1100px;           /* adjust to 1000–1200px if you want wider/narrower */
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.japonista-policy h1,
.japonista-policy h2,
.japonista-policy h3 {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  margin-bottom: 0.75rem;
}

.japonista-policy h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.japonista-policy h2 {
  font-size: 1.35rem;
  margin-top: 2.25rem;
}

.japonista-policy h3 {
  font-size: 1.08rem;
  margin-top: 1.5rem;
}

.japonista-policy p,
.japonista-policy li {
  line-height: 1.7;
  font-size: 0.98rem;
}

.japonista-policy hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin: 2rem 0;
}

/* 2. Flowchart block – centered & not too large */

.japonista-shipping-flow {
  text-align: center;
}

.japonista-shipping-flow figure {
  margin: 2.5rem auto 0;
  max-width: 760px; /* controls how wide the flowchart can get */
}

.japonista-shipping-flow img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

/* 3. Ultra-lux FAQ accordions (details/summary) */

.japonista-faq {
  margin-top: 1.5rem;
}

/* Reset default marker */
.japonista-faq details summary {
  list-style: none;
}

.japonista-faq details summary::-webkit-details-marker {
  display: none;
}

/* Accordion container */
.japonista-faq details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.9rem 0;
}

/* Summary (question) styling */
.japonista-faq details summary {
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
  font-weight: 500;
  font-size: 0.98rem;
  letter-spacing: 0.03em;
  text-transform: none;
}

/* Plus / minus icon on the right */
.japonista-faq details summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.7;
}

/* When open, change icon */
.japonista-faq details[open] summary::after {
  content: "–";
  transform: translateY(-50%);
  opacity: 1;
}

/* Smooth reveal of the answer text */
.japonista-faq details p {
  margin-top: 0.5rem;
  padding-right: 0.5rem;
  color: rgba(0, 0, 0, 0.78);
}

/* Subtle hover for question line */
.japonista-faq details summary:hover {
  color: rgba(0, 0, 0, 0.85);
}

/* 4. Small polish on lists within the policy block */

.japonista-policy ul {
  padding-left: 1.2rem;
  margin: 0.4rem 0 1rem;
}

.japonista-policy ul li {
  margin-bottom: 0.2rem;
}

/* 5. Responsive tweak – make sure padding breathes on mobile */

@media (max-width: 749px) {
  .page-width .japonista-policy {
    padding: 1.75rem 1rem 2.5rem;
  }

  .japonista-policy h1 {
    font-size: 1.7rem;
  }

  .japonista-shipping-flow figure {
    max-width: 100%;
  }
}

/* ================================
   JAPONISTA – SHIPPING POLICY OVERRIDE PATCH
   Bigger text + wider body on desktop
   ================================ */

/* 1. Make the policy block wider and centered on desktop */

.page-width .japonista-policy {
  max-width: 1200px !important;  /* widen column */
  margin: 0 auto !important;
  padding: 2.5rem 1.5rem 3rem !important;
}

/* 2. Global typography scale inside the policy block
   (roughly ~2x the previous sizes for readability)
*/

.page-width .japonista-policy h1 {
  font-size: 3rem !important;      /* main title */
  line-height: 1.2 !important;
  margin-bottom: 1.8rem !important;
}

.page-width .japonista-policy h2 {
  font-size: 2rem !important;      /* section headings */
  line-height: 1.3 !important;
  margin-top: 2.4rem !important;
  margin-bottom: 0.9rem !important;
}

.page-width .japonista-policy h3 {
  font-size: 1.6rem !important;    /* sub-headings */
  line-height: 1.35 !important;
  margin-top: 1.8rem !important;
  margin-bottom: 0.6rem !important;
}

.page-width .japonista-policy p,
.page-width .japonista-policy li {
  font-size: 1.4rem !important;    /* main body & bullet text */
  line-height: 1.9 !important;
}

/* Softer divider so it doesn’t look cramped */
.page-width .japonista-policy hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 2.2rem 0 !important;
}

/* 3. Flowchart image – centered & comfortable width */

.page-width .japonista-policy .japonista-shipping-flow {
  text-align: center;
}

.page-width .japonista-policy .japonista-shipping-flow figure {
  margin: 2.5rem auto 0 !important;
  max-width: 900px !important;     /* wide but not full-bleed */
}

.page-width .japonista-policy .japonista-shipping-flow img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

/* 4. Ultra-lux FAQ accordions with larger text */

.page-width .japonista-policy .japonista-faq {
  margin-top: 1.8rem;
}

/* Remove default markers */
.page-width .japonista-policy .japonista-faq details summary {
  list-style: none;
}

.page-width .japonista-policy .japonista-faq details summary::-webkit-details-marker {
  display: none;
}

/* Accordion container */
.page-width .japonista-policy .japonista-faq details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1rem 0;
}

/* Question line */
.page-width .japonista-policy .japonista-faq details summary {
  cursor: pointer;
  position: relative;
  padding-right: 2.2rem;
  font-weight: 600;
  font-size: 1.4rem !important;
  letter-spacing: 0.03em;
}

/* + / – sign */
.page-width .japonista-policy .japonista-faq details summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  line-height: 1;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.7;
}

.page-width .japonista-policy .japonista-faq details[open] summary::after {
  content: "–";
  opacity: 1;
}

/* Answer text */
.page-width .japonista-policy .japonista-faq details p {
  margin-top: 0.6rem;
  padding-right: 0.5rem;
}

/* Hover polish */
.page-width .japonista-policy .japonista-faq details summary:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* 5. Mobile safety – don’t let it become gigantic on phones */

@media (max-width: 749px) {
  .page-width .japonista-policy {
    max-width: 100% !important;
    padding: 2rem 1.25rem 2.5rem !important;
  }

  .page-width .japonista-policy h1 {
    font-size: 2.2rem !important;
  }

  .page-width .japonista-policy h2 {
    font-size: 1.7rem !important;
  }

  .page-width .japonista-policy h3 {
    font-size: 1.35rem !important;
  }

  .page-width .japonista-policy p,
  .page-width .japonista-policy li,
  .page-width .japonista-policy .japonista-faq details summary {
    font-size: 1.2rem !important;
  }
}

/* ================================
   JAPONISTA – POLICY PAGES HARD OVERRIDE
   Wider body + larger text (Shipping, Returns, etc.)
   Targets Dawn page templates only.
   ================================ */

/* 1. Widen the narrow column on page templates (desktop) */

.template-page .page-width--narrow {
  max-width: 1200px !important;    /* make this closer to header width */
  margin: 0 auto !important;
}

/* 2. Increase text size for all rich text on page templates */

.template-page .rte p,
.template-page .rte li {
  font-size: 1.3rem !important;    /* ~2x original */
  line-height: 1.9 !important;
}

.template-page .rte ul {
  padding-left: 1.5rem;
}

/* Headings inside the policy body */

.template-page .rte h2 {
  font-size: 1.9rem !important;
  line-height: 1.3 !important;
  margin-top: 2.2rem !important;
  margin-bottom: 0.8rem !important;
}

.template-page .rte h3 {
  font-size: 1.5rem !important;
  line-height: 1.35 !important;
  margin-top: 1.6rem !important;
  margin-bottom: 0.5rem !important;
}

/* Optional: make horizontal rules softer and spaced */

.template-page .rte hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 2.2rem 0 !important;
}

/* 3. FAQ accordions (if you used <details> inside the policy body) */

.template-page .rte details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1rem 0;
}

.template-page .rte details summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
  font-weight: 600;
  font-size: 1.3rem !important;
}

/* remove default marker */
.template-page .rte details summary::-webkit-details-marker {
  display: none;
}

.template-page .rte details summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.template-page .rte details[open] summary::after {
  content: "–";
  opacity: 1;
}

.template-page .rte details p {
  margin-top: 0.6rem;
}

/* 4. Mobile safety – keep it readable but not insane */

@media (max-width: 749px) {
  .template-page .page-width--narrow {
    max-width: 100% !important;
    padding: 0 1.25rem;
  }

  .template-page .rte p,
  .template-page .rte li,
  .template-page .rte details summary {
    font-size: 1.15rem !important;
  }

  .template-page .rte h2 {
    font-size: 1.6rem !important;
  }

  .template-page .rte h3 {
    font-size: 1.35rem !important;
  }
}

/* ============================================
   JAPONISTA – POLICY PAGES HARD OVERRIDE v2
   Targets Shopify policy templates directly
   (Shipping, Refund, Privacy, etc.)
   ============================================ */

/* 1. WIDEN THE BODY COLUMN ON POLICY PAGES (DESKTOP) */

body.template-policy .shopify-policy__container,
body.template-policy .page-width--narrow {
  max-width: 1200px !important;      /* widen column */
  margin: 0 auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* 2. BIGGER HEADING "Shipping policy" */

body.template-policy .main-page-title {
  font-size: 3rem !important;
  line-height: 1.2 !important;
  margin-bottom: 2rem !important;
}

/* 3. BIGGER BODY TEXT INSIDE THE POLICY (≈2x) */

body.template-policy .shopify-policy__body,
body.template-policy .shopify-policy__body .rte {
  font-size: 1.3rem !important;      /* main base size */
  line-height: 1.9 !important;
}

body.template-policy .shopify-policy__body p,
body.template-policy .shopify-policy__body li,
body.template-policy .rte p,
body.template-policy .rte li {
  font-size: 1.3rem !important;
  line-height: 1.9 !important;
}

/* 4. SECTION HEADINGS INSIDE THE POLICY BODY */

body.template-policy .shopify-policy__body h2,
body.template-policy .rte h2 {
  font-size: 1.9rem !important;
  line-height: 1.3 !important;
  margin-top: 2.2rem !important;
  margin-bottom: 0.8rem !important;
}

body.template-policy .shopify-policy__body h3,
body.template-policy .rte h3 {
  font-size: 1.5rem !important;
  line-height: 1.35 !important;
  margin-top: 1.6rem !important;
  margin-bottom: 0.5rem !important;
}

/* 5. HORIZONTAL RULES – MORE BREATHING ROOM */

body.template-policy .shopify-policy__body hr,
body.template-policy .rte hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 2.2rem 0 !important;
}

/* 6. FAQ ACCORDIONS (<details>) INSIDE POLICY */

body.template-policy .shopify-policy__body details,
body.template-policy .rte details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1rem 0;
}

body.template-policy .shopify-policy__body details summary,
body.template-policy .rte details summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
  font-weight: 600;
  font-size: 1.3rem !important;
}

/* hide default marker */
body.template-policy .shopify-policy__body details summary::-webkit-details-marker,
body.template-policy .rte details summary::-webkit-details-marker {
  display: none;
}

/* plus/minus icon */
body.template-policy .shopify-policy__body details summary::after,
body.template-policy .rte details summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

body.template-policy .shopify-policy__body details[open] summary::after,
body.template-policy .rte details[open] summary::after {
  content: "–";
  opacity: 1;
}

body.template-policy .shopify-policy__body details p,
body.template-policy .rte details p {
  margin-top: 0.6rem;
}

/* 7. MOBILE SAFETY – STILL BIGGER, BUT CONTROLLED */

@media (max-width: 749px) {
  body.template-policy .shopify-policy__container,
  body.template-policy .page-width--narrow {
    max-width: 100% !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  body.template-policy .main-page-title {
    font-size: 2.2rem !important;
  }

  body.template-policy .shopify-policy__body p,
  body.template-policy .shopify-policy__body li,
  body.template-policy .rte p,
  body.template-policy .rte li,
  body.template-policy .shopify-policy__body details summary,
  body.template-policy .rte details summary {
    font-size: 1.15rem !important;
  }

  body.template-policy .shopify-policy__body h2,
  body.template-policy .rte h2 {
    font-size: 1.6rem !important;
  }

  body.template-policy .shopify-policy__body h3,
  body.template-policy .rte h3 {
    font-size: 1.35rem !important;
  }
}

/* ============================================
   JAPONISTA SHIPPING POLICY — HARD OVERRIDE
   (Targets Shopify native policy layout)
   ============================================ */

/* 1. WIDEN THE POLICY COLUMN (DESKTOP) */
.shopify-policy__container {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

/* 2. MAKE THE MAIN TITLE BIGGER */
.shopify-policy__title h1 {
  font-size: 3rem !important;
  line-height: 1.2 !important;
  margin-bottom: 2rem !important;
}

/* 3. INCREASE BODY TEXT SIZE (~2×) */
.shopify-policy__body,
.shopify-policy__body .rte {
  font-size: 1.35rem !important;
  line-height: 1.9 !important;
}

.shopify-policy__body p,
.shopify-policy__body li {
  font-size: 1.35rem !important;
  line-height: 1.9 !important;
}

/* 4. HEADINGS INSIDE THE POLICY */
.shopify-policy__body h2 {
  font-size: 1.9rem !important;
  margin-top: 2.4rem !important;
  margin-bottom: 1rem !important;
}

.shopify-policy__body h3 {
  font-size: 1.55rem !important;
  margin-top: 1.8rem !important;
  margin-bottom: 0.7rem !important;
}

/* 5. BULLET LIST SPACING */
.shopify-policy__body ul {
  padding-left: 1.75rem !important;
}

/* 6. CENTER & SIZE THE FLOWCHART IMAGE */
.shopify-policy__body figure img {
  max-width: 900px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: block !important;
}

/* 7. FAQ ACCORDIONS (<details>) */
.shopify-policy__body details {
  border-bottom: 1px solid rgba(0,0,0,0.15) !important;
  padding: 1rem 0 !important;
}

.shopify-policy__body details summary {
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  padding-right: 2rem !important;
  position: relative !important;
}

/* remove default marker */
.shopify-policy__body details summary::-webkit-details-marker {
  display: none !important;
}

/* custom plus/minus */
.shopify-policy__body details summary::after {
  content: "+" !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 1.6rem !important;
  opacity: 0.7 !important;
}

.shopify-policy__body details[open] summary::after {
  content: "–" !important;
  opacity: 1 !important;
}

.shopify-policy__body details p {
  font-size: 1.3rem !important;
  margin-top: 0.75rem !important;
}

/* 8. MOBILE-SAFE SCALE */
@media (max-width: 749px) {
  .shopify-policy__container {
    max-width: 100% !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .shopify-policy__body,
  .shopify-policy__body p,
  .shopify-policy__body li,
  .shopify-policy__body details summary {
    font-size: 1.18rem !important;
  }

  .shopify-policy__title h1 {
    font-size: 2.2rem !important;
  }
}

/* ============================================
   JAPONISTA POLICY WIDTH REDUCTION TO 80%
   ============================================ */

.shopify-policy__container {
  max-width: 960px !important;   /* 80% of 1200px */
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

/* ============================================
   JAPONISTA – Replace Shopify Policy Page Title
   ============================================ */

/* Hide the default title text */
.shopify-policy__title h1 {
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Insert your custom title text */
.shopify-policy__title h1::after {
  content: "Shipping & Delivery Policy";
  visibility: visible !important;
  display: block !important;
  font-size: 3rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #000 !important;
  text-align: center !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ============================================
   JAPONISTA – Policy Title Fix
   Restore default titles on other policies
   and override ONLY on Shipping Policy page.
   ============================================ */

/* 1) RESET our previous global override
      so Legal Notice & others show their own titles again
--------------------------------------------------------*/

.shopify-policy__title h1 {
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  visibility: visible !important;
  margin-bottom: 2rem !important;
}

.shopify-policy__title h1::after {
  content: none !important;
}


/* 2) APPLY custom title ONLY on the Shipping Policy page
      (body class usually contains "shipping-policy")
--------------------------------------------------------*/

body[class*="shipping-policy"] .shopify-policy__title h1 {
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

body[class*="shipping-policy"] .shopify-policy__title h1::after {
  content: "Shipping & Delivery Policy";
  visibility: visible !important;
  display: block !important;
  font-size: 3rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #000 !important;
  text-align: center !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ============================================
   JAPONISTA – Legal Notice Title Override
   Only applies to the Legal Notice policy page
   ============================================ */

/* Make the Legal Notice page title large and bold */
body[class*="legal"] .shopify-policy__title h1 {
  font-size: 3rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-transform: none !important; /* preserve capitalization */
  margin-bottom: 2rem !important;
}

/* Replace the incorrect lowercase version with "Legal Notice" */
body[class*="legal"] .shopify-policy__title h1::before {
  content: "Legal Notice";
  display: block;
  visibility: visible !important;
}

/* Hide Shopify's auto-generated original title text */
body[class*="legal"] .shopify-policy__title h1 span,
body[class*="legal"] .shop*]()


/* ============================================
   JAPONISTA — Legal Notice Title Override
   Targets ONLY the Legal Notice policy page
   using Shopify's data-policy-handle attribute.
   ============================================ */

.shopify-policy__container[data-policy-handle="legal-notice"] .shopify-policy__title h1 {
  font-size: 3rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-transform: none !important; /* keeps "Legal Notice" capitalization */
  margin-bottom: 2rem !important;
  color: transparent !important; /* hide original lowercase text */
}

/* Replace text */
.shopify-policy__container[data-policy-handle="legal-notice"] .shopify-policy__title h1::after {
  content: "Legal Notice";
  display: block !important;
  color: #000 !important;
  visibility: visible !important;
  font-size: 3rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

/* ============================================
   JAPONISTA – Global Policy Title Upgrade
   (fixes Legal Notice capitalization & size)
   ============================================ */

.shopify-policy__title h1 {
  font-size: 3rem !important;       /* larger than subheading below */
  font-weight: 800 !important;      /* strong bold */
  line-height: 1.25 !important;
  text-align: center !important;
  text-transform: capitalize !important; /* "Legal notice" → "Legal Notice" */
  margin-bottom: 2.2rem !important;
}

/* ============================================
   JAPONISTA – Make Legal Notice Title Bigger (4.5rem)
   ============================================ */

.shopify-policy__title h1 {
  font-size: 4.5rem !important;   /* 1.5x bigger */
  font-weight: 900 !important;    /* extra bold for prominence */
  line-height: 1.15 !important;
  text-transform: capitalize !important;
  text-align: center !important;
  margin-bottom: 2.5rem !important;
}

/* ============================================
   JAPONISTA – Add Space Above Policy Titles
   Applies to all /policies/ pages
   ============================================ */

.shopify-policy__title {
  padding-top: 3rem !important;  /* increased from default ~1.5rem → now 3rem */
  margin-top: 0 !important;      /* prevent double stacking */
}

/* ============================================
   JAPONISTA – Unified Policy Layout Shell
   Matches Refund Policy readability & spacing
   ============================================ */

.shopify-policy__body .japonista-policy-shell {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 40px 20px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.75 !important;
  font-size: 17px !important;
  color: #1a1a1a !important;
}

/* Base text inside the shell */
.shopify-policy__body .japonista-policy-shell p,
.shopify-policy__body .japonista-policy-shell li {
  font-size: 17px !important;
  line-height: 1.75 !important;
}

/* Section headings (same as Refund page) */
.shopify-policy__body .japonista-policy-shell h2 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #111 !important;
  margin: 40px 0 10px !important;
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 8px !important;
}

/* Sub-headings */
.shopify-policy__body .japonista-policy-shell h3 {
  font-size: 19px !important;
  font-weight: 600 !important;
  color: #111 !important;
  margin: 25px 0 10px !important;
}

/* Bullet lists */
.shopify-policy__body .japonista-policy-shell ul {
  margin: 10px 0 10px 25px !important;
}

/* Horizontal rules */
.shopify-policy__body .japonista-policy-shell hr {
  border: 0 !important;
  border-top: 1px solid #e5e5e5 !important;
  margin: 40px 0 !important;
}



/* --- JAPONISTA: Fix Ghost Placeholder Overlay on Contact Form --- */

/* Shopify sometimes injects floating labels or extra spans inside input wrappers.
   We nuke them completely on the Contact page. */

.page-contact .field__label,
.page-contact .form__label,
.page-contact .floating-label,
.page-contact .form-field__label,
.page-contact .text-field__label,
.page-contact label,
.page-contact .form__field label {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    pointer-events: none !important;
}

/* Also prevent Shopify from positioning 'label' ABOVE the input (which can shadow). */
.page-contact .field__input,
.page-contact input,
.page-contact textarea {
    text-shadow: none !important;
    box-shadow: none !important;
}

/* Remove any injected ::before or ::after shadow elements */
.page-contact .field__input::before,
.page-contact .field__input::after,
.page-contact input::before,
.page-contact input::after,
.page-contact textarea::before,
.page-contact textarea::after {
    content: none !important;
    display: none !important;
}

/* JAPONISTA – FINAL Contact form ghost-text fix
   Target the actual contact section: #shopify-section-contact-form
*/

/* 1) Remove all labels that overlay inside the fields */
#shopify-section-contact-form label,
#shopify-section-contact-form .field__label {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  pointer-events: none !important;
}

/* 2) Remove any shadow/filters from the input text itself */
#shopify-section-contact-form .field__input,
#shopify-section-contact-form input,
#shopify-section-contact-form textarea {
  text-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* 3) Make sure no pseudo-element is drawing a second text layer */
#shopify-section-contact-form .field__input::before,
#shopify-section-contact-form .field__input::after,
#shopify-section-contact-form input::before,
#shopify-section-contact-form input::after,
#shopify-section-contact-form textarea::before,
#shopify-section-contact-form textarea::after {
  content: none !important;
  display: none !important;
}

/* ===== JAPONISTA — CONTACT FORM GHOST PLACEHOLDER KILLER ===== */

/* Removes ALL browser autofill hints + Shopify predictive placeholder clones */
#MainContent form input::before,
#MainContent form input::after,
#MainContent form textarea::before,
#MainContent form textarea::after,
#MainContent .field__input::before,
#MainContent .field__input::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Force placeholder to render clean, no shadows or duplicates */
#MainContent form input,
#MainContent form textarea {
    text-shadow: none !important;
    box-shadow: none !important;
}

/* Prevent Shopify from layering validation labels */
#MainContent .form__field .field__label,
#MainContent .field__label {
    opacity: 1 !important;
    text-shadow: none !important;
}


/* JAPONISTA – Global text ghost / shadow remover */
body,
body *,
body *::before,
body *::after {
  text-shadow: none !important;
}

/* JAPONISTA — Fix double/ghost text on Contact form */

/* Hide native placeholders on the contact form so only the label shows */
#MainContent form[action*="/contact"] input::placeholder,
#MainContent form[action*="/contact"] textarea::placeholder,
#MainContent .contact form input::placeholder,
#MainContent .contact form textarea::placeholder,
#MainContent .contact-form input::placeholder,
#MainContent .contact-form textarea::placeholder {
  color: transparent !important;
  opacity: 0 !important;
}

/* Fix for blackwashed heading in Typical Request Flowchart section */
.japonista-section--dark h2,
.japonista-section--dark h2 strong,
.japonista-section--dark h2 span {
  color: #ffffff !important;
}


/* --- Concierge Services: black pill titles (left-aligned) --- */
#services-overview .japonista-card h3 {
  margin: 0 0 0.75rem;
  text-align: left; /* ⬅️ Align the entire pill to the left */
}

#services-overview .japonista-card h3 a {
  display: inline-flex;
  align-items: center;       /* perfect vertical centering */
  justify-content: center;   /* perfect horizontal centering INSIDE pill */
  padding: 0.45rem 1.4rem;
  border-radius: 9999px;
  background-color: #111111;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Hover effect (optional) */
#services-overview .japonista-card h3 a:hover {
  background-color: #D7B56D;
  color: #111111 !important;
}

/* Add spacing between pill title and Learn more → for first 4 services */
.japonista-grid .japonista-card:nth-child(-n+4) h3 {
  margin-bottom: 1.2rem; /* creates one clean line before the Learn more link */
}

/* Add one-line spacing between "Learn more →" of previous card
   and the black pill title of the next card (cards 2–5) */
#services-overview .japonista-grid .japonista-card + .japonista-card {
  margin-top: 1.25rem;  /* adjust 1.25rem up/down if you want tighter/looser */
}

/* === Black hero block: make headings visible on dark bg === */
.japonista-block--black h1,
.japonista-block--black h2,
.japonista-block--black h3,
.japonista-block--black .japonista-subtitle {
  color: #ffffff !important;   /* force white text on the black block */
}

.japonista-block--black hr {
  display: none !important;
}

/* =========================================
   CASE FILE HERO – FULL RESET & CLEAN LAYOUT
   ========================================= */

/* Target ONLY the black hero block */
section.japonista-block.japonista-block--black {
  position: relative !important;
  background-color: #111111 !important;
  color: #ffffff !important;
  padding: 4rem 3rem !important;
  display: flex !important;
  justify-content: center !important;   /* center content horizontally */
  align-items: center !important;       /* center content vertically */
  box-sizing: border-box !important;
}

/* Center the inner text column, but keep text left-aligned */
section.japonista-block.japonista-block--black .japonista-container {
  max-width: 650px !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: left !important;
}

/* Make sure headings are readable */
section.japonista-block.japonista-block--black h1,
section.japonista-block.japonista-block--black h2,
section.japonista-block.japonista-block--black h3,
section.japonista-block.japonista-block--black .japonista-subtitle {
  color: #ffffff !important;
}

/* KILL ALL DECORATIVE LINES inside this hero */
section.japonista-block.japonista-block--black hr,
section.japonista-block.japonista-block--black::before,
section.japonista-block.japonista-block--black::after,
section.japonista-block.japonista-block--black *::before,
section.japonista-block.japonista-block--black *::after {
  display: none !important;
  border: none !important;
  background: none !important;
}

/* Remove Shopify Dawn's auto-inserted divider line inside black hero */
.japonista-block--black .rte hr,
section.japonista-block--black .rte hr,
.japonista-block--black hr.section-divider {
  display: none !important;
  border: none !important;
  background: none !important;
  height: 0 !important;
}

/* =========================================
   CASE FILE HERO – FINAL CLEANUP
   ========================================= */

/* Center the content column */
section.japonista-block.japonista-block--black .rte {
  max-width: 650px !important;
  margin: 0 auto !important;
  text-align: left !important;
}

/* Ensure heading/body text is white */
section.japonista-block.japonista-block--black,
section.japonista-block.japonista-block--black h1,
section.japonista-block.japonista-block--black h2,
section.japonista-block.japonista-block--black h3,
section.japonista-block.japonista-block--black .japonista-subtitle,
section.japonista-block.japonista-block--black p {
  color: #ffffff !important;
}

/* Remove ANY horizontal line in this hero:
   - hr tags
   - top/bottom borders used as lines
   - pseudo-elements that draw lines
*/
section.japonista-block.japonista-block--black hr,
section.japonista-block.japonista-block--black *::before,
section.japonista-block.japonista-block--black *::after {
  display: none !important;
  border: 0 !important;
  background: none !important;
  height: 0 !important;
}

/* Also nuke any top/bottom borders that might be acting as dividers */
section.japonista-block.japonista-block--black *,
section.japonista-block.japonista-block--black {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* =========================================
   GLOBAL CLEANUP FOR CASE FILE PAGE
   (Safe to apply site-wide)
   ========================================= */

/* -----------------------------------------
   A) BLACK HERO BLOCK – CLEAN RESET
   ----------------------------------------- */

/* Reset the black hero container itself */
section.japonista-block.japonista-block--black {
  position: relative;
  background-color: #111111 !important;  /* solid black */
  color: #ffffff !important;
  padding: 4rem 3rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

/* Completely remove all decorative stuff inside:
   - lines drawn with borders
   - pseudo elements
   - background strips, shadows, etc.
*/
section.japonista-block.japonista-block--black * {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

section.japonista-block.japonista-block--black *::before,
section.japonista-block.japonista-block--black *::after {
  display: none !important;
}

/* Keep text readable and in a tidy column */
section.japonista-block.japonista-block--black .rte,
section.japonista-block.japonista-block--black .japonista-container {
  max-width: 650px !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: left !important;
}

section.japonista-block.japonista-block--black h1,
section.japonista-block.japonista-block--black h2,
section.japonista-block.japonista-block--black h3,
section.japonista-block.japonista-block--black p {
  color: #ffffff !important;
}

/* -----------------------------------------
   B) FORM – MAKE TEXT FIT INSIDE BOXES
   ----------------------------------------- */

/* Slightly shrink text inside all form controls
   so long placeholders and dropdown options don't get cut. */
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form select,
form textarea {
  font-size: 1.4rem !important;      /* Dawn default is ~1.6rem */
  line-height: 1.4 !important;
}

/* Placeholder text size */
form input::placeholder,
form textarea::placeholder {
  font-size: 1.4rem !important;
}

/* Dropdown options themselves */
form select option {
  font-size: 1.4rem !important;
}

/* On larger screens, give the form more horizontal room
   so each field (especially selects) has more width. */
@media screen and (min-width: 990px) {
  .page-width,
  .page-width--narrow {
    max-width: 1120px !important;
  }
}

/* =========================================
   WIDTH ADJUSTMENT (-18%)
   ========================================= */

.page-width,
.page-width--narrow {
  max-width: 920px !important;   /* 18% narrower */
}

/* Also apply this to the form container so everything matches */
.page-japonista-concierge-logistics-case-file form {
  max-width: 920px !important;
}

/* Contact Us – Japonista styling */

.japonista-contact-intro {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: left;
}

.japonista-contact-heading {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.japonista-contact-lead {
  font-size: 1.6rem;
  line-height: 1.7;
}

.japonista-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.japonista-contact-card h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  text-transform: none;
}

.japonista-contact-card p {
  font-size: 1.5rem;
  line-height: 1.7;
}

/* Two or three cards in a row on larger screens */
@media screen and (min-width: 900px) {
  .japonista-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.japonista-contact-meta {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  font-size: 1.5rem;
  line-height: 1.7;
}

.japonista-contact-meta h3 {
  font-size: 1.7rem;
  margin-bottom: 0.75rem;
}

/* JAPONISTA — unify footer width + left alignment (desktop) */
@media screen and (min-width: 1024px) {

  /* Mailing list block (top of footer) */
  .footer__content-top.page-width {
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  /* Localization + legal line + payment icons area */
  .footer__content-bottom > .page-width {
    max-width: 1120px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  /* Keep the inner copyright/payment row from wrapping weirdly */
  .footer__content-bottom-wrapper {
    flex-wrap: nowrap;
  }
}

/* JAPONISTA – Elevated Contact Form */

.japonista-contact-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.japonista-contact-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: left;
  margin-bottom: 10px;
}

.japonista-contact-lead {
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
  max-width: 720px;
}

.japonista-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 900px) {
  .japonista-contact-grid {
    grid-template-columns: 1fr; /* stack on small screens */
  }
}


.japonista-contact-form .field {
  margin-top: 20px;
}

.japonista-contact-form .field__label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.japonista-contact-form .field__input {
  border-radius: 0;
  border: 1px solid #d7d7d7;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.5;
}

.japonista-contact-form .field__input:focus {
  outline: none;
  border-color: #111111;
}

.japonista-contact-actions {
  margin-top: 30px;
}

.japonista-contact-button {
  background: #111111;
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.japonista-contact-button:hover {
  opacity: 0.9;
}

.japonista-contact-note {
  margin-top: 10px;
  font-size: 13px;
  color: #777777;
}

.japonista-contact-success {
  padding: 12px 16px;
  background: #f3f3f3;
  margin-top: 20px;
  font-size: 14px;
}

.japonista-contact-errors {
  margin-top: 20px;
  padding-left: 20px;
  color: #b00020;
  font-size: 14px;
}
/* ================================
   CONTACT FORM – FIX LABELS
   ================================ */

/* Make sure floating labels are visible inside the contact form */
#ContactForm .field__label {
  color: rgb(var(--color-foreground)) !important;  /* normal text color */
  opacity: 1 !important;
  font-size: 1.4rem !important;
  font-weight: 500;
}

/* In case some previous styles hid them */
#ContactForm .field__label,
#ContactForm .field__label span {
  display: block;
}

/* CONTACT FORM – MESSAGE BOX HEIGHT */
#ContactForm textarea.field__input {
  min-height: 7.5rem;   /* ~3 lines depending on font */
  line-height: 1.5;
}


/* ================================
   CONTACT FORM – FIX LABELS
   ================================ */

/* Target THIS page's contact form */
form#contact_form .field__label {
  position: static !important;       /* stop floating over input */
  transform: none !important;
  opacity: 1 !important;
  display: block !important;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgb(var(--color-foreground)) !important;
  pointer-events: auto;
}

/* In case the theme hides labels with utility classes */
form#contact_form .field__label span {
  display: inline !important;
  opacity: 1 !important;
}

/* CONTACT FORM – MESSAGE BOX HEIGHT */
form#contact_form textarea,
form#contact_form textarea.field__input {
  min-height: 7.5rem;     /* adjust up/down if you want taller/shorter */
  line-height: 1.5;
}
/* ================================
   JAPONISTA CONTACT FORM – LUXURY LAYOUT
   ================================ */

/* 1) Stack label ABOVE the input for each field */
form#contact_form .field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* 2) Label styling – sit above input, with inline asterisk */
form#contact_form .field__label {
  position: static !important;      /* cancel floating behaviour */
  transform: none !important;
  order: 0;                         /* label first in visual order */
  display: inline-flex !important;  /* keep text + * on same line */
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 0.35rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgb(var(--color-foreground)) !important;
  opacity: 1 !important;
  pointer-events: auto;
}

/* Asterisk styling (works with Dawn's span-based *) */
form#contact_form .field__label span[aria-hidden="true"],
form#contact_form .field__label span:last-child {
  color: #b32727;        /* subtle red accent for required star */
  font-weight: 600;
}

/* 3) Inputs: full width in their column */
form#contact_form .field__input,
form#contact_form select {
  order: 1;              /* appear after label */
  width: 100%;
  box-sizing: border-box;
}

/* 4) Message box height (~3+ lines) */
form#contact_form textarea,
form#contact_form textarea.field__input {
  min-height: 7.5rem;
  line-height: 1.5;
}

/* 5) Note under the form: explain * = required */
form#contact_form::after {
  content: "* indicates required field.";
  display: block;
  margin-top: 0.85rem;
  font-size: 1.3rem;
  color: #777777;
}

/* JAPONISTA — wider header so menu stays on one line */
@media screen and (min-width: 1024px) {

  /* Give the header more room */
  header .page-width {
    max-width: 1280px !important;  /* wider than 1120 so menu fits */
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Prevent the inline menu from wrapping when there is room */
  .header__inline-menu {
    flex-wrap: nowrap !important;
  }

  /* Slightly tighten gaps between items so we use width efficiently */
  .header__inline-menu > li {
    margin: 0 0.9rem;  /* a bit tighter than Dawn's default */
  }
}

/* JAPONISTA — master alignment: header, mega footer, mailing list */
@media screen and (min-width: 1200px) {

  /* 1. Unify main content shells */
  .page-width {
    max-width: 1130px !important;   /* try 1320; increase to 1360 if menu still wraps */
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* 2. Make sure header menu uses this full width and doesn't wrap */
  header .page-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__inline-menu {
    flex-wrap: nowrap !important;   /* keep everything on one line */
  }

  /* Tighten gaps a little so we use width efficiently */
  .header__inline-menu > li {
    margin: 0 0.8rem;               /* adjust smaller/bigger if you want more/less spacing */
  }

  /* 3. Prevent copyright row from breaking into 2 lines */
  .footer__content-bottom-wrapper {
    flex-wrap: nowrap;
  }
}

/* =========================================
   REMOVE HOVER TOOLTIP FOR MENU PARENTS
   ========================================= */

/* Hide the tooltip / menu description bubble for parent menu items */
.header__menu-item .tooltip,
.header__menu-item .header__menu-item:hover .tooltip,
.header__menu-item .header__active-item .tooltip {
  display: none !important;
}

/* Also kill Shopify's default arrow tooltip placement */
.shopify-section-header .list-menu__item .tooltip {
  display: none !important;
}

/* ============================
   JAPONISTA — Custom Hero Banner
   ============================ */

.japonista-hero-banner {
  background: #000;
  padding: 60px 0 70px 0;
  color: #fff;
}

.japonista-hero-inner {
  /* MATCH THIS WIDTH TO YOUR MAILING LIST BLOCK */
  max-width: 1320px;                  /* adjust if needed */
  margin: 0 auto;
  padding-left: 10ch !important;      /* <<< YOUR INDENT HERE */
  padding-right: 40px;
}

.japonista-hero-heading {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.japonista-hero-text {
  font-size: 1.1rem;
  max-width: 620px;
  line-height: 1.55;
  margin-bottom: 2rem;
}

.japonista-hero-buttons {
  display: flex;
  gap: 1rem;
}

.japonista-btn {
  padding: 12px 26px;
  border-radius: 4px;
  font-size: 0.95rem;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.japonista-btn.primary {
  background: #fff;
  color: #000;
}

.japonista-btn.secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .japonista-hero-inner {
    padding-left: 20px !important;
    padding-right: 20px;
  }
  .japonista-hero-buttons {
    flex-direction: column;
    width: 100%;
  }
}

/* ===========================
   JAPONISTA CONTACT FORM STYLE
   =========================== */

.japonista-contact-wrapper {
  max-width: 820px;
  margin: 0 auto 60px;
}

/* Sub-heading above form */
.j-contact-heading {
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #111;
}

/* Layout */
.japonista-contact-form .field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* LABELS ABOVE BOXES */
.j-contact-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111111;
}

.j-contact-label span {
  color: #b30000;
}

/* Inputs & textareas */
.japonista-contact-form .j-contact-input {
  padding: 12px 14px !important;
  font-size: 14px !important;
  border-radius: 0 !important;
}

/* Make sure guide text (placeholders) is visible */
.japonista-contact-form .j-contact-input::placeholder,
.japonista-contact-form textarea::placeholder {
  color: #777777 !important;
  opacity: 1 !important;
  font-size: 12px;
}

/* "Add another link" button */
.j-contact-addlink-btn {
  margin-top: 8px;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  padding: 8px 14px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Notes under SEND button */
.j-contact-notes {
  margin-top: 14px;
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
}


/* ===============================
   JAPONISTA LUXURY CONTACT FORM
   =============================== */

/* Wrapper spacing */
.japonista-contact-wrapper {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 10px;
}

/* Sub-heading */
.j-contact-heading {
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #111;
}

/* Label outside box */
.j-contact-label {
  font-size: 11px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 6px !important;   /* ADD SPACING BELOW LABEL */
  display: block;
}

/* Input + textarea styling */
.j-contact-input,
.japonista-contact-form textarea {
  padding: 12px 14px !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  color: #000 !important;
  background: #fff !important;
  line-height: 1.4;
}

/* EXPAND two-column layout for Name + Email */
.japonista-contact-form .contact__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* Fix for mobile */
@media (max-width: 749px) {
  .japonista-contact-form .contact__fields {
    grid-template-columns: 1fr;
  }
}

/* MAKE PLACEHOLDER TEXT VISIBLE */
.j-contact-input::placeholder,
.japonista-contact-form textarea::placeholder {
  color: #777 !important;
  opacity: 1 !important;
  font-size: 12px !important;
  letter-spacing: 0.01em;
}

/* Add spacing between fields */
.japonista-contact-form .field {
  margin-bottom: 22px;
}

/* Add another link button */
.j-contact-addlink-btn {
  margin-top: 8px;
  padding: 8px 14px;
  border: 1px solid #bbb;
  background: #f4f4f4;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Notes under send button */
.j-contact-notes {
  margin-top: 16px;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}

/* ===============================
   JAPONISTA CONTACT FORM – UPDATES
   =============================== */

/* 1) Make heading 2.5x bigger */
.j-contact-heading {
  font-size: 28px !important;    /* 2.5× larger than original 11–14px */
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  margin-bottom: 22px;
  color: #111;
}

/* 2) Make all field titles bold */
.j-contact-label {
  font-weight: 700 !important;   /* bold the labels */
  font-size: 12px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111 !important;
  margin-bottom: 6px !important;
  display: block;
}

/* ==========================================
   FIX: PADDING + PLACEHOLDER VISIBILITY
   ========================================== */

/* Force internal padding so text isn't kissing the edges */
.j-contact-input,
.japonista-contact-form textarea {
  padding: 14px 16px !important;    /* MORE PADDING */
  font-size: 14px !important;
  line-height: 1.5 !important;
  border-radius: 4px !important;
}

/* Make placeholder text visible everywhere */
.j-contact-input::placeholder,
.japonista-contact-form textarea::placeholder,
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #777 !important;
  opacity: 1 !important;
  font-size: 13px !important;
}

/* Fix Firefox-specific placeholder behavior */
::-moz-placeholder {
  opacity: 1 !important;
  color: #777 !important;
}

/* Fix Safari WebKit placeholder behavior */
::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #777 !important;
}

/* Additional padding for long select dropdowns */
.japonista-contact-form select.j-contact-input {
  padding-right: 32px !important; /* Prevent text from touching dropdown arrow */
}

/* ==========================================
   JAPONISTA CONTACT FORM – HARD OVERRIDES
   ========================================== */

/* 1) FORCE PADDING INSIDE ALL CONTACT FIELDS */
.japonista-contact-form .field__input,
.japonista-contact-form textarea.text-area {
  padding: 14px 18px !important;       /* more top/bottom + left/right */
  line-height: 1.5 !important;
  font-size: 14px !important;
  border-radius: 4px !important;
}

/* 2) MAKE PLACEHOLDERS VISIBLE (OVERRIDE DAWN) */
.japonista-contact-form .field__input::placeholder,
.japonista-contact-form textarea.text-area::placeholder {
  color: #777 !important;
  opacity: 1 !important;
  font-size: 13px !important;
}

/* Vendor-specific placeholder fixes, scoped ONLY to this form */
.japonista-contact-form .field__input::-webkit-input-placeholder,
.japonista-contact-form textarea.text-area::-webkit-input-placeholder {
  color: #777 !important;
  opacity: 1 !important;
}

.japonista-contact-form .field__input::-moz-placeholder,
.japonista-contact-form textarea.text-area::-moz-placeholder {
  color: #777 !important;
  opacity: 1 !important;
}

.japonista-contact-form .field__input:-ms-input-placeholder,
.japonista-contact-form textarea.text-area:-ms-input-placeholder {
  color: #777 !important;
  opacity: 1 !important;
}

.japonista-contact-form .field__input::-ms-input-placeholder,
.japonista-contact-form textarea.text-area::-ms-input-placeholder {
  color: #777 !important;
  opacity: 1 !important;
}

/* ============================
   JAPONISTA CONTACT – NEW SHELL
   ============================ */

.japonista-contact-wrapper {
  max-width: 820px;
  margin: 0 auto 60px;
}

/* Heading */
.j-contact-heading {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  color: #111;
}

/* Two-column row for Name + Email */
.j-contact-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 749px) {
  .j-contact-row {
    grid-template-columns: 1fr;
  }
}

/* Generic field wrapper */
.j-contact-field {
  margin-bottom: 22px;
}

/* Labels above boxes */
.j-contact-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 6px;
}

.j-contact-label span {
  color: #b30000;
}

/* Inputs + textareas (this is our own shell) */
.j-contact-input {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}

.j-contact-textarea {
  min-height: 140px;
  resize: vertical;
}

/* Helper text under fields */
.j-contact-helper {
  margin-top: 6px;
  font-size: 12px;
  color: #777;
  line-height: 1.4;
}

/* Add-link button */
.j-contact-addlink-btn {
  margin-top: 8px;
  padding: 8px 14px;
  border: 1px solid #bbb;
  background: #f5f5f5;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Notes under SEND button */
.j-contact-notes {
  margin-top: 16px;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}

/* ========== JAPONISTA BEST OFFER FEATURE (direct-link version) ========== */

.japonista-offer-wrapper {
  margin-top: 1.75rem;
  text-align: center;
}

/* Make the pill nicely sized and override any theme button styles */
.product__info-container .japonista-offer-button {
  display: inline-block;
  padding: 0.8rem 2.4rem;
  border-radius: 999px;
  border: 1px solid var(--color-foreground, #000);
  background: #111;
  color: #fff;
  font-size: 1.1rem !important;      /* ~1.4× bigger than original */
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;              /* keep underline OFF */
  transition:
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.15s ease;
}

.product__info-container .japonista-offer-button:hover {
  background: #000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

/* Note text under the button – about 95% of button text size */
.product__info-container .japonista-offer-note {
  margin-top: 0.45rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #666;
}

/* ========== Send Offer page layout ========== */

.send-offer {
  margin: 3rem 0 4rem;
}

.send-offer__inner {
  max-width: 720px;
  margin: 0 auto;
}

.send-offer__title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.send-offer__intro {
  text-align: center;
  margin-bottom: 2rem;
  color: #555;
}

.send-offer__success {
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: #f0f8f2;
  color: #135b2b;
  font-size: 0.95rem;
}

.send-offer__errors {
  margin-bottom: 1.5rem;
}

.send-offer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 749px) {
  .send-offer__grid {
    grid-template-columns: 1fr;
  }
}

.send-offer__field {
  margin-bottom: 1rem;
}

.send-offer__field label {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.send-offer__field input,
.send-offer__field textarea {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 0.95rem;
}

.send-offer__confirm {
  margin: 1.25rem 0 1.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
}

.send-offer__confirm input[type="checkbox"] {
  margin-right: 0.5rem;
}

.send-offer__submit {
  display: inline-block;
  width: 100%;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  border: none;
  background: #111;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
}

.send-offer__submit:hover {
  background: #000;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
}

/* ============================================================
   JAPONISTA — FINAL SIZE FIX FOR SEND-AN-OFFER BLOCK
   Hard-patch override — safe, layout-protected
   ============================================================ */

/* Make sure no theme utility overrides our styles */
.japonista-offer-wrapper * {
  text-decoration: none !important;
}

/* SEND AN OFFER button — 1.4× original size */
.japonista-offer-button {
  font-size: 1.26rem !important;       /* <-- 1.4× bigger */
  padding: 0.95rem 2.6rem !important;  /* proportional padding */
  border-radius: 999px !important;
  font-weight: 600 !important;
}

/* Hover remains refined */
.japonista-offer-button:hover {
  background: #000 !important;
  color: #fff !important;
}

/* Note text — 1.8× bigger */
.japonista-offer-note {
  font-size: 1.44rem !important;       /* <-- 1.8× bigger than original */
  line-height: 1.55 !important;
  color: #666 !important;
  margin-top: 0.65rem !important;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* ====== JAPONISTA SEND OFFER – LARGE TYPE VERSION (1.7×) ====== */

/* Main title: Send Offer */
.send-offer__title {
  font-size: 3.74rem;     /* 2.2rem × 1.7 */
}

/* Intro paragraph */
.send-offer__intro {
  font-size: 1.785rem;    /* 1.05rem × 1.7 */
}

/* Field labels (FIRST NAME, EMAIL, etc.) */
.send-offer__field label {
  font-size: 1.53rem;     /* 0.9rem × 1.7 */
}

/* Text typed inside input fields */
.send-offer__field input,
.send-offer__field textarea {
  font-size: 1.615rem;    /* 0.95rem × 1.7 */
}

/* Checkbox confirmation text */
.send-offer__confirm {
  font-size: 1.53rem;     /* 0.9rem × 1.7 */
  line-height: 1.5;
}

/* Black “CONFIRM SEND OFFER” button text */
.send-offer__submit {
  font-size: 1.785rem;    /* 1.05rem × 1.7 */
}

/* ===========================================================
   JAPONISTA — Send Offer Form Tweaks (Indent + Wider Button)
   =========================================================== */

/* 1. Indent the disclaimer text (but NOT the checkbox) */
.send-offer__confirm {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;              /* spacing between checkbox + text */
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.send-offer__confirm-text {
  display: block;
  margin-top: -0.15rem;      /* vertical alignment polish */
  font-size: 0.95rem;
  line-height: 1.55;
  color: #444;
}

/* Ensure checkbox remains normal size */
.send-offer__confirm input[type="checkbox"] {
  transform: scale(1.1);
  margin-top: 0.15rem;
}

/* 2. Make the CONFIRM SEND OFFER button full-width + centered */
.send-offer__submit {
  display: block;
  width: 380px !important;    /* Adjust width here if you want it bigger/smaller */
  max-width: 90%;
  margin: 1.5rem auto 0 auto; /* centers the button */
  padding: 1rem 1.5rem;
  text-align: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
}

.send-offer__submit:hover {
  background: #000;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  transform: translateY(-1px);
}

/* ========== JAPONISTA SEND OFFER – final layout tweaks ========== */

/* Checkbox row: keep checkbox left, text indented to the right */
.send-offer__confirm {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 1.5rem 0 2rem;
  font-size: 0.95rem;      /* keeps previous readable sizing */
  line-height: 1.6;
}

.send-offer__confirm input[type="checkbox"] {
  margin-top: 0.25rem;     /* aligns checkbox with first line of text */
  flex-shrink: 0;
}

/* Button: elegant pill, not full-width, centered */
.send-offer__submit {
  max-width: 420px;
  margin: 0 auto 0;        /* center horizontally */
}

/* Success message: big, clear, reassuring */
.send-offer__success {
  margin-top: 1.75rem;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  background: #f1faf3;
  color: #135b2b;
  font-size: 1.1rem;       /* closer to the Send Offer title size */
  font-weight: 600;
  text-align: center;
}

/* ============================================================
   JAPONISTA — SEND OFFER FORM CLEAN 3× UPGRADE
   (This replaces ALL previous patches)
   ============================================================ */

/* ————————————————
   SECTION TITLES
   ———————————————— */
.send-offer__title {
    font-size: 3.6rem !important;   /* large, elegant */
    line-height: 4.2rem !important;
}

.send-offer__intro {
    font-size: 1.8rem !important;
    line-height: 2.6rem !important;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* ————————————————
   SUCCESS MESSAGE
   ———————————————— */
.send-offer__success {
    font-size: 1.65rem !important;
    padding: 1.8rem 2.2rem !important;
    border-radius: 14px !important;
    text-align: center;
    background: #eefbea !important;   /* soft green */
    color: #1a5f25 !important;
    font-weight: 600 !important;
}

/* ————————————————
   LABELS (FIRST NAME, EMAIL, etc.)
   ———————————————— */
.send-offer__field label {
    font-size: 1.6rem !important;
    letter-spacing: 0.04em !important;
    margin-bottom: 0.5rem !important;
}

/* ————————————————
   INPUT FIELDS
   ———————————————— */
.send-offer__field input,
.send-offer__field textarea {
    font-size: 1.55rem !important;
    padding: 1.25rem 1.4rem !important;
    border-radius: 8px !important;
}

/* ————————————————
   DISCLAIMER TEXT + CHECKBOX
   ———————————————— */
.send-offer__confirm-text {
    font-size: 1.45rem !important;
    line-height: 2.2rem !important;
    display: inline-block;
    width: calc(100% - 3rem);
    margin-left: 1rem;
}

.send-offer__confirm input[type="checkbox"] {
    transform: scale(1.6);
    margin-right: 1rem;
}

/* ————————————————
   SUBMIT BUTTON
   ———————————————— */
.send-offer__submit {
    font-size: 1.55rem !important;
    padding: 1.4rem !important;
    width: 70% !important;
    max-width: 600px !important;
    margin: 2rem auto 0 auto !important;
    display: block !important;
    border-radius: 999px !important;
    letter-spacing: 0.06em !important;
}

/* ===============================
   Premium Japonista Intro Styling
   =============================== */
.premium-intro {
  font-size: 1.25rem;               /* elegant readable size */
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 2.2rem !important;
  letter-spacing: 0.015em;
}

.premium-intro__sub {
  display: block;                   /* forces new line elegantly */
  margin-top: 0.4rem;
  font-size: 1.15rem;               /* slightly smaller, refined hierarchy */
  color: #555;                      /* soft grey, luxury */
  line-height: 1.65;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.01em;
}

/* Looks amazing on mobile too */
@media (max-width: 749px) {
  .premium-intro {
    font-size: 1.15rem;
    line-height: 1.6;
  }
  .premium-intro__sub {
    font-size: 1.05rem;
  }
}

/* ===========================================
   JAPONISTA BADGES – FINAL MERGED PATCH
   =========================================== */

/* Generic pill style for all Japonista badges */
.badge.japonista-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Vertical spacing if multiple badges end up inside the same badge container */
.card__badge .badge + .badge {
  margin-top: 0.3rem;
}

/* ===========================
   LAYOUT ANCHOR
   =========================== */

/* Make the card surface the positioning parent */
.card-wrapper .card__inner {
  position: relative;
}

/* Layer that spans the whole card for badge positioning */
.card__badge.japonista-badges-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

/* Base style for badges within the overlay layer */
.card__badge.japonista-badges-layer .japonista-badge {
  position: absolute;
  pointer-events: auto; /* clickable (for future use if needed) */
}

/* ===========================
   TOP–LEFT: SALE / SOLD OUT
   =========================== */

/* Sale / on-sale badge (top-left) */
.card__badge.japonista-badges-layer .japonista-badge--sale {
  top: 0.7rem;
  left: 0.7rem;
}

/* Sold-out badge (also top-left, uses same slot) */
.card__badge.japonista-badges-layer .japonista-badge--sold-out {
  top: 0.7rem;
  left: 0.7rem;
  text-transform: uppercase;
}

/* ===========================
   TOP–RIGHT: NEW ARRIVAL
   =========================== */

.card__badge.japonista-badges-layer .japonista-badge--new-arrival {
  top: 0.7rem;
  right: 0.7rem;
  background-color: rgba(255, 255, 255, 0.95);
  color: #222222;
  border: 1px solid #d7b56d; /* Japonista antique gold */
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(0, 0, 0, 0.16);
}

/* ===========================
   BOTTOM–LEFT: GRAVITY + OFFER
   =========================== */

/* Gravity Auction™ base badge */
.card__badge.japonista-badges-layer .japonista-badge--gravity,
.card__badge.japonista-badges-layer .japonista-badge--reverse-auction {
  bottom: 0.7rem;
  left: 0.7rem;
  background: rgba(0, 0, 0, 0.88);
  color: #ffffff;
}

/* Send Best Offer – stacked just above Gravity Auction™ */
.card__badge.japonista-badges-layer .japonista-badge--best-offer {
  bottom: calc(0.7rem + 1.9rem); /* vertical gap above Gravity badge */
  left: 0.7rem;
  background-color: #0d7c53; /* deep concierge green */
  color: #ffffff;
}

/* ===========================
   RESPONSIVE TWEAKS
   =========================== */

@media screen and (max-width: 600px) {
  .badge.japonista-badge {
    font-size: 0.6rem;
    padding: 0.2rem 0.6rem;
  }

  .card__badge.japonista-badges-layer .japonista-badge--best-offer {
    bottom: calc(0.6rem + 1.7rem);
  }
}

/* =========================================================
   JAPONISTA COLLECTIONS STYLES
   Clean, unified patch for all collection hero / intro blocks
   ========================================================= */

/* 1. COLLECTION HERO LAYOUT */
@media screen and (min-width: 990px) {
  .template-collection .collection-hero__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }

  .collection-hero__text-wrapper,
  .collection-hero__description,
  .collection-hero__description.rte {
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* 2. TITLES & BASIC TYPOGRAPHY */
.template-collection .collection-hero__title {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  font-size: clamp(1.6rem, 1.1rem + 0.8vw, 1.9rem);
}

.template-collection .collection-hero__description {
  font-size: 1rem;
  line-height: 1.9;
  color: #222222;
}

/* 3. JAPONISTA ARTICLE BLOCKS */
.template-collection .japonista-article {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.template-collection .japonista-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  font-weight: 500;
  color: #7b6b4a;
  margin-bottom: 0.5rem;
}

.template-collection .japonista-title--xl {
  font-size: clamp(1.8rem, 1.3rem + 0.9vw, 2.1rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.template-collection .japonista-subtitle--lg {
  font-size: 1rem;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 1.4rem;
}

.template-collection .japonista-divider {
  border: 0;
  border-top: 1px solid #e3dfd6;
  margin: 1.4rem 0 1.8rem;
}

.template-collection .japonista-heading--md {
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}

.template-collection .japonista-heading--cta {
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.template-collection .japonista-article p {
  margin-bottom: 0.9rem;
}

.template-collection .japonista-list--bullets {
  list-style: disc;
  margin: 0.3rem 0 1.2rem 1.4rem;
}

.template-collection .japonista-list--bullets li {
  margin-bottom: 0.25rem;
}

.template-collection .japonista-callout {
  font-size: 0.98rem;
  line-height: 1.9;
  color: #2b2620;
}

.template-collection .japonista-callout--center {
  text-align: center;
  margin: 1.2rem auto 1.6rem;
}

.template-collection .japonista-callout--quote {
  border-left: 2px solid #d3c5a1;
  padding-left: 1rem;
  margin: 1.4rem 0 1.6rem;
}

.template-collection .japonista-cta-block {
  margin-top: 2.2rem;
  padding: 1.6rem 1.4rem;
  border-radius: 10px;
  background: #f7f4ec;
}

.template-collection .japonista-cta-block p {
  margin-bottom: 0.7rem;
}

.template-collection .japonista-btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
}

.template-collection .japonista-btn--primary {
  background-color: #111111;
  color: #ffffff;
}

.template-collection .japonista-btn--primary:hover {
  background-color: #2a2620;
}

.template-collection .japonista-cta-note {
  font-size: 0.82rem;
  color: #6a6457;
  margin-top: 0.5rem;
}

/* ================================
   JAPONISTA – INBOUND VIP STYLING
   (1.5x SCALE VERSION)
   ================================ */

.japonista-page {
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 4rem;
}

/* Main page title is still controlled by Dawn's h1,
   but you can uncomment below if you want it even bigger.

.japonista-page h1 {
  font-size: 4.5rem;
  line-height: 1.1;
}
*/

.vip-title {
  font-size: 4.5rem;        /* was 3rem */
  font-weight: 600;
  margin-bottom: 0.2rem;
  text-align: left;
  line-height: 1.15;
}

.vip-eyebrow {
  font-size: 2rem;          /* was 1.3rem */
  letter-spacing: 0.2px;
  margin-bottom: 1.2rem;
  color: #1a1a1a;
  font-weight: 600;
}

.vip-subtitle {
  font-size: 1.65rem;       /* was 1.1rem */
  color: #444;
  line-height: 1.7;
  max-width: 720px;
}

.vip-hero-cta {
  margin-top: 1.8rem;
}

.vip-hero-note {
  font-size: 1.4rem;        /* was 0.95rem */
  color: #666;
  margin-top: 0.6rem;
}

.vip-section {
  margin-top: 3.4rem;
}

.vip-section h2 {
  margin-bottom: 1rem;
  font-size: 2.8rem;        /* was 1.9rem */
  font-weight: 600;
}

.vip-section h3 {
  margin-top: 2rem;
  font-size: 1.9rem;        /* was 1.25rem */
  font-weight: 600;
}

.vip-section p,
.vip-section li {
  font-size: 1.6rem;        /* was 1.05rem */
  line-height: 1.8;
  color: #333;
}

.vip-section ul {
  padding-left: 1.4rem;
  margin-top: 0.8rem;
}

/* TABLE */

.table-wrapper {
  margin-top: 1.6rem;
  overflow-x: auto;
}

.vip-comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;        /* was 0.95rem */
}

.vip-comparison-table th {
  background: #f4f4f4;
  font-weight: 600;
  padding: 1.2rem;          /* slightly bigger */
  border-bottom: 1px solid #ddd;
}

.vip-comparison-table td {
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

.vip-price {
  font-size: 2.1rem;        /* was 1.4rem */
  font-weight: 700;
  color: #1a1a1a;
}

/* CTA button enhancement – scoped to this page only */
.japonista-page .button--primary {
  padding: 1.2rem 2.4rem !important;   /* was 0.9rem 1.8rem */
  font-size: 1.6rem !important;        /* was 1.05rem */
  border-radius: 8px !important;
}

/* Center images inside content */
.japonista-page img {
  margin: 1.6rem 0;
  border-radius: 12px;
}

/* Hero intro refinements */
.vip-hero {
  margin-bottom: 3.5rem;
}

.vip-subtitle {
  margin-bottom: 0.9rem;
}

.vip-subtitle--fee {
  margin-top: 0.8rem;
  font-size: 1.5rem;        /* Makes the fee line feel important but not shouty */
  color: #2b2b2b;
}

/* Divider between hero and body */
.vip-divider {
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 3rem 0 2.5rem;
}

/* Hero container: center and narrow under the H1 */
.vip-hero {
  max-width: 760px;               /* narrower than full page for a luxe column */
  margin: 3rem auto 3.5rem;       /* centers it and adds breathing room */
}

/* Make hero text left aligned inside the centered column */
.vip-hero p {
  text-align: left;
}

/* Center the CTA under the text */
.vip-hero-cta {
  margin-top: 1.8rem;
  text-align: center;
}

/* Fee line slightly emphasized but still part of the flow */
.vip-subtitle--fee {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  color: #2b2b2b;
}

/* Divider between page title and hero */
.vip-divider {
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 2.5rem auto 0;
  max-width: 880px;
}

/* ============================
   Japonista HR – Global Spacing Reset
   ============================ */

/* Generic reset for all content areas */
.rte hr,
.product__description hr,
.article-template__content hr,
.page-width hr {
  border: 0;
  border-top: 1px solid #d9d9d9;  /* or your default line color */
  margin: 0.6em 0 !important;     /* ~1.2 line total spacing */
}

/* Optional: gold accent version – when you want gold lines only */
.rte hr.hr-gold,
.product__description hr.hr-gold {
  border-top-color: #D7B56D;      /* Japonista gold */
}
/* ===========================================
   Japonista Bullet List — Global Tight Layout
   =========================================== */

/* Remove giant vertical gaps that Shopify auto-injects */
.rte ul li,
.product__description ul li {
  margin: 0.25em 0 !important;   /* tight vertical spacing */
  padding: 0 !important;
}

/* Shopify sometimes puts <p> inside <li> → remove margin */
.rte ul li p,
.product__description ul li p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Optional: slightly reduce bullet indentation */
.rte ul,
.product__description ul {
  margin-left: 1.2em !important;
}

/* ===============================
   JAPONISTA BULLETING SMOOTHER
   Tight, elegant bullets globally
   =============================== */

/* Normalize UL / OL spacing in rich text and product descriptions */
.rte ul,
.rte ol,
.product__description ul,
.product__description ol {
  margin: 0.3em 0 0.8em 1.2em !important; /* left indent + small vertical space */
  padding: 0 !important;
}

/* Each bullet: small vertical rhythm */
.rte ul li,
.rte ol li,
.product__description ul li,
.product__description ol li {
  margin: 0.15em 0 !important;
  padding: 0 !important;
}

/* MAIN FIX: Shopify’s <li><p>Text</p></li> pattern */
.rte ul li p,
.rte ol li p,
.product__description ul li p,
.product__description ol li p {
  display: inline;      /* behave like plain text */
  margin: 0 !important; /* kill big block margins */
  padding: 0 !important;
}

/* Hide any truly empty <p> Shopify sometimes drops in lists */
.rte ul li p:empty,
.rte ol li p:empty,
.product__description ul li p:empty,
.product__description ol li p:empty {
  display: none !important;
}

.vip-section {
  margin-top: 1.2rem !important;
}






