/** Shopify CDN: Minification failed

Line 16178:0 Unexpected "}"

**/

/* ===== base.css ===== */
product-component,
collection-component {
  display: block;
}

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

.content-for-layout {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.content-for-layout > .shopify-section:last-child {
  flex-grow: 1;
}

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

/* Peach & Poppy customer-experience refinements */
:focus-visible {
  outline: 0.3rem solid rgba(var(--color-foreground), 0.65);
  outline-offset: 0.3rem;
}

.button,
.shopify-payment-button__button--unbranded {
  min-height: 4.8rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.card__heading a,
.full-unstyled-link {
  text-underline-offset: 0.25rem;
}

.product-form__submit {
  min-height: 5.4rem;
  font-size: 1.55rem;
}

.price--large {
  font-weight: 650;
}

@media screen and (max-width: 749px) {
  .page-width { padding-left: 1.6rem; padding-right: 1.6rem; }
  .banner__box { padding-left: 1.8rem; padding-right: 1.8rem; }
  .banner__heading { line-height: 1.04; }
}


/* ===== peach-poppy-v24.css ===== */
/* Peach & Poppy V24 – mobile alignment, cart stability and separate skin-type menu */
@media screen and (max-width: 749px) {
  .trust-bar-section { overflow: hidden; }
  .trust-bar__inner.page-width { max-width: 100%; margin: 0; }

  .pp-popular-goals__grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .pp-popular-goal { min-height: 13rem; padding: 2rem; grid-template-columns: 6rem minmax(0,1fr) 3rem; }
  .pp-popular-goal__content strong { font-size: 2.1rem; line-height: 1.15; }
  .pp-popular-goal__content span { font-size: 1.55rem; line-height: 1.45; }

  /* Stable cart: no overlapping columns, no horizontal drift */
  .cart-items, .cart-items thead, .cart-items tbody, .cart-items tr { width: 100%; }
  .cart-item { display: grid !important; grid-template-columns: 9rem minmax(0,1fr); gap: 1.4rem; padding: 2rem 0; }
  .cart-item__media { grid-row: 1 / span 3; width: 9rem !important; min-width: 9rem; }
  .cart-item__image-container { width: 9rem; height: 9rem; display:block; }
  .cart-item__image { width: 100%; height: 100%; object-fit: cover; display:block; }
  .cart-item__details, .cart-item__quantity, .cart-item__totals { grid-column: 2; width: auto !important; min-width: 0; padding: 0 !important; }
  .cart-item__details { grid-row: 1; }
  .cart-item__quantity { grid-row: 2; }
  .cart-item__totals { grid-row: 3; justify-self: start; }
  .cart-item__name { font-size: 1.8rem !important; line-height: 1.25 !important; word-break: normal; overflow-wrap: anywhere; }
  .cart-item cart-remove-button { margin-left: 1rem; }
  .cart__footer { padding-top: 2rem !important; }
  .cart__blocks { width: 100% !important; max-width: 100% !important; }
  .totals { align-items: center; }
  .totals__total { font-size: 2.4rem !important; line-height:1.15; }
  .totals__total-value { font-size: 2.2rem !important; }
  .pp-cart-discount-note { padding: 1.4rem 1.6rem !important; font-size: 1.4rem !important; }

  .pp-skin-type-standalone { padding: 1.6rem 2rem 2rem; background: rgba(var(--color-foreground),.025); }
  .pp-skin-type-standalone > p { margin: 0 0 1.2rem; font-weight: 700; font-size: 1.5rem; }
  .pp-skin-type-menu-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
  .pp-skin-type-menu-grid a { display:flex; align-items:center; justify-content:center; min-height:5.4rem; padding:1rem; border-radius:999px; background:rgb(var(--color-background)); color:rgb(var(--color-foreground)); text-decoration:none; font-weight:700; text-align:center; }
}

@media screen and (min-width: 750px) {
  .pp-skin-type-standalone--desktop { min-width: 38rem; padding: 2rem; }
  .pp-skin-type-standalone--desktop > p { margin:0 0 1.4rem; font-weight:700; }
  .pp-skin-type-standalone--desktop .pp-skin-type-menu-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.8rem; }
  .pp-skin-type-standalone--desktop a { padding:1rem 1.2rem; border-radius:1rem; background:rgba(var(--color-foreground),.035); color:rgb(var(--color-foreground)); text-decoration:none; }
}


/* ===== peach-poppy-premium.css ===== */

/* =========================================================
   Peach & Poppy premium customer-experience refinements
   ========================================================= */

:root {
  --pp-ink: 48, 38, 34;
  --pp-rose: 232, 146, 124;
  --pp-rose-dark: 171, 91, 72;
  --pp-cream: 255, 248, 245;
}

/* Product grids: equal 5:4 images, aligned prices and CTAs */
.product-grid .grid__item { display: flex; min-width: 0; }
.product-grid .product-card-wrapper { display: flex; width: 100%; min-width: 0; height: 100%; }
.product-grid .product-card-wrapper .card { display: flex; flex-direction: column; width: 100%; min-width: 0; height: 100%; }
.product-grid .product-card-wrapper .card__inner { flex: 0 0 auto; }
.product-grid .product-card-wrapper .card__inner.ratio { --ratio-percent: 80% !important; border-radius: 1.8rem; }
.product-grid .product-card-wrapper .card__media,
.product-grid .product-card-wrapper .media { border-radius: 1.8rem; }
.product-grid .product-card-wrapper .card__media {
  overflow: hidden;
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(44, 36, 32, 0);
  transition: transform .28s ease, box-shadow .28s ease;
}
.product-grid .product-card-wrapper:is(:hover, :focus-within) .card__media {
  transform: translateY(-.3rem);
  box-shadow: 0 1.8rem 4.2rem rgba(73, 48, 41, .18);
}
.product-grid .product-card-wrapper:active .card__media {
  transform: translateY(-.1rem) scale(.995);
  box-shadow: 0 1rem 2.6rem rgba(73, 48, 41, .22);
}
.product-grid .product-card-wrapper .card__media .media img { object-fit: cover; object-position: center; }
.product-grid .product-card-wrapper .card > .card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.4rem .2rem .2rem;
}
.product-grid .product-card-wrapper .card__information {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  padding: .9rem 0 1.2rem;
}
.product-grid .product-card-wrapper .card-information { display: flex; flex: 1 1 auto; flex-direction: column; }
.product-grid .product-card-wrapper .card__heading {
  min-height: 6.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.3;
}
.product-grid .product-card-wrapper .caption-with-letter-spacing { min-height: 2rem; margin-top: .5rem; }
.product-grid .product-card-wrapper .card-information > .price {
  min-height: 5.2rem;
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}
.product-grid .product-card-wrapper .price__container { display: flex; flex-wrap: wrap; align-items: baseline; gap: .35rem .8rem; }
.product-grid .product-card-wrapper .quick-add { width: 100%; margin: auto 0 0; }
.product-grid .product-card-wrapper .quick-add__submit { min-height: 5.4rem; border-radius: 999px; font-weight: 700; }
.product-grid .product-card-wrapper .quick-add__submit:after { border-radius: 999px; }

.card__new-badge {
  position: absolute;
  z-index: 4;
  top: 1.2rem;
  left: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .72rem 1.15rem;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #e8927c, #c96c77);
  box-shadow: 0 .8rem 2rem rgba(154, 74, 74, .24);
  font-size: 1.15rem;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media screen and (max-width: 749px) {
  .product-grid .product-card-wrapper .card__heading { min-height: 5.4rem; font-size: 1.4rem; -webkit-line-clamp: 3; }
  .product-grid .product-card-wrapper .card-information > .price { min-height: 4.6rem; }
  .product-grid .product-card-wrapper .quick-add__submit { min-height: 4.8rem; padding-inline: 1rem; font-size: 1.25rem; }
  .card__new-badge { top: .8rem; left: .8rem; padding: .55rem .8rem; font-size: 1rem; }
}

/* Mobile filters/count: prevent arrows from colliding with the result count */
@media screen and (max-width: 749px) {
  .facets-container-drawer { gap: 1rem; }
  .facets-container-drawer .product-count { flex: 0 0 100%; width: 100%; margin: .8rem 0 0; padding: .8rem 0; text-align: center; }
  .product-count__text { font-size: 1.4rem; }
  .mobile-facets__sort .select { position: relative; min-width: 0; }
  .mobile-facets__sort .select__select { width: 100%; min-width: 0; padding-right: 3.5rem; }
  .mobile-facets__sort .select .icon-caret { right: 1.1rem; left: auto; }
}

/* Premium multicolumn design for the Sets page */
.multicolumn--zestawy-premium {
  background: linear-gradient(180deg, #fff8f5 0%, #fdf0ec 48%, #fffaf7 100%);
}
.multicolumn--zestawy-premium .multicolumn__title { justify-content: center; text-align: center; }
.multicolumn--zestawy-premium .multicolumn__title .title { max-width: 900px; margin-inline: auto; color: rgb(var(--pp-ink)); }
.multicolumn--zestawy-premium .multicolumn-list { align-items: stretch; row-gap: 3rem; }
.multicolumn--zestawy-premium .multicolumn-list__item { display: flex; }
.multicolumn--zestawy-premium .multicolumn-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(109, 77, 66, .1);
  border-radius: 2.4rem;
  background: rgba(255,255,255,.8);
  box-shadow: 0 1.6rem 4rem rgba(91, 57, 48, .09);
  transition: transform .25s ease, box-shadow .25s ease;
}
.multicolumn--zestawy-premium .multicolumn-card:hover { transform: translateY(-.5rem); box-shadow: 0 2.2rem 5rem rgba(91,57,48,.15); }
.multicolumn--zestawy-premium .multicolumn-card__image-wrapper { margin: 0; }
.multicolumn--zestawy-premium .multicolumn-card__image-wrapper .media { padding-bottom: 80% !important; border-radius: 0; }
.multicolumn--zestawy-premium .multicolumn-card__image { object-fit: cover; }
.multicolumn--zestawy-premium .multicolumn-card__info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 2.5rem 2.4rem 2.4rem;
}
.multicolumn--zestawy-premium .multicolumn-card__info > h3 { min-height: 5.4rem; margin: 0 0 1.2rem; font-size: 2.2rem; line-height: 1.25; color: rgb(var(--pp-ink)); }
.multicolumn--zestawy-premium .multicolumn-card__info .rte { display: flex; flex: 1 1 auto; flex-direction: column; color: rgba(var(--pp-ink), .82); }
.multicolumn--zestawy-premium .multicolumn-card__info .rte p { margin: 0 0 1rem; }
.multicolumn--zestawy-premium .multicolumn-card__info .rte strong { color: rgb(var(--pp-ink)); font-style: normal; }
.multicolumn--zestawy-premium .multicolumn-card__info .rte h2:last-child {
  margin: auto 0 0;
  padding-top: 1.8rem;
  color: #7b463a;
  font-size: 2.6rem;
  line-height: 1;
}
.multicolumn--zestawy-premium .multicolumn-card__info > .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  width: 100%;
  min-height: 5rem;
  margin-top: 1.8rem;
  padding: 1rem 1.4rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #4a342e, #7b4b40);
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.multicolumn--zestawy-premium .multicolumn-card__info > .link .icon-wrap { position: static; flex: 0 0 auto; }

/* Homepage category tiles and graphic polish */
.multicolumn--home-premium { background: #fff8f5; }
.multicolumn--home-premium .multicolumn-list { align-items: stretch; row-gap: 2.5rem; }
.multicolumn--home-premium .multicolumn-list__item { display: flex; }
.multicolumn--home-premium .multicolumn-card {
  width: 100%;
  overflow: hidden;
  border-radius: 2.2rem;
  background: rgba(255,255,255,.72);
  box-shadow: 0 1.2rem 3.2rem rgba(83, 56, 47, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.multicolumn--home-premium .multicolumn-card:hover { transform: translateY(-.4rem); box-shadow: 0 2rem 4.4rem rgba(83,56,47,.15); }
.multicolumn--home-premium .multicolumn-card__image-wrapper { margin: 0; }
.multicolumn--home-premium .multicolumn-card__image-wrapper .media { padding-bottom: 80% !important; border-radius: 0; }
.multicolumn--home-premium .multicolumn-card__image { object-fit: cover; }
.multicolumn--home-premium .multicolumn-card__info { padding: 1.7rem 1.5rem 1.8rem; }
.multicolumn--home-premium .multicolumn-card__info > .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4.4rem;
  padding: .9rem 1.4rem;
  border: 1px solid rgba(84, 55, 48, .12);
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
}
.multicolumn--home-premium .multicolumn-card__info > .link .icon-wrap { position: static; }

/* Curated menu: keep carets clear of text */
.peach-poppy-menu__dropdown > summary { display: flex; align-items: center; gap: .45rem; }
.peach-poppy-menu__dropdown > summary .icon-caret { position: static; flex: 0 0 .75rem; margin-left: .15rem; }
.peach-poppy-menu__link--overview,
.peach-poppy-drawer-menu__overview { font-weight: 750; color: #9b5648; border-bottom: 1px solid rgba(155,86,72,.12); }

/* Compact language/currency controls */
.currency-selector__icon {
  display: inline-grid;
  place-items: center;
  min-width: 2.8rem;
  height: 2.8rem;
  padding: 0 .55rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #e8927c, #c56f68);
  box-shadow: 0 .5rem 1.4rem rgba(197,111,104,.22);
  font-size: 1.15rem;
  font-weight: 800;
}
.currency-selector__current { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1.05; }
.currency-selector__code { font-size: 1.15rem; font-weight: 800; letter-spacing: .05em; }
.currency-selector__country { font-size: 1rem; opacity: .68; }
.currency-selector__static { display: inline-flex; align-items: center; gap: .55rem; padding: .45rem .25rem; }
.header-localization .localization-form__select { min-width: auto; padding-left: .35rem; padding-right: 2.2rem; gap: .55rem; }
.header-localization .country-selector .disclosure__list { min-width: 24rem; }
@media screen and (min-width: 990px) { .header-localization .currency-selector__country { display: none; } }

/* About page */
.pp-about__hero { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); align-items: center; gap: clamp(3rem,6vw,8rem); }
.pp-about__eyebrow { margin: 0 0 1rem; color: #a45f50; font-size: 1.25rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pp-about__title { max-width: 780px; margin: 0 0 2rem; font-size: clamp(4rem,6vw,7.2rem); line-height: 1.02; }
.pp-about__lead { max-width: 720px; font-size: 1.8rem; line-height: 1.7; }
.pp-about__actions { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 2.6rem; }
.pp-about__actions .button { border-radius: 999px; }
.pp-about__visual { position: relative; min-height: 520px; overflow: hidden; border-radius: 3rem; box-shadow: 0 2.5rem 6rem rgba(96,61,51,.16); }
.pp-about__image { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.pp-about__visual--placeholder { display: grid; place-items: center; isolation: isolate; background: radial-gradient(circle at 30% 30%, #fff 0 9%, transparent 10%), linear-gradient(145deg,#f9c8c9,#f8e4dc 48%,#e8927c); color: #4a342e; }
.pp-about__visual--placeholder:before { content:''; position:absolute; inset:8%; border:1px solid rgba(255,255,255,.6); border-radius:2.2rem; z-index:-1; }
.pp-about__visual--placeholder p { font-family: var(--font-heading-family); font-size: 3.6rem; }
.pp-about__peach { position:absolute; top:17%; left:16%; font-size:8rem; filter: drop-shadow(0 1rem 1.4rem rgba(0,0,0,.1)); }
.pp-about__poppy { position:absolute; bottom:16%; right:14%; font-size:9rem; color:#c94f58; }
.pp-about__values { display:grid; grid-template-columns:repeat(3,1fr); gap:2rem; margin-top:7rem; }
.pp-about__value { padding:3rem; border:1px solid rgba(91,57,48,.1); border-radius:2.2rem; background:rgba(255,255,255,.7); box-shadow:0 1.2rem 3rem rgba(91,57,48,.07); }
.pp-about__value-icon { display:grid; place-items:center; width:4.6rem; height:4.6rem; margin-bottom:1.6rem; border-radius:50%; color:#fff; background:#e8927c; font-size:2rem; }
.pp-about__value h2 { margin:0 0 1rem; font-size:2.2rem; }
.pp-about__story { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(3rem,7vw,9rem); margin-top:8rem; padding:clamp(3rem,6vw,7rem); border-radius:3rem; background:#f7e8e1; }
.pp-about__story h2 { margin:0; font-size:clamp(3.2rem,4vw,5rem); line-height:1.08; }
.pp-about__story-text { font-size:1.7rem; line-height:1.75; }
.pp-about__promise { display:grid; grid-template-columns:repeat(4,1fr); margin-top:4rem; overflow:hidden; border:1px solid rgba(91,57,48,.1); border-radius:2rem; background:#fff; }
.pp-about__promise div { padding:2.2rem 1.5rem; text-align:center; }
.pp-about__promise div+div { border-left:1px solid rgba(91,57,48,.1); }
.pp-about__promise strong,.pp-about__promise span { display:block; }
.pp-about__promise strong { color:#a45f50; font-size:2.2rem; }
.pp-about__promise span { margin-top:.4rem; font-size:1.25rem; opacity:.75; }

/* Skin concerns page driven by product metafields */
.pp-skin-concerns__header { max-width:900px; margin:0 auto 3.2rem; text-align:center; }
.pp-skin-concerns__eyebrow { margin:0 0 1rem; color:#a45f50; font-size:1.25rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.pp-skin-concerns__header h1 { margin:0 0 1.4rem; font-size:clamp(3.8rem,5vw,6rem); }
.pp-skin-concerns__header .rte { font-size:1.7rem; }
.pp-skin-concerns__nav { display:flex; flex-wrap:wrap; justify-content:center; gap:.8rem; margin:0 auto 5rem; }
.pp-skin-concerns__nav a { padding:.9rem 1.4rem; border:1px solid rgba(91,57,48,.12); border-radius:999px; color:#4b3933; background:#fff; text-decoration:none; font-weight:700; }
.pp-skin-concerns__nav a:hover { color:#fff; background:#a75e50; }
.pp-skin-concern { scroll-margin-top:14rem; padding:4rem 0; border-top:1px solid rgba(91,57,48,.1); }
.pp-skin-concern__heading { display:grid; grid-template-columns:.8fr 1.2fr; gap:3rem; align-items:end; margin-bottom:2.5rem; }
.pp-skin-concern__heading > div:first-child { display:flex; align-items:center; gap:1rem; }
.pp-skin-concern__heading > div:first-child > span { display:grid; place-items:center; width:4.2rem; height:4.2rem; border-radius:50%; background:#f7ddd5; font-size:1.8rem; }
.pp-skin-concern__heading h2 { margin:0; font-size:clamp(2.8rem,3vw,4.2rem); }
.pp-skin-concern__heading .rte { max-width:680px; justify-self:end; font-size:1.55rem; }
.pp-skin-concern__empty { padding:3rem; border:1px dashed rgba(91,57,48,.2); border-radius:1.8rem; text-align:center; background:rgba(255,255,255,.55); }
.pp-skin-concern__empty code { padding:.15rem .4rem; border-radius:.4rem; background:#f4e4de; }

@media screen and (max-width: 989px) {
  .pp-about__hero,.pp-about__story,.pp-skin-concern__heading { grid-template-columns:1fr; }
  .pp-about__visual { min-height:420px; }
  .pp-about__values { grid-template-columns:1fr; }
  .pp-about__promise { grid-template-columns:repeat(2,1fr); }
  .pp-about__promise div:nth-child(3) { border-left:0; border-top:1px solid rgba(91,57,48,.1); }
  .pp-about__promise div:nth-child(4) { border-top:1px solid rgba(91,57,48,.1); }
  .pp-skin-concern__heading .rte { justify-self:start; }
}
@media screen and (max-width: 749px) {
  .pp-about__title { font-size:4.2rem; }
  .pp-about__visual { min-height:340px; border-radius:2.2rem; }
  .pp-about__promise { grid-template-columns:1fr; }
  .pp-about__promise div+div { border-left:0; border-top:1px solid rgba(91,57,48,.1); }
  .pp-about__story { padding:3rem 2rem; }
  .pp-skin-concerns__nav { justify-content:flex-start; overflow-x:auto; flex-wrap:nowrap; padding-bottom:.8rem; }
  .pp-skin-concerns__nav a { flex:0 0 auto; }
}


/* === July 2026 premium catalog refinements === */
.header__social {
  display:flex;
  align-items:center;
  gap:1.1rem;
  margin-right:1rem;
}
.header__social-label {
  font-size:1.2rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(var(--pp-ink),.62);
}
.header__social .list-social {
  display:flex;
  align-items:center;
  gap:.4rem;
}
.header__social .list-social__link {
  display:grid;
  place-items:center;
  width:3.2rem;
  height:3.2rem;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  box-shadow:0 .8rem 2rem rgba(91,57,48,.08);
}
.header__social .list-social__link .svg-wrapper,
.footer .list-social__link .svg-wrapper,
.list-social .svg-wrapper { width:1.7rem; height:1.7rem; }
.language-selector__current-code--solo { margin-left:.2rem; font-weight:600; letter-spacing:.08em; }

.card-wrapper .card {
  display:flex;
  flex-direction:column;
  height:100%;
}
.card--card,
.card--standard .card__inner {
  border-radius:2.4rem;
}
.product-grid .card__inner,
.related-products .card__inner,
.pp-skin-concerns .card__inner,
.collection .card__inner,
.slider .card__inner {
  overflow:hidden;
}
.product-grid .card__media,
.related-products .card__media,
.pp-skin-concerns .card__media,
.collection .card__media,
.slider .card__media {
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,241,237,.94));
}
.product-grid .ratio,
.related-products .ratio,
.pp-skin-concerns .ratio,
.collection .ratio,
.slider .ratio {
  --ratio-percent: 92% !important;
}
.product-grid .media img,
.related-products .media img,
.pp-skin-concerns .media img,
.collection .media img,
.slider .media img {
  object-fit:cover;
}
.card__badge,
.badge {
  border-radius:999px;
  padding:.65rem 1.4rem;
  font-weight:700;
  font-size:1.15rem;
  letter-spacing:.05em;
}
.product-grid .card__badge,
.related-products .card__badge,
.pp-skin-concerns .card__badge,
.collection .card__badge {
  top:1.2rem;
  left:1.2rem;
}
.product-grid .card__content,
.related-products .card__content,
.pp-skin-concerns .card__content,
.collection .card__content {
  display:flex;
  flex-direction:column;
  height:100%;
}
.product-grid .card__information,
.related-products .card__information,
.pp-skin-concerns .card__information,
.collection .card__information {
  display:flex;
  flex-direction:column;
  gap:.65rem;
  padding-top:1.25rem;
}
.product-grid .card__heading,
.related-products .card__heading,
.pp-skin-concerns .card__heading,
.collection .card__heading {
  margin:0;
  font-size:clamp(1.85rem,1.15vw + 1.2rem,2.5rem);
  line-height:1.24;
  color:rgb(var(--pp-ink));
}
.product-grid .card__heading a,
.related-products .card__heading a,
.pp-skin-concerns .card__heading a,
.collection .card__heading a {
  text-decoration:none;
}
.product-grid .card-information,
.related-products .card-information,
.pp-skin-concerns .card-information,
.collection .card-information {
  margin-top:.2rem;
}
.product-grid .card-information>.price,
.related-products .card-information>.price,
.pp-skin-concerns .card-information>.price,
.collection .card-information>.price {
  margin-top:.15rem;
}
.product-grid .quick-add,
.related-products .quick-add,
.pp-skin-concerns .quick-add,
.collection .quick-add {
  margin-top:auto;
  padding-top:1.2rem;
}
.product-grid .quick-add__submit,
.related-products .quick-add__submit,
.pp-skin-concerns .quick-add__submit,
.collection .quick-add__submit {
  min-height:5.4rem;
  border-radius:999px;
}
.product-grid .card__heading + .card-information,
.related-products .card__heading + .card-information,
.pp-skin-concerns .card__heading + .card-information,
.collection .card__heading + .card-information {
  margin-top:.25rem;
}
.product-grid .card-information .caption,
.related-products .card-information .caption,
.collection .card-information .caption {
  margin-top:0;
}
.product-grid .rating,
.related-products .rating,
.pp-skin-concerns .rating,
.collection .rating {
  margin-top:.1rem;
}

.trust-bar__item,
.purchase-reassurance__item,
.icon-with-text__item {
  align-items:center;
}
.trust-bar__icon,
.purchase-reassurance__icon,
.icon-with-text__icon {
  width:2.4rem;
  height:2.4rem;
  min-width:2.4rem;
  display:grid;
  place-items:center;
}
.trust-bar__icon svg,
.purchase-reassurance__icon svg,
.icon-with-text__icon svg {
  width:2rem;
  height:2rem;
}

.product__media-wrapper .product__media-item .media,
.product__media-wrapper sticky-header .media,
.product-media-modal__dialog .media {
  border-radius:2.8rem;
}
.product__media-wrapper .media {
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,241,237,.95));
  box-shadow:0 2rem 5rem rgba(91,57,48,.1);
}
.thumbnail-list__item .thumbnail {
  border-radius:1.6rem;
  overflow:hidden;
  background:rgba(255,255,255,.82);
}
.thumbnail[aria-current] {
  box-shadow:0 0 0 .2rem rgba(var(--pp-accent),.35);
}
.product__info-container {
  gap:1.4rem;
}
.product__title h1,
.product__title .h1 {
  font-size:clamp(3rem,2vw + 1.8rem,4.6rem);
  line-height:1.08;
}
.product__info-container .rating-wrapper,
.product__info-container .product-form__quantity,
.product__info-container [id^="price-"],
.product__info-container .product__inventory,
.product__info-container .product-form,
.product__info-container .purchase-reassurance,
.product__info-container .shopify-payment-button {
  max-width:46rem;
  margin-left:auto;
  margin-right:auto;
}
.product__info-container .product-form__quantity,
.product__info-container [id^="price-"],
.product__info-container .rating-wrapper,
.product__info-container .product__inventory,
.product__info-container .purchase-reassurance {
  text-align:center;
}
.product__info-container .quantity__label,
.product__info-container .price,
.product__info-container .price__container,
.product__info-container .product-form__buttons,
.product__info-container .shopify-payment-button__button,
.product__info-container .product-form__submit {
  margin-left:auto;
  margin-right:auto;
}
.product__info-container .quantity,
.product__info-container .product-form__submit,
.product__info-container .shopify-payment-button__button {
  border-radius:999px;
}
.product__info-container .purchase-reassurance {
  margin-top:.4rem;
}
.product__description {
  max-width:72rem;
}
.product__description p:first-child { margin-top:0; }

.pp-testimonials {
  padding:5rem 0 6rem;
}
.pp-testimonials__header {
  text-align:center;
  max-width:72rem;
  margin:0 auto 3rem;
}
.pp-testimonials__eyebrow {
  margin:0 0 .8rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(var(--pp-accent),.9);
  font-weight:700;
}
.pp-testimonials__grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:2rem;
}
.pp-testimonial {
  background:rgba(255,255,255,.85);
  border:1px solid rgba(91,57,48,.08);
  border-radius:2.4rem;
  padding:2.6rem;
  box-shadow:0 1.6rem 3.6rem rgba(91,57,48,.08);
}
.pp-testimonial__rating { font-size:1.7rem; letter-spacing:.08em; color:rgb(var(--pp-accent)); margin-bottom:1.2rem; }
.pp-testimonial blockquote { margin:0 0 1.8rem; font-size:1.7rem; line-height:1.65; color:rgba(var(--pp-ink),.88); }
.pp-testimonial__author { font-weight:700; color:rgb(var(--pp-ink)); }
.pp-testimonial__meta { margin-top:.4rem; font-size:1.35rem; color:rgba(var(--pp-ink),.6); }

.pp-ai-quiz {
  padding:5rem 0 6rem;
}
.pp-ai-quiz__shell {
  max-width:102rem;
  margin:0 auto;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(251,242,238,.96));
  border:1px solid rgba(91,57,48,.08);
  border-radius:3rem;
  box-shadow:0 2.2rem 5rem rgba(91,57,48,.1);
  overflow:hidden;
}
.pp-ai-quiz__hero {
  display:grid;
  grid-template-columns:1fr .92fr;
  gap:3rem;
  padding:4rem;
}
.pp-ai-quiz__hero h1,
.pp-ai-quiz__hero h2 { margin:0 0 1.6rem; }
.pp-ai-quiz__eyebrow {
  margin:0 0 1rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
  color:rgba(var(--pp-accent),.9);
}
.pp-ai-quiz__hero .rte { font-size:1.65rem; line-height:1.75; color:rgba(var(--pp-ink),.82); }
.pp-ai-quiz__features {
  display:grid;
  gap:1rem;
  margin-top:2rem;
}
.pp-ai-quiz__feature {
  display:flex;
  align-items:center;
  gap:.9rem;
  padding:1.05rem 1.3rem;
  border-radius:1.6rem;
  background:rgba(255,255,255,.84);
}
.pp-ai-quiz__feature span:first-child {
  width:2.2rem;height:2.2rem;display:grid;place-items:center;border-radius:50%;background:#f7ddd5;
}
.pp-ai-quiz__form {
  padding:0 4rem 4rem;
}
.pp-ai-quiz__grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.6rem 2rem;
}
.pp-ai-quiz__field label {
  display:block;
  margin:0 0 .8rem;
  font-weight:700;
  color:rgb(var(--pp-ink));
}
.pp-ai-quiz__field select,
.pp-ai-quiz__field textarea {
  width:100%;
  border-radius:1.6rem;
  border:1px solid rgba(91,57,48,.12);
  background:#fff;
  padding:1.45rem 1.6rem;
  font:inherit;
  color:rgb(var(--pp-ink));
}
.pp-ai-quiz__field--full { grid-column:1/-1; }
.pp-ai-quiz__actions {
  display:flex;
  justify-content:center;
  margin-top:2.2rem;
}
.pp-ai-quiz__result {
  margin-top:2.4rem;
  padding:2.4rem;
  border-radius:2.2rem;
  background:#fff;
  border:1px solid rgba(91,57,48,.08);
  box-shadow:0 1.2rem 3rem rgba(91,57,48,.06);
}
.pp-ai-quiz__result.hidden { display:none; }
.pp-ai-quiz__result h3 { margin:0 0 1rem; }
.pp-ai-quiz__pill-list { display:flex; flex-wrap:wrap; gap:.8rem; margin:1.6rem 0 0; }
.pp-ai-quiz__pill { padding:.75rem 1.2rem; border-radius:999px; background:#f8e6df; color:rgb(var(--pp-ink)); font-size:1.35rem; }
.pp-ai-quiz__disclaimer { margin-top:1.6rem; font-size:1.25rem; color:rgba(var(--pp-ink),.55); }

@media screen and (max-width: 989px) {
  .pp-testimonials__grid,
  .pp-ai-quiz__hero,
  .pp-ai-quiz__grid { grid-template-columns:1fr; }
  .product-grid .ratio,
  .related-products .ratio,
  .pp-skin-concerns .ratio,
  .collection .ratio,
  .slider .ratio { --ratio-percent: 100% !important; }
}
@media screen and (max-width: 749px) {
  .header__social { display:none; }
  .product-grid .card__heading,
  .related-products .card__heading,
  .pp-skin-concerns .card__heading,
  .collection .card__heading { font-size:1.78rem; }
  .product__title h1,
  .product__title .h1 { font-size:3rem; }
  .pp-ai-quiz__hero,
  .pp-ai-quiz__form { padding:2.4rem; }
  .pp-testimonial { padding:2.1rem; }
}


/* === Corrective pass v3: strict sizing, Polish selector, reviews and social === */
.language-flag { width:2.3rem; height:1.55rem; display:inline-flex; overflow:hidden; border-radius:.25rem; box-shadow:0 0 0 1px rgba(0,0,0,.08); }
.language-flag svg { display:block; width:100%; height:100%; }
.header-localization:not(.menu-drawer__localization) .language-selector__current-name { display:inline !important; white-space:nowrap; }
.header-localization:not(.menu-drawer__localization) .language-selector__current-code { display:none !important; }
.language-selector__button { gap:.7rem; }

.product-grid .product-card-wrapper .card__inner.ratio,
.related-products .product-card-wrapper .card__inner.ratio,
.pp-skin-concerns .product-card-wrapper .card__inner.ratio,
.pp-sets-showcase .product-card-wrapper .card__inner.ratio,
.collection .product-card-wrapper .card__inner.ratio {
  position:relative;
  width:100%;
  height:auto !important;
  aspect-ratio:5 / 4;
  --ratio-percent:80% !important;
  overflow:hidden;
  border-radius:2.2rem;
}
.product-grid .product-card-wrapper .card__inner.ratio:before,
.related-products .product-card-wrapper .card__inner.ratio:before,
.pp-skin-concerns .product-card-wrapper .card__inner.ratio:before,
.pp-sets-showcase .product-card-wrapper .card__inner.ratio:before,
.collection .product-card-wrapper .card__inner.ratio:before { content:none !important; padding-bottom:0 !important; }
.product-grid .product-card-wrapper .card__media,
.related-products .product-card-wrapper .card__media,
.pp-skin-concerns .product-card-wrapper .card__media,
.pp-sets-showcase .product-card-wrapper .card__media,
.collection .product-card-wrapper .card__media,
.product-grid .product-card-wrapper .card__media .media,
.related-products .product-card-wrapper .card__media .media,
.pp-skin-concerns .product-card-wrapper .card__media .media,
.pp-sets-showcase .product-card-wrapper .card__media .media,
.collection .product-card-wrapper .card__media .media {
  position:absolute !important;
  inset:0;
  width:100%;
  height:100%;
}
.product-grid .product-card-wrapper .card__media img,
.related-products .product-card-wrapper .card__media img,
.pp-skin-concerns .product-card-wrapper .card__media img,
.pp-sets-showcase .product-card-wrapper .card__media img,
.collection .product-card-wrapper .card__media img {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}
.product-grid .product-card-wrapper .card__content,
.related-products .product-card-wrapper .card__content,
.pp-skin-concerns .product-card-wrapper .card__content,
.pp-sets-showcase .product-card-wrapper .card__content,
.collection .product-card-wrapper .card__content { display:flex; flex-direction:column; flex:1 1 auto; }
.product-grid .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading,
.pp-skin-concerns .product-card-wrapper .card__heading,
.pp-sets-showcase .product-card-wrapper .card__heading,
.collection .product-card-wrapper .card__heading {
  min-height:7.4rem;
  font-size:clamp(1.75rem,1.2vw + 1rem,2.25rem) !important;
  line-height:1.25;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.product-grid .product-card-wrapper .card-information,
.related-products .product-card-wrapper .card-information,
.pp-skin-concerns .product-card-wrapper .card-information,
.pp-sets-showcase .product-card-wrapper .card-information,
.collection .product-card-wrapper .card-information { display:flex; flex-direction:column; flex:1 1 auto; }
.product-grid .product-card-wrapper .card-information > .price,
.related-products .product-card-wrapper .card-information > .price,
.pp-skin-concerns .product-card-wrapper .card-information > .price,
.pp-sets-showcase .product-card-wrapper .card-information > .price,
.collection .product-card-wrapper .card-information > .price { min-height:5.2rem; margin-top:auto; display:flex; align-items:flex-end; }
.product-grid .product-card-wrapper .quick-add,
.related-products .product-card-wrapper .quick-add,
.pp-skin-concerns .product-card-wrapper .quick-add,
.pp-sets-showcase .product-card-wrapper .quick-add,
.collection .product-card-wrapper .quick-add { margin-top:auto; }
.card__new-badge { top:.9rem !important; left:.9rem !important; padding:.55rem .85rem !important; font-size:1rem !important; }
.card__badge { top:.9rem !important; right:.9rem !important; left:auto !important; }

.pp-sets-showcase { background:linear-gradient(180deg,#fffaf7,#fbeae4 52%,#fffaf7); }
.pp-sets-showcase__header { max-width:86rem; margin:0 auto 3.6rem; text-align:center; }
.pp-sets-showcase__eyebrow { margin:0 0 .8rem; color:#a45f50; font-size:1.25rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.pp-sets-showcase__header h1 { margin:0 0 1.4rem; font-size:clamp(3.8rem,5vw,6rem); }
.pp-sets-showcase__header .rte { font-size:1.7rem; }
.pp-sets-showcase__empty { max-width:72rem; margin:3rem auto 0; padding:3rem; text-align:center; border:1px dashed rgba(91,57,48,.18); border-radius:2rem; background:rgba(255,255,255,.7); }

.pp-social-follow { border-top:1px solid rgba(91,57,48,.08); border-bottom:1px solid rgba(91,57,48,.08); }
.pp-social-follow__inner { display:flex; align-items:center; justify-content:space-between; gap:2rem; padding-top:2.4rem; padding-bottom:2.4rem; }
.pp-social-follow__eyebrow { margin:0 0 .3rem; font-size:1.15rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:#a45f50; }
.pp-social-follow h2 { margin:0; font-size:2.6rem; }
.pp-social-follow__icons { display:flex; align-items:center; gap:.8rem; }
.pp-social-follow__icons .list-social__link { width:4.6rem; height:4.6rem; border-radius:50%; background:#fff; box-shadow:0 .8rem 2rem rgba(91,57,48,.1); }
.pp-social-follow__notice { max-width:48rem; margin:0; padding:1rem 1.4rem; border-radius:1.2rem; background:rgba(255,255,255,.72); }

@media(max-width:749px){
  .product-grid .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading,
  .pp-skin-concerns .product-card-wrapper .card__heading,
  .pp-sets-showcase .product-card-wrapper .card__heading,
  .collection .product-card-wrapper .card__heading { min-height:6.6rem; font-size:1.55rem !important; }
  .pp-social-follow__inner { flex-direction:column; align-items:flex-start; }
}


/* === Mobile polish v4 === */
@media screen and (min-width: 750px) {
  .header__heading-logo { max-height: 11rem; }
}
@media screen and (max-width: 749px) {
  .header { min-height: 13.2rem; }
  .header__heading-logo-wrapper { width: 100%; }
  .header__heading-logo { width: 15.5rem !important; max-width: 42vw; height: auto; }
  .announcement-bar__message { font-size: 1.45rem; line-height: 1.25; padding: 1.3rem 4.2rem; }
}

/* Mobile curated drawer: visible arrows and real accordion expansion */
.peach-poppy-drawer-menu__details > summary {
  position: relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-right:5.2rem !important;
}
.peach-poppy-drawer-menu__details > summary .svg-wrapper {
  position:absolute;
  right:2.2rem;
  width:1.4rem;
  height:1.4rem;
  transition:transform .2s ease;
}
.peach-poppy-drawer-menu__details[open] > summary .svg-wrapper { transform:rotate(180deg); }
.peach-poppy-drawer-menu__submenu {
  margin:0 1.8rem 1rem;
  padding:.7rem 0 1.2rem;
  border-radius:1.8rem;
  background:rgba(255,255,255,.62);
}
.peach-poppy-drawer-menu__submenu .menu-drawer__menu-item {
  min-height:4.6rem;
  padding:1rem 2rem;
  font-size:1.55rem;
}

/* Trust bar same-size icons and balanced rows */
.trust-bar__inner { align-items:stretch; }
.trust-bar__item { min-height:5.8rem; line-height:1.25; }
.trust-bar__icon { flex:0 0 2.4rem; }
@media screen and (max-width: 749px) {
  .trust-bar__inner { grid-template-columns:repeat(2,minmax(0,1fr)); gap:.4rem 1rem; }
  .trust-bar__item { min-height:5.4rem; font-size:1.2rem; padding:.7rem .4rem; }
}

/* Product card hierarchy and fixed mobile rhythm */
.product-grid .product-card-wrapper .card__information,
.related-products .product-card-wrapper .card__information,
.pp-skin-concerns .product-card-wrapper .card__information { padding-top:.75rem; }
.product-grid .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading,
.pp-skin-concerns .product-card-wrapper .card__heading {
  font-family:var(--font-heading-family);
  font-weight:600;
  letter-spacing:0;
  color:rgb(var(--pp-ink));
  margin-top:0;
}
.product-grid .caption-with-letter-spacing,
.related-products .caption-with-letter-spacing,
.pp-skin-concerns .caption-with-letter-spacing {
  display:inline-flex;
  align-self:flex-start;
  min-height:auto !important;
  margin:.2rem 0 .35rem;
  padding:.45rem .8rem;
  border-radius:999px;
  background:rgba(232,146,124,.12);
  color:#8c5145;
  font-weight:700;
}
.pp-rating-placeholder {
  display:flex;
  align-items:center;
  gap:.7rem;
  min-height:2.5rem;
  color:#b76c5d;
  font-size:1.45rem;
  letter-spacing:.02em;
}
.pp-rating-placeholder small { color:rgba(var(--pp-ink),.62); font-size:1.1rem; letter-spacing:0; }
.pp-rating-placeholder--product { justify-content:center; flex-wrap:wrap; margin:.4rem auto; }

.card__new-badge { top:1rem; left:1rem; max-width:43%; padding:.55rem .85rem; font-size:1rem; white-space:nowrap; }
.card__badge { position:absolute !important; top:1rem !important; right:1rem !important; left:auto !important; bottom:auto !important; z-index:5; max-width:43%; }
.card__badge .badge { padding:.55rem .9rem; font-size:1rem; white-space:nowrap; }
@media screen and (max-width: 749px) {
  .product-grid .product-card-wrapper .card__inner.ratio,
  .related-products .product-card-wrapper .card__inner.ratio,
  .pp-skin-concerns .product-card-wrapper .card__inner.ratio { --ratio-percent: 92% !important; }
  .product-grid .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading,
  .pp-skin-concerns .product-card-wrapper .card__heading {
    min-height:6.9rem;
    max-height:6.9rem;
    font-size:1.62rem;
    line-height:1.22;
    -webkit-line-clamp:3;
  }
  .product-grid .product-card-wrapper .card-information > .price,
  .related-products .product-card-wrapper .card-information > .price,
  .pp-skin-concerns .product-card-wrapper .card-information > .price { min-height:4.8rem; }
  .product-grid .product-card-wrapper .quick-add,
  .related-products .product-card-wrapper .quick-add,
  .pp-skin-concerns .product-card-wrapper .quick-add { padding-top:.8rem; }
  .card__new-badge,.card__badge .badge { font-size:.9rem; padding:.48rem .65rem; }
}

/* Quantity block centered as one unit */
.product__info-container .product-form__quantity {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.product__info-container .quantity__label { width:100%; text-align:center; margin-bottom:.8rem; }
.product__info-container .price-per-item__container { display:flex; justify-content:center; width:100%; }

/* Footer always visible and social icons prominent */
.shopify-section-group-footer-group { display:block !important; visibility:visible !important; }
.footer { display:block !important; }
.pp-social-follow__inner { display:flex; align-items:center; justify-content:space-between; gap:2rem; }
.pp-social-follow__icons { display:flex; gap:.8rem; }
.pp-social-follow__icons .list-social__link {
  display:grid; place-items:center; width:4.6rem; height:4.6rem;
  border-radius:50%; background:#fff; box-shadow:0 1rem 2.6rem rgba(91,57,48,.1);
}
.pp-social-follow__icons .svg-wrapper { width:2.1rem; height:2.1rem; }
.pp-social-follow__icons .is-placeholder { opacity:.55; }
.pp-social-follow__notice { max-width:34rem; font-size:1.2rem; opacity:.65; }
@media screen and (max-width:749px){
  .pp-social-follow__inner { flex-direction:column; text-align:center; }
}

/* Cart drawer mobile collision fixes */
@media screen and (max-width:749px){
  .drawer__inner { width:calc(100vw - 1.4rem); max-width:none; padding:0 1.8rem; }
  .cart-drawer .cart-item { display:grid; grid-template-columns:8.5rem minmax(0,1fr); gap:1.4rem; align-items:start; }
  .cart-drawer .cart-item__media { grid-row:1 / span 3; width:8.5rem; }
  .cart-drawer .cart-item__details { grid-column:2; min-width:0; padding:0; }
  .cart-drawer .cart-item__name { display:block; font-size:1.65rem; line-height:1.2; overflow-wrap:anywhere; }
  .cart-drawer .cart-item__totals { grid-column:2; position:static; justify-self:start; padding:0; }
  .cart-drawer .cart-item__quantity { grid-column:2; display:flex; align-items:center; gap:1rem; padding-top:.8rem; }
  .cart-drawer .cart-item__quantity .quantity { max-width:17rem; }
  .cart-drawer .cart-item cart-remove-button { margin:0; }
  .cart-drawer .cart-item__error { grid-column:2; }
  .cart-drawer .cart-item__discounted-prices { display:flex; flex-wrap:wrap; gap:.4rem .8rem; }
  .cart-drawer .cart-item__old-price { font-size:1.2rem; }
  .cart-drawer .cart-item__final-price { font-size:1.55rem; }
}

/* === July 15 refinement pack === */
.pp-collection-hero {
  background: linear-gradient(180deg, #fdf1ec 0%, #fff8f5 100%);
  border-bottom: 1px solid rgba(91,57,48,.08);
}
.pp-collection-hero .collection-hero__inner {
  gap: clamp(2rem, 5vw, 5rem);
  padding-top: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(3rem, 5vw, 5rem);
}
.pp-collection-hero .collection-hero__text-wrapper { max-width: 76rem; }
.pp-collection-hero__eyebrow {
  margin: 1.2rem 0 .8rem;
  color: #a45f50;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.pp-collection-hero .collection-hero__title {
  margin-bottom: 1.5rem;
  color: rgb(var(--pp-ink));
  font-size: clamp(4.2rem, 6vw, 7rem);
  line-height: 1.02;
}
.pp-collection-hero__description {
  max-width: 68rem;
  color: rgba(var(--pp-ink), .8);
  font-size: 1.75rem;
  line-height: 1.75;
}
.pp-collection-hero .collection-hero__image-container {
  border-radius: 2.6rem;
  overflow: hidden;
  box-shadow: 0 2rem 4.6rem rgba(91,57,48,.16);
}
@media screen and (max-width: 749px) {
  .pp-collection-hero .collection-hero__title { font-size: 4rem; }
  .pp-collection-hero__description { font-size: 1.55rem; }
}

/* Stable premium product card sizing */
.product-grid .grid__item,
.related-products .grid__item,
.collection .grid__item { align-self: stretch; }
.product-grid .product-card-wrapper .card,
.related-products .product-card-wrapper .card,
.collection .product-card-wrapper .card,
.pp-skin-concerns .product-card-wrapper .card,
.pp-sets-showcase .product-card-wrapper .card { height: 100%; }
.product-grid .product-card-wrapper .card__inner.ratio,
.related-products .product-card-wrapper .card__inner.ratio,
.collection .product-card-wrapper .card__inner.ratio,
.pp-skin-concerns .product-card-wrapper .card__inner.ratio,
.pp-sets-showcase .product-card-wrapper .card__inner.ratio {
  position: relative;
  --ratio-percent: 80% !important;
}
.product-grid .product-card-wrapper .card__inner.ratio:before,
.related-products .product-card-wrapper .card__inner.ratio:before,
.collection .product-card-wrapper .card__inner.ratio:before,
.pp-skin-concerns .product-card-wrapper .card__inner.ratio:before,
.pp-sets-showcase .product-card-wrapper .card__inner.ratio:before { padding-bottom: 80% !important; }
.product-grid .product-card-wrapper .card__media,
.related-products .product-card-wrapper .card__media,
.collection .product-card-wrapper .card__media,
.pp-skin-concerns .product-card-wrapper .card__media,
.pp-sets-showcase .product-card-wrapper .card__media { height: 100%; }
.product-grid .product-card-wrapper .media img,
.related-products .product-card-wrapper .media img,
.collection .product-card-wrapper .media img,
.pp-skin-concerns .product-card-wrapper .media img,
.pp-sets-showcase .product-card-wrapper .media img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
@media screen and (max-width: 749px) {
  .product-grid .product-card-wrapper .card__inner.ratio:before,
  .related-products .product-card-wrapper .card__inner.ratio:before,
  .collection .product-card-wrapper .card__inner.ratio:before,
  .pp-skin-concerns .product-card-wrapper .card__inner.ratio:before,
  .pp-sets-showcase .product-card-wrapper .card__inner.ratio:before { padding-bottom: 92% !important; }
}

/* About page premium balance */
.pp-about { background: linear-gradient(180deg, #fffaf7 0%, #fff8f5 100%); }
.pp-about__hero { align-items: center; }
.pp-about__lead { max-width: 74rem; }
.pp-about__visual {
  max-width: 62rem;
  min-height: 460px;
  margin-left: auto;
  background: linear-gradient(160deg, #f7cdc8 0%, #f4d8d0 45%, #e9a997 100%);
}
.pp-about__visual--placeholder:before { inset: 9%; }
.pp-about__values { margin-top: 5.5rem; }
.pp-about__story {
  margin-top: 6.5rem;
  background: linear-gradient(135deg, rgba(247,232,225,.92), rgba(255,255,255,.88));
  box-shadow: 0 1.6rem 4rem rgba(91,57,48,.08);
}
@media screen and (max-width: 989px) {
  .pp-about__visual { max-width: none; min-height: 360px; }
}

/* Expanded AI diagnosis premium treatment */
.pp-ai-quiz { background: linear-gradient(180deg, #fffaf7 0%, #fff4ef 100%); }
.pp-ai-quiz__intro-grid { display: grid; gap: 2.6rem; }
.pp-ai-quiz__shell {
  border-radius: 3.2rem;
  border: 1px solid rgba(91,57,48,.08);
  background: rgba(255,255,255,.72);
  box-shadow: 0 2rem 5rem rgba(91,57,48,.1);
  overflow: hidden;
}
.pp-ai-quiz__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(28rem, .9fr);
  gap: 2.6rem;
  padding: clamp(2.6rem, 5vw, 5rem);
  align-items: start;
}
.pp-ai-quiz__info-card,
.pp-ai-quiz__highlight,
.pp-ai-quiz__form,
.pp-ai-quiz__result {
  border: 1px solid rgba(91,57,48,.08);
  border-radius: 2.4rem;
  background: rgba(255,255,255,.8);
  box-shadow: 0 1.2rem 3.2rem rgba(91,57,48,.06);
}
.pp-ai-quiz__info-card { padding: 2.6rem; }
.pp-ai-quiz__steps { margin: 0 0 1.8rem 1.6rem; padding: 0; }
.pp-ai-quiz__steps li { margin-bottom: 1rem; }
.pp-ai-quiz__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
  padding: 0 clamp(2.6rem, 5vw, 5rem) clamp(1.6rem, 3vw, 3rem);
}
.pp-ai-quiz__highlight { padding: 2.2rem; }
.pp-ai-quiz__highlight span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-bottom: 1.2rem;
  background: #f7ddd5;
  color: #8f5547;
  font-weight: 800;
}
.pp-ai-quiz__highlight h3 { margin: 0 0 .8rem; font-size: 2rem; color: rgb(var(--pp-ink)); }
.pp-ai-quiz__highlight p { margin: 0; font-size: 1.45rem; line-height: 1.7; }
.pp-ai-quiz__form { margin: 0 clamp(2.6rem, 5vw, 5rem) clamp(3rem, 5vw, 5rem); padding: clamp(2.4rem, 4vw, 4rem); }
.pp-ai-quiz__form-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, .7fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.6rem;
}
.pp-ai-quiz__form-eyebrow {
  margin: 0 0 .7rem;
  color: #a45f50;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pp-ai-quiz__form-header h2 { margin: 0 0 .8rem; font-size: clamp(2.8rem, 4vw, 4.2rem); }
.pp-ai-quiz__form-header p,
.pp-ai-quiz__microcopy { margin: 0; color: rgba(var(--pp-ink), .76); font-size: 1.5rem; line-height: 1.7; }
.pp-ai-quiz__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.8rem; }
.pp-ai-quiz__field label { display: block; margin-bottom: .8rem; font-weight: 700; color: rgb(var(--pp-ink)); }
.pp-ai-quiz__field select,
.pp-ai-quiz__field textarea {
  min-height: 5.8rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(91,57,48,.14);
  background: #fff;
}
.pp-ai-quiz__field textarea { min-height: 12rem; }
.pp-ai-quiz__actions { margin-top: 2.2rem; }
.pp-ai-quiz__actions .button,
.pp-ai-quiz__result-actions .button { border-radius: 999px; }
.pp-ai-quiz__result { margin-top: 2.6rem; padding: 2.6rem; }
.pp-ai-quiz__result-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
@media screen and (max-width: 989px) {
  .pp-ai-quiz__hero,
  .pp-ai-quiz__highlights,
  .pp-ai-quiz__form-header,
  .pp-ai-quiz__grid { grid-template-columns: 1fr; }
  .pp-ai-quiz__highlights { padding-inline: 2.4rem; }
  .pp-ai-quiz__form { margin-inline: 2.4rem; }
}
@media screen and (max-width: 749px) {
  .pp-ai-quiz__hero,
  .pp-ai-quiz__form { padding: 2rem; }
  .pp-ai-quiz__highlights { padding: 0 2rem 2rem; }
  .pp-ai-quiz__form { margin: 0 2rem 2rem; }
}

/* Classic login page styling aligned with site concept */
.pp-login { background: linear-gradient(180deg, #fffaf7 0%, #fff3ee 100%); }
.pp-login__shell {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}
.pp-login__brand,
.pp-login__panel {
  border: 1px solid rgba(91,57,48,.08);
  border-radius: 2.8rem;
  background: rgba(255,255,255,.84);
  box-shadow: 0 1.6rem 4rem rgba(91,57,48,.08);
}
.pp-login__brand {
  padding: clamp(2.8rem, 5vw, 4.5rem);
  background: linear-gradient(145deg, #fff8f5 0%, #f9e2da 100%);
}
.pp-login__eyebrow,
.pp-login__form-eyebrow {
  margin: 0 0 .7rem;
  color: #a45f50;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pp-login__brand-title { margin: 0 0 1.6rem; font-size: clamp(4rem, 5vw, 6rem); line-height: 1.02; color: rgb(var(--pp-ink)); }
.pp-login__brand-text { margin: 0; font-size: 1.65rem; line-height: 1.8; }
.pp-login__benefits { display: grid; gap: 1rem; margin-top: 2.4rem; }
.pp-login__benefit {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  padding: 1.25rem 1.4rem;
  border-radius: 1.6rem;
  background: rgba(255,255,255,.78);
}
.pp-login__benefit span:first-child {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #e8927c;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}
.pp-login__panels { display: grid; gap: 1.8rem; }
.pp-login__panel { padding: clamp(2.4rem, 4vw, 3.4rem); }
.pp-login__panel h2 { margin: 0 0 .8rem; color: rgb(var(--pp-ink)); }
.pp-login__text-link {
  display: inline-flex;
  margin-top: 1.2rem;
  color: #8c5145;
  text-decoration: none;
  font-weight: 700;
}
.pp-login .field input {
  min-height: 5.8rem;
  border-radius: 1.6rem;
  border-color: rgba(91,57,48,.14);
  background: #fff;
}
.pp-login .field:after { border-radius: 1.7rem; }
.pp-login .shopify-button,
.pp-login button,
.pp-login .shopify-challenge__button { border-radius: 999px; }
.pp-login .shopify-login-button { width: 100%; }
.pp-login .form__message { margin-bottom: 1rem; }
@media screen and (max-width: 989px) {
  .pp-login__shell { grid-template-columns: 1fr; }
}

/* === V7 mobile and catalog polish === */
.peach-poppy-drawer-menu__group { border-bottom: 1px solid rgba(91,57,48,.07); }
.peach-poppy-drawer-menu__toggle {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.peach-poppy-drawer-menu__toggle .svg-wrapper {
  position: static !important;
  width: 1.35rem;
  height: 1.35rem;
  margin-left: auto;
  transition: transform .22s ease;
}
.peach-poppy-drawer-menu__toggle[aria-expanded='true'] .svg-wrapper { transform: rotate(180deg); }
.peach-poppy-drawer-menu__submenu[hidden] { display: none !important; }
.peach-poppy-drawer-menu__submenu:not([hidden]) {
  display: block !important;
  margin: 0 1.6rem 1.2rem;
  padding: .6rem 0 1rem;
  border-radius: 1.6rem;
  background: rgba(255,255,255,.68);
  animation: ppDrawerReveal .2s ease;
}
@keyframes ppDrawerReveal {
  from { opacity: 0; transform: translateY(-.5rem); }
  to { opacity: 1; transform: translateY(0); }
}
.peach-poppy-drawer-menu__submenu .menu-drawer__menu-item {
  min-height: 4.4rem;
  padding: .9rem 1.7rem;
  font-size: 1.48rem;
}

.pp-rating-placeholder {
  flex-wrap: nowrap !important;
  white-space: nowrap;
  gap: .55rem !important;
  min-height: 2.4rem;
  font-size: 1.28rem !important;
  letter-spacing: .03em;
}
.pp-rating-placeholder small {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.12rem !important;
}

@media screen and (max-width: 749px) {
  .header {
    min-height: 9.8rem !important;
    padding-top: .8rem !important;
    padding-bottom: .8rem !important;
  }
  .header__heading-logo-wrapper { width: 100%; }
  .header__heading-logo {
    width: 11.8rem !important;
    max-width: 31vw !important;
    max-height: 9.2rem !important;
    object-fit: contain;
  }
  .header__icon,
  .header__icon--menu { width: 4.2rem; height: 4.2rem; }
  .menu-drawer__navigation { padding-top: 1rem; }
  .menu-drawer__menu-item { padding-top: 1.05rem; padding-bottom: 1.05rem; }

  cart-items .title-wrapper-with-link {
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 2.2rem;
  }
  cart-items .title-wrapper-with-link .title {
    margin: 0;
    font-size: 3.6rem !important;
    line-height: 1.05;
  }
  cart-items .title-wrapper-with-link .underlined-link {
    font-size: 1.55rem;
    white-space: nowrap;
  }
  .cart-items thead th { font-size: 1.2rem; }

  .product-grid .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading,
  .collection .product-card-wrapper .card__heading,
  .pp-skin-concerns .product-card-wrapper .card__heading {
    min-height: 6rem !important;
    max-height: 6rem !important;
    font-size: 1.52rem !important;
    line-height: 1.2 !important;
  }
  .product-grid .caption-with-letter-spacing,
  .related-products .caption-with-letter-spacing,
  .collection .caption-with-letter-spacing,
  .pp-skin-concerns .caption-with-letter-spacing {
    font-size: .98rem;
    padding: .38rem .68rem;
  }
  .pp-rating-placeholder {
    font-size: 1.12rem !important;
    gap: .38rem !important;
    letter-spacing: 0;
  }
  .pp-rating-placeholder small { font-size: .94rem !important; }
  .product-grid .product-card-wrapper .card-information > .price,
  .related-products .product-card-wrapper .card-information > .price,
  .collection .product-card-wrapper .card-information > .price,
  .pp-skin-concerns .product-card-wrapper .card-information > .price { min-height: 4.2rem !important; }

  .card__new-badge {
    top: .75rem !important;
    left: .75rem !important;
    max-width: 40%;
    padding: .44rem .62rem !important;
    font-size: .78rem !important;
  }
  .card__badge {
    top: .75rem !important;
    right: .75rem !important;
    max-width: 40%;
  }
  .card__badge .badge {
    padding: .44rem .62rem !important;
    font-size: .78rem !important;
  }
  .product-grid .product-card-wrapper .quick-add__submit,
  .related-products .product-card-wrapper .quick-add__submit,
  .collection .product-card-wrapper .quick-add__submit,
  .pp-skin-concerns .product-card-wrapper .quick-add__submit {
    min-height: 4.6rem !important;
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 390px) {
  .pp-rating-placeholder { transform: scale(.92); transform-origin: left center; }
  .card__new-badge,
  .card__badge .badge { font-size: .72rem !important; padding-inline: .5rem !important; }
}

/* V7 unified set-card information architecture */
.multicolumn--zestawy-premium .multicolumn-card__info .rte {
  display: grid;
  grid-template-rows: repeat(3, minmax(8.2rem, auto)) auto;
  gap: .8rem;
  height: 100%;
}
.multicolumn--zestawy-premium .multicolumn-card__info .rte > p {
  margin: 0;
  padding: 1.05rem 1.15rem;
  border-radius: 1.4rem;
  background: rgba(255,248,245,.78);
  text-align: left;
  line-height: 1.55;
}
.multicolumn--zestawy-premium .multicolumn-card__info .rte > p strong {
  display: inline-block;
  margin-bottom: .3rem;
}
.multicolumn--zestawy-premium .multicolumn-card__info .rte > h2:last-child {
  align-self: end;
  width: 100%;
  margin: .5rem 0 0;
  padding-top: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .multicolumn--zestawy-premium .multicolumn-card__info .rte {
    grid-template-rows: none;
  }
  .multicolumn--zestawy-premium .multicolumn-card__info .rte > p { min-height: auto; }
}

/* === V8 mobile UX corrections === */
.peach-poppy-drawer-menu__details > summary {
  list-style: none;
}
.peach-poppy-drawer-menu__details > summary::-webkit-details-marker { display: none; }
.peach-poppy-drawer-menu__toggle .svg-wrapper {
  display: inline-flex !important;
  flex: 0 0 auto;
  width: 1.5rem !important;
  height: 1.5rem !important;
  opacity: .78;
  transition: transform .22s ease;
}
.peach-poppy-drawer-menu__details[open] > .peach-poppy-drawer-menu__toggle .svg-wrapper { transform: rotate(180deg); }
.peach-poppy-drawer-menu__submenu {
  display: none;
  margin: 0 1.4rem 1.2rem;
  padding: .7rem 0 1rem;
  border-radius: 1.6rem;
  background: rgba(255,255,255,.75);
}
.peach-poppy-drawer-menu__details[open] > .peach-poppy-drawer-menu__submenu {
  display: block;
  animation: ppDrawerReveal .18s ease;
}
.peach-poppy-drawer-menu__details[open] > .peach-poppy-drawer-menu__toggle {
  background: rgba(255,255,255,.52);
  color: #8f5547;
}

/* Home category cards: keep Polish labels readable and centered */
@media screen and (max-width: 749px) {
  .multicolumn-list .multicolumn-card__info > .link,
  .multicolumn-list .multicolumn-card__info .link-with-icon {
    width: calc(100% - 1.6rem);
    max-width: calc(100% - 1.6rem);
    min-height: 5.6rem;
    margin-inline: .8rem;
    padding: .8rem 1rem;
    border-radius: 999px;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
    justify-content: center;
    font-size: 1.18rem !important;
    line-height: 1.2;
  }
  .multicolumn-list .multicolumn-card__info > .link .icon-wrap,
  .multicolumn-list .multicolumn-card__info .link-with-icon .icon-wrap {
    flex: 0 0 auto;
    margin-left: .35rem;
  }
}

/* Product cards: no clipped titles, stronger hierarchy and compact badges */
.product-card-wrapper .card__heading,
.product-grid .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading,
.collection .product-card-wrapper .card__heading,
.pp-skin-concerns .product-card-wrapper .card__heading {
  color: rgb(var(--pp-ink));
  font-weight: 700 !important;
}
.card__badge {
  max-width: none !important;
  right: .7rem !important;
}
.card__badge .badge {
  white-space: nowrap;
  font-size: .92rem !important;
  padding: .45rem .72rem !important;
  line-height: 1;
}
.card__new-badge {
  max-width: none !important;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .product-grid .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading,
  .collection .product-card-wrapper .card__heading,
  .pp-skin-concerns .product-card-wrapper .card__heading {
    min-height: 8.4rem !important;
    max-height: none !important;
    overflow: visible !important;
    font-size: 1.68rem !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
  }
  .card__new-badge {
    top: .65rem !important;
    left: .65rem !important;
    padding: .42rem .6rem !important;
    font-size: .74rem !important;
  }
  .card__badge {
    top: .65rem !important;
    right: .65rem !important;
  }
  .card__badge .badge {
    padding: .42rem .58rem !important;
    font-size: .73rem !important;
  }
}

/* Newsletter should read as a separate white premium card */
.footer-block--newsletter {
  padding: clamp(2.4rem, 5vw, 4rem);
  border-radius: 2.8rem;
  background: #fff;
  box-shadow: 0 1.4rem 4rem rgba(91,57,48,.08);
}
.footer-block__newsletter,
.footer-block__newsletter .footer-block__heading { color: rgb(var(--pp-ink)); }
.footer-block--newsletter .newsletter-form__field-wrapper .field__input { background: #fff; }
@media screen and (max-width: 749px) {
  .footer-block--newsletter {
    margin-inline: 1.5rem;
    padding: 2.4rem 1.8rem;
  }
  .footer-block__newsletter .footer-block__heading {
    font-size: 2.2rem !important;
    line-height: 1.28;
  }
}

/* Potrzeby skóry: smaller, calmer mobile typography and usable horizontal chips */
@media screen and (max-width: 749px) {
  .pp-skin-concerns__inner { padding-top: 3.2rem !important; }
  .pp-skin-concerns__header h1 {
    font-size: 4.2rem !important;
    line-height: 1.05 !important;
    max-width: 10ch;
    margin-inline: auto;
  }
  .pp-skin-concerns__header .rte {
    max-width: 30rem;
    margin-inline: auto;
    font-size: 1.55rem;
    line-height: 1.65;
  }
  .pp-skin-concerns__nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    justify-content: flex-start !important;
    gap: .8rem !important;
    margin-inline: -1.5rem;
    padding: .4rem 1.5rem 1rem;
    scrollbar-width: none;
  }
  .pp-skin-concerns__nav::-webkit-scrollbar { display: none; }
  .pp-skin-concerns__nav a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
    font-size: 1.3rem !important;
    padding: .9rem 1.25rem !important;
  }
}

/* Smaller, more balanced mobile header */
@media screen and (max-width: 749px) {
  .header {
    min-height: 7.4rem !important;
    padding-top: .45rem !important;
    padding-bottom: .45rem !important;
  }
  .header__heading,
  .header__heading-link { max-width: 9rem !important; }
  .header__heading-logo {
    width: 9rem !important;
    max-width: 24vw !important;
    max-height: 7rem !important;
  }
  .header__icon,
  .header__icon--menu { width: 3.8rem !important; height: 3.8rem !important; }
  .menu-drawer__navigation { padding-top: .4rem !important; }
}

/* Keep promotional badge away from the new badge */
@media screen and (max-width: 749px) {
  .product-card-wrapper .card__badge,
  .product-grid .product-card-wrapper .card__badge,
  .related-products .product-card-wrapper .card__badge,
  .collection .product-card-wrapper .card__badge,
  .pp-skin-concerns .product-card-wrapper .card__badge {
    top: auto !important;
    bottom: .7rem !important;
    right: .7rem !important;
  }
}

/* === V9 premium cleanup === */
.pp-collection-hero .collection-hero__title {
  font-size: clamp(3.8rem, 4.8vw, 6.2rem) !important;
  line-height: 1.04 !important;
}
.pp-collection-hero .collection-hero__inner {
  padding-top: 2.4rem !important;
  padding-bottom: 3.2rem !important;
}
.pp-collection-hero__eyebrow { margin-top: .8rem !important; }

.product__description--premium {
  margin-top: 1.6rem;
  border: 1px solid rgba(91,57,48,.09);
  border-radius: 2rem;
  background: rgba(255,255,255,.82);
  padding: 2rem;
}
.product__description-summary > *:first-child { margin-top: 0; }
.product__description-details { margin-top: 1.4rem; border-top: 1px solid rgba(91,57,48,.1); }
.product__description-details summary {
  cursor: pointer;
  padding: 1.4rem 0 .2rem;
  font-weight: 700;
  color: rgb(var(--pp-ink));
}
.product__description-details-content { padding-top: 1.2rem; }
.premium-inventory-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: .9rem 1.2rem;
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  font-weight: 700;
}
.premium-inventory-status__dot { width: .9rem; height: .9rem; border-radius: 50%; }
.premium-inventory-status__dot--in { background: #38a169; }
.premium-inventory-status__dot--out { background: #c0564a; }

@media screen and (max-width: 749px) {
  .announcement-bar__message {
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    padding-top: .85rem !important;
    padding-bottom: .85rem !important;
  }
  .header {
    min-height: 6.4rem !important;
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .header__heading,
  .header__heading-link { max-width: 7.6rem !important; }
  .header__heading-logo {
    width: 7.6rem !important;
    max-width: 21vw !important;
    max-height: 5.8rem !important;
  }
  .header__icon,
  .header__icon--menu { width: 3.5rem !important; height: 3.5rem !important; }
  .trust-bar__item {
    min-height: 4.5rem !important;
    font-size: 1.08rem !important;
    padding: .45rem .3rem !important;
  }
  .pp-collection-hero .collection-hero__inner {
    padding-top: 1.5rem !important;
    padding-bottom: 2.2rem !important;
  }
  .pp-collection-hero .collection-hero__title {
    font-size: 3.4rem !important;
    margin-bottom: 1rem !important;
  }
  .pp-collection-hero__description {
    font-size: 1.42rem !important;
    line-height: 1.6 !important;
  }
  .breadcrumbs { margin-bottom: .6rem !important; }
}

/* === V10 conversion, trust and mobile cleanup === */
/* Product descriptions: concise summary + five customer-friendly accordions */
.product__description--premium {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.pp-product-summary {
  display: grid;
  gap: 1rem;
  padding: 1.6rem;
  border: 1px solid rgba(91,57,48,.09);
  border-radius: 2rem;
  background: rgba(255,255,255,.84);
}
.pp-product-summary__item {
  display: grid;
  grid-template-columns: minmax(11rem,.38fr) minmax(0,1fr);
  gap: 1.2rem;
  align-items: start;
}
.pp-product-summary__item + .pp-product-summary__item {
  padding-top: 1rem;
  border-top: 1px solid rgba(91,57,48,.08);
}
.pp-product-summary__item h3 {
  margin: 0;
  font-size: 1.38rem;
  line-height: 1.45;
  color: #9b5b4d;
  letter-spacing: .03em;
}
.pp-product-summary__item .rte,
.pp-product-summary__fallback {
  color: rgba(var(--pp-ink),.82);
  font-size: 1.42rem;
  line-height: 1.62;
}
.pp-product-summary__item .rte > *:first-child,
.pp-product-summary__fallback > *:first-child { margin-top: 0; }
.pp-product-summary__item .rte > *:last-child,
.pp-product-summary__fallback > *:last-child { margin-bottom: 0; }
.pp-product-accordions { margin-top: 1.2rem; border-top: 1px solid rgba(91,57,48,.1); }
.pp-product-accordion { border-bottom: 1px solid rgba(91,57,48,.1); }
.pp-product-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem .2rem;
  cursor: pointer;
  color: rgb(var(--pp-ink));
  font-size: 1.48rem;
  font-weight: 700;
  list-style: none;
}
.pp-product-accordion summary::-webkit-details-marker { display:none; }
.pp-product-accordion summary .icon-caret { width: 1.2rem; transition: transform .2s ease; }
.pp-product-accordion[open] summary .icon-caret { transform: rotate(180deg); }
.pp-product-accordion__content { padding: 0 .2rem 1.5rem; font-size: 1.4rem; line-height: 1.68; }

/* One clear stock state only */
.premium-inventory-status {
  align-items: flex-start;
  text-align: left;
  border: 1px solid rgba(91,57,48,.08);
}
.premium-inventory-status > span:last-child { display:grid; gap:.15rem; }
.premium-inventory-status strong { font-size: 1.35rem; }
.premium-inventory-status small { font-size: 1.15rem; font-weight: 500; color: rgba(var(--pp-ink),.68); }
.premium-inventory-status__dot--preorder { background:#d68a45; }

/* Consistent premium page titles */
.main-page-title,
.collection-hero__title,
.title--primary,
.template-search__header .h2,
.main-blog .title--primary {
  font-size: clamp(3.6rem, 5vw, 6rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.025em;
}
.pp-skin-concerns__header h1,
.pp-ai-quiz__hero h1,
.pp-about__heading {
  font-size: clamp(4rem, 5.5vw, 6.6rem) !important;
  line-height: 1.04 !important;
}

/* Stronger cards without fake ratings */
.product-card-wrapper .card__heading,
.product-grid .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading,
.collection .product-card-wrapper .card__heading {
  font-weight: 750 !important;
  letter-spacing: -.012em;
}
.pp-rating-placeholder { display:none !important; }

/* Social section, only rendered when real links exist */
.pp-social-follow__inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:2rem;
  padding-top:3rem;
  padding-bottom:3rem;
}
.pp-social-follow__inner h2 { margin:.2rem 0 .5rem; }
.pp-social-follow__inner .rte { max-width:60rem; }
.pp-social-follow__icons { display:flex; gap:.8rem; }
.pp-social-follow__icons .list-social__link {
  display:grid;
  place-items:center;
  width:4.6rem;
  height:4.6rem;
  border-radius:50%;
  background:#fff;
  box-shadow:0 1rem 2.4rem rgba(91,57,48,.08);
}

/* Compact header: more product above the fold */
@media screen and (min-width: 750px) {
  .header { min-height: 7.4rem; padding-top:.6rem !important; padding-bottom:.6rem !important; }
  .header__heading-logo { max-height:6.4rem !important; width:auto !important; }
  .announcement-bar__message { min-height:3.8rem; padding:.65rem 0 !important; }
  .trust-bar__item { min-height:4.4rem; }
}

@media screen and (max-width: 749px) {
  .announcement-bar__message {
    min-height:3.8rem !important;
    padding:.6rem 3.8rem !important;
    font-size:1.12rem !important;
  }
  .header {
    min-height:5.8rem !important;
    padding:.15rem .8rem !important;
  }
  .header__heading,
  .header__heading-link { max-width:6.8rem !important; }
  .header__heading-logo {
    width:6.8rem !important;
    max-width:19vw !important;
    max-height:5rem !important;
  }
  .header__icon,
  .header__icon--menu { width:3.2rem !important; height:3.2rem !important; }
  .trust-bar { min-height:4.1rem !important; }
  .trust-bar__item {
    min-height:4.1rem !important;
    font-size:1rem !important;
    line-height:1.2 !important;
  }
  .breadcrumbs { font-size:1.12rem; }
  .main-page-title,
  .collection-hero__title,
  .title--primary,
  .template-search__header .h2,
  .main-blog .title--primary {
    font-size:3.2rem !important;
    line-height:1.06 !important;
  }
  .pp-skin-concerns__header h1,
  .pp-ai-quiz__hero h1,
  .pp-about__heading {
    max-width:12ch;
    margin-inline:auto;
    font-size:3.55rem !important;
    line-height:1.06 !important;
  }
  .pp-skin-concerns__header .rte,
  .pp-ai-quiz__hero .rte { font-size:1.42rem !important; line-height:1.62 !important; }
  .pp-product-summary { padding:1.35rem; }
  .pp-product-summary__item { grid-template-columns:1fr; gap:.35rem; }
  .pp-product-summary__item h3 { font-size:1.28rem; }
  .pp-product-summary__item .rte,
  .pp-product-summary__fallback { font-size:1.32rem; }
  .pp-product-accordion summary { font-size:1.36rem; }
  .pp-social-follow__inner { align-items:flex-start; flex-direction:column; padding:2.4rem 1.5rem; }
  .product-grid .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading,
  .collection .product-card-wrapper .card__heading {
    min-height:7rem !important;
    font-size:1.58rem !important;
    line-height:1.2 !important;
  }
  .card__new-badge,
  .card__badge .badge { font-size:.68rem !important; }
}


/* === V11 layout, copy and product-card cleanup === */
/* More balanced page and collection headings */
.main-page-title,
.collection-hero__title,
.title--primary,
.template-search__header .h2,
.main-blog .title--primary {
  font-size: clamp(2.8rem, 3.2vw, 4.2rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.02em;
}
.pp-collection-hero .collection-hero__title {
  font-size: clamp(3rem, 3.7vw, 4.8rem) !important;
}
.pp-collection-hero__description {
  max-width: 80rem;
  font-size: 1.7rem;
  line-height: 1.65;
}

/* Equal product cards */
.product-grid .grid__item,
.collection .grid__item,
.related-products .grid__item {
  display: flex;
}
.product-card-wrapper,
.product-card-wrapper .card,
.product-card-wrapper .card__content:last-child {
  width: 100%;
}
.product-card-wrapper .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card-wrapper .card__inner {
  border-radius: 2.4rem;
  overflow: hidden;
}
.product-card-wrapper .card__media .media,
.product-card-wrapper .card__media,
.product-card-wrapper .card__inner.ratio {
  height: 100%;
}
.product-grid .product-card-wrapper .card__media .media,
.collection .product-card-wrapper .card__media .media,
.related-products .product-card-wrapper .card__media .media {
  aspect-ratio: 4 / 3;
}
.product-card-wrapper .card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card-wrapper .card__content:last-child {
  display: flex;
  flex: 1 1 auto;
}
.product-card-wrapper .card__information {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.product-grid .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading,
.collection .product-card-wrapper .card__heading {
  min-height: 6.6rem !important;
  margin-bottom: .8rem;
  font-size: 1.7rem !important;
  line-height: 1.28 !important;
}
.product-grid .product-card-wrapper .card-information,
.collection .product-card-wrapper .card-information,
.related-products .product-card-wrapper .card-information {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.product-card-wrapper .price {
  margin-top: auto;
}
.product-card-wrapper .quick-add,
.product-card-wrapper .card__content .button,
.product-card-wrapper .quick-add__submit {
  margin-top: 1.4rem;
}

/* Prevent promo badge overlap */
.product-card-wrapper .card__inner {
  position: relative;
}
.card__new-badge {
  top: 1rem !important;
  left: 1rem !important;
  z-index: 6;
  max-width: calc(50% - 1.5rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card__badge {
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 6;
  max-width: calc(50% - 1.5rem);
}
.card__badge .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: .52rem .78rem !important;
  font-size: .92rem !important;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Footer + newsletter always visible and more premium */
.footer {
  display: block !important;
  border-top: 1px solid rgba(91,57,48,.08);
}
.footer__content-top {
  display: grid;
  gap: 2.4rem;
}
.footer-block--newsletter {
  display: block !important;
  width: 100%;
  padding: 2.4rem 0 0;
}
.footer-block__newsletter {
  max-width: 72rem;
}
.footer .newsletter-form__field-wrapper .field {
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1rem 2.4rem rgba(91,57,48,.08);
}
.footer .field__input {
  min-height: 5.6rem;
}

/* Set descriptions: short intro centered + full details below */
.product__description--set .pp-product-summary {
  text-align: center;
  justify-items: center;
}
.product__description--set .pp-product-summary__fallback {
  max-width: 72rem;
  font-size: 1.5rem;
  line-height: 1.72;
}
.product__description--set .pp-product-accordion__content,
.product__description--set .pp-product-accordion summary {
  text-align: center;
}
.product__description--set .pp-product-accordion__content > * {
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}
.product__description--set .pp-product-accordion__content ul,
.product__description--set .pp-product-accordion__content ol {
  display: inline-block;
  text-align: left;
}

/* Smaller blog images/cards */
.main-blog .blog-articles {
  align-items: start;
}
.main-blog .article-card-wrapper .card__inner {
  border-radius: 2rem;
  overflow: hidden;
}
.main-blog .article-card__image-wrapper {
  max-width: 44rem;
  margin-inline: auto;
}
.main-blog .article-card__image,
.main-blog .article-card__image.media {
  aspect-ratio: 4 / 3;
}
.main-blog .article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 749px) {
  .main-page-title,
  .collection-hero__title,
  .title--primary,
  .template-search__header .h2,
  .main-blog .title--primary {
    font-size: 2.4rem !important;
    line-height: 1.12 !important;
  }
  .pp-collection-hero .collection-hero__title {
    font-size: 2.8rem !important;
  }
  .pp-collection-hero__description {
    font-size: 1.45rem !important;
    line-height: 1.62 !important;
  }
  .product-grid .product-card-wrapper .card__media .media,
  .collection .product-card-wrapper .card__media .media,
  .related-products .product-card-wrapper .card__media .media {
    aspect-ratio: 1 / 1;
  }
  .product-grid .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading,
  .collection .product-card-wrapper .card__heading {
    min-height: 5.6rem !important;
    font-size: 1.48rem !important;
    line-height: 1.22 !important;
  }
  .card__new-badge,
  .card__badge {
    max-width: calc(50% - 1.2rem);
  }
  .card__new-badge,
  .card__badge .badge {
    font-size: .72rem !important;
  }
  .main-blog .article-card__image-wrapper {
    max-width: 100%;
  }
}


/* === V12 final layout + product description cleanup === */
.shopify-section-group-footer-group,
.shopify-section-group-footer-group .shopify-section,
.shopify-section-group-footer-group .shopify-section-group {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  max-height: none !important;
  clear: both;
}
.shopify-section-group-footer-group {
  margin-top: 2.4rem !important;
  position: relative;
  z-index: 2;
}
.footer,
.footer__content-top,
.footer-block--newsletter {
  display: block !important;
}
.footer-block--newsletter {
  margin-top: 2rem !important;
}
.footer .newsletter-form__field-wrapper {
  width: 100%;
}

/* Product cards: tighter spacing under titles, consistent but less empty space */
.product-card-wrapper .card__information,
.product-grid .product-card-wrapper .card__information,
.related-products .product-card-wrapper .card__information,
.collection .product-card-wrapper .card__information,
.pp-skin-concerns .product-card-wrapper .card__information,
.pp-sets-showcase .product-card-wrapper .card__information {
  gap: .6rem !important;
}
.product-card-wrapper .card__heading,
.product-grid .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading,
.collection .product-card-wrapper .card__heading,
.pp-skin-concerns .product-card-wrapper .card__heading,
.pp-sets-showcase .product-card-wrapper .card__heading {
  min-height: unset !important;
  margin-bottom: .35rem !important;
  line-height: 1.22 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-grid .product-card-wrapper .card-information > .price,
.related-products .product-card-wrapper .card-information > .price,
.collection .product-card-wrapper .card-information > .price,
.pp-skin-concerns .product-card-wrapper .card-information > .price,
.pp-sets-showcase .product-card-wrapper .card-information > .price {
  min-height: auto !important;
  margin-top: .75rem !important;
  align-items: flex-start !important;
}
.product-grid .product-card-wrapper .quick-add,
.related-products .product-card-wrapper .quick-add,
.collection .product-card-wrapper .quick-add,
.pp-skin-concerns .product-card-wrapper .quick-add,
.pp-sets-showcase .product-card-wrapper .quick-add {
  margin-top: 1.1rem !important;
}
.product-grid .product-card-wrapper .caption-with-letter-spacing,
.related-products .product-card-wrapper .caption-with-letter-spacing,
.collection .product-card-wrapper .caption-with-letter-spacing,
.pp-skin-concerns .product-card-wrapper .caption-with-letter-spacing,
.pp-sets-showcase .product-card-wrapper .caption-with-letter-spacing {
  min-height: auto !important;
  margin-top: .25rem !important;
}

/* Badges: no overlap with text */
.card__new-badge,
.card__badge .badge {
  line-height: 1 !important;
  white-space: nowrap !important;
}
.card__new-badge {
  max-width: calc(50% - 1rem) !important;
}
.card__badge {
  max-width: calc(50% - 1rem) !important;
}

/* Product descriptions: full width, clean accordions, no stray extra details wrapper */
.product__description--set .pp-product-summary,
.product__description--set .pp-product-summary__fallback,
.product__description--set .pp-product-accordion__content > * {
  width: 100% !important;
  max-width: none !important;
}
.product__description--set .pp-product-summary,
.product__description--set .pp-product-summary__fallback,
.product__description--set .pp-product-accordion__content,
.product__description--set .pp-product-accordion summary {
  text-align: left !important;
  justify-items: stretch !important;
}
.product__description--set .pp-product-accordion__content ul,
.product__description--set .pp-product-accordion__content ol,
.pp-product-accordion__content ul,
.pp-product-accordion__content ol {
  display: block !important;
  padding-left: 2rem !important;
  text-align: left !important;
}
.pp-product-summary__fallback,
.pp-product-accordion__content {
  word-break: break-word;
}
.pp-product-accordion summary .icon-caret {
  flex: 0 0 auto;
}

/* Blog cards: slightly smaller images */
.main-blog .article-card__image-wrapper {
  max-width: 36rem !important;
}

@media screen and (max-width: 749px) {
  .main-page-title,
  .collection-hero__title,
  .title--primary,
  .template-search__header .h2,
  .main-blog .title--primary {
    font-size: 2.1rem !important;
    line-height: 1.12 !important;
  }
  .pp-collection-hero .collection-hero__title {
    font-size: 2.4rem !important;
  }
  .card__new-badge,
  .card__badge {
    max-width: calc(50% - .8rem) !important;
  }
  .card__new-badge,
  .card__badge .badge {
    font-size: .8rem !important;
    padding: .5rem .65rem !important;
  }
}


/* === V13 contact, card-title and universal product-accordion fixes === */
.product-card-wrapper .card__inner > .card__content.card__content--media-badges {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  padding: 0 !important;
  pointer-events: none;
}
.product-card-wrapper .card__inner > .card__content.card__content--media-badges .card__badge {
  pointer-events: none;
}
.product-card-wrapper .card__inner .card__heading,
.product-card-wrapper .card__inner .card__information {
  display: none !important;
}

/* Every product uses the same clean accordion width and interaction. */
.product__description--premium,
.product__description--premium .pp-product-summary,
.product__description--premium .pp-product-accordions,
.product__description--premium .pp-product-accordion,
.product__description--premium .pp-product-accordion__content {
  width: 100% !important;
  max-width: none !important;
}
.pp-product-accordion > summary {
  user-select: none;
}
.pp-product-accordion:not([open]) > .pp-product-accordion__content {
  display: none !important;
}
.pp-product-accordion[open] > .pp-product-accordion__content {
  display: block !important;
}
.pp-product-accordion[open] > summary .icon-caret {
  transform: rotate(180deg) !important;
}
.pp-product-accordion:not([open]) > summary .icon-caret {
  transform: rotate(0deg) !important;
}

/* === V14: guaranteed footer, uniform descriptions and set offer summary === */
.pp-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 0;
  padding: 5rem 0 2.4rem;
  border-top: 1px solid rgba(69, 47, 42, .1);
  position: relative;
  z-index: 3;
}
.pp-footer__newsletter-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(30rem, .75fr);
  align-items: center;
  gap: 4rem;
  padding: 3.2rem 3.6rem;
  margin-bottom: 4rem;
  border-radius: 2.8rem;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 1.6rem 4rem rgba(91, 57, 48, .08);
  border: 1px solid rgba(91, 57, 48, .08);
}
.pp-footer__eyebrow {
  margin: 0 0 .8rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .18em;
}
.pp-footer__newsletter-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.6rem, 3vw, 4.2rem);
  line-height: 1.06;
}
.pp-footer__newsletter-copy .rte {
  max-width: 68rem;
  font-size: 1.5rem;
}
.pp-footer__newsletter-form,
.pp-footer__newsletter-form .newsletter-form__field-wrapper {
  max-width: none;
  width: 100%;
}
.pp-footer__newsletter-form .field {
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 .8rem 2rem rgba(91, 57, 48, .08);
}
.pp-footer__newsletter-form .field__input {
  min-height: 5.8rem;
}
.pp-footer__grid {
  display: grid;
  grid-template-columns: minmax(26rem, 1.5fr) repeat(3, minmax(15rem, 1fr));
  gap: 4rem;
  padding-bottom: 3.6rem;
}
.pp-footer__brand h2,
.pp-footer__column h3 {
  margin: 0 0 1.4rem;
}
.pp-footer__brand p {
  max-width: 44rem;
  line-height: 1.65;
}
.pp-footer__column li + li {
  margin-top: .9rem;
}
.pp-footer__column a {
  color: inherit;
  text-decoration: none;
}
.pp-footer__column a:hover {
  text-decoration: underline;
  text-underline-offset: .25rem;
}
.pp-footer__social {
  justify-content: flex-start;
  margin-top: 1.8rem;
}
.pp-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(91, 57, 48, .1);
  font-size: 1.25rem;
}
.pp-footer__bottom p {
  margin: 0;
}

.pp-product-summary {
  width: 100%;
  max-width: none;
  padding: 2.2rem 2.4rem;
  border-radius: 2.4rem;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(91,57,48,.08);
}
.pp-product-summary__heading {
  margin: 0 0 1rem;
  font-size: 1.7rem;
  font-weight: 700;
}
.pp-product-summary__fallback,
.pp-product-summary__fallback > * {
  max-width: none !important;
}
.pp-product-summary__fallback > :first-child {
  margin-top: 0;
}
.pp-product-summary__fallback > :last-child {
  margin-bottom: 0;
}
.pp-set-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem 2rem;
  margin-top: 1.8rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(91,57,48,.1);
}
.pp-set-benefits p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.45;
}
.pp-product-accordions {
  width: 100%;
  max-width: none;
}
.pp-product-accordion {
  width: 100%;
}
.pp-product-accordion summary {
  cursor: pointer;
}
.pp-product-accordion[open] summary .icon-caret {
  transform: rotate(180deg);
}
.pp-product-accordion__content {
  width: 100%;
  max-width: none;
}
.pp-product-accordion__content > * {
  max-width: none !important;
}
.pp-product-summary details,
.pp-product-accordion__content details,
.pp-product-summary summary,
.pp-product-accordion__content summary {
  border: 0;
}

/* Stronger benefit captions under the three homepage images */
#shopify-section-template--multicolumn_nHPYVa .multicolumn-card__info,
.multicolumn-card__info {
  text-align: center;
}
.multicolumn-card__info h3 {
  font-weight: 700;
}

@media screen and (max-width: 989px) {
  .pp-footer__newsletter-card {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .pp-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .pp-footer {
    padding-top: 3.2rem;
  }
  .pp-footer__newsletter-card {
    padding: 2.4rem 2rem;
    border-radius: 2rem;
    margin-bottom: 3rem;
  }
  .pp-footer__newsletter-copy h2 {
    font-size: 2.6rem;
  }
  .pp-footer__grid {
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }
  .pp-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .pp-set-benefits {
    grid-template-columns: 1fr;
  }
  .pp-product-summary {
    padding: 1.8rem;
    border-radius: 1.8rem;
  }
}


/* === V15 conversion and mobile consistency fixes === */
.language-selector__static {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  height: 3.4rem;
  padding: 0 .7rem;
  margin-left: .35rem;
  border-left: 1px solid rgba(49, 42, 39, .16);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

/* Hide any accidental product title duplicated inside the media area. */
.product-card-wrapper .card__inner .card__heading,
.product-card-wrapper .card__inner .card-information,
.product-card-wrapper .card__inner .caption-with-letter-spacing,
.product-card-wrapper .card__inner .price {
  display: none !important;
}

/* Uniform product description and no stray nested details labels. */
.product__description--premium details:not(.pp-product-accordion),
.product__description--premium summary:not(.pp-product-accordion > summary) {
  display: contents !important;
}
.product__description--premium summary:not(.pp-product-accordion > summary)::marker,
.product__description--premium summary:not(.pp-product-accordion > summary)::-webkit-details-marker {
  display: none !important;
  content: '' !important;
}
.pp-product-summary__fallback,
.pp-product-accordion__content {
  width: 100%;
  max-width: none;
}
.pp-product-accordion > summary {
  cursor: pointer;
  user-select: none;
}
.pp-product-accordion[open] > summary .icon-caret {
  transform: rotate(180deg);
}

/* Bring purchase actions higher and reduce dead space. */
.product__info-container .product-form__quantity,
.product__info-container .price,
.product__info-container .premium-inventory-status,
.product__info-container .product-form {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.product__info-container .product-form__buttons {
  margin-top: .4rem !important;
}

/* Native share button: no URL field, neat on mobile. */
.pp-native-share {
  display: inline-flex !important;
  align-items: center;
  gap: .7rem;
  border: 0;
  background: transparent;
  color: rgb(var(--color-foreground));
  padding: .7rem 0;
  cursor: pointer;
  font: inherit;
}
.pp-native-share .svg-wrapper { width: 1.8rem; height: 1.8rem; }

/* Mobile category names must wrap by words, never by individual letters. */
@media screen and (max-width: 749px) {
  .multicolumn-list .multicolumn-card__info,
  .multicolumn-list .multicolumn-card__info > *,
  .multicolumn-list .multicolumn-card__info .link,
  .multicolumn-list .multicolumn-card__info .link-with-icon {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    white-space: normal !important;
  }
  .multicolumn-list .multicolumn-card__info > .link,
  .multicolumn-list .multicolumn-card__info .link-with-icon {
    font-size: 1.18rem !important;
    line-height: 1.25 !important;
    padding: 1rem .7rem !important;
  }

  /* Full readable sale badge. */
  .product-card-wrapper .card__badge {
    right: .65rem !important;
    top: .65rem !important;
    max-width: none !important;
    width: auto !important;
  }
  .product-card-wrapper .card__badge .badge {
    max-width: none !important;
    width: auto !important;
    min-width: 0 !important;
    padding: .48rem .62rem !important;
    font-size: .7rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }
  .product-card-wrapper .card__new-badge {
    left: .65rem !important;
    top: .65rem !important;
    max-width: calc(50% - .8rem) !important;
    font-size: .7rem !important;
    padding: .48rem .62rem !important;
  }

  .pp-about__visual--logo {
    min-height: 28rem;
    padding: 3rem;
  }
  .pp-about__brand-logo {
    width: min(72vw, 34rem);
    height: auto;
    object-fit: contain;
  }
}

.pp-about__visual--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.54);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 3rem;
  box-shadow: 0 2rem 5rem rgba(119, 74, 58, .1);
}
.pp-about__brand-logo {
  display: block;
  width: min(72%, 44rem);
  height: auto;
  object-fit: contain;
}
.pp-about__brand-wordmark {
  font-family: var(--font-heading-family);
  font-size: clamp(3rem, 5vw, 6rem);
}


/* V15.1: deep links and final legacy Details removal */
.pp-scroll-anchor {
  display: block;
  position: relative;
  top: -12rem;
  visibility: hidden;
}
.product__info-container details:not(.pp-product-accordion) > summary,
.product__description details:not(.pp-product-accordion) > summary {
  list-style: none;
}
.product__info-container details:not(.pp-product-accordion) > summary::-webkit-details-marker,
.product__description details:not(.pp-product-accordion) > summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 749px) {
  .pp-scroll-anchor { top: -8rem; }
}

/* === V16 quiz recommendations, dynamic brands, preorder and description cleanup === */
.pp-ai-quiz__recommendations {
  margin-top: 2.2rem;
}
.pp-ai-quiz__recommendations h4 {
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  color: rgb(var(--pp-ink));
}
.pp-ai-quiz__recommendation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
.pp-ai-quiz__recommendation-card {
  display: flex;
  flex-direction: column;
  min-height: 15rem;
  padding: 1.6rem;
  border: 1px solid rgba(var(--pp-ink), .12);
  border-radius: 2rem;
  background: rgba(255, 255, 255, .8);
  color: rgb(var(--pp-ink));
  text-decoration: none;
  box-shadow: 0 1.2rem 2.8rem rgba(91, 57, 48, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pp-ai-quiz__recommendation-card:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--pp-accent), .42);
  box-shadow: 0 1.6rem 3.2rem rgba(91, 57, 48, .1);
}
.pp-ai-quiz__recommendation-card strong {
  display: block;
  margin-bottom: .7rem;
  font-size: 1.45rem;
  line-height: 1.35;
}
.pp-ai-quiz__recommendation-card span {
  display: block;
  flex: 1 1 auto;
  color: rgba(var(--pp-ink), .72);
  font-size: 1.28rem;
  line-height: 1.55;
}
.pp-ai-quiz__recommendation-card em {
  display: block;
  margin-top: 1.2rem;
  color: rgb(var(--pp-accent));
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
}
.pp-ai-quiz__result-actions {
  align-items: stretch;
}
.pp-ai-quiz__result-actions .button {
  min-height: 5.4rem;
  white-space: normal;
  text-align: center;
}

.peach-poppy-menu__brand-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(13rem, 1fr));
  min-width: 36rem;
  max-height: 48rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: .5rem;
}
.peach-poppy-drawer-menu__submenu--brands {
  max-height: 52vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.premium-inventory-status__dot--preorder {
  background: #d88454 !important;
}
.product-form__submit:not([disabled]) {
  cursor: pointer;
}
.product-card-wrapper .badge {
  text-transform: none;
}

/* Keep one uniform, working description structure. */
.product__description--premium details:not(.pp-product-accordion) > summary,
.product__description details:not(.pp-product-accordion) > summary {
  display: none !important;
}
.pp-product-accordions {
  width: 100%;
}
.pp-product-accordion {
  width: 100%;
}
.pp-product-accordion[hidden] {
  display: none !important;
}
.pp-product-accordion summary {
  cursor: pointer;
  user-select: none;
}
.pp-product-accordion__content:empty {
  display: none;
}
.pp-product-summary__fallback > :first-child,
.pp-product-accordion__content > :first-child {
  margin-top: 0;
}
.pp-product-summary__fallback > :last-child,
.pp-product-accordion__content > :last-child {
  margin-bottom: 0;
}
.pp-product-accordion__content h4[data-pp-set-marker="true"] {
  margin: 0 0 1.2rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 989px) {
  .peach-poppy-menu__brand-list {
    min-width: 0;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 749px) {
  .pp-ai-quiz__recommendation-grid {
    grid-template-columns: 1fr;
  }
  .pp-ai-quiz__recommendation-card {
    min-height: 0;
  }
  .pp-ai-quiz__result-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .product-card-wrapper .card__badge .badge {
    max-width: none !important;
    padding-inline: .55rem !important;
    font-size: .68rem !important;
  }
}

/* === V17 unified product-description structure === */
.pp-product-accordions .pp-product-accordion {
  display: block !important;
}
.pp-product-accordion__content > h2,
.pp-product-accordion__content > h3,
.pp-product-accordion__content > h4 {
  margin-top: 1.5rem;
  margin-bottom: .8rem;
  font-size: 1.08em;
  line-height: 1.35;
}
.pp-product-accordion__content > :first-child {
  margin-top: 0;
}
.pp-product-accordion__content p + p,
.pp-product-accordion__content ul + p,
.pp-product-accordion__content p + ul {
  margin-top: 1rem;
}
.pp-product-accordion__content strong:first-child {
  color: rgb(var(--color-foreground));
}


/* === Peach & Poppy V18: skin test, full concerns, set savings === */
.pp-skin-test-cta { padding: 2.2rem 0; }
.pp-skin-test-cta__inner { display:flex; align-items:center; justify-content:space-between; gap:2.4rem; padding:2.6rem 3rem; border:1px solid rgba(122,77,65,.14); border-radius:2.4rem; background:rgba(255,255,255,.72); box-shadow:0 1.2rem 3rem rgba(91,57,48,.08); }
.pp-skin-test-cta__eyebrow { margin:0 0 .5rem; color:#a45f50; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.pp-skin-test-cta h2 { margin:0 0 .6rem; font-size:clamp(2.5rem,3vw,4rem); }
.pp-skin-test-cta .rte p { margin:0; }
.pp-set-price-benefits { display:flex; flex-wrap:wrap; gap:.7rem; margin:0 0 1rem; }
.pp-set-price-benefits span { display:inline-flex; align-items:center; padding:.7rem 1.1rem; border-radius:999px; background:#fff7f2; border:1px solid rgba(197,111,90,.25); color:#5b3930; font-weight:800; font-size:1.35rem; }
.pp-skin-concern .product-grid { row-gap:3.2rem; }
.pp-skin-test-menu-link span, .pp-skin-test-menu-link { white-space:nowrap; }
@media screen and (max-width:749px){
 .pp-skin-test-cta__inner{display:grid;padding:2.2rem 1.8rem}.pp-skin-test-cta .button{width:100%}
 .pp-ai-quiz__grid{grid-template-columns:1fr!important}
 .pp-set-price-benefits span{font-size:1.15rem;padding:.6rem .85rem}
}

.pp-card-set-benefits{display:flex;flex-wrap:wrap;gap:.45rem;margin:.65rem 0 .35rem}.pp-card-set-benefits span{display:inline-flex;padding:.45rem .7rem;border-radius:999px;background:#fff7f2;border:1px solid rgba(197,111,90,.22);font-size:1.05rem;font-weight:800;line-height:1.2;color:#6b4338}.product-card-wrapper .pp-card-set-benefits+ .price{margin-top:.25rem!important}@media(max-width:749px){.pp-card-set-benefits{display:grid;grid-template-columns:1fr;margin-top:.5rem}.pp-card-set-benefits span{font-size:.95rem;white-space:normal}}

/* === Peach & Poppy V19: structured descriptions, skin-needs overview and test === */
.pp-skin-concerns__header h1 {
  font-size: clamp(3.6rem, 5vw, 6.2rem) !important;
  line-height: 1.02 !important;
  max-width: 88rem;
  margin-inline: auto;
}
.pp-skin-concern__view-all {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
.pp-skin-concern__view-all .button {
  min-width: min(100%, 34rem);
  border-radius: 999px;
}
.pp-skin-concerns--detail .pp-skin-concerns__header {
  max-width: 82rem;
  margin-inline: auto;
}
.pp-skin-concerns--detail .pp-skin-concern__heading {
  margin-top: 1rem;
}
.pp-ai-quiz__field--multi {
  margin: 0;
  padding: 1.8rem;
  border: 1px solid rgba(122,77,65,.14);
  border-radius: 1.8rem;
  background: rgba(255,255,255,.72);
}
.pp-ai-quiz__field--multi legend {
  padding: 0 .4rem;
  font-weight: 800;
  color: rgb(var(--pp-ink));
}
.pp-ai-quiz__field--multi legend small {
  display: block;
  margin-top: .35rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(var(--pp-ink),.64);
}
.pp-ai-quiz__choices {
  display: grid;
  gap: .8rem;
  margin-top: 1rem;
}
.pp-ai-quiz__choices label {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  padding: .85rem 1rem;
  border-radius: 1.2rem;
  background: #fffaf7;
  cursor: pointer;
}
.pp-ai-quiz__choices input {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: .15rem;
  accent-color: #df806b;
}
.pp-zestawy-card-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
  margin: 1.2rem 0 .8rem;
}
.pp-zestawy-card-benefits span {
  display: inline-flex;
  align-items: center;
  padding: .55rem .85rem;
  border: 1px solid rgba(197,111,90,.24);
  border-radius: 999px;
  background: #fff7f2;
  color: #6b4338;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
}
.pp-product-accordion > summary {
  cursor: pointer;
}
.pp-product-accordion:not([open]) .pp-product-accordion__content {
  display: none !important;
}
@media screen and (max-width: 749px) {
  .pp-skin-concerns__header h1 {
    font-size: clamp(3rem, 11vw, 4.2rem) !important;
    line-height: 1.05 !important;
  }
  .pp-skin-concern__view-all .button {
    width: 100%;
  }
  .pp-zestawy-card-benefits {
    display: grid;
    grid-template-columns: 1fr;
  }
  .pp-zestawy-card-benefits span {
    justify-content: center;
  }
}

/* === Peach & Poppy V20: deterministic descriptions, tidy cards, brands A–Z === */
.pp-product-summary__heading {
  margin: 0 0 1rem;
  font-size: 1.45rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), .66);
}
.pp-product-summary__fallback h1,
.pp-product-summary__fallback h2,
.pp-product-summary__fallback h3 {
  display: none !important;
}
.pp-product-accordion > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 5.6rem;
  padding: 1.4rem 0;
  font-weight: 750;
}
.pp-product-accordion > summary .icon-caret {
  flex: 0 0 auto;
  width: 1.4rem;
  transition: transform .2s ease;
}
.pp-product-accordion[open] > summary .icon-caret {
  transform: rotate(180deg);
}
.pp-product-accordion__content {
  padding: .2rem 0 1.8rem;
}
.product__description--set .pp-product-accordion > summary span {
  line-height: 1.35;
}

/* Product cards: one visual rhythm across collections, search and recommendations. */
.product-card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card-wrapper .card--pp-product {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
}
.product-card-wrapper .card--pp-product > .card__inner.ratio::before {
  padding-bottom: 80% !important;
}
.product-card-wrapper .card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.product-card-wrapper .card--pp-product > .card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding-top: 1.2rem;
}
.product-card-wrapper .card__information {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
}
.product-card-wrapper .card__heading {
  min-height: 5.6rem;
  margin: 0 0 .8rem;
  font-size: clamp(1.65rem, 1.5vw, 2.05rem) !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}
.product-card-wrapper .card__heading a {
  text-decoration: none !important;
}
.product-card-wrapper .card-information {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.product-card-wrapper .caption-with-letter-spacing {
  min-height: 2.4rem;
  margin: .1rem 0 .6rem;
  font-weight: 700;
}
.product-card-wrapper .card-information > .price {
  margin-top: auto !important;
  padding-top: 1rem;
}
.product-card-wrapper .quick-add {
  margin-top: 1.2rem !important;
}
.product-card-wrapper .quick-add__submit {
  min-height: 5.2rem;
}
.product-card-wrapper .card__new-badge,
.product-card-wrapper .card__badge {
  z-index: 3;
}
.product-card-wrapper .card__new-badge {
  max-width: calc(50% - 1.2rem) !important;
}
.product-card-wrapper .card__badge .badge {
  white-space: nowrap !important;
}

.peach-poppy-menu__link--test,
.peach-poppy-drawer-menu__test {
  margin: .4rem .8rem .8rem;
  border-radius: 1.2rem;
  background: rgba(231, 139, 116, .14);
  color: #8b4f41 !important;
  font-weight: 800 !important;
}
.peach-poppy-menu__brand-overview {
  grid-column: 1 / -1;
}

.pp-brands-directory {
  padding: clamp(4rem, 7vw, 8rem) 0;
}
.pp-brands-directory__inner {
  max-width: 132rem;
}
.pp-brands-directory__header {
  max-width: 86rem;
  margin: 0 auto 3.4rem;
  text-align: center;
}
.pp-brands-directory__eyebrow {
  margin: 0 0 1rem;
  color: #a55e4e;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: .16em;
}
.pp-brands-directory__header h1 {
  margin: 0 0 1.4rem;
  font-size: clamp(3.6rem, 5.5vw, 7.2rem);
  line-height: 1.02;
}
.pp-brands-directory__index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
  margin: 0 0 4rem;
}
.pp-brands-directory__index a {
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid rgba(91,57,48,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}
.pp-brands-directory__group {
  scroll-margin-top: 14rem;
  padding: 2.6rem 0;
  border-top: 1px solid rgba(91,57,48,.12);
}
.pp-brands-directory__group h2 {
  margin: 0 0 1.6rem;
  color: #a55e4e;
  font-size: 2.4rem;
}
.pp-brands-directory__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}
.pp-brand-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 7rem;
  padding: 1.6rem 1.8rem;
  border: 1px solid rgba(91,57,48,.12);
  border-radius: 1.8rem;
  background: rgba(255,255,255,.78);
  color: inherit;
  font-size: 1.55rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 1rem 2.4rem rgba(91,57,48,.05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pp-brand-card:hover {
  transform: translateY(-2px);
  border-color: rgba(197,111,90,.38);
  box-shadow: 0 1.4rem 3rem rgba(91,57,48,.09);
}
.pp-brand-card__arrow {
  color: #bd6d5a;
  font-size: 2rem;
}

@media screen and (max-width: 989px) {
  .pp-brands-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media screen and (max-width: 749px) {
  .product-card-wrapper .card--pp-product > .card__inner.ratio::before { padding-bottom: 82% !important; }
  .product-card-wrapper .card__heading {
    min-height: 6.6rem;
    font-size: 1.55rem !important;
    line-height: 1.25 !important;
  }
  .product-card-wrapper .card__new-badge,
  .product-card-wrapper .card__badge .badge {
    font-size: .68rem !important;
  }
  .pp-product-accordion > summary {
    align-items: flex-start;
    min-height: 5rem;
    font-size: 1.45rem;
  }
  .pp-brands-directory__header h1 { font-size: clamp(3.2rem, 12vw, 4.6rem); }
  .pp-brands-directory__grid { grid-template-columns: 1fr; }
}

/* === Peach & Poppy V21: conversion layout, structured descriptions and cart discount === */

/* One consistent, high-contrast text colour across the light Peach & Poppy schemes. */
.color-scheme-1,
.color-scheme-2,
.color-scheme-3,
.color-scheme-1,
.color-scheme-4,
.color-scheme-1 .rte,
.color-scheme-2 .rte,
.color-scheme-3 .rte,
.color-scheme-1 .rte,
.color-scheme-4 .rte,
.card__heading,
.card__heading a,
.card-information,
.price,
.caption,
.caption-large,
.product__title,
.product__title h1,
.product__info-container,
.pp-product-summary,
.pp-product-accordion,
.pp-set-benefits,
.pp-set-price-benefits,
.pp-card-set-benefits,
.pp-skin-concerns,
.pp-brands-directory,
.pp-popular-goals,
.pp-footer {
  color: #111111;
}

/* Brand directory: premium but no oversized first screen. */
.pp-brands-directory {
  padding-top: clamp(3rem, 5vw, 5.6rem);
}
.pp-brands-directory__header {
  max-width: 92rem;
  margin-bottom: 2.8rem;
}
.pp-brands-directory__header h1 {
  font-size: clamp(2.8rem, 3.2vw, 4rem) !important;
  line-height: 1.08 !important;
}
.pp-brands-directory__header .rte {
  font-size: 1.55rem;
}

/* Skin-needs overview: smaller title and all choices clearly visible. */
.pp-skin-concerns__header {
  margin-bottom: 2.4rem;
}
.pp-skin-concerns__header h1 {
  font-size: clamp(3rem, 3.8vw, 4.6rem) !important;
  line-height: 1.08 !important;
}
.pp-skin-concerns__header .rte {
  font-size: 1.55rem;
}
.pp-skin-concerns__nav {
  margin-bottom: 1.2rem;
}
.pp-skin-concerns__nav-hint {
  display: none;
  margin: 0 auto 3.2rem;
  text-align: center;
  font-size: 1.25rem;
  color: #111111;
}
.pp-skin-concern__view-all .button {
  min-width: 0;
  border-radius: 1.2rem !important;
  border: 1px solid #111111 !important;
  background: transparent !important;
  color: #111111 !important;
  box-shadow: none !important;
  padding-inline: 2rem;
}
.pp-skin-concern__view-all .button:hover {
  background: #111111 !important;
  color: #ffffff !important;
}

/* Product cards: price follows the title; only the CTA is pushed to the common baseline. */
.product-card-wrapper .card__heading {
  margin-bottom: .45rem !important;
  color: #111111 !important;
}
.product-card-wrapper .caption-with-letter-spacing {
  margin-top: .1rem !important;
  margin-bottom: .35rem !important;
  color: #111111 !important;
}
.product-card-wrapper .card-information > .price {
  margin-top: .35rem !important;
  padding-top: 0 !important;
  color: #111111 !important;
}
.product-card-wrapper .quick-add {
  margin-top: auto !important;
  padding-top: .9rem;
}
.product-card-wrapper .pp-card-set-benefits {
  margin-top: .45rem;
  margin-bottom: .25rem;
}
.product-card-wrapper .pp-card-set-benefits span {
  color: #111111;
}
.related-products__heading {
  margin-bottom: 1.8rem !important;
}

/* Product purchase area: compact, left aligned and immediately below the price. */
.product__info-container .price,
.product__info-container .product__tax,
.product__info-container .product-form__quantity,
.product__info-container .premium-inventory-status,
.product__info-container .product-form {
  margin-top: .65rem !important;
  margin-bottom: .65rem !important;
}
.product__info-container .product-form__quantity,
.product__info-container .product-form__quantity .price-per-item__container,
.product__info-container .product-form__quantity .quantity,
.product__info-container .premium-inventory-status,
.product__info-container .product-form__buttons {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.product__info-container .product-form__quantity {
  width: fit-content;
  text-align: left !important;
}
.product__info-container .product-form__quantity .form__label {
  text-align: left !important;
}
.product__info-container .premium-inventory-status {
  justify-content: flex-start !important;
  width: min(100%, 44rem) !important;
  text-align: left !important;
}
.product__info-container .product-form__buttons {
  max-width: 100% !important;
}
.product__info-container .product-form__submit {
  margin-top: .15rem !important;
}
.pp-set-price-benefits {
  margin: .4rem 0 .6rem !important;
}

/* Structured product content is always full-width and native details remain clickable. */
.product__description--premium,
.pp-product-summary,
.pp-product-accordions,
.pp-product-accordion,
.pp-product-accordion__content {
  width: 100% !important;
  max-width: none !important;
}
.pp-product-accordion > summary {
  color: #111111 !important;
}
.pp-product-accordion__content {
  color: #111111 !important;
}
.pp-product-accordion__content ul,
.pp-product-accordion__content ol {
  padding-left: 2.2rem;
}

/* Homepage: four clear routes based on the customer's current goal. */
.pp-popular-goals__header {
  max-width: 78rem;
  margin: 0 auto 2.4rem;
  text-align: center;
}
.pp-popular-goals__header > p {
  margin: 0 0 .8rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.pp-popular-goals__header h2 {
  margin: 0 0 .9rem;
  font-size: clamp(2.8rem, 3.3vw, 4.2rem);
  line-height: 1.08;
}
.pp-popular-goals__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}
.pp-popular-goal {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  min-height: 13rem;
  padding: 1.8rem;
  border: 1px solid rgba(17,17,17,.12);
  border-radius: 2rem;
  background: rgba(255,255,255,.82);
  color: #111111;
  text-decoration: none;
  box-shadow: 0 1rem 2.8rem rgba(75,48,39,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pp-popular-goal:hover {
  transform: translateY(-3px);
  border-color: rgba(217,119,96,.48);
  box-shadow: 0 1.6rem 3.4rem rgba(75,48,39,.1);
}
.pp-popular-goal__icon {
  display: grid;
  place-items: center;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 999px;
  background: #fde8e0;
  font-size: 2rem;
}
.pp-popular-goal__content {
  display: grid;
  gap: .45rem;
}
.pp-popular-goal__content strong {
  font-size: 1.65rem;
  line-height: 1.2;
}
.pp-popular-goal__content > span {
  font-size: 1.3rem;
  line-height: 1.45;
}
.pp-popular-goal__arrow {
  font-size: 2rem;
}

/* Visible footer social links. */
.pp-footer__social-label {
  margin: 1.7rem 0 .4rem !important;
  font-size: 1.25rem;
  font-weight: 700;
}
.pp-footer__social {
  display: flex !important;
  gap: .7rem;
}
.pp-footer__social .list-social__link {
  display: grid;
  place-items: center;
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid rgba(17,17,17,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #111111;
}

/* PEACH10 auto-discount information in cart and drawer. */
.pp-cart-discount-note {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  margin: 0 0 1.4rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(217,119,96,.35);
  border-radius: 1.4rem;
  background: #fff5f0;
  color: #111111;
  font-size: 1.3rem;
  line-height: 1.45;
}
.pp-cart-discount-note--drawer {
  margin-top: .7rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 989px) {
  .pp-popular-goals__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .pp-brands-directory__header h1 {
    font-size: clamp(2.6rem, 8vw, 3.4rem) !important;
  }
  .pp-skin-concerns__header h1 {
    font-size: clamp(2.8rem, 9vw, 3.6rem) !important;
    line-height: 1.08 !important;
  }
  .pp-skin-concerns__header .rte {
    font-size: 1.4rem;
  }
  .pp-skin-concerns__nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    width: 100%;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }
  .pp-skin-concerns__nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    width: 100%;
    padding: .8rem .9rem;
    white-space: normal !important;
    line-height: 1.2;
  }
  .pp-skin-concerns__nav-hint {
    display: block;
  }
  .pp-skin-concern__view-all .button {
    width: 100%;
    min-height: 4.8rem;
    font-size: 1.3rem;
  }
  .pp-popular-goals__grid {
    grid-template-columns: 1fr;
  }
  .pp-popular-goal {
    min-height: 10rem;
  }
  .product-card-wrapper .card__heading {
    min-height: 5.6rem !important;
    margin-bottom: .3rem !important;
  }
  .product-card-wrapper .quick-add {
    padding-top: .65rem;
  }
  .product__info-container .product-form__quantity,
  .product__info-container .premium-inventory-status,
  .product__info-container .product-form__buttons {
    width: 100% !important;
    max-width: 100% !important;
  }
  .product__info-container .product-form__quantity .quantity {
    margin-left: 0 !important;
  }
  .pp-set-benefits {
    grid-template-columns: 1fr 1fr;
    gap: .7rem 1rem;
  }
}


/* === Peach & Poppy V23: carousel, premium test and navigation === */
/* Smaller product gallery with one main slide and thumbnail navigation on desktop. */
@media screen and (min-width: 990px) {
  .product--small:not(.product--no-media) .product__media-wrapper { max-width: 47%; }
  .product--small:not(.product--no-media) .product__info-wrapper { max-width: 53%; }
  .product--thumbnail_slider .product__media-list { margin-bottom: 1rem; }
  .product--thumbnail_slider .product__media-item { width: 100% !important; max-width: 100% !important; }
  .product--thumbnail_slider .product__media .media { min-height: 0 !important; aspect-ratio: 1 / 1; }
  .product--thumbnail_slider .product__media img { object-fit: contain !important; }
  .product--thumbnail_slider .thumbnail-slider { display: flex !important; }
  .product--thumbnail_slider .thumbnail-list { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

/* Complete Opis i efekty remains visible in its own accordion. */
.pp-product-summary__heading { margin: 0 0 .7rem; font-size: 1.25rem !important; letter-spacing: .08em; text-transform: uppercase; }
.pp-product-accordion__content > *:first-child { margin-top: 0; }
.pp-product-accordion__content > *:last-child { margin-bottom: 0; }

/* Premium test: clear steps, calm cards and more compact controls. */
.pp-ai-quiz__shell { max-width: 118rem; margin-inline: auto; }
.pp-ai-quiz__hero { gap: 2rem; padding: clamp(2.4rem,4vw,4.4rem); }
.pp-ai-quiz__hero h1 { max-width: 14ch; }
.pp-ai-quiz__progress {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: .8rem;
  margin: 0 0 2rem;
}
.pp-ai-quiz__progress span {
  display: flex; align-items: center; gap: .8rem;
  padding: 1rem 1.2rem; border: 1px solid rgba(17,17,17,.1);
  border-radius: 999px; background: rgba(255,255,255,.78);
  font-size: 1.18rem; font-weight: 700;
}
.pp-ai-quiz__progress b { display:grid; place-items:center; width:2.5rem; height:2.5rem; border-radius:50%; background:#ef927b; color:#fff; font-size:1rem; }
.pp-ai-quiz__form { max-width: 108rem; margin: 0 auto clamp(3rem,5vw,5rem); background: rgba(255,255,255,.86); box-shadow: 0 2rem 6rem rgba(91,57,48,.08); }
.pp-ai-quiz__stage-title { grid-column: 1 / -1; display:flex; align-items:center; gap:1rem; margin-top:.5rem; padding:1.1rem 1.3rem; border-radius:1.4rem; background:#fdeae3; }
.pp-ai-quiz__stage-title span { font-size:1.05rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:#a75c4d; }
.pp-ai-quiz__stage-title strong { font-size:1.5rem; }
.pp-ai-quiz__field { padding:1.3rem; border:1px solid rgba(17,17,17,.08); border-radius:1.6rem; background:#fff; }
.pp-ai-quiz__field label, .pp-ai-quiz__field legend { font-size:1.35rem; line-height:1.4; }
.pp-ai-quiz__field select, .pp-ai-quiz__field textarea { min-height:5.2rem; border-radius:1.2rem; background:#fffaf8; font-size:1.3rem; }
.pp-ai-quiz__choices { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.7rem; }
.pp-ai-quiz__choices label { display:flex; align-items:flex-start; gap:.7rem; margin:0; padding:.85rem 1rem; border:1px solid rgba(17,17,17,.08); border-radius:1.2rem; background:#fffaf8; font-weight:500; }
.pp-ai-quiz__actions { display:flex; justify-content:center; }
.pp-ai-quiz__actions .button { min-width:min(100%,32rem); }

/* Premium mobile menu: guided start, quick cards and rich collapsible groups. */
.pp-mobile-menu-hero { margin:1.2rem 1.4rem 1.4rem; padding:1.7rem; border-radius:2rem; background:linear-gradient(145deg,#fff,#fde8df); box-shadow:0 1.2rem 3rem rgba(91,57,48,.09); }
.pp-mobile-menu-hero__eyebrow { margin:0 0 .5rem; color:#a55d4f; font-size:1rem; font-weight:800; letter-spacing:.15em; }
.pp-mobile-menu-hero strong { display:block; margin-bottom:.55rem; font-family:var(--font-heading-family); font-size:1.9rem; line-height:1.18; }
.pp-mobile-menu-hero > span { display:block; margin-bottom:1.2rem; color:rgba(17,17,17,.7); font-size:1.2rem; line-height:1.5; }
.pp-mobile-menu-hero__button { display:flex; align-items:center; justify-content:center; min-height:4.4rem; padding:.8rem 1.2rem; border-radius:999px; background:#df7963; color:#fff; font-weight:750; text-decoration:none; }
.pp-mobile-menu-quick-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.7rem; margin:0 1.4rem 1.4rem; }
.pp-mobile-menu-quick-card { display:grid; place-items:center; gap:.35rem; min-height:7.4rem; padding:.8rem .4rem; border:1px solid rgba(17,17,17,.09); border-radius:1.5rem; background:#fff; color:#111; text-align:center; text-decoration:none; }
.pp-mobile-menu-quick-card span { font-size:1.7rem; }
.pp-mobile-menu-quick-card strong { font-size:1.08rem; line-height:1.2; }
.peach-poppy-drawer-menu__group { margin:0 1.1rem .8rem; border:1px solid rgba(17,17,17,.08) !important; border-radius:1.6rem; overflow:hidden; background:rgba(255,255,255,.72); }
.peach-poppy-drawer-menu__toggle { min-height:5.2rem; font-weight:750 !important; }
.peach-poppy-drawer-menu__submenu { margin:0 !important; border-radius:0 !important; background:#fff !important; }
.peach-poppy-drawer-menu__submenu--brands { display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)); }
.peach-poppy-drawer-menu__submenu--brands li:first-child { grid-column:1/-1; }
.peach-poppy-drawer-menu__submenu--brands .menu-drawer__menu-item { min-height:4.2rem; padding:1rem 1.2rem !important; font-size:1.15rem !important; }
.pp-mobile-menu-help { margin:1.4rem; padding:1.4rem; border-radius:1.6rem; background:#f8eee9; }
.pp-mobile-menu-help p { margin:0 0 .8rem; font-weight:750; }
.pp-mobile-menu-help div { display:flex; gap:.7rem; }
.pp-mobile-menu-help a { flex:1; padding:.8rem; border-radius:999px; background:#fff; color:#111; text-align:center; text-decoration:none; font-size:1.15rem; }

.pp-cart-discount-note { flex-wrap:wrap; }
.pp-cart-discount-note__action { margin-left:auto; color:#8d4c40; font-weight:750; white-space:nowrap; }
.pp-cart-discount-note.is-activated { background:#f1fbf4; border-color:rgba(54,143,85,.3); }

@media screen and (max-width: 749px) {
  .pp-ai-quiz__progress { grid-template-columns:1fr; }
  .pp-ai-quiz__progress span { padding:.75rem 1rem; }
  .pp-ai-quiz__form { margin-inline:1rem; padding:1.5rem; }
  .pp-ai-quiz__grid { gap:1rem; }
  .pp-ai-quiz__field { padding:1.05rem; }
  .pp-ai-quiz__choices { grid-template-columns:1fr; }
  .pp-ai-quiz__stage-title { align-items:flex-start; flex-direction:column; gap:.25rem; }
}


/* === V23 corrections === */
/* Trust benefits stay aligned and readable on mobile. */
@media screen and (max-width: 749px) {
  .trust-bar { overflow:hidden; }
  .trust-bar__inner { display:grid !important; grid-auto-flow:column; grid-auto-columns:minmax(82%,1fr); overflow-x:auto; scroll-snap-type:x mandatory; gap:0 !important; padding-inline:1.2rem !important; }
  .trust-bar__item { scroll-snap-align:start; justify-content:center !important; min-height:5.8rem !important; padding:.8rem 1rem !important; text-align:center; white-space:normal; }
  .trust-bar__icon { flex:0 0 2.6rem; }
}
/* Compact discount notice in the site's visual language. */
.pp-cart-discount-note { background:#fff7f3 !important; border:1px solid rgba(223,121,99,.35) !important; color:#2e2522 !important; border-radius:1.8rem !important; padding:1.1rem 1.3rem !important; }
.pp-cart-discount-note p { margin:0 !important; }
.pp-cart-discount-note__action { color:#a45c4c !important; text-decoration:underline; }
.pp-cart-discount-note.is-activated { background:#fff7f3 !important; border-color:rgba(223,121,99,.35) !important; }
/* Skin-type links in menu. */
.pp-skin-type-menu-title { padding:1rem 1.2rem .45rem; font-size:1.05rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:#a55d4f; }
.pp-skin-type-menu-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.55rem; padding:.5rem 1rem 1.1rem; }
.pp-skin-type-menu-grid a { display:block; padding:.85rem 1rem; border-radius:999px; background:#fff7f3; color:#111; text-decoration:none; text-align:center; font-weight:650; }
@media screen and (min-width: 990px) { .peach-poppy-menu__panel--wide .pp-skin-type-menu-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } }


/* === Peach & Poppy V25 final corrections === */
:root { --pp-sale-red: #c9544d; }
.price--on-sale .price-item--sale,
.card-information .price--on-sale .price-item--sale,
.product__info-container .price--on-sale .price-item--sale,
.cart-item__final-price,
.cart-item__discounted-prices .price:not(.cart-item__old-price),
.cart-drawer .price--end:not(.cart-item__old-price) {
  color: var(--pp-sale-red) !important;
  font-weight: 750 !important;
}

/* Restore a clean, compact cart on mobile: one price presentation only. */
@media screen and (max-width: 749px) {
  .cart-item__totals.medium-hide.large-up-hide { display: none !important; }
  .cart-item { grid-template: auto auto / 9rem minmax(0,1fr) !important; column-gap: 1.5rem !important; }
  .cart-item__media { grid-row: 1 / 3 !important; width: 9rem !important; }
  .cart-item__details { grid-column: 2 !important; }
  .cart-item__quantity { grid-column: 2 !important; padding-top: 1.2rem !important; }
  .cart-item__name { font-size: 1.65rem !important; line-height: 1.25 !important; }
  .cart-item__discounted-prices { display:flex !important; align-items:center; gap:.8rem; flex-wrap:wrap; }
  .cart-item__final-price { font-size:1.65rem !important; }
}

/* No extra apply-code control: the threshold discount is handled on checkout. */
.pp-cart-discount-note__action { display:none !important; }
.pp-cart-discount-note { align-items:center !important; }

/* Four benefits: aligned 2x2 mobile grid, no overlap, compact text. */
@media screen and (max-width: 749px) {
  .trust-bar { overflow: visible !important; }
  .trust-bar__inner {
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    grid-auto-flow:row !important;
    grid-auto-columns:auto !important;
    overflow:visible !important;
    padding:0 !important;
    gap:0 !important;
  }
  .trust-bar__item {
    min-width:0 !important;
    min-height:6.4rem !important;
    padding:.9rem .75rem !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
    font-size:1.08rem !important;
    line-height:1.25 !important;
    white-space:normal !important;
    border-right:.1rem solid rgba(var(--color-foreground),.08) !important;
    border-bottom:.1rem solid rgba(var(--color-foreground),.08) !important;
  }
  .trust-bar__item:nth-child(2n){border-right:0 !important;}
  .trust-bar__item:nth-last-child(-n+2){border-bottom:0 !important;}
  .trust-bar__icon{width:2rem !important;height:2rem !important;flex:0 0 2rem !important;}
}

/* Premium extended test. */
.pp-ai-quiz__form { border:1px solid rgba(17,17,17,.08); border-radius:2.4rem; }
.pp-ai-quiz__result { border-radius:2rem; background:#fff8f5; border:1px solid rgba(201,84,77,.18); }
.pp-ai-quiz__field:focus-within { border-color:rgba(201,84,77,.45); box-shadow:0 0 0 .3rem rgba(201,84,77,.08); }

/* Hide obsolete skin-type menu styling if an old cached block survives. */
.pp-skin-type-standalone, .pp-skin-type-menu-title, .pp-skin-type-menu-grid { display:none !important; }


/* === Peach & Poppy V26: cart, links, sets, compact mobile header === */
:root { --pp-sale-red: #bd4e48; }

/* Desktop cart: unit price OR line total, never both. Mobile keeps one unit price. */
@media screen and (min-width: 750px) {
  cart-items .cart-item__details > .cart-item__unit-price { display:none !important; }
}
@media screen and (max-width: 749px) {
  cart-items .cart-item__details > .cart-item__unit-price { display:flex !important; }
  cart-items .cart-item__details > .product-option.cart-item__unit-price { display:block !important; }
  cart-items .cart-item__totals { display:none !important; }
}
.cart-drawer .cart-item__totals { display:none !important; }
.cart-item__final-price,
.cart-item__totals .price:not(.cart-item__old-price),
.price--on-sale .price-item--sale { color:var(--pp-sale-red) !important; }

/* Cart total: consistent typography and a shorter label (Razem). */
.totals__total {
  font-family:var(--font-body-family) !important;
  font-style:normal !important;
  font-weight:750 !important;
  letter-spacing:0 !important;
}

/* Set cards: equal media, title, benefit and action levels. */
.product-card-wrapper--set,
.product-card-wrapper--set .card { height:100% !important; }
.product-card-wrapper--set .card {
  display:flex !important;
  flex-direction:column !important;
}
.product-card-wrapper--set .card__inner.ratio { flex:0 0 auto !important; }
.product-card-wrapper--set .card > .card__content:last-child {
  display:flex !important;
  flex:1 1 auto !important;
  flex-direction:column !important;
}
.product-card-wrapper--set .card__information {
  display:flex !important;
  flex:1 1 auto !important;
  flex-direction:column !important;
}
.product-card-wrapper--set .card__heading {
  min-height:5.4rem !important;
  margin-bottom:.45rem !important;
  -webkit-line-clamp:2 !important;
}
.product-card-wrapper--set .card-information {
  display:flex !important;
  flex:1 1 auto !important;
  flex-direction:column !important;
}
.product-card-wrapper--set .caption-with-letter-spacing { min-height:2.6rem !important; }
.product-card-wrapper--set .pp-card-set-benefits {
  min-height:3.8rem !important;
  align-content:flex-start !important;
  margin-top:.65rem !important;
}
.product-card-wrapper--set .card-information > .price { margin-top:auto !important; }
.product-card-wrapper--set .quick-add { margin-top:1.25rem !important; }

/* Opaque premium drawer: no product text or lowest-price widget can bleed through. */
@media screen and (max-width: 749px) {
  #Details-menu-drawer-container[open] .menu-drawer,
  #Details-menu-drawer-container[open] .menu-drawer__inner-container,
  #Details-menu-drawer-container[open] .menu-drawer__navigation-container,
  #Details-menu-drawer-container[open] .menu-drawer__navigation {
    background:rgb(var(--color-background)) !important;
    opacity:1 !important;
  }
  body:has(#Details-menu-drawer-container[open]) #MainContent {
    visibility:hidden !important;
  }
}

/* Compact, distinctive mobile top area. */
@media screen and (max-width: 749px) {
  .utility-bar { min-height:3.2rem !important; }
  .announcement-bar__message {
    min-height:3.2rem !important;
    padding:.45rem 3.6rem !important;
    font-size:1.03rem !important;
    line-height:1.15 !important;
    letter-spacing:.025em !important;
    white-space:nowrap !important;
  }
  .header {
    min-height:6.8rem !important;
    padding:.4rem 1.1rem !important;
  }
  .header__heading,
  .header__heading-link { max-width:5.8rem !important; }
  .header__heading-logo {
    width:5.8rem !important;
    max-width:16vw !important;
    max-height:4.8rem !important;
  }
  .header__icon,
  .header__icon--menu { width:3.5rem !important; height:3.5rem !important; }
  .trust-bar__item {
    min-height:5.2rem !important;
    padding:.7rem .55rem !important;
    font-size:1rem !important;
    line-height:1.18 !important;
  }
  .trust-bar__icon { width:1.9rem !important; height:1.9rem !important; flex-basis:1.9rem !important; }
}

/* Single need pages: one heading only, then products. */
.pp-skin-concerns--detail .pp-skin-concern { margin-top:2.5rem !important; }

/* Test intro: less text and more breathing room. */
.pp-ai-quiz__features { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
.pp-ai-quiz__info-card { padding:2rem !important; }
.pp-ai-quiz__info-card p { margin:.6rem 0 !important; }
@media screen and (max-width: 749px) {
  .pp-ai-quiz__intro-grid,
  .pp-ai-quiz__hero { gap:1.4rem !important; }
  .pp-ai-quiz__features { grid-template-columns:1fr !important; gap:.7rem !important; }
  .pp-ai-quiz__feature { padding:.85rem 1rem !important; }
  .pp-ai-quiz__info-card { padding:1.4rem !important; }
  .pp-ai-quiz__form-header { padding-bottom:1rem !important; }
}


/* V27 — compact four-column trust benefits, centered announcement and clean cart discount. */
.announcement-bar__message,
.announcement-bar__link {
  width: 100% !important;
  justify-content: center !important;
  text-align: center !important;
}

.trust-bar__inner {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding-inline: 0 !important;
}
.trust-bar__item {
  min-width: 0 !important;
  min-height: 4.8rem !important;
  padding: .65rem .5rem !important;
  justify-content: center !important;
  text-align: center !important;
  border-right: .1rem solid rgba(var(--color-foreground), .08) !important;
  border-bottom: 0 !important;
}
.trust-bar__item:last-child { border-right: 0 !important; }

.purchase-reassurance__list {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: .8rem !important;
}
.purchase-reassurance__item {
  min-width: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: .8rem .55rem !important;
  line-height: 1.3 !important;
}

.pp-cart-applied-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
  padding: .85rem 1.1rem;
  border: .1rem solid rgba(204, 82, 72, .28);
  border-radius: 1.2rem;
  background: rgba(204, 82, 72, .06);
  color: #a64038;
  font-size: 1.35rem;
}
.pp-cart-total--discounted {
  color: #b9463d !important;
  font-weight: 700 !important;
}
.pp-cart-discount-note { display: none !important; }

@media screen and (max-width: 749px) {
  .announcement-bar__message {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-left: 3.8rem !important;
    padding-right: 3.8rem !important;
    white-space: normal !important;
  }
  .trust-bar { overflow: hidden !important; }
  .trust-bar__inner {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    overflow: visible !important;
    width: 100% !important;
  }
  .trust-bar__item {
    min-height: 5.2rem !important;
    padding: .55rem .25rem !important;
    flex-direction: column !important;
    gap: .35rem !important;
    font-size: .83rem !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    border-right: .1rem solid rgba(var(--color-foreground), .08) !important;
  }
  .trust-bar__item:last-child { border-right: 0 !important; }
  .trust-bar__icon {
    width: 1.65rem !important;
    height: 1.65rem !important;
    flex-basis: 1.65rem !important;
  }
  .purchase-reassurance {
    padding: .8rem .65rem !important;
  }
  .purchase-reassurance__list {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: .25rem !important;
  }
  .purchase-reassurance__item {
    flex-direction: column !important;
    gap: .35rem !important;
    padding: .45rem .2rem !important;
    font-size: .83rem !important;
    line-height: 1.15 !important;
  }
  .purchase-reassurance__icon {
    width: 1.55rem !important;
    height: 1.55rem !important;
    margin: 0 !important;
  }
  .pp-cart-applied-discount {
    margin-bottom: .8rem;
    padding: .75rem .9rem;
    font-size: 1.15rem;
  }
}


/* === V31: preorder statuses and cleaner social areas === */
.header__social-label {
  display: none !important;
}
.header__social {
  gap: .45rem;
  margin-right: .6rem;
}
.header__social .list-social__link {
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(17,17,17,.08);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.header__social .list-social__link:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 1rem 2.4rem rgba(91,57,48,.12);
}

.pp-footer__brand {
  padding-right: clamp(1rem, 2vw, 3rem);
}
.pp-footer__column {
  padding-left: clamp(1.4rem, 2vw, 2.6rem);
  border-left: 1px solid rgba(17,17,17,.09);
}
.pp-footer__social {
  display: inline-flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: .85rem;
  margin: 1.9rem 0 0 !important;
  padding: .65rem !important;
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  box-shadow: 0 1rem 2.8rem rgba(91,57,48,.06);
}
.pp-footer__social .list-social__link {
  width: 4.3rem;
  height: 4.3rem;
  border: 0;
  background: rgba(255,255,255,.92);
  box-shadow: 0 .5rem 1.5rem rgba(91,57,48,.08);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.pp-footer__social .list-social__link:hover {
  transform: translateY(-3px);
  background: #ffffff;
  box-shadow: 0 1rem 2.2rem rgba(91,57,48,.14);
}
.pp-footer__social-label {
  display: none !important;
}

.pp-card-preorder-note {
  margin: .65rem 0 0;
  color: #9b4d3d;
  font-size: 1.2rem;
  font-weight: 650;
  line-height: 1.35;
}
.product-card-wrapper--set .pp-card-preorder-note {
  margin-top: .8rem;
}

@media screen and (max-width: 749px) {
  .pp-footer__brand {
    padding-right: 0;
  }
  .pp-footer__column {
    padding-left: 0;
    border-left: 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(17,17,17,.09);
  }
  .pp-footer__social {
    margin-top: 1.5rem !important;
  }
}


/* === Peach & Poppy V32: clean preorder cards, line-level PEACH10 prices, aligned set cards === */
/* The 5–9 day preorder lead time is shown only on the product page. */
.product-card-wrapper .pp-card-preorder-note,
.product-grid .pp-card-preorder-note,
.collection .pp-card-preorder-note,
.related-products .pp-card-preorder-note,
.pp-skin-concerns .pp-card-preorder-note,
.pp-sets-showcase .pp-card-preorder-note {
  display: none !important;
}

/* PEACH10 is presented beside every eligible cart line instead of as a duplicate bottom-row discount. */
.pp-cart-line-price--peach10 {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: .45rem .8rem !important;
}
.pp-cart-line-price--peach10 .cart-item__old-price {
  color: rgba(17,17,17,.52) !important;
}
.pp-cart-line-price--peach10 .cart-item__final-price,
.pp-cart-line-price--peach10 .price:not(.cart-item__old-price) {
  color: var(--pp-sale-red, #bd4e48) !important;
  font-weight: 750 !important;
}
.pp-line-discount-preview {
  color: #a64038 !important;
  font-weight: 700 !important;
}
.pp-cart-applied-discount,
.pp-cart-applied-discount--drawer {
  display: none !important;
}

/* Set-card rows: title, brand, benefits, prices and buttons share a common baseline. */
.product-card-wrapper--set .card-information {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}
.product-card-wrapper--set .pp-card-set-meta {
  display: flex !important;
  flex-direction: column !important;
  margin-top: auto !important;
}
.product-card-wrapper--set .pp-card-set-benefits {
  display: flex !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
  min-height: 5.4rem !important;
  margin: .55rem 0 .35rem !important;
}
.product-card-wrapper--set .pp-card-set-meta > .price {
  display: flex !important;
  align-items: flex-end !important;
  min-height: 5.2rem !important;
  margin: 0 !important;
  padding: .35rem 0 0 !important;
}
.product-card-wrapper--set .quick-add {
  margin-top: 1rem !important;
  padding-top: 0 !important;
}

@media screen and (max-width: 749px) {
  .product-card-wrapper--set .card__heading {
    min-height: 7.8rem !important;
    -webkit-line-clamp: 4 !important;
  }
  .product-card-wrapper--set .caption-with-letter-spacing {
    min-height: 2.8rem !important;
  }
  .product-card-wrapper--set .pp-card-set-benefits {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: start !important;
    min-height: 7.2rem !important;
    gap: .4rem !important;
  }
  .product-card-wrapper--set .pp-card-set-benefits span {
    min-height: 2.9rem !important;
    align-items: center !important;
  }
  .product-card-wrapper--set .pp-card-set-meta > .price {
    min-height: 5.8rem !important;
    align-items: flex-start !important;
  }
  cart-items .pp-cart-line-price--peach10,
  .cart-drawer .pp-cart-line-price--peach10 {
    gap: .35rem .65rem !important;
  }
}


/* === Peach & Poppy V33: individual concern products, premium ritual cards, skin-type filter === */
.pp-skin-rituals-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.4rem, 2.5vw, 2.8rem);
  margin: 0 auto clamp(3rem, 5vw, 5rem);
  padding: clamp(2rem, 3.2vw, 3.2rem);
  border: 1px solid rgba(91,57,48,.1);
  border-radius: 2.8rem;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(250,228,220,.82));
  box-shadow: 0 1.8rem 4.5rem rgba(91,57,48,.09);
}
.pp-skin-rituals-cta__icon {
  display: grid;
  place-items: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background: #ef917b;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 1rem 2.4rem rgba(217,119,96,.22);
}
.pp-skin-rituals-cta__eyebrow {
  margin: 0 0 .5rem;
  color: #a45f50;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pp-skin-rituals-cta h2 { margin: 0 0 .55rem; font-size: clamp(2.2rem, 2.5vw, 3.2rem); }
.pp-skin-rituals-cta .rte { font-size: 1.45rem; line-height: 1.6; }
.pp-skin-rituals-cta .rte p { margin: 0; }
.pp-skin-rituals-cta__button { white-space: nowrap; }

.pp-sets-showcase__grid { gap: clamp(3rem, 4vw, 5rem); }
.pp-sets-showcase__grid .grid__item { width: 100%; max-width: none; }
.pp-sets-showcase .product-card-wrapper .card__inner.ratio {
  aspect-ratio: 4 / 3 !important;
  --ratio-percent: 75% !important;
  border-radius: 2.8rem !important;
  box-shadow: 0 1.8rem 4rem rgba(91,57,48,.1);
}
.pp-sets-showcase .product-card-wrapper .card__inner.ratio:before { padding-bottom: 75% !important; }
.pp-sets-showcase .product-card-wrapper .card__heading {
  min-height: auto !important;
  margin-top: 1.2rem;
  font-size: clamp(2.15rem, 2vw, 2.9rem) !important;
  -webkit-line-clamp: 2 !important;
}
.pp-set-profile {
  margin: 1.35rem 0 .8rem;
  padding: 1.45rem;
  border: 1px solid rgba(91,57,48,.09);
  border-radius: 1.8rem;
  background: rgba(255,255,255,.62);
}
.pp-set-profile__label {
  display: block;
  margin-bottom: .75rem;
  color: #6f4439;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.pp-set-profile__chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.pp-set-profile__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 3.2rem;
  padding: .55rem .9rem;
  border: 1px solid rgba(217,119,96,.2);
  border-radius: 999px;
  background: #fff8f5;
  color: #3d302c;
  font-size: 1.18rem;
  font-weight: 650;
  line-height: 1.25;
}
.pp-set-profile__skin {
  margin: 1rem 0 0;
  padding-top: .95rem;
  border-top: 1px solid rgba(91,57,48,.08);
  color: #51413c;
  font-size: 1.28rem;
  line-height: 1.45;
}
.pp-set-profile__skin span { font-weight: 800; color: #2d2421; }
.pp-sets-showcase .product-card-wrapper--set .pp-card-set-benefits { min-height: auto !important; }

.pp-all-products-filter {
  margin-bottom: clamp(2.6rem, 4vw, 4rem);
  padding: clamp(2rem, 3vw, 3rem);
  border: 1px solid rgba(91,57,48,.09);
  border-radius: 2.8rem;
  background: linear-gradient(135deg, #fff, #fff4ef);
  box-shadow: 0 1.6rem 4rem rgba(91,57,48,.07);
}
.pp-all-products-filter__intro { max-width: 72rem; margin-bottom: 1.8rem; }
.pp-all-products-filter__eyebrow {
  margin: 0 0 .55rem;
  color: #a45f50;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pp-all-products-filter h2 { margin: 0 0 .65rem; font-size: clamp(2.4rem, 3vw, 3.6rem); }
.pp-all-products-filter__intro > p:last-child { margin: 0; color: rgba(17,17,17,.7); }
.pp-all-products-filter__options { display: flex; flex-wrap: wrap; gap: .75rem; }
.pp-all-products-filter__pill {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 4rem;
  padding: .8rem 1.3rem;
  border: 1px solid rgba(91,57,48,.12);
  border-radius: 999px;
  background: #fff;
  color: #201916;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.pp-all-products-filter__pill span { color: rgba(17,17,17,.5); font-size: 1.15rem; }
.pp-all-products-filter__pill:hover,
.pp-all-products-filter__pill.is-active {
  transform: translateY(-1px);
  background: #d97760;
  color: #fff;
  box-shadow: 0 .8rem 2rem rgba(217,119,96,.2);
}
.pp-all-products-filter__pill.is-active span,
.pp-all-products-filter__pill:hover span { color: rgba(255,255,255,.78); }

.pp-mobile-menu-quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }

@media screen and (max-width: 749px) {
  .pp-skin-rituals-cta { grid-template-columns: auto 1fr; border-radius: 2.2rem; }
  .pp-skin-rituals-cta__icon { width: 4.6rem; height: 4.6rem; }
  .pp-skin-rituals-cta__button { grid-column: 1 / -1; width: 100%; }
  .pp-sets-showcase__grid { row-gap: 4rem; }
  .pp-sets-showcase .product-card-wrapper .card__inner.ratio {
    aspect-ratio: 5 / 4 !important;
    --ratio-percent: 80% !important;
  }
  .pp-sets-showcase .product-card-wrapper .card__inner.ratio:before { padding-bottom: 80% !important; }
  .pp-sets-showcase .product-card-wrapper .card__heading { font-size: 2.2rem !important; min-height: auto !important; }
  .pp-set-profile { padding: 1.25rem; }
  .pp-set-profile__chips span { font-size: 1.12rem; }
  .pp-all-products-filter { border-radius: 2.2rem; }
  .pp-all-products-filter__options { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .55rem; scroll-snap-type: x proximity; }
  .pp-all-products-filter__pill { flex: 0 0 auto; scroll-snap-align: start; }
}


/* === Peach & Poppy V34: clearer sets, clean all-products page, premium filters and cart summary === */
/* Make the sets destination visibly special without changing the rest of the navigation. */
.peach-poppy-menu__sets-link {
  margin-inline: .2rem !important;
  padding: .72rem 1.15rem !important;
  border: 1px solid rgba(217,119,96,.24) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #fff8f4, #fbe3da) !important;
  color: #8f493b !important;
  box-shadow: 0 .7rem 1.8rem rgba(91,57,48,.07);
}
.peach-poppy-menu__sets-link:hover { background: #ef917b !important; color: #fff !important; }
.pp-mobile-menu-quick-card--sets {
  border-color: rgba(217,119,96,.32) !important;
  background: linear-gradient(145deg, #fff8f4, #f9dfd5) !important;
}

/* The all-products page uses the standard Shopify facets only; the oversized duplicate intro was removed in Liquid. */
.collection .facets-vertical { gap: clamp(2.4rem, 3vw, 4rem); }
.collection .facets-vertical .facets-wrapper {
  align-self: start;
  padding: 2rem 1.8rem;
  border: 1px solid rgba(91,57,48,.1);
  border-radius: 2.2rem;
  background: rgba(255,255,255,.68);
  box-shadow: 0 1.2rem 3.2rem rgba(91,57,48,.06);
}
.collection .facets__heading--vertical {
  margin: 0 0 1rem !important;
  color: #9b584a !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.collection .facets__disclosure-vertical {
  margin: 0 !important;
  border-top: 1px solid rgba(91,57,48,.09);
}
.collection .facets__disclosure-vertical:last-child { border-bottom: 1px solid rgba(91,57,48,.09); }
.collection .facets-vertical .facets__summary {
  min-height: 5.2rem;
  padding: 1.25rem .2rem !important;
  color: #211a17 !important;
  font-size: 1.35rem !important;
  font-weight: 700;
}
.collection .facets__display-vertical { padding: 0 0 1.2rem !important; }
.collection .facet-checkbox {
  min-height: 4rem;
  padding: .65rem .3rem !important;
  border-radius: 1rem;
  transition: background-color .2s ease;
}
.collection .facet-checkbox:hover { background: #fff6f2; }
.collection .facet-checkbox__text { font-size: 1.25rem; }
.collection .facets-vertical-form {
  margin-bottom: 2rem;
  padding: 1.2rem 1.5rem;
  border: 1px solid rgba(91,57,48,.09);
  border-radius: 1.6rem;
  background: rgba(255,255,255,.62);
}
.collection .facet-filters__sort {
  min-height: 4.4rem;
  padding: .7rem 3.8rem .7rem 1.3rem !important;
  border: 1px solid rgba(91,57,48,.12) !important;
  border-radius: 999px !important;
  background: #fff !important;
}
.collection .active-facets__button-inner {
  border-radius: 999px !important;
  background: #fff5f1 !important;
  box-shadow: none !important;
}

/* Sets page: equal media, consistent information blocks and clear reading order. */
.pp-sets-showcase__grid {
  align-items: stretch !important;
  gap: clamp(2.8rem, 4vw, 4.8rem) !important;
}
.pp-sets-showcase__grid > .grid__item { display: flex !important; }
.pp-sets-showcase .product-card-wrapper--set {
  width: 100%;
  padding: clamp(1.4rem, 2vw, 2rem);
  border: 1px solid rgba(91,57,48,.09);
  border-radius: 2.8rem;
  background: rgba(255,255,255,.52);
  box-shadow: 0 1.5rem 4rem rgba(91,57,48,.07);
}
.pp-sets-showcase .product-card-wrapper--set .card { height: 100% !important; }
.pp-sets-showcase .product-card-wrapper .card__inner.ratio {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  --ratio-percent: 75% !important;
  overflow: hidden !important;
  border-radius: 2.2rem !important;
}
.pp-sets-showcase .product-card-wrapper .card__inner.ratio:before { padding-bottom: 75% !important; }
.pp-sets-showcase .product-card-wrapper .card__media,
.pp-sets-showcase .product-card-wrapper .card__media .media { inset: 0 !important; width: 100% !important; height: 100% !important; }
.pp-sets-showcase .product-card-wrapper .card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.pp-sets-showcase .product-card-wrapper .card__content { display: flex !important; flex: 1 1 auto !important; }
.pp-sets-showcase .product-card-wrapper .card__information {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  width: 100% !important;
  padding-inline: 0 !important;
}
.pp-sets-showcase .product-card-wrapper .card__heading {
  min-height: 6.2rem !important;
  margin-top: 1.35rem !important;
  font-size: clamp(2rem, 2vw, 2.65rem) !important;
  line-height: 1.15 !important;
}
.pp-sets-showcase .caption-with-letter-spacing { min-height: 3rem !important; margin: .45rem 0 .2rem !important; }
.pp-sets-showcase .pp-set-profile {
  display: flex;
  flex-direction: column;
  min-height: 15rem;
  margin: 1rem 0 .8rem;
  padding: 1.35rem;
}
.pp-sets-showcase .pp-set-profile__label { font-size: 1rem; }
.pp-sets-showcase .pp-set-profile__skin { margin-top: auto; }
.pp-sets-showcase .pp-card-set-meta { margin-top: auto !important; }
.pp-sets-showcase .pp-card-set-benefits { min-height: 4.2rem !important; }
.pp-sets-showcase .pp-card-set-meta > .price { min-height: 4.8rem !important; }
.pp-sets-showcase .quick-add { margin-top: 1rem !important; }

/* The invitation to complete routines now appears after all skin-needs sections. */
.pp-skin-concerns .pp-skin-rituals-cta { margin-top: clamp(4rem, 6vw, 7rem); margin-bottom: 0; }
.pp-skin-rituals-cta__button { min-width: 18rem; }

/* Purchase reassurance: readable columns, no collisions. */
.product__info-container .purchase-reassurance {
  width: 100% !important;
  max-width: none !important;
  padding: 1rem !important;
}
.product__info-container .purchase-reassurance__list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: .65rem !important;
}
.product__info-container .purchase-reassurance__item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
  min-height: 8.8rem;
  padding: .9rem .55rem !important;
  border-radius: 1.2rem;
  background: rgba(255,255,255,.48);
  font-size: 1.05rem !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere;
}
.product__info-container .purchase-reassurance__icon { flex: 0 0 auto !important; }

/* Cart: original value, PEACH10 saving and final amount in one clear block. */
.pp-cart-summary {
  display: grid;
  gap: .75rem;
  margin: 1.2rem 0 1rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid rgba(217,119,96,.22);
  border-radius: 1.8rem;
  background: rgba(255,255,255,.58);
}
.pp-cart-summary__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  color: #211a17;
  font-size: 1.35rem;
}
.pp-cart-summary__row strong { white-space: nowrap; font-size: 1.45rem; }
.pp-cart-summary__row--discount { color: #a9443d; }
.pp-cart-summary__row--total {
  margin-top: .35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(91,57,48,.1);
  font-size: 1.8rem;
  font-weight: 800;
}
.pp-cart-summary__row--total strong { color: #bd4e48; font-size: 2rem; }
.pp-cart-summary--drawer { margin-top: .8rem; padding: 1.1rem 1.2rem; border-radius: 1.4rem; }

@media screen and (min-width: 990px) {
  .collection .facets-vertical .facets-wrapper { position: sticky; top: 12rem; }
}
@media screen and (max-width: 989px) {
  .collection .facets-vertical-form { padding: .8rem 1rem; }
}
@media screen and (max-width: 749px) {
  .peach-poppy-menu__sets-link { padding: .6rem .9rem !important; }
  .pp-sets-showcase .product-card-wrapper--set { padding: 1rem; border-radius: 2rem; }
  .pp-sets-showcase .product-card-wrapper .card__inner.ratio {
    aspect-ratio: 1 / 1 !important;
    --ratio-percent: 100% !important;
  }
  .pp-sets-showcase .product-card-wrapper .card__inner.ratio:before { padding-bottom: 100% !important; }
  .pp-sets-showcase .product-card-wrapper .card__heading { min-height: 7.4rem !important; font-size: 1.75rem !important; }
  .pp-sets-showcase .pp-set-profile { min-height: 17rem; padding: 1.1rem; }
  .product__info-container .purchase-reassurance__list { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .product__info-container .purchase-reassurance__item { min-height: 8rem; font-size: 1rem !important; }
  .pp-skin-rituals-cta { grid-template-columns: 1fr !important; text-align: center; }
  .pp-skin-rituals-cta__icon { margin-inline: auto; }
  .pp-cart-summary { padding: 1.2rem; }
  .pp-cart-summary__row { font-size: 1.2rem; }
  .pp-cart-summary__row--total { font-size: 1.55rem; }
  .pp-cart-summary__row--total strong { font-size: 1.7rem; }
}


/* === Peach & Poppy V35: denser sets grid, calmer mobile utility area, narrower filters and more compact skin-test sections === */
/* Mobile drawer: cleaner structure for currency/language/social area. */
@media screen and (max-width: 989px) {
  .menu-drawer__utility-links {
    display: grid !important;
    gap: 1.15rem !important;
    padding: 1.2rem 1.4rem 1.55rem !important;
    border-top: 1px solid rgba(91,57,48,.08);
    background: rgba(255,255,255,.28);
  }
  .menu-drawer__localization.header-localization {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
  }
  .menu-drawer__localization.header-localization localization-form {
    flex: 0 1 auto;
  }
  .menu-drawer__localization .localization-form__select,
  .menu-drawer__localization .disclosure__button {
    min-height: 4.4rem !important;
    padding: .75rem 2.2rem .75rem .1rem !important;
  }
  .menu-drawer__utility-links .list-social {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: .8rem !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .menu-drawer__utility-links .list-social__item { margin: 0 !important; }
  .menu-drawer__utility-links .list-social__link {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(91,57,48,.09);
    box-shadow: 0 .8rem 1.8rem rgba(91,57,48,.08);
  }
}

/* Sets page: 3 cards on desktop, 4 on large screens, less empty space and cleaner reading hierarchy. */
.pp-sets-showcase__header {
  max-width: 72rem;
  margin: 0 auto clamp(2.2rem, 3vw, 3.6rem) !important;
  text-align: center;
}
.pp-sets-showcase__eyebrow {
  margin-bottom: .65rem !important;
  letter-spacing: .12em;
}
.pp-sets-showcase__header h1 {
  margin: 0 0 .9rem !important;
  font-size: clamp(3.2rem, 4.4vw, 5.2rem) !important;
}
.pp-sets-showcase__header .rte {
  max-width: 64rem;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.65;
  color: rgba(45,36,33,.78);
}
.pp-sets-showcase__grid {
  gap: clamp(1.8rem, 2.2vw, 2.8rem) !important;
  align-items: stretch !important;
}
.pp-sets-showcase .product-card-wrapper--set {
  padding: 1.1rem !important;
  border-radius: 2.2rem !important;
}
.pp-sets-showcase .product-card-wrapper .card__heading {
  min-height: 0 !important;
  margin-top: 1rem !important;
  font-size: clamp(1.9rem, 1.75vw, 2.45rem) !important;
  line-height: 1.14 !important;
}
.pp-sets-showcase .caption-with-letter-spacing {
  min-height: 0 !important;
  margin: .35rem 0 .1rem !important;
}
.pp-sets-showcase .pp-set-profile {
  min-height: 0 !important;
  margin: .85rem 0 .65rem !important;
  padding: 1.1rem 1.15rem !important;
  border-radius: 1.8rem !important;
  gap: .75rem;
}
.pp-sets-showcase .pp-set-profile__label {
  margin-bottom: .45rem;
  font-size: .92rem !important;
}
.pp-sets-showcase .pp-set-profile__chips {
  gap: .45rem !important;
}
.pp-sets-showcase .pp-set-profile__chips span {
  padding: .55rem .85rem !important;
  font-size: 1.1rem !important;
  line-height: 1.2;
}
.pp-sets-showcase .pp-set-profile__skin {
  margin: 0 !important;
  padding-top: .8rem !important;
  font-size: 1.2rem !important;
  line-height: 1.45 !important;
}
.pp-sets-showcase .pp-card-set-benefits {
  gap: .45rem !important;
  margin: .15rem 0 .55rem !important;
}
.pp-sets-showcase .pp-card-set-benefits span {
  padding: .55rem .9rem !important;
  font-size: 1.15rem !important;
}
.pp-sets-showcase .pp-card-set-meta > .price {
  min-height: 0 !important;
  margin-top: 0 !important;
}
.pp-sets-showcase .quick-add {
  margin-top: .75rem !important;
}
.pp-sets-showcase .quick-add__submit {
  min-height: 5.2rem !important;
}
@media screen and (min-width: 990px) {
  .pp-sets-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media screen and (min-width: 1500px) {
  .pp-sets-showcase__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media screen and (max-width: 989px) {
  .pp-sets-showcase__header { max-width: 100%; margin-bottom: 2rem !important; }
  .pp-sets-showcase__header h1 { font-size: clamp(2.8rem, 8vw, 4rem) !important; }
}

/* Narrower, cleaner filters with more room for product cards. */
.collection .facets-vertical { gap: clamp(1.6rem, 2vw, 2.4rem) !important; }
.collection .product-grid {
  gap: clamp(1.6rem, 2vw, 2.4rem) !important;
}
.collection .facets-vertical .facets-wrapper {
  padding: 1.5rem 1.3rem !important;
  border-radius: 1.8rem !important;
}
.collection .facets-vertical-form {
  margin-bottom: 1.2rem !important;
  padding: .9rem 1.2rem !important;
}
.collection .facets__heading--vertical {
  margin-bottom: .8rem !important;
  font-size: 1.08rem !important;
}
.collection .facets-vertical .facets__summary {
  min-height: 4.6rem !important;
  padding: 1rem .15rem !important;
  font-size: 1.28rem !important;
}
.collection .facet-checkbox {
  min-height: 3.6rem !important;
  padding: .5rem .15rem !important;
}
.collection .facet-checkbox__text { font-size: 1.18rem !important; }
@media screen and (min-width: 990px) {
  .facets-vertical .facets__form-vertical,
  .collection .facets-vertical .facets-wrapper {
    width: 21rem !important;
    max-width: 21rem !important;
    flex: 0 0 21rem !important;
  }
  .collection .facets-vertical .product-grid-container {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
}

/* Product cards in collections: larger image presence, tighter information stack and premium price/button relationship. */
.collection .product-grid .grid__item,
.pp-skin-concerns .product-grid .grid__item {
  display: flex !important;
}
.collection .product-card-wrapper,
.pp-skin-concerns .product-card-wrapper {
  width: 100%;
}
.collection .product-card-wrapper .card,
.pp-skin-concerns .product-card-wrapper .card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.collection .product-card-wrapper .card__inner.ratio,
.pp-skin-concerns .product-card-wrapper .card__inner.ratio {
  aspect-ratio: 1 / 1 !important;
  --ratio-percent: 100% !important;
  border-radius: 2rem !important;
  overflow: hidden !important;
}
.collection .product-card-wrapper .card__inner.ratio:before,
.pp-skin-concerns .product-card-wrapper .card__inner.ratio:before {
  padding-bottom: 100% !important;
}
.collection .product-card-wrapper .card__media img,
.pp-skin-concerns .product-card-wrapper .card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.collection .product-card-wrapper .card__content,
.collection .product-card-wrapper .card__information,
.pp-skin-concerns .product-card-wrapper .card__content,
.pp-skin-concerns .product-card-wrapper .card__information {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}
.collection .product-card-wrapper .card__information,
.pp-skin-concerns .product-card-wrapper .card__information {
  padding-top: .95rem !important;
}
.collection .product-card-wrapper .card__heading,
.pp-skin-concerns .product-card-wrapper .card__heading {
  margin: .4rem 0 .4rem !important;
  font-size: clamp(1.95rem, 1.7vw, 2.45rem) !important;
  line-height: 1.15 !important;
}
.collection .product-card-wrapper .caption-with-letter-spacing,
.pp-skin-concerns .product-card-wrapper .caption-with-letter-spacing {
  margin: .2rem 0 .4rem !important;
}
.collection .product-card-wrapper .price,
.pp-skin-concerns .product-card-wrapper .price {
  margin-top: .45rem !important;
}
.collection .product-card-wrapper .price__sale,
.collection .product-card-wrapper .price__regular,
.pp-skin-concerns .product-card-wrapper .price__sale,
.pp-skin-concerns .product-card-wrapper .price__regular {
  display: inline-flex;
  align-items: baseline;
  gap: .8rem;
  flex-wrap: wrap;
}
.collection .product-card-wrapper .price-item,
.pp-skin-concerns .product-card-wrapper .price-item {
  font-size: 1.95rem;
}
.collection .product-card-wrapper .quick-add,
.pp-skin-concerns .product-card-wrapper .quick-add {
  margin-top: .7rem !important;
}
.collection .product-card-wrapper .quick-add__submit,
.pp-skin-concerns .product-card-wrapper .quick-add__submit {
  min-height: 5.2rem !important;
}
@media screen and (max-width: 749px) {
  .collection .product-card-wrapper .card__heading,
  .pp-skin-concerns .product-card-wrapper .card__heading {
    font-size: 1.75rem !important;
  }
  .collection .product-card-wrapper .price-item,
  .pp-skin-concerns .product-card-wrapper .price-item {
    font-size: 1.7rem;
  }
}

/* Potrzeby skóry page: the intro/test blocks are smaller and the navigation chips feel more organized. */
.pp-skin-test-cta {
  padding: 1.2rem 0 !important;
}
.pp-skin-test-cta__inner {
  gap: 1.8rem !important;
  padding: 1.8rem 2rem !important;
  border-radius: 2rem !important;
}
.pp-skin-test-cta h2 {
  margin-bottom: .4rem !important;
  font-size: clamp(2.2rem, 2.8vw, 3.2rem) !important;
}
.pp-skin-test-cta .rte { max-width: 74rem; }
.pp-skin-concerns__inner { padding-top: clamp(2.2rem, 3vw, 3.4rem) !important; padding-bottom: clamp(3rem, 4vw, 4.6rem) !important; }
.pp-skin-concerns__header {
  max-width: 86rem !important;
  margin: 0 auto 2rem !important;
}
.pp-skin-concerns__header h1 {
  margin-bottom: .65rem !important;
  font-size: clamp(3rem, 4vw, 4.8rem) !important;
}
.pp-skin-concerns__header .rte {
  font-size: 1.48rem !important;
  line-height: 1.6 !important;
}
.pp-skin-concerns__nav {
  gap: .7rem !important;
  margin: 0 auto 1.4rem !important;
}
.pp-skin-concerns__nav a {
  padding: .8rem 1.25rem !important;
  font-size: 1.15rem !important;
}
.pp-skin-concerns__nav-hint {
  margin-bottom: 2rem !important;
  font-size: 1.2rem !important;
}
@media screen and (max-width: 749px) {
  .pp-skin-test-cta__inner {
    padding: 1.5rem 1.4rem !important;
    gap: 1.2rem !important;
  }
  .pp-skin-concerns__header h1 {
    font-size: clamp(2.6rem, 8vw, 3.8rem) !important;
  }
  .pp-skin-concerns__nav {
    overflow-x: auto;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    padding-bottom: .35rem;
  }
}

/* Test typu skóry page: reduce oversized hero and make the intro/form more compact. */
.pp-ai-quiz__shell {
  max-width: 112rem !important;
}
.pp-ai-quiz__hero {
  gap: 1.4rem !important;
  padding: 2rem 2.2rem !important;
  border-radius: 2.4rem !important;
}
.pp-ai-quiz__hero h1 {
  max-width: 10.8ch !important;
  margin-bottom: 1rem !important;
  font-size: clamp(3.8rem, 5vw, 6.4rem) !important;
  line-height: .94 !important;
}
.pp-ai-quiz__hero .rte {
  font-size: 1.48rem !important;
  line-height: 1.62 !important;
}
.pp-ai-quiz__features {
  gap: .65rem 1.4rem !important;
  margin-top: 1.3rem !important;
}
.pp-ai-quiz__info-card {
  padding: 1.6rem !important;
  border-radius: 2rem !important;
}
.pp-ai-quiz__info-card h2 {
  margin-bottom: .65rem !important;
  font-size: clamp(2.2rem, 2.8vw, 3.6rem) !important;
}
.pp-ai-quiz__progress {
  margin: 0 auto 1.4rem !important;
  gap: .75rem !important;
}
.pp-ai-quiz__progress span {
  padding: .85rem 1rem !important;
  font-size: 1.15rem !important;
}
.pp-ai-quiz__form {
  max-width: 102rem !important;
  margin: 0 auto 2.4rem !important;
  padding: 1.8rem !important;
  border-radius: 2rem !important;
}
.pp-ai-quiz__form-header {
  padding-bottom: .8rem !important;
}
.pp-ai-quiz__form-header h2 {
  font-size: clamp(2.3rem, 3vw, 3.4rem) !important;
}
.pp-ai-quiz__grid {
  gap: 1.4rem !important;
}
.pp-ai-quiz__field {
  padding: 1.2rem !important;
  border-radius: 1.6rem !important;
}
.pp-ai-quiz__choices {
  gap: .75rem !important;
}
@media screen and (max-width: 749px) {
  .pp-ai-quiz__hero {
    padding: 1.5rem !important;
  }
  .pp-ai-quiz__hero h1 {
    max-width: 100% !important;
    font-size: clamp(3rem, 12vw, 4.8rem) !important;
  }
  .pp-ai-quiz__progress span {
    font-size: 1.05rem !important;
  }
  .pp-ai-quiz__form {
    margin: 0 1rem 2rem !important;
    padding: 1.35rem !important;
  }
}


/* === Peach & Poppy V36: price bug fix, cleaner collection spacing, 4-up products, 3-up sets === */
/* Compact collection intro so there is no oversized empty space. */
.pp-collection-hero .collection-hero__inner {
  padding-top: clamp(2.2rem, 3vw, 3.2rem) !important;
  padding-bottom: clamp(2rem, 2.8vw, 3rem) !important;
}
.pp-collection-hero .collection-hero__text-wrapper {
  max-width: 86rem !important;
}
.pp-collection-hero .collection-hero__title {
  margin: .6rem 0 1rem !important;
  font-size: clamp(3.6rem, 5vw, 6rem) !important;
}
.pp-collection-hero .collection-hero__description {
  max-width: 72rem;
  font-size: 1.55rem;
  line-height: 1.6;
}

/* Fix duplicated prices on product cards. */
.collection .product-card-wrapper .price__container,
.pp-skin-concerns .product-card-wrapper .price__container {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: .45rem .9rem !important;
}
.collection .product-card-wrapper .price__regular,
.pp-skin-concerns .product-card-wrapper .price__regular {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: .45rem .9rem !important;
}
.collection .product-card-wrapper .price__sale,
.pp-skin-concerns .product-card-wrapper .price__sale {
  display: none !important;
}
.collection .product-card-wrapper .price--on-sale .price__regular,
.pp-skin-concerns .product-card-wrapper .price--on-sale .price__regular {
  display: none !important;
}
.collection .product-card-wrapper .price--on-sale .price__sale,
.pp-skin-concerns .product-card-wrapper .price--on-sale .price__sale {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: .45rem .9rem !important;
}
.collection .product-card-wrapper .price-item--regular,
.pp-skin-concerns .product-card-wrapper .price-item--regular {
  margin: 0 !important;
}

/* All products grid: force a full 4-column premium layout on desktop and keep cards wide. */
@media screen and (min-width: 1200px) {
  .collection .product-grid.grid--4-col-desktop {
    column-gap: 2.4rem !important;
    row-gap: 2.8rem !important;
  }
  .collection .product-grid.grid--4-col-desktop > .grid__item {
    width: calc(25% - 1.8rem) !important;
    max-width: calc(25% - 1.8rem) !important;
  }
}
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .collection .product-grid.grid--4-col-desktop > .grid__item {
    width: calc(33.333% - 1.5rem) !important;
    max-width: calc(33.333% - 1.5rem) !important;
  }
}

/* Sets page: neatly arranged 3 cards in a row and no large empty gap. */
.pp-sets-showcase__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(1.8rem, 2vw, 2.6rem) !important;
  align-items: stretch !important;
}
.pp-sets-showcase__grid > .grid__item {
  width: auto !important;
  max-width: none !important;
}
@media screen and (min-width: 750px) {
  .pp-sets-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media screen and (min-width: 1100px) {
  .pp-sets-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
.pp-sets-showcase .product-card-wrapper--set {
  max-width: none !important;
  width: 100% !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__inner.ratio,
.pp-sets-showcase .product-card-wrapper--set .card__media,
.pp-sets-showcase .product-card-wrapper--set .card__media .media {
  border-radius: 2rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__heading {
  margin-bottom: .55rem !important;
}
.pp-sets-showcase .pp-set-profile {
  margin-top: .7rem !important;
}
.pp-sets-showcase .pp-card-set-meta {
  margin-top: .75rem !important;
}
.pp-sets-showcase .pp-card-set-meta > .price {
  margin-top: .2rem !important;
}
.pp-sets-showcase .quick-add {
  margin-top: .75rem !important;
}


/* === Peach & Poppy V37: aligned cards, full titles, cleaner ratings, mobile 2-column collections === */
/* Collections/products: use full titles but keep a consistent premium rhythm. */
.collection .product-card-wrapper .card,
.pp-skin-concerns .product-card-wrapper .card,
.related-products .product-card-wrapper .card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.collection .product-card-wrapper .card__content,
.pp-skin-concerns .product-card-wrapper .card__content,
.related-products .product-card-wrapper .card__content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}
.collection .product-card-wrapper .card__information,
.pp-skin-concerns .product-card-wrapper .card__information,
.related-products .product-card-wrapper .card__information {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding-top: 1rem !important;
}
.collection .product-card-wrapper .card__heading,
.collection .product-card-wrapper .card__heading a,
.pp-skin-concerns .product-card-wrapper .card__heading,
.pp-skin-concerns .product-card-wrapper .card__heading a,
.related-products .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading a {
  display: block !important;
  min-height: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  line-clamp: unset !important;
  text-overflow: unset !important;
}
.collection .product-card-wrapper .card__heading,
.pp-skin-concerns .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading {
  margin: .45rem 0 .4rem !important;
  line-height: 1.13 !important;
}
.collection .product-card-wrapper .caption-with-letter-spacing,
.pp-skin-concerns .product-card-wrapper .caption-with-letter-spacing,
.related-products .product-card-wrapper .caption-with-letter-spacing {
  min-height: 2.7rem !important;
  margin: .2rem 0 .35rem !important;
}

/* Rating + review count in a single calm row. */
.pp-card-rating-row {
  display: inline-flex !important;
  align-items: center !important;
  gap: .55rem !important;
  min-height: 2.2rem;
  margin: .1rem 0 .35rem !important;
}
.pp-card-rating-row .rating,
.pp-card-rating-row .rating-count {
  margin: 0 !important;
}
.pp-card-rating-row .rating-count {
  color: rgba(45,36,33,.86) !important;
  font-size: 1.18rem !important;
}
.collection .product-card-wrapper .rating-text,
.pp-skin-concerns .product-card-wrapper .rating-text,
.related-products .product-card-wrapper .rating-text { display: none !important; }

/* Stable premium price block. */
.pp-card-price {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: .55rem .95rem !important;
  margin-top: auto !important;
  min-height: 3.8rem;
}
.pp-card-price__compare {
  color: rgba(76,63,58,.8);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  font-size: 1.82rem;
}
.pp-card-price__current {
  color: #111;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .01em;
}
.pp-card-price--sale .pp-card-price__current {
  color: #c2564f;
  font-weight: 650;
}
.collection .product-card-wrapper .quick-add,
.pp-skin-concerns .product-card-wrapper .quick-add,
.related-products .product-card-wrapper .quick-add {
  margin-top: .9rem !important;
}

/* Desktop product grids: balanced 4-up layout without card drift. */
.collection .product-grid,
.pp-skin-concerns .product-grid,
.related-products .product-grid {
  row-gap: 2.4rem !important;
}
.collection .product-grid .grid__item,
.pp-skin-concerns .product-grid .grid__item,
.related-products .product-grid .grid__item {
  display: flex !important;
  align-items: stretch !important;
}
@media screen and (min-width: 1200px) {
  .collection .product-grid.grid--4-col-desktop > .grid__item {
    width: calc(25% - 1.8rem) !important;
    max-width: calc(25% - 1.8rem) !important;
  }
}
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .collection .product-grid.grid--4-col-desktop > .grid__item {
    width: calc(33.333% - 1.6rem) !important;
    max-width: calc(33.333% - 1.6rem) !important;
  }
}

/* Mobile: two columns instead of one, bigger use of space, calmer typography. */
@media screen and (max-width: 749px) {
  .collection .product-grid,
  .pp-skin-concerns .product-grid,
  .related-products .product-grid {
    column-gap: 1.2rem !important;
    row-gap: 1.8rem !important;
  }
  .collection .product-grid.grid--2-col-tablet-down > .grid__item,
  .pp-skin-concerns .product-grid.grid--2-col-tablet-down > .grid__item,
  .related-products .product-grid.grid--2-col-tablet-down > .grid__item {
    width: calc(50% - .7rem) !important;
    max-width: calc(50% - .7rem) !important;
  }
  .collection .product-card-wrapper .card__heading,
  .pp-skin-concerns .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading {
    font-size: 1.62rem !important;
    line-height: 1.16 !important;
  }
  .collection .product-card-wrapper .caption-with-letter-spacing,
  .pp-skin-concerns .product-card-wrapper .caption-with-letter-spacing,
  .related-products .product-card-wrapper .caption-with-letter-spacing {
    min-height: 2.3rem !important;
    font-size: 1.02rem !important;
  }
  .pp-card-price {
    min-height: 3.4rem;
    gap: .35rem .65rem !important;
  }
  .pp-card-price__compare { font-size: 1.45rem; }
  .pp-card-price__current { font-size: 1.72rem; }
  .pp-card-rating-row { margin: .05rem 0 .25rem !important; }
  .pp-card-rating-row .rating-count { font-size: 1.05rem !important; }
  .collection .product-card-wrapper .quick-add__submit,
  .pp-skin-concerns .product-card-wrapper .quick-add__submit,
  .related-products .product-card-wrapper .quick-add__submit {
    min-height: 4.7rem !important;
    font-size: 1.28rem !important;
    padding-inline: 1rem !important;
  }
}

/* Sets page: aligned photos, titles, profile boxes and prices. */
.pp-sets-showcase__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 2.2rem !important;
}
.pp-sets-showcase__grid > .grid__item {
  display: flex !important;
  align-items: stretch !important;
}
.pp-sets-showcase .product-card-wrapper--set {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  padding: 1.15rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .card,
.pp-sets-showcase .product-card-wrapper--set .card__content,
.pp-sets-showcase .product-card-wrapper--set .card__information {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: 100% !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__inner.ratio,
.pp-sets-showcase .product-card-wrapper--set .card__media,
.pp-sets-showcase .product-card-wrapper--set .card__media .media {
  width: 100% !important;
  aspect-ratio: 1.18 / 1 !important;
  overflow: hidden !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__inner.ratio:before {
  padding-bottom: 84.75% !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__heading,
.pp-sets-showcase .product-card-wrapper--set .card__heading a {
  display: block !important;
  min-height: 7.4rem !important;
  line-height: 1.12 !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
}
.pp-sets-showcase .product-card-wrapper--set .caption-with-letter-spacing {
  min-height: 2.6rem !important;
}
.pp-sets-showcase .pp-set-profile {
  min-height: 16rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}
.pp-sets-showcase .pp-set-profile__skin {
  margin-top: auto !important;
}
.pp-sets-showcase .pp-card-set-meta {
  margin-top: auto !important;
}
.pp-sets-showcase .pp-card-set-benefits {
  min-height: 4.6rem !important;
}
.pp-sets-showcase .pp-card-price,
.pp-sets-showcase .pp-card-price__current,
.pp-sets-showcase .pp-card-price__compare {
  align-items: baseline;
}
@media screen and (max-width: 989px) {
  .pp-sets-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.6rem !important;
  }
}
@media screen and (max-width: 749px) {
  .pp-sets-showcase__grid {
    grid-template-columns: 1fr !important;
  }
  .pp-sets-showcase .product-card-wrapper--set .card__heading,
  .pp-sets-showcase .product-card-wrapper--set .card__heading a {
    min-height: 0 !important;
    font-size: 1.95rem !important;
  }
  .pp-sets-showcase .pp-set-profile {
    min-height: 0 !important;
  }
}


/* === Peach & Poppy V38: real PEACH10 cart discount synchronization === */
html.pp-discount-syncing .additional-checkout-buttons,
html.pp-discount-syncing .cart__dynamic-checkout-buttons {
  pointer-events: none !important;
  opacity: .48 !important;
  filter: grayscale(.15);
  transition: opacity .18s ease;
}
html.pp-discount-syncing #checkout,
html.pp-discount-syncing #CartDrawer-Checkout {
  cursor: progress !important;
  opacity: .68 !important;
}
.pp-footer__legal-details{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;align-items:center;padding-top:1.5rem;padding-bottom:1.5rem;border-top:1px solid rgba(var(--color-foreground),.12);font-size:1.25rem}.pp-footer__legal-details a{color:inherit;text-underline-offset:.25rem}.pp-set-brands span{font-weight:700}
@media(max-width:749px){.pp-footer__legal-details{display:grid;gap:.45rem;font-size:1.15rem}}

html[lang^='pl'] [lang^='en'],html[lang^='en'] [lang^='pl']{display:none!important}


/* === Peach & Poppy V40: compact set cards, stable rows and shorter card spacing === */
.pp-sets-showcase__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.8rem !important;
}
.pp-sets-showcase__grid > .grid__item,
.pp-sets-showcase .product-card-wrapper--set,
.pp-sets-showcase .product-card-wrapper--set .card {
  min-width: 0 !important;
  height: 100% !important;
}
.pp-sets-showcase .product-card-wrapper--set {
  padding: 1rem !important;
  border-radius: 1.8rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__inner.ratio,
.pp-sets-showcase .product-card-wrapper--set .card__media,
.pp-sets-showcase .product-card-wrapper--set .card__media .media {
  aspect-ratio: 1.34 / 1 !important;
  height: auto !important;
  min-height: 0 !important;
  border-radius: 1.6rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__inner.ratio:before {
  padding-bottom: 74.63% !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__information {
  display: grid !important;
  grid-template-rows: 6.2rem 3.1rem 12.6rem auto auto !important;
  align-content: start !important;
  gap: .5rem !important;
  padding-top: .8rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__heading,
.pp-sets-showcase .product-card-wrapper--set .card__heading a {
  min-height: 0 !important;
  max-height: 6.2rem !important;
  margin: 0 !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  font-size: clamp(1.75rem, 1.45vw, 2.15rem) !important;
  line-height: 1.12 !important;
}
.pp-sets-showcase .pp-set-brands {
  min-height: 3.1rem !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: .45rem !important;
  flex-wrap: wrap !important;
  line-height: 1.25 !important;
}
.pp-sets-showcase .pp-set-brands span {
  flex: 0 0 auto;
}
.pp-sets-showcase .pp-set-profile {
  min-height: 12.6rem !important;
  height: 12.6rem !important;
  margin: 0 !important;
  padding: .9rem 1rem !important;
  border-radius: 1.5rem !important;
  overflow: hidden !important;
}
.pp-sets-showcase .pp-set-profile__chips span {
  padding: .45rem .72rem !important;
  font-size: 1.02rem !important;
}
.pp-sets-showcase .pp-set-profile__skin {
  padding-top: .6rem !important;
  font-size: 1.1rem !important;
}
.pp-sets-showcase .pp-card-set-meta {
  margin: .2rem 0 0 !important;
}
.pp-sets-showcase .pp-card-set-benefits {
  min-height: 3.3rem !important;
  margin: 0 0 .35rem !important;
  gap: .35rem !important;
}
.pp-sets-showcase .pp-card-set-benefits span {
  padding: .45rem .7rem !important;
  font-size: 1.02rem !important;
}
.pp-sets-showcase .pp-card-price {
  min-height: 3.1rem !important;
  margin: 0 !important;
}
.pp-sets-showcase .quick-add {
  margin-top: .55rem !important;
}
.pp-sets-showcase .quick-add__submit {
  min-height: 4.8rem !important;
}

/* Product collections: keep prices close to action buttons without giant empty gaps. */
.collection .product-card-wrapper .card__content,
.pp-skin-concerns .product-card-wrapper .card__content,
.related-products .product-card-wrapper .card__content {
  flex: 0 0 auto !important;
}
.collection .product-card-wrapper .card__information,
.pp-skin-concerns .product-card-wrapper .card__information,
.related-products .product-card-wrapper .card__information {
  flex: 0 0 auto !important;
}
.collection .product-card-wrapper .pp-card-price,
.pp-skin-concerns .product-card-wrapper .pp-card-price,
.related-products .product-card-wrapper .pp-card-price {
  margin-top: .35rem !important;
}
.collection .product-card-wrapper .quick-add,
.pp-skin-concerns .product-card-wrapper .quick-add,
.related-products .product-card-wrapper .quick-add {
  margin-top: .55rem !important;
}

@media screen and (max-width: 1099px) {
  .pp-sets-showcase__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media screen and (max-width: 749px) {
  .pp-sets-showcase__grid { grid-template-columns: 1fr !important; gap: 1.4rem !important; }
  .pp-sets-showcase .product-card-wrapper--set .card__information {
    grid-template-rows: auto auto auto auto auto !important;
  }
  .pp-sets-showcase .product-card-wrapper--set .card__heading,
  .pp-sets-showcase .product-card-wrapper--set .card__heading a {
    max-height: none !important;
    -webkit-line-clamp: unset !important;
  }
  .pp-sets-showcase .pp-set-profile {
    height: auto !important;
    min-height: 0 !important;
  }
}


/* === Peach & Poppy V41: overlap fixes, tighter spacing, bigger headings/buttons and homepage fallback polish === */
/* Sets page: keep cards aligned, slightly larger titles, and prevent the CTA from riding up into prices. */
.pp-sets-showcase__grid {
  gap: 1.6rem !important;
}
.pp-sets-showcase .product-card-wrapper--set {
  padding: 1rem !important;
  border-radius: 1.9rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__information {
  display: grid !important;
  grid-template-rows: minmax(7.2rem, auto) minmax(4rem, auto) minmax(14rem, auto) auto auto !important;
  align-content: start !important;
  gap: .55rem !important;
  padding-top: .85rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__heading,
.pp-sets-showcase .product-card-wrapper--set .card__heading a {
  margin: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  font-size: clamp(1.95rem, 1.65vw, 2.35rem) !important;
  line-height: 1.12 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}
.pp-sets-showcase .pp-set-brands {
  min-height: 4rem !important;
  margin: 0 !important;
  align-items: flex-start !important;
  align-content: flex-start !important;
  line-height: 1.28 !important;
}
.pp-sets-showcase .pp-set-profile {
  min-height: 14rem !important;
  height: auto !important;
  margin: 0 !important;
  padding: 1rem !important;
}
.pp-sets-showcase .pp-set-profile__chips {
  gap: .4rem !important;
}
.pp-sets-showcase .pp-set-profile__chips span {
  min-height: 3rem !important;
  padding: .42rem .72rem !important;
  font-size: 1.02rem !important;
}
.pp-sets-showcase .pp-set-profile__skin {
  margin-top: auto !important;
  padding-top: .65rem !important;
  font-size: 1.12rem !important;
}
.pp-sets-showcase .pp-card-set-meta {
  margin-top: auto !important;
}
.pp-sets-showcase .pp-card-set-benefits {
  min-height: 3.5rem !important;
  margin: 0 0 .35rem !important;
  gap: .35rem !important;
}
.pp-sets-showcase .pp-card-set-benefits span {
  min-height: 2.8rem !important;
  padding: .42rem .72rem !important;
  font-size: 1.02rem !important;
}
.pp-sets-showcase .pp-card-price {
  min-height: 3.8rem !important;
  margin: 0 !important;
  gap: .45rem .75rem !important;
}
.pp-sets-showcase .quick-add {
  margin-top: .45rem !important;
}
.pp-sets-showcase .quick-add__submit {
  min-height: 5rem !important;
  font-size: 1.38rem !important;
}

/* Collection + category cards: slightly larger headings, cleaner stack and larger action buttons. */
.collection .product-card-wrapper .card__heading,
.collection .product-card-wrapper .card__heading a,
.pp-skin-concerns .product-card-wrapper .card__heading,
.pp-skin-concerns .product-card-wrapper .card__heading a,
.related-products .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading a {
  font-size: clamp(1.95rem, 1.6vw, 2.45rem) !important;
  line-height: 1.12 !important;
}
.collection .product-card-wrapper .card__heading,
.pp-skin-concerns .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading {
  margin: .5rem 0 .3rem !important;
}
.collection .product-card-wrapper .caption-with-letter-spacing,
.pp-skin-concerns .product-card-wrapper .caption-with-letter-spacing,
.related-products .product-card-wrapper .caption-with-letter-spacing {
  min-height: 2.35rem !important;
  margin: .1rem 0 .25rem !important;
  font-size: 1.05rem !important;
}
.collection .product-card-wrapper .pp-card-price,
.pp-skin-concerns .product-card-wrapper .pp-card-price,
.related-products .product-card-wrapper .pp-card-price {
  min-height: 3.4rem !important;
  margin-top: .25rem !important;
}
.collection .product-card-wrapper .quick-add,
.pp-skin-concerns .product-card-wrapper .quick-add,
.related-products .product-card-wrapper .quick-add {
  margin-top: .35rem !important;
}
.collection .product-card-wrapper .quick-add__submit,
.pp-skin-concerns .product-card-wrapper .quick-add__submit,
.related-products .product-card-wrapper .quick-add__submit {
  min-height: 5.05rem !important;
  font-size: 1.35rem !important;
  padding-inline: 1.2rem !important;
}

/* Skin-needs pages: remove the oversized gap above “Zobacz wszystkie”, enlarge pills and keep the ritual CTA from colliding with buttons. */
.pp-skin-concern .product-grid {
  row-gap: 2rem !important;
  margin-bottom: 0 !important;
}
.pp-skin-concern__view-all {
  display: flex !important;
  justify-content: center !important;
  margin-top: 1.15rem !important;
}
.pp-skin-concern__view-all .button {
  min-height: 5rem !important;
  padding: .95rem 2.4rem !important;
  font-size: 1.28rem !important;
}
.pp-skin-concerns .pp-skin-rituals-cta {
  clear: both;
  position: relative;
  margin-top: 3.4rem !important;
  z-index: 0;
}
.pp-skin-rituals-cta {
  padding: clamp(2.2rem, 3vw, 3rem) !important;
}
.pp-skin-rituals-cta__button {
  min-height: 5rem !important;
  padding-inline: 2.3rem !important;
  font-size: 1.35rem !important;
}

/* Bigger navigation/filter pills. */
.pp-skin-concerns__nav a,
.pp-all-products-filter__pill {
  min-height: 4.8rem !important;
  padding: .95rem 1.55rem !important;
  font-size: 1.25rem !important;
}
.pp-all-products-filter__pill {
  gap: .65rem !important;
}
.pp-all-products-filter__pill span {
  font-size: 1.05rem !important;
}

/* Homepage spacing: less empty space between “Wyświetl wszystkie” and the next collection title. */
#collection-featured_collection_pYH7R3 {
  padding-bottom: 1.6rem !important;
}
#collection-featured_collection_nowosci_v39 {
  padding-top: .8rem !important;
}
.template-index .collection__view-all {
  margin-top: 1.35rem !important;
  margin-bottom: 0 !important;
}
.template-index .collection__title.title-wrapper {
  margin-bottom: 1.35rem !important;
}

/* Mobile polish. */
@media screen and (max-width: 1099px) {
  .pp-sets-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media screen and (max-width: 749px) {
  .pp-sets-showcase__grid {
    grid-template-columns: 1fr !important;
    gap: 1.35rem !important;
  }
  .pp-sets-showcase .product-card-wrapper--set .card__information {
    grid-template-rows: auto auto auto auto auto !important;
  }
  .pp-sets-showcase .product-card-wrapper--set .card__heading,
  .pp-sets-showcase .product-card-wrapper--set .card__heading a {
    font-size: 2rem !important;
    -webkit-line-clamp: unset !important;
  }
  .pp-sets-showcase .pp-set-profile,
  .pp-sets-showcase .pp-set-brands {
    min-height: 0 !important;
  }
  .collection .product-card-wrapper .card__heading,
  .pp-skin-concerns .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading {
    font-size: 1.72rem !important;
  }
  .collection .product-card-wrapper .quick-add__submit,
  .pp-skin-concerns .product-card-wrapper .quick-add__submit,
  .related-products .product-card-wrapper .quick-add__submit {
    min-height: 4.8rem !important;
    font-size: 1.26rem !important;
  }
  .pp-skin-concerns__nav a,
  .pp-all-products-filter__pill {
    min-height: 4.4rem !important;
    padding: .85rem 1.25rem !important;
    font-size: 1.16rem !important;
  }
  .pp-skin-concern__view-all .button,
  .pp-skin-rituals-cta__button {
    width: 100% !important;
  }
}


/* === Peach & Poppy V42 — compact premium cards, refined product page and non-repeating benefits === */

/* Section titles */
.template-index .collection__title .title,
.template-index .title-wrapper-with-link .title,
.pp-skin-concern__heading,
[id$='multicolumn_nHPYVa'] .title {
  font-size: clamp(3.2rem, 4.2vw, 5.2rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.03em !important;
}

/* Product cards: more compact, premium, and with tighter price-to-button spacing */
.collection .card--pp-product,
.pp-skin-concerns .card--pp-product,
.related-products .card--pp-product,
.pp-sets-showcase .card--pp-product {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  border-radius: 2rem !important;
  overflow: hidden !important;
}
.collection .card--pp-product .card__inner,
.pp-skin-concerns .card--pp-product .card__inner,
.related-products .card--pp-product .card__inner,
.pp-sets-showcase .card--pp-product .card__inner {
  border-radius: 1.7rem !important;
}
.collection .card--pp-product .card__content,
.pp-skin-concerns .card--pp-product .card__content,
.related-products .card--pp-product .card__content,
.pp-sets-showcase .card--pp-product .card__content {
  display: flex !important;
  flex: 1 1 auto !important;
}
.collection .product-card-wrapper .card__information,
.pp-skin-concerns .product-card-wrapper .card__information,
.related-products .product-card-wrapper .card__information {
  display: flex !important;
  flex-direction: column !important;
  gap: .35rem !important;
  padding-top: .65rem !important;
}
.collection .product-card-wrapper .card__heading,
.collection .product-card-wrapper .card__heading a,
.pp-skin-concerns .product-card-wrapper .card__heading,
.pp-skin-concerns .product-card-wrapper .card__heading a,
.related-products .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading a {
  font-size: clamp(1.62rem, 1.6vw, 2.05rem) !important;
  line-height: 1.12 !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.collection .product-card-wrapper .card__media img,
.pp-skin-concerns .product-card-wrapper .card__media img,
.related-products .product-card-wrapper .card__media img,
.pp-sets-showcase .product-card-wrapper .card__media img {
  transform: scale(1.02);
}
.collection .product-card-wrapper .caption-with-letter-spacing,
.pp-skin-concerns .product-card-wrapper .caption-with-letter-spacing,
.related-products .product-card-wrapper .caption-with-letter-spacing {
  margin: .1rem 0 .15rem !important;
}
.collection .product-card-wrapper .pp-card-rating-row,
.pp-skin-concerns .product-card-wrapper .pp-card-rating-row,
.related-products .product-card-wrapper .pp-card-rating-row {
  margin: .2rem 0 0 !important;
}
.collection .product-card-wrapper .pp-card-price,
.pp-skin-concerns .product-card-wrapper .pp-card-price,
.related-products .product-card-wrapper .pp-card-price {
  margin-top: .15rem !important;
}
.collection .product-card-wrapper .quick-add,
.pp-skin-concerns .product-card-wrapper .quick-add,
.related-products .product-card-wrapper .quick-add {
  margin-top: .3rem !important;
}
.collection .product-card-wrapper .quick-add__submit,
.pp-skin-concerns .product-card-wrapper .quick-add__submit,
.related-products .product-card-wrapper .quick-add__submit {
  min-height: 4.55rem !important;
  font-size: 1.24rem !important;
  padding: .95rem 1.15rem !important;
}
.collection .product-card-wrapper .price,
.pp-skin-concerns .product-card-wrapper .price,
.related-products .product-card-wrapper .price,
.pp-sets-showcase .product-card-wrapper .price {
  margin-top: 0 !important;
}
.collection .product-card-wrapper .price-item--regular,
.collection .product-card-wrapper .price-item--sale,
.pp-skin-concerns .product-card-wrapper .price-item--regular,
.pp-skin-concerns .product-card-wrapper .price-item--sale,
.related-products .product-card-wrapper .price-item--regular,
.related-products .product-card-wrapper .price-item--sale {
  font-size: clamp(1.85rem, 1.65vw, 2.15rem) !important;
  font-weight: 800 !important;
}
.collection .product-card-wrapper .price-item--sale,
.pp-skin-concerns .product-card-wrapper .price-item--sale,
.related-products .product-card-wrapper .price-item--sale,
.pp-sets-showcase .product-card-wrapper .price-item--sale {
  color: #c35d50 !important;
}

/* Set cards: compact but aligned */
.pp-sets-showcase .product-card-wrapper--set {
  padding: .95rem !important;
  border-radius: 2rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__information {
  display: grid !important;
  grid-template-rows: minmax(5.4rem, auto) auto auto auto auto !important;
  align-content: start !important;
  gap: .45rem !important;
  padding-top: .65rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__heading,
.pp-sets-showcase .product-card-wrapper--set .card__heading a {
  font-size: clamp(1.8rem, 1.75vw, 2.3rem) !important;
  line-height: 1.1 !important;
  -webkit-line-clamp: 2 !important;
}
.pp-sets-showcase .pp-set-brands {
  min-height: 0 !important;
  margin: 0 !important;
}
.pp-sets-showcase .pp-set-profile {
  min-height: 10.8rem !important;
  padding: .95rem !important;
  margin: 0 !important;
}
.pp-sets-showcase .pp-card-set-meta {
  margin-top: auto !important;
}
.pp-sets-showcase .pp-card-set-benefits {
  margin: .1rem 0 .25rem !important;
  min-height: 0 !important;
}
.pp-sets-showcase .pp-card-price {
  margin: 0 !important;
}
.pp-sets-showcase .product-card-wrapper--set .price-item--regular,
.pp-sets-showcase .product-card-wrapper--set .price-item--sale {
  font-size: clamp(2rem, 2vw, 2.55rem) !important;
  font-weight: 800 !important;
}
.pp-sets-showcase .quick-add {
  margin-top: .28rem !important;
}
.pp-sets-showcase .quick-add__submit {
  min-height: 4.75rem !important;
  font-size: 1.28rem !important;
}

/* Homepage sections: tighter spacing between products and view-all button */
.template-index .product-grid,
.template-index .slider--desktop .grid,
.template-index .collection .grid {
  row-gap: 1.65rem !important;
}
.template-index .collection__view-all {
  margin-top: 1rem !important;
  margin-bottom: .35rem !important;
}
.template-index .collection__view-all .button {
  min-height: 5rem !important;
  padding: .95rem 2.5rem !important;
  font-size: 1.28rem !important;
}

/* Hero CTA label/button */
.template-index .banner__buttons .button {
  min-height: 5rem !important;
  font-size: 1.3rem !important;
}

/* Why choose us section — more premium and not visually repetitive */
[id$='multicolumn_nHPYVa'] .multicolumn-card {
  height: 100% !important;
  padding: 2rem 1.65rem !important;
  border-radius: 2rem !important;
  background: rgba(255,255,255,.48) !important;
  box-shadow: 0 14px 34px rgba(95,56,47,.08) !important;
  border: 1px solid rgba(197,111,90,.18) !important;
}
[id$='multicolumn_nHPYVa'] .multicolumn-card__info h3,
[id$='multicolumn_nHPYVa'] .inline-richtext {
  font-size: clamp(2rem, 2vw, 2.4rem) !important;
}
[id$='multicolumn_nHPYVa'] .rte {
  font-size: 1.45rem !important;
  line-height: 1.7 !important;
}

/* Product page refinements */
@media screen and (min-width: 990px) {
  .template-product .product.grid--2-col-tablet {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr) !important;
    gap: 3rem !important;
  }
}
.template-product .product__title h1 {
  font-size: clamp(3.5rem, 4.2vw, 5.8rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.04em !important;
  max-width: 11.5ch !important;
}
.template-product .product__media-wrapper .product__media-list,
.template-product .product__media-wrapper .slider-mobile-gutter {
  margin-bottom: .8rem !important;
}
.template-product .product__info-container .price {
  margin: .25rem 0 .35rem !important;
}
.template-product .price--large .price-item--regular,
.template-product .price--large .price-item--sale {
  font-size: clamp(3rem, 2.8vw, 3.85rem) !important;
  font-weight: 800 !important;
}
.template-product .product-form__input.product-form__quantity {
  margin: .8rem 0 .8rem !important;
}
.template-product .premium-inventory-status {
  margin: .9rem 0 1rem !important;
  border-radius: 2rem !important;
}
.template-product .premium-inventory-status strong {
  font-size: 1.7rem !important;
}
.template-product .premium-inventory-status small {
  font-size: 1.16rem !important;
  line-height: 1.55 !important;
}
.template-product .product-form__buttons {
  margin-top: .85rem !important;
}
.template-product .product-form__buttons .button,
.template-product .shopify-payment-button__button,
.template-product .button[name='add'] {
  min-height: 5.6rem !important;
  font-size: 1.7rem !important;
}

/* Premium non-repeating benefits on product page */
.purchase-reassurance {
  margin: 1.6rem 0 0 !important;
  padding: 1.35rem !important;
  border-radius: 1.8rem !important;
  background: rgba(255,255,255,.42) !important;
  border: 1px solid rgba(197,111,90,.18) !important;
}
.purchase-reassurance__list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: .95rem !important;
}
.purchase-reassurance__item {
  padding: 1rem 1.05rem !important;
  border-radius: 1.4rem !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(197,111,90,.14) !important;
  font-size: 1.24rem !important;
  line-height: 1.5 !important;
}
.purchase-reassurance__icon {
  width: 1.8rem !important;
  height: 1.8rem !important;
}

/* Mobile adjustments */
@media screen and (max-width: 749px) {
  .template-index .collection__title .title,
  .template-index .title-wrapper-with-link .title,
  .pp-skin-concern__heading,
  [id$='multicolumn_nHPYVa'] .title {
    font-size: 2.8rem !important;
  }
  .collection .product-card-wrapper .card__heading,
  .collection .product-card-wrapper .card__heading a,
  .pp-skin-concerns .product-card-wrapper .card__heading,
  .pp-skin-concerns .product-card-wrapper .card__heading a,
  .related-products .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading a {
    font-size: 1.56rem !important;
  }
  .pp-sets-showcase .product-card-wrapper--set .card__information {
    grid-template-rows: auto auto auto auto auto !important;
  }
  .pp-sets-showcase .product-card-wrapper--set .card__heading,
  .pp-sets-showcase .product-card-wrapper--set .card__heading a {
    font-size: 1.76rem !important;
  }
  .purchase-reassurance__list {
    grid-template-columns: 1fr 1fr !important;
  }
  .purchase-reassurance__item {
    font-size: 1.12rem !important;
    padding: .95rem .85rem !important;
  }
  .template-product .product__title h1 {
    font-size: 3.15rem !important;
    max-width: none !important;
  }
  .template-product .price--large .price-item--regular,
  .template-product .price--large .price-item--sale {
    font-size: 2.5rem !important;
  }
}

/* === Peach & Poppy V43 fixes === */

/* More compact product cards, ensure button visible for every product */
.product-grid .grid,
.collection .grid,
.related-products .grid,
.pp-skin-concerns .grid { align-items: start !important; }
.product-grid .grid__item,
.collection .grid__item,
.related-products .grid__item,
.pp-skin-concerns .grid__item,
.pp-sets-showcase .grid__item {
  align-self: start !important;
  height: auto !important;
}
.product-grid .product-card-wrapper .card,
.collection .product-card-wrapper .card,
.related-products .product-card-wrapper .card,
.pp-skin-concerns .product-card-wrapper .card,
.pp-sets-showcase .product-card-wrapper .card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
}
.product-grid .product-card-wrapper .card__content,
.collection .product-card-wrapper .card__content,
.related-products .product-card-wrapper .card__content,
.pp-skin-concerns .product-card-wrapper .card__content,
.pp-sets-showcase .product-card-wrapper .card__content {
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 auto !important;
}
.product-grid .product-card-wrapper .card__information,
.collection .product-card-wrapper .card__information,
.related-products .product-card-wrapper .card__information,
.pp-skin-concerns .product-card-wrapper .card__information,
.pp-sets-showcase .product-card-wrapper .card__information,
.product-grid .product-card-wrapper .card-information,
.collection .product-card-wrapper .card-information,
.related-products .product-card-wrapper .card-information,
.pp-skin-concerns .product-card-wrapper .card-information,
.pp-sets-showcase .product-card-wrapper .card-information {
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 auto !important;
  gap: .35rem !important;
}
.product-grid .product-card-wrapper .card__heading,
.collection .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading,
.pp-skin-concerns .product-card-wrapper .card__heading,
.pp-sets-showcase .product-card-wrapper .card__heading,
.product-grid .product-card-wrapper .card__heading a,
.collection .product-card-wrapper .card__heading a,
.related-products .product-card-wrapper .card__heading a,
.pp-skin-concerns .product-card-wrapper .card__heading a,
.pp-sets-showcase .product-card-wrapper .card__heading a {
  min-height: 0 !important;
  max-height: none !important;
  font-size: clamp(1.45rem, .85vw + .95rem, 1.95rem) !important;
  line-height: 1.14 !important;
}
.product-grid .product-card-wrapper .card-information > .price,
.collection .product-card-wrapper .card-information > .price,
.related-products .product-card-wrapper .card-information > .price,
.pp-skin-concerns .product-card-wrapper .card-information > .price,
.pp-sets-showcase .product-card-wrapper .card-information > .price {
  min-height: 0 !important;
  margin-top: .15rem !important;
  display: block !important;
}
.product-grid .product-card-wrapper .quick-add,
.collection .product-card-wrapper .quick-add,
.related-products .product-card-wrapper .quick-add,
.pp-skin-concerns .product-card-wrapper .quick-add,
.pp-sets-showcase .product-card-wrapper .quick-add {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: .55rem !important;
  padding-top: 0 !important;
}
.product-grid .product-card-wrapper .quick-add__submit,
.collection .product-card-wrapper .quick-add__submit,
.related-products .product-card-wrapper .quick-add__submit,
.pp-skin-concerns .product-card-wrapper .quick-add__submit,
.pp-sets-showcase .product-card-wrapper .quick-add__submit {
  display: inline-flex !important;
  min-height: 4.8rem !important;
  font-size: 1.24rem !important;
  padding: .95rem 1.2rem !important;
}
.product-grid .product-card-wrapper,
.collection .product-card-wrapper,
.related-products .product-card-wrapper,
.pp-skin-concerns .product-card-wrapper,
.pp-sets-showcase .product-card-wrapper { margin-bottom: 0 !important; }
.product-grid .card-wrapper,
.collection .card-wrapper,
.related-products .card-wrapper,
.pp-skin-concerns .card-wrapper,
.pp-sets-showcase .card-wrapper { height: auto !important; }

/* Sale price layout: red price below compare price */
.pp-card-price--sale {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: .15rem !important;
}
.pp-card-price__compare {
  display: block !important;
  margin: 0 !important;
  line-height: 1.15 !important;
}
.pp-card-price__current {
  display: block !important;
  line-height: 1.08 !important;
}
.pp-card-set-meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: .45rem !important;
}
.pp-card-set-benefits {
  order: 2 !important;
  margin-top: 0 !important;
}
.pp-card-set-meta .pp-card-price {
  order: 1 !important;
}

/* Product page main title smaller */
.template-product .product__title h1 {
  font-size: clamp(2.25rem, 2.15vw, 3.6rem) !important;
  line-height: 1.08 !important;
  max-width: 13ch !important;
}
@media screen and (max-width: 749px) {
  .template-product .product__title h1 {
    font-size: 2.25rem !important;
    max-width: none !important;
  }
}

/* Keep only one official-store reassurance item and make it fit */
.purchase-reassurance {
  padding: .9rem !important;
}
.purchase-reassurance__list {
  grid-template-columns: 1fr !important;
  gap: .6rem !important;
}
.purchase-reassurance__item {
  justify-content: center !important;
  text-align: center !important;
  padding: .85rem .95rem !important;
  font-size: 1.18rem !important;
}

/* Featured collection / collection spacing cleanup */
.template-collection .collection,
.template-index .collection {
  margin-bottom: 0 !important;
}
.template-collection .collection .grid,
.template-index .collection .grid {
  row-gap: 1.7rem !important;
}
.template-collection .collection__view-all,
.template-index .collection__view-all {
  margin-top: 1.1rem !important;
  margin-bottom: .3rem !important;
}
.template-collection .collection.section,
.template-index .collection.section { padding-bottom: 2rem !important; }

/* Sets page hero wording hierarchy */
.pp-sets-showcase__eyebrow { font-size: 1.1rem !important; letter-spacing: .16em !important; }
.pp-sets-showcase__header h1 { font-size: clamp(3rem, 4.2vw, 5.1rem) !important; line-height: 1.06 !important; }
.pp-sets-showcase__header .rte { font-size: 1.48rem !important; line-height: 1.65 !important; }

/* Mobile card cleanup */
@media screen and (max-width: 749px) {
  .product-grid .product-card-wrapper .card__heading,
  .collection .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading,
  .pp-skin-concerns .product-card-wrapper .card__heading,
  .pp-sets-showcase .product-card-wrapper .card__heading,
  .product-grid .product-card-wrapper .card__heading a,
  .collection .product-card-wrapper .card__heading a,
  .related-products .product-card-wrapper .card__heading a,
  .pp-skin-concerns .product-card-wrapper .card__heading a,
  .pp-sets-showcase .product-card-wrapper .card__heading a {
    font-size: 1.36rem !important;
    -webkit-line-clamp: 3 !important;
  }
  .pp-card-price__current { font-size: 1.9rem !important; }
  .pp-card-price__compare { font-size: 1.3rem !important; }
  .pp-card-set-benefits { gap: .4rem !important; }
}

/* === Peach & Poppy V44: aligned card actions === */
@media screen and (min-width: 750px) {
  .product-grid .product-card-wrapper .card__heading,
  .collection .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading,
  .pp-skin-concerns .product-card-wrapper .card__heading {
    min-height: 6.6rem !important;
    max-height: 6.6rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .product-grid .product-card-wrapper .card-information,
  .collection .product-card-wrapper .card-information,
  .related-products .product-card-wrapper .card-information,
  .pp-skin-concerns .product-card-wrapper .card-information {
    display: grid !important;
    grid-template-rows: 2.5rem minmax(4.9rem, auto) !important;
    align-content: start !important;
    gap: .35rem !important;
  }

  .product-grid .product-card-wrapper .pp-card-price,
  .collection .product-card-wrapper .pp-card-price,
  .related-products .product-card-wrapper .pp-card-price,
  .pp-skin-concerns .product-card-wrapper .pp-card-price {
    min-height: 4.9rem !important;
    align-self: start !important;
  }

  .product-grid .product-card-wrapper .quick-add,
  .collection .product-card-wrapper .quick-add,
  .related-products .product-card-wrapper .quick-add,
  .pp-skin-concerns .product-card-wrapper .quick-add {
    margin-top: .65rem !important;
  }
}

/* Make every row action look equal without large empty card areas */
.product-grid .product-card-wrapper .quick-add__submit,
.collection .product-card-wrapper .quick-add__submit,
.related-products .product-card-wrapper .quick-add__submit,
.pp-skin-concerns .product-card-wrapper .quick-add__submit {
  width: 100% !important;
  min-height: 5rem !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

@media screen and (max-width: 749px) {
  .product-grid .product-card-wrapper .card__heading,
  .collection .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading,
  .pp-skin-concerns .product-card-wrapper .card__heading {
    min-height: 5.3rem !important;
    max-height: 5.3rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .product-grid .product-card-wrapper .pp-card-price,
  .collection .product-card-wrapper .pp-card-price,
  .related-products .product-card-wrapper .pp-card-price,
  .pp-skin-concerns .product-card-wrapper .pp-card-price {
    min-height: 4.5rem !important;
  }
}

/* === Peach & Poppy V45: premium card cleanup, spacing and safe all-products links === */

:root {
  --pp-card-radius: 2.4rem;
  --pp-card-border: 1px solid rgba(17, 17, 17, 0.08);
  --pp-card-shadow: 0 16px 34px rgba(23, 18, 18, 0.10);
  --pp-card-shadow-hover: 0 22px 44px rgba(23, 18, 18, 0.16);
}

/* Product grids: cleaner structure, centered rows, less empty space */
.collection ul.product-grid:not(.slider),
.related-products ul.product-grid:not(.slider),
.pp-skin-concerns ul.product-grid,
.template-index .collection ul.product-grid:not(.slider) {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 2rem !important;
}

.collection ul.product-grid:not(.slider) > .grid__item,
.related-products ul.product-grid:not(.slider) > .grid__item,
.pp-skin-concerns ul.product-grid > .grid__item,
.template-index .collection ul.product-grid:not(.slider) > .grid__item {
  width: calc(25% - 1.5rem) !important;
  max-width: calc(25% - 1.5rem) !important;
  flex: 0 0 calc(25% - 1.5rem) !important;
  min-width: 0 !important;
  display: flex !important;
}

@media screen and (max-width: 1199px) {
  .collection ul.product-grid:not(.slider) > .grid__item,
  .related-products ul.product-grid:not(.slider) > .grid__item,
  .pp-skin-concerns ul.product-grid > .grid__item,
  .template-index .collection ul.product-grid:not(.slider) > .grid__item {
    width: calc(33.333% - 1.35rem) !important;
    max-width: calc(33.333% - 1.35rem) !important;
    flex-basis: calc(33.333% - 1.35rem) !important;
  }
}

@media screen and (max-width: 989px) {
  .collection ul.product-grid:not(.slider) > .grid__item,
  .related-products ul.product-grid:not(.slider) > .grid__item,
  .pp-skin-concerns ul.product-grid > .grid__item,
  .template-index .collection ul.product-grid:not(.slider) > .grid__item {
    width: calc(50% - 1rem) !important;
    max-width: calc(50% - 1rem) !important;
    flex-basis: calc(50% - 1rem) !important;
  }
}

@media screen and (max-width: 749px) {
  .collection ul.product-grid:not(.slider),
  .related-products ul.product-grid:not(.slider),
  .pp-skin-concerns ul.product-grid,
  .template-index .collection ul.product-grid:not(.slider) {
    gap: 1.4rem !important;
  }

  .collection ul.product-grid:not(.slider) > .grid__item,
  .related-products ul.product-grid:not(.slider) > .grid__item,
  .pp-skin-concerns ul.product-grid > .grid__item,
  .template-index .collection ul.product-grid:not(.slider) > .grid__item {
    width: calc(50% - .7rem) !important;
    max-width: calc(50% - .7rem) !important;
    flex-basis: calc(50% - .7rem) !important;
  }
}

/* Product card base */
.product-card-wrapper,
.product-card-wrapper .card,
.product-card-wrapper .card--pp-product {
  width: 100% !important;
  height: 100% !important;
}

.product-card-wrapper .card--pp-product {
  background: rgba(255, 255, 255, 0.26) !important;
  border: var(--pp-card-border) !important;
  border-radius: var(--pp-card-radius) !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.product-card-wrapper .card--pp-product > .card__content {
  padding: 1.5rem 1.6rem 1.75rem !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.product-card-wrapper .card--pp-product .card__information,
.product-card-wrapper .card--pp-product .card-information {
  display: flex !important;
  flex-direction: column !important;
  gap: .6rem !important;
  height: 100% !important;
}

.product-card-wrapper .card--pp-product .card__heading,
.product-card-wrapper .card--pp-product .card__heading a {
  font-size: clamp(1.5rem, 0.7vw + 1.1rem, 1.95rem) !important;
  line-height: 1.16 !important;
}

@media screen and (min-width: 750px) {
  .product-card-wrapper .card--pp-product .card__heading {
    min-height: 7rem !important;
    max-height: 7rem !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
  }
}

@media screen and (max-width: 749px) {
  .product-card-wrapper .card--pp-product > .card__content {
    padding: 1.25rem 1.2rem 1.35rem !important;
  }

  .product-card-wrapper .card--pp-product .card__heading {
    min-height: 5.6rem !important;
    max-height: 5.6rem !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
  }
}

.product-card-wrapper .card--pp-product .caption-with-letter-spacing.light {
  min-height: 2.4rem !important;
  margin-bottom: .1rem !important;
}

/* Price centered with breathing room */
.product-card-wrapper .pp-card-price,
.product-card-wrapper .pp-card-set-meta,
.product-card-wrapper .pp-card-price--sale {
  width: 100% !important;
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-card-wrapper .pp-card-price {
  margin-top: .35rem !important;
  margin-bottom: .5rem !important;
  min-height: 5.6rem !important;
}

.product-card-wrapper .pp-card-price__compare {
  margin-bottom: .35rem !important;
  line-height: 1.1 !important;
}

.product-card-wrapper .pp-card-price__current {
  line-height: 1.08 !important;
}

.product-card-wrapper .pp-card-set-meta {
  gap: .9rem !important;
  margin-top: .6rem !important;
}

.product-card-wrapper .pp-card-set-benefits {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: .65rem !important;
  margin-top: .2rem !important;
}

.product-card-wrapper .quick-add {
  margin-top: auto !important;
  padding-top: 1rem !important;
}

.product-card-wrapper .quick-add__submit {
  width: 100% !important;
  min-height: 5.2rem !important;
  padding: 1.1rem 1.6rem !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.22 !important;
}

/* Sets page: bigger, equal premium cards with hover */
.pp-sets-showcase__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 2.2rem !important;
  align-items: stretch !important;
}

.pp-sets-showcase__grid > .grid__item {
  width: auto !important;
  max-width: none !important;
  display: flex !important;
  min-width: 0 !important;
}

@media screen and (max-width: 1199px) {
  .pp-sets-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 749px) {
  .pp-sets-showcase__grid {
    grid-template-columns: 1fr !important;
    gap: 1.6rem !important;
  }
}

.pp-sets-showcase .product-card-wrapper--set {
  width: 100% !important;
  padding: 1.1rem !important;
  border-radius: 2.8rem !important;
  border: 1px solid rgba(17, 17, 17, 0.09) !important;
  background: rgba(255, 255, 255, 0.54) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease !important;
}

.pp-sets-showcase .product-card-wrapper--set:hover {
  transform: translateY(-4px) !important;
  background: rgba(255, 255, 255, 0.75) !important;
  box-shadow: var(--pp-card-shadow-hover) !important;
}

.pp-sets-showcase .product-card-wrapper--set .card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.pp-sets-showcase .product-card-wrapper--set .card__inner.ratio,
.pp-sets-showcase .product-card-wrapper--set .card__media,
.pp-sets-showcase .product-card-wrapper--set .card__media .media {
  border-radius: 2rem !important;
  overflow: hidden !important;
}

.pp-sets-showcase .product-card-wrapper--set .card__information {
  gap: .75rem !important;
}

.pp-sets-showcase .product-card-wrapper--set .card__heading,
.pp-sets-showcase .product-card-wrapper--set .card__heading a {
  min-height: 6.6rem !important;
  max-height: 6.6rem !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.pp-sets-showcase .pp-set-profile {
  margin-top: 1rem !important;
}

.pp-sets-showcase .pp-card-set-meta {
  margin-top: auto !important;
  padding-top: 1rem !important;
}

.pp-sets-showcase .quick-add {
  margin-top: auto !important;
  padding-top: 1.15rem !important;
}

/* Fix overlapping copy on concern pages */
.pp-skin-concern__heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr) !important;
  gap: 1.6rem 2rem !important;
  align-items: start !important;
  margin-bottom: 1.8rem !important;
}

.pp-skin-concern__heading h2,
.pp-skin-concerns__header h1 {
  line-height: 1.08 !important;
}

.pp-skin-concern__heading .rte,
.pp-skin-concerns__header .rte {
  margin: 0 !important;
  max-width: 70rem !important;
}

.pp-skin-concern__heading .rte p,
.pp-skin-concerns__header .rte p {
  margin: 0 !important;
  line-height: 1.58 !important;
}

@media screen and (max-width: 989px) {
  .pp-skin-concern__heading {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
}

/* Compact section rhythm on homepage/collections */
.template-index .collection.section,
.template-index .pp-skin-concerns.section,
.template-index .pp-sets-showcase.section,
.template-collection .main-collection-product-grid {
  margin-bottom: 0 !important;
}

.template-index .collection__view-all {
  margin-top: 1rem !important;
  margin-bottom: .25rem !important;
}

.template-index .shopify-section + .shopify-section .section,
.template-collection .shopify-section + .shopify-section .section {
  padding-top: 0 !important;
}

/* === Peach & Poppy V46: refined premium product cards === */

/* Section titles: clearer hierarchy without oversized empty blocks */
.template-index .collection__title .title,
.template-index .title-wrapper-with-link .title,
.template-collection .collection-hero__title,
.pp-skin-concern__heading h2,
.related-products__heading {
  font-size: clamp(2.6rem, 2.1vw, 3.8rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.02em !important;
}

/* Equal-height premium product cards */
.collection ul.product-grid:not(.slider),
.related-products ul.product-grid:not(.slider),
.pp-skin-concerns ul.product-grid,
.template-index .collection ul.product-grid:not(.slider) {
  align-items: stretch !important;
}

.collection ul.product-grid:not(.slider) > .grid__item,
.related-products ul.product-grid:not(.slider) > .grid__item,
.pp-skin-concerns ul.product-grid > .grid__item,
.template-index .collection ul.product-grid:not(.slider) > .grid__item {
  align-self: stretch !important;
}

.product-card-wrapper {
  height: 100% !important;
  border-radius: 2.5rem !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}

.product-card-wrapper .card--pp-product {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  height: 100% !important;
  border: 1px solid rgba(122, 79, 65, .12) !important;
  border-radius: 2.5rem !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,250,247,.56)) !important;
  box-shadow: 0 8px 24px rgba(91, 57, 48, .055) !important;
  overflow: hidden !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease !important;
}

.product-card-wrapper .card--pp-product:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(217, 119, 96, .32) !important;
  box-shadow: 0 20px 42px rgba(91, 57, 48, .15) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,248,244,.76)) !important;
}

.product-card-wrapper .card--pp-product .card__inner,
.product-card-wrapper .card--pp-product .card__media,
.product-card-wrapper .card--pp-product .card__media .media {
  border-radius: 2.2rem 2.2rem 0 0 !important;
  overflow: hidden !important;
}

.product-card-wrapper .card--pp-product .card__media img {
  transition: transform .45s cubic-bezier(.2,.7,.2,1) !important;
}

.product-card-wrapper .card--pp-product:hover .card__media img:first-child {
  transform: scale(1.035) !important;
}

.product-card-wrapper .card--pp-product > .card__content {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 1.45rem 1.55rem 1.55rem !important;
}

.product-card-wrapper .card--pp-product .card__information {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  min-height: 0 !important;
  gap: .7rem !important;
}

.product-card-wrapper .card--pp-product .card-information {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  gap: .55rem !important;
}

/* Smaller, elegant product names; consistent rows */
.product-card-wrapper .card--pp-product .card__heading,
.product-card-wrapper .card--pp-product .card__heading a {
  font-size: clamp(1.42rem, .55vw + 1.08rem, 1.78rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -.012em !important;
}

@media screen and (min-width: 990px) {
  .product-card-wrapper .card--pp-product .card__heading {
    min-height: 6.35rem !important;
    max-height: 6.35rem !important;
    -webkit-line-clamp: 3 !important;
  }
}

/* Vendor badge is compact and aligned */
.product-card-wrapper .caption-with-letter-spacing.light {
  align-self: flex-start !important;
  min-height: 2.35rem !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  padding: .45rem .85rem !important;
  border-radius: 999px !important;
  background: rgba(232, 146, 124, .10) !important;
  letter-spacing: .12em !important;
  line-height: 1.1 !important;
}

/* Rating on one line */
.product-card-wrapper .pp-card-rating-row {
  display: flex !important;
  align-items: center !important;
  gap: .55rem !important;
  min-height: 2.1rem !important;
  margin: 0 !important;
}

.product-card-wrapper .pp-card-rating-row .rating-count {
  margin: 0 !important;
}

/* Stronger centered price block, close to the CTA */
.product-card-wrapper .pp-card-price {
  min-height: 5rem !important;
  margin: auto 0 .35rem !important;
  padding-top: .7rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  text-align: center !important;
}

.product-card-wrapper .pp-card-price__compare {
  font-size: 1.35rem !important;
  opacity: .68 !important;
  margin: 0 0 .25rem !important;
}

.product-card-wrapper .pp-card-price__current {
  font-size: clamp(1.85rem, .65vw + 1.45rem, 2.25rem) !important;
  font-weight: 700 !important;
  letter-spacing: .01em !important;
}

.product-card-wrapper .pp-card-price--sale .pp-card-price__current {
  color: #c8564f !important;
}

.product-card-wrapper .quick-add {
  margin: 0 !important;
  padding-top: .65rem !important;
}

.product-card-wrapper .quick-add__submit {
  min-height: 4.85rem !important;
  padding: .9rem 1.25rem !important;
  border-radius: 999px !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  letter-spacing: .015em !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}

.product-card-wrapper .quick-add__submit:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 20px rgba(47, 31, 27, .16) !important;
}

/* Set cards: same height and compact information area */
.pp-sets-showcase__grid {
  align-items: stretch !important;
}

.pp-sets-showcase__grid > .grid__item,
.pp-sets-showcase .product-card-wrapper--set,
.pp-sets-showcase .product-card-wrapper--set .card {
  height: 100% !important;
}

.pp-sets-showcase .product-card-wrapper--set {
  padding: 1rem !important;
  border: 1px solid rgba(122, 79, 65, .14) !important;
  border-radius: 2.7rem !important;
  background: rgba(255,255,255,.58) !important;
  box-shadow: 0 10px 28px rgba(91,57,48,.07) !important;
}

.pp-sets-showcase .product-card-wrapper--set:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(217,119,96,.34) !important;
  box-shadow: 0 24px 48px rgba(91,57,48,.16) !important;
}

.pp-sets-showcase .product-card-wrapper--set .card__heading,
.pp-sets-showcase .product-card-wrapper--set .card__heading a {
  font-size: clamp(1.65rem, .65vw + 1.2rem, 2.05rem) !important;
  min-height: 5.2rem !important;
  max-height: 5.2rem !important;
  -webkit-line-clamp: 2 !important;
}

.pp-sets-showcase .pp-set-profile {
  min-height: 15.4rem !important;
  padding: 1.2rem !important;
  border-radius: 1.8rem !important;
  background: rgba(255,255,255,.48) !important;
}

.pp-sets-showcase .pp-card-set-meta {
  margin-top: auto !important;
  gap: .7rem !important;
}

.pp-sets-showcase .pp-card-set-benefits {
  min-height: 3.4rem !important;
}

/* Premium "view all" button and compact section spacing */
.collection__view-all .button,
.pp-skin-concern__view-all .button {
  min-width: 22rem !important;
  min-height: 5rem !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 18px rgba(91,57,48,.14) !important;
}

.template-index .collection__view-all,
.pp-skin-concern__view-all {
  margin-top: 1.2rem !important;
  margin-bottom: .5rem !important;
}

/* Mobile: two compact columns, no large blank areas */
@media screen and (max-width: 749px) {
  .product-card-wrapper .card--pp-product > .card__content {
    padding: 1.05rem 1rem 1.1rem !important;
  }

  .product-card-wrapper .card--pp-product .card__heading,
  .product-card-wrapper .card--pp-product .card__heading a {
    font-size: 1.28rem !important;
    line-height: 1.18 !important;
  }

  .product-card-wrapper .card--pp-product .card__heading {
    min-height: 5.2rem !important;
    max-height: 5.2rem !important;
  }

  .product-card-wrapper .caption-with-letter-spacing.light {
    font-size: .92rem !important;
    padding: .36rem .65rem !important;
  }

  .product-card-wrapper .pp-card-price {
    min-height: 4.45rem !important;
    padding-top: .45rem !important;
    margin-bottom: .2rem !important;
  }

  .product-card-wrapper .pp-card-price__compare {
    font-size: 1.15rem !important;
  }

  .product-card-wrapper .pp-card-price__current {
    font-size: 1.65rem !important;
  }

  .product-card-wrapper .quick-add {
    padding-top: .45rem !important;
  }

  .product-card-wrapper .quick-add__submit {
    min-height: 4.55rem !important;
    padding: .75rem .7rem !important;
    font-size: 1.02rem !important;
    line-height: 1.16 !important;
    white-space: normal !important;
  }

  .pp-sets-showcase .pp-set-profile {
    min-height: 0 !important;
  }

  .pp-sets-showcase .product-card-wrapper--set .card__heading,
  .pp-sets-showcase .product-card-wrapper--set .card__heading a {
    min-height: 4.8rem !important;
    max-height: 4.8rem !important;
    font-size: 1.55rem !important;
  }
}


/* === Peach & Poppy V49 — reliable CTAs, ordered collections and compact aligned cards === */

/* Every catalogue card is a complete equal-height column. */
.collection ul.product-grid:not(.slider),
.related-products ul.product-grid:not(.slider),
.pp-skin-concerns ul.product-grid,
.template-index .collection ul.product-grid:not(.slider),
.template-search ul.product-grid {
  align-items: stretch !important;
  row-gap: 2rem !important;
}

.collection ul.product-grid:not(.slider) > .grid__item,
.related-products ul.product-grid:not(.slider) > .grid__item,
.pp-skin-concerns ul.product-grid > .grid__item,
.template-index .collection ul.product-grid:not(.slider) > .grid__item,
.template-search ul.product-grid > .grid__item {
  display: flex !important;
  height: auto !important;
  align-self: stretch !important;
}

.product-card-wrapper,
.product-card-wrapper .card--pp-product {
  width: 100% !important;
  height: 100% !important;
}

.product-card-wrapper .card--pp-product {
  display: flex !important;
  flex-direction: column !important;
  border-radius: 2.2rem !important;
}

.product-card-wrapper .card--pp-product > .card__content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 1.25rem 1.35rem 1.35rem !important;
}

.product-card-wrapper .card--pp-product .card__information,
.product-card-wrapper .card--pp-product .card-information {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  gap: .55rem !important;
}

/* Product copy is easier to scan; price is smaller and always in the same zone. */
.product-card-wrapper .card--pp-product .card__heading,
.product-card-wrapper .card--pp-product .card__heading a {
  font-size: clamp(1.58rem, .55vw + 1.15rem, 1.92rem) !important;
  line-height: 1.16 !important;
  letter-spacing: -.012em !important;
}

@media screen and (min-width: 750px) {
  .product-card-wrapper .card--pp-product .card__heading {
    display: -webkit-box !important;
    min-height: 6.6rem !important;
    max-height: 6.6rem !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }
}

.product-card-wrapper .caption-with-letter-spacing.light {
  min-height: 2.25rem !important;
  margin: 0 !important;
}

.product-card-wrapper .pp-card-rating-row {
  min-height: 2.15rem !important;
  margin: 0 !important;
}

.product-card-wrapper .pp-card-rating-row--empty {
  visibility: hidden !important;
}

.product-card-wrapper .pp-card-price {
  width: 100% !important;
  min-height: 5rem !important;
  margin: auto 0 0 !important;
  padding: .55rem 0 .15rem !important;
  align-items: center !important;
  justify-content: flex-end !important;
  text-align: center !important;
}

.product-card-wrapper .pp-card-price__compare {
  font-size: 1.25rem !important;
  margin: 0 0 .22rem !important;
}

.product-card-wrapper .pp-card-price__current {
  font-size: clamp(1.7rem, .42vw + 1.45rem, 2rem) !important;
  font-weight: 700 !important;
}

/* Set savings and delivery are compact and vertical, directly below the price. */
.product-card-wrapper .pp-card-set-meta {
  width: 100% !important;
  margin: auto 0 0 !important;
  gap: .45rem !important;
  align-items: center !important;
}

.product-card-wrapper .pp-card-set-benefits {
  display: flex !important;
  min-height: 0 !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .35rem !important;
  margin: 0 !important;
}

.product-card-wrapper .pp-card-set-benefits span {
  width: max-content !important;
  max-width: 100% !important;
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
}

/* CTA exists and sits at one common baseline on every card. */
.product-card-wrapper .quick-add {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  margin: 0 !important;
  padding-top: .65rem !important;
}

.product-card-wrapper .quick-add__submit {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 4.8rem !important;
  align-items: center !important;
  justify-content: center !important;
  padding: .8rem 1rem !important;
  border-radius: 999px !important;
  font-size: 1.12rem !important;
  line-height: 1.15 !important;
}

/* Premium sets: three aligned cards, less internal whitespace, all CTAs visible. */
.pp-sets-showcase__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 2rem !important;
  align-items: stretch !important;
}

.pp-sets-showcase__grid > .grid__item {
  display: flex !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
}

.pp-sets-showcase .product-card-wrapper--set,
.pp-sets-showcase .product-card-wrapper--set .card {
  width: 100% !important;
  height: 100% !important;
}

.pp-sets-showcase .product-card-wrapper--set {
  padding: .9rem !important;
  border: 1px solid rgba(122,79,65,.14) !important;
  border-radius: 2.4rem !important;
  background: rgba(255,255,255,.62) !important;
  box-shadow: 0 10px 26px rgba(91,57,48,.07) !important;
}

.pp-sets-showcase .product-card-wrapper--set .card__heading {
  min-height: 5.5rem !important;
  max-height: 5.5rem !important;
  -webkit-line-clamp: 2 !important;
}

.pp-sets-showcase .pp-set-profile {
  min-height: 11.8rem !important;
  margin-top: .35rem !important;
  padding: 1rem !important;
}

.pp-sets-showcase .pp-set-profile__chips {
  gap: .4rem !important;
}

.pp-sets-showcase .pp-card-set-meta {
  margin-top: auto !important;
  padding-top: .35rem !important;
}

.pp-sets-showcase .quick-add {
  margin-top: 0 !important;
  padding-top: .65rem !important;
}

/* Product-page reassurance: useful benefits in a compact vertical list. */
.product__info-container .purchase-reassurance {
  margin-top: 1.2rem !important;
  padding: 1rem 1.15rem !important;
  border-radius: 1.8rem !important;
  background: rgba(255,255,255,.55) !important;
}

.product__info-container .purchase-reassurance__list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: .45rem !important;
}

.product__info-container .purchase-reassurance__item {
  display: flex !important;
  min-height: 0 !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: .75rem !important;
  padding: .7rem .8rem !important;
  border-radius: 1.2rem !important;
  background: rgba(255,255,255,.62) !important;
  font-size: 1.15rem !important;
  line-height: 1.3 !important;
  text-align: left !important;
}

.product__info-container .purchase-reassurance__icon {
  width: 1.8rem !important;
  height: 1.8rem !important;
}

/* The Nowosci/all-products catalogue uses a stable collection grid, not a wildcard search. */
.template-collection .collection-hero__title {
  min-height: 0 !important;
}

@media screen and (max-width: 989px) {
  .pp-sets-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 749px) {
  .collection ul.product-grid:not(.slider),
  .related-products ul.product-grid:not(.slider),
  .pp-skin-concerns ul.product-grid,
  .template-search ul.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 1rem !important;
    row-gap: 1.35rem !important;
  }

  .product-card-wrapper .card--pp-product > .card__content {
    padding: .95rem .9rem 1rem !important;
  }

  .product-card-wrapper .card--pp-product .card__heading,
  .product-card-wrapper .card--pp-product .card__heading a {
    font-size: 1.24rem !important;
    line-height: 1.16 !important;
  }

  .product-card-wrapper .card--pp-product .card__heading {
    display: -webkit-box !important;
    min-height: 5.5rem !important;
    max-height: 5.5rem !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  .product-card-wrapper .caption-with-letter-spacing.light {
    min-height: 2rem !important;
    font-size: .86rem !important;
  }

  .product-card-wrapper .pp-card-rating-row {
    min-height: 1.8rem !important;
  }

  .product-card-wrapper .pp-card-price {
    min-height: 4.4rem !important;
    padding-top: .35rem !important;
  }

  .product-card-wrapper .pp-card-price__compare {
    font-size: 1.08rem !important;
  }

  .product-card-wrapper .pp-card-price__current {
    font-size: 1.55rem !important;
  }

  .product-card-wrapper .pp-card-set-benefits span {
    font-size: .9rem !important;
  }

  .product-card-wrapper .quick-add {
    padding-top: .45rem !important;
  }

  .product-card-wrapper .quick-add__submit {
    min-height: 4.35rem !important;
    padding: .68rem .55rem !important;
    font-size: .95rem !important;
    white-space: normal !important;
  }

  .pp-sets-showcase__grid {
    grid-template-columns: 1fr !important;
    gap: 1.4rem !important;
  }

  .pp-sets-showcase .pp-set-profile {
    min-height: 0 !important;
  }
}

/* === Peach & Poppy V50 — stable mobile photos and clearer ritual names === */

/* Keep every catalogue photo inside a predictable square frame. This prevents
   tall/landscape source images from stretching the card or disappearing behind
   neighbouring content on mobile. */
@media screen and (max-width: 749px) {
  .collection .product-card-wrapper .card--pp-product .card__inner.ratio,
  .related-products .product-card-wrapper .card--pp-product .card__inner.ratio,
  .pp-skin-concerns .product-card-wrapper .card--pp-product .card__inner.ratio,
  .template-search .product-card-wrapper .card--pp-product .card__inner.ratio,
  .template-index .product-card-wrapper .card--pp-product .card__inner.ratio,
  .pp-sets-showcase .product-card-wrapper .card--pp-product .card__inner.ratio {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
  }

  .collection .product-card-wrapper .card--pp-product .card__inner.ratio::before,
  .related-products .product-card-wrapper .card--pp-product .card__inner.ratio::before,
  .pp-skin-concerns .product-card-wrapper .card--pp-product .card__inner.ratio::before,
  .template-search .product-card-wrapper .card--pp-product .card__inner.ratio::before,
  .template-index .product-card-wrapper .card--pp-product .card__inner.ratio::before,
  .pp-sets-showcase .product-card-wrapper .card--pp-product .card__inner.ratio::before {
    display: block !important;
    padding-bottom: 100% !important;
    content: '' !important;
  }

  .product-card-wrapper .card--pp-product .card__media,
  .product-card-wrapper .card--pp-product .card__media .media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  .product-card-wrapper .card--pp-product .card__media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  /* Ritual names remain elegant but are easier to read than ordinary products. */
  .pp-sets-showcase .product-card-wrapper--set .card__heading,
  .pp-sets-showcase .product-card-wrapper--set .card__heading a {
    min-height: 0 !important;
    max-height: none !important;
    font-size: 1.75rem !important;
    line-height: 1.18 !important;
    -webkit-line-clamp: 3 !important;
  }
}

/* Ensure CTA wording can never become invisible on pale cards. */
.product-card-wrapper .quick-add__submit,
.product-card-wrapper .quick-add__submit > span:not(.loading__spinner),
.product-card-wrapper .quick-add__submit .sold-out-message {
  color: rgb(var(--color-foreground)) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.product-card-wrapper .quick-add__submit[disabled],
.product-card-wrapper .quick-add__submit[aria-disabled='true'] {
  color: rgba(var(--color-foreground), .68) !important;
}


/* === Peach & Poppy V51 — mobile grid flow, full titles and cleaner set cards === */

/* Brand composition belongs on the set product page, not on catalogue cards. */
.product-card-wrapper--set .pp-set-brands {
  display: none !important;
}

@media screen and (max-width: 749px) {
  /* Dawn's .grid is flex by default. A real two-column grid keeps an odd final
     product in the left column instead of centring it on its own row. */
  .collection ul.product-grid:not(.slider),
  .related-products ul.product-grid:not(.slider),
  .pp-skin-concerns ul.product-grid:not(.slider),
  .template-search ul.product-grid:not(.slider),
  .template-index .collection ul.product-grid:not(.slider) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    align-items: stretch !important;
    column-gap: 1rem !important;
    row-gap: 1.35rem !important;
  }

  .collection ul.product-grid:not(.slider) > .grid__item,
  .related-products ul.product-grid:not(.slider) > .grid__item,
  .pp-skin-concerns ul.product-grid:not(.slider) > .grid__item,
  .template-search ul.product-grid:not(.slider) > .grid__item,
  .template-index .collection ul.product-grid:not(.slider) > .grid__item {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    justify-self: stretch !important;
  }

  /* Show the complete product name. Keep a shared minimum title zone for a
     tidy two-column layout, but never crop or add an ellipsis. */
  .product-card-wrapper .card--pp-product .card__heading,
  .product-card-wrapper .card--pp-product .card__heading a {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp: unset !important;
  }

  .product-card-wrapper .card--pp-product .card__heading {
    min-height: 7.2rem !important;
  }

  /* Set cards are full width on mobile, so their names can breathe without a
     fixed-height clamp. The removed brand strip also makes them more compact. */
  .pp-sets-showcase .product-card-wrapper--set .card__heading,
  .pp-sets-showcase .product-card-wrapper--set .card__heading a {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp: unset !important;
  }

  .pp-sets-showcase .product-card-wrapper--set .card__heading {
    margin-bottom: .75rem !important;
  }
}


/* === Peach & Poppy V52 — aligned grids, equal ritual cards, horizontal trust bar and safer discount flow === */

/* Stable catalogue grids across desktop and mobile. Using CSS grid instead of flex
   keeps an odd final card aligned to the left instead of floating in the centre. */
.collection ul.product-grid:not(.slider),
.related-products ul.product-grid:not(.slider),
.pp-skin-concerns ul.product-grid:not(.slider),
.template-search ul.product-grid:not(.slider),
.template-index .collection ul.product-grid:not(.slider),
.pp-sets-showcase__grid {
  display: grid !important;
  align-items: stretch !important;
  justify-content: stretch !important;
}

.collection ul.product-grid:not(.slider) > .grid__item,
.related-products ul.product-grid:not(.slider) > .grid__item,
.pp-skin-concerns ul.product-grid:not(.slider) > .grid__item,
.template-search ul.product-grid:not(.slider) > .grid__item,
.template-index .collection ul.product-grid:not(.slider) > .grid__item,
.pp-sets-showcase__grid > .grid__item {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  justify-self: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 990px) {
  .collection ul.product-grid:not(.slider),
  .related-products ul.product-grid:not(.slider),
  .pp-skin-concerns ul.product-grid:not(.slider),
  .template-search ul.product-grid:not(.slider),
  .template-index .collection ul.product-grid:not(.slider) {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 1.8rem !important;
    row-gap: 1.8rem !important;
  }

  .pp-sets-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 2rem !important;
    row-gap: 2rem !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .collection ul.product-grid:not(.slider),
  .related-products ul.product-grid:not(.slider),
  .pp-skin-concerns ul.product-grid:not(.slider),
  .template-search ul.product-grid:not(.slider),
  .template-index .collection ul.product-grid:not(.slider) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 1.4rem !important;
    row-gap: 1.6rem !important;
  }

  .pp-sets-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 1.6rem !important;
    row-gap: 1.6rem !important;
  }
}

@media screen and (max-width: 749px) {
  .pp-sets-showcase__grid {
    grid-template-columns: 1fr !important;
    gap: 1.4rem !important;
  }
}

/* Equal-height cards for every product and especially for ritual/set cards. */
.product-card-wrapper,
.product-card-wrapper .card,
.product-card-wrapper .card__content,
.product-card-wrapper .card__content:last-child {
  height: 100% !important;
}

.product-card-wrapper .card {
  display: flex !important;
  flex-direction: column !important;
}

.product-card-wrapper .card__content:last-child {
  display: flex !important;
  flex-direction: column !important;
}

.product-card-wrapper .card__information {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.product-card-wrapper .quick-add {
  margin-top: auto !important;
}

/* Full titles without clipping. Create a consistent title zone instead of cutting text. */
.product-card-wrapper .card__heading,
.product-card-wrapper .card__heading a {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  -webkit-line-clamp: unset !important;
}

.collection .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading,
.pp-skin-concerns .product-card-wrapper .card__heading,
.template-search .product-card-wrapper .card__heading,
.pp-sets-showcase .product-card-wrapper .card__heading {
  min-height: 7.8rem !important;
}

.product-card-wrapper--set .card__heading {
  min-height: 8.4rem !important;
}

@media screen and (max-width: 749px) {
  .collection .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading,
  .pp-skin-concerns .product-card-wrapper .card__heading,
  .template-search .product-card-wrapper .card__heading {
    min-height: 7.4rem !important;
  }

  .product-card-wrapper--set .card__heading {
    min-height: 0 !important;
  }
}

/* Ritual cards: equal information architecture with price, savings and CTA locked in place. */
.product-card-wrapper--set .card__information {
  gap: .95rem !important;
}

.product-card-wrapper--set .pp-set-profile {
  order: 4 !important;
  margin-top: auto !important;
  min-height: 13.8rem !important;
  padding: 1.6rem 1.5rem !important;
  border-radius: 2rem !important;
  background: rgba(255,255,255,.88) !important;
  border: 1px solid rgba(201, 165, 155, .28) !important;
}

.product-card-wrapper--set .pp-set-profile__group {
  display: flex !important;
  flex-direction: column !important;
  gap: .85rem !important;
}

.product-card-wrapper--set .pp-set-profile__chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .65rem !important;
}

.product-card-wrapper--set .pp-set-profile__chips span,
.product-card-wrapper--set .pp-set-profile__skin {
  line-height: 1.35 !important;
}

.product-card-wrapper--set .pp-card-set-meta {
  order: 5 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: .85rem !important;
  margin-top: 1rem !important;
}

.product-card-wrapper--set .pp-card-price {
  width: 100% !important;
  align-items: center !important;
  text-align: center !important;
  min-height: 0 !important;
}

.product-card-wrapper--set .pp-card-price__compare,
.product-card-wrapper--set .pp-card-price__current {
  display: block !important;
  width: 100% !important;
}

.product-card-wrapper--set .pp-card-set-benefits {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: .7rem !important;
  width: 100% !important;
}

.product-card-wrapper--set .pp-card-set-benefits span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 3.2rem !important;
  padding: .6rem 1.2rem !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.95) !important;
  border: 1px solid rgba(214, 173, 151, .55) !important;
  font-weight: 700 !important;
}

.product-card-wrapper--set .quick-add {
  order: 6 !important;
}

/* Product page: benefits/trust blocks become a clear horizontal section above the CTA. */
.product__info-container .purchase-reassurance {
  margin: 1.2rem 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.product__info-container .purchase-reassurance__list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: .85rem !important;
}

.product__info-container .purchase-reassurance__item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .65rem !important;
  min-height: 5.2rem !important;
  padding: .95rem 1.05rem !important;
  border-radius: 1.8rem !important;
  border: 1px solid rgba(214, 173, 151, .35) !important;
  background: rgba(255,255,255,.86) !important;
  box-shadow: 0 .8rem 2rem rgba(91,57,48,.05) !important;
  text-align: center !important;
  line-height: 1.3 !important;
}

.product__info-container .purchase-reassurance__icon {
  margin-top: 0 !important;
}

@media screen and (min-width: 990px) {
  .product__info-container .purchase-reassurance__list {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* Product page: set prices stacked vertically and clearer benefits close to the CTA flow. */
.product__info-container .pp-set-price-benefits {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .8rem !important;
  margin: 1rem 0 1.4rem !important;
}

.product__info-container .pp-set-price-benefits span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 3.6rem !important;
  padding: .7rem 1.35rem !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.95) !important;
  border: 1px solid rgba(214, 173, 151, .55) !important;
  font-weight: 700 !important;
}

.product__info-container .price.price--large .price__container,
.product__info-container .price.price--large .price__sale,
.product__info-container .price.price--large .price__regular {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: .35rem !important;
}

.product__info-container .price.price--large .price-item {
  display: block !important;
}

.product__info-container .price.price--large .price-item--regular {
  font-size: clamp(2.2rem, 4vw, 3rem) !important;
}

.product__info-container .price.price--large .price-item--sale,
.product__info-container .price.price--large .price-item--last {
  font-size: clamp(3rem, 5vw, 4.4rem) !important;
  line-height: 1.02 !important;
}

/* Related products section: cleaner contrast and more visible CTA. */
.related-products {
  padding: 2.2rem 2rem 2.4rem !important;
  border-radius: 3rem !important;
  background: linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(248,239,235,.95) 100%) !important;
  border: 1px solid rgba(214, 173, 151, .26) !important;
  box-shadow: 0 1.8rem 4rem rgba(91,57,48,.05) !important;
}

.related-products .product-card-wrapper .card {
  background: #fffaf8 !important;
  border: 1px solid rgba(214,173,151,.28) !important;
}

.related-products .product-card-wrapper .quick-add__submit {
  background: #fff4ee !important;
  border: 1.5px solid rgba(79,54,48,.72) !important;
  box-shadow: 0 .55rem 1.3rem rgba(91,57,48,.11) !important;
  font-weight: 700 !important;
}

.related-products .product-card-wrapper .quick-add__submit:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 .8rem 1.8rem rgba(91,57,48,.15) !important;
}


/* === Peach & Poppy V53 — one correct price, wide product title, compact equal cards === */

/* Restore Dawn's price visibility logic. V52 accidentally forced both the regular
   and sale containers to display, which caused double and triple prices. */
.product__info-container .price.price--large .price__regular {
  display: block !important;
}
.product__info-container .price.price--large .price__sale {
  display: none !important;
}
.product__info-container .price.price--large.price--on-sale .price__regular {
  display: none !important;
}
.product__info-container .price.price--large.price--on-sale .price__sale {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: .35rem !important;
}
.product__info-container .price.price--large:not(.price--on-sale) .price__regular {
  display: block !important;
}
.product__info-container .price.price--large:not(.price--on-sale) .price__sale {
  display: none !important;
}

/* Product title uses the full information column instead of a narrow character box. */
.template-product .product__title,
.template-product .product__title h1 {
  width: 100% !important;
  max-width: none !important;
}
.template-product .product__title h1 {
  font-size: clamp(2.8rem, 3.35vw, 4.8rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em !important;
}
@media screen and (min-width: 990px) {
  .template-product .product.grid--2-col-tablet {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
    gap: 3.2rem !important;
  }
}
@media screen and (max-width: 749px) {
  .template-product .product__title h1 {
    font-size: 2.7rem !important;
    line-height: 1.06 !important;
  }
}

/* Catalogue cards: equal widths and equal row heights without giant empty interiors. */
.collection ul.product-grid:not(.slider),
.related-products ul.product-grid:not(.slider),
.pp-skin-concerns ul.product-grid:not(.slider),
.template-search ul.product-grid:not(.slider),
.template-index .collection ul.product-grid:not(.slider) {
  align-items: stretch !important;
}
.product-card-wrapper .card__information {
  flex: 0 1 auto !important;
}
.product-card-wrapper .quick-add {
  margin-top: auto !important;
}
.product-card-wrapper .card__content:last-child {
  min-height: 0 !important;
}
.product-card-wrapper .card--pp-product > .card__content:last-child {
  padding-bottom: 1.35rem !important;
}

/* A consistent, compact title area. Full names remain visible. */
.collection .product-card-wrapper .card__heading,
.related-products .product-card-wrapper .card__heading,
.pp-skin-concerns .product-card-wrapper .card__heading,
.template-search .product-card-wrapper .card__heading,
.template-index .collection .product-card-wrapper .card__heading {
  min-height: 6.4rem !important;
  margin-bottom: .45rem !important;
}
@media screen and (max-width: 749px) {
  .collection .product-card-wrapper .card__heading,
  .related-products .product-card-wrapper .card__heading,
  .pp-skin-concerns .product-card-wrapper .card__heading,
  .template-search .product-card-wrapper .card__heading,
  .template-index .collection .product-card-wrapper .card__heading {
    min-height: 7rem !important;
  }
}

/* Set/ritual cards: same width, same structure, much less dead space. */
.pp-sets-showcase__grid {
  align-items: stretch !important;
}
.pp-sets-showcase__grid > .grid__item,
.pp-sets-showcase .product-card-wrapper,
.pp-sets-showcase .product-card-wrapper .card {
  width: 100% !important;
  max-width: none !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__heading {
  min-height: 6.2rem !important;
  margin: 0 0 .55rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__information {
  gap: .7rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .pp-set-profile {
  margin-top: .4rem !important;
  min-height: 11.2rem !important;
  padding: 1.25rem 1.3rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .pp-card-set-meta {
  margin-top: .45rem !important;
  gap: .55rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .pp-card-price {
  padding-top: 0 !important;
  min-height: 4.8rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .pp-card-set-benefits {
  gap: .55rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .pp-card-set-benefits span {
  min-height: 2.9rem !important;
  padding: .5rem .95rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .quick-add {
  padding-top: .7rem !important;
}

/* Related products: identical card sizes, tighter spacing and stronger premium CTA. */
.related-products ul.product-grid:not(.slider) {
  align-items: stretch !important;
}
.related-products .product-card-wrapper,
.related-products .product-card-wrapper .card {
  height: 100% !important;
}
.related-products .product-card-wrapper .card__information {
  flex: 0 1 auto !important;
}
.related-products .product-card-wrapper .quick-add {
  margin-top: auto !important;
}
.related-products .product-card-wrapper .card__heading {
  min-height: 6.4rem !important;
}
.related-products .product-card-wrapper .quick-add__submit {
  background: #f7d9ce !important;
  border-color: rgba(104,62,52,.72) !important;
}

/* Keep the final card aligned left; never center incomplete rows. */
.collection ul.product-grid:not(.slider),
.related-products ul.product-grid:not(.slider),
.pp-skin-concerns ul.product-grid:not(.slider),
.template-search ul.product-grid:not(.slider),
.pp-sets-showcase__grid {
  justify-content: start !important;
}


/* v54 — four-column ritual cards, safer typography and customer-only review form */
.pp-sets-showcase__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 2rem !important;
}
.pp-sets-showcase__grid > .grid__item {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__heading,
.pp-sets-showcase .product-card-wrapper--set .card__heading a {
  font-size: clamp(2rem, 1.35vw, 2.55rem) !important;
  line-height: 1.16 !important;
  letter-spacing: -.025em !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}
.pp-sets-showcase .product-card-wrapper--set .card__heading {
  min-height: 7.2rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .pp-set-profile {
  min-height: 12.8rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .pp-set-profile__chips {
  row-gap: .7rem !important;
}
.pp-sets-showcase .product-card-wrapper--set .pp-set-profile__chips span,
.pp-sets-showcase .product-card-wrapper--set .pp-set-profile__skin {
  line-height: 1.35 !important;
}

/* Prevent section descriptions from visually overprinting at any viewport width. */
.pp-skin-concerns__description,
.pp-skin-concerns__description p,
.pp-concern-panel__description,
.pp-concern-panel__description p,
.rte p {
  line-height: 1.55 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-decoration-thickness: from-font;
}






@media screen and (max-width: 1199px) {
  .pp-sets-showcase__grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media screen and (max-width: 989px) {
  .pp-sets-showcase__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 1.5rem !important; }
}
@media screen and (max-width: 749px) {
  .pp-sets-showcase__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 1rem !important; }
  .pp-sets-showcase .product-card-wrapper--set .card__heading,
  .pp-sets-showcase .product-card-wrapper--set .card__heading a {
    font-size: 1.65rem !important;
    line-height: 1.2 !important;
  }
  .pp-sets-showcase .product-card-wrapper--set .card__heading { min-height: 6.4rem !important; }
  .pp-sets-showcase .product-card-wrapper--set .pp-set-profile { min-height: 13.5rem !important; padding: 1.1rem !important; }
  
}


/* === Peach & Poppy V55: promotion navigation, bundle price clarity and featured rituals === */
.peach-poppy-menu__promo-link {
  margin-inline: .25rem;
  padding: .65rem 1.25rem !important;
  border: 1px solid rgba(151, 67, 83, .24);
  border-radius: 999px;
  background: linear-gradient(135deg, #f8d9df 0%, #f3b7c3 100%);
  color: #7f3043 !important;
  font-weight: 750 !important;
  box-shadow: 0 .7rem 1.8rem rgba(139, 65, 82, .14);
}
.peach-poppy-menu__promo-link:hover,
.peach-poppy-menu__promo-link:focus-visible {
  background: linear-gradient(135deg, #f5cbd4 0%, #eda6b5 100%);
  color: #692336 !important;
  transform: translateY(-1px);
}
.pp-mobile-menu-quick-card--promo {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #fbe5e9 0%, #f5c2cc 100%) !important;
  border-color: rgba(151, 67, 83, .25) !important;
  color: #7f3043 !important;
}
.pp-set-benefits__components {
  grid-column: 1 / -1;
  padding-bottom: 1.2rem;
  margin-bottom: .4rem;
  border-bottom: 1px solid rgba(var(--color-foreground), .1);
}
.pp-set-benefits__components-heading { margin: 0 0 .8rem !important; }
.pp-set-benefits__component-list {
  display: grid;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pp-set-benefits__component-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
  font-size: 1.35rem;
  line-height: 1.45;
}
.pp-set-benefits__component-list li span { flex: 1; }
.pp-set-benefits__component-list li strong { white-space: nowrap; }
.pp-collection-hero--promo .pp-collection-hero__text-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(151, 67, 83, .18);
  border-radius: 2.8rem;
  padding: clamp(2.4rem, 5vw, 5rem);
  background: radial-gradient(circle at top right, rgba(255,255,255,.92), transparent 43%), linear-gradient(135deg, #fff5f1 0%, #f9d7dc 100%);
  box-shadow: 0 1.5rem 4rem rgba(114, 61, 73, .10);
}
.pp-collection-hero--promo .collection-hero__title {
  display: inline-block;
  padding: .25em .62em;
  border-radius: 999px;
  background: #8f3b50;
  color: #fff;
  letter-spacing: .01em;
}
@media screen and (max-width: 749px) {
  .pp-set-benefits__component-list li { font-size: 1.2rem; }
  .pp-collection-hero--promo .pp-collection-hero__text-wrapper { border-radius: 2rem; }
}


/* === Peach & Poppy V56: wider compact mobile ritual cards, correct set savings and PEACH10 policy === */
.pp-product-set-price {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: .35rem !important;
  margin: .4rem 0 1rem !important;
}
.pp-product-set-price .pp-card-price__compare {
  font-size: clamp(1.8rem, 4vw, 2.5rem) !important;
}
.pp-product-set-price .pp-card-price__current {
  font-size: clamp(3rem, 7vw, 4.4rem) !important;
  line-height: 1.04 !important;
}
.pp-peach10-policy {
  margin: 1rem 0 1.2rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(216, 125, 101, .28);
  border-radius: 1.4rem;
  background: rgba(255, 241, 235, .92);
  color: rgba(var(--color-foreground), .82);
  font-size: 1.25rem;
  line-height: 1.45;
}
.pp-peach10-policy strong { color: #9b443e; }
.pp-peach10-policy--drawer { margin-top: 0; }

@media screen and (max-width: 749px) {
  .pp-featured-rituals .page-width {
    width: 100% !important;
    max-width: none !important;
    padding-inline: 1rem !important;
  }
  .pp-featured-rituals__header {
    margin-bottom: 2.2rem !important;
    padding-inline: .4rem !important;
  }
  .pp-featured-rituals__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.8rem !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .pp-featured-rituals__item,
  .pp-featured-rituals__card,
  .pp-featured-rituals .product-card-wrapper,
  .pp-featured-rituals .product-card-wrapper .card,
  .pp-featured-rituals .product-card-wrapper .card__content,
  .pp-featured-rituals .product-card-wrapper .card__content:last-child {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .pp-featured-rituals__card {
    padding: .8rem !important;
    border-radius: 2rem !important;
  }
  .pp-featured-rituals .product-card-wrapper .card__information {
    display: flex !important;
    flex: 0 0 auto !important;
    min-height: 0 !important;
    gap: .8rem !important;
  }
  .pp-featured-rituals .product-card-wrapper--set .card__heading,
  .pp-featured-rituals .product-card-wrapper--set .card__heading a {
    min-height: 0 !important;
    font-size: 2.3rem !important;
    line-height: 1.12 !important;
  }
  .pp-featured-rituals .product-card-wrapper--set .pp-card-set-meta {
    margin-top: 1.2rem !important;
    gap: .8rem !important;
  }
  .pp-featured-rituals .product-card-wrapper--set .quick-add {
    margin-top: 1.4rem !important;
    padding-top: 0 !important;
  }
  .pp-featured-rituals .product-card-wrapper--set .quick-add__submit {
    min-height: 5.6rem !important;
    font-size: 1.7rem !important;
  }
  .pp-featured-rituals__note {
    margin: 1.2rem .6rem .5rem !important;
    padding-top: 1.2rem !important;
    font-size: 1.45rem !important;
    line-height: 1.5 !important;
  }
  .pp-featured-rituals .card__media,
  .pp-featured-rituals .card__inner,
  .pp-featured-rituals .card__inner.ratio {
    width: 100% !important;
  }
  .pp-peach10-policy {
    font-size: 1.2rem;
    padding: .9rem 1rem;
  }
}


/* ===== peach-poppy-v62.css ===== */
/* Peach & Poppy v62 — performance, layout stability and accessibility fixes */

/* Reserve stable space for the header group before fonts/apps finish loading. */
.announcement-bar-section .utility-bar { min-height: 3.6rem; }
.announcement-bar__message { min-height: 3.6rem; display: flex; align-items: center; justify-content: center; margin: 0; }
.shopify-section-header-sticky,
.shopify-section-header-hidden,
.section-header { contain: layout style; }
.header { min-height: 7.2rem; }
.header__heading-logo-wrapper { width: var(--pp-logo-width, 12rem); min-height: 4.2rem; display: flex; align-items: center; }
.header__heading-logo { display: block; height: auto; }
.trust-bar__inner { min-height: 6.2rem; }

/* Hero: stable box, no fixed/parallax image, and no late geometry change. */
.template-index .banner:first-of-type { overflow: hidden; }
.template-index .banner:first-of-type .banner__media,
.template-index .banner:first-of-type .banner__media img { transform: none !important; }
.template-index .banner:first-of-type .banner__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 749px) {
  .header { min-height: 6.4rem; }
  .header__heading-logo-wrapper { min-height: 3.8rem; }
  .trust-bar__inner { min-height: 11.6rem; }
  .template-index .banner:first-of-type,
  .template-index .banner:first-of-type .banner__content { min-height: 39rem; }
  .template-index .banner:first-of-type .banner__box { min-height: 28rem; display: flex; flex-direction: column; justify-content: center; }
}
@media screen and (min-width: 750px) {
  .template-index .banner:first-of-type,
  .template-index .banner:first-of-type .banner__content { min-height: 42rem; }
}

/* Product grids: reserve consistent image, title, price and action rows. */
.product-card-wrapper .card__media,
.product-card-wrapper .card__media .media { height: 100%; }
.product-card-wrapper .card__heading { min-height: 5.2rem; }
.product-card-wrapper .price { min-height: 3.2rem; }
.product-card-wrapper .quick-add { min-height: 4.8rem; }
.product-card-wrapper .card__badge { min-height: 2.6rem; }

/* Avoid layout-heavy hover effects and respect reduced-motion preferences. */
.card-wrapper .card,
.card-wrapper .card__inner,
.button,
.shopify-payment-button__button { transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Keep fixed overlays from affecting document flow. */


/* The store does not offer pickup; hide any stale app/theme fragments defensively. */
pickup-availability,
.product__pickup-availabilities { display: none !important; }


/* ===== component-list-menu.css ===== */
.list-menu--right {
  right: 0;
}

.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 20rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}

.list-menu--disclosure:focus {
  outline: none;
}

.list-menu__item--active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.list-menu__item--active:hover {
  text-decoration-thickness: 0.2rem;
}

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}


/* ===== component-search.css ===== */
.search__input.field__input {
  padding-right: 9.8rem;
}

.search__button {
  right: var(--inputs-border-width);
  top: var(--inputs-border-width);
}

.reset__button {
  right: calc(var(--inputs-border-width) + 4.4rem);
  top: var(--inputs-border-width);
}

.reset__button:not(:focus-visible)::after {
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.08);
  display: block;
  height: calc(100% - 1.6rem);
  content: '';
  position: absolute;
  right: 0;
}

.reset__button:not(:focus)::after {
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.08);
  display: block;
  height: calc(100% - 1.8rem);
  content: '';
  position: absolute;
  right: 0;
}

.search__button:focus-visible,
.reset__button:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 4;
}

.search__button:focus,
.reset__button:focus {
  background-color: rgb(var(--color-background));
  z-index: 4;
}

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

.search__button:hover .icon,
.reset__button:hover .icon {
  transform: scale(1.07);
}

.search__button .icon {
  height: 1.8rem;
  width: 1.8rem;
}

.reset__button .icon.icon-close {
  height: 1.8rem;
  width: 1.8rem;
  stroke-width: 0.1rem;
}

/* Remove extra spacing for search inputs in Safari */
input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.template-search__results {
  position: relative;
}


/* ===== component-menu-drawer.css ===== */
.header__icon--menu {
  position: initial;
}

.js menu-drawer > details > summary::before,
.js menu-drawer > details[open]:not(.menu-opening) > summary::before {
  content: '';
  position: absolute;
  cursor: default;
  width: 100%;
  height: calc(100vh - 100%);
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  top: 100%;
  left: 0;
  background: rgba(var(--color-foreground), 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity 0s, visibility 0s;
}

menu-drawer > details[open] > summary::before {
  visibility: visible;
  opacity: 1;
  transition: opacity var(--duration-default) ease, visibility var(--duration-default) ease;
}

.menu-drawer {
  position: absolute;
  transform: translateX(-100%);
  visibility: hidden;
  z-index: 3;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0;
  background-color: rgb(var(--color-background));
  overflow-x: hidden;
  filter: drop-shadow(
    var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius)
      rgba(var(--color-shadow), var(--drawer-shadow-opacity))
  );
}

.js .menu-drawer {
  height: calc(100vh - 100%);
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
}

.js details[open] > .menu-drawer,
.js details[open] > .menu-drawer__submenu {
  transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
}

.js details[open].menu-opening > .menu-drawer,
details[open].menu-opening > .menu-drawer__submenu {
  transform: translateX(0);
  visibility: visible;
}

.js .menu-drawer__navigation .submenu-open {
  visibility: hidden; /* hide menus from screen readers when hidden by submenu */
}

@media screen and (min-width: 750px) {
  .menu-drawer {
    width: 40rem;
    border-width: 0 var(--drawer-border-width) 0 0;
    border-style: solid;
    border-color: rgba(var(--color-foreground), var(--drawer-border-opacity));
  }
}

.menu-drawer__inner-container {
  position: relative;
  height: 100%;
}

.menu-drawer__navigation-container {
  display: grid;
  grid-template-rows: 1fr auto;
  align-content: space-between;
  overflow-y: auto;
  height: 100%;
}

.menu-drawer__navigation {
  padding: 3rem 0;
}

.menu-drawer__inner-submenu {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.js .menu-drawer__menu li {
  margin-bottom: 0.2rem;
}

.menu-drawer__menu-item {
  padding: 1.1rem 3rem;
  text-decoration: none;
  font-size: 1.8rem;
}

.menu-drawer summary.menu-drawer__menu-item {
  padding-right: 5.2rem;
}

.menu-drawer__menu-item--active,
.menu-drawer__menu-item:focus,
.menu-drawer__close-button:focus,
.menu-drawer__menu-item:hover,
.menu-drawer__close-button:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.04);
}

.menu-drawer__menu-item--active:hover {
  background-color: rgba(var(--color-foreground), 0.08);
}

.js .menu-drawer__menu-item .icon-caret {
  display: none;
}

.menu-drawer__menu-item > .svg-wrapper {
  width: 15px;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}

.js .menu-drawer__submenu {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgb(var(--color-background));
  z-index: 1;
  transform: translateX(100%);
  visibility: hidden;
}

.js .menu-drawer__submenu .menu-drawer__submenu {
  overflow-y: auto;
}

.menu-drawer__close-button {
  margin-top: 1.5rem;
  padding: 1.2rem 2.6rem 1.2rem 3rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  width: 100%;
  background-color: transparent;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  text-align: left;
}

.menu-drawer__close-button .svg-wrapper {
  transform: rotate(180deg);
  margin-right: 1rem;
  width: 15px;
}

.menu-drawer__utility-links {
  padding: 0;
  background-color: rgba(var(--color-foreground), 0.03);
  position: relative;
}

.header--has-social .menu-drawer__utility-links {
  padding: 2rem 3rem;
}

@media screen and (max-width: 749px) {
  .header--has-account:where(:not(.header--has-social):not(.header--has-localizations)) .menu-drawer__utility-links {
    padding: 2rem 3rem;
  }
}

@media screen and (max-width: 989px) {
  .header--has-localizations:where(:not(.header--has-social)) .menu-drawer__utility-links {
    padding: 2rem 3rem;
  }
}

.menu-drawer__account {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
  margin-bottom: 0;
}

.menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account {
  margin: 0;
}

.menu-drawer__account account-icon > .svg-wrapper {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
}

.menu-drawer__account shop-user-avatar {
  --shop-avatar-size: 2.4rem;
  margin-right: 0.55rem;
  margin-left: -0.45rem;
}

.menu-drawer__account:hover account-icon > .svg-wrapper {
  transform: scale(1.07);
}

.menu-drawer .list-social {
  justify-content: flex-start;
  margin-left: -1.25rem;
}

.menu-drawer .list-social:empty {
  display: none;
}

.menu-drawer .list-social__link {
  padding: 1.1rem 1.1rem;
}

@media screen and (max-width: 749px) {
  .menu-drawer.country-selector-open {
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}


/* ===== component-peach-poppy-menu.css ===== */
/* Peach & Poppy curated navigation */
.peach-poppy-menu__list {
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.05rem;
}

.peach-poppy-menu .header__menu-item {
  padding: 1.2rem 0.67rem;
  font-size: 1.28rem;
  font-weight: 560;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.peach-poppy-menu .header__menu-item:hover span,
.peach-poppy-menu .header__menu-item:focus-visible span,
.peach-poppy-menu__dropdown[open] > summary span {
  text-decoration: underline;
  text-underline-offset: 0.35rem;
  text-decoration-thickness: 0.1rem;
}

.peach-poppy-menu__dropdown {
  position: relative;
}

.peach-poppy-menu__dropdown > summary {
  list-style: none;
}

.peach-poppy-menu__dropdown > summary::-webkit-details-marker {
  display: none;
}

.peach-poppy-menu__dropdown > summary .icon-caret {
  height: 0.55rem;
  margin-left: 0.55rem;
  transition: transform var(--duration-short) ease;
}

.peach-poppy-menu__dropdown[open] > summary .icon-caret {
  transform: rotate(180deg);
}

.peach-poppy-menu__panel {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 50%;
  z-index: 20;
  min-width: 23rem;
  padding: 1.1rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 1.4rem;
  box-shadow: 0 1.4rem 3.5rem rgba(var(--color-shadow), 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -0.7rem);
  transition: opacity var(--duration-short) ease, transform var(--duration-short) ease, visibility var(--duration-short) ease;
}

.peach-poppy-menu__panel--wide {
  min-width: 27rem;
}

.peach-poppy-menu__dropdown[open] .peach-poppy-menu__panel {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.peach-poppy-menu__link {
  display: block;
  padding: 1rem 1.2rem;
  border-radius: 0.9rem;
  color: rgba(var(--color-foreground), 0.82);
  font-size: 1.4rem;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}

.peach-poppy-menu__link:hover,
.peach-poppy-menu__link:focus-visible {
  color: rgb(var(--color-foreground));
  background: rgba(var(--color-foreground), 0.055);
  text-decoration: none;
}

@media screen and (min-width: 990px) and (max-width: 1249px) {
  .peach-poppy-menu .header__menu-item {
    padding-inline: 0.52rem;
    font-size: 1.2rem;
  }

  .header__heading-logo-wrapper {
    max-width: 11rem;
  }
}

/* Mobile drawer accordion */
.peach-poppy-drawer-menu__details > summary {
  list-style: none;
}

.peach-poppy-drawer-menu__details > summary::-webkit-details-marker {
  display: none;
}

.peach-poppy-drawer-menu__details > summary .svg-wrapper {
  margin-left: auto;
}

.peach-poppy-drawer-menu__details > summary .icon-caret {
  transition: transform var(--duration-short) ease;
}

.peach-poppy-drawer-menu__details[open] > summary .icon-caret {
  transform: rotate(180deg);
}

.peach-poppy-drawer-menu__submenu {
  margin: 0 1.4rem 0.8rem;
  padding: 0.5rem 0 0.7rem;
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.12);
}

.peach-poppy-drawer-menu__submenu .menu-drawer__menu-item {
  min-height: 4.5rem;
  padding: 1rem 1.8rem;
  font-size: 1.45rem;
}

/* Language flags and compact selector */
.language-selector__button {
  gap: 0.65rem;
}

.language-flag {
  display: inline-flex;
  flex: 0 0 auto;
  width: 1.9rem;
  justify-content: center;
  font-size: 1.65rem;
  line-height: 1;
}

.language-selector__current-code {
  display: none;
  font-weight: 650;
  letter-spacing: 0.06em;
}

.language-selector__link {
  grid-template-columns: 1.4rem 2rem minmax(10rem, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  min-width: 20rem;
}

.language-selector__check {
  display: inline-flex;
  align-items: center;
}

.language-selector__iso {
  color: rgba(var(--color-foreground), 0.55);
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 990px) {
  .header-localization:not(.menu-drawer__localization) .language-selector__current-name {
    display: none;
  }

  .header-localization:not(.menu-drawer__localization) .language-selector__current-code {
    display: inline;
  }

  .header-localization:not(.menu-drawer__localization) .language-selector__button {
    min-width: auto;
    padding-left: 0.6rem;
    padding-right: 2.2rem;
  }
}

@media screen and (max-width: 989px) {
  .menu-drawer__localization {
    padding-top: 1.2rem;
    border-top: 0.1rem solid rgba(var(--color-foreground), 0.1);
  }

  .menu-drawer__localization .language-selector__button {
    width: 100%;
    min-height: 4.8rem;
    padding-left: 1.2rem;
    border: 0.1rem solid rgba(var(--color-foreground), 0.12);
    border-radius: 1rem;
  }

  .menu-drawer__localization .language-selector__current-name {
    display: inline;
  }
}

/* Use the spacious desktop menu from 1200 px; keep a clean drawer on smaller laptops/tablets. */
@media screen and (min-width: 990px) and (max-width: 1279px) {
  .header--middle-left {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left header-drawer {
    display: flex;
    grid-area: left-icons;
  }

  .header--middle-left .header__heading {
    justify-self: start;
  }

  .peach-poppy-menu.header__inline-menu {
    display: none;
  }
}

/* V55 promo quick-card layout */
.pp-mobile-menu-quick-card--promo{grid-column:1/-1}


/* ===== component-cart-notification.css ===== */
.cart-notification-wrapper {
  position: relative;
}

.cart-notification-wrapper .cart-notification {
  display: block;
}

.cart-notification {
  border-bottom-right-radius: var(--popup-corner-radius);
  border-bottom-left-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: 0 0 var(--popup-border-width);
  padding: 2.5rem 3.5rem;
  position: absolute;
  right: 0;
  transform: translateY(-100%);
  visibility: hidden;
  width: 100%;
  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;
}

.cart-notification.focused {
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.cart-notification:focus-visible {
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
  .header-wrapper:not(.header-wrapper--border-bottom) + cart-notification .cart-notification {
    border-top-width: var(--popup-border-width);
  }

  .cart-notification {
    border-width: 0 var(--popup-border-width) var(--popup-border-width);
    max-width: 36.8rem;
    right: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .cart-notification-wrapper:is(.page-width) > .cart-notification {
    right: 4rem;
  }
}

.cart-notification.animate {
  transition: transform var(--duration-short) ease, visibility 0s var(--duration-short) ease;
}

.cart-notification.active {
  transform: translateY(0);
  transition: transform var(--duration-default) ease, visibility 0s;
  visibility: visible;
}

.cart-notification__header {
  align-items: flex-start;
  display: flex;
}

.cart-notification__heading {
  align-items: center;
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
  margin-top: 0;
}

.cart-notification__heading .icon-checkmark {
  color: rgb(var(--color-foreground));
  margin-right: 1rem;
  width: 1.3rem;
}

.cart-notification__close {
  margin-top: -2rem;
  margin-right: -3rem;
}

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

.cart-notification__links > * {
  margin-top: 1rem;
}

.cart-notification-product {
  align-items: flex-start;
  display: flex;
  padding-bottom: 3rem;
  padding-top: 2rem;
}

.cart-notification-product dl {
  margin-bottom: 0;
  margin-top: 0;
}

.cart-notification-product__image {
  display: inline-flex;
  margin-right: 1.5rem;
  margin-top: 0.5rem;
}

.cart-notification-product__image:after {
  content: none;
}

.cart-notification-product__title {
  align-items: flex-start;
  display: flex;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}

.cart-notification-product__title .cart-notification-product__name {
  margin: 0;
}

.cart-notification-product__title .cart-item__disclosure {
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

.cart-notification-product__name {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.cart-notification .cart-item__disclosure-tooltip {
  bottom: auto;
  top: calc(100% + 0.9rem);
}


/* ===== component-price.css ===== */
.price {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.price > * {
  display: inline-block;
  vertical-align: top;
}

.price.price--unavailable {
  visibility: hidden;
}

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

.price .price-item {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.price__regular .price-item--regular {
  margin-right: 0;
}

.price:not(.price--show-badge) .price-item--last:last-of-type {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}

.price--large {
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.13rem;
}

@media screen and (min-width: 750px) {
  .price--large {
    font-size: 1.8rem;
  }
}

.price--sold-out .price__availability,
.price__regular {
  display: block;
}

.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale,
.volume-pricing--sale-badge .price__badge-sale {
  display: inline-block;
}

.volume-pricing--sale-badge .price__badge-sale {
  margin-left: 0.5rem;
}

.price--on-sale .price__sale {
  display: initial;
  flex-direction: row;
  flex-wrap: wrap;
}

.price--center {
  display: initial;
  justify-content: center;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.3rem;
}

.unit-price {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  color: rgba(var(--color-foreground), 0.7);
}


/* ===== component-slideshow.css ===== */
slideshow-component {
  position: relative;
  display: flex;
  flex-direction: column;
}

slideshow-component .slideshow.banner {
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  gap: 0;
  overflow-y: hidden;
}

.slideshow__slide {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  visibility: visible;
}

@media screen and (max-width: 749px) {
  .slideshow--placeholder.banner--mobile-bottom.banner--adapt_image .slideshow__media,
  .slideshow--placeholder.banner--adapt_image:not(.banner--mobile-bottom) {
    height: 28rem;
  }
}

@media screen and (min-width: 750px) {
  .slideshow--placeholder.banner--adapt_image {
    height: 56rem;
  }
}

.slideshow__text.banner__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 54.5rem;
}

.slideshow__text > * {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  slideshow-component.page-width .slideshow__text {
    border-right: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
    border-left: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  }

  .banner--mobile-bottom .slideshow__text.banner__box {
    max-width: 100%;
  }

  .banner--mobile-bottom .slideshow__text-wrapper {
    flex-grow: 1;
  }

  .banner--mobile-bottom .slideshow__text.banner__box {
    height: 100%;
  }

  .banner--mobile-bottom .slideshow__text .button {
    flex-grow: 0;
  }

  .slideshow__text.slideshow__text-mobile--left {
    align-items: flex-start;
    text-align: left;
  }

  .slideshow__text.slideshow__text-mobile--right {
    align-items: flex-end;
    text-align: right;
  }
}

@media screen and (min-width: 750px) {
  .slideshow__text.slideshow__text--left {
    align-items: flex-start;
    text-align: left;
  }

  .slideshow__text.slideshow__text--right {
    align-items: flex-end;
    text-align: right;
  }
}

.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
  height: 100%;
}

@media screen and (min-width: 750px) {
  .slideshow__text-wrapper.banner__content {
    height: 100%;
    padding: 5rem;
  }
}

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

.slideshow__controls--top {
  order: 2;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .slideshow__controls--border-radius-mobile {
    border-bottom-right-radius: var(--text-boxes-radius);
    border-bottom-left-radius: var(--text-boxes-radius);
  }
}

.spaced-section--full-width:last-child slideshow-component:not(.page-width) .slideshow__controls {
  border-bottom: none;
}

@media screen and (min-width: 750px) {
  .slideshow__controls {
    position: relative;
  }
}

slideshow-component:not(.page-width) .slider-buttons {
  border-right: 0;
  border-left: 0;
}

.slideshow__control-wrapper {
  display: flex;
}

.slideshow__autoplay {
  position: absolute;
  right: 0;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 749px) {
  slideshow-component.page-width .slideshow__autoplay {
    right: 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .slideshow__autoplay.slider-button {
    position: inherit;
    margin-left: 0.6rem;
    padding: 0 0 0 0.6rem;
    border-left: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.slideshow__autoplay .icon.icon-play,
.slideshow__autoplay .icon.icon-pause {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
  width: 0.8rem;
  height: 1.2rem;
}

.slideshow__autoplay .icon.icon-play {
  height: 1rem;
}

.slideshow__autoplay path {
  fill: rgba(var(--color-foreground), 0.75);
}

.slideshow__autoplay:hover path {
  fill: rgb(var(--color-foreground));
}

@media screen and (forced-colors: active) {
  .slideshow__autoplay path,
  .slideshow__autoplay:hover path {
    fill: CanvasText;
  }
}

.slideshow__autoplay:hover .svg-wrapper {
  transform: scale(1.1);
}

.slideshow__autoplay--paused .icon-pause,
.slideshow__autoplay:not(.slideshow__autoplay--paused) .icon-play {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}


/* ===== component-slider.css ===== */
slider-component {
  --desktop-margin-left-first-item: max(
    5rem,
    calc((100vw - var(--page-width) + 10rem - var(--grid-desktop-horizontal-spacing)) / 2)
  );
  position: relative;
  display: block;
}

slider-component.slider-component-full-width {
  --desktop-margin-left-first-item: 1.5rem;
}

@media screen and (max-width: 749px) {
  slider-component.page-width {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 749px) and (max-width: 990px) {
  slider-component.page-width {
    padding: 0 5rem;
  }
}

.slider__slide {
  --focus-outline-padding: 0.5rem;
  --shadow-padding-top: calc((var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius)) * var(--shadow-visible));
  --shadow-padding-bottom: calc((var(--shadow-vertical-offset) + var(--shadow-blur-radius)) * var(--shadow-visible));
  scroll-snap-align: start;
  flex-shrink: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .slider.slider--mobile {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .slider--mobile:after {
    content: '';
    width: 0;
    padding-left: 1.5rem;
  }

  .slider.slider--mobile .slider__slide {
    margin-bottom: 0;
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
  }

  .slider.slider--mobile.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
    padding-bottom: var(--focus-outline-padding);
  }

  .slider.slider--mobile.contains-content-container .slider__slide {
    --focus-outline-padding: 0rem;
  }
}

@media screen and (min-width: 750px) {
  .slider.slider--tablet-up {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1rem;
    -webkit-overflow-scrolling: touch;
  }

  .slider.slider--tablet-up .slider__slide {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 989px) {
  .slider.slider--tablet {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .slider--tablet:after {
    content: '';
    width: 0;
    padding-left: 1.5rem;
    margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
  }

  .slider.slider--tablet .slider__slide {
    margin-bottom: 0;
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
  }

  .slider.slider--tablet.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
    padding-bottom: var(--focus-outline-padding);
  }

  .slider.slider--tablet.contains-content-container .slider__slide {
    --focus-outline-padding: 0rem;
  }
}

.slider--everywhere {
  position: relative;
  flex-wrap: inherit;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
}

.slider.slider--everywhere .slider__slide {
  margin-bottom: 0;
  scroll-snap-align: center;
}

@media screen and (min-width: 990px) {
  .slider-component-desktop.page-width {
    max-width: none;
  }

  .slider--desktop {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    scroll-padding-left: var(--desktop-margin-left-first-item);
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .slider--desktop:after {
    content: '';
    width: 0;
    padding-left: 5rem;
    margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
  }

  .slider.slider--desktop .slider__slide {
    margin-bottom: 0;
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
  }

  .slider--desktop .slider__slide:first-child {
    margin-left: var(--desktop-margin-left-first-item);
    scroll-margin-left: var(--desktop-margin-left-first-item);
  }

  .slider-component-full-width .slider--desktop {
    scroll-padding-left: 1.5rem;
  }

  .slider-component-full-width .slider--desktop .slider__slide:first-child {
    margin-left: 1.5rem;
    scroll-margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .slider-component-full-width .slider--desktop:after {
    padding-left: 1.5rem;
  }

  .slider--desktop.grid--5-col-desktop .grid__item {
    width: calc((100% - var(--desktop-margin-left-first-item)) / 5 - var(--grid-desktop-horizontal-spacing) * 2);
  }

  .slider--desktop.grid--4-col-desktop .grid__item {
    width: calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing) * 3);
  }

  .slider--desktop.grid--3-col-desktop .grid__item {
    width: calc((100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing) * 4);
  }

  .slider--desktop.grid--2-col-desktop .grid__item {
    width: calc((100% - var(--desktop-margin-left-first-item)) / 2 - var(--grid-desktop-horizontal-spacing) * 5);
  }

  .slider--desktop.grid--1-col-desktop .grid__item {
    width: calc((100% - var(--desktop-margin-left-first-item)) - var(--grid-desktop-horizontal-spacing) * 9);
  }

  .slider.slider--desktop.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
    padding-bottom: var(--focus-outline-padding);
  }

  .slider.slider--desktop.contains-content-container .slider__slide {
    --focus-outline-padding: 0rem;
  }
}

@media (prefers-reduced-motion) {
  .slider {
    scroll-behavior: auto;
  }
}

/* Scrollbar */

.slider {
  scrollbar-color: rgb(var(--color-foreground)) rgba(var(--color-foreground), 0.04);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  height: 0.4rem;
  width: 0.4rem;
  display: none;
}

.slider::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-foreground));
  border-radius: 0.4rem;
  border: 0;
}

.slider::-webkit-scrollbar-track {
  background: rgba(var(--color-foreground), 0.04);
  border-radius: 0.4rem;
}

.slider-counter {
  display: flex;
  justify-content: center;
  min-width: 4.4rem;
}

@media screen and (min-width: 750px) {
  .slider-counter--dots {
    margin: 0 1.2rem;
  }
}

.slider-counter__link {
  padding: 1rem;
}

@media screen and (max-width: 749px) {
  .slider-counter__link {
    padding: 0.7rem;
  }
}

.slider-counter__link--dots .dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.5);
  padding: 0;
  display: block;
}

.slider-counter__link--active.slider-counter__link--dots .dot {
  background-color: rgb(var(--color-foreground));
}

@media screen and (forced-colors: active) {
  .slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: CanvasText;
  }
}

.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot {
  border-color: rgb(var(--color-foreground));
}

.slider-counter__link--dots .dot,
.slider-counter__link--numbers {
  transition: transform 0.2s ease-in-out;
}

.slider-counter__link--active.slider-counter__link--numbers,
.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot,
.slider-counter__link--numbers:hover {
  transform: scale(1.1);
}

.slider-counter__link--numbers {
  color: rgba(var(--color-foreground), 0.5);
  text-decoration: none;
}

.slider-counter__link--numbers:hover {
  color: rgb(var(--color-foreground));
}

.slider-counter__link--active.slider-counter__link--numbers {
  text-decoration: underline;
  color: rgb(var(--color-foreground));
}

.slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 990px) {
  .slider:not(.slider--everywhere):not(.slider--desktop) + .slider-buttons {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .slider--desktop:not(.slider--tablet) + .slider-buttons {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .slider--mobile + .slider-buttons {
    display: none;
  }
}

.slider-button {
  color: rgba(var(--color-foreground), 0.75);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-button:not([disabled]):hover {
  color: rgb(var(--color-foreground));
}

.slider-button .icon {
  height: 0.6rem;
}

.slider-button[disabled] .icon {
  color: rgba(var(--color-foreground), 0.3);
  cursor: not-allowed;
}

.slider-button--next .icon {
  transform: rotate(-90deg);
}

.slider-button--prev .icon {
  transform: rotate(90deg);
}

.slider-button--next:not([disabled]):hover .icon {
  transform: rotate(-90deg) scale(1.1);
}

.slider-button--prev:not([disabled]):hover .icon {
  transform: rotate(90deg) scale(1.1);
}


/* ===== component-trust-bar.css ===== */
.trust-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 1.2rem;
  min-height: 4.6rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.trust-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-width: 0;
  color: rgb(var(--color-foreground));
  font-size: 1.25rem;
  line-height: 1.3;
  text-align: center;
}

.trust-bar__icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 1.8rem;
  height: 1.8rem;
}

.trust-bar__icon svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 749px) {
  .trust-bar__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    min-height: auto;
    overflow: hidden;
  }
  .trust-bar__item {
    min-width: 0;
    min-height: 5.8rem;
    padding: 1rem .8rem;
    white-space: normal;
    font-size: 1.15rem;
    line-height: 1.25;
    justify-content: flex-start;
    text-align: left;
    border-right: .1rem solid rgba(var(--color-foreground),.08);
    border-bottom: .1rem solid rgba(var(--color-foreground),.08);
  }
  .trust-bar__item:nth-child(2n){border-right:0}
  .trust-bar__item:nth-last-child(-n+2){border-bottom:0}
  .trust-bar__icon{width:2rem;height:2rem;flex:0 0 2rem}
}


/* ===== section-image-banner.css ===== */
.banner {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: auto;
  isolation: isolate;
}

.banner__box {
  text-align: center;
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.banner__box.gradient {
  transform: perspective(0);
}

@media only screen and (max-width: 749px) {
  .banner--content-align-mobile-right .banner__box {
    text-align: right;
  }

  .banner--content-align-mobile-left .banner__box {
    text-align: left;
  }
}

@media only screen and (min-width: 750px) {
  .banner--content-align-right .banner__box {
    text-align: right;
  }

  .banner--content-align-left .banner__box {
    text-align: left;
  }

  .banner--content-align-left.banner--desktop-transparent .banner__box,
  .banner--content-align-right.banner--desktop-transparent .banner__box,
  .banner--medium.banner--desktop-transparent .banner__box {
    max-width: 68rem;
  }
}

.banner__media.animate--zoom-in {
  clip-path: inset(0px);
}

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

@media screen and (max-width: 749px) {
  .banner--small.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--small.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 28rem;
  }

  .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 34rem;
  }

  .banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 39rem;
  }

  .banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: 28rem;
  }

  .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: 34rem;
  }

  .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: 39rem;
  }
}

@media screen and (min-width: 750px) {
  .banner {
    flex-direction: row;
  }

  .banner--small:not(.banner--adapt) {
    min-height: 42rem;
  }

  .banner--medium:not(.banner--adapt) {
    min-height: 56rem;
  }

  .banner--large:not(.banner--adapt) {
    min-height: 72rem;
  }

  .banner__content.banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .banner__content.banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
  }

  .banner__content.banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .banner__content.banner__content--middle-left {
    align-items: center;
    justify-content: flex-start;
  }

  .banner__content.banner__content--middle-center {
    align-items: center;
    justify-content: center;
  }

  .banner__content.banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }

  .banner__content.banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .banner__content.banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }

  .banner__content.banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 749px) {
  .banner:not(.banner--stacked) {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .banner--stacked {
    height: auto;
  }

  .banner--stacked .banner__media {
    flex-direction: column;
  }
}

.banner__media {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.banner__media-half {
  width: 50%;
}

.banner__media-half + .banner__media-half {
  right: 0;
  left: auto;
}

.banner__media-half.animate--fixed:first-child > img,
.banner__media-half.animate--zoom-in:first-child > img {
  width: 50%;
}

.banner__media-half.animate--fixed:nth-child(2) > img,
.banner__media-half.animate--zoom-in:nth-child(2) > img {
  left: 50%;
  width: 50%;
}

@media screen and (max-width: 749px) {
  .banner--stacked .animate--fixed:first-child > img,
  .banner--stacked .animate--zoom-in:first-child > img {
    width: 100%;
  }

  .banner--stacked .banner__media-half.animate--fixed:nth-child(2) > img,
  .banner--stacked .banner__media-half.animate--zoom-in:nth-child(2) > img {
    left: 0;
    width: 100%;
  }

  .banner--stacked .banner__media-half {
    width: 100%;
  }

  .banner--stacked .banner__media-half + .banner__media-half {
    order: 1;
  }
}

@media screen and (min-width: 750px) {
  .banner__media {
    height: 100%;
  }
}

.banner--adapt,
.banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
  height: auto;
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom .banner__media,
  .banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: relative;
  }

  .banner--stacked.banner--adapt .banner__content {
    height: auto;
  }

  .banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
    background: transparent;
  }

  .banner:not(.banner--mobile-bottom) .banner__box {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .banner:not(.banner--mobile-bottom) .button--secondary {
    --alpha-button-background: 0;
  }

  .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    position: absolute;
    height: auto;
  }

  .banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
    max-height: 100%;
    overflow: hidden;
    position: absolute;
  }

  .banner--stacked:not(.banner--adapt) .banner__media {
    position: relative;
  }

  .banner::before {
    display: none !important;
  }

  .banner--stacked .banner__media-image-half {
    width: 100%;
  }
}

.banner__content {
  padding: 0;
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

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

  .banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
  }

  .banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .banner__content--middle-left {
    align-items: center;
    justify-content: flex-start;
  }

  .banner__content--middle-center {
    align-items: center;
    justify-content: center;
  }

  .banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }

  .banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }

  .banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom:not(.banner--stacked) .banner__content {
    order: 2;
  }

  .banner:not(.banner--mobile-bottom) .field__input,
  .banner--mobile-bottom:not(.banner--stacked) .banner__box.color-scheme-1 {
    background: transparent;
  }
}

.banner__box {
  padding: 4rem 1.5rem;
  position: relative;
  height: fit-content;
  align-items: center;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
  z-index: 1;
}

.banner--mobile-bottom .banner__box {
  padding: 4rem 3.5rem;
}

@media screen and (min-width: 750px) {
  .banner__box {
    padding: 4rem 3.5rem;
  }

  .banner--desktop-transparent .banner__box {
    padding: 4rem 0;
    background: transparent;
    max-width: 89rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .banner--desktop-transparent .button--secondary {
    --alpha-button-background: 0;
  }

  .banner--desktop-transparent .content-container:after {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom::after,
  .banner--mobile-bottom .banner__media::after {
    display: none;
  }
}

.banner::after,
.banner__media::after {
  content: '';
  position: absolute;
  top: 0;
  background: #000000;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.banner__box > * + .banner__text {
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .banner__box > * + .banner__text {
    margin-top: 2rem;
  }
}

.banner__box > * + * {
  margin-top: 1rem;
}

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

@media screen and (max-width: 749px) {
  .banner--stacked .banner__box {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .banner__box {
    width: auto;
    max-width: 71rem;
    min-width: 45rem;
  }
}

@media screen and (min-width: 1400px) {
  .banner__box {
    max-width: 90rem;
  }
}

.banner__heading {
  margin-bottom: 0;
}

.banner__box .banner__heading + * {
  margin-top: 1rem;
}

.banner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 45rem;
  word-break: break-word;
}

@media screen and (max-width: 749px) {
  .banner--content-align-mobile-right .banner__buttons--multiple {
    justify-content: flex-end;
  }

  .banner--content-align-mobile-center .banner__buttons--multiple > * {
    flex-grow: 1;
    min-width: 22rem;
  }
}

@media screen and (min-width: 750px) {
  .banner--content-align-center .banner__buttons--multiple > * {
    flex-grow: 1;
    min-width: 22rem;
  }

  .banner--content-align-right .banner__buttons--multiple {
    justify-content: flex-end;
  }
}

.banner__box > * + .banner__buttons {
  margin-top: 2rem;
}

@media screen and (max-width: 749px) {
  .banner:not(.slideshow) .rte a,
  .banner:not(.slideshow) .inline-richtext a:hover,
  .banner:not(.slideshow) .rte a:hover {
    color: currentColor;
  }
}

@media screen and (min-width: 750px) {
  .banner--desktop-transparent .rte a,
  .banner--desktop-transparent .inline-richtext a:hover,
  .banner--desktop-transparent .rte a:hover {
    color: currentColor;
  }
}


/* ===== component-card.css ===== */
.card-wrapper {
  color: inherit;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.card {
  text-decoration: none;
  text-align: var(--text-alignment);
}

.card:not(.ratio) {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card.card--horizontal {
  --text-alignment: left;
  --image-padding: 0rem;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
}

.card--horizontal.ratio:before {
  padding-bottom: 0;
}

.card--card.card--horizontal {
  padding: 1.2rem;
}

.card--card.card--horizontal.card--text {
  column-gap: 0;
}

.card--card {
  height: 100%;
}

.card--card,
.card--standard .card__inner {
  position: relative;
  box-sizing: border-box;
  border-radius: var(--border-radius);
  border: var(--border-width) solid rgba(var(--color-foreground), var(--border-opacity));
}

.card--card:after,
.card--standard .card__inner:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: calc(var(--border-width) * 2 + 100%);
  height: calc(var(--border-width) * 2 + 100%);
  top: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.card--card.gradient,
.card__inner.gradient {
  transform: perspective(0);
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.card__inner.color-scheme-1 {
  background: transparent;
}

.card .card__inner .card__media {
  overflow: hidden;
  /* Fix for Safari border bug on hover */
  z-index: 0;
  border-radius: calc(var(--border-radius) - var(--border-width) - var(--image-padding));
}

.card--card .card__inner .card__media {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card--standard.card--text {
  background-color: transparent;
}

.card-information {
  text-align: var(--text-alignment);
}

.card__media,
.card .media {
  bottom: 0;
  position: absolute;
  top: 0;
}

.card .media {
  width: 100%;
}

.card__media {
  margin: var(--image-padding);
  width: calc(100% - 2 * var(--image-padding));
}

.card--standard .card__media {
  margin: var(--image-padding);
}

.card__inner {
  width: 100%;
}

.card--media .card__inner .card__content {
  position: relative;
  padding: calc(var(--image-padding) + 1rem);
}

.card__content {
  display: grid;
  grid-template-rows: minmax(0, 1fr) max-content minmax(0, 1fr);
  padding: 1rem;
  width: 100%;
  flex-grow: 1;
}

.card__content--auto-margins {
  grid-template-rows: minmax(0, auto) max-content minmax(0, auto);
}

.card__information {
  grid-row-start: 2;
  padding: 1.3rem 1rem;
}

.card:not(.ratio) > .card__content {
  grid-template-rows: max-content minmax(0, 1fr) max-content auto;
}

.card-information .card__information-volume-pricing-note {
  margin-top: 0.6rem;
  line-height: calc(0.5 + 0.4 / var(--font-body-scale));
  color: rgba(var(--color-foreground), 0.75);
}

.card__information-volume-pricing-note--button,
.card__information-volume-pricing-note--button.quantity-popover__info-button--icon-with-label {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 0;
  margin: 0;
  text-align: var(--text-alignment);
  min-width: auto;
}

.card__information-volume-pricing-note--button:hover {
  text-decoration: underline;
}

.card__information-volume-pricing-note--button + .global-settings-popup.quantity-popover__info {
  transform: initial;
  top: auto;
  bottom: 4rem;
  max-width: 20rem;
  width: calc(95% + 2rem);
}

.card__information-volume-pricing-note--button + .global-settings-popup.quantity-popover__info span:first-of-type {
  padding-right: 0.3rem;
}

.card__information-volume-pricing-note--button-right + .global-settings-popup.quantity-popover__info {
  right: 0;
  left: auto;
}

.card__information-volume-pricing-note--button-center + .global-settings-popup.quantity-popover__info {
  left: 50%;
  transform: translate(-50%);
}

.card__information-volume-pricing-note--button + .global-settings-popup.quantity-popover__info .quantity__rules {
  text-align: left;
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .card__content quick-add-bulk .quantity {
    width: auto;
  }

  .grid--6-col-desktop .card__content quick-add-bulk .quantity__button {
    width: calc(3rem / var(--font-body-scale));
  }

  .grid--6-col-desktop .card__information-volume-pricing-note--button + .global-settings-popup.quantity-popover__info {
    left: 50%;
    transform: translate(-50%);
    width: calc(100% + var(--border-width) + 3.5rem);
  }

  .grid--6-col-desktop
    .card--standard
    .card__information-volume-pricing-note--button
    + .global-settings-popup.quantity-popover__info {
    width: calc(100% + var(--border-width) + 1rem);
  }
}

@media screen and (max-width: 749px) {
  .grid--2-col-tablet-down .card__content quick-add-bulk .quantity__button {
    width: calc(3.5rem / var(--font-body-scale));
  }

  .grid--2-col-tablet-down
    .card--card
    .card__information-volume-pricing-note--button
    + .global-settings-popup.quantity-popover__info,
  .grid--2-col-tablet-down
    .card--standard
    .card__information-volume-pricing-note--button
    + .global-settings-popup.quantity-popover__info {
    left: 50%;
    transform: translate(-50%);
  }

  .grid--2-col-tablet-down
    .card--standard
    .card__information-volume-pricing-note--button
    + .global-settings-popup.quantity-popover__info {
    width: 100%;
  }

  .grid--2-col-tablet-down
    .card--card
    .card__information-volume-pricing-note--button
    + .global-settings-popup.quantity-popover__info {
    width: calc(100% + var(--border-width) + 4rem);
  }

  .grid--2-col-tablet-down .card__content quick-add-bulk .quantity {
    width: auto;
  }
}

.card-information quantity-popover volume-pricing {
  margin-top: 0;
}

@media screen and (max-width: 989px) {
  .card-information quantity-popover .quantity__rules ~ volume-pricing {
    margin-top: 0;
  }

  .card-information quantity-popover volume-pricing {
    margin-top: 4.2rem;
  }
}

@media screen and (min-width: 750px) {
  .card__information {
    padding-bottom: 1.7rem;
    padding-top: 1.7rem;
  }
}

.card__badge {
  align-self: flex-end;
  grid-row-start: 3;
  justify-self: flex-start;
}

.card__badge.top {
  align-self: flex-start;
  grid-row-start: 1;
}

.card__badge.right {
  justify-self: flex-end;
}

.card:not(.card--horizontal) > .card__content > .card__badge {
  margin: 1.3rem;
}

.card__media .media img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.card__inner:not(.ratio) > .card__content {
  height: 100%;
}

.card__heading {
  margin-top: 0;
  margin-bottom: 0;
}

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

.card--horizontal .card__heading,
.card--horizontal .price__container .price-item,
.card--horizontal__quick-add {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

.card--horizontal
  .card-information
  > *:not(.visually-hidden:first-child)
  + *:not(.rating):not(.card__information-volume-pricing-note) {
  margin-top: 0;
}

.card--horizontal__quick-add:before {
  box-shadow: none;
}

@media only screen and (min-width: 750px) {
  .card--horizontal .card__heading,
  .card--horizontal .price__container .price-item,
  .card--horizontal__quick-add {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

.card--card.card--media > .card__content {
  margin-top: calc(0rem - var(--image-padding));
}

.card--standard.card--text a::after,
.card--card .card__heading a::after {
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  top: calc(var(--border-width) * -1);
}

.card__heading a::after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.card__heading a:after {
  outline-offset: 0.3rem;
}

.card__heading a:focus:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
}

.card__heading a:focus-visible:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
}

.card__heading a:focus:not(:focus-visible):after {
  box-shadow: none;
  outline: 0;
}

.card__heading a:focus {
  box-shadow: none;
  outline: 0;
}

@media screen and (min-width: 990px) {
  .card .media.media--hover-effect > img:only-child,
  .card-wrapper .media.media--hover-effect > img:only-child {
    transition: transform var(--duration-long) ease;
  }

  .card:hover .media.media--hover-effect > img:first-child:only-child,
  .card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
    transform: scale(1.03);
  }

  .card-wrapper:hover .media.media--hover-effect > img:first-child:not(:only-child) {
    opacity: 0;
  }

  .card-wrapper:hover .media.media--hover-effect > img + img {
    opacity: 1;
    transition: transform var(--duration-long) ease;
    transform: scale(1.03);
  }

  .underline-links-hover:hover a {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
}

.card--standard.card--media .card__inner .card__information,
.card--standard.card--text:not(.card--horizontal) > .card__content .card__heading:not(.card__heading--placeholder),
.card--standard:not(.card--horizontal) > .card__content .card__badge,
.card--standard.card--text.article-card > .card__content .card__information,
.card--standard > .card__content .card__caption {
  display: none;
}

.card--standard:not(.card--horizontal) .placeholder-svg {
  width: 100%;
}

.card--standard > .card__content {
  padding: 0;
}

.card--standard > .card__content .card__information {
  padding-left: 0;
  padding-right: 0;
}

.card--card.card--media .card__inner .card__information,
.card--card.card--text .card__inner,
.card--card.card--media > .card__content .card__badge {
  display: none;
}

.card--horizontal .card__badge,
.card--horizontal.card--text .card__inner {
  display: none;
}

.card--extend-height {
  height: 100%;
}

.card--extend-height.card--standard.card--text,
.card--extend-height.card--media {
  display: flex;
  flex-direction: column;
}

.card--extend-height.card--standard.card--text .card__inner,
.card--extend-height.card--media .card__inner {
  flex-grow: 1;
}

.card .icon-wrap {
  margin-left: 0.8rem;
  white-space: nowrap;
  transition: transform var(--duration-short) ease;
  overflow: hidden;
}

.card-information > * + * {
  margin-top: 0.5rem;
}

.card-information {
  width: 100%;
}

.card-information > * {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.card-information > .price {
  color: rgb(var(--color-foreground));
}

.card--horizontal .card-information > .price {
  color: rgba(var(--color-foreground), 0.75);
}

.card-information > .rating {
  margin-top: 0.4rem;
}

/* Specificity needed due to the changes below */
.card-information
  > *:not(.visually-hidden:first-child)
  + quantity-popover:not(.rating):not(.card__information-volume-pricing-note),
.card-information .card__information-volume-pricing-note.card__information-volume-pricing-note--button {
  margin-top: 0;
}

.card-information > *:not(.visually-hidden:first-child) + *:not(.rating):not(.card__information-volume-pricing-note) {
  margin-top: 0.7rem;
}

.card-information .caption {
  letter-spacing: 0.07rem;
}

.card-article-info {
  margin-top: 1rem;
}

/* Card Shapes */

.card--shape .card__content {
  padding-top: 0;
}

.card--shape.card--standard:not(.card--text) .card__inner {
  border: 0;
  /* Border is not currently compatible with image shapes for standard cards. */
  background-color: transparent;
  filter: drop-shadow(
    var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
      rgba(var(--color-shadow), var(--shadow-opacity))
  );
}

.card--shape.card--standard:not(.card--text) .card__inner:after {
  display: none;
}

.grid__item:nth-child(2n) .shape--blob {
  clip-path: polygon(var(--shape--blob-2));
}

.grid__item:nth-child(3n) .shape--blob {
  clip-path: polygon(var(--shape--blob-3));
}

.grid__item:nth-child(4n) .shape--blob {
  clip-path: polygon(var(--shape--blob-4));
}

.grid__item:nth-child(5n) .shape--blob {
  clip-path: polygon(var(--shape--blob-5));
}

.grid__item:nth-child(7n) .shape--blob {
  clip-path: polygon(var(--shape--blob-6));
}

.grid__item:nth-child(8n) .shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

/* Card Shape Hover Rules */

@media (prefers-reduced-motion: no-preference) {
  .product-card-wrapper .shape--round {
    transition: clip-path var(--duration-long) ease;
  }

  .product-card-wrapper:hover .shape--round {
    clip-path: ellipse(47% 47% at 50% 50%);
  }

  .product-card-wrapper .shape--blob {
    transition: clip-path var(--duration-long) ease-in-out;
  }

  .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-5));
  }

  .grid__item:nth-child(2n) .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-6));
  }

  .grid__item:nth-child(3n) .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-1));
  }

  .grid__item:nth-child(4n) .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-2));
  }

  .grid__item:nth-child(5n) .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-3));
  }

  .grid__item:nth-child(7n) .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-4));
  }

  .grid__item:nth-child(8n) .product-card-wrapper:hover .shape--blob {
    clip-path: polygon(var(--shape--blob-5));
  }
}


/* ===== component-rating.css ===== */
.product--no-media .rating-wrapper {
  text-align: center;
}

.rating {
  display: inline-block;
  margin: 0;
}

.product .rating-star {
  --letter-spacing: 0.8;
  --font-size: 1.7;
}

.card-wrapper .rating-star {
  --letter-spacing: 0.7;
  --font-size: 1.4;
}

.rating-star {
  --color-rating-star: rgb(var(--color-foreground));
  --percent: calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) /
          (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
      ) * 100%
  );
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0;
}

.rating-star::before {
  content: '★★★★★';
  background: linear-gradient(
    90deg,
    var(--color-rating-star) var(--percent),
    rgba(var(--color-foreground), 0.15) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating-text {
  display: none;
}

.rating-count {
  display: inline-block;
  margin: 0;
}

@media (forced-colors: active) {
  .rating {
    display: none;
  }

  .rating-text {
    display: block;
  }
}


/* ===== component-volume-pricing.css ===== */
volume-pricing {
  display: block;
  margin-top: 2rem;
}

volume-pricing li:nth-child(odd) {
  background: rgba(var(--color-foreground), 0.04);
}

volume-pricing ul {
  margin-top: 1.2rem;
}

volume-pricing li {
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  padding: 0.6rem 0.8rem;
  display: flex;
  justify-content: space-between;
}

div.volume-pricing-note {
  margin-top: -2.6rem;
}

.product--no-media .volume-pricing-note {
  text-align: center;
}

.product--no-media volume-pricing {
  width: 30rem;
}

.volume-pricing-note span,
volume-pricing .label-show-more {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
}

volume-pricing show-more-button {
  margin-top: 0.8rem;
}

.product-form__input price-per-item,
.price-per-item__container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-form__input .price-per-item {
  color: rgba(var(--color-foreground));
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
}

.price-per-item dl {
  margin: 0;
}

.price-per-item dd {
  margin-left: 0;
}

.price-per-item__container .variant-item__old-price,
.price__regular .variant-item__old-price {
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
}


/* ===== quick-order-list.css ===== */
quick-order-list {
  display: block;
}

quick-order-list .quantity {
  width: calc(11rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  min-height: calc((var(--inputs-border-width) * 2) + 3.5rem);
}

quick-order-list .quantity__button {
  width: calc(3.5rem / var(--font-body-scale));
}

quick-order-list .pagination-wrapper {
  margin-top: 2rem;
}

.quick-order-list__contents {
  position: relative;
  padding-bottom: 2rem;
}

.quick-order-list__container--disabled {
  pointer-events: none;
  opacity: 0.5;
}

.quick-order-list__total {
  padding-top: 2rem;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.variant-item__quantity .quantity:before {
  z-index: 0;
}

.variant-item__quantity .quantity__button {
  z-index: 1;
}

.variant-item__image-container.global-media-settings::after {
  content: none;
}

@media screen and (min-width: 990px) {
  .quick-order-list__total {
    position: sticky;
    bottom: 0;
    z-index: 2;
    background-color: rgb(var(--color-background));
  }

  .variant-item__quantity-wrapper--no-info,
  .variant-item__error {
    padding-left: calc(15px + 3.4rem);
  }

  .variant-item__error {
    margin-left: 0.3rem;
  }

  .variant-item--unit-price .variant-item__totals {
    vertical-align: top;
  }

  .variant-item--unit-price .variant-item__totals .loading__spinner {
    padding-top: 1.7rem;
  }
}

.quick-order-list__table td,
.quick-order-list__table th {
  padding: 0;
  border: none;
}

.quick-order-list__table th {
  text-align: left;
  padding-bottom: 2rem;
  opacity: 0.85;
  font-weight: normal;
  font-size: 1.1rem;
}

.variant-item__quantity-wrapper {
  display: flex;
}

.variant-item__totals,
.variant-item__details,
.variant-item__price {
  position: relative;
}

.variant-item__price .price,
.variant-item__totals .price {
  display: block;
}

.quick-order-list__table *.right {
  text-align: right;
}

.variant-item__image-container {
  display: inline-flex;
  align-items: flex-start;
  height: 4.5rem;
  width: 4.5rem;
}

.variant-item__media {
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 1.2rem;
}

.variant-item__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 990px) {
  .variant-item__image {
    max-width: 100%;
  }

  .variant-item__inner .small-hide {
    display: flex;
    flex-direction: column;
    align-self: center;
  }

  .variant-item:not(.variant-item--no-media) .variant-item__inner {
    display: flex;
  }

  .variant-item__discounted-prices {
    justify-content: flex-end;
  }
}

.variant-item__details {
  font-size: 1.6rem;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.variant-item__details > * {
  margin: 0;
  max-width: 30rem;
}

.variant-item__info {
  position: relative;
  padding-bottom: 0.5rem;
}

.variant-item__name {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.variant-item__sku {
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  margin-top: 0.2rem;
}

.variant-item__discounted-prices {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.variant-item__discounted-prices dd {
  margin: 0;
}

.variant-item__discounted-prices dd:first-of-type {
  margin-right: 0.8rem;
}

.variant-item__discounted-prices .variant-item__old-price {
  font-size: 1.4rem;
}

.variant-item__old-price {
  opacity: 0.7;
}

.variant-item__final-price {
  font-weight: 400;
}

.variant-item__sold-out {
  opacity: 0.7;
  font-size: 1.6rem;
  color: rgb(var(--color-foreground));
}

.quick-order-list-remove-button {
  display: flex;
  margin: 0 0 0 1.2rem;
  align-self: center;
}

.quick-order-list__button-cancel {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .quick-order-list-remove-button {
    width: 1.5rem;
    height: 1.5rem;
  }

  .quick-order-list-total__column.large-up-hide .loading__spinner {
    margin-top: 2.5rem;
  }

  quick-order-list-remove-all-button {
    margin-left: -1.5rem;
    margin-top: 1rem;
  }

  .quick-order-list-total__column {
    flex-wrap: wrap;
  }

  .quick-order-list__message,
  .quick-order-list-error {
    padding-bottom: 1rem;
  }
}

.quick-order-list-remove-button .button {
  min-width: calc(1.5rem / var(--font-body-scale));
  min-height: 1.5rem;
  padding: 0;
  margin: 0 0.1rem 0.1rem 0;
}

.quick-order-list-remove-button .button:not([disabled]):hover {
  color: rgb(var(--color-foreground));
}

.quick-order-list-remove-button .icon-remove {
  height: 1.5rem;
  width: 1.5rem;
  transition: transform var(--duration-default) ease;
}

.variant-item .loading__spinner {
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  padding: 0;
}

.variant-remove-total {
  position: relative;
  align-self: center;
}

.variant-remove-total .button--tertiary {
  width: max-content;
}

.variant-remove-total .icon-remove {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.8rem;
}

.quick-order-list__message {
  margin-top: 1rem;
  display: block;
}

.quick-order-list__message .svg-wrapper {
  margin-right: 1rem;
  width: 1.3rem;
}

.quick-order-list-error {
  margin-top: 1rem;
  display: flex;
}

.quick-order-list-error .svg-wrapper {
  flex-shrink: 0;
  margin-right: 0.7rem;
  align-self: flex-start;
}

@media screen and (min-width: 990px) {
  .variant-item .loading__spinner {
    padding-top: 3rem;
    bottom: auto;
  }

  .variant-item .loading__spinner--error {
    padding-top: 5rem;
  }

  .variant-remove-total .loading__spinner {
    left: 2rem;
    top: 1.2rem;
  }

 .variant-remove-total--empty .loading__spinner {
    top: -1rem;
  }
}

.quick-order-list-remove-button:hover .icon-remove {
  transform: scale(1.25);
}

.quick-order-list-total__info quick-order-list-remove-all-button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.variant-remove-total {
  position: relative;
  align-self: center;
}

.variant-item .loading__spinner:not(.hidden) ~ *,
.variant-remove-total .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

.quick-order-list-total__info .loading__spinner:not(.hidden) + quick-order-list-remove-all-button {
  visibility: hidden;
}

.variant-item__error {
  display: flex;
  align-items: flex-start;
  margin-top: 0.2rem;
  width: min-content;
  min-width: 100%;
}

.variant-item__error-text {
  font-size: 1.2rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  order: 1;
}

.variant-item__error-text + .svg-wrapper {
  flex-shrink: 0;
  width: 1.2rem;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
}

.variant-item__error-text:empty + .svg-wrapper {
  display: none;
}

.quick-order-list__table thead th {
  text-transform: uppercase;
}

.variant-item__image-container--no-img {
  border: 0;
}

@media screen and (max-width: 989px) {
  .quick-order-list-total__info {
    flex-direction: column;
    align-items: center;
  }

  .variant-item__details .loading__spinner {
    left: 0;
    top: auto;
  }

  .quick-order-list__table,
  .quick-order-list__table thead,
  .quick-order-list__table tbody {
    display: block;
    width: 100%;
  }

  .quick-order-list__table thead tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
    margin-bottom: 4rem;
  }

  .variant-item {
    display: grid;
    grid-template-columns: 4.5rem 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  }

  .variant-item--no-media {
    grid-template: repeat(2, auto) / repeat(3, auto);
  }

  .variant-item:last-child {
    margin-bottom: 0;
  }

  .variant-item__totals {
    grid-column: 5 / 3;
  }

  .variant-item--no-media .variant-item__inner ~ .variant-item__quantity {
    grid-column: 1 / 5;
  }

  .variant-item__quantity {
    grid-column: 2 / 5;
  }

  .variant-item__quantity-wrapper {
    flex-wrap: wrap;
  }

  .variant-item--no-media .variant-item__inner {
    display: none;
  }

  .variant-remove-total {
    margin-top: 1rem;
    text-align: center;
  }

  .quick-order-list__message {
    text-align: center;
  }

  .quick-order-list-total__column,
  .quick-order-list-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .quick-order-list__button {
    max-width: 36rem;
  }
}

.quick-order-list__button-text {
  text-align: center;
}

.quick-order-list-total__confirmation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
}

@media screen and (min-width: 990px) {
  .quick-order-list__table {
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    width: 100%;
    display: table;
  }

  .quick-order-list__table th {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }

  .quick-order-list__table th + th {
    padding-left: 5.4rem;
  }

  .quick-order-list__table .quick-order-list__table-heading--wide + .quick-order-list__table-heading--wide {
    padding-left: 10rem;
    text-align: right;
  }

  .quick-order-list__table td {
    padding-top: 1.6rem;
  }

  .quick-order-list__table .desktop-row-error td {
    padding-top: 0;
  }

  .quick-order-list__table .desktop-row-error td {
    padding-top: 0;
  }

  .quick-order-list__table .variant-item--unit-price td {
    vertical-align: middle;
  }

  .variant-item {
    display: table-row;
  }

  .variant-item .variant-item__price {
    text-align: right;
  }

  .variant-item__info {
    width: 20rem;
    display: flex;
    padding: 0.5rem;
  }

  .quick-order-list-total__confirmation span {
    margin-right: 3rem;
  }

  .quick-order-list__total-items {
    width: calc(((11rem / var(--font-body-scale) + var(--inputs-border-width) * 2)));
    margin-left: calc(15px + 3.4rem);
    flex-direction: column;
  }
}

@media screen and (min-width: 990px) {
  .quick-order-list__table thead th:first-child,
  .quick-order-list-total__column {
    width: 37%;
  }

  .quick-order-list-buttons {
    display: flex;
  }

  quick-order-list-remove-all-button {
    margin-left: 0.9rem;
  }
}

.quick-order-list-total__column.large-up-hide .variant-remove-total {
  display: flex;
  justify-content: center;
  margin: 0;

  .loading__spinner {
    margin-top: 1.5rem;
  }
}

.quick-order-list__total-items {
  display: flex;
  align-items: center;
}

.quick-order-list__total-items span,
.totals__subtotal-value {
  margin-top: 0;
  margin-bottom: 0;
  color: rgb(var(--color-foreground));
}

.quick-order-list__total-items p,
.totals__subtotal {
  margin-top: 0.2rem;
  opacity: 0.75;
  margin-bottom: 0;
}

.quick-order-list__total-items p {
  text-align: center;
}

.quick-order-list-total__info {
  display: flex;
}

.quick-order-list-total__info,
.quick-order-list-total__confirmation {
  min-height: 10rem;
}

.quick-order-list-total__price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-grow: 1;
  text-align: right;
  width: min-content;
}

.quick-order-list-total__price .button {
  margin-right: 2rem;
}

@media screen and (max-width: 989px) {
  .quick-order-list-total__price {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .totals__product-total {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding-bottom: 2rem;
  }

  .totals__subtotal-value,
  .quick-order-list__total-items span {
    margin-right: 1.2rem;
  }

  .quick-order-list__total-items {
    margin-top: 1rem;
    margin-bottom: 1.3rem;
  }

  .quick-order-list-total__price .button {
    margin-bottom: 2rem;
  }

  .quick-order-list-total__confirmation quick-order-list-remove-all-button button {
    margin-top: 1rem;
  }

  .quick-order-list-total__confirmation {
    flex-direction: column;
    margin-top: 2rem;
  }

  .quick-order-list__button-confirm {
    width: 100%;
    max-width: 36rem;
  }

  quick-order-list .tax-note {
    text-align: center;
  }
}

quick-order-list .tax-note {
  margin: 0 0 2rem;
  display: block;
  width: 100%;
}


/* ===== quantity-popover.css ===== */
quantity-popover {
  position: relative;
  display: block;
}

quantity-popover volume-pricing li:nth-child(odd) {
  background: rgba(var(--color-foreground), 0.03);
}

quantity-popover volume-pricing li {
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  padding: 0.6rem 0.8rem;
  display: flex;
  justify-content: space-between;
}

.quantity-popover__info.global-settings-popup {
  width: 100%;
  z-index: 3;
  position: absolute;
  background-color: rgb(var(--color-background));
  max-width: 36rem;
}

.quantity-popover__info .button-close,
.variant-remove-total quick-order-list-remove-all-button .button,
.quick-order-list-total__confirmation quick-order-list-remove-all-button .button,
quantity-popover .quick-order-list-remove-button .button {
  --shadow-opacity: 0;
  --border-opacity: 0;
}

.quantity-popover__info-button {
  display: flex;
  align-items: center;
  margin: 0 0.4rem 0 0;
  min-width: 1.5rem;
  min-height: 1.5rem;
  --shadow-opacity: 0;
  --border-opacity: 0;
}

.quantity-popover__info-button--icon-with-label {
  text-align: left;
}

.quantity-popover__info-button--icon-with-label svg {
  flex-shrink: 0;
  width: 15px;
  height: 14px;
}

.quantity-popover__info-button--open {
  text-decoration: underline;
}

.quantity-popover__info-button span {
  padding-left: 1rem;
}

.quantity-popover__info-button--icon-only--animation svg {
  transform: scale(1.25);
}

.quantity-popover__info-button--icon-only svg {
  transition: transform var(--duration-default) ease;
  width: 15px;
  height: 14px;
}

@media screen and (max-width: 989px) {
  .quantity-popover__info.global-settings-popup {
    left: 0;
    top: 100%;
  }

  .quantity-popover__info-button {
    padding-left: 0;
  }
}

.quantity-popover__info .quantity__rules {
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}

.quantity-popover__info .volume-pricing-label {
  display: block;
  margin-left: 1.2rem;
  margin-top: 1.2rem;
  font-size: 1.2rem;
}

.quantity-popover__info .button {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 0.4rem;
  right: 0;
  padding: 0 1.2rem 0 0;
  display: flex;
  justify-content: flex-end;
}

.quantity-popover__info .volume-pricing-label ~ .button {
  top: -0.2rem;
}

.quantity-popover__info .button .icon {
  width: 1.5rem;
  height: 1.5rem;
}

quantity-popover volume-pricing {
  margin-top: 1.2rem;
  display: block;
}

quantity-popover .quantity__rules span:first-of-type {
  display: block;
}

.quantity-popover-container {
  display: flex;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

.quantity-popover-container:not(.quantity-popover-container--hover) {
  align-items: center;
}

@media screen and (min-width: 990px) {
  .quantity-popover-container--empty {
    margin-right: 2.7rem;
  }

  .quantity-popover__info.global-settings-popup {
    width: 20rem;
  }

  .quantity-popover-container {
    width: auto;
    max-width: 20rem;
  }

  .quantity-popover__info.global-settings-popup {
    transform: translateX(-100%);
    top: 0.5rem;
  }
}

quantity-popover .quantity {
  background: rgb(var(--color-background));
}

quantity-popover .quantity__rules {
  margin-left: 0.8rem;
}

quantity-popover .quantity__rules .divider:nth-child(2)::before {
  content: none;
}

quantity-popover .quantity__button:not(:focus-visible):not(.focused),
quantity-popover .quantity__input:not(:focus-visible):not(.focused) {
  background-color: initial;
}


/* ===== quick-add.css ===== */
.quick-add {
  position: relative;
  grid-row-start: 4;
  margin: 0 0 1rem;
  z-index: 1;
}

.card--card .quick-add {
  margin: 0 1.3rem 1rem;
}

.quick-add-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.quick-add-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.quick-add-modal .scroll-trigger.scroll-trigger {
  animation: none;
  opacity: 1;
  transform: none;
}

.quick-add-modal .quick-order-list__container {
  padding-bottom: 1.5rem;
}

.quick-add-modal__content.quick-add-modal__content--bulk {
  width: 90%;
}

.quick-add-modal__content {
  --modal-height-offset: 3.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: var(--modal-height-offset) auto 0;
  width: 100%;
  background-color: rgb(var(--color-background));
  overflow: hidden;
  max-width: var(--page-width);
  width: calc(100% - 3rem);
}

@media screen and (min-width: 750px) {
  .quick-add-modal__content {
    --modal-height-offset: 10rem;
    margin-top: var(--modal-height-offset);
    width: 80%;
    max-height: calc(100% - var(--modal-height-offset) * 2);
    overflow-y: auto;
  }

  quick-add-modal .quick-add-modal__toggle {
    top: 2rem;
    right: 2rem;
  }
}

@media screen and (min-width: 990px) {
  .quick-add-modal__content {
    width: 70%;
  }
}

.quick-add-modal__content img {
  max-width: 100%;
}

.quick-add-modal__content-info.quick-add-modal__content-info--bulk {
  padding-bottom: 0;
}

.quick-add-modal__content-info--bulk h3 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.quick-add-modal__content-info--bulk .price,
.quick-add-modal__content-info--bulk .card__information-volume-pricing-note {
  display: inline-block;
}

.section-bulk-quick-order-list-padding {
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
}

@media screen and (min-width: 750px) {
  .section-bulk-quick-order-list-padding {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }

  .quick-add-modal__content-info--bulk .card__information-volume-pricing-note {
    padding-left: 1.6rem;
  }
}

@media screen and (min-width: 990px) {
  .quick-add-modal__content-info.quick-add-modal__content-info--bulk {
    overflow-y: initial;
  }

  .quick-add-modal__content-info--bulk .quick-order-list__table th {
    padding-top: 2.5rem;
  }

  .quick-add-modal__content-info--bulk thead {
    position: sticky;
    z-index: 3;
    top: 0;
    background-color: rgb(var(--color-background));
  }
}

.quick-add-modal__content-info--bulk .quick-add__product-media,
.quick-add-modal__content-info--bulk .quick-add__product-container,
.quick-add-modal__content-info--bulk .quick-add__info {
  width: 4.8rem;
  height: 7rem;
}

.quick-add-modal__content-info--bulk-details {
  padding-left: 1rem;
}

.quick-add-modal__content-info--bulk-details > a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

@media screen and (min-width: 990px) {
  .quick-add-modal__content-info--bulk .quick-add__product-media,
  .quick-add-modal__content-info--bulk .quick-add__product-container,
  .quick-add-modal__content-info--bulk .quick-add__info {
    width: 17rem;
    height: 22rem;
  }

  .quick-add-modal__content-info--bulk-details,
  .quick-add-modal__content-info--bulk quick-order-list {
    padding: 0 2.5rem;
  }
}

.quick-add__product-media {
  margin-bottom: 1rem;
}

.quick-add-modal__content-info--bulk .quick-add__product-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-add-modal__content-info--bulk .quick-add__info {
  display: flex;
}

.quick-add-modal__content-info--bulk .quick-add__content-info__media {
  width: auto;
}

@media screen and (max-width: 989px) {
  .quick-add-modal__content-info--bulk .quick-add__content-info__media {
    display: flex;
    margin: 0;
  }

  .quick-add-modal__content-info--bulk quick-order-list {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-add-modal__content-info.quick-add-modal__content-info--bulk {
    --modal-padding: 1.5rem;
  }
}

@media screen and (min-width: 990px) {
  .quick-add-modal__content-info--bulk .quick-add__info {
    flex-direction: column;
    position: sticky;
    top: 0;
    margin-top: -2.5rem;
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 989px) {
  .quick-add-modal__content-info--bulk {
    flex-direction: column;
  }
}

.quick-add-modal__content-info {
  --modal-padding: 2.5rem;
  padding-right: 4.4rem;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  padding: var(--modal-padding);
  height: 100%;
}

.quick-add-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.quick-add-modal__content-info > product-info {
  padding: 0;
}

@media screen and (max-width: 749px) {
  quick-add-modal .slider .product__media-item.grid__item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .quick-add-modal__content {
    bottom: var(--modal-height-offset);
  }

  .quick-add-modal__content-info > * {
    max-height: 100%;
  }

  quick-add-modal .product--mobile-columns .product__media-item {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }
}

.quick-add-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 1.2rem;
  z-index: 5;
  width: 4rem;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
}

.quick-add-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.quick-add-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

quick-add-modal .product:not(.featured-product) .product__view-details {
  display: block;
}

.quick-add-modal__content--bulk .product__view-details .icon {
  margin-left: 1.2rem;
}

quick-add-modal .quick-add-hidden,
quick-add-modal .product__modal-opener:not(.product__modal-opener--image),
quick-add-modal .product__media-item:not(:first-child) {
  display: none !important;
}

quick-add-modal .slider.slider--mobile {
  overflow: visible;
}

quick-add-modal .product__column-sticky .product__media-list {
  margin-bottom: 0;
}

quick-add-modal .product__media-list .deferred-media {
  display: block;
  width: 100%;
}

quick-add-modal .product__column-sticky {
  top: 0;
  position: relative;
}

@media screen and (min-width: 750px) {
  quick-add-modal .product:not(.product--no-media) .product__media-wrapper {
    max-width: 45%;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  quick-add-modal .product:not(.product--no-media) .product__info-wrapper {
    padding-top: 2rem;
    padding-left: 4rem;
    max-width: 54%;
    width: calc(54% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  quick-add-modal .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
    max-width: 100%;
    width: 100%;
  }

  quick-add-modal .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: none;
  }
}

quick-add-modal .page-width {
  padding: 0;
}

quick-add-modal .product__title > h1 {
  display: none;
}

quick-add-modal .product__title > a {
  display: block;
  text-decoration: none;
}

quick-add-modal .product__title > a:hover {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 0.3rem;
}

quick-add-modal .product-form__buttons {
  max-width: initial;
}

.quick-add__submit {
  padding: 0.8rem;
  min-width: 100%;
  box-sizing: border-box;
}

quick-add-modal .product-media-container.constrain-height {
  --viewport-offset: calc((var(--modal-height-offset) + var(--modal-padding) + var(--popup-border-width)) * 2);
}

@media screen and (min-width: 750px) {
  quick-add-modal .product-media-container.constrain-height {
    --constrained-min-height: 400px;
  }
}

quick-add-bulk {
  position: relative;
  grid-row-start: 4;
  margin: 0 0 1rem;
  z-index: 1;
}

.card__content quick-add-bulk .quantity {
  width: 100%;
}

quick-add-bulk .progress-bar-container {
  position: absolute;
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: var(--inputs-radius-outset);
  border: var(--inputs-border-width) solid transparent;
  z-index: -1;
}

quick-add-bulk quantity-input {
  justify-content: space-between;
}

quick-add-bulk .quantity__input {
  max-width: calc(6.5rem / var(--font-body-scale));
  flex-grow: 0;
}

.quantity__input-disabled {
  pointer-events: none;
}


/* ===== template-collection.css ===== */
@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

@media screen and (max-width: 749px) {
  .collection .loading-overlay {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    left: 0;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}


/* ===== peach-poppy-v63.css ===== */
/* Peach & Poppy v63 — product layout, equal cards, quiz recommendations and performance */

product-component { display: block; }

/* Product page: use a real two-column grid. Previous flex widths plus a 3rem gap
   could exceed 100% and wrap the whole information column under the gallery. */
@media screen and (min-width: 750px) {
  .template-product .product.grid--2-col-tablet {
    display: grid !important;
    grid-template-columns: minmax(0, 46%) minmax(0, 1fr) !important;
    column-gap: clamp(2.4rem, 3vw, 4.8rem) !important;
    row-gap: 0 !important;
    align-items: start !important;
  }
  .template-product .product.grid--2-col-tablet > .product__media-wrapper,
  .template-product .product.grid--2-col-tablet > .product__info-wrapper {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .template-product .product--right.grid--2-col-tablet > .product__media-wrapper { grid-column: 2; grid-row: 1; }
  .template-product .product--right.grid--2-col-tablet > .product__info-wrapper { grid-column: 1; grid-row: 1; }
}
@media screen and (min-width: 1200px) {
  .template-product .product.grid--2-col-tablet {
    grid-template-columns: minmax(0, 48%) minmax(0, 1fr) !important;
  }
}
.template-product .product__info-wrapper,
.template-product .product__info-container {
  min-width: 0;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Product grids: equal column widths and equal-height rows on all non-slider grids. */
ul.product-grid:not(.slider) {
  align-items: stretch !important;
}
ul.product-grid:not(.slider) > .grid__item {
  min-width: 0 !important;
  display: flex !important;
  align-items: stretch !important;
}

ul.product-grid:not(.slider) > .grid__item > product-component {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 750px) {
  ul.product-grid:not(.slider) {
    display: grid !important;
    justify-content: stretch !important;
  }
  ul.product-grid.grid--2-col-desktop:not(.slider) { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  ul.product-grid.grid--3-col-desktop:not(.slider) { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  ul.product-grid.grid--4-col-desktop:not(.slider) { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  ul.product-grid.grid--5-col-desktop:not(.slider) { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  ul.product-grid.grid--6-col-desktop:not(.slider) { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
  ul.product-grid:not(.slider) > .grid__item {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  ul.product-grid.grid--2-col-tablet-down:not(.slider),
  ul.product-grid.grid--1-col-tablet-down:not(.slider) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.product-card-wrapper,
.product-card-wrapper > product-component,
.product-card-wrapper .card--pp-product {
  width: 100% !important;
  height: 100% !important;
}
.product-card-wrapper > product-component { display: block; }
.product-card-wrapper .card--pp-product {
  display: flex !important;
  flex-direction: column !important;
}
.product-card-wrapper .card--pp-product > .card__content:last-child {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
}
.product-card-wrapper .card--pp-product .card__information,
.product-card-wrapper .card--pp-product .card-information {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  width: 100% !important;
}
.product-card-wrapper .card--pp-product .card__heading {
  min-height: 7.2rem !important;
  height: auto !important;
  margin-bottom: .6rem !important;
}
.product-card-wrapper .card--pp-product .caption-with-letter-spacing {
  min-height: 2.5rem !important;
}
.product-card-wrapper .card--pp-product .pp-card-rating-row {
  min-height: 2.6rem !important;
}
.product-card-wrapper .card--pp-product .pp-card-price,
.product-card-wrapper .card--pp-product .price {
  margin-top: auto !important;
}
.product-card-wrapper .quick-add {
  width: 100% !important;
  margin-top: 1.2rem !important;
}
.product-card-wrapper .quick-add__submit { width: 100% !important; }

/* Set cards: reserve one consistent profile zone so price and CTA align. */
.product-card-wrapper--set .pp-set-profile {
  min-height: 17rem !important;
  display: flex !important;
  flex-direction: column !important;
}
.product-card-wrapper--set .pp-set-profile__skin { margin-top: auto !important; }
.product-card-wrapper--set .pp-card-set-meta {
  margin-top: 1.2rem !important;
  min-height: 11.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}
@media screen and (max-width: 749px) {
  .product-card-wrapper .card--pp-product .card__heading { min-height: 6.2rem !important; }
  .product-card-wrapper--set .pp-set-profile { min-height: 15.5rem !important; }
  .product-card-wrapper--set .pp-card-set-meta { min-height: 10rem !important; }
}

/* Brand directory: use the same typography system as the rest of the store. */
.pp-brands-directory__header h1,
.pp-brands-directory__group h2 {
  font-family: var(--font-heading-family) !important;
  font-style: var(--font-heading-style) !important;
  font-weight: var(--font-heading-weight) !important;
  letter-spacing: -.025em !important;
}
.pp-brand-card__name,
.peach-poppy-menu__link[href*="/pages/marki"],
.peach-poppy-drawer-menu a[href*="/pages/marki"] {
  font-family: var(--font-body-family) !important;
  font-style: var(--font-body-style) !important;
}

/* Stable header/hero geometry: component CSS is now available before first paint. */
.announcement-bar-section .utility-bar,
.announcement-bar__message,
.announcement-bar__link { min-height: 3.8rem !important; }
.section-header .header { min-height: 7.6rem !important; }
.trust-bar__inner { min-height: 5.8rem !important; }
@media screen and (max-width: 749px) {
  .announcement-bar-section .utility-bar,
  .announcement-bar__message,
  .announcement-bar__link { min-height: 5.2rem !important; }
  .section-header .header { min-height: 6.4rem !important; }
  .trust-bar__inner { min-height: 10.8rem !important; }
}
.template-index .banner:first-of-type,
.template-index .banner:first-of-type .banner__media,
.template-index .banner:first-of-type .banner__content {
  contain: layout paint;
}
.template-index .banner:first-of-type .banner__media img {
  content-visibility: auto;
}

/* Quiz set recommendations. */
.pp-ai-quiz__sets { margin-top: 2.2rem; padding-top: 2rem; border-top: 1px solid rgba(17,17,17,.1); }
.pp-ai-quiz__sets-heading { margin: 0 0 .6rem; font-family: var(--font-heading-family); font-size: clamp(2rem,3vw,2.8rem); }
.pp-ai-quiz__sets-lead { margin: 0 0 1.4rem; color: rgba(17,17,17,.7); }
.pp-ai-quiz__sets-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; }
.pp-ai-quiz__set-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 1.8rem;
  background: #fffaf8;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 1rem 2.4rem rgba(91,57,48,.06);
}
.pp-ai-quiz__set-card[hidden] { display: none !important; }
.pp-ai-quiz__set-image { aspect-ratio: 1 / 1; overflow: hidden; background: #f7ece8; }
.pp-ai-quiz__set-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pp-ai-quiz__set-copy { display: flex; flex: 1; flex-direction: column; padding: 1.2rem; }
.pp-ai-quiz__set-title { margin: 0; font-weight: 800; line-height: 1.3; }
.pp-ai-quiz__set-price { margin: auto 0 0; padding-top: 1rem; font-weight: 800; color: #bd5f4c; }
.pp-ai-quiz__sets-empty { margin: 1rem 0 0; padding: 1.2rem 1.4rem; border-radius: 1.3rem; background: #fde8e0; }
@media screen and (max-width: 749px) {
  .pp-ai-quiz__sets-grid { grid-template-columns: 1fr; }
  .pp-ai-quiz__set-card { display: grid; grid-template-columns: 10rem minmax(0,1fr); }
  .pp-ai-quiz__set-image { aspect-ratio: 1 / 1; }
}
}