/** Shopify CDN: Minification failed

Line 5298:0 All "@import" rules must come first
Line 5382:0 All "@import" rules must come first

**/
: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);
  }
}
/* =========================
   PREMIUM DAWN HEADER PACK
   ========================= */

/* Compact header height */
.header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Premium sticky glass effect */
.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* Logo sizing */
.header__heading-logo {
  max-width: 150px;
  height: auto;
}

/* Center menu + premium spacing */
.header__inline-menu {
  justify-content: center;
}
.header__menu-item {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  padding: 10px 12px !important;
  border-radius: 12px;
}
.header__menu-item:hover {
  background: rgba(0,0,0,.04);
}

/* Premium icon buttons */
.header__icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
}
.header__icon:hover {
  background: rgba(0,0,0,.04);
}

/* Announcement bar: thinner + cleaner */
.announcement-bar {
  padding: 6px 0 !important;
  font-size: 13px !important;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
/* =========================
   PREMIUM HEADER (DAWN) v3
   Forces 1-row layout + larger logo
   ========================= */

@media screen and (min-width: 990px) {
  /* Force header into one row */
  .header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* Left: logo */
  .header__heading {
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    order: 1 !important;
  }

  /* Middle: menu */
  .header__inline-menu {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    order: 2 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Right: icons */
  .header__icons {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    order: 3 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Make logo bigger + premium */
.header__heading-link { padding: 0 !important; line-height: 0 !important; }
.header__heading-logo {
  max-height: 54px !important;     /* bigger logo */
  width: auto !important;
  max-width: 240px !important;
}

/* Premium nav links */
.header__menu-item {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: .01em !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
}
.header__menu-item:hover { background: rgba(0,0,0,.04) !important; }

/* Premium icon buttons */
.header__icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
}
.header__icon:hover { background: rgba(0,0,0,.04) !important; }

/* Thin announcement bar */
.announcement-bar {
  padding: 6px 0 !important;
  font-size: 13px !important;
  border-bottom: 1px solid rgba(0,0,0,.06) !important;
}
/* Bigger logo (desktop + mobile) */
.header__heading-logo {
  max-height: 110px !important;   /* increase height */
  width: auto !important;
  max-width: 320px !important;   /* increase width */
}

/* Reduce empty spacing around logo link */
.header__heading-link {
  padding: 0 !important;
  line-height: 0 !important;
}
/* ===== Premium header ===== */
.header-wrapper {
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.header__menu-item {
  font-weight: 500;
  letter-spacing: .01em;
}
.header__menu-item:hover { opacity: .75; }
.header__heading-logo { max-width: 200px; }

/* Announcement bar more premium */
.announcement-bar__message {
  font-size: 12px;
  letter-spacing: .03em;
}

/* ===== Premium footer ===== */
.footer {
  border-top: 1px solid rgba(0,0,0,.06);
}
.footer__content-top {
  padding-top: 42px !important;
  padding-bottom: 28px !important;
}
.footer-block__heading {
  font-size: 12px !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
}
.footer a { text-decoration: none !important; }
.footer a:hover { text-decoration: underline !important; }

@media (min-width: 990px){
  .footer__blocks-wrapper{
    justify-content: flex-start !important;
    gap: 56px !important;
  }
  .footer-block{ max-width: 280px !important; }
}
/* ================================
   PREMIUM FOOTER UPGRADE (DAWN)
   Paste at bottom of base.css
================================== */

/* Overall footer look */
.footer {
  border-top: 1px solid rgba(0,0,0,.08);
}

.footer__content-top{
  padding-top: 42px !important;
  padding-bottom: 26px !important;
}

/* Make columns feel intentional (less “floating”) */
@media (min-width: 990px){
  .footer__blocks-wrapper{
    justify-content: space-between !important;
    gap: 56px !important;
    align-items: flex-start !important;
  }
  .footer-block{
    max-width: 280px !important;
  }
}

/* Typography + link style */
.footer a{
  text-decoration: none !important;
  font-weight: 500;
}
.footer a:hover{
  text-decoration: underline !important;
  opacity: .85;
}

/* Headings (if you have them enabled in footer blocks) */
.footer-block__heading{
  font-size: 12px !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
}

/* Newsletter block: make it look like a premium “card” */
.footer-block--newsletter{
  padding: 18px 18px 16px !important;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: rgba(0,0,0,.02);
}

/* Newsletter title style */
.footer-block--newsletter .footer-block__heading,
.footer-block--newsletter h2,
.footer-block--newsletter h3{
  font-size: 12px !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
}

/* Email input styling */
.footer .field__input{
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
}
.footer .field__input:focus{
  box-shadow: 0 0 0 3px rgba(0,0,0,.06) !important;
}

/* Subfooter / payment icons spacing */
.footer__content-bottom{
  padding-top: 14px !important;
}
.footer__copyright{
  font-size: 12px !important;
  opacity: .75;
}
/* ================================
   PREMIUM FOOTER LAYOUT (DAWN)
   Tight grid + premium typography
================================== */

.footer{
  background: linear-gradient(180deg, rgba(0,0,0,.01), rgba(0,0,0,0));
}

.footer__content-top{
  padding-top: 52px !important;
  padding-bottom: 22px !important;
}

/* Stronger headings + better spacing */
.footer-block__heading{
  font-size: 12px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  margin-bottom: 14px !important;
}

/* Links feel cleaner */
.footer a{
  text-decoration: none !important;
  font-weight: 500;
}
.footer a:hover{
  text-decoration: underline !important;
  opacity: .85;
}
.footer .list-menu__item--link{
  padding: 6px 0 !important;
}

/* Desktop grid: 3 columns + newsletter column */
@media (min-width: 990px){
  .footer__blocks-wrapper{
    display: grid !important;
    grid-template-columns: 1.1fr 1fr 1fr 1.4fr !important;
    column-gap: 64px !important;
    align-items: start !important;
  }

  /* Make newsletter a right-side premium card (not a huge floating pill) */
  .footer-block--newsletter{
    justify-self: end !important;
    width: 100% !important;
    max-width: 420px !important;
    padding: 18px !important;
    border: 1px solid rgba(0,0,0,.10) !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.65) !important;
    backdrop-filter: blur(6px);
  }
}

/* Mobile: keep it stacked nicely */
@media (max-width: 989px){
  .footer-block--newsletter{
    margin-top: 18px !important;
    padding: 16px !important;
    border: 1px solid rgba(0,0,0,.10) !important;
    border-radius: 16px !important;
    background: rgba(0,0,0,.02) !important;
  }
}

/* Make the email field feel premium */
.footer .field__input{
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,.14) !important;
}
.footer .field__input:focus{
  box-shadow: 0 0 0 3px rgba(0,0,0,.06) !important;
}

/* Bottom area looks cleaner */
.footer__content-bottom{
  border-top: 1px solid rgba(0,0,0,.06);
  padding-top: 14px !important;
}
.footer__copyright{
  font-size: 12px !important;
  opacity: .75;
}
/* ================================
   FOOTER FIX (prevents ugly wrapping)
   Paste BELOW your current footer CSS
================================== */

@media (min-width: 990px){
  /* Make the grid actually use full width + give columns a minimum width */
  .footer__blocks-wrapper{
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns:
      minmax(240px, 1.2fr)
      minmax(180px, 0.9fr)
      minmax(200px, 1fr)
      minmax(320px, 1.3fr) !important;
    column-gap: 52px !important;
  }

  /* Remove max-width caps that are squeezing columns */
  .footer-block{
    max-width: none !important;
    width: 100% !important;
  }

  /* Keep newsletter aligned with the top row (not floating low) */
  .footer-block--newsletter{
    margin-top: 0 !important;
    align-self: start !important;
    justify-self: stretch !important;
    max-width: none !important;
  }
}

/* Make link spacing a bit nicer */
.footer .list-menu__item--link{
  padding: 7px 0 !important;
}
/* ================================
   Footer newsletter = premium card (Dawn)
   Fixes the huge stretched box
================================== */

@media (min-width: 990px){
  /* Keep footer as 4 columns */
  .footer__blocks-wrapper{
    display: grid !important;
    grid-template-columns:
      minmax(260px, 1.25fr)
      minmax(170px, .9fr)
      minmax(190px, 1fr)
      minmax(340px, 1.35fr) !important;
    column-gap: 56px !important;
    align-items: start !important;
  }

  /* Newsletter should only live in its own column */
  .footer-block--newsletter{
    grid-column: 4 !important;
    width: 100% !important;
    max-width: 420px !important;
    justify-self: end !important;

    /* premium card look */
    padding: 18px !important;
    border: 1px solid rgba(0,0,0,.10) !important;
    border-radius: 18px !important;
    background: rgba(0,0,0,.02) !important;
  }

  /* The inner newsletter form shouldn't be full-width giant */
  .footer-block--newsletter .newsletter-form{
    max-width: 100% !important;
  }
}

/* Make the newsletter input/button tighter*
/* =========================================
   THE FOCUS FLOW — Premium Footer (Dawn)
   Paste at the VERY bottom of base.css
========================================= */

/* More breathing room + slightly softer background */
.footer{
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,0)) !important;
  border-top: 1px solid rgba(0,0,0,.06) !important;
}

.footer__content-top{
  padding-top: 64px !important;
  padding-bottom: 40px !important;
}

/* Give the footer container more width so it doesn't feel cramped */
.footer .page-width{
  max-width: 1240px !important;
}

/* Better typography everywhere */
.footer,
.footer p,
.footer a,
.footer li{
  font-size: 14px !important;
  line-height: 1.65 !important;
}

/* Headings: remove the “cheap template” ALL CAPS look */
.footer-block__heading{
  text-transform: none !important;
  letter-spacing: .02em !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  margin-bottom: 14px !important;
}

/* Links: lighter + cleaner */
.footer a{
  text-decoration: none !important;
  font-weight: 400 !important;
}
.footer a:hover{
  text-decoration: underline !important;
  opacity: .85;
}
.footer .list-menu__item--link{
  padding: 8px 0 !important;
}

/* Desktop layout: proper premium grid + big gaps */
@media (min-width: 990px){
  .footer__blocks-wrapper{
    display: grid !important;
    grid-template-columns:
      minmax(320px, 1.35fr)
      minmax(190px, .85fr)
      minmax(210px, .95fr)
      minmax(360px, 1.15fr) !important;
    column-gap: 80px !important;
    row-gap: 28px !important;
    align-items: start !important;
  }

  /* Keep blocks from squishing */
  .footer-block{
    max-width: none !important;
    width: 100% !important;
  }
}

/* Brand block text: make it read premium (less dense) */
.footer-block:first-child p,
.footer-block:first-child{
  opacity: .92;
}

/* Newsletter: make it a premium card (not a cheap box) */
.footer-block--newsletter{
  padding: 22px !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,.65) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.05) !important;
}

/* Newsletter title: normal case, not spaced */
.footer-block--newsletter .footer-block__heading,
.footer-block--newsletter h2,
.footer-block--newsletter h3{
  text-transform: none !important;
  letter-spacing: .02em !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* Input: smoother + more premium */
.footer .field__input{
  height: 46px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
}
.footer .field__input:focus{
  box-shadow: 0 0 0 4px rgba(0,0,0,.06) !important;
}

/* Bottom area: subtle divider */
.footer__content-bottom{
  border-top: 1px solid rgba(0,0,0,.06) !important;
  padding-top: 16px !important;
}
.footer__copyright{
  font-size: 12px !important;
  opacity: .75 !important;
}

/* Mobile: stacked + clean spacing */
@media (max-width: 989px){
  .footer__content-top{
    padding-top: 44px !important;
    padding-bottom: 28px !important;
  }
  .footer-block--newsletter{
    margin-top: 18px !important;
  }
}
/* tighten top/bottom space */
.footer__content-top{
  padding-top: 52px !important;
  padding-bottom: 30px !important;
}
/* Make brand column more “hero” */
@media (min-width: 990px){
  .footer__blocks-wrapper .footer-block:first-child{
    padding-right: 10px !important;
  }
  .footer__blocks-wrapper .footer-block:first-child .footer-block__heading{
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  .footer__blocks-wrapper .footer-block:first-child p{
    max-width: 340px;
    opacity: .95;
  }
}
/* =========================================================
   PREMIUM PRODUCT PAGE POLISH (Copy/Paste)
   Scope: product pages only
   ========================================================= */

.template-product,
body.template-product {
  --pp-radius: 18px;
  --pp-radius-sm: 14px;
  --pp-shadow: 0 14px 40px rgba(0,0,0,.10);
  --pp-shadow-soft: 0 10px 30px rgba(0,0,0,.08);
  --pp-border: rgba(0,0,0,.10);
  --pp-muted: rgba(0,0,0,.65);
}

/* Layout breathing room */
body.template-product .page-width {
  padding-top: 22px;
  padding-bottom: 40px;
}

/* Product title */
body.template-product .product__title,
body.template-product h1 {
  font-weight: 750 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  margin-bottom: 10px !important;
}

/* Price styling */
body.template-product .price {
  margin: 6px 0 14px !important;
}
body.template-product .price__regular,
body.template-product .price__sale {
  font-size: 1.35rem !important;
  font-weight: 750 !important;
}
body.template-product .price__compare {
  opacity: .55;
  text-decoration-thickness: 2px;
}

/* Sale badge / sold out badge (if theme shows them) */
body.template-product .badge,
body.template-product .price__badge-sale,
body.template-product .price__badge-sold-out {
  border-radius: 999px !important;
  padding: 6px 10px !important;
  font-weight: 700 !important;
}

/* Media (main image/video) premium card look */
body.template-product .product__media,
body.template-product .product-media-container,
body.template-product .media,
body.template-product .product__media-item {
  border-radius: var(--pp-radius) !important;
  overflow: hidden !important;
}

body.template-product .product-media-container,
body.template-product .product__media {
  box-shadow: var(--pp-shadow-soft) !important;
  border: 1px solid var(--pp-border) !important;
  background: #fff !important;
}

/* Thumbnails: round + subtle border */
body.template-product .thumbnail,
body.template-product .product__media-list .thumbnail {
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid var(--pp-border) !important;
}
body.template-product .thumbnail[aria-current="true"],
body.template-product .thumbnail.is-active {
  box-shadow: 0 0 0 3px rgba(0,0,0,.10) !important;
}

/* Product form: make it feel like a premium panel */
body.template-product .product__info-wrapper,
body.template-product .product__info-container {
  gap: 14px !important;
}

/* Variant picker / inputs */
body.template-product select,
body.template-product .select__select,
body.template-product .quantity__input,
body.template-product input[type="number"],
body.template-product input[type="text"] {
  border-radius: var(--pp-radius-sm) !important;
  border: 1px solid var(--pp-border) !important;
}

/* Buy button: premium */
body.template-product .product-form__submit,
body.template-product .shopify-payment-button__button--unbranded,
body.template-product button[name="add"] {
  border-radius: 16px !important;
  padding: 14px 18px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.12) !important;
  transform: translateY(0);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

body.template-product .product-form__submit:hover,
body.template-product .shopify-payment-button__button--unbranded:hover,
body.template-product button[name="add"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0,0,0,.16) !important;
}

/* Payment buttons spacing */
body.template-product .shopify-payment-button {
  margin-top: 10px !important;
}

/* Description typography: more premium reading */
body.template-product .product__description,
body.template-product .rte {
  color: rgba(0,0,0,.82) !important;
  font-size: 1.03rem;
  line-height: 1.65;
}
body.template-product .product__description p,
body.template-product .rte p {
  margin: 0 0 12px;
}
body.template-product .product__description ul,
body.template-product .rte ul {
  padding-left: 1.1rem;
}
body.template-product .product__description li,
body.template-product .rte li {
  margin: 6px 0;
}

/* Collapsible rows / accordions (if your theme uses them) */
body.template-product details,
body.template-product .accordion {
  border-radius: 16px !important;
  border: 1px solid var(--pp-border) !important;
  background: rgba(0,0,0,.03) !important;
  overflow: hidden;
  margin: 10px 0 !important;
}
body.template-product details summary,
body.template-product .accordion summary {
  padding: 12px 14px !important;
  font-weight: 750 !important;
}
body.template-product details .accordion__content,
body.template-product .accordion__content {
  padding: 12px 14px 14px !important;
  color: rgba(0,0,0,.80) !important;
}

/* Optional: tighten the ugly “long text wall” feel */
body.template-product .product__info-container > * {
  max-width: 560px;
}

/* Mobile polish */
@media (max-width: 749px) {
  body.template-product .page-width { padding-top: 14px; }
  body.template-product .product__title, body.template-product h1 { font-size: 1.6rem !important; }
  body.template-product .price__regular, body.template-product .price__sale { font-size: 1.2rem !important; }
}
/* =========================================================
   DAWN – PREMIUM PRODUCT PAGE (V2)
   Paste BELOW your previous CSS
   ========================================================= */

body.template-product {
  --pp-accent: 120 96 255; /* purple-ish accent; change if you want */
  --pp-bg1: rgba(0,0,0,.02);
  --pp-bg2: rgba(0,0,0,.00);
  --pp-card: rgba(255,255,255,.92);
  --pp-line: rgba(0,0,0,.10);
  --pp-shadow-hi: 0 22px 60px rgba(0,0,0,.14);
  --pp-shadow-soft: 0 12px 34px rgba(0,0,0,.10);
}

/* Subtle premium page background */
body.template-product .gradient {
  background:
    radial-gradient(900px 600px at 15% 10%, rgba(var(--pp-accent) / .12), transparent 60%),
    radial-gradient(900px 600px at 85% 0%, rgba(0,0,0,.06), transparent 55%),
    linear-gradient(180deg, var(--pp-bg1), var(--pp-bg2)) !important;
}

/* Make the product section feel like a premium layout */
@media (min-width: 990px) {
  body.template-product .product {
    gap: 34px !important;
    align-items: start !important;
  }
}

/* Sticky media column (premium feel) */
@media (min-width: 990px) {
  body.template-product .product__media-wrapper {
    position: sticky !important;
    top: 110px;
    z-index: 2;
  }
}

/* Upgrade media frame */
body.template-product .product__media,
body.template-product .product-media-container,
body.template-product .product__media-item .media {
  border-radius: 22px !important;
  box-shadow: var(--pp-shadow-soft) !important;
  border: 1px solid var(--pp-line) !important;
}

/* Product info panel as a “card” */
@media (min-width: 990px) {
  body.template-product .product__info-wrapper {
    background: var(--pp-card) !important;
    border: 1px solid var(--pp-line) !important;
    border-radius: 22px !important;
    padding: 22px 22px 18px !important;
    box-shadow: var(--pp-shadow-hi) !important;
    backdrop-filter: blur(10px);
  }
}

/* Improve spacing + typography */
body.template-product .product__info-container > * {
  margin-top: 10px !important;
}
body.template-product .product__title {
  font-size: clamp(26px, 2.2vw, 34px) !important;
}
body.template-product .product__text, 
body.template-product .rte,
body.template-product .product__description {
  color: rgba(0,0,0,.82) !important;
}

/* Badge style */
body.template-product .badge,
body.template-product .price__badge-sale {
  background: rgba(var(--pp-accent) / .12) !important;
  color: rgb(var(--pp-accent)) !important;
  border: 1px solid rgba(var(--pp-accent) / .25) !important;
}

/* Ultra-premium primary button (gradient + sheen) */
body.template-product .product-form__submit,
body.template-product .shopify-payment-button__button--unbranded {
  position: relative;
  overflow: hidden;
  border: 0 !important;
  background: linear-gradient(135deg, rgba(var(--pp-accent) / 1), rgba(var(--pp-accent) / .78)) !important;
  box-shadow: 0 14px 34px rgba(var(--pp-accent) / .28) !important;
}
body.template-product .product-form__submit::after,
body.template-product .shopify-payment-button__button--unbranded::after {
  content: "";
  position: absolute;
  inset: -40% -60%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
  transform: rotate(20deg) translateX(-60%);
  transition: transform .7s ease;
}
body.template-product .product-form__submit:hover::after,
body.template-product .shopify-payment-button__button--unbranded:hover::after {
  transform: rotate(20deg) translateX(60%);
}

/* Quantity box looks cleaner */
body.template-product .quantity,
body.template-product .quantity__input {
  border-radius: 16px !important;
}

/* Thumbnails: cleaner + more premium spacing */
body.template-product .product__media-list {
  gap: 10px !important;
}
body.template-product .thumbnail {
  border-radius: 16px !important;
  border: 1px solid var(--pp-line) !important;
  transition: transform .15s ease, box-shadow .15s ease;
}
body.template-product .thumbnail:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}

/* Accordions: elevated */
body.template-product details,
body.template-product .accordion {
  border-radius: 18px !important;
  border: 1px solid var(--pp-line) !important;
  background: rgba(255,255,255,.70) !important;
}
body.template-product details summary {
  font-weight: 750 !important;
}

/* Optional: make long descriptions feel less “wall of text” */
body.template-product .product__description h2,
body.template-product .rte h2 {
  margin-top: 18px;
  letter-spacing: -0.01em;
}
/* Sticky ATC bar */
.pp-sticky-atc {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 50;
  transform: translateY(140%);
  transition: transform .22s ease;
}
.pp-sticky-atc--show { transform: translateY(0); }

.pp-sticky-atc__inner {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}
.pp-sticky-atc__title {
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 14px;
  line-height: 1.2;
}
.pp-sticky-atc__price {
  opacity: .75;
  font-size: 13px;
  margin-top: 2px;
}
.pp-sticky-atc__btn {
  border: 0;
  border-radius: 16px;
  padding: 12px 14px;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(120,96,255,1), rgba(120,96,255,.78));
  color: #fff;
  box-shadow: 0 14px 34px rgba(120,96,255,.28);
}
.pp-sticky-atc__btn:disabled { opacity: .55; }

@media (min-width: 990px) {
  .pp-sticky-atc { left: 24px; right: 24px; bottom: 24px; }
  .pp-sticky-atc__title { font-size: 15px; }
}

/* =========================================================
   Premium Product Page (Dawn) — FocusFlow style
   Paste at bottom of assets/base.css
   ========================================================= */

.template-product .page-width { max-width: 1220px; }

.template-product .product {
  gap: clamp(18px, 3.5vw, 56px);
}

.template-product .product__media-wrapper,
.template-product .product__info-wrapper {
  padding-top: clamp(10px, 2vw, 20px);
}

/* --- Premium media look (rounded + shadow) --- */
.template-product .product__media,
.template-product .product__media img,
.template-product .product__media video,
.template-product .product__media iframe {
  border-radius: 18px;
}

.template-product .product__media {
  overflow: hidden;
  background: rgb(var(--color-background));
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
}

.template-product .thumbnail,
.template-product .product__media-list .media {
  border-radius: 14px;
}

.template-product .thumbnail[aria-current="true"] {
  outline: 2px solid rgba(var(--color-foreground), .18);
  outline-offset: 2px;
}

/* --- Buy box becomes a premium card --- */
.template-product .product__info-container {
  background: rgba(var(--color-background), 1);
  border: 1px solid rgba(var(--color-foreground), .10);
  border-radius: 22px;
  padding: clamp(16px, 2.2vw, 26px);
  box-shadow: 0 12px 40px rgba(0,0,0,.06);
}

/* Sticky buy box on desktop */
@media (min-width: 990px) {
  .template-product .product__info-wrapper {
    position: sticky;
    top: calc(var(--header-height, 80px) + 18px);
    align-self: start;
  }
}

/* --- Title + price polish --- */
.template-product .product__title {
  letter-spacing: -0.02em;
  line-height: 1.06;
  font-size: clamp(26px, 2.2vw, 40px);
  margin-bottom: 10px;
}

.template-product .price {
  font-size: 18px;
  letter-spacing: -0.01em;
}

.template-product .badge,
.template-product .price__badge-sale,
.template-product .price__badge-sold-out {
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 600;
}

/* --- Variant pills (color/size) --- */
.template-product .product-form__input input[type="radio"] + label {
  border-radius: 999px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(var(--color-foreground), .14) !important;
  background: rgba(var(--color-background), 1) !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.template-product .product-form__input input[type="radio"]:checked + label {
  border-color: rgba(var(--color-foreground), .35) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  transform: translateY(-1px);
}

.template-product .product-form__input input[type="radio"] + label:hover {
  border-color: rgba(var(--color-foreground), .25) !important;
  transform: translateY(-1px);
}

/* --- Quantity + buttons --- */
.template-product .quantity {
  border-radius: 14px;
  border: 1px solid rgba(var(--color-foreground), .14);
}

.template-product .product-form__submit {
  border-radius: 16px !important;
  min-height: 52px;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 26px rgba(0,0,0,.12);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.template-product .product-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0,0,0,.14);
  filter: brightness(1.02);
}

.template-product .shopify-payment-button__button {
  border-radius: 16px !important;
  min-height: 50px;
}

/* --- Description / accordions look cleaner --- */
.template-product .accordion,
.template-product details {
  border-radius: 16px;
}

.template-product .accordion summary,
.template-product details > summary {
  padding: 14px 14px;
  border-radius: 16px;
}

.template-product .accordion,
.template-product details {
  border: 1px solid rgba(var(--color-foreground), .10);
  background: rgba(var(--color-background), 1);
}

.template-product .accordion + .accordion,
.template-product details + details {
  margin-top: 10px;
}

.template-product .rte p { line-height: 1.7; }
.template-product .rte ul { padding-left: 18px; }
.template-product .rte li { margin: 8px 0; }

/* --- Trust badges --- */
.template-product .pp-trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(var(--color-foreground), .10);
}

.template-product .pp-trust__item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(var(--color-foreground), .10);
  background: rgba(var(--color-background), 1);
}

.template-product .pp-trust__icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(var(--color-foreground), .05);
  color: rgb(var(--color-foreground));
  flex: 0 0 auto;
}

.template-product .pp-trust__icon svg {
  width: 18px;
  height: 18px;
}

.template-product .pp-trust__text strong {
  display: block;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.template-product .pp-trust__text span {
  display: block;
  font-size: 12px;
  opacity: .72;
  margin-top: 2px;
}

@media (min-width: 750px) {
  .template-product .pp-trust {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 990px) {
  .template-product .pp-trust {
    grid-template-columns: 1fr;
  }
}

/* --- Review apps (optional) --- */
.template-product .spr-badge,
.template-product .jdgm-prev-badge {
  margin: 6px 0 14px;
}
/* === HOTFIX: Trust badges sizing (prevents giant SVGs) === */
.pp-trust,
.pp-trust * { box-sizing: border-box; }

.pp-trust {
  display: grid !important;
  gap: 10px !important;
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(var(--color-foreground), .10) !important;
}

.pp-trust__item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(var(--color-foreground), .12) !important;
  background: rgb(var(--color-background)) !important;
}

.pp-trust__icon {
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(var(--color-foreground), .06) !important;
  flex: 0 0 auto !important;
}

.pp-trust__icon svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
}

.pp-trust__text strong {
  display: block !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
}

.pp-trust__text span {
  display: block !important;
  font-size: 12px !important;
  opacity: .72 !important;
  margin-top: 2px !important;
}
/* ================================
   PREMIUM PRODUCT GALLERY (DAWN)
   - Desktop: vertical thumbnails left
   - Clean consistent media frame
   ================================ */

.template-product .product__media-wrapper media-gallery {
  display: block;
}

/* Desktop layout: thumbs left, main media right */
@media (min-width: 990px) {
  .template-product .product__media-wrapper media-gallery {
    display: grid !important;
    grid-template-columns: 92px 1fr !important;
    gap: 14px !important;
    align-items: start !important;
  }

  /* Put thumbs in left column */
  .template-product .product__media-wrapper .thumbnail-slider,
  .template-product .product__media-wrapper .thumbnail-list,
  .template-product .product__media-wrapper .slider-buttons {
    grid-column: 1 !important;
  }

  /* Put main media list in right column */
  .template-product .product__media-wrapper .product__media-list {
    grid-column: 2 !important;
    margin: 0 !important;
  }

  /* Vertical thumbnail list */
  .template-product .product__media-wrapper .thumbnail-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    max-height: calc(100vh - 160px) !important;
    overflow: auto !important;
    padding-right: 6px !important;
  }

  .template-product .product__media-wrapper .thumbnail-list__item {
    width: 100% !important;
  }

  /* Hide thumbnail arrows (looks cheaper) */
  .template-product .product__media-wrapper .thumbnail-slider .slider-button {
    display: none !important;
  }
}

/* Main media frame: consistent premium look */
.template-product .product__media-list .product__media-item,
.template-product .product__media-list .media {
  border-radius: 18px !important;
  overflow: hidden !important;
  background: rgba(0,0,0,.03) !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.08) !important;
}

/* IMPORTANT: do NOT crop main image (premium, no ugly crops) */
.template-product .product__media-list img,
.template-product .product__media-list video {
  object-fit: contain !important;
  background: rgba(0,0,0,.02) !important;
}

/* Thumbnails: consistent squares (clean) */
.template-product .thumbnail {
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(var(--color-foreground), .10) !important;
  background: rgba(0,0,0,.02) !important;
}

.template-product .thumbnail img {
  object-fit: cover !important;
  aspect-ratio: 1 / 1 !important;
}

/* Active thumbnail highlight (premium) */
.template-product .thumbnail[aria-current="true"] {
  outline: 2px solid rgba(var(--color-foreground), .28) !important;
  outline-offset: 2px !important;
}
/* ================================
   PREMIUM PRODUCT INFO COLUMN
   ================================ */

.template-product .product__info-container{
  border: 1px solid rgba(var(--color-foreground), .10) !important;
  border-radius: 22px !important;
  padding: clamp(16px, 2.2vw, 26px) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,.06) !important;
}

.template-product .product__title h1{
  letter-spacing: -0.02em !important;
  line-height: 1.08 !important;
  font-size: clamp(26px, 2.1vw, 38px) !important;
  margin: 0 0 10px !important;
}

/* Description readability */
.template-product .product__description.rte{
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: rgba(var(--color-foreground), .85) !important;
}

.template-product .product__description.rte h2,
.template-product .product__description.rte h3{
  font-size: 15px !important;
  margin: 18px 0 10px !important;
  letter-spacing: -0.01em !important;
  color: rgb(var(--color-foreground)) !important;
}

.template-product .product__description.rte ul{
  padding-left: 18px !important;
  margin: 10px 0 0 !important;
}

.template-product .product__description.rte li{
  margin: 8px 0 !important;
}
/* =========================================
   PREMIUM PRODUCT PAGE (FocusFlow)
   ========================================= */

.template-product .page-width { max-width: 1220px; }

/* Layout spacing */
.template-product .product { gap: clamp(18px, 3.5vw, 56px); }

/* Premium media frame */
.template-product .product__media-list .product__media-item,
.template-product .product__media-list .media{
  border-radius: 20px !important;
  overflow: hidden !important;
  background: rgba(0,0,0,.03) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.10) !important;
}

/* Never crop hero image */
.template-product .product__media-list img,
.template-product .product__media-list video{
  object-fit: contain !important;
  background: rgba(0,0,0,.02) !important;
}

/* Thumbnail rail looks premium */
.template-product .thumbnail{
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(var(--color-foreground), .12) !important;
  background: rgba(0,0,0,.02) !important;
}
.template-product .thumbnail img{
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}
.template-product .thumbnail[aria-current="true"]{
  outline: 2px solid rgba(var(--color-foreground), .28) !important;
  outline-offset: 2px !important;
}

/* Premium buy box card */
.template-product .product__info-container{
  border: 1px solid rgba(var(--color-foreground), .10) !important;
  border-radius: 24px !important;
  padding: clamp(16px, 2.2vw, 26px) !important;
  box-shadow: 0 14px 44px rgba(0,0,0,.07) !important;
  background: rgb(var(--color-background)) !important;
}

/* Better typography */
.template-product .product__title h1{
  letter-spacing: -0.02em !important;
  line-height: 1.08 !important;
  font-size: clamp(28px, 2.2vw, 40px) !important;
  margin: 0 0 10px !important;
}
.template-product .price{
  font-size: 18px !important;
}
.template-product .pp-intro__lead{
  margin: 10px 0 0 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: rgba(var(--color-foreground), .85) !important;
}

/* Buttons feel premium */
.template-product .product-form__submit{
  border-radius: 16px !important;
  min-height: 52px !important;
  font-weight: 700 !important;
  box-shadow: 0 16px 30px rgba(0,0,0,.14) !important;
  transition: transform .15s ease, box-shadow .15s ease !important;
}
.template-product .product-form__submit:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 22px 38px rgba(0,0,0,.16) !important;
}

/* Details section below (premium) */
.pp-details{
  padding: clamp(26px, 4vw, 54px) 0;
}
.pp-details__wrap{
  border: 1px solid rgba(var(--color-foreground), .10);
  border-radius: 24px;
  padding: clamp(18px, 2.6vw, 34px);
  box-shadow: 0 14px 44px rgba(0,0,0,.06);
  background: rgb(var(--color-background));
}
.pp-details__title{
  margin: 0 0 14px;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.pp-details__rte{
  font-size: 14px;
  line-height: 1.8;
  color: rgba(var(--color-foreground), .86);
}
.pp-details__rte h2,
.pp-details__rte h3{
  margin: 22px 0 10px;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: rgb(var(--color-foreground));
}
.pp-details__rte ul{
  padding-left: 18px;
}
.pp-details__rte li{
  margin: 8px 0;
}
/* ===== FIX: Product gallery shows only 1 image ===== */
.template-product .product__media-wrapper .thumbnail-slider,
.template-product .product__media-wrapper .thumbnail-list,
.template-product .product__media-wrapper .thumbnail-list__item {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.template-product .product__media-wrapper .thumbnail-list {
  display: flex !important;
  gap: 10px !important;
  margin-top: 12px !important;
  overflow-x: auto !important;
  padding-bottom: 6px !important;
  scroll-snap-type: x mandatory;
}

.template-product .product__media-wrapper .thumbnail-list__item {
  flex: 0 0 76px !important;
  scroll-snap-align: start;
}

/* Make main slider arrows visible + premium */
.template-product .product__media-wrapper .slider-button {
  display: flex !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.88) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.12) !important;
  border: 1px solid rgba(0,0,0,.06) !important;
}
/* ===== Premium title layout (reduce ugly wrapping) ===== */
@media (min-width: 990px){
  /* Give the right column more space */
  .template-product .product.grid--2-col-tablet{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }
}

.template-product .product__title h1{
  font-size: clamp(26px, 2vw, 36px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
  text-wrap: balance;
}
/* === PREMIUM PRODUCT PAGE OVERHAUL === */

/* 1. Sophisticated Typography & Spacing */
.product__title h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; /* Or your theme's premium font */
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: 2.4rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.product__description {
    color: #4a4a4a;
    line-height: 1.8;
    font-size: 1.05rem;
    margin-top: 20px;
}

/* 2. Premium "Add to Cart" Button */
/* Makes the button sleek, slightly rounded, and confident */
.product-form__submit {
    border-radius: 6px !important; /* Soft corners, not harsh squares */
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 14px;
    padding: 16px 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* Subtle premium shadow */
}

.product-form__submit:hover {
    transform: translateY(-2px); /* Slight lift on hover */
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* 3. Pricing Styling */
.price-item--regular, .price-item--sale {
    font-weight: 400;
    color: #111;
    font-size: 1.3rem;
}

/* 4. Accordion/Collapsible Row Styling (The "Focus Flow" Look) */
/* This targets the 'Collapsible row' blocks in Dawn */
.accordion {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.accordion__title {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 1.5rem 0;
}

.accordion__content {
    padding-bottom: 1.5rem;
    color: #555;
}

/* 5. Image Gallery Cleanup */
/* Removes visual clutter around images */
.product-media-container {
    border: none !important;
    box-shadow: none !important;
}

/* Optional: Make the background slightly off-white for a luxury feel 
   Remove this section if you prefer pure white */
.gradient {
    background: #fafafa; 
}
.product {
    background: #ffffff;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 12px;
}
/* FORCE UNIFORM IMAGE HEIGHT */
.product-media-container img {
    object-fit: contain !important; /* Ensures the whole product is seen */
    background-color: #f4f4f4; /* Adds a subtle premium background to fill gaps */
}

/* FIX THE "TWO SECTIONS" GAP */
/* This hides the duplicate description if your theme is outputting it twice */
.product__description + .product__description {
    display: none;
}
/* CLEANER ACCORDIONS (Remove Boxy Look) */
.product__accordion .accordion__title {
    padding: 1.5rem 0; /* More breathing room */
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em; /* Premium spacing */
    font-weight: 600;
}

/* Remove the heavy box border */
.product__accordion .accordion {
    border: none;
    border-bottom: 1px solid #e5e5e5; /* Thin, elegant line only */
    background: transparent;
}

/* FIX: MAKE ACCORDION TEXT DARK & READABLE */
.product__accordion .accordion__content, 
.product__accordion .accordion__content p {
    color: #1a1a1a !important;   /* Almost pure black for high contrast */
    font-size: 16px !important;   /* Increase size (was likely 14px or smaller) */
    font-weight: 400 !important;  /* Normal weight, not thin */
    line-height: 1.6 !important;  /* Good spacing between lines */
    opacity: 1 !important;        /* Remove any transparency */
}
/* Hides the duplicate "Details" description at the bottom */
.product-description-bottom, 
.product__info-container + .product__description {
    display: none !important;
}
/* === PREMIUM POLISH: THE FOCUS FLOW LOOK === */

/* 1. LUXURY TYPOGRAPHY */
/* Makes the title big, thin, and elegant */
.product__title h1 {
    font-size: 40px !important;
    font-weight: 400 !important; /* Lighter weight looks more expensive */
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    line-height: 1.1;
}

/* Makes the "Summary" text (under the buttons) look like a magazine lead */
.product__description, .product__text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #444 !important;
    margin-top: 25px;
    font-weight: 400;
}

/* 2. SLEEK ACCORDIONS (No Boxes) */
/* Removes the "boxy" look and makes it clean lines */
.product__accordion .accordion {
    border: none !important;
    border-bottom: 1px solid #E0E0E0 !important; /* Thin grey line */
    background: transparent !important;
}

.product__accordion .accordion__title {
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 2px !important; /* Wide spacing = Luxury */
    font-weight: 600 !important;
    padding: 20px 0 !important;
}

/* Hides the checkmark icons in accordions for a cleaner look */
.product__accordion .icon {
    display: none;
}

/* 3. BUTTONS & BADGES */
/* Makes the Trust Badges (Shipping, etc.) look subtle */
.product-popup-modal__content-info {
    padding-right: 0;
}

/* Refines the "Add to Cart" button to be solid and sharp */
.product-form__submit {
    border-radius: 4px !important; /* Slight roundness, not pill-shaped */
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 4. REMOVE WHITE SPACE */
/* Tightens the gap between price and description */
.product__info-container > * + * {
    margin-top: 1.2rem;
}
/* === PREMIUM BRANDING ENGINE === */

/* 1. IMPORT LUXURY FONT (Inter & Playfair Display) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');

/* Apply new fonts */
h1, h2, h3, .product__title h1 {
    font-family: 'Playfair Display', serif !important; /* Elegant Heading Font */
    letter-spacing: -0.02em;
}

body, p, .product__description, .accordion__content {
    font-family: 'Inter', sans-serif !important; /* Clean Modern Text */
}

/* 2. SOFT BACKGROUND DEPTH */
/* Removes the harsh "hospital white" and adds a warm, expensive "paper" tone */
.gradient {
    background: #FAFAFA !important; /* Soft Off-White */
}

/* Makes the product card pop against the soft background */
.product {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03); /* Very subtle float effect */
    margin-top: 2rem;
    padding: 3rem !important;
}

/* 3. PREMIUM ANIMATIONS */
/* Makes the "Add to Cart" button glow and lift */
.product-form__submit {
    background: #1a1a1a !important; /* Deep Luxury Black */
    color: #fff !important;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}

.product-form__submit:hover {
    transform: translateY(-3px); /* Lifts up */
    box-shadow: 0 10px 20px rgba(0,0,0,0.15); /* Soft shadow */
    background: #333 !important;
}

/* Accordion Opening Animation */
summary {
    transition: color 0.3s ease;
}
details[open] summary ~ * {
    animation: sweep .4s ease-in-out;
}

@keyframes sweep {
    0%    {opacity: 0; transform: translateY(-10px)}
    100%  {opacity: 1; transform: translateY(0)}
}

/* 4. IMAGE HOVER EFFECT */
/* Slight zoom when hovering over product images */
.product-media-container img {
    transition: transform 0.7s ease;
}
.product-media-container:hover img {
    transform: scale(1.03); /* Very subtle zoom */
}
/* FORCE LIFESTYLE SECTION TO BE DARK */
/* This overrides the stubborn white box on the Image with Text section */
.image-with-text__content {
    background-color: #121212 !important; /* Force Rich Black */
    color: #FFFFFF !important; /* Force White Text */
}

/* Force the Heading to be White */
.image-with-text__content h2, 
.image-with-text__heading {
    color: #FFFFFF !important;
}

/* Force the Paragraph text to be White */
.image-with-text__content p, 
.image-with-text__text {
    color: #eeeeee !important; /* Soft White */
}
/* === MASTER PREMIUM OVERHAUL === */

/* 1. LUXURY FONTS & TYPOGRAPHY */
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&family=Inter:wght@300;400;500&display=swap');

h1, h2, h3, .product__title h1 {
    font-family: 'Tenor Sans', sans-serif !important;
    letter-spacing: 0.02em;
    font-weight: 400 !important;
    text-transform: uppercase; /* High-end look */
}

body, p, .product__description, .accordion__content {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px;
    color: #444;
}

/* 2. THE "ADD TO CART" BUTTON (The Hero) */
.product-form__submit {
    background-color: #1A1A1A !important; /* Luxury Black */
    color: #FFF !important;
    border-radius: 2px !important; /* Sharp, architectural corners */
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    border: 1px solid #1A1A1A;
}

.product-form__submit:hover {
    background-color: #FFF !important; /* Invert on hover */
    color: #1A1A1A !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Fix "Sold Out" button to look premium, not disabled */
.product-form__submit[disabled] {
    background-color: #F0F0F0 !important;
    color: #999 !important;
    border: none;
}

/* 3. TRANSFORM THE ICON BOXES (Shipping/Warranty) */
/* This changes them from "big buttons" to a sleek horizontal strip */
.product-popup-modal__opener {
    background: transparent !important; /* Remove grey background */
    border: none !important;
    border-bottom: 1px solid #eee !important; /* Thin divider line */
    padding: 15px 0 !important;
    text-align: left;
}

.product-popup-modal__button {
    font-family: 'Inter', sans-serif;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a1a1a;
    padding-left: 0 !important;
}

/* 4. CLEANER ACCORDIONS (Minimalist) */
.product__accordion .accordion {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #E5E5E5 !important;
}

.product__accordion .accordion__title {
    font-size: 13px !important;
    letter-spacing: 1.5px;
    padding: 18px 0;
}

/* 5. IMAGE GALLERY POLISH */
/* Adds a subtle border to thumbnails so they don't float */
.product-media-container img {
    border-radius: 4px; 
}

/* 6. PRICE STYLING */
.price-item--regular {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #666;
}
.price-item--sale {
    font-family: 'Tenor Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #1A1A1A;
}
/* === FINAL PREMIUM MASTER CLASS === */

/* 1. TYPOGRAPHY & TEXTURE */
h1, h2, h3, .product__title h1 {
    font-family: 'Tenor Sans', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
}

body, p, .product__description {
    font-family: 'Inter', sans-serif !important;
    color: #333; /* Darker, richer grey */
    line-height: 1.7;
}

/* 2. TRANSFORM ICON BOXES (The "Sleek List" Fix) */
/* This removes the cheap "grey bubble" look and makes it a luxury list */
.product-popup-modal__opener {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important; /* Thin elegant line */
    border-radius: 0 !important;
    padding: 18px 0 !important;
    margin: 0 !important;
}

.product-popup-modal__button {
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a1a1a;
    justify-content: flex-start !important; /* Aligns text to left */
    padding-left: 0 !important;
}

/* 3. THE "HERO" BUY BUTTON */
/* Makes the button solid, architectural, and bold */
.product-form__submit {
    background-color: #121212 !important; /* Rich Black */
    color: #FFF !important;
    border-radius: 2px !important; /* Sharp corners = Expensive */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 16px 0;
    transition: all 0.3s ease;
}

.product-form__submit:hover {
    background-color: #333 !important; /* Slight lift on hover */
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Style the "Sold Out" button to look premium, not broken */
.product-form__submit[disabled] {
    background-color: #E0E0E0 !important;
    color: #888 !important;
    border: 1px solid #E0E0E0;
    cursor: not-allowed;
}

/* 4. VISUAL DEPTH (Images) */
/* Adds a subtle "float" effect to the main gallery */
.product-media-container img {
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03); /* Very subtle shadow */
}

/* 5. CINEMATIC BOTTOM SECTION */
/* Forces the bottom "Lifestyle" section to look like a magazine ad */
.image-with-text__content {
    background-color: #121212 !important;
    color: #FFFFFF !important;
    padding: 60px !important; /* More breathing room */
}

.image-with-text__content h2 {
    color: #FFFFFF !important;
    font-size: 32px !important;
}

.image-with-text__content p {
    color: #cccccc !important;
    font-size: 16px !important;
}
/* FORCE TITLE SIZE TO BE ELEGANT */
.product__title h1 {
    font-size: 28px !important; /* Standard "Luxury" size (not too big) */
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;   /* Keep it capitalized */
    letter-spacing: 0.05em;      /* Adds that expensive "spaced out" look */
}

/* Optional: Make mobile title even smaller so it fits nicely */
@media screen and (max-width: 750px) {
    .product__title h1 {
        font-size: 22px !important;
    }
}
/* === MOBILE LAYOUT REPAIRS === */
@media screen and (max-width: 750px) {
    /* 1. Fix the "Professional Therapy" Text Breaking */
    .image-with-text__content h2 {
        font-size: 20px !important; /* Much smaller so it fits */
        line-height: 1.3 !important;
        word-break: normal !important; /* Stops weird word splitting */
        hyphens: none !important;
    }

    /* Reduce the padding so the text isn't squashed */
    .image-with-text__content {
        padding: 30px 20px !important; 
    }

    /* 2. Fix Accordions (Collapsible Rows) */
    /* Prevents them from looking huge and clunky on phone */
    .product__accordion .accordion__title {
        font-size: 12px !important;
        letter-spacing: 1px !important;
        padding: 15px 0 !important;
    }

    /* 3. Fix the Main Title Size */
    /* Ensures the product name fits on one or two clean lines */
    .product__title h1 {
        font-size: 24px !important;
    }
}
/* === FIX: TIGHTEN ACCORDION GAPS ON MOBILE === */
@media screen and (max-width: 750px) {
    /* 1. Remove the outer margin between blocks */
    .product__accordion {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    /* 2. Reduce inner padding (top and bottom space inside the line) */
    .product__accordion .accordion__title {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /* 3. Ensure the divider lines touch or are close */
    .product__accordion .accordion {
        border-bottom: 1px solid #e5e5e5 !important;
    }
    
    /* 4. Fix the "White Space" container gap if it exists */
    .product__info-container > * + * {
        margin-top: 0 !important;
    }
}
/* === NUCLEAR HEADING FIX === */
/* Targets every possible "Huge" heading class in the theme */
h1, h2, .h0, .h1, .hxl, 
.banner__heading, 
.rich-text__heading, 
.image-with-text__heading {
    font-size: 42px !important;  /* Caps the maximum size */
    line-height: 1.2 !important;
    font-weight: 400 !important; /* Forces premium thin weight */
    letter-spacing: -1px !important;
    text-transform: none !important; /* Removes forced ALL CAPS */
}

/* Optional: Limits width so it doesn't stretch across the whole screen */
.banner__content, 
.image-with-text__content, 
.rich-text__blocks {
    max-width: 800px !important;
    margin-left: 0 !important; /* Aligns left if needed */
}

/* === MOBILE SAFETY === */
@media screen and (max-width: 750px) {
    h1, h2, .h0, .h1, .hxl, 
    .banner__heading, 
    .rich-text__heading {
        font-size: 28px !important; /* Perfect mobile size */
    }
}
/* === FORCE SUPER SLIM ACCORDIONS === */
/* 1. Target the clickable area specifically */
.product__accordion .accordion__title,
.product__accordion summary {
    padding-top: 10px !important;    /* Very tight top space */
    padding-bottom: 10px !important; /* Very tight bottom space */
    min-height: auto !important;     /* Removes default height minimums */
    line-height: 1.2 !important;     /* tightens the text itself */
}

/* 2. Remove all outer spacing */
.product__accordion details,
.product__accordion {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #E5E5E5 !important; /* Thin divider */
}

/* 3. Adjust the icon position so it doesn't look weirdly high */
.product__accordion .icon {
    height: 12px !important;
    width: 12px !important;
    top: calc(50% - 6px) !important; /* Centers icon perfectly */
}
/* === FIX: SHRINK ACCORDION CONTENT TEXT === */
.product__accordion .accordion__content, 
.product__accordion .accordion__content p,
.product__accordion .accordion__content li {
    font-size: 14px !important;    /* Was ~16px-18px */
    line-height: 1.6 !important;   /* Keeps it readable but compact */
    color: #444 !important;        /* Dark grey is easier to read than pitch black */
    margin-bottom: 10px !important; /* Reduces gap between paragraphs */
}

/* Optional: If you use lists (bullet points), clean them up too */
.product__accordion .accordion__content ul {
    padding-left: 20px !important;
    margin: 0 !important;
}
/* ================================
   Premium Mobile Product Polish (Dawn)
   Paste at END of assets/base.css
=================================== */

@media (max-width: 749px) {
  /* Consistent page gutters */
  .template-product .page-width {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Reduce random vertical gaps around the product stack */
  .template-product .product__info-wrapper,
  .template-product .product__media-wrapper {
    padding-top: 0 !important;
  }

  /* Product media: round + tighter spacing */
  .template-product .product__media,
  .template-product .product__media img,
  .template-product .product__media-item,
  .template-product .product__modal-opener {
    border-radius: 18px !important;
    overflow: hidden;
  }

  .template-product .product__media-list {
    margin-bottom: 14px !important;
  }

  /* Vendor (THE FOCUS FLOW) */
  .template-product .product__text {
    font-size: 11px !important;
    letter-spacing: 0.12em !important;
    opacity: 0.75;
    margin: 6px 0 6px !important;
  }

  /* Main title (fix huge + 4-line ugly breaks) */
  .template-product .product__title h1 {
    font-size: clamp(22px, 6vw, 30px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 10px !important;
    text-wrap: balance;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  /* Price row alignment + sizing */
  .template-product .price {
    align-items: baseline !important;
    gap: 10px !important;
  }

  .template-product .price__regular .price-item,
  .template-product .price__sale .price-item--regular {
    font-size: 14px !important;
    opacity: 0.65;
  }

  .template-product .price__sale .price-item--sale,
  .template-product .price__regular .price-item {
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
  }

  /* Sale badge pill */
  .template-product .badge,
  .template-product .product__tax .badge {
    border-radius: 999px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
  }

  /* Quantity block: less bulky */
  .template-product .product-form__input,
  .template-product .product-form__quantity {
    margin: 12px 0 10px !important;
  }

  .template-product .quantity {
    border-radius: 14px !important;
    min-height: 46px !important;
  }

  /* Add to cart button: premium shape + spacing */
  .template-product .product-form__submit.button {
    border-radius: 16px !important;
    min-height: 54px !important;
    font-weight: 650 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12) !important;
  }

  .template-product .product-form {
    margin-top: 10px !important;
  }

  /* Small “Limited stock…” line */
  .template-product .product__inventory,
  .template-product .product__text.subtitle,
  .template-product .product__description + p {
    font-size: 13px !important;
    opacity: 0.8;
  }

  /* Description headings (e.g., “Fast recovery, anytime.”) */
  .template-product .rte h1,
  .template-product .rte h2,
  .template-product .rte h3 {
    font-size: clamp(18px, 5.2vw, 24px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.015em !important;
    margin: 18px 0 10px !important;
  }

  /* Description paragraph readability */
  .template-product .rte p,
  .template-product .product__description p {
    font-size: 15.5px !important;
    line-height: 1.7 !important;
    margin: 0 0 12px !important;
  }

  /* Accordions / collapsible rows */
  .template-product .accordion {
    border-radius: 16px !important;
    overflow: hidden;
  }

  .template-product .accordion summary {
    padding: 14px 0 !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  /* Icon-with-text “trust badges” (if your blocks use Dawn’s component) */
  .template-product .icon-with-text {
    margin-top: 14px !important;
    gap: 10px !important;
  }

  .template-product .icon-with-text__item {
    border-radius: 16px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(0,0,0,0.07);
    background: rgba(0,0,0,0.03);
  }

  .template-product .icon-with-text__heading {
    font-size: 14px !important;
    margin-bottom: 2px !important;
  }

  .template-product .icon-with-text__text {
    font-size: 13px !important;
    opacity: 0.8;
  }
}
/* === Premium "trust boxes" on product page (mobile) === */
@media (max-width: 749px) {
  /* Targets Dawn's Icon-with-text AND common custom blocks inside product info */
  .template-product .product__info-wrapper .icon-with-text,
  .template-product .product__info-wrapper .multicolumn,
  .template-product .product__info-wrapper .rte,
  .template-product .product__info-wrapper .product__description {
    scroll-margin-top: 90px;
  }

  /* If it's Dawn's Icon-with-text block */
  .template-product .product__info-wrapper .icon-with-text {
    display: grid !important;
    gap: 10px !important;
    margin: 14px 0 18px !important;
  }

  .template-product .product__info-wrapper .icon-with-text__item {
    border: 1px solid rgba(0,0,0,0.08) !important;
    background: rgba(0,0,0,0.03) !important;
    border-radius: 16px !important;
    padding: 12px 14px !important;
    align-items: center !important;
  }

  .template-product .product__info-wrapper .icon-with-text__heading {
    font-size: 14px !important;
    line-height: 1.25 !important;
    margin: 0 0 2px !important;
    font-weight: 650 !important;
  }

  .template-product .product__info-wrapper .icon-with-text__text {
    font-size: 13px !important;
    line-height: 1.35 !important;
    opacity: 0.78 !important;
    margin: 0 !important;
  }

  /* If it's a Multicolumn block used as 3 cards */
  .template-product .product__info-wrapper .multicolumn-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 14px 0 18px !important;
  }

  .template-product .product__info-wrapper .multicolumn-card {
    border: 1px solid rgba(0,0,0,0.08) !important;
    background: rgba(0,0,0,0.03) !important;
    border-radius: 16px !important;
    padding: 12px 14px !important;
    box-shadow: none !important;
  }

  /* If it's custom HTML like <div class="trust">... */
  .template-product .product__info-wrapper .trust,
  .template-product .product__info-wrapper .trust-item,
  .template-product .product__info-wrapper .usp,
  .template-product .product__info-wrapper .usp-item {
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(0,0,0,0.03);
    border-radius: 16px;
    padding: 12px 14px;
    margin: 10px 0;
  }
}

@media (max-width: 749px) {
  .template-product .product__info-container > * {
    margin-top: 0 !important;
  }
  .template-product .product__info-container > * + * {
    margin-top: 14px !important;
  }
}
/* === Premium trust boxes inside PRODUCT DESCRIPTION (Dawn) === */
@media (max-width: 749px) {
  .template-product .product__description .icon-with-text {
    display: grid !important;
    gap: 10px !important;
    margin: 14px 0 18px !important;
  }

  .template-product .product__description .icon-with-text__item {
    border: 1px solid rgba(0,0,0,0.08) !important;
    background: rgba(0,0,0,0.03) !important;
    border-radius: 16px !important;
    padding: 12px 14px !important;
    align-items: center !important;
  }

  .template-product .product__description .icon-with-text__heading {
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
    margin: 0 0 2px !important;
    letter-spacing: -0.01em !important;
  }

  .template-product .product__description .icon-with-text__text {
    font-size: 13px !important;
    line-height: 1.35 !important;
    opacity: 0.78 !important;
    margin: 0 !important;
  }

  /* tighten the gap between ATC and the start of description */
  .template-product .product__description {
    margin-top: 14px !important;
  }
}
/* Premium mobile product title (Dawn) */
@media (max-width: 749px) {
  .template-product .product__title h1 {
    font-size: 26px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em !important;
    text-transform: none !important;
    margin-bottom: 10px !important;
    text-wrap: balance;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .template-product .product__text { /* vendor line */
    letter-spacing: 0.10em !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    opacity: 0.75;
  }
}
/* Product cards: stop all-caps + improve wrapping */
@media (max-width: 749px) {
  .card__heading,
  .card__heading a,
  .full-unstyled-link {
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
  }
}
/* Final mobile polish for product header (Dawn) */
@media (max-width: 749px) {

  /* tighten gap under the media */
  .template-product .product__media-list { margin-bottom: 10px !important; }

  /* vendor line */
  .template-product .product__text {
    margin: 6px 0 6px !important;
    font-size: 11px !important;
    letter-spacing: 0.10em !important;
    opacity: 0.72 !important;
  }

  /* product title: smaller + tighter for premium look */
  .template-product .product__title h1 {
    font-size: clamp(22px, 5.4vw, 26px) !important;
    line-height: 1.10 !important;
    letter-spacing: -0.025em !important;
    font-weight: 650 !important;
    margin: 0 0 10px !important;
    text-transform: none !important;
    text-wrap: balance;
  }

  /* slightly tighten price spacing */
  .template-product .price { margin-top: 6px !important; }
}
/* ================================
   FocusFlow — Premium Product Page Pack (Dawn)
   Scoped to product pages only
=================================== */

.template-product .main-content {
  background: transparent;
}

/* Page width + breathing room */
.template-product .page-width {
  max-width: 1200px;
}

/* --- Premium “card” around the whole product section --- */
.template-product .product {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 22px;
  padding: clamp(18px, 2.2vw, 28px);
  box-shadow: 0 18px 50px rgba(0,0,0,.06);
}

/* Desktop spacing between media & info */
@media (min-width: 750px) {
  .template-product .product__info-wrapper {
    padding-left: clamp(18px, 2vw, 34px);
  }
}

/* --- Media polish --- */
.template-product .product__media,
.template-product .product__media img,
.template-product .product__media-item,
.template-product .product__modal-opener {
  border-radius: 20px;
  overflow: hidden;
}

/* Thumbnails: more premium */
.template-product .thumbnail-list__item .thumbnail {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
}
.template-product .thumbnail[aria-current="true"] {
  outline: 2px solid rgba(0,0,0,.35);
  outline-offset: 2px;
}

/* --- Vendor + Title + Price hierarchy --- */
.template-product .product__text {
  font-size: 11px;
  letter-spacing: .12em;
  opacity: .75;
  margin: 4px 0 6px !important;
  text-transform: uppercase;
}

.template-product .product__title h1 {
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 12px !important;
  text-wrap: balance;
}

.template-product .price {
  margin-top: 6px !important;
  gap: 10px;
  align-items: baseline;
}
.template-product .price-item {
  letter-spacing: -0.01em;
}

/* --- Sale badge pill --- */
.template-product .badge {
  border-radius: 999px !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
}

/* --- Quantity + CTA premium feel --- */
.template-product .quantity {
  border-radius: 16px !important;
  min-height: 48px !important;
}
.template-product .product-form__submit.button {
  border-radius: 16px !important;
  min-height: 56px !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.14) !important;
}

/* --- “Limited stock…” line --- */
.template-product .product__inventory,
.template-product .product__text.subtitle {
  font-size: 13px !important;
  opacity: .8;
}

/* --- Trust boxes (Icon with text) look premium --- */
.template-product .icon-with-text {
  display: grid !important;
  gap: 10px !important;
  margin: 16px 0 18px !important;
}
.template-product .icon-with-text__item {
  border-radius: 16px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  background: rgba(0,0,0,.03) !important;
}
.template-product .icon-with-text__heading {
  font-size: 14px !important;
  font-weight: 650 !important;
  margin: 0 0 2px !important;
}
.template-product .icon-with-text__text {
  font-size: 13px !important;
  opacity: .78 !important;
  margin: 0 !important;
}

/* --- Description: better readability --- */
.template-product .product__description p,
.template-product .rte p {
  font-size: 16px;
  line-height: 1.75;
}

/* --- Accordions: turn into clean cards --- */
.template-product .accordion {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  overflow: hidden;
}
.template-product .accordion + .accordion {
  margin-top: 10px;
}
.template-product .accordion summary {
  padding: 14px 16px !important;
  font-size: 15px !important;
  letter-spacing: .02em;
}
.template-product .accordion__content {
  padding: 0 16px 14px !important;
}

/* --- Mobile: tighter + more premium spacing --- */
@media (max-width: 749px) {
  .template-product .page-width { padding-left: 16px !important; padding-right: 16px !important; }
  .template-product .product { border-radius: 20px; padding: 16px; }
  .template-product .product__media-list { margin-bottom: 10px !important; }

  .template-product .product__title h1 {
    font-size: clamp(22px, 5.3vw, 28px) !important;
    line-height: 1.10 !important;
    margin-bottom: 10px !important;
  }
}
/* === FIX: FORCE GIF TO FILL SQUARE (DESKTOP ONLY) === */
@media screen and (min-width: 750px) {
  .product__media-item .media {
      height: 100% !important;
      width: 100% !important;
      padding-bottom: 0 !important; 
      aspect-ratio: 1 / 1 !important;
  }

  .product__media-item .media img {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important; 
      max-width: none !important; 
  }
}
/* =========================================================
   FocusFlow — Premium Product Page Cleanup (Dawn)
   Scope: product pages only
   ========================================================= */

.template-product .product__info-container {
  /* Slightly tighter overall text rhythm */
  line-height: 1.55;
}

/* ---------- ACCORDIONS (collapsible rows) ---------- */

/* Reduce spacing between each accordion row */
.template-product .product__info-container details.accordion {
  margin-top: 8px !important;
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* Make the accordion title area tighter */
.template-product .product__info-container details.accordion > summary {
  padding: 10px 0 !important;
}

/* Reduce the empty space inside the opened content */
.template-product .product__info-container details.accordion .accordion__content {
  padding-top: 6px !important;
  padding-bottom: 10px !important;
}

/* Fix the “too much space” between paragraphs (your screenshot issue) */
.template-product .product__info-container details.accordion .accordion__content p {
  margin: 0 0 10px !important;
}

/* If you used line breaks <br>, reduce extra gaps */
.template-product .product__info-container details.accordion .accordion__content br {
  content: "";
  display: block;
  margin: 6px 0;
}

/* Make lists look cleaner if you switch benefits to bullet points later */
.template-product .product__info-container details.accordion .accordion__content ul,
.template-product .product__info-container details.accordion .accordion__content ol {
  margin: 0 0 10px 18px !important;
  padding: 0 !important;
}
.template-product .product__info-container details.accordion .accordion__content li {
  margin: 0 0 8px !important;
}

/* ---------- SECTION SPACING UNDER BUY BOX ---------- */

/* Tighten spacing between the short hook text and accordion stack */
.template-product .product__info-container .product__description {
  margin-top: 12px !important;
}

/* ---------- MOBILE TUNING ---------- */
@media (max-width: 749px) {
  /* Slightly tighter headings + content on small screens */
  .template-product .product__info-container details.accordion {
    margin-top: 6px !important;
  }

  .template-product .product__info-container details.accordion > summary {
    padding: 9px 0 !important;
  }

  .template-product .product__info-container details.accordion .accordion__content {
    padding-top: 6px !important;
    padding-bottom: 10px !important;
  }

  .template-product .product__info-container details.accordion .accordion__content p {
    margin: 0 0 9px !important;
  }
}
/* =========================================================
   FocusFlow — Product Page Premium Cleanup (Dawn)
   Scope: product pages only (safe)
   ========================================================= */

/* ---------- Title / price sizing ---------- */
.template-product .product__title h1 {
  font-size: clamp(22px, 2.1vw, 36px) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 10px !important;
}

.template-product .product__text {
  margin-bottom: 6px !important;
}

.template-product .price .price-item {
  font-size: clamp(18px, 1.4vw, 24px) !important;
  line-height: 1.1 !important;
}

.template-product .price .price-item--regular {
  opacity: 0.75 !important;
  font-size: clamp(14px, 1.1vw, 18px) !important;
}

.template-product .badge,
.template-product .price__badge-sale,
.template-product .price__badge-sold-out {
  font-size: 12px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
}

/* ---------- Variant pills / quantity spacing ---------- */
.template-product .product-form__input input[type="radio"] + label {
  padding: 10px 14px !important;
  font-size: 14px !important;
  border-radius: 999px !important;
}

.template-product .quantity__button,
.template-product .quantity__input {
  min-height: 44px !important;
}

/* ---------- Add to cart button (cleaner height) ---------- */
.template-product .product-form__buttons .button {
  min-height: 48px !important;
  padding: 14px 18px !important;
}

/* ---------- Trust badge cards (Icon with text block) ---------- */
.template-product .icon-with-text {
  gap: 10px !important;
}

.template-product .icon-with-text__item {
  padding: 10px 12px !important;
}

.template-product .icon-with-text__heading {
  font-size: 14px !important;
  line-height: 1.2 !important;
}

.template-product .icon-with-text__text {
  font-size: 13px !important;
  line-height: 1.3 !important;
}

/* ---------- Accordions (Collapsible rows) ---------- */
.template-product details.accordion {
  margin-top: 6px !important;
}

.template-product details.accordion > summary {
  padding: 10px 0 !important;
}

.template-product details.accordion .accordion__title {
  font-size: 14px !important;
  letter-spacing: 0.04em !important; /* less “spaced out” */
  line-height: 1.25 !important;
}

.template-product details.accordion .accordion__content {
  padding-top: 6px !important;
  padding-bottom: 10px !important;
}

.template-product details.accordion .accordion__content,
.template-product details.accordion .accordion__content .rte {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

/* This fixes the “big gaps” between lines you showed */
.template-product details.accordion .accordion__content p {
  margin: 0 0 8px !important;
}

/* If your benefits are separate lines, this keeps it tight */
.template-product details.accordion .accordion__content br {
  display: block;
  margin: 6px 0;
  content: "";
}

/* ---------- Mobile tuning ---------- */
@media (max-width: 749px) {
  .template-product .product__title h1 {
    font-size: 24px !important;
    line-height: 1.12 !important;
  }

  .template-product .price .price-item {
    font-size: 20px !important;
  }

  .template-product details.accordion > summary {
    padding: 9px 0 !important;
  }

  .template-product details.accordion .accordion__title {
    font-size: 13px !important;
    letter-spacing: 0.03em !important;
  }

  .template-product details.accordion .accordion__content,
  .template-product details.accordion .accordion__content .rte {
    font-size: 14px !important;
  }
}
/* =========================================================
   FocusFlow — Premium Product Page Cleanup (Dawn)
   Scope: PRODUCT PAGES ONLY
   ========================================================= */

/* Make typography feel cleaner overall (product pages only) */
.template-product {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

/* -------- Title + price sizing (Desktop + Mobile) -------- */
.template-product .product__title h1 {
  font-size: clamp(22px, 2.0vw, 34px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 10px !important;
}

.template-product .price {
  margin-top: 6px !important;
}

.template-product .price .price-item {
  font-size: clamp(18px, 1.35vw, 24px) !important;
  line-height: 1.1 !important;
}

.template-product .price .price-item--regular {
  font-size: clamp(14px, 1.1vw, 18px) !important;
  opacity: 0.75 !important;
}

/* Sale badge smaller + cleaner */
.template-product .badge,
.template-product .price__badge-sale,
.template-product .price__badge-sold-out {
  font-size: 12px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
}

/* -------- Variant pills + quantity -------- */
.template-product .product-form__input input[type="radio"] + label {
  padding: 10px 14px !important;
  font-size: 14px !important;
  border-radius: 999px !important;
}

.template-product .quantity__button,
.template-product .quantity__input {
  min-height: 42px !important;
}

/* -------- Add to cart button -------- */
.template-product .product-form__buttons .button {
  min-height: 48px !important;
  padding: 14px 18px !important;
}

/* -------- Trust badges (Icon with text) -------- */
.template-product .icon-with-text__item {
  padding: 10px 12px !important;
}

.template-product .icon-with-text__heading {
  font-size: 14px !important;
  line-height: 1.2 !important;
}

.template-product .icon-with-text__text {
  font-size: 13px !important;
  line-height: 1.3 !important;
}

/* -------- Collapsible rows (Accordions) -------- */
.template-product details.accordion {
  margin-top: 6px !important; /* tighter stack */
}

.template-product details.accordion > summary {
  padding: 10px 0 !important; /* tighter header */
}

.template-product details.accordion .accordion__title {
  font-size: 14px !important;     /* smaller heading */
  letter-spacing: 0.03em !important;
  line-height: 1.25 !important;
}

.template-product details.accordion .accordion__content {
  padding-top: 6px !important;
  padding-bottom: 10px !important;
}

.template-product details.accordion .accordion__content,
.template-product details.accordion .accordion__content .rte {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

/* This fixes your “big gaps between lines” */
.template-product details.accordion .accordion__content p {
  margin: 0 0 8px !important;
}

/* If you used line breaks, keep them tight */
.template-product details.accordion .accordion__content br {
  display: block;
  margin: 6px 0;
  content: "";
}

/* -------- Mobile tuning -------- */
@media (max-width: 749px) {
  .template-product .product__title h1 {
    font-size: 23px !important;  /* smaller title on phone */
    line-height: 1.10 !important;
  }

  .template-product .price .price-item {
    font-size: 20px !important;
  }

  .template-product details.accordion > summary {
    padding: 9px 0 !important;
  }

  .template-product details.accordion .accordion__title {
    font-size: 13px !important;
    letter-spacing: 0.025em !important;
  }
}
/* =========================================================
   FocusFlow — Product Page Premium Cleanup (v2) — Dawn
   Paste at VERY BOTTOM of base.css
   ========================================================= */

/* PRODUCT TITLE (works for both Dawn structures) */
.template-product :is(h1.product__title, .product__title h1) {
  font-size: clamp(22px, 2.0vw, 34px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 10px !important;
}

/* PRICE (cleaner + slightly smaller) */
.template-product .price .price-item {
  font-size: clamp(18px, 1.35vw, 24px) !important;
  line-height: 1.1 !important;
}
.template-product .price .price-item--regular {
  font-size: clamp(14px, 1.05vw, 18px) !important;
  opacity: 0.75 !important;
}

/* Reduce “everything is big/roomy” in the right column */
.template-product .product__info-container > * + * {
  margin-top: 14px !important; /* reduces vertical gaps between blocks */
}

/* Badge (Sale) smaller + more premium */
.template-product .badge,
.template-product .price__badge-sale,
.template-product .price__badge-sold-out {
  font-size: 12px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
}

/* Variant pills tighter */
.template-product .product-form__input input[type="radio"] + label {
  padding: 10px 14px !important;
  font-size: 14px !important;
  border-radius: 999px !important;
}

/* Trust badge cards tighter */
.template-product .icon-with-text__item {
  padding: 10px 12px !important;
}
.template-product .icon-with-text__heading {
  font-size: 14px !important;
  line-height: 1.2 !important;
}
.template-product .icon-with-text__text {
  font-size: 13px !important;
  line-height: 1.3 !important;
}

/* ACCORDIONS tighter */
.template-product details.accordion {
  margin-top: 6px !important;
}
.template-product details.accordion > summary {
  padding: 10px 0 !important;
}
.template-product details.accordion .accordion__title {
  font-size: 14px !important;
  letter-spacing: 0.03em !important;
  line-height: 1.25 !important;
}
.template-product details.accordion .accordion__content {
  padding-top: 6px !important;
  padding-bottom: 10px !important;
}
.template-product details.accordion .accordion__content p {
  margin: 0 0 8px !important; /* fixes big gaps like your screenshot */
}

/* MOBILE: smaller headings + tighter accordions */
@media (max-width: 749px) {
  .template-product :is(h1.product__title, .product__title h1) {
    font-size: 23px !important;
    line-height: 1.10 !important;
  }
  .template-product .price .price-item {
    font-size: 20px !important;
  }
  .template-product details.accordion > summary {
    padding: 9px 0 !important;
  }
  .template-product details.accordion .accordion__title {
    font-size: 13px !important;
    letter-spacing: 0.025em !important;
  }
}
/* =========================================================
   THE FOCUS FLOW — CLEANUP PACK (Dawn)
   Paste at the VERY BOTTOM of assets/base.css
   Goal: reduce unwanted padding + fix mobile heading sizes
   ========================================================= */

/* ---------------------------
   1) Global spacing/rhythm
---------------------------- */

/* Slightly tighter horizontal gutters on mobile */
@media (max-width: 749px){
  .page-width { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
}

/* Reduce “big empty gaps” between sections */
@media (max-width: 749px){
  .section + .section { margin-top: 2.6rem !important; }
  hr { margin: 3.2rem 0 !important; }
}
@media (min-width: 750px){
  .section + .section { margin-top: 4.6rem !important; }
  hr { margin: 5rem 0 !important; }
}

/* Tighten generic section titles spacing (collection/blog etc.) */
@media (max-width: 749px){
  .title, .title-wrapper-with-link { margin: 2rem 0 1.2rem !important; }
  .title-wrapper { margin-bottom: 1.6rem !important; }
}
@media (min-width: 990px){
  .title, .title-wrapper-with-link { margin: 3.2rem 0 1.8rem !important; }
  .title-wrapper { margin-bottom: 2.2rem !important; }
}

/* ---------------------------
   2) Headings: fix mobile sizes
---------------------------- */

/* Global mobile heading scale (prevents “giant text” everywhere) */
@media (max-width: 749px){
  h1, .h1 { font-size: clamp(2.2rem, 6.2vw, 3.0rem) !important; line-height: 1.15 !important; }
  h2, .h2 { font-size: clamp(1.8rem, 4.8vw, 2.2rem) !important; line-height: 1.2 !important; }
  h3, .h3 { font-size: clamp(1.6rem, 4.2vw, 1.9rem) !important; line-height: 1.25 !important; }
}

/* ---------------------------
   3) Header: remove extra padding + stop huge logo
---------------------------- */

/* Keep header compact and consistent */
.header { padding-top: 8px !important; padding-bottom: 8px !important; }

/* Stop the “logo became massive” problem (you have multiple logo rules above) */
.header__heading-link { padding: 0 !important; line-height: 0 !important; }
.header__heading-logo{
  width: auto !important;
  max-width: 220px !important;
  max-height: 52px !important;
}
@media (max-width: 749px){
  .header__heading-logo{ max-width: 180px !important; max-height: 44px !important; }
}

/* Slightly tighter nav links */
.header__menu-item{
  padding: 10px 10px !important;
  font-size: 14px !important;
  letter-spacing: .01em !important;
}

/* ---------------------------
   4) Product page: premium, tighter, and MOBILE-friendly
---------------------------- */

body.template-product .page-width{
  padding-top: 14px !important;
  padding-bottom: 28px !important;
}

/* Remove “random huge spacing” inside the product column */
body.template-product .product__info-container > * + *{
  margin-top: 0.9rem !important;
}

/* Product title (this is the big one causing ugly 3–4 lines) */
body.template-product .product__title h1{
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.08 !important;
  margin: 0 0 10px !important;

  /* Balanced sizing across devices */
  font-size: clamp(2.2rem, 4.8vw, 3.4rem) !important;
  text-wrap: balance;
}

/* Mobile: keep the title from feeling oversized */
@media (max-width: 749px){
  body.template-product .product__title h1{
    font-size: clamp(2.0rem, 6.2vw, 2.6rem) !important;
  }
}

/* Price: slightly tighter */
body.template-product .price{ margin: 6px 0 12px !important; }

/* Description: readable + not “wall of text” */
body.template-product .product__description,
body.template-product .product__description.rte,
body.template-product .rte{
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: rgba(var(--color-foreground), .86) !important;
}
body.template-product .product__description p,
body.template-product .rte p{ margin: 0 0 12px !important; }

/* Accordions/collapsibles: premium spacing, less bulky */
body.template-product details,
body.template-product .accordion{
  border-radius: 16px !important;
  margin: 10px 0 !important;
}
body.template-product details > summary,
body.template-product .accordion summary{
  padding: 12px 12px !important;
}
body.template-product .accordion__content,
body.template-product details .accordion__content{
  padding: 12px 12px 14px !important;
}

/* Buttons: slightly tighter on mobile, still premium */
@media (max-width: 749px){
  .button,
  .product-form__submit,
  .shopify-payment-button__button--unbranded{
    min-height: 48px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    letter-spacing: .06rem !important;
  }
}

/* Main product image: never crop */
body.template-product .product__media-list img,
body.template-product .product__media-list video{
  object-fit: contain !important;
}

/* Thumbnails: keep them clean squares */
body.template-product .thumbnail img{
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

/* ---------------------------
   5) OPTIONAL: If you truly have duplicate descriptions
   (only keep if you SEE the same description twice)
---------------------------- */

body.template-product .product__description + .product__description{
  display: none !important;
}

/* MOBILE: tighten spacing on right product column */
@media (max-width: 749px){

  /* Main product info column */
  .product__info-container > *{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Control spacing BETWEEN items */
  .product__info-container > * + *{
    margin-top: 10px !important; /* ← adjust (8–12px ideal) */
  }

  /* Reduce spacing around price */
  .price{
    margin: 4px 0 6px !important;
  }

  /* Quantity + stock text */
  .quantity,
  .product__text{
    margin: 6px 0 !important;
  }

  /* Add to cart button spacing */
  .product-form{
    margin-top: 8px !important;
  }

  /* Trust badges / icon blocks */
  .product__info-container .icon-with-text{
    margin-top: 8px !important;
  }

  /* Description spacing */
  .product__description{
    margin-top: 12px !important;
  }
}
/* Tighten product accordions (collapsible rows) */
.product__accordion,
.accordion,
.collapsible-content{
  margin: 0 !important;
}

.product__accordion .accordion__title,
.accordion summary{
  padding: 12px 0 !important;   /* space inside each row */
}

.product__accordion .accordion__content,
.accordion__content{
  padding: 10px 0 14px !important; /* space when opened */
}

.product__accordion .accordion__title + .accordion__content{
  margin-top: 0 !important;
}
/* =========================================================
   PRODUCT PAGE – Tighten accordion/collapsible rows spacing
   (Key Benefits / Why you'll love it / Best for / etc.)
   Works in Dawn
========================================================= */

/* Desktop + Mobile defaults */
body.template-product .product__accordion,
body.template-product .accordion,
body.template-product .collapsible-content {
  margin: 0 !important;
  padding: 0 !important;
}

/* Reduce vertical padding inside each row (the clickable header line) */
body.template-product .accordion summary,
body.template-product .product__accordion .accordion__title,
body.template-product .collapsible-content summary {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Reduce spacing for opened content */
body.template-product .accordion__content,
body.template-product .product__accordion .accordion__content,
body.template-product .collapsible-content__content {
  padding-top: 8px !important;
  padding-bottom: 10px !important;
  margin-top: 0 !important;
}

/* Remove extra gaps between accordion items (some Dawn versions add this) */
body.template-product .accordion + .accordion,
body.template-product .product__accordion .accordion + .accordion {
  margin-top: 0 !important;
}

/* Mobile: slightly tighter */
@media (max-width: 749px){
  body.template-product .accordion summary,
  body.template-product .product__accordion .accordion__title,
  body.template-product .collapsible-content summary {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  body.template-product .accordion__content,
  body.template-product .product__accordion .accordion__content,
  body.template-product .collapsible-content__content {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
/* --- Cart notification (Item added to your cart) --- */

/* Make the popup smaller */
.cart-notification {
  width: min(420px, calc(100vw - 2rem)) !important;
  max-width: 420px !important;
}

/* Reduce padding inside the popup */
.cart-notification-wrapper {
  padding: 16px !important;
}

/* Smaller headline + no ALL CAPS */
.cart-notification__heading {
  font-size: 26px !important;
  line-height: 1.1 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Smaller product title + no ALL CAPS */
.cart-notification-product__name,
.cart-notification-product__name a {
  font-size: 13px !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Mobile tweak */
@media screen and (max-width: 749px) {
  .cart-notification { width: calc(100vw - 24px) !important; }
  .cart-notification__heading { font-size: 22px !important; }
}
/* =========================
   PREMIUM CART PAGE (DAWN)
   ========================= */

/* Constrain width + reduce dead space */
.template-cart .page-width {
  max-width: 1200px;
}

.template-cart .cart {
  padding-top: 28px !important;
  padding-bottom: 48px !important;
}

/* Make the main title less huge */
.template-cart .title--primary {
  font-size: 34px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
}

/* Desktop: 2-column layout (items left, summary right) */
@media screen and (min-width: 990px) {
  .template-cart .cart__contents {
    display: grid !important;
    grid-template-columns: 1.55fr 0.85fr !important;
    gap: 28px !important;
    align-items: start !important;
  }

  /* Keep summary visible while scrolling */
  .template-cart .cart__footer {
    position: sticky !important;
    top: 90px !important; /* adjust if your header is taller */
  }

  .template-cart .cart__footer-wrapper {
    margin-top: 0 !important;
  }
}

/* Turn the cart items area into a clean card */
.template-cart cart-items,
.template-cart .cart__items {
  display: block;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  overflow: hidden;
}

/* Make each item row tighter + cleaner */
.template-cart .cart-item {
  padding: 16px !important;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.template-cart .cart-item:last-child {
  border-bottom: 0;
}

.template-cart .cart-item__image img {
  border-radius: 14px !important;
}

/* Product title: smaller + not shouty */
.template-cart .cart-item__name,
.template-cart .cart-item__name a {
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Variant text (Color: etc.) */
.template-cart .product-option {
  font-size: 12.5px !important;
  opacity: 0.75 !important;
}

/* Summary panel as a card */
.template-cart .cart__footer {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 20px !important;
}

/* Fix the “Estimated total” being gigantic */
.template-cart .totals__total {
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.template-cart .totals__total-value {
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* Make buttons look premium */
.template-cart .cart__checkout-button,
.template-cart .button,
.template-cart .shopify-cleanslate ._1fragem,
.template-cart .cart__ctas button {
  border-radius: 14px !important;
}

/* Tidy spacing around checkout area */
.template-cart .cart__ctas {
  margin-top: 12px !important;
}
.template-cart .cart__dynamic-checkout-buttons {
  margin-top: 10px !important;
}

/* Mobile: keep it compact */
@media screen and (max-width: 749px) {
  .template-cart .title--primary { font-size: 28px !important; }
  .template-cart .cart-item { padding: 14px !important; }
  .template-cart .cart__footer { padding: 16px !important; }
}
/* =========================
   THE FOCUS FLOW — PREMIUM CART PAGE (DAWN)
   ========================= */

/* --- Page width + spacing --- */
#MainContent .cart {
  padding-top: 28px !important;
  padding-bottom: 52px !important;
}

#MainContent .cart .page-width {
  max-width: 1180px !important;
}

/* --- Cart title: smaller & premium --- */
#MainContent .cart__title,
#MainContent .title--primary {
  font-size: 34px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
}

/* --- Desktop layout: items left, summary right --- */
@media screen and (min-width: 990px) {
  #MainContent .cart__contents {
    display: grid !important;
    grid-template-columns: 1.55fr 0.85fr !important;
    gap: 28px !important;
    align-items: start !important;
  }

  /* Make totals box sticky */
  #MainContent .cart__footer {
    position: sticky !important;
    top: 96px !important; /* adjust if needed */
  }
}

/* --- Cart items block becomes a card --- */
#MainContent cart-items,
#MainContent .cart__items {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}

/* --- Each row cleaner --- */
#MainContent .cart-item {
  padding: 16px !important;
  border-bottom: 1px solid rgba(0,0,0,.06) !important;
}
#MainContent .cart-item:last-child {
  border-bottom: 0 !important;
}

#MainContent .cart-item__image img {
  border-radius: 14px !important;
}

/* --- Product name: not ALL CAPS, smaller --- */
#MainContent .cart-item__name,
#MainContent .cart-item__name a {
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* --- Variant line (Color: etc.) --- */
#MainContent .product-option,
#MainContent .cart-item__details * {
  text-transform: none !important;
}

/* --- Summary/totals area becomes a card --- */
#MainContent .cart__footer {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 18px !important;
  padding: 18px !important;
}

/* --- Fix “Estimated total” giant text --- */
#MainContent .totals__total,
#MainContent .totals__subtotal {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

#MainContent .totals__total-value,
#MainContent .totals__subtotal-value {
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* --- Checkout button premium --- */
#MainContent .cart__checkout-button,
#MainContent .cart__ctas .button {
  border-radius: 14px !important;
}

/* --- Reduce extra whitespace around the footer --- */
#MainContent .cart__footer-wrapper {
  margin-top: 0 !important;
}

/* --- Mobile tweaks --- */
@media screen and (max-width: 749px) {
  #MainContent .cart__title,
  #MainContent .title--primary {
    font-size: 28px !important;
  }
  #MainContent .cart__footer {
    padding: 16px !important;
  }
}
/* Cart notification popup smaller + cleaner */
.cart-notification {
  width: min(420px, calc(100vw - 24px)) !important;
  border-radius: 16px !important;
}

.cart-notification__heading {
  font-size: 20px !important;
  text-transform: none !important;
}

.cart-notification-product__name {
  font-size: 13px !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}
/* CART PAGE — tighten top spacing + smaller heading */
.template-cart .cart {
  padding-top: 10px !important;   /* reduce top gap */
}

.template-cart .cart__title,
.template-cart .title--primary {
  font-size: 32px !important;     /* smaller “Your cart” */
  line-height: 1.15 !important;
  margin: 0 0 14px !important;    /* remove extra top margin */
}

/* If your theme is using the auto padding class, override it too */
.section-template--cart__main-padding {
  padding-top: 10px !important;
}
/* =========================
   CART PAGE – CLEANUP
   ========================= */

/* Smaller cart title + less top whitespace */
.template-cart .title-wrapper-with-link {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 16px !important;
}

.template-cart .title-wrapper-with-link .title,
.template-cart h1.title--primary {
  font-size: 32px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
}

/* Remove extra space above the cart content area */
.template-cart #MainContent {
  padding-top: 0 !important;
}

/* Fix "TOTAL" / header text getting clipped */
.template-cart .cart-items thead th,
.template-cart .cart-items td,
.template-cart .cart-items th {
  overflow: visible !important;
}

/* Give the last column breathing room so TOTAL doesn't get cut */
.template-cart .cart-items th:last-child,
.template-cart .cart-items td:last-child {
  padding-right: 16px !important;
  min-width: 80px;
}

/* Give the first column breathing room too */
.template-cart .cart-items th:first-child,
.template-cart .cart-items td:first-child {
  padding-left: 16px !important;
}
.template-cart .cart-items thead th {
  letter-spacing: 0.04em !important; /* was usually larger */
  font-size: 11px !important;
}
/* =========================
   DAWN – CART PAGE FIXES
   ========================= */

/* Remove the huge top whitespace on cart page */
body.template-cart #MainContent {
  padding-top: 0 !important;
}

/* Reduce top padding created by section padding classes */
body.template-cart [class*="section-"][class*="-padding"] {
  padding-top: 18px !important;
  padding-bottom: 24px !important;
}

/* Make "Your cart" smaller + tighter */
body.template-cart .main-page-title,
body.template-cart h1 {
  font-size: 34px !important;
  line-height: 1.15 !important;
  margin: 0 0 14px !important;
  letter-spacing: -0.02em !important;
}

/* Reduce space around the title row if it exists */
body.template-cart .title-wrapper-with-link {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Fix header row text clipping (PRODUCT / TOTAL) */
body.template-cart .cart-items thead th,
body.template-cart .cart-items td,
body.template-cart .cart-items th {
  overflow: visible !important;
}

body.template-cart .cart-items th:last-child,
body.template-cart .cart-items td:last-child {
  padding-right: 16px !important;
}
/* =========================
   PREMIUM EMPTY CART (DAWN)
   ========================= */

/* Page spacing */
body.template-cart #MainContent {
  padding-top: 18px !important;
  padding-bottom: 60px !important;
}

/* Target empty cart state */
body.template-cart .cart__warnings,
body.template-cart .cart-empty,
body.template-cart .cart__empty-text,
body.template-cart .cart__contents:empty + .cart__warnings {
  max-width: 760px;
  margin: 30px auto 0 !important;
  padding: 38px 34px !important;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,.06);
}

/* Headline "Your cart is empty" */
body.template-cart .cart__empty-text,
body.template-cart .cart__warnings h1,
body.template-cart .cart__warnings .h2 {
  font-size: 40px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 10px !important;
}

/* Subtext (if present) */
body.template-cart .cart__warnings p,
body.template-cart .cart__warnings .text-body {
  font-size: 16px !important;
  opacity: .8;
  margin: 0 0 18px !important;
}

/* Premium button */
body.template-cart .cart__warnings a.button,
body.template-cart .cart__warnings .button {
  min-height: 48px;
  padding: 12px 18px !important;
  border-radius: 12px !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none !important;
}

/* "Have an account?" block */
body.template-cart .cart__warnings .customer-login,
body.template-cart .cart__warnings .cart__login-paragraph,
body.template-cart .cart__warnings .cart__login-title {
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(0,0,0,.08);
}

/* Make "Have an account?" less huge + more premium */
body.template-cart .cart__warnings .cart__login-title,
body.template-cart .cart__warnings h2 {
  font-size: 22px !important;
  margin: 0 0 6px !important;
  letter-spacing: -0.01em;
}

/* Make the login link look nicer */
body.template-cart .cart__warnings a:not(.button) {
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  opacity: .85;
}
/* Premium cart polish (Dawn) */
body.template-cart #MainContent{padding-top:16px!important}
.template-cart .title,.template-cart .main-page-title{text-transform:none!important;letter-spacing:-.02em;font-size:44px;margin:0 0 18px}
.template-cart .cart-items{width:100%;overflow-x:auto}
.template-cart .cart__items{border:1px solid rgba(0,0,0,.08);border-radius:18px;overflow:hidden;background:#fff}
.template-cart .cart__footer .cart__blocks{border:1px solid rgba(0,0,0,.08);border-radius:18px;background:#fff;padding:22px}
.template-cart .totals__total{font-size:16px}
.template-cart .totals__total-value{font-size:22px;font-weight:700}
.template-cart .cart__ctas button{border-radius:14px;min-height:52px}
.template-cart .additional-checkout-buttons{margin-top:12px}

/* Empty cart card */
.template-cart .cart__warnings{max-width:760px;margin:28px auto 0!important;padding:32px!important;border:1px solid rgba(0,0,0,.08);border-radius:18px;background:#fff;box-shadow:0 16px 40px rgba(0,0,0,.08);text-align:center}
.template-cart .cart__warnings .button{text-transform:none;border-radius:12px;min-height:48px}



/* =========================================================
   THE FOCUS FLOW — BUNDLES PAGE (FINAL, SINGLE SOURCE OF TRUTH)
   Page: /pages/bundles  (Shopify adds: body.page-bundles)
   Paste at VERY BOTTOM of base.css
   ========================================================= */

body.page-bundles #MainContent{
  --bxMax: 1120px;
  --bxRad: 22px;
  --bxBorder: rgba(2, 6, 23, .10);
  --bxShadow: 0 18px 46px rgba(2, 6, 23, .08);
  --bxSoft: rgba(2, 6, 23, .03);
  --bxText: rgba(2, 6, 23, .92);
  --bxMuted: rgba(2, 6, 23, .62);
}

/* 1) Page width + spacing */
body.page-bundles #MainContent .page-width{
  max-width: var(--bxMax) !important;
  margin: 0 auto !important;
  padding-top: 16px !important;
  padding-bottom: 28px !important;
}

/* Dawn section padding on pages */
body.page-bundles [class*="section-"][class*="-padding"]{
  padding-top: 18px !important;
  padding-bottom: 24px !important;
}

/* 2) Heading area (premium) */
body.page-bundles #MainContent :is(h1,.main-page-title){
  font-size: clamp(34px, 4vw, 44px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 10px !important;
  color: var(--bxText) !important;
}

body.page-bundles #MainContent > .shopify-section:first-child p{
  margin: 0 0 16px !important;
  max-width: 64ch !important;
  color: var(--bxMuted) !important;
  font-size: 15px !important;
}

/* 3) Reset ONLY inside bundle UI (removes the “bars” / weird backgrounds) */
body.page-bundles #MainContent :is([class*="bundle"],[id*="bundle"],[data-bundle]) :is(h1,h2,h3,h4,p,span,small,div,ul,li){
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  filter: none !important;
}

/* 4) Buttons: keep filters/chips compact */
body.page-bundles #MainContent :is(button,.button,[role="button"]){
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Non-submit buttons (filters/tabs) */
body.page-bundles #MainContent button:not([type="submit"]),
body.page-bundles #MainContent a.button:not([href*="/cart"]):not([href*="checkout"]){
  width: auto !important;
  min-height: 34px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  border: 1px solid var(--bxBorder) !important;
  background: #fff !important;
}

/* 5) Bundle cards: most bundle apps wrap each kit in an add-to-cart form */
body.page-bundles #MainContent form[action*="/cart/add"]{
  border: 1px solid var(--bxBorder) !important;
  border-radius: var(--bxRad) !important;
  background: #fff !important;
  box-shadow: var(--bxShadow) !important;
  overflow: hidden !important;
  padding: 22px !important;
  margin: 18px 0 !important;
}

/* Make the main kit easier to scan: 2-column on desktop */
@media (min-width: 990px){
  body.page-bundles #MainContent form[action*="/cart/add"]{
    display: grid !important;
    grid-template-columns: 340px 1fr !important;
    gap: 28px !important;
    align-items: start !important;
  }
}

/* 6) BIG bundle hero images (targets your bundle_*.png files only) */
body.page-bundles #MainContent img[src*="/files/bundle_"],
body.page-bundles #MainContent img[src*="bundle_"]{
  width: 100% !important;
  height: auto !important;
  max-height: 340px !important;
  object-fit: contain !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #fff, var(--bxSoft)) !important;
  border: 1px solid var(--bxBorder) !important;
  box-shadow: 0 14px 34px rgba(2,6,23,.10) !important;
  display: block !important;
}

/* 7) Typography inside kits: smaller + clearer */
body.page-bundles #MainContent :is([class*="bundle"],[id*="bundle"],[data-bundle]){
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: var(--bxText) !important;
}

body.page-bundles #MainContent :is(h2,h3){
  letter-spacing: -0.01em !important;
}

/* 8) Includes list: clean rows */
body.page-bundles #MainContent ul{
  list-style: none !important;
  padding-left: 0 !important;
  margin: 12px 0 0 !important;
}

body.page-bundles #MainContent li{
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 12px !important;
  border: 1px solid var(--bxBorder) !important;
  border-radius: 16px !important;
  background: #fff !important;
}

body.page-bundles #MainContent li + li{
  margin-top: 10px !important;
}

/* Small product thumbs in Includes (Shopify CDN width=160 is common) */
body.page-bundles #MainContent img[src*="width=160"],
body.page-bundles #MainContent img[src*="&width=160"]{
  width: 44px !important;
  height: 44px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  background: var(--bxSoft) !important;
}

/* 9) CTA button: premium pill + full width */
body.page-bundles #MainContent :is(button[type="submit"],input[type="submit"]){
  width: 100% !important;
  max-width: 520px !important;
  min-height: 48px !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
}

/* Mobile tightening */
@media (max-width: 989px){
  body.page-bundles #MainContent .page-width{
    padding-top: 12px !important;
  }
  body.page-bundles #MainContent form[action*="/cart/add"]{
    padding: 18px !important;
  }
  body.page-bundles #MainContent img[src*="bundle_"]{
    max-height: 300px !important;
  }
}
/* =========================================================
   BUNDLES — TIGHTEN TOP SPACE + MAKE CARDS MORE COMPACT (v2)
   Paste UNDER your current Bundles block (very bottom)
   ========================================================= */

/* 1) Remove extra top space above the H1 */
body.page-bundles #MainContent{
  padding-top: 0 !important;
}

body.page-bundles [class*="section-"][class*="-padding"]{
  padding-top: 8px !important;
  padding-bottom: 18px !important;
}

body.page-bundles #MainContent > .shopify-section:first-child .page-width{
  padding-top: 6px !important;
  padding-bottom: 14px !important;
}

body.page-bundles #MainContent :is(h1,.main-page-title){
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

/* 2) Make each bundle “card” smaller + more premium */
body.page-bundles #MainContent form[action*="/cart/add"]{
  padding: 16px !important;
  margin: 14px 0 !important;
  border-radius: 20px !important;
}

/* Desktop: slightly narrower image column + less gap */
@media (min-width: 990px){
  body.page-bundles #MainContent form[action*="/cart/add"]{
    grid-template-columns: 290px 1fr !important;
    gap: 20px !important;
  }
}

/* Shrink the big bundle hero image (bundle_*.png) */
body.page-bundles #MainContent img[src*="bundle_"]{
  max-height: 240px !important;
}

/* Reduce overall text size inside the bundle card */
body.page-bundles #MainContent form[action*="/cart/add"]{
  font-size: 13px !important;
  line-height: 1.35 !important;
}

/* Make “includes” list compact + scrollable so the card fits in one screen */
body.page-bundles #MainContent form[action*="/cart/add"] ul{
  max-height: 190px !important;
  overflow: auto !important;
  padding-right: 6px !important;
  margin-top: 10px !important;
  scrollbar-width: thin;
}

body.page-bundles #MainContent form[action*="/cart/add"] li{
  padding: 8px 10px !important;
  border-radius: 14px !important;
}

body.page-bundles #MainContent form[action*="/cart/add"] img[src*="width=160"],
body.page-bundles #MainContent form[action*="/cart/add"] img[src*="&width=160"]{
  width: 40px !important;
  height: 40px !important;
  border-radius: 12px !important;
}

/* CTA slightly shorter so it doesn’t dominate */
body.page-bundles #MainContent form[action*="/cart/add"] :is(button[type="submit"],input[type="submit"]){
  min-height: 44px !important;
  padding: 11px 16px !important;
  max-width: 460px !important;
}
/* =========================================================
   THE FOCUS FLOW — BUNDLES PAGE (Premium v3, single truth)
   Page: /pages/bundles  (scoped via body.page-bundles)
   Paste at VERY END of base.css
   ========================================================= */

/* ---------- 1) REMOVE TOP GAP ABOVE PAGE TITLE ---------- */

/* Dawn sometimes adds spacing via section padding wrappers */
body.page-bundles #MainContent{
  padding-top: 8px !important;
  margin-top: 0 !important;
}

/* First section on the page (where your title lives) */
body.page-bundles #MainContent > .shopify-section:first-child{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Kill “page padding” classes that often add the mystery space */
body.page-bundles #MainContent > [class*="section-"][class*="-padding"]{
  padding-top: 10px !important;
  margin-top: 0 !important;
}

/* Keep content centered + premium width */
body.page-bundles #MainContent .page-width{
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding-top: 8px !important;
  padding-bottom: 18px !important;
}

/* Title/subtitle hierarchy */
body.page-bundles #MainContent :is(h1,.main-page-title){
  font-size: 40px !important;
  line-height: 1.06 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 10px !important;
}
body.page-bundles #MainContent > .shopify-section:first-child p{
  max-width: 62ch !important;
  margin: 0 0 16px !important;
  font-size: 15px !important;
  opacity: .78 !important;
}

/* ---------- 2) MAKE BUNDLE CARDS COMPACT + PREMIUM ---------- */

/* Target bundle “cards” safely: any block that contains a submit CTA */
body.page-bundles #MainContent :is(section,div):has(button[type="submit"]){
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.06) !important;
}

/* Tighten internal spacing generally (reduces “too tall to fit screen”) */
body.page-bundles #MainContent :is(section,div):has(button[type="submit"]) *{
  line-height: 1.35 !important;
}

/* Shrink the large bundle image block (your bundle_*.png images) */
body.page-bundles #MainContent :is(div,section)[class*="image"]:has(img[src*="/files/bundle_"]),
body.page-bundles #MainContent :is(div,section)[class*="media"]:has(img[src*="/files/bundle_"]){
  max-width: 280px !important;
  width: 280px !important;
  flex: 0 0 280px !important;
  aspect-ratio: 1 / 1 !important;
  padding: 12px !important;
  background: rgba(0,0,0,.02) !important;
  border-radius: 18px !important;
  margin: 16px auto 12px !important;
}
body.page-bundles #MainContent img[src*="/files/bundle_"]{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 16px !important;
}

/* Bundle title should feel “product page” not “app” */
body.page-bundles #MainContent :is(section,div):has(button[type="submit"]) :is(h2,h3,[class*="title"]){
  font-size: 18px !important;
  letter-spacing: -0.01em !important;
  margin: 0 0 6px !important;
}

/* Make the little value/code pills calmer + smaller */
body.page-bundles #MainContent :is(section,div):has(button[type="submit"]) :is([class*="pill"],[class*="chip"],[class*="badge"]){
  font-size: 12px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
}

/* Includes rows: tighter + cleaner */
body.page-bundles #MainContent :is(section,div):has(button[type="submit"]) :is(li,[class*="row"],[class*="item"]){
  padding: 10px 12px !important;
  border-radius: 14px !important;
}
body.page-bundles #MainContent :is(section,div):has(button[type="submit"]) :is(li img){
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
  object-fit: cover !important;
}

/* CTA: premium pill, full width, not oversized */
body.page-bundles #MainContent :is(section,div):has(button[type="submit"]) button[type="submit"]{
  width: 100% !important;
  max-width: 520px !important;
  border-radius: 999px !important;
  min-height: 48px !important;
  padding: 12px 16px !important;
  font-weight: 600 !important;
}

/* Notes under CTA: smaller + quieter */
body.page-bundles #MainContent :is(section,div):has(button[type="submit"]) :is(small,[class*="note"],[class*="help"]){
  font-size: 12px !important;
  opacity: .7 !important;
}

/* Mobile: keep it compact */
@media (max-width: 990px){
  body.page-bundles #MainContent :is(h1,.main-page-title){
    font-size: 34px !important;
  }
  body.page-bundles #MainContent :is(div,section)[class*="image"]:has(img[src*="/files/bundle_"]),
  body.page-bundles #MainContent :is(div,section)[class*="media"]:has(img[src*="/files/bundle_"]){
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }
}
/* =========================================================
   THE FOCUS FLOW — PREMIUM BUNDLES (FINAL, SINGLE BLOCK)
   Applies ONLY to /pages/bundles (Dawn)
   ========================================================= */

body.page-bundles #MainContent{
  --bxMax: 1120px;
  --bxRad: 20px;
  --bxBorder: rgba(0,0,0,.08);
  --bxShadow: 0 16px 40px rgba(0,0,0,.08);
  --bxSoft: rgba(0,0,0,.02);
  --bxMuted: rgba(0,0,0,.62);
}

/* ---------- 1) REMOVE THE “MYSTERY” TOP GAP ABOVE H1 ---------- */
/* Dawn page templates often add padding via section-template--...__main-padding */
body.page-bundles [class*="section-template--"][class*="__main-padding"],
body.page-bundles [class*="section-template--"][class*="-padding"]{
  padding-top: 12px !important;
  padding-bottom: 22px !important;
}

/* Also remove extra spacing from first section wrapper (safe on pages) */
body.page-bundles #MainContent > .shopify-section:first-child{
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.page-bundles #MainContent{
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Page width + tidy hero spacing */
body.page-bundles #MainContent .page-width{
  max-width: var(--bxMax) !important;
  margin: 0 auto !important;
  padding-top: 10px !important;
  padding-bottom: 18px !important;
}
body.page-bundles #MainContent :is(h1,.main-page-title){
  margin: 0 0 10px !important;
  font-size: 42px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
}
body.page-bundles #MainContent > .shopify-section:first-child p{
  margin: 0 0 14px !important;
  font-size: 15px !important;
  color: var(--bxMuted) !important;
  max-width: 64ch !important;
}

/* ---------- 2) PREMIUM + COMPACT BUNDLE CARDS ---------- */
/* IMPORTANT: Keep filters/chips as “chips”, not full-width bars */
body.page-bundles #MainContent :is([class*="tab"],[class*="tabs"],[class*="filter"],[class*="filters"],[class*="category"],[class*="chip"],[class*="chips"]){
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
}
body.page-bundles #MainContent :is([class*="tab"],[class*="tabs"],[class*="filter"],[class*="filters"],[class*="category"],[class*="chip"],[class*="chips"]) :is(button,a){
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  padding: 8px 12px !important;
  font-size: 13px !important;
  border-radius: 999px !important;
}

/* Card shell (app containers are inconsistent, so we style common “card/panel/container”) */
body.page-bundles #MainContent :is([class*="bundle"],[id*="bundle"]) :is([class*="card"],[class*="kit"],[class*="panel"],[class*="container"],[class*="wrap"]){
  border: 1px solid var(--bxBorder) !important;
  border-radius: var(--bxRad) !important;
  background: #fff !important;
  box-shadow: var(--bxShadow) !important;
  overflow: hidden !important;
}

/* Reduce the “everything is huge” feeling: tighten type inside bundle UI */
body.page-bundles #MainContent :is([class*="bundle"],[id*="bundle"]){
  font-size: 14px !important;
}
body.page-bundles #MainContent :is([class*="bundle"],[id*="bundle"]) :is(h2,h3,[class*="title"]){
  font-size: 18px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  margin: 0 0 8px !important;
}

/* Hero image area: make it smaller + cleaner (this is the BIGGEST win for “fits in one screen”) */
body.page-bundles #MainContent :is([class*="bundle"],[id*="bundle"]) :is([class*="image"],[class*="media"],[class*="hero"],[class*="gallery"],[class*="photo"]){
  background: var(--bxSoft) !important;
  padding: 12px !important;
  max-height: 300px !important;
  border-radius: calc(var(--bxRad) - 2px) !important;
}
body.page-bundles #MainContent :is([class*="bundle"],[id*="bundle"]) img{
  width: 100% !important;
  height: auto !important;
  max-height: 280px !important;
  object-fit: contain !important;
  border-radius: 16px !important;
}

/* Pills (Value/Bundle/Save/Code): smaller + more “Apple” */
body.page-bundles #MainContent :is([class*="bundle"],[id*="bundle"]) :is([class*="pill"],[class*="chip"],[class*="tag"],[class*="badge"]){
  font-size: 12px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
}

/* Includes rows: compact + scan-friendly */
body.page-bundles #MainContent :is([class*="includes"],[class*="include"]) :is(li,[class*="item"],[class*="row"]){
  padding: 10px 12px !important;
  border-radius: 14px !important;
}
body.page-bundles #MainContent :is([class*="includes"],[class*="include"]) img{
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
}

/* CTA: premium pill (ONLY submit buttons) */
body.page-bundles #MainContent button[type="submit"]{
  width: 100% !important;
  max-width: 520px !important;
  min-height: 48px !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 600 !important;
}

/* Prevent non-submit buttons from becoming big bars */
body.page-bundles #MainContent button:not([type="submit"]){
  width: auto !important;
}

/* Mobile: slightly smaller headline + keep layout clean */
@media (max-width: 749px){
  body.page-bundles #MainContent :is(h1,.main-page-title){
    font-size: 34px !important;
  }
  body.page-bundles #MainContent .page-width{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
#MainContent:has([data-bundle],[class*="bundle"],[id*="bundle"]) > .shopify-section:first-child{
  margin-top:-74px !important; /* if still too much space: -44px. if too tight: -20px */
}
/* Fix Country/Region Heading Size in Footer */
.footer__localization h2, 
.localization-form__heading {
    font-size: 16px !important; /* Adjust this number to make it bigger/smaller */
    margin-bottom: 10px !important; /* Adds a little space below the text */
    text-transform: none; /* Optional: Stops it from being ALL CAPS if set */
}

/* Optional: Fix the width of the dropdown box if it's too wide */
.footer__localization .localization-selector {
    padding: 8px !important;
    max-width: 100%; 
}
/* --- PREMIUM FOOTER MAKEOVER --- */

/* 1. Shrink the huge gaps between footer rows */
.footer__content-top {
    padding-bottom: 20px !important;
    padding-top: 30px !important; /* Standard is often 60px+ */
}
.footer__content-bottom {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
    border-top: none !important; /* Removes the divider line for a cleaner look */
}

/* 2. Make the Email Signup box look high-end (minimalist) */
.footer-block--newsletter {
    margin-top: 0px !important; /* Pulls it up closer to the text */
}
.newsletter-form__field-wrapper .field__input {
    background-color: transparent !important; /* Removes grey background */
    border: 1px solid #e0e0e0 !important; /* Thinner, lighter border */
    border-radius: 0px !important; /* Sharp corners look more luxury */
    height: 45px !important; /* Makes the box less "fat" */
}
.newsletter-form__button {
    width: 45px !important; /* Matches button size to input */
}

/* 3. Tighten the space between "About Us/Support" links */
.footer-block__details-content .list-menu__item--link {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    font-size: 14px !important; /* Slightly smaller text looks more refined */
}

/* 4. Shrink the "Country/Region" box specifically (per your last request) */
.localization-selector {
    height: 40px !important;
    min-height: auto !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
/* --- PREMIUM FOOTER REFINEMENT --- */

/* 1. Remove the bulky white box/shadow from the email section */
.footer-block--newsletter {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important; /* Removes the huge inner spacing */
    margin-top: 0 !important;
    text-align: left !important; /* Aligns it with other columns */
}

/* 2. Fix the "Get 10% off..." heading to match other headers */
.footer-block--newsletter .footer-block__heading {
    text-align: left !important;
    font-size: 14px !important; /* Matches "Legal", "Support" size */
    font-weight: 700 !important; /* Bold like the others */
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}

/* 3. Make the email input field sleek and slim */
.newsletter-form__field-wrapper .field__input {
    background-color: transparent !important; /* See-through background */
    border: 1px solid #cfcfcf !important; /* Thin, premium grey border */
    border-radius: 0px !important; /* Sharp luxury corners */
    height: 40px !important; /* Slimmer height */
    box-shadow: none !important;
}

/* 4. Adjust the arrow button size to match the input */
.newsletter-form__button {
    height: 40px !important;
    width: 40px !important;
}

/* 5. Force the newsletter form to align left */
.newsletter-form {
    justify-content: flex-start !important;
    max-width: 100% !important;
    margin: 0 !important;
}
/* --- FINAL PREMIUM ALIGNMENT FIX --- */

/* 1. Force the 'Get 10% off' text to align strictly to the left */
.footer-block--newsletter .footer-block__heading {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
    display: block !important;
    font-size: 13px !important; /* Smaller, sharper font looks more expensive */
    text-transform: uppercase; /* Optional: Makes it look like a luxury brand label */
    letter-spacing: 1px;
}

/* 2. Force the form container to remove any hidden padding */
.footer-block--newsletter {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important; /* Snaps everything to the left */
    margin-top: 20px !important; /* Adds clean space above it */
}

.newsletter-form {
    width: 100% !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 3. The "Minimalist Line" Style (Very Premium) */
/* Instead of a box, this turns the input into a sleek single line */
.newsletter-form__field-wrapper .field__input {
    border: none !important;
    border-bottom: 1px solid #000 !important; /* Single black line */
    background: transparent !important;
    padding-left: 0 !important; /* Text starts right at the edge */
    border-radius: 0 !important;
}

/* 4. Adjust the arrow button to fit the new sleek line style */
.newsletter-form__button {
    background: transparent !important;
    color: #000 !important;
    width: auto !important;
}

/* 5. Clean up the 'Support/Legal' columns to match */
.footer-block__heading {
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
}
/* Reduce heading size specifically for Policy pages */
.shopify-policy__container h1 {
    font-size: 28px !important; /* Adjusts the main 'Privacy Policy' title */
}

.shopify-policy__body h2, 
.shopify-policy__body h3 {
    font-size: 20px !important; /* Adjusts any sub-headings inside the text */
}
/* Force product card titles to a uniform height */
.card__heading {
    min-height: 4.5rem; /* Adjust this number based on your font size */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Make the product card info area a flex container */
.card__information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* Ensure the price sits at the bottom */
.card-information > *:last-child {
    margin-top: auto;
}
/* =========================================================
   JUDGE.ME — PREMIUM v2 (Focus Flow / Dawn)
   Replace any older Judge.me CSS with this block
   ========================================================= */

/* Main widget container */
.jdgm-rev-widg{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 22px;
  padding: 26px 26px 18px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(0,0,0,.08);
  overflow: hidden;
}

/* Title: smaller, premium */
.jdgm-rev-widg__title{
  font-size: 26px !important;
  letter-spacing: -0.02em;
  margin: 0 0 14px !important;
  line-height: 1.15;
}

/* --- Make the top summary feel "designed" --- */
.jdgm-rev-widg__summary{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 16px;
  background: rgba(0,0,0,.02);
  margin: 0 0 16px !important;
}

/* Avg rating row: tighten and upscale */
.jdgm-rev-widg__summary-average,
.jdgm-rev-widg__summary-text{
  margin: 0 !important;
}

.jdgm-rev-widg__summary-text{
  font-size: 13px !important;
  opacity: .80;
}

/* Stars: slightly larger, cleaner */
.jdgm-star{
  font-size: 15px !important;
}

/* Hide histogram (this removes the "plugin" look) */
.jdgm-histogram,
.jdgm-rev-widg__histogram{
  display: none !important;
}

/* "Write a review" button: brand pill */
a.jdgm-write-rev-link,
button.jdgm-write-rev-link,
.jdgm-write-rev-btn{
  background: #111 !important;
  color: #fff !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  border-radius: 999px !important;
  padding: 10px 16px !important;
  font-weight: 650 !important;
  text-transform: none !important;
  letter-spacing: .01em;
  box-shadow: 0 8px 22px rgba(0,0,0,.14);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

a.jdgm-write-rev-link:hover,
button.jdgm-write-rev-link:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  opacity: .98;
}

/* Sort dropdown: make it look premium */
.jdgm-sort-dropdown,
.jdgm-sort-dropdown-wrapper select{
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  padding: 10px 14px !important;
  background: #fff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

/* Remove generic avatar icons */
.jdgm-rev__icon{
  display: none !important;
}

/* Review list spacing */
.jdgm-rev-widg__reviews{
  margin-top: 10px !important;
}

/* Each review becomes a clean “card” */
.jdgm-rev{
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 18px !important;
  padding: 16px 16px 14px !important;
  margin: 12px 0 !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

/* Remove the default top border lines */
.jdgm-rev + .jdgm-rev{
  border-top: 1px solid rgba(0,0,0,.08) !important;
}

/* Review header row: name left, date right */
.jdgm-rev__header{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px !important;
}

/* Name */
.jdgm-rev__author{
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: -0.01em;
}

/* Date */
.jdgm-rev__timestamp{
  font-size: 12px !important;
  opacity: .65 !important;
}

/* Title + body typography */
.jdgm-rev__title{
  font-size: 15px !important;
  margin: 8px 0 6px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
}

.jdgm-rev__body{
  font-size: 14px !important;
  line-height: 1.65 !important;
  opacity: .92;
}

/* “Load more” / pagination: premium pill */
.jdgm-paginate__page,
.jdgm-paginate__first,
.jdgm-paginate__last,
.jdgm-paginate__next,
.jdgm-paginate__prev{
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  padding: 8px 12px !important;
  font-weight: 650 !important;
}

/* Mobile: reduce padding so it doesn’t feel giant */
@media (max-width: 749px){
  .jdgm-rev-widg{
    padding: 18px 16px 14px;
    border-radius: 18px;
  }
  .jdgm-rev-widg__summary{
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   JUDGE.ME — HOMEPAGE CAROUSEL PREMIUM (Dawn)
   ========================================================= */

/* Center the carousel and reduce “empty” feel */
.jdgm-carousel-wrapper,
.jdgm-carousel{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

/* Card styling (premium) */
.jdgm-carousel-item,
.jdgm-carousel__item{
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 22px !important;
  padding: 18px 18px 16px !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.08) !important;
  transition: transform .15s ease, box-shadow .15s ease;
}

.jdgm-carousel-item:hover,
.jdgm-carousel__item:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 70px rgba(0,0,0,.10) !important;
}

/* Review text = tighter, cleaner, clamped */
.jdgm-carousel-item__review-body,
.jdgm-carousel__item .jdgm-rev__body,
.jdgm-carousel-item__review-content{
  font-size: 14px !important;
  line-height: 1.65 !important;
  opacity: .92;
  display: -webkit-box;
  -webkit-line-clamp: 4;         /* clamp to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Add subtle quote mark for premium feel */
.jdgm-carousel-item__review-body:before,
.jdgm-carousel-item__review-content:before{
  content: "“";
  font-size: 32px;
  line-height: 0;
  vertical-align: -10px;
  opacity: .18;
  margin-right: 6px;
}

/* Title/name hierarchy */
.jdgm-carousel-item__review-title,
.jdgm-carousel__item .jdgm-rev__title{
  font-weight: 750 !important;
  letter-spacing: -0.01em;
  margin: 10px 0 6px !important;
  font-size: 15px !important;
}

.jdgm-carousel-item__reviewer-name,
.jdgm-carousel__item .jdgm-rev__author{
  font-weight: 750 !important;
  font-size: 13px !important;
  letter-spacing: -0.01em;
}

/* Hide generic avatar/icon if it shows */
.jdgm-carousel-item__reviewer-icon,
.jdgm-rev__icon{
  display: none !important;
}

/* Optional: hide product name line in carousel (looks “plugin-y”) */
.jdgm-carousel-item__product-title,
.jdgm-carousel__item .jdgm-rev__prod-name{
  display: none !important;
}

/* Top rating row/pills (make it look designed) */
.jdgm-carousel-title,
.jdgm-carousel__title{
  letter-spacing: -0.02em;
}

.jdgm-carousel-rating,
.jdgm-carousel__rating{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 999px;
  background: rgba(0,0,0,.02);
}

/* Arrows → premium circular buttons */
.jdgm-carousel__left-arrow,
.jdgm-carousel__right-arrow,
.jdgm-carousel-left-arrow,
.jdgm-carousel-right-arrow{
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.10) !important;
  transition: transform .15s ease, box-shadow .15s ease;
}

.jdgm-carousel__left-arrow:hover,
.jdgm-carousel__right-arrow:hover,
.jdgm-carousel-left-arrow:hover,
.jdgm-carousel-right-arrow:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(0,0,0,.14) !important;
}

/* Mobile: reduce padding so it looks tight and premium */
@media (max-width: 749px){
  .jdgm-carousel-item,
  .jdgm-carousel__item{
    border-radius: 18px !important;
    padding: 16px !important;
  }
}
/* =========================================================
   JUDGE.ME — HOMEPAGE REVIEWS (PREMIUM v3) — Dawn
   ========================================================= */

/* Tighten section spacing around the carousel */
.jdgm-carousel-wrapper,
.jdgm-carousel{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

/* Header: make rating line feel like a pill */
.jdgm-carousel__rating,
.jdgm-carousel-rating{
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
}

/* Optional: hide "Verified" label if you don’t want it on homepage */
.jdgm-carousel__rating .jdgm-verified-badge,
.jdgm-carousel-rating .jdgm-verified-badge{
  /* comment next line if you want it visible */
  display: none !important;
}

/* Carousel card — premium */
.jdgm-carousel-item,
.jdgm-carousel__item{
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,0)) !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 22px !important;
  padding: 18px 18px 16px !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.08) !important;
  text-align: left !important;              /* big premium change */
  min-height: 190px;                         /* prevents “empty” look */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Remove generic avatar/icon */
.jdgm-carousel-item__reviewer-icon,
.jdgm-rev__icon{
  display: none !important;
}

/* Hide product name under reviews (usually looks messy) */
.jdgm-carousel-item__product-title,
.jdgm-carousel__item .jdgm-rev__prod-name{
  display: none !important;
}

/* Review title smaller + better hierarchy */
.jdgm-carousel-item__review-title,
.jdgm-carousel__item .jdgm-rev__title{
  font-weight: 750 !important;
  letter-spacing: -0.01em;
  margin: 6px 0 8px !important;
  font-size: 14px !important;
  opacity: .95;
}

/* Review body: clamp lines + add subtle quote mark */
.jdgm-carousel-item__review-body,
.jdgm-carousel-item__review-content,
.jdgm-carousel__item .jdgm-rev__body{
  font-size: 14px !important;
  line-height: 1.65 !important;
  opacity: .90;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  padding-left: 16px;
}

.jdgm-carousel-item__review-body:before,
.jdgm-carousel-item__review-content:before{
  content: "“";
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 34px;
  opacity: .18;
}

/* Stars + name row */
.jdgm-carousel-item__reviewer-name,
.jdgm-carousel__item .jdgm-rev__author{
  font-weight: 750 !important;
  font-size: 13px !important;
  letter-spacing: -0.01em;
  margin-top: 10px !important;
}

.jdgm-star{
  font-size: 14px !important;
}

/* Arrows: smaller, premium circular buttons */
.jdgm-carousel__left-arrow,
.jdgm-carousel__right-arrow,
.jdgm-carousel-left-arrow,
.jdgm-carousel-right-arrow{
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.10) !important;
  transition: transform .15s ease, box-shadow .15s ease;
}

.jdgm-carousel__left-arrow:hover,
.jdgm-carousel__right-arrow:hover,
.jdgm-carousel-left-arrow:hover,
.jdgm-carousel-right-arrow:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(0,0,0,.14) !important;
}

/* Mobile tweaks */
@media (max-width: 749px){
  .jdgm-carousel-item,
  .jdgm-carousel__item{
    border-radius: 18px !important;
    padding: 16px !important;
    min-height: 180px;
  }
}
/* =========================================================
   HOMEPAGE REVIEWS — PREMIUM (Judge.me Cards Carousel / Dawn)
   ========================================================= */

/* Tighten the big empty space around the widget */
.shopify-section:has(.jdgm-carousel),
.shopify-section:has(.jdgm-carousel-wrapper){
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* Center + constrain width */
.jdgm-carousel-wrapper,
.jdgm-carousel{
  max-width: 1060px;
  margin: 0 auto !important;
}

/* Add a soft “premium glow” behind the carousel area */
.jdgm-carousel-wrapper{
  position: relative;
  padding: 18px 0 10px !important;
}
.jdgm-carousel-wrapper:before{
  content:"";
  position:absolute;
  inset:-30px -20px -40px -20px;
  background: radial-gradient(60% 60% at 50% 0%,
    rgba(0,0,0,.06) 0%,
    rgba(0,0,0,0) 70%);
  pointer-events:none;
}

/* Header rating line → pill */
.jdgm-carousel__rating,
.jdgm-carousel-rating{
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
}

/* Hide Verified badge on homepage (comment out if truly verified + you want it) */
.jdgm-verified-badge{ display:none !important; }

/* Card = premium testimonial */
.jdgm-carousel-item,
.jdgm-carousel__item{
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 22px !important;
  padding: 18px 18px 16px !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.08) !important;

  text-align: left !important;              /* premium feel */
  min-height: 210px;                         /* prevents “empty card” vibe */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Hide product name under reviews (looks plugin-y) */
.jdgm-carousel-item__product-title,
.jdgm-carousel__item .jdgm-rev__prod-name{
  display: none !important;
}

/* Remove generic avatar icons */
.jdgm-carousel-item__reviewer-icon,
.jdgm-rev__icon{ display:none !important; }

/* Review title (smaller, clean) */
.jdgm-carousel-item__review-title,
.jdgm-carousel__item .jdgm-rev__title{
  font-weight: 750 !important;
  letter-spacing: -0.01em;
  margin: 6px 0 8px !important;
  font-size: 14px !important;
  opacity: .95;
}

/* Review body: clamp + quote mark */
.jdgm-carousel-item__review-body,
.jdgm-carousel-item__review-content,
.jdgm-carousel__item .jdgm-rev__body{
  font-size: 14px !important;
  line-height: 1.65 !important;
  opacity: .90;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  padding-left: 16px;
}
.jdgm-carousel-item__review-body:before,
.jdgm-carousel-item__review-content:before{
  content: "“";
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 34px;
  opacity: .18;
}

/* Name row */
.jdgm-carousel-item__reviewer-name,
.jdgm-carousel__item .jdgm-rev__author{
  font-weight: 750 !important;
  font-size: 13px !important;
  letter-spacing: -0.01em;
  margin-top: 10px !important;
}

/* Stars */
.jdgm-star{ font-size: 14px !important; }

/* Arrows → premium circular buttons */
.jdgm-carousel__left-arrow,
.jdgm-carousel__right-arrow,
.jdgm-carousel-left-arrow,
.jdgm-carousel-right-arrow{
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.10) !important;
  transition: transform .15s ease, box-shadow .15s ease;
}
.jdgm-carousel__left-arrow:hover,
.jdgm-carousel__right-arrow:hover,
.jdgm-carousel-left-arrow:hover,
.jdgm-carousel-right-arrow:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(0,0,0,.14) !important;
}

/* Mobile */
@media (max-width: 749px){
  .jdgm-carousel-item,
  .jdgm-carousel__item{
    border-radius: 18px !important;
    padding: 16px !important;
    min-height: 190px;
  }
}
/* =========================================================
   HOMEPAGE REVIEWS — PREMIUM TESTIMONIALS (Judge.me + Dawn)
   ========================================================= */

/* Section container: gives it a designed “module” feel */
.jdgm-carousel-wrapper{
  max-width: 1120px;
  margin: 0 auto !important;
  padding: 26px 22px 18px !important;
  border-radius: 28px;
  border: 1px solid rgba(0,0,0,.08);
  background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,0));
  box-shadow: 0 24px 70px rgba(0,0,0,.06);
  position: relative;
}

/* Reduce extra whitespace above/below the carousel */
.jdgm-carousel{
  margin: 10px auto 0 !important;
}

/* Rating line -> premium pill */
.jdgm-carousel__rating,
.jdgm-carousel-rating{
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
}

/* Hide Verified badge on homepage (comment out if truly verified and you want it) */
.jdgm-verified-badge{ display:none !important; }

/* Cards: turn into premium testimonial cards */
.jdgm-carousel-item,
.jdgm-carousel__item{
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 22px !important;
  padding: 18px 18px 16px !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.08) !important;

  text-align: left !important;           /* BIG premium change */
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .15s ease, box-shadow .15s ease;
}

.jdgm-carousel-item:hover,
.jdgm-carousel__item:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(0,0,0,.10) !important;
}

/* Remove avatars/icons */
.jdgm-carousel-item__reviewer-icon,
.jdgm-rev__icon{ display:none !important; }

/* Hide product name under review (plugin-y) */
.jdgm-carousel-item__product-title,
.jdgm-carousel__item .jdgm-rev__prod-name{ display:none !important; }

/* Re-order content visually (stars on top, then text, then name) */
.jdgm-carousel-item__review-rating{ order: 0; margin-bottom: 10px !important; }
.jdgm-carousel-item__review-body,
.jdgm-carousel-item__review-content{ order: 1; flex: 1; }
.jdgm-carousel-item__reviewer-name{ order: 2; margin-top: 12px !important; }

/* Add subtle quote mark + clamp */
.jdgm-carousel-item__review-body,
.jdgm-carousel-item__review-content{
  font-size: 14px !important;
  line-height: 1.65 !important;
  opacity: .92;
  position: relative;
  padding-left: 16px;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jdgm-carousel-item__review-body:before,
.jdgm-carousel-item__review-content:before{
  content: "“";
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 34px;
  opacity: .18;
}

/* Name styling */
.jdgm-carousel-item__reviewer-name{
  font-weight: 750 !important;
  letter-spacing: -0.01em;
  font-size: 13px !important;
}

/* Stars size */
.jdgm-star{ font-size: 14px !important; }

/* Arrows: premium circular buttons */
.jdgm-carousel__left-arrow,
.jdgm-carousel__right-arrow,
.jdgm-carousel-left-arrow,
.jdgm-carousel-right-arrow{
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  background: #fff !important;
  box-shadow: 0 14px 36px rgba(0,0,0,.14) !important;
  transition: transform .15s ease, box-shadow .15s ease;
}

.jdgm-carousel__left-arrow:hover,
.jdgm-carousel__right-arrow:hover,
.jdgm-carousel-left-arrow:hover,
.jdgm-carousel-right-arrow:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(0,0,0,.18) !important;
}

/* Mobile: tighter */
@media (max-width: 749px){
  .jdgm-carousel-wrapper{
    padding: 18px 14px 12px !important;
    border-radius: 22px;
  }
  .jdgm-carousel-item,
  .jdgm-carousel__item{
    border-radius: 18px !important;
    padding: 16px !important;
    min-height: 190px;
  }
}
/* Reduce vertical whitespace around app blocks */
.shopify-app-block{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* If the wrapper adds spacing, tighten common Dawn spacing containers */
.shopify-app-block .page-width,
.shopify-app-block .section,
.shopify-app-block .section-padding{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* =========================================================
   HOME REVIEWS STACK — PREMIUM + TIGHT SPACING (Dawn)
   Works for: Rich text ("Trusted by customers") + Judge.me app block + bottom trust line
   ========================================================= */

/* A) Make the "Trusted by customers" header smaller + premium */
.template-index .rich-text__heading{
  font-size: 44px !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
  margin: 0 !important;
}

@media (max-width: 749px){
  .template-index .rich-text__heading{
    font-size: 30px !important;
  }
}

/* Style the "4.81★ from 195 reviews" line like a premium pill */
.template-index .rich-text__text{
  margin-top: 10px !important;
}
.template-index .rich-text__text p{
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  background: rgba(0,0,0,.03) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  margin: 0 !important;
}

/* B) Remove big top/bottom padding from the sections around this block */
.template-index .shopify-section{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* C) Tighten spacing specifically for app blocks (Cards Carousel + bottom trust line) */
.template-index .shopify-app-block{
  margin: 0 !important;
  padding: 0 !important;
}

/* Reduce the gap BETWEEN app blocks inside the Apps section */
.template-index .shopify-app-block + .shopify-app-block{
  margin-top: 14px !important;  /* adjust 10–18 if you want tighter/looser */
}

/* D) Tighten the Judge.me widget wrapper spacing (works even if class names differ) */
.template-index .shopify-app-block [id*="judgeme"],
.template-index .shopify-app-block [class*="jdgm"]{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* E) Make the bottom line (“Free tracked shipping…”) sit closer + look premium */
.template-index .shopify-app-block .rich-text__text{
  margin-top: 10px !important;
}
.template-index .shopify-app-block .rich-text__text p{
  font-size: 14px !important;
  opacity: .9 !important;
  margin: 0 !important;
}
/* =========================================================
   HOMEPAGE REVIEWS STACK — REMOVE GAPS BETWEEN 3 SECTIONS
   (Rich text → Apps carousel → bottom trust line)
   ========================================================= */

/* A) Kill Dawn's automatic vertical spacing on these sections */
.template-index .shopify-section:has(.rich-text),
.template-index .shopify-section:has(.shopify-app-block){
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Dawn often applies spacing via "spaced-section" */
.template-index .shopify-section.spaced-section:has(.rich-text),
.template-index .shopify-section.spaced-section:has(.shopify-app-block){
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* B) Remove section padding wrappers (Dawn uses lots of padding wrappers) */
.template-index .shopify-section:has(.rich-text) .section,
.template-index .shopify-section:has(.shopify-app-block) .section,
.template-index .shopify-section:has(.rich-text) [class*="section-"][class*="-padding"],
.template-index .shopify-section:has(.shopify-app-block) [class*="section-"][class*="-padding"],
.template-index .shopify-section:has(.rich-text) .page-width,
.template-index .shopify-section:has(.shopify-app-block) .page-width{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* C) Tighten Rich text internal spacing (removes extra “air” under the heading) */
.template-index .rich-text__blocks{
  margin: 0 !important;
  gap: 10px !important;
}

.template-index .rich-text__heading{
  margin: 0 !important;
  font-size: 44px !important;
  line-height: 1.06 !important;
  letter-spacing: -0.03em !important;
}

@media (max-width: 749px){
  .template-index .rich-text__heading{
    font-size: 30px !important;
  }
}

.template-index .rich-text__text{
  margin: 0 !important;
}

.template-index .rich-text__text p{
  margin: 0 !important;
}

/* D) Reduce extra top/bottom space around the app block itself */
.template-index .shopify-app-block{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 12px !important;     /* controls gap between heading and carousel */
  margin-bottom: 12px !important;  /* controls gap between carousel and trust line */
}
/* =========================================================
   FOCUS FLOW — PREMIUM HOMEPAGE REVIEWS STACK (DAWN + JUDGEME)
   Paste at bottom of assets/base.css
   ========================================================= */

/* 1) Tighten spacing around ANY app blocks (your Judge.me carousel is one) */
.template-index .shopify-app-block{
  margin-top: -24px !important;
  margin-bottom: -18px !important;
}

/* 2) Tighten Rich text spacing (your bottom “Free tracked shipping…” line) */
.template-index .rich-text[class*="-padding"]{
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.template-index .rich-text__text,
.template-index .rich-text__text p{
  margin: 0 !important;
}

/* 3) Make the “Trusted by customers” header look premium (now inside the widget) */
.template-index .shopify-app-block h1,
.template-index .shopify-app-block h2,
.template-index .shopify-app-block .title{
  font-size: clamp(26px, 3vw, 40px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 10px !important;
}

/* 4) Premium arrows (works even if classes change) */
.template-index .shopify-app-block button{
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.10) !important;
}
.template-index .shopify-app-block button:focus,
.template-index .shopify-app-block button:focus-visible{
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(0,0,0,.08), 0 14px 40px rgba(0,0,0,.10) !important;
}

/* 5) If Judge.me uses jdgm-* classes (common), polish cards + typography */
.template-index .shopify-app-block [class*="jdgm"] [class*="card"],
.template-index .shopify-app-block [class*="jdgm"] [class*="item"],
.template-index .shopify-app-block [class*="jdgm"] [class*="review"]{
  border-radius: 22px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.08) !important;
}
.template-index .shopify-app-block [class*="jdgm"]{
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}
/* Cart trust strip (premium) */
.template-cart .ff-cart-trust{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(0,0,0,.02);
  margin: 12px 0 10px;
}
.template-cart .ff-cart-trust__stars{
  font-weight: 750;
  letter-spacing: -0.01em;
  display: flex;
  gap: 8px;
  align-items: center;
}
.template-cart .ff-cart-trust__rating{
  font-weight: 750;
}
.template-cart .ff-cart-trust__count{
  opacity: .75;
  font-weight: 600;
}
.template-cart .ff-cart-trust__micro{
  margin-top: 6px;
  font-size: 13px;
  opacity: .85;
}
/* =========================================
   Focus Flow — Premium All Reviews Page
   ========================================= */

/* Page spacing: tighten overall */
.template-page .shopify-section:has(.jdgm-all-reviews-widget),
.template-page .shopify-section:has(.jdgm-widget){
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Widget container look */
.jdgm-all-reviews-widget, .jdgm-widget{
  max-width: 1050px;
  margin: 0 auto;
}

/* Review cards */
.jdgm-rev{
  border: 1px solid rgba(0,0,0,.10) !important;
  border-radius: 16px !important;
  padding: 16px !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.06) !important;
  background: #fff !important;
}

/* Stars + rating line */
.jdgm-star{
  font-size: 13px !important;
}
.jdgm-rev__timestamp,
.jdgm-rev__location{
  opacity: .7 !important;
}

/* Buttons */
.jdgm-write-rev-link, .jdgm-paginate__page, .jdgm-paginate__first, .jdgm-paginate__last{
  border-radius: 999px !important;
}

/* Filters area */
.jdgm-sort-dropdown, .jdgm-filter-dropdown{
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
}

/* Mobile padding */
@media (max-width: 749px){
  .jdgm-all-reviews-widget, .jdgm-widget{
    padding-left: 16px;
    padding-right: 16px;
  }
  .jdgm-rev{
    padding: 14px !important;
  }
}
/* =========================================================
   FOCUS FLOW — PREMIUM REVIEWS PAGE (Judge.me + Dawn)
   Scopes ONLY to pages that contain the All Reviews widget
   ========================================================= */

body:has(.jdgm-all-reviews-widget),
body:has(.jdgm-all-reviews-page),
body:has([class*="jdgm-all-reviews"]) {

  /* tighten all sections on this page */
}

body:has(.jdgm-all-reviews-widget) #MainContent .shopify-section,
body:has(.jdgm-all-reviews-page) #MainContent .shopify-section,
body:has([class*="jdgm-all-reviews"]) #MainContent .shopify-section{
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* ---------- Header (your Rich text) ---------- */
body:has(.jdgm-all-reviews-widget) #MainContent .rich-text__heading,
body:has(.jdgm-all-reviews-page) #MainContent .rich-text__heading{
  font-size: clamp(26px, 3.2vw, 40px) !important;
  line-height: 1.08 !important;
  margin: 0 0 8px !important;
  letter-spacing: -0.02em !important;
}

body:has(.jdgm-all-reviews-widget) #MainContent .rich-text__text,
body:has(.jdgm-all-reviews-page) #MainContent .rich-text__text{
  margin-top: 0 !important;
  opacity: .85;
}

/* ---------- All Reviews widget container ---------- */
.jdgm-all-reviews-widget,
.jdgm-all-reviews-page,
[class*="jdgm-all-reviews"]{
  max-width: 1040px !important;
  margin: 0 auto !important;
}

/* ---------- Tabs (Product Reviews / Shop Reviews) ---------- */
.jdgm-all-reviews-widget a,
.jdgm-all-reviews-page a{
  text-decoration: none !important;
}

.jdgm-all-reviews-widget [class*="tab"],
.jdgm-all-reviews-page [class*="tab"],
.jdgm-all-reviews-widget [class*="nav"],
.jdgm-all-reviews-page [class*="nav"]{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* Create a “segmented control” look */
.jdgm-all-reviews-widget .jdgm-all-reviews__tab,
.jdgm-all-reviews-page .jdgm-all-reviews__tab,
.jdgm-all-reviews-widget [class*="reviews-tab"],
.jdgm-all-reviews-page [class*="reviews-tab"]{
  display: inline-flex !important;
  gap: 10px !important;
  padding: 6px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  border-radius: 999px !important;
  background: rgba(0,0,0,.03) !important;
}

/* ---------- Review cards ---------- */
.jdgm-rev{
  border: 1px solid rgba(0,0,0,.10) !important;
  border-radius: 18px !important;
  background: #fff !important;
  padding: 18px !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.06) !important;
  margin: 14px 0 !important;
}

/* Product title line: smaller + premium */
.jdgm-rev__prod-link{
  font-size: 13px !important;
  opacity: .78 !important;
  display: inline-block !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* If Judge.me renders a prefix span for "about", hide it */
.jdgm-rev__prod-link-prefix,
.jdgm-rev__prod-link .jdgm-rev__prod-link-prefix{
  display: none !important;
}

/* Review title */
.jdgm-rev__title{
  font-size: 16px !important;
  line-height: 1.25 !important;
  margin-top: 10px !important;
  margin-bottom: 6px !important;
  letter-spacing: -0.01em !important;
}

/* Review body */
.jdgm-rev__body{
  font-size: 15px !important;
  line-height: 1.55 !important;
  opacity: .92 !important;
}

/* Name line */
.jdgm-rev__author{
  font-weight: 600 !important;
  margin-top: 10px !important;
}

/* Stars */
.jdgm-star{
  font-size: 13px !important;
}

/* ---------- Buttons: make them premium pills ---------- */
.jdgm-write-rev-link,
a[class*="jdgm-write"],
button[class*="jdgm-write"]{
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 600 !important;
  letter-spacing: .01em !important;
  background: #111 !important;
  color: #fff !important;
  border: 1px solid rgba(0,0,0,.18) !important;
}

/* ---------- Reduce extra whitespace inside widget ---------- */
.jdgm-all-reviews-widget .jdgm-all-reviews__header,
.jdgm-all-reviews-page .jdgm-all-reviews__header,
.jdgm-all-reviews-widget [class*="header"],
.jdgm-all-reviews-page [class*="header"]{
  margin-bottom: 10px !important;
}

/* Mobile tightening */
@media (max-width: 749px){
  .jdgm-rev{
    padding: 14px !important;
    border-radius: 16px !important;
  }
}
/* ================================
   SEARCH PAGE — FIX HUGE HEADINGS
   Dawn theme
================================ */
.template-search .template-search__title,
.template-search .template-search__header h1,
.template-search .template-search__header .h0,
.template-search .template-search__header .h1,
.template-search .template-search__header .h2{
  font-size: clamp(32px, 4.2vw, 56px) !important;
  line-height: 1.08 !important;
  margin: 0 0 18px !important;
}

/* "Filter:" heading */
.template-search .facets__heading{
  font-size: 18px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

/* "Sort by:" label + dropdown text */
.template-search .facet-filters__label,
.template-search .facet-filters__sort,
.template-search .facet-filters__field,
.template-search .facet-filters__sort .select__select{
  font-size: 16px !important;
  line-height: 1.2 !important;
}

/* "X results" */
.template-search .template-search__results-count{
  font-size: 16px !important;
  line-height: 1.2 !important;
}

/* Mobile tuning */
@media screen and (max-width: 749px){
  .template-search .template-search__title,
  .template-search .template-search__header h1{
    font-size: clamp(26px, 7vw, 40px) !important;
    margin-bottom: 14px !important;
  }
  .template-search .facets__heading{ font-size: 16px !important; }
}
/* =========================================================
   SEARCH PATCH — fixes BIG headings in:
   1) Predictive search popup (Suggestions/Products/Pages)
   2) Search results page title + results count + card titles
========================================================= */

/* ---------- 1) Predictive search popup headings ---------- */
/* Targets the big "Suggestions / Products / Pages" */
.predictive-search__heading,
.predictive-search__heading.h0,
.predictive-search__heading.h1,
.predictive-search__heading.h2,
.predictive-search__heading.h3,
.predictive-search__heading.h4,
.predictive-search__heading.h5,
.predictive-search__heading.h6{
  font-size: 22px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
  margin: 0 0 10px !important;
}

/* If your theme is making all h2 huge, clamp popup h2 safely */
.predictive-search h2{
  font-size: 22px !important;
  line-height: 1.15 !important;
}

/* ---------- 2) Search results page main heading ---------- */
/* This catches Dawn variants that use .title--primary instead of template-search__title */
.template-search h1,
.template-search .title,
.template-search .title--primary,
.template-search .template-search__header h1,
.template-search .template-search__header .title,
.template-search .template-search__header .title--primary{
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 18px !important;
}

/* "X results" on the right */
.template-search .template-search__results-count,
.template-search .results-count{
  font-size: 16px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

/* OPTIONAL: If product titles on search results look too big */
.template-search .card__heading,
.template-search .card__heading a{
  font-size: 16px !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}
/* =========================================================
   SEARCH TYPOGRAPHY OVERRIDE (Dawn)
   Fixes:
   - Big "Search results" heading
   - Big "X results"
   - Big predictive search popup headings (Suggestions/Products/Pages)
========================================================= */

/* ---------- Search RESULTS page ---------- */
.template-search .h0,
.template-search .h1,
.template-search h1,
.template-search .template-search__title,
.template-search .template-search__header h1,
.template-search .title--primary{
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 18px !important;
}

/* "X results" often inherits .h2/.h3 */
.template-search .template-search__results-count,
.template-search .template-search__results-count.h2,
.template-search .template-search__results-count.h3,
.template-search .results-count,
.template-search .h2.results-count,
.template-search .h3.results-count{
  font-size: 16px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

/* Filter / Sort labels */
.template-search .facets__heading,
.template-search .facet-filters__label,
.template-search .facet-filters__sort{
  font-size: 16px !important;
  line-height: 1.2 !important;
}

/* ---------- Predictive SEARCH popup (overlay) ---------- */
/* Catch both: <predictive-search> element + .predictive-search container */
predictive-search .h0,
predictive-search .h1,
predictive-search .h2,
.predictive-search .h0,
.predictive-search .h1,
.predictive-search .h2,
predictive-search .predictive-search__heading,
.predictive-search .predictive-search__heading{
  font-size: 22px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
  margin: 0 0 10px !important;
}

/* Predictive search item titles */
predictive-search .predictive-search__item-heading,
.predictive-search .predictive-search__item-heading{
  font-size: 16px !important;
  line-height: 1.25 !important;
}
/* Judge.me All Reviews Page: remove any fake “(2)” added via CSS */
.jdgm-subtab__name::after,
.jdgm-subtab::after{
  content: "" !important;
}
/* Judge.me All Reviews Page — remove the confusing (2) counts in tab text */
.jdgm-all-reviews-page .jdgm-subtab__name{
  font-size: 0 !important;
}

.jdgm-all-reviews-page .jdgm-subtab:nth-of-type(1) .jdgm-subtab__name::before{
  content: "Product Reviews";
  font-size: 14px;
  font-weight: 600;
}

.jdgm-all-reviews-page .jdgm-subtab:nth-of-type(2) .jdgm-subtab__name::before{
  content: "Store Reviews";
  font-size: 14px;
  font-weight: 600;
}

/* Make long product titles wrap nicely */
.jdgm-all-reviews-page .jdgm-rev__prod-name{
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
/* Optional: hide store-review summary box + write store review button on All Reviews Page */
.jdgm-all-reviews-page .jdgm-all-reviews-widget__summary,
.jdgm-all-reviews-page .jdgm-all-reviews-widget__actions{
  display:none !important;
}
/* =========================================================
   FF HOMEPAGE PREMIUM POLISH (Dawn) — paste at END of base.css
   Fixes: ALL CAPS, oversized headings, inconsistent vibe, card polish
   Scope: Homepage only (.template-index)
   ========================================================= */

.template-index {
  --ff-radius: 18px;
  --ff-radius-lg: 24px;
  --ff-border: rgba(0,0,0,.08);
  --ff-shadow: 0 18px 60px rgba(0,0,0,.08);
  --ff-shadow-soft: 0 10px 28px rgba(0,0,0,.06);

  --ff-h1: clamp(34px, 3.4vw, 54px);
  --ff-h2: clamp(24px, 2.2vw, 34px);
  --ff-h3: clamp(18px, 1.4vw, 22px);

  --ff-text: 16px;
}

/* ---------- STOP ALL CAPS (homepage) ---------- */
.template-index h1,
.template-index h2,
.template-index h3,
.template-index .h0,
.template-index .h1,
.template-index .h2,
.template-index .h3,
.template-index .title,
.template-index .title--primary,
.template-index .banner__heading,
.template-index .card__heading,
.template-index .card__heading a,
.template-index .multicolumn-card__info,
.template-index .collapsible-content__heading,
.template-index .collapsible-row-layout__heading,
.template-index .collection-list-title,
.template-index .rich-text__heading,
.template-index .image-with-text__heading {
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}

/* Some Dawn elements use this helper class for caps/spacing */
.template-index .caption-with-letter-spacing,
.template-index .caption-with-letter-spacing--medium,
.template-index .caption-with-letter-spacing--large {
  text-transform: none !important;
  letter-spacing: 0.02em !important; /* keeps it premium, not shouty */
}

/* ---------- HEADING SIZES (homepage) ---------- */
.template-index h1,
.template-index .h0,
.template-index .h1,
.template-index .banner__heading {
  font-size: var(--ff-h1) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 10px !important;
}

.template-index h2,
.template-index .h2,
.template-index .title--primary,
.template-index .title {
  font-size: var(--ff-h2) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 14px !important;
}

.template-index h3,
.template-index .h3 {
  font-size: var(--ff-h3) !important;
  line-height: 1.2 !important;
}

/* ---------- BODY TEXT TIGHTEN + PREMIUM ---------- */
.template-index p,
.template-index .rte,
.template-index .rte p {
  font-size: var(--ff-text) !important;
  line-height: 1.65 !important;
}

/* ---------- SECTION SPACING (reduce “big + basic” feel) ---------- */
.template-index #MainContent .section {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
@media (max-width: 749px) {
  .template-index #MainContent .section {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}

/* Make section headers feel tighter/cleaner */
.template-index .title-wrapper-with-link,
.template-index .title-wrapper--no-top-margin {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

/* ---------- PRODUCT CARDS / COLLECTIONS: premium look ---------- */
.template-index .card-wrapper .card,
.template-index .multicolumn-card,
.template-index .collage-card {
  border-radius: var(--ff-radius) !important;
  overflow: hidden;
  border: 1px solid var(--ff-border) !important;
  box-shadow: var(--ff-shadow-soft);
  transition: transform .18s ease, box-shadow .18s ease;
}

.template-index .card-wrapper:hover .card,
.template-index .multicolumn-card:hover,
.template-index .collage-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--ff-shadow);
}

/* Ensure images inherit rounding */
.template-index .card__media,
.template-index .media,
.template-index .media img {
  border-radius: inherit !important;
}

/* Product titles + prices: calmer + premium */
.template-index .card__heading,
.template-index .card__heading a {
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

.template-index .price,
.template-index .price__regular,
.template-index .price-item {
  font-size: 15px !important;
}

/* ---------- BUTTONS: less chunky, more premium ---------- */
.template-index .button,
.template-index .button--primary,
.template-index .button--secondary {
  border-radius: 999px !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  font-weight: 650 !important;
  padding: 12px 20px !important;
}

.template-index .button--primary {
  box-shadow: 0 14px 34px rgba(0,0,0,.14);
}

/* ---------- FAQ: cleaner accordions ---------- */
.template-index .accordion,
.template-index .collapsible-content .accordion {
  border-radius: var(--ff-radius) !important;
  border: 1px solid var(--ff-border) !important;
  overflow: hidden;
}

.template-index .accordion summary {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* ---------- OPTIONAL: soften “SALE” badges if they feel loud ---------- */
.template-index .badge {
  border-radius: 999px !important;
}
/* Header menu: cleaner hover/focus (premium) */
.header__menu-item{
  border-radius: 999px;
}

.header__menu-item:hover{
  text-decoration: underline;
  text-underline-offset: 6px;
}

.header__menu-item:focus-visible{
  outline: 2px solid rgba(var(--color-foreground), .22);
  outline-offset: 4px;
  box-shadow: none;
}
/* =========================================
   Focus Flow — Shop by Outcome (Premium Pass)
   ========================================= */

/* Section container polish */
.ff-outcomes {
  background: linear-gradient(
    180deg,
    rgba(var(--color-background), 1) 0%,
    rgba(var(--color-foreground), 0.02) 100%
  );
  border-radius: 28px;
  padding: 36px 28px;
  margin-top: 40px;
}

/* Card base */
.ff-outcomes__card {
  background: rgba(var(--color-background), 0.95);
  border-radius: 22px;
  border: 1px solid rgba(var(--color-foreground), 0.08);
  padding: 18px 20px;
  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

/* Soft depth */
.ff-outcomes__card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--color-foreground), 0.14);
  box-shadow:
    0 20px 40px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.4);
}

/* Icon refinement */
.ff-outcomes__icon {
  background: linear-gradient(
    135deg,
    rgba(var(--color-foreground), 0.06),
    rgba(var(--color-foreground), 0.02)
  );
  border-radius: 14px;
  border: none;
}

/* Label typography */
.ff-outcomes__label {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.015em;
}

/* Description */
.ff-outcomes__desc {
  font-size: 0.92rem;
  opacity: 0.75;
}

/* Chevron CTA enhancement */
.ff-outcomes__chev {
  background: rgba(var(--color-foreground), 0.04);
  border: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

.ff-outcomes__card:hover .ff-outcomes__chev {
  background: rgba(var(--color-foreground), 0.08);
  transform: translateX(4px);
}

/* Mobile polish */
@media (max-width: 749px) {
  .ff-outcomes {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .ff-outcomes__card {
    min-width: 86%;
  }
}
/* =========================================================
   Focus Flow — Shop by Outcome (Ultra Premium v2)
   Works with your ff-shop-by-outcome section classes
   ========================================================= */

/* Panel container (the big rounded box) */
.ff-outcomes {
  border-radius: 28px !important;
  padding: 34px 28px !important;
  border: 1px solid rgba(var(--color-foreground), 0.08) !important;
  background:
    radial-gradient(1200px 260px at 15% 0%, rgba(var(--color-foreground), 0.06), transparent 55%),
    radial-gradient(900px 240px at 85% 110%, rgba(var(--color-foreground), 0.04), transparent 58%),
    rgba(var(--color-background), 1) !important;
  box-shadow:
    0 30px 80px rgba(0,0,0,0.06),
    inset 0 1px 0 rgba(255,255,255,0.35) !important;
}

/* Title/subtitle spacing + premium type */
.ff-outcomes__head {
  margin-bottom: 18px !important;
}

.ff-outcomes__title {
  letter-spacing: -0.03em !important;
  font-weight: 700 !important;
}

.ff-outcomes__sub {
  letter-spacing: -0.01em !important;
  opacity: 0.72 !important;
}

/* Grid spacing */
.ff-outcomes__grid {
  gap: 14px !important;
}

/* Each tile card */
.ff-outcomes__card {
  border-radius: 18px !important;
  border: 1px solid rgba(var(--color-foreground), 0.10) !important;
  background:
    linear-gradient(180deg, rgba(var(--color-background), 1), rgba(var(--color-foreground), 0.015)) !important;
  padding: 16px 16px !important;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

/* Subtle sheen highlight */
.ff-outcomes__card:before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(120deg,
    rgba(var(--color-foreground), 0.10),
    rgba(var(--color-background), 0) 35%,
    rgba(var(--color-foreground), 0.06)
  );
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
}

/* Hover = premium lift + glow */
.ff-outcomes__card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--color-foreground), 0.16) !important;
  box-shadow:
    0 22px 50px rgba(0,0,0,0.10),
    inset 0 1px 0 rgba(255,255,255,0.45) !important;
}

.ff-outcomes__card:hover:before {
  opacity: 0.45;
}

/* Icon block = cleaner + more “designed” */
.ff-outcomes__icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 16px !important;
  background:
    radial-gradient(20px 20px at 30% 25%, rgba(var(--color-foreground), 0.10), transparent 60%),
    rgba(var(--color-foreground), 0.035) !important;
  border: 1px solid rgba(var(--color-foreground), 0.10) !important;
}

.ff-outcomes__icon svg {
  width: 18px !important;
  height: 18px !important;
  opacity: 0.9 !important;
}

/* Typography inside card */
.ff-outcomes__label {
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  font-size: 1.02rem !important;
}

.ff-outcomes__desc {
  margin-top: 2px !important;
  opacity: 0.75 !important;
  font-size: 0.92rem !important;
  line-height: 1.3 !important;
}

/* Chevron = micro-CTA */
.ff-outcomes__chev {
  width: 26px !important;
  height: 26px !important;
  border-radius: 999px !important;
  background: rgba(var(--color-foreground), 0.04) !important;
  border: 1px solid rgba(var(--color-foreground), 0.10) !important;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.ff-outcomes__card:hover .ff-outcomes__chev {
  transform: translateX(4px);
  background: rgba(var(--color-foreground), 0.07) !important;
  border-color: rgba(var(--color-foreground), 0.14) !important;
}

/* Desktop: make the cards a bit taller so it feels less cramped */
@media (min-width: 990px){
  .ff-outcomes__card{
    padding: 18px 18px !important;
  }
}

/* Mobile: carousel feel, bigger tap targets */
@media (max-width: 749px){
  .ff-outcomes {
    padding: 26px 18px !important;
    border-radius: 24px !important;
  }
  .ff-outcomes__card{
    min-width: 88% !important;
  }
}
/* =========================================================
   Focus Flow — Shop by Outcome (Premium FINAL + Mobile 2x2)
   Paste AFTER any previous ff-outcomes CSS
   ========================================================= */

/* Panel */
.ff-outcomes{
  border-radius: 28px !important;
  padding: 34px 28px !important;
  border: 1px solid rgba(var(--color-foreground), .08) !important;
  background:
    radial-gradient(1200px 260px at 18% 0%, rgba(var(--color-foreground), .05), transparent 55%),
    radial-gradient(900px 240px at 85% 110%, rgba(var(--color-foreground), .035), transparent 58%),
    rgba(var(--color-background), 1) !important;
  box-shadow: 0 26px 70px rgba(0,0,0,.06), inset 0 1px 0 rgba(255,255,255,.35) !important;
}

/* Header alignment */
.ff-outcomes__head{
  margin-bottom: 18px !important;
}
.ff-outcomes__title{
  letter-spacing: -0.035em !important;
  font-weight: 750 !important;
}
.ff-outcomes__sub{
  opacity: .72 !important;
  letter-spacing: -0.01em !important;
}

/* Grid spacing */
.ff-outcomes__grid{
  gap: 14px !important;
}

/* Card */
.ff-outcomes__card{
  border-radius: 18px !important;
  border: 1px solid rgba(var(--color-foreground), .10) !important;
  background: linear-gradient(180deg, rgba(var(--color-background), 1), rgba(var(--color-foreground), .012)) !important;
  padding: 16px 16px !important;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

/* Premium “top edge” highlight */
.ff-outcomes__card:after{
  content:"";
  position:absolute;
  left:12px; right:12px; top:10px;
  height:1px;
  background: linear-gradient(90deg, transparent, rgba(var(--color-foreground), .14), transparent);
  opacity: .45;
  pointer-events:none;
}

.ff-outcomes__card:hover{
  transform: translateY(-4px);
  border-color: rgba(var(--color-foreground), .16) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.10), inset 0 1px 0 rgba(255,255,255,.45) !important;
}

/* Icon */
.ff-outcomes__icon{
  width: 46px !important;
  height: 46px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(var(--color-foreground), .10) !important;
  background:
    radial-gradient(18px 18px at 30% 25%, rgba(var(--color-foreground), .10), transparent 60%),
    rgba(var(--color-foreground), .03) !important;
}
.ff-outcomes__icon svg{
  width: 18px !important;
  height: 18px !important;
  opacity: .90 !important;
}

/* Type */
.ff-outcomes__label{
  font-weight: 750 !important;
  letter-spacing: -0.02em !important;
  font-size: 1.02rem !important;
}
.ff-outcomes__desc{
  opacity: .74 !important;
  font-size: .92rem !important;
  line-height: 1.3 !important;
}

/* Chevron micro-CTA */
.ff-outcomes__chev{
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(var(--color-foreground), .10) !important;
  background: rgba(var(--color-foreground), .04) !important;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.ff-outcomes__card:hover .ff-outcomes__chev{
  transform: translateX(4px);
  background: rgba(var(--color-foreground), .07) !important;
  border-color: rgba(var(--color-foreground), .14) !important;
}

/* =========================================================
   MOBILE FIX: show ALL 4 tiles (2x2 grid), NO swiping
   ========================================================= */
@media (max-width: 749px){

  /* tighter panel padding */
  .ff-outcomes{
    padding: 22px 16px !important;
    border-radius: 22px !important;
  }

  /* Override the earlier “carousel” behavior:
     force grid instead of horizontal scroll */
  .ff-outcomes__grid{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    padding-bottom: 0 !important;
  }

  .ff-outcomes__card{
    min-width: 0 !important; /* removes the big swipe-card width */
    padding: 14px 14px !important;
  }

  /* Make titles fit nicely */
  .ff-outcomes__label{
    font-size: .98rem !important;
  }
  .ff-outcomes__desc{
    font-size: .88rem !important;
  }

  /* Slightly smaller icon */
  .ff-outcomes__icon{
    width: 42px !important;
    height: 42px !important;
  }
}
/* =========================================================
   FF Outcomes — Mobile: 1 tile per row (4 lines)
   Paste at very bottom of base.css
   ========================================================= */
@media (max-width: 749px){
  .ff-outcomes__grid{
    grid-template-columns: 1fr !important; /* 1 column = 4 rows */
    gap: 12px !important;
  }

  .ff-outcomes__card{
    padding: 16px 14px !important;
  }

  .ff-outcomes__icon{
    width: 44px !important;
    height: 44px !important;
  }

  .ff-outcomes__label{
    font-size: 1.02rem !important;
  }

  .ff-outcomes__desc{
    font-size: .90rem !important;
  }
    .ff-outcomes__card{
    border-radius: 20px !important;
  }

}
/* Premium dropdown styling for Shop by Outcome */
.header__submenu {
  border-radius: 14px;
  padding: 8px 0;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.header__submenu a {
  padding: 10px 18px;
  font-weight: 500;
}

.header__submenu a:hover {
  background: rgba(0,0,0,0.04);
}
/* =========================================================
   Judge.me Legacy Carousel — Premium Collection Page Fix
   - Smaller heading
   - Cleaner panel
   - Fix invisible prev/next buttons (add arrows)
   ========================================================= */

/* Make the whole reviews block feel premium and not huge */
.jdgm-carousel-wrapper,
.jdgm-carousel-wrapper * {
  box-sizing: border-box;
}

/* Reduce giant heading size */
.jdgm-carousel-title,
.jdgm-carousel-wrapper .jdgm-carousel-title,
.jdgm-carousel-wrapper h2,
.jdgm-carousel-wrapper h3 {
  font-size: clamp(22px, 3vw, 34px) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  font-weight: 750 !important;
  margin-bottom: 10px !important;
}

/* Slightly soften the overall panel look */
.jdgm-carousel-wrapper {
  border-radius: 26px !important;
  padding: 28px 22px !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  background: rgba(255,255,255,.78) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.07) !important;
}

/* Review cards look more premium */
.jdgm-carousel-item__review-wrapper,
.jdgm-carousel-item,
.jdgm-carousel-item__inner {
  border-radius: 18px !important;
}

/* Reduce those huge dots a bit */
.jdgm-carousel__pagination,
.jdgm-carousel__pagination * {
  transform: scale(0.85);
  opacity: 0.9;
}

/* ==========================
   Fix the two transparent buttons:
   add visible arrow icons
   ========================== */

/* Make buttons visible / clickable area cleaner */
.jdgm-carousel__left-arrow,
.jdgm-carousel__right-arrow,
.jdgm-carousel__arrows .jdgm-carousel__left-arrow,
.jdgm-carousel__arrows .jdgm-carousel__right-arrow {
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  background: rgba(255,255,255,.85) !important;
  box-shadow: 0 10px 25px rgba(0,0,0,.10) !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Hide any default arrow graphics (if they exist but are broken) */
.jdgm-carousel__left-arrow svg,
.jdgm-carousel__right-arrow svg,
.jdgm-carousel__left-arrow img,
.jdgm-carousel__right-arrow img {
  display: none !important;
}

/* Draw the arrow using CSS */
.jdgm-carousel__left-arrow::before,
.jdgm-carousel__right-arrow::before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  border-right: 2px solid rgba(0,0,0,.65) !important;
  border-bottom: 2px solid rgba(0,0,0,.65) !important;
  display: block !important;
}

/* Left arrow */
.jdgm-carousel__left-arrow::before {
  transform: rotate(135deg) !important;
  margin-left: 3px !important;
}

/* Right arrow */
.jdgm-carousel__right-arrow::before {
  transform: rotate(-45deg) !important;
  margin-right: 3px !important;
}

/* Hover polish */
.jdgm-carousel__left-arrow:hover,
.jdgm-carousel__right-arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.16) !important;
}

/* Mobile: reduce padding + keep it compact */
@media (max-width: 749px) {
  .jdgm-carousel-wrapper {
    padding: 22px 16px !important;
    border-radius: 22px !important;
  }
  .jdgm-carousel-title,
  .jdgm-carousel-wrapper .jdgm-carousel-title {
    font-size: 22px !important;
  }
}
/* =========================================================
   Collection grid — Premium product cards
   ========================================================= */
.template-collection .card--standard .card__inner{
  border-radius: 20px !important;
  overflow: hidden !important;
}

.template-collection .card__content{
  padding-top: 12px !important;
}

.template-collection .card__information .card__heading{
  font-weight: 650 !important;
  letter-spacing: -0.01em !important;
}

@media (hover:hover){
  .template-collection .card-wrapper:hover{
    transform: translateY(-2px);
  }
  .template-collection .card-wrapper{
    transition: transform .18s ease;
  }
}

/* Sale badge smaller + cleaner */
.template-collection .badge{
  border-radius: 999px !important;
  padding: 4px 10px !important;
  font-size: 12px !important;
  letter-spacing: .01em !important;
}
/* =========================================================
   Judge.me on COLLECTION pages — make it subtle & premium
   ========================================================= */
.template-collection .jdgm-carousel-wrapper{
  max-width: 980px !important;
  margin: 60px auto 10px !important;
  padding: 22px 18px !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.06) !important;
}

/* Smaller heading on collections only */
.template-collection .jdgm-carousel-title{
  font-size: clamp(20px, 2.4vw, 28px) !important;
  margin-bottom: 8px !important;
}

/* Make arrows smaller + cleaner */
.template-collection .jdgm-carousel__left-arrow,
.template-collection .jdgm-carousel__right-arrow{
  width: 36px !important;
  height: 36px !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.08) !important;
}

/* Hide dots (optional, looks cleaner) */
.template-collection .jdgm-carousel__pagination{
  display: none !important;
}
/* Remove bottom spacing from the related products section */
.related-products {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Remove spacing from the specific container class often used in Dawn */
.section-related-products-padding {
  padding-bottom: 0px !important;
}