/** Shopify CDN: Minification failed

Line 5286:50 Expected ":"
Line 6923:42 Expected identifier but found "/"
Line 6925:42 Expected identifier but found "/"
Line 6928:42 Expected identifier but found "/"

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




/* ====== 产品页加入购物车按钮 ====== */
.product-form__submit, 
button[name="add"], 
.add-to-cart, 
.product-form button {
  background-color:#F97316 !important;  /* 按钮背景色 (橙色) */
  color: #fff !important;                /* 字体颜色 */
  border: none !important;               /* 去掉边框 */
  border-radius: 8px !important;         /* 圆角 */
  font-weight: bold !important;          /* 加粗文字 */
  padding: 14px 20px !important;         /* 内边距 */
  transition: all 0.3s ease !important;  /* 动效 */
}

/* 🔥 修改 Taste 主题的 Sale 标签 */
/* === Taste 主题 Sale 标签样式覆盖 === */
.badge.price__badge-sale.color-scheme-4 {
 background-color:#EF4444;   /* 圆角橙色背景 */
  color: #FFFFFF;              /* 白色文字 */
  border-radius: 8px;          /* 圆角 */
  display: inline-block;
  transition: transform 0.2s ease, box-shadow 0.2s ease; /* 平滑动画 */

}

.badge.price__badge-sale.color-scheme-4:hover{
  transform: scale(1.1);       /* 轻微放大 */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* 增加浮起感 */
}


/* =========================
   Taste - FAQ / Collapsible Content
   ========================= */

/* section 背景可选：白 或很浅的灰，增强对比度 */
.section.collapsible-content { 
  background: #FFFFFF; /* 或 #F7F8FA */
  border-radius: 12px;
}

/* 每一组 Q 的分隔线 */
.collapsible-content details {
  border-bottom: 1px solid #E5E7EB;
}

/* 问题行：summary */
.collapsible-content summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  cursor: pointer;
  list-style: none;           /* 去掉默认三角 */
  background: transparent;
}

/* 问题文字（Taste 不同版本可能命名不同，下面一起覆盖） */
.collapsible-content summary .accordion__title,
.collapsible-content summary .summary__title,
.collapsible-content summary h3,
.collapsible-content summary span {
  color: #111827 !important;  /* 深灰；提高优先级以压过配色方案 */
  font-weight: 600;
  font-size: 18px;
}

/* 图标颜色（Taste 使用 SVG caret/plus） */
.collapsible-content summary svg {
  width: 18px;
  height: 18px;
  stroke: #3B82F6 !important; /* 浅蓝 */
  fill: #3B82F6 !important;
  flex: 0 0 18px;
}

/* 悬停态：行淡蓝背景 + 深蓝图标 */
.collapsible-content summary:hover {
  background: #F0F9FF;
  border-radius: 8px;
}
.collapsible-content summary:hover svg {
  stroke: #2563EB !important;
  fill: #2563EB !important;
}

/* 展开后的答案正文容器（不同版本命名兼容覆盖） */
.collapsible-content .accordion__content,
.collapsible-content details .accordion__content,
.collapsible-content details .rte,
.collapsible-content details .content {
  color: #4B5563 !important;  /* 次级灰 */
  font-size: 16px;
  line-height: 1.6;
  padding: 8px 0 16px 28px;   /* 与图标错位，阅读更顺 */
}

/* 打开状态给问题行一个微弱强调（可选） */
.collapsible-content details[open] > summary {
  background: #EFF6FF;  /* 比 hover 稍深一点的浅蓝 */
  border-radius: 8px;
}

/* ====== PRICE + OFFER AREA TUNING (Taste) ====== */

/* 1) 省钱胶囊（贴在价格右侧或下一行） */
.price-save{
  display:inline-flex; align-items:center;
  padding:4px 8px; margin:6px 0 0 8px;
  border-radius:999px;
  background:#ECFDF5; border:1px solid #A7F3D0;
  color:#065F46; font-weight:700; font-size:13px;
}
.price-save::before{ content:"✓"; margin-right:6px; }

/* 2) 倒计时条：弱化背景、突出时间数字 */
.dealbar{
  margin:10px 0; padding:10px 12px; text-align:center;
  background:#FFF1F2; border:1px solid #FEE2E2; border-radius:10px;
  color:#7F1D1D; font-weight:600; font-size:14px;
}
.dealbar #deal-timer{
  color:#B91C1C; font-weight:800;
  font-variant-numeric:tabular-nums; letter-spacing:.5px;
}

/* 3) 发货/到达提示（更克制：柔黄底 + 实线 + 数字加粗） */
.scarcity{
  margin-top:12px; padding:10px 12px; border-radius:10px;
  background:#FFFBEB; border:1px solid #FDE68A;
  color:#92400E; font-size:14px;
}
.scarcity b{ color:#92400E; } /* 加粗的 24–48h、7–10 days 保持同色系 */

/* 4) 标题与价格的间距缩小（把注意力拉向价格） */
.template-product .product__title,
.template-product h1.product__title{
  margin-bottom:10px !important;
}

/* 5) 评分可点击直达评论区（hover 高亮） */
.rating-link{ color:#111827; text-decoration:none; }
.rating-link:hover{ color:#F97316; text-decoration:underline; }

/* 6) 按钮与 PayPal 徽章留白一致，成组显示 */
.product-form__buttons{ margin-top:12px; }   /* ATC 上下留白 */
.trust-badge{ margin-top:12px; text-align:center; }
.trust-badge img{ filter:grayscale(100%); opacity:.9; }

/* 移动端微调：字号稍小、内边距更紧凑 */
@media (max-width:768px){
  .dealbar{ font-size:13px; padding:8px 10px; }
  .scarcity{ font-size:13px; padding:8px 10px; }
}


/* === PRICE LINE =============================== */
/* 让价格行可以并排放“省钱胶囊” */
.template-product .price,
.template-product .price__container,
.template-product .product__info-container .price {
  display:flex; align-items:baseline; gap:10px; flex-wrap:wrap;
}

.price-save{
  display:inline-flex; align-items:center;
  padding:4px 8px; margin:0 0 0 4px; /* 贴着价格 */
  border-radius:999px; background:#ECFDF5; border:1px solid #A7F3D0;
  color:#065F46; font-weight:700; font-size:13px;
}
.price-save::before{content:"✓"; margin-right:6px}

/* 标题与价格靠近一些 */
.template-product .product__title{ margin-bottom:10px !important; }

/* === COUNTDOWN BAR =========================== */
.dealbar{
  margin:12px 0 8px; padding:10px 12px; text-align:center;
  background:#FFF1F2; border:1px solid #FEE2E2; border-radius:10px;
  color:#7F1D1D; font-weight:600; font-size:14px;
}
.dealbar #deal-timer{
  color:#B91C1C; font-weight:800; font-variant-numeric:tabular-nums; letter-spacing:.5px;
}

/* === SHIPPING / ETA ========================== */
.scarcity{
  margin-top:12px; padding:10px 12px; border-radius:10px;
  background:#FFFBEB; border:1px solid #FDE68A; color:#92400E; font-size:14px;
}
.scarcity b{ color:#92400E; }

/* === ADD TO CART BUTTON ====================== */
/* 去掉黑色边框/描边，焦点态用柔和高亮 */
.product-form__submit{
  border:none !important; box-shadow:none !important;
}
.product-form__submit:focus-visible{
  outline:3px solid rgba(249,115,22,.35); outline-offset:2px;
}
/* 减少按钮与上/下元素的空隙 */
.product-form__buttons{ margin-top:12px; }

/* PayPal 信任徽章与按钮成组显示 */
.trust-badge{ margin-top:12px; text-align:center; }
.trust-badge img{ filter:grayscale(100%); opacity:.9; }

/* === RATING LINK ============================= */
/* 让星级/评论数量可点击跳到评论区（Loox 常用 #looxReviews） */
.rating-link{ color:#111827; text-decoration:none; }
.rating-link:hover{ color:#F97316; text-decoration:underline; }

/* === MOBILE TUNE ============================= */
@media (max-width:768px){
  .dealbar{ font-size:13px; padding:8px 10px; }
  .scarcity{ font-size:13px; padding:8px 10px; }
}


/* 让购买区所有按钮宽度=信息列宽 */
.product__info-container .product-form__buttons,
.product__info-container .product-form__buttons > *,
.product__info-container .product-form__submit,
.product__info-container .shopify-payment-button,
.product__info-container .shopify-payment-button__button,
.product__info-container .shopify-payment-button__button--unbranded {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  box-sizing: border-box;
}

/* 去掉按钮默认描边，保持干净 */
.product-form__submit{ border:none !important; box-shadow:none !important; }
.product-form__submit:focus-visible{
  outline:3px solid rgba(249,115,22,.35); outline-offset:2px;
}


/* Taste 产品页标题强制变小（覆盖各种写法） */
.shopify-section[id*="main-product"] .product__title,
.shopify-section[id*="main-product"] h1.product__title,
.template-product .product__info-container h1,
.template-product .product__title.h1,
.template-product .product__title .h1 {
  font-size: clamp(18px, 2.2vw + 14px, 28px) !important; /* 最小22px，最大32px */
  line-height: 1.25 !important;
  letter-spacing: .01em;
  margin-bottom: 10px !important;
  text-wrap: balance; /* 两行更均衡，可选 */
}

@media (max-width: 768px){
  .shopify-section[id*="main-product"] .product__title,
  .shopify-section[id*="main-product"] h1.product__title,
  .template-product .product__info-container h1,
  .template-product .product__title.h1,
  .template-product .product__title .h1 {
    font-size: 20px !important;     /* 手机固定 22px */
  }
}

/* 基础：通用表格排版（保留） */
.pl01-compare{border-radius:16px;margin:28px 0;padding:22px;background:#f9f9f9}
.pl01-compare h2{font-size:22px;margin:0 0 14px;font-weight:800}
.pl01-compare__wrap{overflow-x:auto}
.pl01-compare__table{width:100%;border-collapse:collapse;table-layout:fixed}
.pl01-compare__table th,.pl01-compare__table td{
  padding:14px 12px;border-bottom:1px solid #E5E7EB;text-align:left;vertical-align:middle;font-size:16px
}
.pl01-compare__table thead th{font-weight:800;color:#111827}
.pl01-compare__table td.good{color:#059669;font-weight:700}
.pl01-compare__table td.bad{color:#DC2626;font-weight:700}
.pl01-compare__cta{text-align:center;margin-top:16px}
.pl01-compare__btn{display:inline-block;padding:10px 18px;border-radius:10px;background:#F97316;color:#fff;font-weight:800;text-decoration:none}
.pl01-compare__btn:hover{background:#EA580C}
@media (max-width:768px){.pl01-compare{padding:18px}.pl01-compare__table th,.pl01-compare__table td{font-size:14px;padding:12px 10px}}

/* A. 浅灰卡片：与 Taste 默认最贴合 */
.pl01-compare.theme-light{background:#F7F8FA;border:1px solid #E5E7EB;color:#111827;box-shadow:0 2px 8px rgba(17,24,39,.04)}
.pl01-compare.theme-light h2{color:#111827}



/* B. 渐变卡片 + 顶部橙色细条 */
.pl01-compare.theme-accent{
  background:linear-gradient(180deg,#F9FAFB 0%,#FFFFFF 100%);
  border:1px solid #E5E7EB; color:#111827; position:relative;
}
.pl01-compare.theme-accent::before{
  content:""; position:absolute; left:0; top:0; right:0; height:4px; 
  background:#F97316; border-top-left-radius:16px; border-top-right-radius:16px;
}


/* 1) 外层加 padding 的 div —— 用你的类名 */
.section-template--24886217507111__custom_liquid_cQHJp8-padding{
  padding-block: 8px !important;
  margin-top:8px !important;
}

/* 2) 整个 section —— 用你的 section id（可选） */
#shopify-section-template--24886217507111__custom_liquid_QN4wfh{
  margin-block: 8px !important;    /* 如果看到 section 还有外边距，就加这一条 */
}

/* 让对比表宽度与页面内容对齐并居中 */
.pl01-compare{
  max-width: var(--page-width, 1200px);  /* 主题变量，有些版本是 120rem，也兼容 */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /* 两侧留一点安全内边距，防止贴边 */
  padding-inline: clamp(12px, 3vw, 24px);
}

/* 限制 FAQ 宽度并居中 */
.shopify-section[id*="collapsible_content"]{
  max-width: var(--page-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-inline: clamp(12px, 3vw, 24px); /* 左右内边距 */
   border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}


/* ==== 仅修复这一块：#…__image_with_text_Ft8gRc ==== */
#shopify-section-template--24886217507111__image_with_text_Ft8gRc .image-with-text__media-item,
#shopify-section-template--24886217507111__image_with_text_Ft8gRc .media{
  position: relative !important;
  padding-top: 0 !important;          /* 取消比例占位 */
  height: auto !important;            /* 让容器随内容自适应 */
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
}

/* 关键：让图片回到文档流中，用自身高度撑开容器 */
#shopify-section-template--24886217507111__image_with_text_Ft8gRc .media > img{
  position: static !important;        /* 不要绝对定位 */
  width: 100% !important;
  height: auto !important;            /* 等比缩放 */
  object-fit: contain !important;     /* 不裁切 */
  display: block !important;
}

/* 如果主题用伪元素（::before）撑高比例，把它的高度清零即可（不要删除） */
#shopify-section-template--24886217507111__image_with_text_Ft8gRc .media::before{
  content: "" !important;
  display: block !important;
  padding-top: 0 !important;          /* 取消占位比例 */
}


@media (max-width: 768px){
  #shopify-section-template--24886217507111__image_with_text_Ft8gRc .image-with-text__grid{
    grid-template-columns: 1fr !important;  /* 单列 */
  }
}

/* 限制自定义表格容器宽度，与 image-with-text 对齐 */
.custom-table-section, 
#shopify-section-template--24886217507111__collapsible_content_aQR3yP { 
  max-width: var(--page-width, 1200px); /* 和 image-with-text 一致 */
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 3vw, 24px);
  padding-right: clamp(16px, 3vw, 24px);
  box-sizing: border-box;
}

/* 表格本身不撑破，居中 */
.custom-table-section table {
  width: 100% !important;
  margin: 0 auto;
  border-collapse: collapse;
}

/* FAQ 内部也收窄 */
#shopify-section-template--24886217507111__collapsible_content_aQR3yP .gradient {
  max-width: 100% !important;
  margin: 0 auto;
  background: transparent !important; /* 可选，去掉灰底 */
}


/* 只作用于这个 FAQ（你的 section id） */
#shopify-section-template--24886217507111__collapsible_content_aQR3yP .gradient{
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important; /* 可选：去灰底 */
  box-shadow: none !important;
  border: none !important;
}

/* 关键：限制 FAQ 内层内容的宽度并居中，和 image-with-text 同步 */
#shopify-section-template--24886217507111__collapsible_content_aQR3yP .gradient > *{
  max-width: var(--page-width, 1200px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(16px, 3vw, 24px) !important;
  padding-right: clamp(16px, 3vw, 24px) !important;
  box-sizing: border-box !important;
}

/* 有的主题把内边距写在 “-padding” 容器上，这里一并收窄 */
#shopify-section-template--24886217507111__collapsible_content_aQR3yP [class$="-padding"]{
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* 限制 FAQ 分隔线宽度，和内容保持一致 */
#shopify-section-template--24886217507111__collapsible_content_aQR3yP .collapsible-content,
#shopify-section-template--24886217507111__collapsible_content_aQR3yP .collapsible-content__line {
  max-width: var(--page-width, 1200px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* 如果分隔线本身颜色需要淡化 */
#shopify-section-template--24886217507111__collapsible_content_aQR3yP .collapsible-content__line {
  border-color: #e5e5e5;   /* 可调整成更浅的灰 */
}

/* === 只作用于这个 FAQ section === */
#shopify-section-template--24886217507111__collapsible_content_aQR3yP,
#shopify-section-template--24886217507111__collapsible_content_aQR3yP .gradient,
#shopify-section-template--24886217507111__collapsible_content_aQR3yP [class*="section-template--"][class$="-padding"]{
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* 主题常用伪元素画分隔线，直接关闭 */
#shopify-section-template--24886217507111__collapsible_content_aQR3yP .gradient::before,
#shopify-section-template--24886217507111__collapsible_content_aQR3yP .gradient::after,
#shopify-section-template--24886217507111__collapsible_content_aQR3yP [class*="section-template--"][class$="-padding"]::before,
#shopify-section-template--24886217507111__collapsible_content_aQR3yP [class*="section-template--"][class$="-padding"]::after{
  content: none !important;
}

/* 某些版本会放一条真实 <hr> 或 divider 元素，也一并隐藏 */
#shopify-section-template--24886217507111__collapsible_content_aQR3yP hr,
#shopify-section-template--24886217507111__collapsible_content_aQR3yP .section-divider,
#shopify-section-template--24886217507111__collapsible_content_aQR3yP .collapsible-content__line{
  display: none !important;
}



.trust-badges {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fafafa;
  font-size: 14px;
  font-weight: 500;
}

.trust-item {
  flex: 1;
  padding: 0 10px;
}


/* === Add to Cart 轻微呼吸动画（Taste）=== */
@keyframes btn-breathe {
  0%   { transform: scale(1); box-shadow: none; }
  50%  { transform: scale(1.02); box-shadow: 0 10px 24px rgba(0,0,0,.12); }
  100% { transform: scale(1); box-shadow: none; }
}

/* 带橙色呼吸边缘波纹（与按钮色接近，可调整） */
@keyframes btn-ring {
  0%   { box-shadow: 0 0 0 0 rgba(249, 115, 22, .35); }
  100% { box-shadow: 0 0 0 16px rgba(249, 115, 22, 0); }
}

/* 只作用于产品页购买按钮（Taste 的类名） */
.product-form .product-form__submit.button--primary {
  position: relative;
  animation: btn-breathe 2.4s ease-in-out infinite;
}

.product-form .product-form__submit.button--primary::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: -2px;
  border-radius: 12px;
  animation: btn-ring 2.4s ease-out infinite;
}

/* 悬停/点击时弱化效果，避免干扰 */
.product-form .product-form__submit.button--primary:hover,
.product-form .product-form__submit.button--primary:active {
  animation: none;
}
.product-form .product-form__submit.button--primary:hover::after {
  animation: none;
}

/* 关怀：系统“减少动效”时自动禁用 */
@media (prefers-reduced-motion: reduce) {
  .product-form .product-form__submit.button--primary,
  .product-form .product-form__submit.button--primary::after {
    animation: none !important;
  }
}

/* === PayPal 下方合并后的信任背书样式 === */
.trust-badges-merged{
  display:flex; flex-wrap:wrap; gap:12px;
  margin-top:12px; margin-bottom:4px;
  padding:12px 14px;
  background:#F9FAFB; border:1px solid #E5E7EB; border-radius:12px;
  text-align:center;
}
.trust-badges-merged .trust-item{
  flex: 1 1 220px;
  font-size:14px; line-height:1.5; color:#111827;
}
.trust-badges-merged b{ font-weight:700; color:#111827; }

@media (max-width: 768px){
  .trust-badges-merged{ gap:10px; padding:10px 12px; }
  .trust-badges-merged .trust-item{ flex-basis:100%; font-size:13px; }
}


/* === Secure Purchase 轻量安全条（Taste 主题）=== */
.trust-badges-inline{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:12px;
  color:#374151;                /* 深灰：和正文一致 */
  font-size:14px;
  flex-wrap:wrap;               /* 小屏自动换行 */
}

.trust-badges-inline .trust-title{
  font-weight:700;
  color:#111827;
}

.trust-badges-inline .divider{
  opacity:.35;
  user-select:none;
}

/* 小盾牌图标 */
.trust-badges-inline .trust-shield{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px; height:18px;
  margin-right:2px;
}

/* 如果改用 emoji，小号并与文字贴齐 */
.trust-badges-inline .trust-emoji{
  font-size:15px;
  line-height:1;
  margin-right:2px;
}

/* 移动端更紧凑 */
@media (max-width:768px){
  .trust-badges-inline{ gap:10px; font-size:13px; }
}

/* 针对 Secure Purchase + 保障区块 */
.secure-purchase-box {
  display: flex !important;
  flex-wrap: wrap; /* 小屏可换行 */
  align-items: center;
  justify-content: center; /* 保持居中 */
  gap: 12px; /* 每项之间的间距 */
  margin-top: 10px;
}

/* 每个项目（文字或图标）的样式 */
.secure-purchase-box span {
  white-space: nowrap; /* 防止文字断行 */
  font-size: 14px;
}


/* 覆盖 Taste 在商品信息区对 RTE 子元素的 block/宽度约束 */
.product__info-container .rte .secure-badges,
[id^="ProductInfo-template"] .secure-badges{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  margin:10px 0 6px !important;
}

/* 文本不换行，小屏会整体换行到下一排 */
.secure-badges span{ white-space:nowrap; font-size:14px; color:#374151; }
.secure-badges .badge-title{ font-weight:700; color:#111827; display:inline-flex; align-items:center; gap:6px; }
.secure-badges .divider{ opacity:.35; user-select:none; }

/* 兼容某些主题会把自定义内容包进 p 标签的情况 */
.product__info-container .rte .secure-badges p{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  margin:0 !important;
}

/* 让整条在一行里流式排布，必要时换到下一行 */
[id^="ProductInfo-"] .secure-badges,
.product__info-container .secure-badges {
  display: flex !important;
  flex-wrap: wrap !important;           /* 宽度不够时整体换到下一行 */
  align-items: center !important;
  justify-content: center !important;   /* 想靠左就改成 flex-start */
  gap: 12px !important;                 /* 每个点之间的间距 */
  margin: 10px 0 6px !important;
}

/* 每个项强制为内联弹性盒，避免被主题设为 block */
[id^="ProductInfo-"] .secure-badges > span,
.product__info-container .secure-badges > span {
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;       /* 文本不在中间断行 */
  line-height: 1.1 !important;
  color: #374151;                        /* 次要字色 */
  font-size: 14px;
}

/* “Secure Purchase” 主标题更醒目 */
[id^="ProductInfo-"] .secure-badges .badge-title,
.product__info-container .secure-badges .badge-title {
  font-weight: 700 !important;
  color: #111827 !important;
  gap: 6px;
}

/* 小圆点分隔符样式（也可以保持你现在的 · 字符） */
[id^="ProductInfo-"] .secure-badges .divider,
.product__info-container .secure-badges .divider {
  opacity: .35 !important;
  user-select: none;
}

/* 对比表格区块 */
.comparison-table-section {
  background-color: #f9f9f9;   /* 浅灰背景 */
  padding: 40px 20px;          /* 内边距，让区块更呼吸 */
  border-radius: 8px;          /* 圆角（可选） */
  margin: 40px 0;              /* 上下间距拉开 */
}


/* FAQ 和评论区间距压缩 */
#shopify-section-template--24886217507111__collapsible_content {
  margin-bottom: 20px !important;   /* 默认 60-80px，可以改小 */
}

/* FAQ 标题缩小 */
#shopify-section-template--24886217507111__collapsible_content h2 {
  font-size: 1.6rem !important; /* 比原来小一档 */
  font-weight: 600;
  margin-bottom: 16px;
}

.faq-cta {
  text-align: center;
  margin-top: 20px;
  font-size: 1rem;
  color: #333;
}
.faq-cta a {
  color: #ff6600;
  font-weight: 600;
  text-decoration: none;
}
.faq-cta a:hover {
  text-decoration: underline;
}



/* ===== 1) 压缩 FAQ 与评论之间的间距（命中整块 FAQ section） ===== */
.shopify-section[id*="__collapsible_content"]{
  margin-bottom: 16px !important;         /* FAQ 和下方评论区之间的外边距 */
}

/* FAQ 内层包装常见的 padding 容器（-padding / .gradient）一并收紧 */
.shopify-section[id*="__collapsible_content"] [class$="-padding"],
.shopify-section[id*="__collapsible_content"] .gradient{
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* 若上一个 section 也有底部分隔/外距，可一起压掉（可留可删） */
.shopify-section[id*="__collapsible_content"] .page-width{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ===== 2) FAQ 标题缩小，不喧宾夺主 ===== */
.shopify-section[id*="__collapsible_content"] h2,
.shopify-section[id*="__collapsible_content"] .collapsible-content__heading,
.shopify-section[id*="__collapsible_content"] .title-wrapper h2{
  font-size: clamp(18px, 1.2vw + 12px, 22px) !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  line-height: 1.25 !important;
}

/* 每条问题的 summary 行也稍微紧凑点 */
.shopify-section[id*="__collapsible_content"] details > summary{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* ===== 3) 压缩评论区（Loox）顶部外边距，避免两块之间显得“散” ===== */
#looxReviews, 
.loox-reviews, 
.loox-container, 
.shopify-section[id*="loox"],
.shopify-section[id*="reviews"]{
  margin-top: 12px !important;
}

/* 仅桌面端生效 */
@media (min-width: 990px){

  /* ===== FAQ区：整体上/下内外边距更紧凑 ===== */
  .shopify-section[id*="__collapsible_content"]{
    margin: 20px auto 12px !important;
  }
  .shopify-section[id*="__collapsible_content"] [class$="-padding"],
  .shopify-section[id*="__collapsible_content"] .gradient{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* ===== FAQ标题：字号略降，不喧宾夺主 ===== */
  .shopify-section[id*="__collapsible_content"] h2,
  .shopify-section[id*="__collapsible_content"] .title-wrapper h2,
  .shopify-section[id*="__collapsible_content"] .collapsible-content__heading{
    font-size: 26px !important;      /* 原本较大，26px更平衡 */
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
    letter-spacing: .2px;
  }

  /* 每条问题行的上下内边距再压一点 */
  .shopify-section[id*="__collapsible_content"] details > summary{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* ===== FAQ 底部CTA：限制宽度、居中、层次更清晰 ===== */
  .faq-cta{
    max-width: 980px;                 /* 与正文宽度更接近（可改为 960/1000） */
    margin: 14px auto 0 !important;   /* 贴近FAQ且居中 */
    text-align: center;
    font-size: 14px;                  /* 桌面端略降字号 */
    line-height: 1.6;
    color: #445;                      /* 比正文略浅，不抢眼 */
    padding: 10px 16px 18px;          /* 适当留白 */
  }
  .faq-cta a{
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed rgba(249,115,22,.45); /* 细虚线强调点击 */
    transition: color .18s ease, border-color .18s ease;
  }
  .faq-cta a:hover{
    color: #f97316;                   /* hover 与品牌橙一致 */
    border-color: #f97316;
  }

  /* CTA 与上下横线/分隔线的间距更紧 */
  .faq-cta + *{
    margin-top: 8px !important;
  }
}

/* 桌面&移动通用的小微调：减小 FAQ 标题与第一条问题的距离 */
.shopify-section[id*="__collapsible_content"] .title-wrapper{
  margin-bottom: 8px !important;
}

/* 1) 压缩 FAQ 与评论之间的间距 —— 给 FAQ 所在容器加一点识别 */
#faq-block { margin-bottom: 12px !important; }

/* 2) Loox 评论区：压缩顶部留白、让标题行更紧凑、让网格更贴近 */
#looxReviews { 
  margin-top: 8px !important; 
  padding-top: 0 !important;
}

/* Loox 顶部标题/工具行更紧凑 */
#looxReviews .loox-header,
#looxReviews .loox-aggregate,
#looxReviews .loox-toolbar {
  margin: 8px 0 !important;
  padding: 0 !important;
}

/* 评论卡片之间的空隙稍微收窄（可调） */
#looxReviews .loox-grid { 
  gap: 16px !important;  /* 默认通常 20–24，可按需调 14–18 */
}

/* 3) “Trusted by …”小标题（若你有加那段 HTML）更贴近评论 */
.reviews-cap { margin: 10px auto 0 !important; padding-top: 0 !important; }
.reviews-cap::before { margin: 0 0 10px !important; }
.reviews-heading { margin: 4px 0 6px !important; line-height: 1.2; }



/* 让“Trusted by …”行更紧凑、与列表对齐 */
.reviews-cap {
  max-width: 1200px;          /* 与主题主体宽接近即可，按你的容器宽调整 */
  margin: 12px auto 8px !important;
  padding: 0 16px;            /* 两侧内边距，适配小屏 */
  text-align: left;
}
.reviews-cap .reviews-heading {
  font-size: 20px;            /* 桌面端稍微小点 */
  line-height: 1.3;
  margin: 0 !important;
  display: inline-block;
  vertical-align: middle;
}
.reviews-cap .emoji {
  margin-right: 8px;
  font-size: 20px;
}

/* Loox 顶部工具行更紧凑，与首行图片距离更短 */
#looxReviews .loox-header,
#looxReviews .loox-aggregate,
#looxReviews .loox-toolbar {
  margin: 8px 0 6px !important;
  padding: 0 !important;
}

/* 卡片间隙再收一点，瀑布流更紧凑 */
#looxReviews .loox-grid { gap: 14px !important; }

/* 移动端保持可读性 */
@media (max-width: 768px) {
  .reviews-cap { margin: 8px auto 6px !important; }
  .reviews-cap .reviews-heading { font-size: 18px; }
  #looxReviews .loox-grid { gap: 12px !important; }
}


/* 卡片背景 + 圆角 + 内边距 */
section[id*="__collapsible_content_"] .collapsible-content__wrapper {
  background: #f9fafb !important;
  border-radius: 12px !important;
  padding: 24px 20px !important;
}

/* 去掉上下分隔线 */
section[id*="__collapsible_content_"] .content-container--full-width::before,
section[id*="__collapsible_content_"] .content-container--full-width::after,
section[id*="__collapsible_content_"] .collapsible-content__wrapper::before,
section[id*="__collapsible_content_"] .collapsible-content__wrapper::after {
  display: none !important;
}

/* 细节：标题略微缩小，更“退让”一点 */
section[id*="__collapsible_content_"] h2, 
section[id*="__collapsible_content_"] .collapsible-content__heading {
  font-size: clamp(20px, 2.1vw, 28px) !important;
  line-height: 1.2 !important;
  margin-bottom: 14px !important;
}

/* 缩短 FAQ 与评论的距离（如果你觉得空太大） */
section[id*="__collapsible_content_"] .collapsible-content__wrapper {
  margin-bottom: 10px !important;
}
#looxReviews {      /* Loox 容器，若 ID 正确即生效 */
  margin-top: 16px !important;
}

/* 去掉 logo 链接（a 标签）的 padding */
.header__heading-link {
  padding: 0 !important;
  margin: 0 !important; /* 如果你也想消除默认 margin */
  line-height: 1 !important; /* 避免撑高 */
  display: flex; 
  align-items: center; /* 保证 logo 垂直居中 */
}
.header__heading-logo-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}


/* ====== AXMOTO: bigger logo without taller header ====== */
:root {
  /* 你想要的 logo 可视高度（自己改），建议 48~64px */
  --logo-h: 60px;
  /* 整条导航条的目标高度（略大于 logo，保留上下呼吸感） */
  --header-h: 64px;
}

/* 固定 header 高度（Dawn 的包裹层） */
.header__wrapper, .header-wrapper, .header {
  min-height: var(--header-h) !important;
  height: var(--header-h) !important;
}

/* h1 外层不要用文字的行高去撑高 */
h1.header__heading {
  margin: 0 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  height: var(--header-h) !important;
}

/* 去掉 <a> 的内边距，改成 flex 垂直居中 */
.header__heading-link {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  height: var(--header-h) !important;
}

/* 包裹 logo 的容器也不要再加额外空隙 */
.header__heading-logo-wrapper {
  padding: 0 !important;
  margin: 0 !important;
  height: var(--header-h) !important;
  display: flex !important;
  align-items: center !important;
}

/* 真正的 logo 图片：放大但不撑高导航 */
.header__heading-logo-wrapper img,
.header__heading-logo-wrapper picture img,
.header__heading-link img {
  height: var(--logo-h) !important;   /* 让 logo 变大 */
  max-height: var(--logo-h) !important;
  width: auto !important;
  display: block !important;
  object-fit: contain !important;
}

/* 右侧图标/菜单与 header 高度对齐，避免视觉不居中 */
.header__icons, .header__inline-menu {
  height: var(--header-h) !important;
  display: flex !important;
  align-items: center !important;
}

/* 可选：压缩粘性头部滚动时的高度（若你启用了 sticky） */
@media (min-width: 750px) {
  .shopify-section-header-sticky .header {
    height: var(--header-h) !important;
  }
}

/* ===== AXMOTO: Bigger logo, same header height (Dawn-safe) ===== */
:root{
  /* 桌面端希望的尺寸 */
  --logo-h-desktop: 60px;   /* 48~64px 之间都 OK */
  --header-h-desktop: 64px;

  /* 移动端建议更紧凑一点 */
  --logo-h-mobile: 42px;    /* 36~48px 之间 */
  --header-h-mobile: 56px;
}

/* 统一固定 header 高度（包裹层） */
.header, .header__wrapper, .header-wrapper{
  min-height: var(--header-h-desktop) !important;
  height: var(--header-h-desktop) !important;
}

/* h1 外层不再用行高撑开，改为垂直居中 */
h1.header__heading{
  margin: 0 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  height: var(--header-h-desktop) !important;
}

/* 链接与容器不留空隙，并垂直居中 */
.header__heading-link,
.header__heading-logo-wrapper{
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  height: var(--header-h-desktop) !important;
}

/* —— 真正的 Logo 元素：同时覆盖 img / picture / svg —— */
.header__heading-logo-wrapper img,
.header__heading-logo-wrapper picture img,
.header__heading-link img,
.header__heading-logo svg,
.header__heading-link svg{
  height: var(--logo-h-desktop) !important;
  max-height: var(--logo-h-desktop) !important;
  width: auto !important;
  display: block !important;
  object-fit: contain !important;
}

/* 右侧图标与菜单垂直居中 */
.header__icons, .header__inline-menu{
  height: var(--header-h-desktop) !important;
  display: flex !important;
  align-items: center !important;
}

/* Dawn 的显示/隐藏工具类在某些布局会把移动 Logo 隐掉，兜底强制显示 */
.header__heading-logo .small-hide,
.header__heading-logo .medium-up-hide{
  display: inline !important;
}

/* 移动端尺寸与高度 */
@media (max-width: 749.98px){
  .header, .header__wrapper, .header-wrapper,
  h1.header__heading,
  .header__heading-link,
  .header__heading-logo-wrapper,
  .header__icons, .header__inline-menu{
    height: var(--header-h-mobile) !important;
    min-height: var(--header-h-mobile) !important;
  }

  .header__heading-logo-wrapper img,
  .header__heading-logo-wrapper picture img,
  .header__heading-link img,
  .header__heading-logo svg,
  .header__heading-link svg{
    height: var(--logo-h-mobile) !important;
    max-height: var(--logo-h-mobile) !important;
    width: auto !important;
  }

  /* 避免父级溢出裁切导致看不到 Logo */
  .header, .header__wrapper, .header__heading, .header__heading-link,
  .header__heading-logo-wrapper{
    overflow: visible !important;
  }
}

/* 若启用了 sticky，保持压缩高度一致 */
@media (min-width: 750px){
  .shopify-section-header-sticky .header{
    height: var(--header-h-desktop) !important;
  }
}


/* ===== AXMOTO mobile logo force-fix & debug ===== */
:root{
  --logo-h-mobile: 42px;          /* 需要多大改这里 */
  --header-h-mobile: 56px;
}

/* 只在移动端处理 */
@media (max-width: 749.98px){
  /* 1) 让 header 与容器有确定高度，避免被压扁 */
  .header, .header__wrapper, .header-wrapper,
  h1.header__heading,
  .header__heading-link,
  .header__heading-logo-wrapper,
  .header__icons, .header__inline-menu{
    height: var(--header-h-mobile) !important;
    min-height: var(--header-h-mobile) !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important; /* 防止裁切 */
  }

  /* 2) 强制显示移动端 logo：img / picture / svg 全覆盖 */
  .header__heading-logo-wrapper img,
  .header__heading-logo-wrapper picture img,
  .header__heading-link img,
  .header__heading-logo svg,
  .header__heading-link svg{
    height: var(--logo-h-mobile) !important;
    max-height: var(--logo-h-mobile) !important;
    width: auto !important;
    max-width: none !important;
    display: block !important;
    object-fit: contain !important;
    object-position: left center !important;

    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    mix-blend-mode: normal !important;
  }

  /* 3) Dawn 的显示/隐藏工具类兜底，防止被误隐藏 */
  .header__heading-logo .small-hide,
  .header__heading-logo .medium-up-hide{
    display: inline !important;
  }

  /* 4) 某些主题会给 motion-reduce 加过渡透明度，强制关闭 */
  .header__heading-logo.motion-reduce{
    opacity: 1 !important;
    transition: none !important;
  }

  /* 5) 调试辅助（确认容器存在与尺寸正确）——用完可删 */
  .header__heading-logo-wrapper{
    /* background: rgba(255, 0, 0, .08) !important; */ /* 调试可打开 */
    outline: 0px solid transparent; /* 占位 */
  }
}
/* ===== AXMOTO mobile logo force-fix (no inline-menu) ===== */
:root{
  --logo-h-mobile: 42px;
  --header-h-mobile: 56px;
}

@media (max-width: 749.98px){

  .header, .header__wrapper, .header-wrapper,
  h1.header__heading,
  .header__heading-link,
  .header__heading-logo-wrapper,
  .header__icons{
    height: var(--header-h-mobile) !important;
    min-height: var(--header-h-mobile) !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
  }

  /* ✅ 保持移动端内联菜单隐藏（避免“Product”露出） */
  .header__inline-menu,
  .list-menu--inline{
    display: none !important;
  }

  .header__heading-logo-wrapper img,
  .header__heading-logo-wrapper picture img,
  .header__heading-link img,
  .header__heading-logo svg,
  .header__heading-link svg{
    height: var(--logo-h-mobile) !important;
    max-height: var(--logo-h-mobile) !important;
    width: auto !important;
    display: block !important;
    object-fit: contain !important;
    object-position: left center !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    mix-blend-mode: normal !important;
  }

  .header__heading-logo .small-hide,
  .header__heading-logo .medium-up-hide{ display: inline !important; }

  .header__heading-logo.motion-reduce{
    opacity: 1 !important;
    transition: none !important;
  }
}

/* ===== AXMOTO: Comparison Multicolumn Styling ===== */

/* 控制多列区块整体间距 */
.multicolumn,
.shopify-section .multicolumn {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* 每一列做成卡片效果 */
.multicolumn-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 16px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  min-height: auto !important;
}

/* 标题文字更醒目 */
.multicolumn-card__title {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 8px;
}

/* 正文行距更紧凑 */
.multicolumn-card__text {
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin: 0;
}

/* 移动端优化：两列上下堆叠时保持紧凑 */
@media (max-width: 749px) {
  .multicolumn-card {
    margin-bottom: 12px !important;
  }
}

/* ===== AXMOTO: Comparison Multicolumn Styling with Colors ===== */

/* 整体区块间距 */
.multicolumn,
.shopify-section .multicolumn {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* 卡片基础样式 */
.multicolumn-card {
  border-radius: 8px;
  padding: 16px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  min-height: auto !important;
}

/* ❌ 左侧卡片：浅红背景 */
.multicolumn-card:first-child {
  background: #fff5f5 !important;   /* 浅红 */
  border: 1px solid #fecaca !important;
}

/* ✅ 右侧卡片：浅绿背景 */
.multicolumn-card:last-child {
  background: #f0fdf4 !important;   /* 浅绿 */
  border: 1px solid #bbf7d0 !important;
}

/* 标题更清晰 */
.multicolumn-card__title {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 8px;
}

/* 正文更紧凑 */
.multicolumn-card__text {
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin: 0;
}

/* 移动端优化 */
@media (max-width: 749px) {
  .multicolumn-card {
    margin-bottom: 12px !important;
  }
}

/* 左边 ❌ 卡片：淡红背景 */
.multicolumn-card:first-child {
  background: #fff5f5 !important;   /* very light red */
  border: 1px solid #fecaca !important; /* light red border */
}

/* 右边 ✅ 卡片：淡绿背景 */
.multicolumn-card:last-child {
  background: #f0fdf4 !important;   /* very light green */
  border: 1px solid #bbf7d0 !important; /* light green border */
}


/* ↓↓↓ 只影响产品详情页 ↓↓↓ */
.template-product section[id^="ProductInfo-"] { 
  --font-heading-scale: 0.75 !important;   /* 先整体缩一档 */
}

/* 绝对命中标题，无论是 h1 还是 h0 工具类 */
.template-product section[id^="ProductInfo-"].product__info-container.product__column-sticky 
  .product__title > h1,
.template-product section[id^="ProductInfo-"] .product__title > h1.h0,
.template-product .product__info-wrapper .product__title > h1,
.template-product .product__title > h1 {
  font-size: 22px !important;              /* 改成你想要的大小 */
  line-height: 1.25 !important;
  font-weight: 600 !important;
  margin: .15em 0 !important;
}

/* 移动端更小一点（可选） */
@media (max-width: 768px){
  .template-product section[id^="ProductInfo-"] .product__title > h1{
    font-size: 18px !important;
  }
}


/* 调整 Taste 模版 Logo 垂直对齐 */
.header__heading-logo-wrapper {
  display: flex;
  align-items: flex-start;  /* 让 logo 靠上 */
}

.header__heading-logo {
  margin-top: -12px;   /* 你可以调节 -8px → -12px 或 -5px，看效果 */
}


/* 移动端 Logo 调整 */
@media (max-width: 749px) {
  .header__heading-logo {
    margin-top: 0px;  /* 手机端微调 */
    max-height: 40px;  /* 限制高度，避免太挤 */
  }
}

@media (min-width: 990px) {
  .slideshow, .slideshow .slider--everywhere {
    min-height: 100vh;  /* 桌面满屏 */
  }
}
@media (max-width: 989px) {
  .slideshow, .slideshow .slider--everywhere {
    min-height: 65vh;   /* 手机保持可见后续内容 */
  }
}

/* Banner 按钮整体布局 */
.slideshow__buttons .button, 
.banner__buttons .button {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 9999px; /* 圆角胶囊风格 */
  transition: all 0.3s ease;
  margin-right: 12px;
}

/* 主按钮（Shop Now） */
.slideshow__buttons .button:first-child,
.banner__buttons .button:first-child {
  background: #F6AD55; /* 橙色背景 */
  color: #fff;
  border: 2px solid #F6AD55;
  box-shadow: 0 4px 12px rgba(246,173,85,0.35);
}
.slideshow__buttons .button:first-child:hover,
.banner__buttons .button:first-child:hover {
  background: #dd8c36; /* hover 时更深的橙色 */
  border-color: #dd8c36;
  transform: translateY(-2px);
}

/* 次按钮（Explore） */
.slideshow__buttons .button:last-child,
.banner__buttons .button:last-child {
  background: transparent;
  color: #F6AD55;
  border: 2px solid #F6AD55;
}
.slideshow__buttons .button:last-child:hover,
.banner__buttons .button:last-child:hover {
  background: rgba(246,173,85,0.15); /* hover 时加轻微背景 */
  color: #fff;
}

/* 覆盖 Banner 按钮默认样式 */
.banner__buttons .button,
.slideshow__buttons .button {
  border: none !important;          /* 去掉黑色边框 */
  box-shadow: none !important;      /* 去掉阴影 */
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 9999px;            /* 胶囊圆角 */
  transition: all 0.3s ease;
  margin-right: 12px;
}

/* 主按钮：Shop Now */
.banner__buttons .button:first-child,
.slideshow__buttons .button:first-child {
  background-color: #F6AD55 !important;
  color: #fff !important;
}
.banner__buttons .button:first-child:hover,
.slideshow__buttons .button:first-child:hover {
  background-color: #dd8c36 !important;
  transform: translateY(-2px);
}

/* 次按钮：Explore */
.banner__buttons .button:last-child,
.slideshow__buttons .button:last-child {
  background: transparent !important;
  color: #F6AD55 !important;
  border: 2px solid #F6AD55 !important;
}
.banner__buttons .button:last-child:hover,
.slideshow__buttons .button:last-child:hover {
  background: rgba(246,173,85,0.15) !important;
  color: #fff !important;
}

/* ===== 清除 Banner 按钮所有黑框/阴影（Taste 主题） ===== */
.banner__buttons a,
.banner__buttons .button,
.banner__buttons a::before,
.banner__buttons a::after,
.banner__buttons .button::before,
.banner__buttons .button::after {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important; /* 避免方形底色 */
}

/* 兼容幻灯片模块命名（某些页面用 slideshow__buttons） */
.slideshow__buttons a,
.slideshow__buttons .button,
.slideshow__buttons a::before,
.slideshow__buttons a::after,
.slideshow__buttons .button::before,
.slideshow__buttons .button::after {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}

/* 关闭焦点环（键盘导航时的轮廓），若你需要无障碍可移除此块 */
.banner__buttons a:focus,
.banner__buttons a:focus-visible,
.banner__buttons .button:focus,
.banner__buttons .button:focus-visible,
.slideshow__buttons a:focus,
.slideshow__buttons a:focus-visible,
.slideshow__buttons .button:focus,
.slideshow__buttons .button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* 你的品牌风格按钮（保持之前的配色与圆角） */
.banner__buttons .button {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 28px;
  border-radius: 9999px;
  transition: all .25s ease;
  margin-right: 12px;
}

/* 主按钮：Shop Now */
.banner__buttons .button:first-child {
  background-color: #F6AD55 !important; /* 琥珀橙 */
  color: #0E1622 !important;           /* 深色文字更易读 */
  border: none !important;
}
.banner__buttons .button:first-child:hover {
  background-color: #dd8c36 !important;
  transform: translateY(-1px);
}

/* 次按钮：Explore（描边款） */
.banner__buttons .button:last-child {
  background: transparent !important;
  color: #F6AD55 !important;
  border: 2px solid #F6AD55 !important;
}
.banner__buttons .button:last-child:hover {
  background: rgba(246, 173, 85, 0.14) !important;
  color: #ffffff !important;
}

/* Banner 文案容器折中方案 */
.banner__content {
  max-width: 90%;       /* 容器宽度占屏幕的 90%，比固定窄版更大气 */
  margin: 0 auto;       /* 居中对齐 */
  padding: 0 15px;      /* 左右留点安全间距，避免文字贴边 */
  text-align: left;     /* 标题、副标题保持左对齐（也可改 center） */
}

/* 标题样式 */
.banner__content h1 {
  font-size: clamp(24px, 5vw, 48px); /* 随屏幕大小自适应 */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

/* 副标题样式 */
.banner__content p {
  font-size: clamp(14px, 2.5vw, 20px);
  color: #CBD5E0;      /* 偏浅灰，和背景对比清晰 */
  margin-bottom: 20px;
}

/* 按钮容器 */
.banner__buttons {
  display: flex;
  gap: 15px;           /* 按钮之间留空隙 */
  flex-wrap: wrap;     /* 小屏幕自动换行 */
}

/* 调整 Banner 按钮容器 */
.slideshow__btn {
  display: flex;
  gap: 16px;   /* 按钮之间间距 */
  flex-wrap: wrap; /* 小屏幕自动换行 */
  justify-content: center; /* 按钮居中 */
}

/* 让按钮在手机端更大更好点按 */
@media (max-width: 768px) {
  .slideshow__btn .button,
  .slideshow__btn .button--secondary {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }
}

/* ===== AXCARO - Banner/Slideshow 按钮统一样式（Taste）===== */

/* 容器间距与布局 */
.banner__buttons, .slideshow__buttons {
  display:flex; gap:16px; flex-wrap:wrap; justify-content:center;
}

/* 去掉默认黑边/阴影/伪元素方框 */
.banner__buttons .button, .slideshow__buttons .button,
.banner__buttons .button::before, .banner__buttons .button::after,
.slideshow__buttons .button::before, .slideshow__buttons .button::after {
  border:none !important; box-shadow:none !important; outline:none !important; background:transparent;
}

/* 主按钮（第一个） */
.banner__buttons .button:not(.button--secondary),
.slideshow__buttons .button:not(.button--secondary) {
  background:linear-gradient(90deg,#F6AD55,#F97316) !important;
  color:#fff !important; font-weight:700; border-radius:30px; padding:12px 24px; transition:.25s;
}
.banner__buttons .button:not(.button--secondary):hover,
.slideshow__buttons .button:not(.button--secondary):hover {
  background:linear-gradient(90deg,#F97316,#F6AD55) !important; transform:translateY(-2px);
}

/* 次按钮（带描边） */
.banner__buttons .button.button--secondary,
.slideshow__buttons .button.button--secondary {
  background:transparent !important; color:#F6AD55 !important;
  border:2px solid #F6AD55 !important; border-radius:30px; padding:12px 24px; font-weight:600; transition:.25s;
}
.banner__buttons .button.button--secondary:hover,
.slideshow__buttons .button.button--secondary:hover {
  background:rgba(246,173,85,.14) !important; color:#fff !important; transform:translateY(-2px);
}

/* 移动端：按钮满宽、易点按 */
@media (max-width: 768px){
  .banner__buttons .button, .slideshow__buttons .button{ width:100%; max-width:260px; text-align:center; }
}

/* AXCARO Banner Buttons Override */
.banner__buttons .button,
.slideshow__buttons .button {
  all: unset; /* 清除默认按钮样式 */
  display: inline-block;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}

/* 主按钮 */
.banner__buttons .button:first-child,
.slideshow__buttons .button:first-child {
  background: linear-gradient(90deg, #F6AD55, #F97316) !important;
  color: #fff !important;
}
.banner__buttons .button:first-child:hover,
.slideshow__buttons .button:first-child:hover {
  background: linear-gradient(90deg, #F97316, #F6AD55) !important;
}

/* 次按钮 */
.banner__buttons .button:last-child,
.slideshow__buttons .button:last-child {
  border: 2px solid #F6AD55 !important;
  color: #F6AD55 !important;
  background: transparent !important;
}
.banner__buttons .button:last-child:hover,
.slideshow__buttons .button:last-child:hover {
  background: rgba(246,173,85,0.15) !important;
  color: #fff !important;
}

/* 轻微发光，提升可点击感 */
.banner__buttons .button:first-child {
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.35);
}
.banner__buttons .button:last-child:hover {
  box-shadow: 0 6px 16px rgba(246, 173, 85, 0.25);
}

/* 按钮之间的间距（桌面端） */
.banner__buttons { gap: 18px; }

/* 移动端稍微加大点击面积 */
@media (max-width: 768px) {
  .banner__buttons .button { padding: 14px 26px; font-size: 17px; }
}

/* Best Sellers 区域产品卡整体 */
#shopify-section-template--24886217343271__featured_collection .card-product {
  border-radius: 14px;        /* 卡片圆角 */
  background: #fff;           /* 背景保持干净 */
  box-shadow: 0 4px 16px rgba(0,0,0,0.08); /* 轻微阴影，凸显卡片 */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* hover 效果：卡片轻微浮起 */
#shopify-section-template--24886217343271__featured_collection .card-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

/* 产品标题 */
#shopify-section-template--24886217343271__featured_collection .card__heading a {
  font-size: 15px;
  font-weight: 600;
  color: #1A202C;   /* 深灰偏黑，简洁 */
  line-height: 1.4;
}

/* 价格样式 */
#shopify-section-template--24886217343271__featured_collection .price {
  font-size: 16px;
  font-weight: 700;
  color: #E76F51;   /* 突出主价格（橙红） */
}
#shopify-section-template--24886217343271__featured_collection .price--compare {
  font-size: 14px;
  color: #A0AEC0;   /* 原价灰色 */
  text-decoration: line-through;
}

/* Loox 星级评分 */
#shopify-section-template--24886217343271__featured_collection .loox-rating {
  margin: 6px 0 10px 0;
  font-size: 14px;
  color: #F6AD55;   星星橙色，与按钮统一
}

/* CTA 按钮 */
#shopify-section-template--24886217343271__featured_collection .card-product .button {
  background: linear-gradient(90deg, #FF7E5F, #F6AD55);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 18px;
  transition: background 0.3s ease, transform 0.2s ease;
}
#shopify-section-template--24886217343271__featured_collection .card-product .button:hover {
  background: linear-gradient(90deg, #F6AD55, #FF7E5F);
  transform: translateY(-2px);
}





/* 限定作用在 Best Sellers 这一块 */
#shopify-section-template--24886217343271__featured_collection .card-wrapper {
  background: #ffffff; /* 产品卡背景 */
  border-radius: 12px; /* 圆角 */
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* 标题 */
#shopify-section-template--24886217343271__featured_collection .card__heading {
  font-size: 16px;
  font-weight: 600;
  color: #2D3748;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 6px;
  min-height: 44px; /* 保持高度一致 */
}

/* 价格 */
#shopify-section-template--24886217343271__featured_collection .price-item--regular {
  color: #6B7280; /* 原价灰色 */
  font-size: 14px;
}
#shopify-section-template--24886217343271__featured_collection .price-item--sale {
  color: #E53E3E; /* 现价红色 */
  font-weight: 700;
  font-size: 16px;
}

/* Loox 星级 */
#shopify-section-template--24886217343271__featured_collection .loox-rating {
  margin: 6px 0;
  font-size: 14px;
}

/* CTA 按钮 */
#shopify-section-template--24886217343271__featured_collection .button {
  background: linear-gradient(90deg,#F6AD55,#F97316);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
#shopify-section-template--24886217343271__featured_collection .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

#shopify-section-template--24886217343271__featured_collection .card__heading {
  display: -webkit-box;
  -webkit-line-clamp: 3;  /* 或 2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.9em; /* 依据字体行高微调，确保3行时高度一致 */
}

#shopify-section-template--24886217343271__featured_collection .card__media img {
  aspect-ratio: 4 / 3; /* 或 1 / 1 */
  object-fit: contain;
  width: 100%;
  background: #fff;      /* 纯白底更干净 */
  border-radius: 8px;
}
#shopify-section-template--24886217343271__featured_collection .loox-rating {
  gap: 6px;
}
#shopify-section-template--24886217343271__featured_collection .loox-rating .loox-rating-avg,
#shopify-section-template--24886217343271__featured_collection .loox-icon {
  color: #f6ad55; /* 与品牌橙相近 */
}
#shopify-section-template--24886217343271__featured_collection .loox-rating .loox-rating-count {
  color: #6B7280;
  font-size: 13px;
}
#shopify-section-template--24886217343271__featured_collection .price .price__container {
  align-items: baseline;
}
#shopify-section-template--24886217343271__featured_collection .price-item--sale {
  color: #E53E3E;
  font-weight: 800;
}
#shopify-section-template--24886217343271__featured_collection .price .price__container .price__from {
  color: #9CA3AF;  /* 弱化 “From” */
  font-weight: 500;
}
#shopify-section-template--24886217343271__featured_collection .button {
  min-height: 52px;
}
#shopify-section-template--24886217343271__featured_collection .button:active {
  transform: translateY(1px);
  box-shadow: none;
}
#shopify-section-template--24886217343271__featured_collection .button[disabled] {
  filter: grayscale(1);
  cursor: not-allowed;
  opacity: .7;
}
#shopify-section-template--24886217343271__featured_collection .badge--bottom-left,
#shopify-section-template--24886217343271__featured_collection .badge--bottom-right,
#shopify-section-template--24886217343271__featured_collection .badge {
  background: #111827 !important;
  color: #fff !important;
  font-weight: 700;
  border: none;
}
@media (max-width: 640px) {
  #shopify-section-template--24886217343271__featured_collection .card__heading {
    font-size: 16px;
  }
  #shopify-section-template--24886217343271__featured_collection .button {
    font-size: 16px;
  }
  #shopify-section-template--24886217343271__featured_collection .card-wrapper {
    padding: 14px;
  }
}
/* Best Sellers 区域一致化 Sale 标，红底白字，和详情页保持一致 */
#shopify-section-template--24886217343271__featured_collection 
  .card__badge .badge,
#shopify-section-template--24886217343271__featured_collection 
  .badge.price__badge-sale,
#shopify-section-template--24886217343271__featured_collection 
  .badge--bottom-left .badge,
#shopify-section-template--24886217343271__featured_collection 
  [class*="price__badge"][class*="sale"],
#shopify-section-template--24886217343271__featured_collection 
  [class*="badge"][class*="sale"] {
  background-color: #E53935 !important; /* 红色背景（与详情页一致） */
  color: #fff !important;               /* 白色文字 */
  border-radius: 14px;                  /* 圆角 */
  padding: 4px 12px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  box-shadow: none !important;
  border: none !important;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

/* 悬停反馈（可选） */
#shopify-section-template--24886217343271__featured_collection 
  .card__badge .badge:hover,
#shopify-section-template--24886217343271__featured_collection 
  .badge.price__badge-sale:hover,
#shopify-section-template--24886217343271__featured_collection 
  [class*="price__badge"][class*="sale"]:hover,
#shopify-section-template--24886217343271__featured_collection 
  [class*="badge"][class*="sale"]:hover {
  background-color: #D32F2F !important;
  transform: scale(1.06);
}

/* Best Sellers 区域 - Loox 评论数改为橙色 */
#shopify-section-template--24886217343271__featured_collection 
  .loox-rating .loox-rating-count {
    color: #F6AD55 !important;
    font-weight: 500;   /* 稍微加粗，提高可读性 */
    margin-left: 4px;   /* 和星星保持一点间距 */
}
/* 限制 Quick View 弹窗里的标题大小 */
.quick-view__product-title,
.product-popup .product__title,
.quick-add-modal .product__title {
  font-size: 10px !important;   /* 调小字号 */
  line-height: 1.3 !important;  /* 行距紧凑 */
  font-weight: 600;             /* 保持清晰但不笨重 */
  margin-bottom: 12px;
}


/* 默认 PC 端样式 */
.product__title h1{
  font-size: 30px;   /* 桌面端的字号 */
  line-height: 1.3;
  font-weight: 600;
}


.product__title h2 {
  font-size: 26px;   /* 桌面端的字号 */
  line-height: 1.3;
  font-weight: 600;
}

/* 手机端样式（屏幕宽度小于768px时生效） */
@media (max-width: 768px) {
  .product__title h1{
    font-size: 20px;   /* 手机端再调小 */
    line-height: 1.2;
  }
   .product__title h2{
     font-size: 16px;   /* 手机端再调小 */
    line-height: 1.2;
   }
}

/* PC 默认样式 */
.image-with-text__heading {
  font-size: 28px;   /* 标题 */
  line-height: 1.3;
  font-weight: 700;
}


/* 手机端样式 */
@media (max-width: 768px) {
  .image-with-text__heading {
    font-size: 26px;   /* 手机标题更小 */
    line-height: 1.25;
  }

}

/* ==== Mobile: squeeze product hero above the fold ==== */
@media (max-width: 768px) {
  /* 1) 限制主图容器高度，避免占满一屏 */
  .product .product__media-wrapper,
  .product .product-media-container,
  .product .media,
  .product .media > img,
  .product .slider--product,
  .product .product__media {
    max-height: 56vh;         /* 你可以在 50–60vh 之间微调 */
    overflow: hidden;
  }
  .product .media > img {
    object-fit: cover;
  }

  /* 2) 标题与价格压缩 */
  .product .product__title,
  .product .product__title h1,
  .product .product__title h2 {
    font-size: 22px !important;   /* 之前你有 26/32px，这里手机端统一小一号 */
    line-height: 1.25 !important;
    margin: 8px 0 6px !important;
  }
  .product .price,
  .product .price-item,
  .product .price .price__regular,
  .product .price .price__sale {
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin: 6px 0 !important;
  }

  /* 3) 星级、徽标、Sale 等的间距优化 */
  .product .rating,
  .product .product__text,
  .product .product__badges,
  .product .badge {
    margin: 6px 0 !important;
  }
  /* 可选：把横幅/倒计时等“占高”的块在手机端缩小或收起 */
  .product .product__block--notification,
  .product .product__block--usp,
  .product .product__block--countdown {
    padding: 8px 10px !important;
    margin: 8px 0 !important;
    font-size: 12px !important;
  }

  /* 4) 让变体选择/按钮更靠上，减少上下留白 */
  .product .product-form,
  .product .product__info-wrapper,
  .product .product__info-container,
  .product .product__block--variant-picker,
  .product .product__block--buy-buttons {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  /* 5) slider 两侧的空白 & 小圆点间距压缩（若有） */
  .product .slider-buttons,
  .product .slider-counter,
  .product .thumbnail-list {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media (max-width: 768px) {
  .product .product__block--countdown,
  .product .product__block--usp { display: none !important; }
}


@media (max-width: 768px) {
  #shopify-section-template--24886217343271__featured_collection 
  .card__content .button {
    font-size: 14px;       /* 字体大小缩小 */
    padding: 10px 16px;    /* 内边距减少，让按钮更紧凑 */
    border-radius: 6px;    /* 圆角适中 */
  }
}

@media (max-width: 768px) {
  #shopify-section-template--24886217343271__featured_collection 
  .card__content .button {
    width: 90%;          /* 宽度改为卡片宽度的 90% */
    margin: 0 auto;      /* 居中 */
    display: block;
  }
}

/* 统一 Featured Collection 区域按钮高度 */
#shopify-section-template--24886217343271__featured_collection 
.card__content .button {
  min-height: 48px;      /* 固定最小高度，保证一致 */
  line-height: 1.2;      /* 行高适中，避免文字太挤 */
  display: flex;         /* 水平垂直居中文字 */
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  #shopify-section-template--24886217343271__featured_collection 
  .card__content .button {
    min-height: 44px;  /* 手机端按钮稍微矮一点 */
    font-size: 14px;
  }
}





/* 购物车整体背景 */
.cart {
  background-color: #FFFFFF;
  padding: 20px;
}

/* 标题样式 */
.cart h1, .cart__title {
  font-size: 28px;
  font-weight: 700;
  color: #020912;
  margin-bottom: 20px;
}

/* 产品列表卡片化 */
.cart-items .cart-item {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 12px;
  background-color: #FAFAFA;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* 产品图片圆角 & 阴影 */
.cart-item__image img {
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* 产品名称 */
.cart-item__name {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}
.cart-item__name a:hover {
  color: #F6AD55; /* hover 时变橙色 */
}

/* 价格区 */
.cart-item__price {
  font-size: 15px;
  font-weight: 600;
  color: #020912;
}

/* 数量调节器 */
.quantity {
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  overflow: hidden;
}
.quantity button {
  background-color: #F6F6F6;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 16px;
  cursor: pointer;
}
.quantity input {
  width: 40px;
  text-align: center;
  border: none;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
}

/* 删除按钮 */
.cart-remove {
  color: #9CA3AF;
  cursor: pointer;
  transition: color 0.2s ease;
}
.cart-remove:hover {
  color: #EF4444; /* hover 变红 */
}

/* Estimated total 区域 */
.cart__footer {
  border-top: 2px solid #E5E7EB;
  padding-top: 20px;
}
.cart__footer .totals {
  font-size: 18px;
  font-weight: 700;
  color: #020912;
}

/* Checkout 按钮 */
.cart__checkout-button {
  background: linear-gradient(90deg, #F6AD55, #FF7A00);
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 20px;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cart__checkout-button:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
/* 移动端购物车布局修复 */
@media screen and (max-width: 749px) {

  /* 每个产品卡片 */
  .cart-items .cart-item {
    flex-direction: column;  /* 改为上下排 */
    align-items: flex-start;
  }

  /* 图片 */
  .cart-item__image {
    width: 100px;
    margin-bottom: 10px;
  }
  .cart-item__image img {
    max-width: 100%;
    height: auto;
  }

  /* 产品信息区域 */
  .cart-item__details {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  /* 产品标题 */
  .cart-item__name {
    white-space: normal !important; /* 允许换行 */
    word-break: break-word !important; /* 长词断开 */
    font-size: 14px !important;
    line-height: 1.4em;
    margin-bottom: 6px;
  }

  /* 价格和数量 */
  .cart-item__price,
  .quantity {
    margin-top: 5px;
  }
  .quantity {
    margin-bottom: 10px;
  }

  /* 删除按钮 */
  .cart-remove {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
/* 整体居中 */
.cart__warnings {
  text-align: center;
  padding: 80px 20px;
}

/* 标题 */
.cart__warnings .cart__empty-text {
  font-size: 26px;
  font-weight: 700;
  color: #020912;
  margin-bottom: 20px;
}

/* 按钮：Continue shopping */
.cart__warnings .button {
  background: linear-gradient(90deg, #F6AD55, #FF7A00);
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: 8px;
  margin: 20px auto;
  display: inline-block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cart__warnings .button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* 登录提示 */
.cart__warnings .cart__login-paragraph {
  font-size: 15px;
  color: #6B7280;
  margin-top: 15px;
}
.cart__warnings .cart__login-paragraph a {
  color: #F6AD55;
  font-weight: 600;
  text-decoration: underline;
}
.cart__warnings .cart__login-paragraph a:hover {
  color: #FF7A00;
}


/* ================================
   PDP 手机端：上半区压缩（不改按钮）
   命中结构基于你的截图类名：
   - .product__media-wrapper / .product__media-list
   - .product__info-wrapper / .product__title
   - .price__container / .price__sale / .price-item
   - fieldset.product-form__input--swatch / --pill
   ================================ */
@media (max-width: 749px) {

  /* 1) 主图：限制最大高度 & 缩略图更紧凑 */
  .product.product--small .product__media-wrapper .product__media-list img {
    max-height: 58vh !important;        /* 约半屏 */
    object-fit: contain !important;
  }
  .product.product--small .product__media-wrapper .slider-buttons {
    transform: scale(.9);
  }
  .product.product--small .product__media-wrapper .product__media-list {
    gap: 6px !important;
  }

  /* 2) 标题/评分：缩小字号+行高，减少上下空白 */
  .product.product--small .product__info-wrapper .product__title h1,
  .product.product--small .product__info-wrapper .product__title {
    font-size: 20px !important;
    line-height: 1.25 !important;
    margin: 8px 0 6px !important;
  }
  .product.product--small .product__info-wrapper .loox-rating,
  .product.product--small .product__info-wrapper .rating {
    margin: 0 0 6px !important;
    transform: scale(.95);
    transform-origin: left top;
  }

  /* 3) 价格行：单行展示、基线对齐 */
  .product.product--small .product__info-wrapper .price,
  .product.product--small .product__info-wrapper .price__container,
  .product.product--small .product__info-wrapper .price--on-sale {
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
    white-space: nowrap !important;
    margin-bottom: 8px !important;
  }
  .product.product--small .product__info-wrapper .price .price-item--sale {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #EF4444 !important;
  }
  /* .product.product--small .product__info-wrapper .price .price-item--regular {
    font-size: 16px !important;
    color: #9CA3AF !important;
  } */
  .product.product--small .product__info-wrapper .price__badge--sale,
  .product.product--small .product__info-wrapper .badge.price__badge-sale {
    padding: 2px 8px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
  }

  /* 4) 变体选择：更紧凑（颜色圆点 + 套餐） */
  .product.product--small form[action*="/cart/add"] .product-form__input,
  .product.product--small form[action*="/cart/add"] .product-form__input .form__label {
    margin-bottom: 8px !important;
  }
  .product.product--small form[action*="/cart/add"] .product-form__controls-group {
    row-gap: 6px !important;
  }

  /* 4.1 颜色（swatch）组：圆点高度 & 间距 */
  .product.product--small form[action*="/cart/add"] fieldset.product-form__input--swatch {
    column-gap: 10px !important;
  }

  /* 4.2 套餐（pill）组：两列并排 + 更紧凑 */
  .product.product--small form[action*="/cart/add"] fieldset.product-form__input--pill {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  .product.product--small form[action*="/cart/add"] fieldset.product-form__input--pill
  input[type="radio"] + label {
    width: 100% !important;
    min-height: 34px !important;
    line-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 18px !important;
    text-align: center !important;
  }

  /* 5) 整体竖向节奏：信息区兄弟元素之间统一 12px */
  .product.product--small .product__info-wrapper > * + * {
    margin-top: 12px !important;
  }

  /* 6) 富文本描述：去除空段落、收紧段落间距 */
  .product.product--small .product__info-wrapper .product__description .rte p {
    margin: 0 0 10px !important;
  }
  .product.product--small .product__info-wrapper .product__description .rte p:empty,
  .product.product--small .product__info-wrapper .product__description .rte p:has(br) {
    display: none !important;
  }
}




/* 统一竖向节奏 */
.price-save,
.dealbar,
#scarcity.scarcity,
.secure-badges,
.trust-badge {
  margin-top: 12px !important;
}

/* 1) ✔ 节省金额（price-save）：淡绿底+细边，简洁小卡片 */
.price-save{
  display:block !important;
  background:#F2FBF6 !important;
  border:1px solid #DAF3E5 !important;
  color:#0A8F55 !important;
  border-radius:12px !important;
  padding:10px 12px !important;
  font-size:13px !important;
  line-height:1.45 !important;
}
.price-save::before{content:"✔ ";font-weight:700;margin-right:4px}

/* 2) ⏰ 倒计时（dealbar） */
.dealbar{
  background:#FFF6F5 !important;
  border:1px solid #FFE1DE !important;
  color:#B42318 !important;
  border-radius:12px !important;
  padding:10px 12px !important;
  font-size:13px !important;
  line-height:1.45 !important;
  display:flex;align-items:center;gap:8px;
}
.dealbar::before{content:"⏰";font-weight:700}
.dealbar #deal-timer{
  font-family:ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight:800;letter-spacing:.2px;
  padding:0 6px;border-radius:6px;
  background:#FFE1DE;color:#B42318;
}

/* 3) 🚚 发货时效（#scarcity.scarcity） */
#scarcity.scarcity{
  background:#FFFBF0 !important;
  border:1px solid #FFECC2 !important;
  color:#8B5E00 !important;
  border-radius:12px !important;
  padding:10px 12px !important;
  font-size:13px !important;
  line-height:1.55 !important;
}
#scarcity.scarcity::before{content:"🚚 ";font-weight:700;margin-right:4px}
#scarcity.scarcity b{font-weight:800}

/* 4) ✅ 保障（.secure-badges）：一行标签式，去掉分隔圆点 */
.secure-badges{
  display:flex !important;align-items:center !important;
  flex-wrap:wrap !important;gap:10px 12px !important;
  font-size:13px !important;color:#111827 !important;
  padding:4px 0 !important;
}
.secure-badges .badge-title{display:none !important}
.secure-badges .divider{display:none !important}
.secure-badges > span:not(.badge-title):not(.divider){
  position:relative;padding-left:18px;line-height:1.4;
}
.secure-badges > span:not(.badge-title):not(.divider)::before{
  content:"✅";position:absolute;left:0;top:0;
}

/* 5) 💳 PayPal（.trust-badge）：图标统一、文案弱化 */
.trust-badge{display:grid;justify-items:start;gap:6px}
.trust-badge img{max-width:120px !important;height:auto !important;filter:grayscale(10%)}
.trust-badge p{
  margin:0 !important;padding:0 !important;
  font-size:12.5px !important;color:#4B5563 !important;
  display:flex;align-items:center;gap:6px
}
.trust-badge p::before{content:"🔒"}

/* ===== Mobile-only fine-tuning for the compact PDP offer ===== */
@media (max-width: 749px){

  /* 卡片整体更紧凑 */
  .pdp-offer2 .pdp2-row{
    padding: 8px 10px;
    margin-top: 8px;
    border-radius: 10px;
    font-size: 13px;
  }

  /* 手机端隐藏分隔点，避免单独一行只显示 “·” */
  .pdp-offer2 .pdp2-dot{ display:none; }

  /* Row A：倒计时贴右侧，胶囊小一点 */
  .pdp-offer2 .pdp2-row--primary .pdp2-countdown{ margin-left: auto; }
  .pdp-offer2 .pdp2-timer{
    font-weight: 800;
    padding: 0 6px;
    border-radius: 6px;
  }

  /* Row B：四段纵向排版 */
  .pdp-offer2 .pdp2-ship,
  .pdp-offer2 .pdp2-trust,
  .pdp-offer2 .pdp2-pay,
  .pdp-offer2 .pdp2-pci{
    flex: 0 0 100%;
  }

  /* 信任文案做两列，更易读 */
  .pdp-offer2 .pdp2-trust-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
    margin-top: 4px;
  }

  /* 支付图标更小一点，换行显示 */
  .pdp-offer2 .pdp2-pay{
    margin-top: 2px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .pdp-offer2 .pdp2-pay__icon{ height: 16px; }

  /* 安全文案更靠下，行距舒适 */
  .pdp-offer2 .pdp2-pci{ margin-top: 6px; }

  /* 关键时间数字/加粗片段不被折断（24–48h / 7–15 days） */
  .pdp-offer2 b{ white-space: nowrap; }
}


/* === Select Kit / Featured card 专用：Row A 保持一行，倒计时不掉行 === */
@media (max-width: 749px){
  /* 这些容器是卡片/精选集合/快速购买常见外层，按需保留 */
  .product--small .pdp-offer2 .pdp2-row--primary,
  .quick-add .pdp-offer2 .pdp2-row--primary,
  .quick-add-modal .pdp-offer2 .pdp2-row--primary,
  .shopify-section[id*="featured_collection"] .pdp-offer2 .pdp2-row--primary{
    display: grid;                 /* 两列布局：左自适应，右固定 */
    grid-template-columns: 1fr max-content;
    align-items: center;
    column-gap: 8px;
  }

  /* 左侧“省钱”可省略号，避免把倒计时挤下去 */
  .product--small .pdp-offer2 [data-save-wrap],
  .quick-add .pdp-offer2 [data-save-wrap],
  .quick-add-modal .pdp-offer2 [data-save-wrap],
  .shopify-section[id*="featured_collection"] .pdp-offer2 [data-save-wrap]{
    min-width: 0;                  /* 允许收缩 */
    overflow: hidden;
    text-overflow: ellipsis;       /* 省略号 */
    white-space: nowrap;
  }

  /* 右侧倒计时贴右，且自身不换行 */
  .product--small .pdp-offer2 .pdp2-countdown,
  .quick-add .pdp-offer2 .pdp2-countdown,
  .quick-add-modal .pdp-offer2 .pdp2-countdown,
  .shopify-section[id*="featured_collection"] .pdp-offer2 .pdp2-countdown{
    margin-left: 0;                /* 覆盖之前的 auto */
    justify-self: end;             /* 贴右侧 */
    white-space: nowrap;           /* “Ends In 09:51:39” 不换行 */
  }

  /* 卡片更紧凑一点（可与之前的紧凑样式共存） */
  .product--small .pdp-offer2 .pdp2-row--primary,
  .quick-add .pdp-offer2 .pdp2-row--primary,
  .quick-add-modal .pdp-offer2 .pdp2-row--primary,
  .shopify-section[id*="featured_collection"] .pdp-offer2 .pdp2-row--primary{
    padding: 8px 10px;
    border-radius: 10px;
  }
  .product--small .pdp-offer2 .pdp2-timer,
  .quick-add .pdp-offer2 .pdp2-timer,
  .quick-add-modal .pdp-offer2 .pdp2-timer,
  .shopify-section[id*="featured_collection"] .pdp-offer2 .pdp2-timer{
    padding: 0 6px; border-radius: 6px;
  }
}



/* ===== ① 集合页（Collection page）产品标题：单行省略（最稳） ===== */
.template-collection #product-grid .card__heading,
.template-collection .card--product .card__heading,
.collection #product-grid .card__heading {
  display: block;
  max-width: 28ch;           /* 控制字符宽度，按需调大/调小 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4;
}

/* 若想两行省略（浏览器支持 -webkit-line-clamp 时自动启用） */
@supports (-webkit-line-clamp: 2) {
  .template-collection #product-grid .card__heading,
  .template-collection .card--product .card__heading,
  .collection #product-grid .card__heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;     /* 显示 2 行 */
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: calc(1.4em * 2);  /* 和行高匹配 */
    text-overflow: ellipsis;
  }
}

/* ===== ② 首页 Best Sellers 卡片（避免影响别处）===== */
/* 如果你的 Best Sellers 有自定义区块或可加“自定义类名”，
   建议在该区块上加 class，例如 best-sellers，然后用更精确的选择器： */
.best-sellers .card__heading {
  display: -webkit
}

.reviews-section-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #1A202C; /* 深灰/黑色，和导航一致 */
}

.reviews-section-subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  color: #4A5568; /* 浅灰 */
}


/* 覆盖 Text with image 模块的按钮样式 */
.image-with-text .button {
  background: linear-gradient(90deg, #F6AD55 0%, #F97316 100%); /* 橙色渐变 */
  color: #fff !important;       /* 字体白色 */
  font-weight: 600;             /* 字体加粗 */
  border: none;                 /* 去掉边框 */
  border-radius: 6px;           /* 圆角，保持统一风格 */
  padding: 14px 28px;           /* 尺寸更大，手感好 */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align:center;
}

.image-with-text .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  background: linear-gradient(90deg, #f97316 0%, #ea580c 100%); /* hover更深 */
}

.collection-subtitle{
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.3;
  color: rgba(17,24,39,.75); /* #111827 的 75% 透明度，可按主题调 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 可选：小徽标 */
.collection-badge{
  display: inline-block;
  margin-top: 6px;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 999px;
  background: #fff3e0;
  color: #8b5e00;
}

/* 统一卡片信息区排版（card-collection 信息容器的类名按主题对齐） */
.collection-list .card, .collection-card, .card--collection {
  border-radius: 14px;
  box-shadow: 0 1px 6px rgba(0,0,0,.06);
  overflow: hidden;
}

/* 信息块：标题与副标题层级 */
.collection-title,
.card__heading, 
.card__heading .full-unstyled-link {
  font-size: 22px;         /* 稍降字号，避免“压画面” */
  line-height: 1.2;
  font-weight: 800;        /* 标题保持重 */
  letter-spacing: .2px;
  margin: 12px 0 4px;      /* 标题下间距更紧凑 */
}

.collection-subtitle {
  margin: 0;
  font-size: 14px;         /* 比标题至少小 8px，层级更清晰 */
  line-height: 1.35;
  font-weight: 500;        /* 中等，不要再用 700 */
  color: rgba(17,24,39,.66);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 统一卡片高度：防止标题换行导致“抖动” */
.collection-list .card__information,
.collection-card .card__information {
  min-height: 108px;   /* 视你的行数微调：标题 2 行 + 副标题 1 行 */
  display: flex;
  flex-direction: column;
  justify-content: center; /* 垂直居中，更稳 */
}

/* 缩小卡片内左右边距，减少“挤”的感觉 */
.collection-list .card__inner,
.collection-card .card__inner {
  padding: 10px 12px;
}

/* 悬停：轻微上浮 + 细描边，增加质感 */
.collection-list .card:hover,
.collection-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  border-color: rgba(0,0,0,.06);
  transition: all .22s ease;
}

/* 统一图上徽标（Up to 30% off）的位置和大小，避免喧宾夺主 */
.collection-list .badge, .collection-card .badge {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
}

/* 移动端收紧整体排版 */
@media (max-width: 749px){
  .collection-title,
  .card__heading, 
  .card__heading .full-unstyled-link { font-size: 18px; }
  .collection-subtitle { font-size: 13px; }
  .collection-list .card__information,
  .collection-card .card__information { min-height: 96px; }
}
.collection-subtitle {
  display: inline-flex;
  gap: 6px;
  padding: 4px 10px;
  background: #F7F7FA;
  color: #374151;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}
.collection-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #4A5568;
}


/* ===== Contact form – clean modern look ===== */
.contact-section,
.shopify-section .contact,       /* 兼容大多数主题命名 */
.template-page .contact,
.template-page .page-width:has(form[action*="/contact"]) { 
  --brand: #ff7a1a;              /* 主色，可按需改 */
  --ink: #0f172a;                /* 深色文字 */
  --sub: #334155;                /* 次级文字 */
  --line: #e5e7eb;               /* 边框 */
  --bg: #ffffff;                 /* 表单卡片背景 */
}

/* 容器宽度 */
.contact-section .page-width,
.shopify-section .contact .page-width,
.template-page .page-width {
  max-width: 980px;
}

/* 标题与副标题 */
.contact-section h1, 
.shopify-section .contact h1, 
.template-page h1 {
  letter-spacing: 0.2px;
  margin-bottom: 8px !important;
}
.contact-section .rte, 
.shopify-section .contact .rte, 
.template-page .rte {
  color: var(--sub);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* 卡片包裹 */
.contact-section form[action*="/contact"],
.shopify-section .contact form,
.template-page form[action*="/contact"] {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 6px 24px rgba(16, 24, 40, .06);
}

/* 顶部成功/错误提示 */
.contact-section .form-status, 
.contact-section .errors,
.shopify-section .contact .form-status,
.shopify-section .contact .errors {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
}
.contact-section .form-status--success,
.shopify-section .contact .form-status--success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.contact-section .form-status--error,
.shopify-section .contact .form-status--error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* 双列布局：名称/邮箱 */
.contact-section form[action*="/contact"] .field:first-of-type,
.contact-section form[action*="/contact"] .field:nth-of-type(2) {
  display: grid;
}
@media (min-width: 768px) {
  .contact-section form[action*="/contact"] .field-group2,
  .shopify-section .contact form .field-group2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
  }
}

/* 通用表单控件 */
.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section input[type="tel"],
.contact-section textarea,
.shopify-section .contact input[type="text"],
.shopify-section .contact input[type="email"],
.shopify-section .contact input[type="tel"],
.shopify-section .contact textarea,
.template-page input[type="text"],
.template-page input[type="email"],
.template-page input[type="tel"],
.template-page textarea {
  width: 100%;
  height: 52px;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
  outline: none;
}
.contact-section textarea,
.shopify-section .contact textarea,
.template-page textarea {
  height: 160px;
  resize: vertical;
  line-height: 1.55;
}

/* 占位符颜色 */
.contact-section input::placeholder,
.contact-section textarea::placeholder {
  color: #9aa4b2;
}

/* 聚焦状态 */
.contact-section input:focus,
.contact-section textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(255, 122, 26, .13);
}

/* 提交按钮 */
.contact-section button[type="submit"],
.shopify-section .contact button[type="submit"],
.template-page button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 52px;
  padding: 0 20px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(90deg, #ff7a1a, #ff994e);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: transform .05s ease, box-shadow .2s ease;
}
.contact-section button[type="submit"]:hover {
  box-shadow: 0 8px 22px rgba(255, 122, 26, .28);
}
.contact-section button[type="submit"]:active {
  transform: translateY(1px);
}

/* 行距统一 */
.contact-section .field,
.shopify-section .contact .field,
.template-page form[action*="/contact"] .field {
  margin-bottom: 14px;
}

/* 移动端间距 */
@media (max-width: 767px) {
  .contact-section form[action*="/contact"] { padding: 16px; }
  .contact-section button[type="submit"] { width: 100%; }
}
.footer__content-bottom{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.footer__content-bottom .copyright__content,.footer__content-bottom .copyright{order:1;flex:1 1 auto;font-size:13px;opacity:.8}.footer__payment{order:2;margin-left:auto}.footer__payment .list-payment{display:flex;align-items:center;gap:8px}.footer__payment .payment-icon{height:22px;width:auto;opacity:.9;transition:opacity .2s}.footer__payment .payment-icon:hover{opacity:1}.footer__policies{order:3;width:100%;text-align:center;margin-top:6px;font-size:13px;opacity:.9}.footer__policies a{margin:0 10px}@media(max-width:749px){.footer__payment{order:1;width:100%;margin:6px 0 2px}.footer__payment .list-payment{justify-content:center;flex-wrap:wrap;gap:10px 12px}.footer__policies{order:2;margin-top:8px;font-size:12.5px;line-height:1.5}.footer__content-bottom .copyright__content,.footer__content-bottom .copyright{order:3;width:100%;text-align:center;font-size:12.5px;opacity:.75}}
/* 品牌块整体样式 */
.footer__brand {
  max-width: 320px;  /* 限制宽度，避免太空 */
  padding-right: 20px;
}

/* Logo 与文案间距 */
.footer__brand .sf__logo {
  display: block;
  margin-bottom: 10px; /* 建议 8–12px */
}

/* 品牌文案 */
.footer__brand-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #cbd5e0; /* 比正文淡一点，保持低调但清晰 */
  font-weight: 500; /* 加一点点强调感 */
}

/* 品牌文案里的重点加粗 */
.footer__brand-desc strong {
  color: #fff; 
  font-weight: 600;
}


/* 1) 品牌块（左列）：宽度控制 + Logo 与文案间距 + 文案可读性 */
footer .footer__column--info{max-width:320px}
footer .footer__column--info img,
footer .footer__column--info .site-footer__logo{display:block;margin:0 0 10px}
footer .footer__column--info .footer__brand-desc,
footer .footer__column--info p{margin:0;opacity:.86;line-height:1.6}

/* 2) 列标题与链接：层次更清晰、行高统一 */
footer .footer__column .footer__heading,
footer .footer-block__heading{font-weight:800;font-size:18px;letter-spacing:.2px;margin:0 0 14px}
footer .footer__column ul,
footer .footer-block__details-content ul{margin:0;padding:0;list-style:none}
footer .footer__column a,
footer .footer-block__details-content a{display:inline-block;line-height:1.9;text-decoration:none;opacity:.92}
footer .footer__column a:hover,
footer .footer-block__details-content a:hover{opacity:1}

/* 3) 订阅表单：高度、圆角、图标按钮对齐（若有箭头按钮） */
footer .footer__newsletter,
footer .newsletter-form{margin-top:8px}
footer .newsletter-form__field-wrapper input[type="email"],
footer .footer__newsletter input[type="email"]{height:52px;border-radius:12px;padding:0 14px}
footer .newsletter-form__button{height:52px;border-radius:12px}

/* 4) 支付图标：统一尺寸/间距/透明度，hover 更清晰 */
footer .footer__payment,
footer .list-payment{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
footer .footer__payment .payment-icon,
footer .list-payment .payment-icon,
footer .payment-icons svg{height:28px;width:auto;opacity:.9;transition:opacity .2s ease}
footer .footer__payment .payment-icon:hover,
footer .list-payment .payment-icon:hover,
footer .payment-icons svg:hover{opacity:1}

/* 5) 顶部信任背书（若你保留这一行，可让胶囊更紧凑） */
footer .sf__trust-list,
footer .footer-trust{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}
footer .sf__trust-item,
footer .footer-trust .pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#1d2733}
footer .sf__trust-text{font-size:14px;line-height:1}

/* 6) 底栏最下方（Copyright + Policies）— 更简洁对齐，点分隔 */
footer .footer__copyright{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.06);padding-top:14px;margin-top:20px}
footer .copyright__content{opacity:.85}
footer .policies{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:0;padding:0;list-style:none}
footer .policies li{display:inline-flex;align-items:center}
footer .policies li+li::before{content:"•";opacity:.5;margin:0 8px}

/* 7) 列间距、布局在窄屏更好看 */
@media (max-width: 990px){
  footer .footer__column{margin-bottom:18px}
  footer .footer__column--info{max-width:none}
  footer .footer__payment{justify-content:flex-start}
}

/* 8) 视觉统一的小优化：圆角 & 过渡 */
footer .footer__column a,
footer .policies a{border-radius:6px;transition:opacity .2s ease, color .2s ease}
/* Newsletter 聚焦更明显 */
footer .newsletter-form__field-wrapper input[type="email"]:focus{outline:2px solid rgba(255,255,255,.25); box-shadow:0 0 0 3px rgba(255,255,255,.12);}

/* 支付图标统一行高与 hover 透明度 */
footer .footer__payment .payment-icon, footer .list-payment .payment-icon, footer .payment-icons svg{height:24px;width:auto;opacity:.9;transition:opacity .2s ease}
footer .footer__payment .payment-icon:hover, footer .payment-icons svg:hover{opacity:1}

/* Policies 点分隔（避免成串） */
footer .policies{display:flex;flex-wrap:wrap;gap:0 8px}
footer .policies li+li::before{content:"·";opacity:.5;margin:0 8px}

/* 移动端列间距兜底 */
@media (max-width: 990px){footer .footer__column{margin-bottom:18px}}
/* 手机端底栏优化 */
@media (max-width: 768px) {
  .footer .policies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px; /* 控制间距 */
    margin: 10px 0;
  }
  .footer .policies li {
    list-style: none;
    font-size: 13px;
    color: #aaa;
  }
  .footer__copyright {
    text-align: center;
    margin-top: 6px;
    font-size: 13px;
    color: #888;
  }
}
/* ===== 让页脚上半部分用 3 列网格：左-品牌文案（固定宽），中/右-菜单 ===== */
.footer .footer__content-top .footer__blocks-wrapper{
  display:grid !important;
  grid-template-columns:300px 1fr 1fr;
  gap:32px;
  max-width:1200px;
  margin:0 auto;
  align-items:start;
}

/* 左侧“文字块”(Text block)：通常是品牌文案/Logo所在的 block */
.footer .footer__content-top .footer-block--text{grid-column:1/2;max-width:300px;line-height:1.6}

/* 两个“菜单块”(Menu block) 分别放在中/右两列 */
.footer .footer__content-top .footer-block--menu:nth-of-type(1){grid-column:auto} /* 无需指定，保底 */
.footer .footer__content-top .footer-block--menu:nth-of-type(2){grid-column:2/3}
.footer .footer__content-top .footer-block--menu:nth-of-type(3){grid-column:3/4}

/* 收紧栏目标题/列表间距（Taste 的标题类名） */
.footer .footer__content-top .footer-block__heading{margin:0 0 12px;font-size:20px}
.footer .footer__content-top .footer-block ul li{margin:6px 0}

/* ===== Newsletter：并入三列区域，而且占中+右两列（不再单独一大行） ===== */
.footer .footer__content-top .footer-block--newsletter{
  grid-column:2/4;
  align-self:center;
  margin-top:8px;
}

/* 表单横向紧凑 */
.footer .footer-block--newsletter .newsletter-form{display:flex;align-items:center;gap:10px}
.footer .footer-block--newsletter .newsletter-form__field-wrapper{flex:1}

/* Taste 的输入框类名是 .field__input */
.footer .footer-block--newsletter .field__input,
.footer .footer-block--newsletter input[type="email"]{
  height:48px;border-radius:10px;padding:0 14px;
}
.footer .footer-block--newsletter .newsletter-form__button{
  height:48px;border-radius:10px;padding:0 18px;
}

/* Newsletter 标题保持紧凑 */
.footer .footer-block--newsletter .footer-block__heading{margin:6px 0 10px;font-size:18px}

/* ===== 支付方式：Taste 用的是 ul.list.list-payment ===== */
.footer .list-payment{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.footer .list-payment .list-payment__item .icon{opacity:.9;transition:opacity .15s}
.footer .list-payment .list-payment__item .icon:hover{opacity:1}

/* ===== 底部版权/政策行：Taste 使用 .footer__content-bottom + .policies ===== */
.footer .footer__content-bottom{max-width:1200px;margin:0 auto;padding-top:16px}
.footer .footer__content-bottom .policies{
  display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center
}
.footer .footer__content-bottom .policies a{opacity:.9}
.footer .footer__content-bottom .copyright__content{opacity:.9}

/* ===== 整体上下留白略收紧 ===== */
.footer{padding-top:36px}
.footer .footer__content-top{margin-bottom:16px}

/* ====== 移动端适配 ====== */
@media (max-width: 990px){
  .footer .footer__content-top .footer__blocks-wrapper{
    grid-template-columns:1fr;gap:22px
  }
  .footer .footer__content-top .footer-block--text{max-width:100%}
  .footer .footer__content-top .footer-block--newsletter{
    grid-column:1/2;margin-top:4px
  }
  .footer .footer-block--newsletter .field__input{height:44px}
  .footer .footer-block--newsletter .newsletter-form__button{height:44px}
  .footer{padding-top:28px}
}
/* ===== 修复页脚“拆字换行” + 列过窄 ===== */

/* 1) 放宽三列栅格：左列最少 260px，中/右列最少 220px，避免挤爆 */
.footer .footer__content-top .footer__blocks-wrapper{
  display:grid !important;
  grid-template-columns: minmax(260px,320px) minmax(220px,1fr) minmax(220px,1fr);
  gap:32px;
  max-width:1200px;
  margin:0 auto;
  align-items:start;
}

/* 给各列设最小宽，双保险 */
.footer .footer__content-top .footer-block--text{min-width:260px}
.footer .footer__content-top .footer-block--menu{min-width:220px}

/* 2) 取消“拆字换行”：标题、列表、链接都不要 break-all */
.footer .footer__content-top .footer-block__heading,
.footer .footer__content-top .footer-block p,
.footer .footer__content-top .footer-block ul li,
.footer .footer__content-top .footer-block a{
  word-break: normal !important;     /* 关键：取消 break-all */
  overflow-wrap: break-word;         /* 正常遇到空格才换行 */
  white-space: normal;               /* 避免被强制换行样式影响 */
  hyphens: manual;                   /* 不自动插入连字符 */
}

/* 标题行高/间距再顺一下，让视觉更匀称 */
.footer .footer__content-top .footer-block__heading{
  margin:0 0 12px;
  line-height:1.25;
}

/* 列表项间距稍微收紧一点 */
.footer .footer__content-top .footer-block ul li{margin:6px 0}

/* Newsletter 依旧占中 + 右两列，且输入行高统一 */
.footer .footer__content-top .footer-block--newsletter{grid-column:2/4}
.footer .footer-block--newsletter .field__input,
.footer .footer-block--newsletter input[type="email"]{height:48px;border-radius:10px;padding:0 14px}
.footer .footer-block--newsletter .newsletter-form__button{height:48px;border-radius:10px;padding:0 18px}

/* 移动端：单列展示，避免再挤 */
@media (max-width: 990px){
  .footer .footer__content-top .footer__blocks-wrapper{
    grid-template-columns:1fr;
    gap:22px;
  }
  .footer .footer__content-top .footer-block--text,
  .footer .footer__content-top .footer-block--menu{min-width:auto}
  .footer .footer__content-top .footer-block--newsletter{grid-column:1/2}
}
/* ========= 页脚三列 + Newsletter 重新排版（按你的 HTML 结构） ========= */

/* 把父容器设为网格：3 列（左 260-320，中/右 >=220），居中对齐 */
.footer .footer__content-top{
  display:grid;
  grid-template-columns: minmax(260px,320px) minmax(220px,1fr) minmax(220px,1fr);
  gap:32px 32px;
  max-width:1200px;
  margin:0 auto;
  align-items:start;
}

/* 让 .footer__blocks-wrapper 只当“传输层”，把子块挂到上层网格中 */
.footer .footer__blocks-wrapper{display:contents}

/* Newsletter 跨第 2～3 列（即中、右两列），标题和输入在一行更紧凑 */
.footer .footer-block--newsletter{grid-column:2 / 4}
.footer .footer-block--newsletter .footer__newsletter{width:100%}
.footer .footer-block--newsletter .footer-block__heading{
  margin:0 0 12px;
  line-height:1.25;
}
.footer .footer-block--newsletter .field__input,
.footer .footer-block--newsletter input[type="email"]{
  height:48px;
  border-radius:10px;
  padding:0 14px;
}
.footer .footer-block--newsletter .newsletter-form__button{
  height:48px;
  border-radius:10px;
  padding:0 18px;
}

/* 统一取消“拆字换行”，防止英文字母竖着排 */
.footer .footer-block__heading,
.footer .footer-block__brand-info,
.footer .footer-block--menu .footer-block__details-content li,
.footer .footer-block--menu a{
  word-break:normal !important;   /* 取消 break-all */
  overflow-wrap:break-word;       /* 仅在空格/连字符断行 */
  white-space:normal;
  hyphens:manual;
}

/* 列表项间距略微收紧 */
.footer .footer-block--menu .footer-block__details-content li{margin:6px 0}

/* —— 响应式 —— */
@media (max-width: 990px){
  .footer .footer__content-top{
    grid-template-columns:1fr;
    gap:22px;
  }
  .footer .footer-block--newsletter{grid-column:1 / -1}
}
/* ========== 1) 父层用 Grid，三列：左 280，中/右 1fr ========== */
.footer .footer__content-top{
  display:grid;
  grid-template-columns:minmax(280px,320px) minmax(260px,1fr) minmax(260px,1fr);
  gap:32px 32px;
  align-items:start;
  max-width:1200px;
  margin:0 auto;
}

/* 让 wrapper 只作为传输层，把子块挂到上层网格 */
.footer .footer__blocks-wrapper{display:contents}

/* 关闭 theme 在每个 grid__item 上设置的宽度/最大宽度/列跨度，避免把列压窄 */
.footer .footer-block.grid__item{
  max-width:unset !important;
  width:auto !important;
  flex:none !important;       /* 某些主题用 flex-basis 控制宽度，禁用它 */
  margin:0 !important;
}

/* ========== 2) Newsletter 放到第二行，跨第 2~3 列，避免与 Support 重叠 ========== */
.footer .footer-block--newsletter{
  grid-column:2 / 4;           /* 跨中+右两列 */
  grid-row:2;                  /* 明确放在第二行 */
  margin-top:16px;             /* 与上面栏目留间距，防重叠 */
}
.footer .footer-block--newsletter .footer-block__heading{
  display:block;
  margin:0 0 12px;
  line-height:1.25;
}

/* 输入和按钮一致高度 & 圆角 */
.footer .footer-block--newsletter .field__input,
.footer .footer-block--newsletter input[type="email"]{
  height:48px;
  border-radius:10px;
  padding:0 14px;
}
.footer .footer-block--newsletter .newsletter-form__button{
  height:48px;
  border-radius:10px;
  padding:0 18px;
}

/* ========== 3) 左列品牌文案正常换行，不拆字 ========== */
.footer .footer-block__brand-info,
.footer .footer-block__brand-info *{
  word-break:normal !important;
  overflow-wrap:break-word;   /* 必要时在单词边界断行 */
  white-space:normal !important;
  hyphens:manual;
}

/* 列表项间距稍紧凑 */
.footer .footer-block--menu .footer-block__details-content li{margin:6px 0}

/* —— 移动端：单列 —— */
@media (max-width: 990px){
  .footer .footer__content-top{
    grid-template-columns:1fr;
    gap:22px;
  }
  .footer .footer-block--newsletter{
    grid-column:1 / -1;
    grid-row:auto;
    margin-top:4px;
  }
}
/* ========== Bottom area layout: 支付(左) + Newsletter(右) ========== */

/* 让底部 wrapper 变两列：左自适应，右列固定最大宽度 */
.footer .footer__content-bottom-wrapper{
  display:grid;
  grid-template-columns: 1fr minmax(420px,560px);
  align-items:center;
  justify-content:space-between;
  gap:28px;
  max-width:1120px;              /* 与上面的三列对齐 */
  margin:0 auto;
}

/* 左列（支付 + 版权/政策） */
.footer .footer__column--info{ order:1; min-width:0; }

/* 右列（Newsletter） */
.footer .footer-block--newsletter{
  order:2;
  max-width:560px;
  width:100%;
  margin-left:auto;               /* 贴右侧 */
}

/* Newsletter 表单更紧凑横排 */
.footer .footer-block--newsletter .footer-block__heading{
  margin:0 0 10px; font-weight:700;
}
.footer .footer-block--newsletter .footer__newsletter,
.footer .footer-block--newsletter .newsletter-form{
  display:flex; align-items:center; gap:12px;
}
.footer .footer-block--newsletter .field{ flex:1 1 auto; }
.footer .footer-block--newsletter .field__input,
.footer .footer-block--newsletter input[type="email"]{ width:100%; }

/* 支付图标一行排布（若需要更紧凑） */
.footer .list-payment{ display:flex; flex-wrap:wrap; gap:12px; align-items:center; }

/* 如果“本地化”这一列是空的，隐藏以免占位；否则放最后 */
.footer .footer__column.footer__localization:empty{ display:none; }
.footer .footer__column.footer__localization{ order:3; }

/* 响应式：平板及以下改为单列，Newsletter 下移 */
@media (max-width: 991px){
  .footer .footer__content-bottom-wrapper{
    grid-template-columns:1fr; gap:20px;
  }
  .footer .footer-block--newsletter{
    order:2; margin:0; max-width:none;
  }
}

/* =============== 上面三块（Logo / Shop / Support）整体居中 =============== */
/* 仅桌面端处理；移动端仍按主题默认堆叠 */


/* 如果你的主题对 grid 的列数覆盖很“顽固”，用下面的 B 方案（把 A 注释掉） */

@media screen and (min-width: 990px) {
  .footer__content-top .footer__blocks-wrapper {
    max-width: 1200px;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;   / * 三列整体居中 * /
    align-items: flex-start !important;
    gap: 96px !important;                 / * 列间距 * /
  }
  .footer__content-top .footer__blocks-wrapper > .footer-block {
    flex: 0 0 auto !important;            / * 不让列被拉伸 * /
    max-width: 280px !important;
    text-align: left !important;
  }
}



/* Track123 提交按钮 */
#track123_submit_button,
.track123_form_button,
.track123_form_button_style {
  background-color: #F6AD55 !important;   /* 橙色背景 */
  color: #ffffff !important;              /* 白色文字 */
  border: none !important;
  border-radius: 6px !important;
  padding: 12px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.25s ease-in-out;
}

/* hover 效果 */
#track123_submit_button:hover,
.track123_form_button:hover,
.track123_form_button_style:hover {
  background-color: #e6953c !important;   /* 深橙色 */
}


.multicolumn-card:last-child{
background:#FFFFFF !important;
  border:1px solid #E2E8F0 !important;
  box-shadow:0 4px 10px rgba(0,0,0,0.04) !important;
}


/* 主按钮（橙色） */
.banner__buttons .button--primary {
  transition: all 0.25s ease;
  transform: translateY(0);
}
.banner__buttons .button--primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

/* 次按钮（描边款 Explore） */
.banner__buttons .button--secondary {
  transition: all 0.25s ease;
  transform: translateY(0);
}
.banner__buttons .button--secondary:hover {
  transform: translateY(-2px);
  background-color: rgba(255, 165, 0, 0.08);
  border-color: #F6AD55;
  color: #F6AD55;
}


/* ===== Mobile tweaks for compare table ===== */
@media (max-width: 749px){
  /* 外容器缩小内边距并允许横向滚动 */
  .inflator-compare{padding:12px 0; overflow-x:auto; -webkit-overflow-scrolling:touch}
  /* 让表格有最小宽度，避免被压瘪；出现可滚动条 */
  .inflator-compare table{min-width:860px}
  /* 压缩行高与间距，增强可读性 */
  .inflator-compare th,
  .inflator-compare td{padding:10px 12px; font-size:14px; line-height:1.4}
  /* 固定首列（Feature）在左侧，滚动时不丢失字段名 */
  .inflator-compare th:first-child,
  .inflator-compare td:first-child{
    position:sticky; left:0; z-index:2; background:#fff
  }
  /* 偶数行首列的底色跟随条纹色 */
  .inflator-compare tr:nth-child(even) td:first-child{background:#fafafa}
  /* 可选：滚动条优化（iOS/Android） */
  .inflator-compare::-webkit-scrollbar{height:8px}
  .inflator-compare::-webkit-scrollbar-thumb{background:#CBD5E1;border-radius:8px}
}
html{scroll-behavior:smooth;}
:target{scroll-margin-top:120px;} /* 按你的固定头部高度调 80/100/120 */
