/** Shopify CDN: Minification failed

Line 3922:19 Expected identifier but found whitespace
Line 3922:31 Unexpected ";"

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

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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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

/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
  margin-top: 4px !important;
}

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

/* Mobil: la åpnet søkefelt bruke full bredde i stedet for å kollapse ved høyre kant */
@media screen and (max-width: 749px) {
  .header__icons:has(.header__search details[open]) {
    transform: none !important;
  }

  .header .search-modal.modal__content {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 72px !important;
    min-height: 72px !important;
    box-sizing: border-box !important;
    transform: none !important;
    z-index: 10001 !important;
  }

  .header .search-modal__content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 5rem 0 1.4rem !important;
    box-sizing: border-box !important;
  }

  .header .search-modal__form,
  .header .search-modal__form .field,
  .header .search-modal__form .search {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .header .search-modal__form .field__input,
  .header .search-modal__form .search__input {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .header .search-modal__close-button {
    right: 0.8rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .header .header__search details[open] > summary .modal__toggle-close,
  .header .header__search details[open] > summary .header__icon-close {
    display: none !important;
  }

  .header .header__search details[open] .modal-overlay,
  .header .header__search details[open] .modal-overlay::after {
    display: none !important;
  }
}

/* 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;
  margin-bottom: -15px !important;
}
.header {
  row-gap: 10px;
}

.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);
  }
}
.multicolumn-card {
  position: relative;
}

.multicolumn-card a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.multicolumn-card:hover {
  transform: translateY(-3px);
  transition: 0.2s ease;
}
.image-with-text__media a {
  display: block;
  width: 100%;
  height: 100%;
}

.image-with-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================= */
/* VIEW ALL BUTTON */
/* ============================= */

.collection__view-all a,
.collection__view-all .button {
  background: transparent !important;
  color: #F2A5C1 !important;
  border: 2px solid #F0C2D4 !important;
  box-shadow: none !important;
  outline: none !important;

  font-family: var(--font-body-family);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: none;
}

.collection__view-all a::before,
.collection__view-all a::after,
.collection__view-all .button::before,
.collection__view-all .button::after {
  display: none !important;
}

.collection__view-all a:hover,
.collection__view-all .button:hover {
  background: #F0C2D4 !important;
  color: #fff !important;
  border-color: #F0C2D4 !important;
}

.collection__view-all a:focus,
.collection__view-all .button:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* ============================= */
/* GLOBAL LINK RESET */
/* ============================= */

a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

/* ============================= */
/* HEADER */
/* ============================= */

.header__menu-item {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 13px;
  text-transform: none;
}

.header__menu-item span {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  transition: color 0.2s ease;
}

.header__menu-item:hover span,
.header__active-menu-item {
  font-weight: 600;
  color: #F2A5C1;
}

/* Remove underline */

.header__menu-item span,
.header__menu-item:hover span,
.header__active-menu-item {
  text-decoration: none !important;
  border-bottom: none !important;
}

.header__menu-item span::after {
  display: none !important;
}

/* Dropdown */

.header summary,
.header summary:hover,
.header summary:focus,
.header summary:focus-visible {
  text-decoration: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
}

.header summary::after,
.header summary::before {
  display: none !important;
}

.header__submenu .link--text,
.header__submenu .link--text:hover,
.header__submenu .link--text:focus {
  text-decoration: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
}

.header__submenu .link--text::after,
.header__submenu .link--text::before {
  display: none !important;
}

.header__submenu .header__menu-item {
  font-weight: 400;
  transition: all 0.2s ease;
}

.header__submenu .header__menu-item:hover {
  font-weight: 600;
  color: #F2A5C1;
}

/* Desktop: svak bakgrunn bak header-menyen */
@media screen and (min-width: 990px) {
  .header__inline-menu {
    position: relative;
    padding: 6px 0;
    z-index: 1;
  }

  .header__inline-menu::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #FAEEF3;
    border-bottom: 1px solid #F3D6DE;
    z-index: -1;
    opacity: 1;
  }

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

  .header__inline-menu .header__menu-item,
  .header__inline-menu .header__menu-item span,
  .header__inline-menu summary.header__menu-item,
  .header__inline-menu .header__active-menu-item {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 15px !important;
    color: inherit !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    text-transform: none !important;
  }
}

/* --- HARD RESET LOGO (Dawn fix) --- */

/* Fjern alle rare constraints fra container */
.header__heading-logo {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
}

/* Tving bildet til å beholde proporsjoner */
.header__heading-logo img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-height: 90px !important; /* ← juster størrelse her */
  object-fit: contain !important;
}

/* Mobil */
@media (max-width: 749px) {
  .header__heading-logo img {
    max-height: 5px !important;
  }
}

/* ============================= */
/* COLLECTION / PRODUCT GRID */
/* ============================= */

.card__heading a {
  font-family: 'Inter', sans-serif;
}

.price__container {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

/* Filters */

.facets__label,
.facets__summary,
.facet-filters__label,
.facets__heading,
.facet-filters__sort .caption-large,
label.caption-large,
.facet-filters__sort select,
.facet-filters__sort option,
.product-count,
.product-count__text,
select {
  font-family: 'Inter', sans-serif;
  font-size: 13px !important;
}

/* ============================= */
/* SERIES */
/* ============================= */

.series-wrapper {
  margin-top: 4px !important;
}

.series-heading {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

  background-color: transparent;
  color: #000;

  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;

  padding: 14px;
  border-radius: 6px;
  border: 1.5px solid #f5c6d3 !important;
  outline: none !important;
  box-shadow: none !important;

  transition: all 0.2s ease;
}
.button.series-button::before,
.button.series-button::after {
  display: none !important;
}

.button.series-button:focus,
.button.series-button:focus-visible,
.button.series-button:active {
  outline: none !important;
  box-shadow: none !important;
}
.button.series-button:hover {
  font-weight: 600 !important;
  letter-spacing: 0.3px;
  transform: translateY(-1px);
}
.series-button span {
  font-size: 17px !important;
}

/* ============================= */
/* PRODUCT PAGE */
/* ============================= */

.product__info-container .product__title-main {
  font-family: 'Playfair Display', serif !important;
  font-size: 25px !important;
  font-weight: 600;
  margin-bottom: 0 !important;
  margin-top: -15px !important;
}

.product__info-container .product__title-sub {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  margin-top: 4px !important;
  margin-bottom: -10px !important;
  opacity: 70%
}

.product__info-container .product__description {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
}

.product__info-container .button {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600;
  font-size: 15px !important;
}

/* Accordion */

.product__accordion .accordion__title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.product__accordion .accordion__content {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

/* Back link */

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

.back-link a {
  display: inline-flex;
  align-items: center;
  gap: 5px;

  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;

  color: #555;
  opacity: 0.75;
  text-decoration: none;

  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    color 0.2s ease;
}

.back-link a:hover {
  opacity: 1;
  color: #F2A5C1;
  transform: translateX(-2px);
}

.back-link--product {
  margin-bottom: 80px;
}

.collection-inline-back-link {
  max-width: var(--page-width);
  margin: 18px auto 28px !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  text-align: left !important;
}

@media screen and (min-width: 990px) {
  .collection-inline-back-link {
    padding-left: 0 !important;
  }
}


/* Price */

.product__info-wrapper .price .price-item {
  font-size: 20px !important;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  margin-top: 25px !important;
}

.product__info-wrapper [id^="price-template"] {
  margin-bottom: 0 !important;
}
/* Product price + taxes: keep tax text attached to dynamic price width */
@media screen and (min-width: 750px) {
  .product__info-wrapper [id^="price-"] {
    display: inline-flex !important;
    align-items: baseline !important;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
    vertical-align: baseline !important;
  }

  .product__info-wrapper [id^="price-"] .price {
    display: inline-flex !important;
    align-items: baseline !important;
    margin: 0 !important;
  }

  .product__info-wrapper .price .price-item {
    margin-top: 0 !important;
  }

  .product__info-container .product__tax {
    display: inline-flex !important;
    align-items: baseline !important;
    margin: 25px 0 0 8px !important;
    vertical-align: baseline !important;
    white-space: nowrap !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    opacity: 0.7 !important;
  }
}
/* Benefits */

.product-benefits {
  white-space: nowrap;
  margin: 8px 0 -7px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 450;
  letter-spacing: 0.5px;
  color: #2b2b2b;
}

/* Highlights */

.product-highlights {
  display: inline-block;
  background-color: #F0EFF2;
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

/* Form spacing */

.product-form {
  margin-top: -20px !important; /* juster denne */
}

.product-form__buttons {
  margin-top: 30px !important;
  margin-bottom: -15px !important;
}

/* CTA BUTTON */

.product-form__submit {
  background-color: #f5c6d3;
  color: #000;
  border: none !important;
  outline: none !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 350;
  border-radius: 6px;
  padding: 14px;
  transition: all 0.2s ease;
}

.product-form__submit::before,
.product-form__submit::after {
  display: none !important;
}

.product-form__submit.button:hover {
  font-weight: 600 !important;
  letter-spacing: 0.3px;
  transform: translateY(-1px);
}
.product-form__submit span,
.series-button span {
  font-size: 17px !important;
}
[class^="ai-rich-text-content"] h1 {
  margin-bottom: 15px !important;
  line-height: 1 !important;
  font-size: 30px !important;
  line-height: 0.5px !important;
  letter-spacing: 1px;

}

[class^="ai-rich-text-content"] p {
  margin: 0 !important;
  line-height: 1.1 !important;
  font-size: 14px !important;
  opacity: 90% !important;
}
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj
+ #shopify-section-template--20339922665562__featured_collection {
  margin-top: 0 !important;
}
slider-component.slider-mobile-gutter {
  margin-top: -10px !important;
}
@media screen and (min-width: 750px) {
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class^="ai-rich-text-content"] h1 {
    font-size: 33px !important;
    letter-spacing: 1px;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class^="ai-rich-text-content"] p {
    font-size: 20px !important;
  }
}
[class^="ai-rich-text"] {
  background: transparent !important;
}
/* =========================
   GLOBAL PAGE WIDTH
   ========================= */

.page-width {
  padding-left: clamp(1.5rem, 4vw, 3rem);
  padding-right: clamp(1.5rem, 4vw, 3rem);
}

body:not(:has(#ProductGridContainer)) .multicolumn .page-width,
body:not(:has(#ProductGridContainer)) .collection .page-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 990px) {
  body:has(#ProductGridContainer) .multicolumn .page-width,
  body:has(#ProductGridContainer) .shopify-section:has(.multicolumn) .page-width,
  body:has(#ProductGridContainer) .shopify-section:has([class*="ai-multicolumn"]) .page-width {
    max-width: var(--page-width) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(1.5rem, 4vw, 3rem) !important;
    padding-right: clamp(1.5rem, 4vw, 3rem) !important;
    box-sizing: border-box !important;
  }

  body:has(#ProductGridContainer) .multicolumn .grid {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  body:has(#ProductGridContainer) [class*="ai-multicolumn-container"],
  body:has(#ProductGridContainer) [class*="multicolumn-container"] {
    width: 100% !important;
    max-width: var(--page-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(1.5rem, 4vw, 3rem) !important;
    padding-right: clamp(1.5rem, 4vw, 3rem) !important;
    box-sizing: border-box !important;
  }
}

/* KUN denne rich text seksjonen */
#shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"] {
  background: transparent !important;
  position: relative;
}

#shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((100% - var(--page-width)) / 2);
  right: calc((100% - var(--page-width)) / 2);
  background: #F6DAE2;
  z-index: 0;
}

#shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"] > * {
  position: relative;
  z-index: 1;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 2px clamp(1.5rem, 4vw, 3rem);
}
/* Kun denne spesifikke rich text */
.ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad {
  background: transparent !important;
  position: relative;
}

.ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((100% - var(--page-width)) / 2);
  right: calc((100% - var(--page-width)) / 2);
  background: #F6DAE2;
  z-index: 0;
}

.ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad > * {
  position: relative;
  z-index: 1;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 4px clamp(1.5rem, 4vw, 3rem);
}

/* =========================
   CTA – STABIL & LIK BREDDE
   ========================= */

/* Én kontroll på bredde */
:root {
  --cta-width: 44rem;
}

/* Add to cart wrapper */
.product-form__buttons {
  max-width: var(--cta-width);
  width: 100%;
}

/* Matching templates følger samme bredde */
.product__info-container .series-button {
  max-width: var(--cta-width);
  width: 100%;
}

/* Begge knapper samme base */
.product-form__submit,
.product__info-container .series-button {
  box-sizing: border-box;
  padding: 14px;
  border-radius: 6px;
}

/* Fjern Shopify bugs */
.product-form__submit,
.product-form__submit.button {
  border: none !important;
}

.product-form__submit::before,
.product-form__submit::after,
.product-form__submit.button::after,
.series-button::before,
.series-button::after {
  display: none !important;
}

/* =========================
   MATCHING TEMPLATES (SECONDARY CTA)
   ========================= */

.product__info-container .series-button {
  background-color: #f9e6eb;
  color: #000;
  border: none;

  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 400 !important;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  line-height: normal;
}

/* Hover – match add to cart */
.product__info-container .series-button:hover {
  background-color: #f5c6d3;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.3px;
  transform: translateY(-1px);
}
@media screen and (min-width: 990px) {
  #MainContent .product {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px !important;
  }
}
.header-rating-wrapper a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.header-rating-wrapper img {
  width: 16px;
  height: 16px;
}

.mobile-rating {
  text-decoration: none;
  color: inherit;
}

.mobile-rating-wrapper,
.mobile-back-link,
.logo-mobile {
  display: none;
}

.header-rating-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  top: 14px;
  margin-right: 15px;
}

/* Mobil: header, rating, logo og tilbake-lenker */
@media screen and (max-width: 749px) {
  .header-rating-wrapper {
    display: none !important;
  }

  .mobile-rating-wrapper {
    display: block;
    position: relative;
    z-index: auto !important;
    margin-bottom: 12px;
  }

  .mobile-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    padding: 10px 0;
    background: #F0EFF4;
    position: relative;
    z-index: auto !important;
  }

  body:has(.mobile-rating-wrapper) #MainContent {
    padding-top: 8px;
  }

  .mobile-rating .stars {
    color: #F1641E;
    letter-spacing: 1px;
  }

  .mobile-rating .text {
    opacity: 0.8;
  }

  .header__icons {
    padding-right: 0 !important;
  }

  .header__icon--cart {
    margin-right: -19px !important;
    margin-top: 2px !important;
  }

  .header__icons > * {
    margin-right: -10px;
  }

  .header__icons > *:last-child {
    margin-right: 0;
  }

  .header__search,
  .header__icon--search,
  .header__icon--cart {
    margin-left: -4px !important;
  }

  .header__icons {
    transform: translateX(6px);
  }

  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
    max-width: 200px !important;
    width: 100%;
    height: auto;
    margin-left: -15px !important;
  }

  .header__heading-logo-wrapper {
    max-width: 180px;
  }

  .back-link {
    display: none !important;
  }

  .mobile-back-link {
    display: block !important;
    position: relative;
    z-index: 2;
    font-size: 12px;
    padding: 8px 0 4px;
    opacity: 0.6;
  }

  .mobile-back-link a {
    text-decoration: none;
    color: inherit;
  }

  [class*="divider"] {
    display: none !important;
  }
}

/* Kun sticky på mobil */
@media screen and (min-width: 750px) {
  .section-header {
    position: relative !important;
  }

  .shopify-section-header-sticky {
    position: relative !important;
    top: auto !important;
  }
}

/* Mobil: hold sticky header over alle seksjoner ved scrolling */
@media screen and (max-width: 749px) {
  .section-header,
  .section-header.shopify-section-group-header-group,
  .shopify-section-group-header-group,
  .shopify-section-header-sticky,
  sticky-header,
  .header-wrapper,
  .header {
    z-index: 9999 !important;
  }

  body > .shopify-section-group-header-group,
  body > .section-header,
  body > div:has(.section-header),
  body > div:has(.shopify-section-header-sticky) {
    position: relative !important;
    z-index: 9999 !important;
    isolation: isolate !important;
  }

  body > .shopify-section:has(.mobile-rating-wrapper),
  body > div:has(.mobile-rating-wrapper),
  .shopify-section:has(.mobile-rating-wrapper) {
    position: relative !important;
    z-index: 0 !important;
    isolation: auto !important;
  }

  .section-header,
  .shopify-section-header-sticky,
  sticky-header,
  .header-wrapper,
  .header {
    position: relative !important;
  }

  .section-header.shopify-section-header-sticky,
  .section-header.shopify-section-group-header-group.shopify-section-header-sticky,
  .shopify-section-header-sticky {
    position: sticky !important;
    top: 0 !important;
  }
}

/* Mobil: spacing, produkter og AI-seksjoner */
@media screen and (max-width: 749px) {
  .shopify-section:has(.ai-image-banner-wrapper-asu95yvljadbxcedbqaigenblockd2da42fnwz83d) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .shopify-section:has([class*="ai-rich-text-"]) {
    margin-top: -25px !important;
    padding-top: 0 !important;
    margin-bottom: -10px !important;
    padding-bottom: 0 !important;
  }

  /* Kategori-rich text øverst på mobil må under header + Etsy-rating */
  #MainContent > .shopify-section:has([class*="ai-rich-text-"]):first-child,
  #MainContent > .shopify-section:first-child:has([class*="ai-rich-text-"]) {
    margin-top: 132px !important;
    padding-top: 0 !important;
  }

  /* Behold luft mellom AI-banner og første rich text på mobil */
  .shopify-section:has(.ai-image-banner-wrapper-asu95yvljadbxcedbqaigenblockd2da42fnwz83d)
    + .shopify-section:has([class*="ai-rich-text-"]) {
    margin-top: 24px !important;
    padding-top: 0 !important;
  }

  /* Behold luft når rich text-seksjoner ligger rett etter hverandre */
  .shopify-section:has([class*="ai-rich-text-"])
    + .shopify-section:has([class*="ai-rich-text-"]) {
    margin-top: 20px !important;
    padding-top: 10px !important;
  }

  /* Seksjonen etter rich text (f.eks featured products) */
  .shopify-section:has([class*="ai-rich-text-"]) + .shopify-section {
    margin-top: 0 !important;
    padding-top: 10px !important;
  }

  .multicolumn {
    margin-bottom: -20px !important;
    margin-top: 5px !important;
    padding-bottom: 0 !important;
  }

  .shopify-section:has(.multicolumn) {
    margin-bottom: -40px !important;
    padding-bottom: -50px !important;
  }

  [class*="ai-rich-text-"] p {
    font-size: 12px !important;
    font-weight: 400;
    margin-top: -5px !important;
    margin-bottom: 5px !important;
  }

  .product-grid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.template-collection .multicolumn .grid,
  body.template-collection [class*="ai-multicolumn-container-"] {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 8px !important;
    row-gap: 8px !important;
    width: 95% !important;
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.template-collection .multicolumn .grid__item,
  body.template-collection [class*="ai-multicolumn-item-"] {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 4px !important;
    height: auto !important;
    min-height: unset !important;
  }

  body.template-collection .multicolumn-card,
  body.template-collection [class*="ai-multicolumn-text-"] {
    min-height: unset !important;
    height: auto !important;
    padding: 4px 3px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.template-collection .multicolumn-card p,
  body.template-collection [class*="ai-multicolumn-text-"] p {
    font-size: 11px !important;
    margin: 0 !important;
    line-height: 1.15 !important;
    text-align: center;
  }

  .collection-hero {
    padding-top: 100px !important;
  }
}

/* Mobil: luft under kategori-rich text kun på kategorisider */
@media screen and (max-width: 749px) {
  body.template-collection .shopify-section:has([class*="ai-rich-text-"]) {
    margin-bottom: 10px !important;
  }
}

/* Mobil collection: tving AI multicolumn til 4 smale bokser */
@media screen and (max-width: 749px) {
  body:is(.template-collection, [class*="collection"]) .multicolumn .grid,
  body:is(.template-collection, [class*="collection"]) [class*="ai-multicolumn-container"],
  body:is(.template-collection, [class*="collection"]) [class*="multicolumn-container"] {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 95% !important;
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body:is(.template-collection, [class*="collection"]) .multicolumn .grid__item,
  body:is(.template-collection, [class*="collection"]) [class*="ai-multicolumn-item"],
  body:is(.template-collection, [class*="collection"]) [class*="multicolumn-item"] {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    padding: 3px !important;
    min-height: 0 !important;
  }

  body:is(.template-collection, [class*="collection"]) .multicolumn-card,
  body:is(.template-collection, [class*="collection"]) .multicolumn-card__info,
  body:is(.template-collection, [class*="collection"]) [class*="ai-multicolumn-text"],
  body:is(.template-collection, [class*="collection"]) [class*="multicolumn-text"] {
    min-height: 0 !important;
    height: auto !important;
    padding: 4px 3px !important;
  }

  body:is(.template-collection, [class*="collection"]) .multicolumn-card p,
  body:is(.template-collection, [class*="collection"]) .multicolumn-card__info p,
  body:is(.template-collection, [class*="collection"]) [class*="ai-multicolumn-text"] p,
  body:is(.template-collection, [class*="collection"]) [class*="multicolumn-text"] p {
    font-size: 11px !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    text-align: center !important;
  }
}

/* Mobil: sentrer innhold på alle produktsider */
@media screen and (max-width: 749px) {
  .product,
  .product__info-wrapper,
  .product__info-container,
  .product__media-wrapper {
    text-align: center !important;
    margin-top: -15px !important;
  }

  .product__info-wrapper,
  .product__info-container {
    padding-top: 10px !important;
    margin-top: 0px !important;
  }

  .product__info-container > *,
  .product__title,
  .product__title-main,
  .product__title-sub,
  .product__description,
  .product-benefits,
  .product-highlights,
  .price,
  .price__container,
  .product__tax,
  .product__text,
  .product__sku,
  .variant-picker,
  variant-selects,
  product-info {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .product-form,
  .product-form__buttons,
  .shopify-payment-button,
  .product__info-container .series-button,
  .product__media-list,
  .thumbnail-list {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .product__info-container .product__tax {
    display: block !important;
    margin-top: -5px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .product-form__buttons,
  .product__info-container .series-button,
  .product-form__input,
  .product-form__input .form__label,
  .product-form__input .select,
  .product-form__input fieldset,
  variant-selects .product-form__input {
    justify-content: center !important;
    text-align: center !important;
  }

  .product__accordion summary,
  .product__accordion .accordion__content,
  .product__accordion .accordion__title,
  .share-button,
  .back-link,
  .mobile-back-link {
    text-align: center !important;
  }
}

/* Mobil produkt: luft under vanlig Rich text før featured collection */
@media screen and (max-width: 749px) {
  body:has(.product) .shopify-section:has(.rich-text) {
    margin-bottom: 5px !important;
    padding-bottom: 0px !important;
    overflow: visible !important;
  }

  body:has(.product) .shopify-section:has(.rich-text) + .shopify-section {
    clear: both !important;
    margin-top: 5px !important;
    padding-top: 15px !important;
  }

  body:has(.product) .rich-text,
  body:has(.product) .rich-text__wrapper,
  body:has(.product) .rich-text__blocks {
    height: auto !important;
    min-height: fit-content !important;
    overflow: visible !important;
    margin-top: -10px !important;
  }
}

/* Mobil produkt: sentrer rich text og related products */
@media screen and (max-width: 749px) {
  body:has(.product) .rich-text,
  body:has(.product) .rich-text__wrapper,
  body:has(.product) .rich-text__blocks,
  body:has(.product) .rich-text__blocks *,
  body:has(.product) .collection__title,
  body:has(.product) .collection__title *,
  body:has(.product) .card__information,
  body:has(.product) .card__information *,
  body:has(.product) .card__content,
  body:has(.product) .card__content *,
  body:has(.product) .price,
  body:has(.product) .price * {
    text-align: center !important;
  }

  body:has(.product) .rich-text__blocks,
  body:has(.product) .collection__title {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Mobil produkt: mindre add to cart-knapper i related/featured collection */
@media screen and (max-width: 749px) {
  body:has(.product) .quick-add__submit,
  body:has(.product) .quick-add .button,
  body:has(.product) product-form .button,
  body:has(.product) .card__content .button,
  body:has(.product) .collection .button:not(.collection__view-all .button) {
    background-color: #f5c6d3 !important;
    color: #000 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 8px 12px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }

  body:has(.product) .quick-add__submit::before,
  body:has(.product) .quick-add__submit::after,
  body:has(.product) .quick-add .button::before,
  body:has(.product) .quick-add .button::after,
  body:has(.product) .card__content .button::before,
  body:has(.product) .card__content .button::after {
    display: none !important;
  }
}

/* Mobil produkt: strammere related/featured collection spacing */
@media screen and (max-width: 749px) {
  body:has(.product) .related-products,
  body:has(.product) .collection,
  body:has(.product) .slider-component,
  body:has(.product) slider-component {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body:has(.product) .collection .page-width,
  body:has(.product) .related-products .page-width {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body:has(.product) .card__content,
  body:has(.product) .card__information {
    padding-top: 6px !important;
    padding-bottom: 4px !important;
  }

  body:has(.product) .quick-add {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
  }

  body:has(.product) .slider-buttons {
    margin-top: 4px !important;
    padding-top: 0 !important;
  }
}

/* Mobil produkt: sentrer heading i related/featured collection */
@media screen and (max-width: 749px) {
  body:has(.product) .related-products .title,
  body:has(.product) .related-products .title-wrapper,
  body:has(.product) .related-products .title-wrapper-with-link,
  body:has(.product) .collection .title,
  body:has(.product) .collection .title-wrapper,
  body:has(.product) .collection .title-wrapper-with-link,
  body:has(.product) .collection__title,
  body:has(.product) .collection__title .title {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Produkt: gjør add to cart like tykk som matching templates-knappen */
.product__info-container .product-form__submit,
.product__info-container .product-form__submit.button {
  min-height: 48px !important;
  padding: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

/* Mobil produkt: vis back-link */
@media screen and (max-width: 749px) {
  body:has(.product) .back-link,
  body:has(.product) .back-link--product,
  body:has(.product) .mobile-back-link {
    display: block !important;
    position: relative !important;
    z-index: 40 !important;
    clear: both !important;
    text-align: left !important;
    margin: 0 auto 6px !important;
    padding-top: 0px !important;
    padding-bottom: 6px !important;
    opacity: 0.75;
  }

  body:has(.product) .product-top-back-link {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
  }

  body:has(.product) .back-link a,
  body:has(.product) .back-link--product a,
  body:has(.product) .mobile-back-link a {
    color: inherit;
    text-decoration: none;
  }
}

/* Mobil collection: hold tittel under header/Etsy og multicolumn som fire lave bokser */
@media screen and (max-width: 749px) {
  .back-link--collection {
    display: block !important;
    position: relative !important;
    z-index: 40 !important;
    clear: both !important;
    text-align: left !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: -15px auto 20px !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 0px !important;
    padding-bottom: 6px !important;
    opacity: 0.75;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
  }

  .back-link--collection a {
    color: inherit;
    text-decoration: none;
    margin-top: 20px !important;
  }

  body:has(.collection-hero) .shopify-section:has([class*="ai-rich-text-"]),
  body:has(#ProductGridContainer) .shopify-section:has([class*="ai-rich-text-"]) {
    margin-top: 50px !important;
    padding-top: 0 !important;
    margin-bottom: -15px !important;
    padding-bottom: 0 !important;
    clear: both !important;
  }

  body:has(.collection-hero) #MainContent > .shopify-section:has([class*="ai-rich-text-"]):first-child,
  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]):first-child {
    margin-top: 12px !important;
  }

  body:has(.collection-hero) .multicolumn .grid,
  body:has(#ProductGridContainer) .multicolumn .grid,
  body:has(.collection-hero) [class*="ai-multicolumn-container"],
  body:has(#ProductGridContainer) [class*="ai-multicolumn-container"],
  body:has(.collection-hero) [class*="multicolumn-container"],
  body:has(#ProductGridContainer) [class*="multicolumn-container"] {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 95% !important;
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body:has(.collection-hero) .multicolumn .grid__item,
  body:has(#ProductGridContainer) .multicolumn .grid__item,
  body:has(.collection-hero) [class*="ai-multicolumn-item"],
  body:has(#ProductGridContainer) [class*="ai-multicolumn-item"],
  body:has(.collection-hero) [class*="multicolumn-item"],
  body:has(#ProductGridContainer) [class*="multicolumn-item"] {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 3px !important;
    min-height: 0 !important;
  }

  body:has(.collection-hero) .multicolumn-card,
  body:has(#ProductGridContainer) .multicolumn-card,
  body:has(.collection-hero) .multicolumn-card__info,
  body:has(#ProductGridContainer) .multicolumn-card__info,
  body:has(.collection-hero) [class*="ai-multicolumn-text"],
  body:has(#ProductGridContainer) [class*="ai-multicolumn-text"],
  body:has(.collection-hero) [class*="multicolumn-text"],
  body:has(#ProductGridContainer) [class*="multicolumn-text"] {
    min-height: 30px !important;
    height: 30px !important;
    padding: 3px 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body:has(.collection-hero) .multicolumn-card p,
  body:has(#ProductGridContainer) .multicolumn-card p,
  body:has(.collection-hero) .multicolumn-card__info p,
  body:has(#ProductGridContainer) .multicolumn-card__info p,
  body:has(.collection-hero) [class*="ai-multicolumn-text"] p,
  body:has(#ProductGridContainer) [class*="ai-multicolumn-text"] p,
  body:has(.collection-hero) [class*="multicolumn-text"] p,
  body:has(#ProductGridContainer) [class*="multicolumn-text"] p {
    font-size: 12px !important;
    font-weight: 550 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-align: center !important;
  }

  body:has(#ProductGridContainer) .product-grid .card__information,
  body:has(#ProductGridContainer) .product-grid .card__heading,
  body:has(#ProductGridContainer) .product-grid .card__heading a,
  body:has(#ProductGridContainer) .product-grid .price,
  body:has(#ProductGridContainer) .product-grid .price__container,
  body:has(#ProductGridContainer) .product-grid .price-item {
    text-align: left !important;
  }
  body:has(#ProductGridContainer) .product-grid {
  column-gap: 4px !important;
  row-gap: 2px !important;
}

  body:has(#ProductGridContainer) .product-grid .price {
    justify-content: flex-start !important;
  }
}

/* Mobil forside: hold rich text stor, mens collection-rich text kan være undertekst */
@media screen and (max-width: 749px) {
  /* Juster disse padding-verdiene hvis tekstbakgrunnen på forside-multicolumn skal bli høyere/lavere. */
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn-card__info,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class*="ai-multicolumn-text"],
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class*="multicolumn-text"] {
    min-height: 0 !important;
    height: auto !important;
    box-sizing: border-box !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn-card__info p,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class*="ai-multicolumn-text"] p,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class*="multicolumn-text"] p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.15 !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class^="ai-rich-text-content"] h1,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .rich-text__blocks h1,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .rich-text__blocks h2 {
    font-size: 28px !important;
    line-height: 1.05 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class^="ai-rich-text-content"],
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .rich-text__blocks {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class*="ai-rich-text-"] p,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class^="ai-rich-text-content"] p,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .rich-text__blocks p {
    font-size: 18px !important;
    line-height: 1.15 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

}

/* Mobile homepage hard override: occasion bars + Featured products spacing */
@media screen and (max-width: 749px) {
  body.template-index .multicolumn .title,
  body.template-index .collection__title .title,
  body.template-index .title-wrapper-with-link .title,
  body:not(.template-collection):not(.template-product) .multicolumn .title,
  body:not(.template-collection):not(.template-product) .collection__title .title,
  body:not(.template-collection):not(.template-product) .title-wrapper-with-link .title {
    min-height: 48px !important;
    padding: 10px 8px !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.15 !important;
    background: #FAEEF3 !important;
    box-sizing: border-box !important;
  }

  body.template-index .multicolumn-card__info,
  body.template-index [class*="ai-multicolumn-text"],
  body.template-index [class*="multicolumn-text"],
  body:not(.template-collection):not(.template-product) .multicolumn-card__info,
  body:not(.template-collection):not(.template-product) [class*="ai-multicolumn-text"],
  body:not(.template-collection):not(.template-product) [class*="multicolumn-text"] {
    min-height: 46px !important;
    height: auto !important;
    padding: 10px 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: #FAEEF3 !important;
    box-sizing: border-box !important;
  }

  body.template-index .multicolumn-card__info p,
  body.template-index [class*="ai-multicolumn-text"] p,
  body.template-index [class*="multicolumn-text"] p,
  body:not(.template-collection):not(.template-product) .multicolumn-card__info p,
  body:not(.template-collection):not(.template-product) [class*="ai-multicolumn-text"] p,
  body:not(.template-collection):not(.template-product) [class*="multicolumn-text"] p {
    margin: 0 !important;
    width: 100% !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  #shopify-section-template--20339922665562__blocks_A49xzE {
    margin-bottom: -18px !important;
    padding-bottom: 0 !important;
  }

  #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"],
  #shopify-section-template--20339922665562__blocks_A49xzE .rich-text,
  #shopify-section-template--20339922665562__blocks_A49xzE .rich-text__wrapper,
  #shopify-section-template--20339922665562__blocks_A49xzE .rich-text__blocks {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #shopify-section-template--20339922665562__featured_collection {
    margin-top: -24px !important;
    padding-top: 0 !important;
  }

  #shopify-section-template--20339922665562__featured_collection .collection,
  #shopify-section-template--20339922665562__featured_collection .collection__title,
  #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #shopify-section-template--20339922665562__featured_collection .collection__title,
  #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #shopify-section-template--20339922665562__featured_collection .product-grid,
  #shopify-section-template--20339922665562__featured_collection ul.grid {
    margin-top: -10px !important;
  }

  #shopify-section-template--20339922665562__featured_collection slider-component.slider-mobile-gutter,
  #shopify-section-template--20339922665562__featured_collection .slider-mobile-gutter {
    margin-top: -22px !important;
  }
}

/* FINAL mobile homepage override: must stay at the bottom */
@media screen and (max-width: 749px) {
  body.template-index .multicolumn-card__info,
  body.template-index [class*="ai-multicolumn-text"],
  body.template-index [class*="multicolumn-text"],
  body:not(.template-collection):not(.template-product) .multicolumn-card__info,
  body:not(.template-collection):not(.template-product) [class*="ai-multicolumn-text"],
  body:not(.template-collection):not(.template-product) [class*="multicolumn-text"] {
    min-height: 46px !important;
    height: auto !important;
    padding: 10px 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: #FAEEF3 !important;
    box-sizing: border-box !important;
  }

  body.template-index .multicolumn-card__info p,
  body.template-index [class*="ai-multicolumn-text"] p,
  body.template-index [class*="multicolumn-text"] p,
  body:not(.template-collection):not(.template-product) .multicolumn-card__info p,
  body:not(.template-collection):not(.template-product) [class*="ai-multicolumn-text"] p,
  body:not(.template-collection):not(.template-product) [class*="multicolumn-text"] p {
    margin: 0 !important;
    width: 100% !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  #shopify-section-template--20339922665562__blocks_A49xzE {
    margin-bottom: -18px !important;
    padding-bottom: 0 !important;
  }

  #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"],
  #shopify-section-template--20339922665562__blocks_A49xzE .rich-text,
  #shopify-section-template--20339922665562__blocks_A49xzE .rich-text__wrapper,
  #shopify-section-template--20339922665562__blocks_A49xzE .rich-text__blocks {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #shopify-section-template--20339922665562__featured_collection {
    margin-top: -24px !important;
    padding-top: 0 !important;
  }

  #shopify-section-template--20339922665562__featured_collection .collection,
  #shopify-section-template--20339922665562__featured_collection .collection__title,
  #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #shopify-section-template--20339922665562__featured_collection .collection__title {
    margin-bottom: 4px !important;
  }

  #shopify-section-template--20339922665562__featured_collection slider-component.slider-mobile-gutter,
  #shopify-section-template--20339922665562__featured_collection .slider-mobile-gutter {
    margin-top: -16px !important;
  }
}

/* Mobil: roligere og mer elegant hamburger-meny */
@media screen and (max-width: 749px) {
  .menu-drawer__navigation {
    padding-top: 1.6rem !important;
  }

  .menu-drawer__menu-item {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.2px !important;
    text-transform: none !important;
    color: rgba(var(--color-foreground), 0.82) !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .menu-drawer__menu-item:hover,
  .menu-drawer__menu-item:focus,
  .menu-drawer__menu-item--active {
    color: #F2A5C1 !important;
    background: transparent !important;
    font-weight: 600 !important;
  }

  .menu-drawer__submenu .menu-drawer__menu-item {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(var(--color-foreground), 0.72) !important;
  }

  .menu-drawer details > summary {
    cursor: pointer;
  }

  .menu-drawer__menu.has-submenu,
  .menu-drawer__menu.list-menu,
  .menu-drawer details,
  .menu-drawer details[open],
  .menu-drawer details.menu-opening {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .menu-drawer__submenu {
    position: static !important;
    visibility: visible !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    background: transparent !important;
    border: 0 !important;
    opacity: 1 !important;
    z-index: auto !important;
  }

  .menu-drawer details:not([open]) > .menu-drawer__submenu {
    display: none !important;
  }

  .menu-drawer details[open] > .menu-drawer__submenu {
    display: block !important;
    padding-left: 1.2rem !important;
    margin-top: -0.2rem !important;
    margin-bottom: 0.6rem !important;
  }

  .menu-drawer__inner-submenu {
    position: static !important;
    transform: none !important;
    height: auto !important;
    overflow: visible !important;
  }

  .menu-drawer__submenu .menu-drawer__close-button {
    display: none !important;
  }

  .menu-drawer__submenu .menu-drawer__menu {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding-top: 0 !important;
    padding-bottom: 0.4rem !important;
  }
}

.announcement-bar__message {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 550 !important;
  letter-spacing: 0.5px !important;
  color: #F2A5C1;
}
@media screen and (max-width: 749px) {
  .header {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
/* Mobil forside: hindre rich text-bakgrunn fra å bli bredere enn skjermen */
@media screen and (max-width: 749px) {
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"],
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"]::before,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad::before {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: 100% !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"] > *,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad > * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}
/* Desktop header: hold toppmeny typografi lik på forside og collection-sider */
@media screen and (min-width: 990px) {
  .section-header .header.page-width,
  body.collection .section-header .header.page-width,
  body.template-collection .section-header .header.page-width {
    max-width: var(--page-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .header__inline-menu .list-menu--inline,
  .header__inline-menu .list-menu--inline > li,
  .header__inline-menu .header__menu-item,
  .header__inline-menu .header__menu-item > span,
  .header__inline-menu .header__active-menu-item,
  .header__inline-menu summary.header__menu-item,
  .header__inline-menu summary.header__menu-item > span {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
    font-style: normal !important;
  }

  .header__inline-menu .header__menu-item,
  .header__inline-menu .header__menu-item:visited,
  .header__inline-menu .header__menu-item > span,
  .header__inline-menu .header__active-menu-item {
    color: rgba(var(--color-foreground), 0.75) !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
  }

  .header__inline-menu .header__menu-item:hover,
  .header__inline-menu .header__menu-item:hover > span {
    color: #F2A5C1 !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
  }
}

/* Desktop header: hard reset for menyfont, så den er lik på alle templates */
@media screen and (min-width: 990px) {
  .shopify-section-header .header__inline-menu,
  .shopify-section-header .header__inline-menu *,
  .section-header .header__inline-menu,
  .section-header .header__inline-menu * {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-variation-settings: normal !important;
    font-synthesis: none !important;
    letter-spacing: 0.5px !important;
    line-height: 1.2 !important;
    text-transform: none !important;
  }

  .shopify-section-header .header__inline-menu :is(a, a:visited, summary, span),
  .section-header .header__inline-menu :is(a, a:visited, summary, span) {
    color: rgba(var(--color-foreground), 0.75) !important;
    text-decoration: none !important;
    text-decoration-thickness: 0 !important;
    text-underline-offset: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .shopify-section-header .header__inline-menu :is(a:hover, summary:hover, a:hover span, summary:hover span),
  .section-header .header__inline-menu :is(a:hover, summary:hover, a:hover span, summary:hover span) {
    color: #F2A5C1 !important;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}
@media screen and (min-width: 990px) {
  #MainContent .collection-inline-back-link.page-width {
    max-width: var(--page-width) !important;
    width: 100% !important;
    margin: 20px auto 34px !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    text-align: left !important;
  }
}

/* Bundle discount messaging */
.bundle-discount-card {
  width: 100%;
  max-width: var(--cta-width, 44rem);
  margin: 12px 0 14px;
  padding: 12px 14px;
  background: #F0EFF4;
  border-radius: 8px;
  color: #2f2529;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
}

.bundle-discount-card__title {
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.bundle-discount-card__tiers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.bundle-discount-card__tiers span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

.bundle-discount-card__tiers strong {
  margin-left: 4px;
  color: #8a4f63;
  font-weight: 700;
}

.card-bundle-note {
  margin-top: 4px;
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 600;
  color: rgba(var(--color-foreground), 0.58);
}

@media screen and (max-width: 749px) {
  .bundle-discount-card {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .bundle-discount-card {
    padding: 12px;
  }

  .bundle-discount-card__tiers {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* Mobil produkt: mer kompakt og premium top section */
@media screen and (max-width: 749px) {
  body:has(.product) .bundle-discount-card {
    margin: 10px auto 12px !important;
    padding: 10px !important;
    border-radius: 7px;
  }

  body:has(.product) .bundle-discount-card__title {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 1.2;
  }

  body:has(.product) .bundle-discount-card__tiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  body:has(.product) .bundle-discount-card__tiers span {
    min-height: 28px;
    padding: 5px 4px;
    font-size: 10.5px;
    line-height: 1.15;
    white-space: nowrap;
  }

  body:has(.product) .bundle-discount-card__tiers strong {
    margin-left: 3px;
  }

  body:has(.product) .product__description {
    max-width: 33rem;
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  body:has(.product) .product-benefits {
    max-width: 34rem;
    white-space: normal !important;
    font-size: 13.5px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.2px;
    margin-top: 10px !important;
    margin-bottom: 8px !important;
  }

  body:has(.product) .product-highlights {
    max-width: 34rem;
    padding: 11px 14px !important;
    background-color: #F7F6FA !important;
    border-radius: 7px;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body:has(.product) .product__accordion summary {
    min-height: 44px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  body:has(.product) .collection .card__heading,
  body:has(.product) .related-products .card__heading {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 11px !important;
    line-height: 1.15 !important;
  }

  body:has(.product) .collection .price,
  body:has(.product) .related-products .price {
    margin-top: 4px !important;
  }
}

/* Product grids: same image height so product text aligns neatly */
.product-grid .card__inner,
.collection .card__inner,
.related-products .card__inner,
.featured-collection .card__inner,
.slider-component .card__inner {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
}

.product-grid .card__media,
.collection .card__media,
.related-products .card__media,
.featured-collection .card__media,
.slider-component .card__media {
  height: 100% !important;
}

.product-grid .card__media .media,
.collection .card__media .media,
.related-products .card__media .media,
.featured-collection .card__media .media,
.slider-component .card__media .media {
  height: 100% !important;
  padding-bottom: 0 !important;
}

.product-grid .card__media img,
.collection .card__media img,
.related-products .card__media img,
.featured-collection .card__media img,
.slider-component .card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.product-grid .card__content,
.collection .card__content,
.related-products .card__content,
.featured-collection .card__content,
.slider-component .card__content {
  align-self: flex-start;
}

/* Mobil produkt: force heading over product sliders back to center */
@media screen and (max-width: 749px) {
  body:has(.product) .collection__title,
  body:has(.product) .collection__title.title-wrapper,
  body:has(.product) .collection__title.title-wrapper-with-link,
  body:has(.product) .related-products .title-wrapper,
  body:has(.product) .related-products .title-wrapper-with-link,
  body:has(.product) .collection .title-wrapper,
  body:has(.product) .collection .title-wrapper-with-link {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    text-align: center !important;
    transform: none !important;
  }

  body:has(.product) .collection__title .title,
  body:has(.product) .related-products .title,
  body:has(.product) .collection .title {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

/* Product page featured collections: title/spacing only; width is handled in featured-collection.liquid */
body:has(.product) .shopify-section:has(.collection .product-grid) slider-component.slider-component-desktop {
  --desktop-margin-left-first-item: 0px !important;
}

body:has(.product) .shopify-section:has(.collection .product-grid) .slider--desktop {
  scroll-padding-left: 0 !important;
}

body:has(.product) .shopify-section:has(.collection .product-grid) .slider--desktop .slider__slide:first-child {
  margin-left: 0 !important;
  scroll-margin-left: 0 !important;
}

body:has(.product) .shopify-section:has(.collection .product-grid) .slider--desktop:after {
  padding-left: 0 !important;
}

body:has(.product) .shopify-section:has(.collection .product-grid) .collection__title,
body:has(.product) .shopify-section:has(.collection .product-grid) .collection__title .title {
  text-align: center !important;
}

@media screen and (max-width: 749px) {
  body:has(.product) .shopify-section:has(.rich-text) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body:has(.product) .shopify-section:has(.rich-text) + .shopify-section:has(.collection .product-grid) {
    margin-top: -8px !important;
    padding-top: 0 !important;
  }
}

/* Responsive width safety net: keep desktop layouts fluid on narrower screens */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.page-width,
.page-width-desktop,
.page-width-tablet,
.header.page-width,
.utility-bar__grid.page-width,
#MainContent .collection-inline-back-link.page-width {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: min(var(--page-width), 100vw) !important;
  padding-left: clamp(1.5rem, 4vw, 5rem) !important;
  padding-right: clamp(1.5rem, 4vw, 5rem) !important;
}

@media screen and (min-width: 990px) {
  .section-header .header.page-width,
  body.collection .section-header .header.page-width,
  body.template-collection .section-header .header.page-width,
  #MainContent .collection-inline-back-link.page-width {
    padding-left: clamp(1.5rem, 4vw, 5rem) !important;
    padding-right: clamp(1.5rem, 4vw, 5rem) !important;
  }
}

#shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"]::before,
.ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad::before {
  left: max(0px, calc((100% - var(--page-width)) / 2)) !important;
  right: max(0px, calc((100% - var(--page-width)) / 2)) !important;
}

#shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"] > *,
.ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad > * {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: min(var(--page-width), 100vw) !important;
}

/* Product cards: tighter title, price and savings spacing */
.product-grid .card__inner .card__information,
.collection .card__inner .card__information,
.related-products .card__inner .card__information,
.featured-collection .card__inner .card__information,
.slider-component .card__inner .card__information {
  display: none !important;
}

.product-grid .card__information,
.collection .card__information,
.related-products .card__information,
.featured-collection .card__information,
.slider-component .card__information {
  display: block !important;
  padding-top: 10px !important;
}

.product-grid .card > .card__content:last-child .card__heading,
.collection .card > .card__content:last-child .card__heading,
.related-products .card > .card__content:last-child .card__heading,
.featured-collection .card > .card__content:last-child .card__heading,
.slider-component .card > .card__content:last-child .card__heading {
  display: -webkit-box !important;
  min-height: 3.5em !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  margin-top: 0 !important;
  margin-bottom: 0px !important;
}

.product-grid .price,
.collection .price,
.related-products .price,
.featured-collection .price,
.slider-component .price {
  margin-top: 0 !important;
  margin-bottom: -7px !important;
}

.product-grid .price__container,
.collection .price__container,
.related-products .price__container,
.featured-collection .price__container,
.slider-component .price__container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.product-grid .product-card-savings,
.collection .product-card-savings,
.related-products .product-card-savings,
.featured-collection .product-card-savings,
.slider-component .product-card-savings {
  display: block !important;
  margin-top: -5px !important;
  margin-bottom: 0 !important;
  line-height: 1.15 !important;
}

/* Collection pages: calmer, more polished merchandising layout */
body:has(#ProductGridContainer) .collection-top-back-link,
body:has(#ProductGridContainer) .collection-inline-back-link {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

body:has(#ProductGridContainer) .collection-top-back-link a,
body:has(#ProductGridContainer) .collection-inline-back-link a {
  font-size: 12px !important;
  letter-spacing: 0.02em !important;
  opacity: 0.58 !important;
}

body:has(#ProductGridContainer) .collection-top-back-link a:hover,
body:has(#ProductGridContainer) .collection-inline-back-link a:hover {
  opacity: 0.9 !important;
}

@media screen and (min-width: 750px) {
  body:has(#ProductGridContainer) .shopify-section:has([class*="ai-rich-text-"]),
  body:has(#ProductGridContainer) .shopify-section:has(.rich-text) {
    margin-top: 10px !important;
    margin-bottom: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body:has(#ProductGridContainer) [class^="ai-rich-text-content"],
  body:has(#ProductGridContainer) .rich-text__blocks {
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body:has(#ProductGridContainer) [class^="ai-rich-text-content"] h1,
  body:has(#ProductGridContainer) [class^="ai-rich-text-content"] h2,
  body:has(#ProductGridContainer) .rich-text__blocks h1,
  body:has(#ProductGridContainer) .rich-text__blocks h2 {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
    line-height: 1.05 !important;
  }

  body:has(#ProductGridContainer) [class^="ai-rich-text-content"] p,
  body:has(#ProductGridContainer) .rich-text__blocks p {
    max-width: 460px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.45 !important;
    color: rgba(var(--color-foreground), 0.56) !important;
  }

  body:has(#ProductGridContainer) .multicolumn,
  body:has(#ProductGridContainer) .shopify-section:has(.multicolumn) {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
  }

  body:has(#ProductGridContainer) .multicolumn .grid {
    gap: 12px !important;
  }

  body:has(#ProductGridContainer) .multicolumn-card,
  body:has(#ProductGridContainer) [class*="ai-multicolumn-text"],
  body:has(#ProductGridContainer) [class*="multicolumn-text"] {
    min-height: 58px !important;
    background: #F7DCE5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.028) !important;
    transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease !important;
  }

  body:has(#ProductGridContainer) .multicolumn-card:hover,
  body:has(#ProductGridContainer) [class*="ai-multicolumn-text"]:hover,
  body:has(#ProductGridContainer) [class*="multicolumn-text"]:hover {
    background: #F3CEDB !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.045) !important;
  }

  body:has(#ProductGridContainer) .multicolumn-card p,
  body:has(#ProductGridContainer) .multicolumn-card__info p,
  body:has(#ProductGridContainer) [class*="ai-multicolumn-text"] p,
  body:has(#ProductGridContainer) [class*="multicolumn-text"] p {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
  }

  body:has(#ProductGridContainer) #main-collection-filters {
    margin-top: 4px !important;
    margin-bottom: 18px !important;
  }

  body:has(#ProductGridContainer) .facets-container,
  body:has(#ProductGridContainer) .facets-vertical-form {
    background: #FAF7F9 !important;
    padding: 9px 18px !important;
    min-height: 42px !important;
    align-items: center !important;
  }

  body:has(#ProductGridContainer) .facets__summary,
  body:has(#ProductGridContainer) .facet-filters__label,
  body:has(#ProductGridContainer) .facet-filters__sort,
  body:has(#ProductGridContainer) .product-count__text {
    font-size: 13px !important;
    letter-spacing: 0.01em !important;
  }

  body:has(#ProductGridContainer) .product-grid {
    --grid-desktop-horizontal-spacing: 16px;
    --grid-desktop-vertical-spacing: 36px;
    column-gap: var(--grid-desktop-horizontal-spacing) !important;
    row-gap: var(--grid-desktop-vertical-spacing) !important;
  }

  body:has(#ProductGridContainer) .product-grid .card__inner {
    background: #FBF8FA !important;
  }

  body:has(#ProductGridContainer) .product-grid .card__media img {
    transition: transform 0.25s ease, opacity 0.25s ease !important;
  }

  body:has(#ProductGridContainer) .product-grid .card-wrapper:hover .card__media img {
    transform: scale(1.012) !important;
    opacity: 0.97 !important;
  }
}

@media screen and (max-width: 749px) {
  body:has(#ProductGridContainer) .collection-top-back-link,
  body:has(#ProductGridContainer) .collection-inline-back-link {
    margin-top: 8px !important;
    margin-bottom: 10px !important;
  }

  body:has(#ProductGridContainer) #main-collection-filters {
    margin-bottom: 18px !important;
  }

  body:has(#ProductGridContainer) .product-grid {
    --grid-mobile-horizontal-spacing: 10px;
    --grid-mobile-vertical-spacing: 28px;
    column-gap: var(--grid-mobile-horizontal-spacing) !important;
    row-gap: var(--grid-mobile-vertical-spacing) !important;
  }
}

body:has(#ProductGridContainer) .product-grid .product-card-savings,
body:has(#ProductGridContainer) .product-grid .card-bundle-note {
  color: rgba(var(--color-foreground), 0.52) !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
}

/* Homepage: trust-focused polish without changing content */
body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) #MainContent {
  background: #fff !important;
  margin-bottom: 0px !important;
}

@media screen and (min-width: 750px) {
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) #MainContent > .shopify-section {
    margin-top: 26px !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) #MainContent > .shopify-section:first-child {
    margin-top: 14px !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .banner,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class*="image-banner"],
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class*="ai-image-banner"] {
    max-width: var(--page-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn .title,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .collection__title .title,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .title-wrapper-with-link .title {
    background: #F7DCE5 !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 8px !important;
    font-size: 18px !important;
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    color: rgba(var(--color-foreground), 0.68) !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn-card {
    overflow: hidden !important;
    background: #FAEEF3 !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.055) !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn-card__image-wrapper,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn-card__image-wrapper .media {
    overflow: hidden !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn-card img {
    transition: transform 0.25s ease, opacity 0.25s ease !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn-card:hover img {
    transform: scale(1.018) !important;
    opacity: 0.97 !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .collection .product-grid {
    --grid-desktop-horizontal-spacing: 16px;
    --grid-desktop-vertical-spacing: 40px;
    column-gap: var(--grid-desktop-horizontal-spacing) !important;
    row-gap: var(--grid-desktop-vertical-spacing) !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .shopify-section:has(.multicolumn)
    + .shopify-section:has(.collection) {
    margin-top: 20px !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .shopify-section:has(.collection)
    + .shopify-section {
    margin-top: 22px !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) #shopify-section-template--20339922665562__featured_collection
    + .shopify-section {
    margin-top: 0px !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) #shopify-section-template--20339922665562__featured_collection
    + .shopify-section
    + .shopify-section {
    margin-top: 0px !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .collection .card__inner {
    background: #FBF8FA !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .collection .card-wrapper:hover .card__media img {
    transform: scale(1.012) !important;
    opacity: 0.97 !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .collection .product-card-savings,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .collection .card-bundle-note {
    color: rgba(var(--color-foreground), 0.52) !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
  }

}

@media screen and (max-width: 749px) {
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) #MainContent > .shopify-section {
    margin-top: 18px !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) #MainContent > .shopify-section:first-child {
    margin-top: 10px !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn .title,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .collection__title .title,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .title-wrapper-with-link .title {
    min-height: 34px !important;
    margin-bottom: 6px !important;
    font-size: 15px !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .collection .product-grid {
    --grid-mobile-horizontal-spacing: 10px;
    --grid-mobile-vertical-spacing: 28px;
    column-gap: var(--grid-mobile-horizontal-spacing) !important;
    row-gap: var(--grid-mobile-vertical-spacing) !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn-card,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn-card__info,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class*="ai-multicolumn-text"],
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class*="multicolumn-text"] {
    background: #FAEEF3 !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .shopify-section:has(.multicolumn)
    + .shopify-section:has(.collection) {
    margin-top: 28px !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__featured_collection .card__information {
    background: #FAEEF3 !important;
    padding: 8px 8px 10px !important;
    min-height: 86px !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__featured_collection .card__inner {
    background: #FBF8FA !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__featured_collection .product-card-savings,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__featured_collection .card-bundle-note {
    color: rgba(var(--color-foreground), 0.52) !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .shopify-section:has(.multicolumn) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .shopify-section:has(.multicolumn)
    + #shopify-section-template--20339922665562__featured_collection,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .shopify-section:has(.multicolumn)
    + .shopify-section:has([class*="ai-rich-text-"]),
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .shopify-section:has(.multicolumn)
    + .shopify-section:has(.rich-text) {
    margin-top: 34px !important;
    padding-top: 0 !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .shopify-section:has(.rich-text)
    + #shopify-section-template--20339922665562__featured_collection {
    margin-top: -10px !important;
    padding-top: 0 !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__blocks_A49xzE {
    margin-bottom: -12px !important;
    padding-bottom: 0 !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"],
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__blocks_A49xzE .rich-text,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__blocks_A49xzE .rich-text__wrapper,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__blocks_A49xzE .rich-text__blocks {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__blocks_A49xzE
    + #shopify-section-template--20339922665562__featured_collection {
    margin-top: -14px !important;
    padding-top: 0 !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__featured_collection .collection {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* Mobile product grids: centered card text and tighter vertical spacing */
@media screen and (max-width: 749px) {
  .product-grid,
  .collection .product-grid,
  .featured-collection .product-grid,
  .related-products .product-grid,
  .slider-component .product-grid {
    --grid-mobile-vertical-spacing: 18px !important;
    row-gap: 18px !important;
  }

  .product-grid .card__information,
  .product-grid .card__heading,
  .product-grid .card__heading a,
  .product-grid .price,
  .product-grid .price__container,
  .product-grid .price-item,
  .product-grid .product-card-savings,
  .product-grid .card-bundle-note,
  .collection .card__information,
  .collection .card__heading,
  .collection .card__heading a,
  .collection .price,
  .collection .price__container,
  .collection .price-item,
  .collection .product-card-savings,
  .collection .card-bundle-note,
  .featured-collection .card__information,
  .featured-collection .card__heading,
  .featured-collection .card__heading a,
  .featured-collection .price,
  .featured-collection .price__container,
  .featured-collection .price-item,
  .featured-collection .product-card-savings,
  .featured-collection .card-bundle-note,
  .related-products .card__information,
  .related-products .card__heading,
  .related-products .card__heading a,
  .related-products .price,
  .related-products .price__container,
  .related-products .price-item,
  .related-products .product-card-savings,
  .related-products .card-bundle-note {
    text-align: center !important;
  }

  .product-grid .price,
  .collection .price,
  .featured-collection .price,
  .related-products .price {
    justify-content: center !important;
  }
}

/* Mobile homepage: restore occasion text bars and tighten Featured products title-to-grid spacing */
@media screen and (max-width: 749px) {
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn-card__info,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class*="ai-multicolumn-text"],
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class*="multicolumn-text"] {
    min-height: 42px !important;
    height: auto !important;
    padding: 8px 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: #FAEEF3 !important;
    box-sizing: border-box !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) .multicolumn-card__info p,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class*="ai-multicolumn-text"] p,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product)) [class*="multicolumn-text"] p {
    width: 100% !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj {
    margin-bottom: -10px !important;
    padding-bottom: 0 !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj
    + #shopify-section-template--20339922665562__featured_collection {
    margin-top: -18px !important;
    padding-top: 0 !important;
  }

  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__featured_collection slider-component.slider-mobile-gutter,
  body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
    #shopify-section-template--20339922665562__featured_collection .slider-mobile-gutter {
    margin-top: -12px !important;
  }
}

/* FINAL mobile homepage override: must stay at the bottom */
@media screen and (max-width: 749px) {
  body.template-index .multicolumn-card__info,
  body.template-index [class*="ai-multicolumn-text"],
  body.template-index [class*="multicolumn-text"],
  body:not(.template-collection):not(.template-product) .multicolumn-card__info,
  body:not(.template-collection):not(.template-product) [class*="ai-multicolumn-text"],
  body:not(.template-collection):not(.template-product) [class*="multicolumn-text"] {
    min-height: 46px !important;
    height: auto !important;
    padding: 10px 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: #FAEEF3 !important;
    box-sizing: border-box !important;
  }

  body.template-index .multicolumn-card__info p,
  body.template-index [class*="ai-multicolumn-text"] p,
  body.template-index [class*="multicolumn-text"] p,
  body:not(.template-collection):not(.template-product) .multicolumn-card__info p,
  body:not(.template-collection):not(.template-product) [class*="ai-multicolumn-text"] p,
  body:not(.template-collection):not(.template-product) [class*="multicolumn-text"] p {
    margin: 0 !important;
    width: 100% !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  #shopify-section-template--20339922665562__blocks_A49xzE {
    margin-bottom: -18px !important;
    padding-bottom: 0 !important;
  }

  #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"],
  #shopify-section-template--20339922665562__blocks_A49xzE .rich-text,
  #shopify-section-template--20339922665562__blocks_A49xzE .rich-text__wrapper,
  #shopify-section-template--20339922665562__blocks_A49xzE .rich-text__blocks {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #shopify-section-template--20339922665562__featured_collection {
    margin-top: -24px !important;
    padding-top: 0 !important;
  }

  #shopify-section-template--20339922665562__featured_collection .collection,
  #shopify-section-template--20339922665562__featured_collection .collection__title,
  #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #shopify-section-template--20339922665562__featured_collection .collection__title {
    margin-bottom: 4px !important;
  }

  #shopify-section-template--20339922665562__featured_collection slider-component.slider-mobile-gutter,
  #shopify-section-template--20339922665562__featured_collection .slider-mobile-gutter {
    margin-top: -16px !important;
  }
}

/* SISTE OVERRIDE - mobil forside: Shop by occasion + Featured products */
@media screen and (max-width: 749px) {
  body.template-index .multicolumn .title,
  body.template-index .collection__title .title,
  body.template-index .title-wrapper-with-link .title,
  body:not(.template-collection):not(.template-product) .multicolumn .title,
  body:not(.template-collection):not(.template-product) .collection__title .title,
  body:not(.template-collection):not(.template-product) .title-wrapper-with-link .title {
    min-height: 50px !important;
    padding: 12px 8px !important;
    margin-top: 0 !important;
    margin-bottom: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.15 !important;
    background: #FAEEF3 !important;
    box-sizing: border-box !important;
  }

  body.template-index .multicolumn .title *,
  body.template-index .collection__title .title *,
  body.template-index .title-wrapper-with-link .title *,
  body:not(.template-collection):not(.template-product) .multicolumn .title *,
  body:not(.template-collection):not(.template-product) .collection__title .title *,
  body:not(.template-collection):not(.template-product) .title-wrapper-with-link .title * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.15 !important;
  }

  #shopify-section-template--20339922665562__featured_collection {
    margin-top: -30px !important;
    padding-top: 0 !important;
  }

  #shopify-section-template--20339922665562__featured_collection .collection,
  #shopify-section-template--20339922665562__featured_collection .collection__title,
  #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #shopify-section-template--20339922665562__featured_collection .product-grid,
  #shopify-section-template--20339922665562__featured_collection ul.grid,
  #shopify-section-template--20339922665562__featured_collection slider-component.slider-mobile-gutter,
  #shopify-section-template--20339922665562__featured_collection .slider-mobile-gutter {
    margin-top: -24px !important;
    padding-top: 0 !important;
  }
}

/* SISTE OVERRIDE - mobil forside: Shop by occasion category labels */
@media screen and (max-width: 749px) {
  body.template-index .multicolumn .title,
  body:not(.template-collection):not(.template-product) .multicolumn .title {
    min-height: 42px !important;
    padding: 9px 8px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: #FAEEF3 !important;
    box-sizing: border-box !important;
  }

  body.template-index .multicolumn-card,
  body:not(.template-collection):not(.template-product) .multicolumn-card {
    background: #FAEEF3 !important;
    overflow: hidden !important;
  }

  body.template-index .multicolumn-card__info,
  body.template-index .multicolumn-card__info .rte,
  body.template-index .multicolumn-card__info .inline-richtext,
  body.template-index .multicolumn-card__info h3,
  body.template-index .multicolumn-card__info p,
  body.template-index .multicolumn-card__info a,
  body:not(.template-collection):not(.template-product) .multicolumn-card__info,
  body:not(.template-collection):not(.template-product) .multicolumn-card__info .rte,
  body:not(.template-collection):not(.template-product) .multicolumn-card__info .inline-richtext,
  body:not(.template-collection):not(.template-product) .multicolumn-card__info h3,
  body:not(.template-collection):not(.template-product) .multicolumn-card__info p,
  body:not(.template-collection):not(.template-product) .multicolumn-card__info a {
    min-height: 44px !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.15 !important;
    background: #FAEEF3 !important;
    box-sizing: border-box !important;
  }

  body.template-index .multicolumn-card__info,
  body:not(.template-collection):not(.template-product) .multicolumn-card__info {
    padding: 8px 6px !important;
  }
}

/* SISTE OVERRIDE - mobil forside: rich text over Shop by occasion og Featured products */
@media screen and (max-width: 749px) {
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"],
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text,
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__wrapper,
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"],
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) .rich-text,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__wrapper,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks {
    min-height: 46px !important;
    height: auto !important;
    padding: 10px 8px !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: #FAEEF3 !important;
    box-sizing: border-box !important;
  }

  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"] *,
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks *,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"] *,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  body.template-index .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection),
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) {
    margin-bottom: -18px !important;
    padding-bottom: 0 !important;
  }

  body.template-index .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) [class*="ai-rich-text"],
  body.template-index .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) .rich-text,
  body.template-index .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) .rich-text__wrapper,
  body.template-index .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) .rich-text__blocks,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) [class*="ai-rich-text"],
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) .rich-text,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) .rich-text__wrapper,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) .rich-text__blocks {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #shopify-section-template--20339922665562__featured_collection {
    margin-top: -28px !important;
    padding-top: 0 !important;
  }
}

/* SISTE OVERRIDE - finjustering av Shop by occasion rich text på mobil */
@media screen and (max-width: 749px) {
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"],
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text,
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__wrapper,
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"],
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) .rich-text,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__wrapper,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks {
    min-height: 38px !important;
    padding: 7px 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"] *,
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks *,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"] *,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks * {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    justify-content: center !important;
  }
}

/* SISTE OVERRIDE - restore tykk Shop by occasion bar på mobil */
@media screen and (max-width: 749px) {
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn),
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) {
    background: #FAEEF3 !important;
    min-height: 46px !important;
    padding: 0 !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"],
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text,
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__wrapper,
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"],
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) .rich-text,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__wrapper,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks {
    min-height: 54px !important;
    height: 54px !important;
    padding: 0 8px !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background: #FAEEF3 !important;
    box-sizing: border-box !important;
  }

  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"] *,
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks *,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"] *,
  body:not(.template-collection):not(.template-product) .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks * {
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.15 !important;
    width: auto !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 749px) {
  .header {
    grid-template-columns: 1fr auto 1fr !important;
  }

  .header__heading,
  .header__heading-link {
    justify-self: center !important;
    width: 150px !important;
    height: 50px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    margin-left: -24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .header__heading-logo {
    width: 300px !important;
    height: auto !important;
    max-width: 250px !important;
    max-height: auto !important;
    background-image: url("/cdn/shop/files/mobile_logo.png?v=1777277068");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  .header__heading-logo img {
    opacity: 0 !important;
    width: 150px !important;
    height: 50px !important;
  }
}
@media screen and (max-width: 749px) {
  .header__icons {
    gap: 0 !important;
    padding-right: 0 !important;
    transform: translateX(-8px) !important;
  }

  .header__icon--search,
  .header__icon--cart {
    margin-left: -6px !important;
  }
}


/* SISTE OVERRIDE - sterkere fjerning av ramme på collection kategori-multicolumn mobil */
@media screen and (max-width: 749px) {
  body.template-collection .multicolumn,
  body.template-collection .multicolumn *,
  body.template-collection .multicolumn .content-container,
  body.template-collection .multicolumn .global-media-settings,
  body.template-collection .multicolumn .multicolumn-card,
  body.template-collection .multicolumn .multicolumn-card__info,
  body:has(#ProductGridContainer) .multicolumn,
  body:has(#ProductGridContainer) .multicolumn *,
  body:has(#ProductGridContainer) .multicolumn .content-container,
  body:has(#ProductGridContainer) .multicolumn .global-media-settings,
  body:has(#ProductGridContainer) .multicolumn .multicolumn-card,
  body:has(#ProductGridContainer) .multicolumn .multicolumn-card__info {
    --border-width: 0 !important;
    --border-opacity: 0 !important;
    --text-boxes-border-width: 0 !important;
    --text-boxes-border-opacity: 0 !important;
    --media-border-width: 0 !important;
    --media-border-opacity: 0 !important;
    --shadow-opacity: 0 !important;
    border: none !important;
    border-width: 0 !important;
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
  }

  body.template-collection .multicolumn *::before,
  body.template-collection .multicolumn *::after,
  body:has(#ProductGridContainer) .multicolumn *::before,
  body:has(#ProductGridContainer) .multicolumn *::after {
    border: none !important;
    border-width: 0 !important;
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
  }

  body.template-collection .multicolumn .content-container::after,
  body.template-collection .multicolumn .global-media-settings::after,
  body.template-collection .multicolumn .multicolumn-card::after,
  body.template-collection .multicolumn .multicolumn-card__info::after,
  body:has(#ProductGridContainer) .multicolumn .content-container::after,
  body:has(#ProductGridContainer) .multicolumn .global-media-settings::after,
  body:has(#ProductGridContainer) .multicolumn .multicolumn-card::after,
  body:has(#ProductGridContainer) .multicolumn .multicolumn-card__info::after {
    content: none !important;
    display: none !important;
  }
}

/* SISTE OVERRIDE - fjern ramme rundt AI multicolumn på collection mobil */
@media screen and (max-width: 749px) {
  body.template-collection [class*="ai-multicolumn"],
  body.template-collection [class*="ai_multicolumn"],
  body.template-collection [id*="ai-multicolumn"],
  body:has(#ProductGridContainer) [class*="ai-multicolumn"],
  body:has(#ProductGridContainer) [class*="ai_multicolumn"],
  body:has(#ProductGridContainer) [id*="ai-multicolumn"] {
    --border-width: 0 !important;
    --border-opacity: 0 !important;
    --text-boxes-border-width: 0 !important;
    --text-boxes-border-opacity: 0 !important;
    --media-border-width: 0 !important;
    --media-border-opacity: 0 !important;
    --shadow-opacity: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  body.template-collection [class*="ai-multicolumn-container"],
  body.template-collection [class*="ai-multicolumn-wrapper"],
  body.template-collection [class*="ai-multicolumn-grid"],
  body.template-collection [class*="ai-multicolumn-section"],
  body:has(#ProductGridContainer) [class*="ai-multicolumn-container"],
  body:has(#ProductGridContainer) [class*="ai-multicolumn-wrapper"],
  body:has(#ProductGridContainer) [class*="ai-multicolumn-grid"],
  body:has(#ProductGridContainer) [class*="ai-multicolumn-section"] {
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  body.template-collection [class*="ai-multicolumn"]::before,
  body.template-collection [class*="ai-multicolumn"]::after,
  body.template-collection [id*="ai-multicolumn"]::before,
  body.template-collection [id*="ai-multicolumn"]::after,
  body:has(#ProductGridContainer) [class*="ai-multicolumn"]::before,
  body:has(#ProductGridContainer) [class*="ai-multicolumn"]::after,
  body:has(#ProductGridContainer) [id*="ai-multicolumn"]::before,
  body:has(#ProductGridContainer) [id*="ai-multicolumn"]::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }
}

/* SISTE OVERRIDE - fjern skygge/ramme fra collection kategori-knapper mobil */
@media screen and (max-width: 749px) {
  body.template-collection [class*="multicolumn-text"],
  body.template-collection [class*="multicolumn-text"]:hover,
  body.template-collection [class*="ai-multicolumn-text"],
  body.template-collection [class*="ai-multicolumn-text"]:hover,
  body:has(#ProductGridContainer) [class*="multicolumn-text"],
  body:has(#ProductGridContainer) [class*="multicolumn-text"]:hover,
  body:has(#ProductGridContainer) [class*="ai-multicolumn-text"],
  body:has(#ProductGridContainer) [class*="ai-multicolumn-text"]:hover,
  body:has(#ProductGridContainer) .multicolumn-card,
  body:has(#ProductGridContainer) .multicolumn-card:hover,
  body.template-collection .multicolumn-card,
  body.template-collection .multicolumn-card:hover {
    box-shadow: none !important;
    filter: none !important;
    border: 0 !important;
    outline: 0 !important;
    transform: none !important;
  }

  body.template-collection [class*="multicolumn-text"]::before,
  body.template-collection [class*="multicolumn-text"]::after,
  body:has(#ProductGridContainer) [class*="multicolumn-text"]::before,
  body:has(#ProductGridContainer) [class*="multicolumn-text"]::after {
    content: none !important;
    display: none !important;
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
  }
}

/* SISTE OVERRIDE - fjern ramme rundt AI multicolumn kategori-knapper på collection mobil */
@media screen and (max-width: 749px) {
  body:has(#ProductGridContainer) [class^="ai-multicolumn-container-"],
  body:has(#ProductGridContainer) [class*=" ai-multicolumn-container-"],
  body.template-collection [class^="ai-multicolumn-container-"],
  body.template-collection [class*=" ai-multicolumn-container-"] {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  body:has(#ProductGridContainer) [class^="ai-multicolumn-item-"],
  body:has(#ProductGridContainer) [class*=" ai-multicolumn-item-"],
  body.template-collection [class^="ai-multicolumn-item-"],
  body.template-collection [class*=" ai-multicolumn-item-"] {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-clip: padding-box !important;
  }

  body:has(#ProductGridContainer) [class^="ai-multicolumn-text-"],
  body:has(#ProductGridContainer) [class*=" ai-multicolumn-text-"],
  body.template-collection [class^="ai-multicolumn-text-"],
  body.template-collection [class*=" ai-multicolumn-text-"] {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  body:has(#ProductGridContainer) [class^="ai-multicolumn-text-"]::before,
  body:has(#ProductGridContainer) [class^="ai-multicolumn-text-"]::after,
  body.template-collection [class^="ai-multicolumn-text-"]::before,
  body.template-collection [class^="ai-multicolumn-text-"]::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }
}

/* SISTE OVERRIDE - fjern falsk ramme/padding rundt AI multicolumn-knapper på collection mobil */
@media screen and (max-width: 749px) {
  body.template-collection [class^="ai-multicolumn-item-"],
  body.template-collection [class*=" ai-multicolumn-item-"],
  body:has(#ProductGridContainer) [class^="ai-multicolumn-item-"],
  body:has(#ProductGridContainer) [class*=" ai-multicolumn-item-"] {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    display: block !important;
  }

  body.template-collection [class^="ai-multicolumn-text-"],
  body.template-collection [class*=" ai-multicolumn-text-"],
  body:has(#ProductGridContainer) [class^="ai-multicolumn-text-"],
  body:has(#ProductGridContainer) [class*=" ai-multicolumn-text-"] {
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #F7DCE5 !important;
  }
}

/* SISTE OVERRIDE - litt høyere AI multicolumn kategori-knapper på collection mobil */
@media screen and (max-width: 749px) {
  body.template-collection [class^="ai-multicolumn-text-"],
  body.template-collection [class*=" ai-multicolumn-text-"],
  body:has(#ProductGridContainer) [class^="ai-multicolumn-text-"],
  body:has(#ProductGridContainer) [class*=" ai-multicolumn-text-"] {
    min-height: 36px !important;
    height: 36px !important;
    padding: 6px 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* SISTE OVERRIDE - heve back-link og AI rich text på collection mobil */
@media screen and (max-width: 749px) {
  body.template-collection .collection-top-back-link,
  body:has(#ProductGridContainer) .collection-top-back-link {
    margin-top: -12px !important;
    margin-bottom: 6px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.template-collection [class^="ai-rich-text-"],
  body.template-collection [class*=" ai-rich-text-"],
  body:has(#ProductGridContainer) [class^="ai-rich-text-"],
  body:has(#ProductGridContainer) [class*=" ai-rich-text-"] {
    margin-top: -20px !important;
    padding-top: 0 !important;
  }

  body.template-collection [class^="ai-rich-text-content-"],
  body.template-collection [class*=" ai-rich-text-content-"],
  body:has(#ProductGridContainer) [class^="ai-rich-text-content-"],
  body:has(#ProductGridContainer) [class*=" ai-rich-text-content-"] {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

/* Juster Etsy-review / rating-linjen på mobil */
@media screen and (max-width: 749px) {
  .mobile-rating-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
/* SISTE OVERRIDE - Etsy-review bakgrunn mobil */
@media screen and (max-width: 749px) {
  .mobile-rating-wrapper {
    background: #FAEEF3 !important;
  }
}

/* SISTE OVERRIDE - sterk Etsy-review bakgrunn mobil */
@media screen and (max-width: 749px) {
  body .shopify-section:has(.mobile-rating-wrapper),
  body .mobile-rating-wrapper,
  body .mobile-rating-wrapper .mobile-rating,
  body .mobile-rating {
    background-color: #FAEEF3 !important;
    background: #FAEEF3 !important;
  }

  body .mobile-rating {
    width: 100% !important;
  }
}

/* SISTE OVERRIDE - juster spacing/bredde på AI kategori-knapper collection mobil */
@media screen and (max-width: 749px) {
  body.template-collection [class*="ai-multicolumn-container"],
  body:has(#ProductGridContainer) [class*="ai-multicolumn-container"] {
    column-gap: 5px !important;
    row-gap: 6px !important;
    gap: 6px 5px !important;
    width: 95% !important;
    max-width: 95% !important;
  }
}

/* SISTE OVERRIDE - sentrer AI kategori-knapper når de brytes til ny rad på collection mobil */
@media screen and (max-width: 749px) {
  body.template-collection [class*="ai-multicolumn-container"],
  body:has(#ProductGridContainer) [class*="ai-multicolumn-container"] {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 6px 5px !important;
    width: 95% !important;
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.template-collection [class*="ai-multicolumn-item"],
  body:has(#ProductGridContainer) [class*="ai-multicolumn-item"] {
    flex: 0 0 calc((100% - 15px) / 4) !important;
    max-width: calc((100% - 15px) / 4) !important;
    width: calc((100% - 15px) / 4) !important;
  }
}
/* Wider SEO intro text on collection pages */
body.template-collection [class^="ai-rich-text-content"],
body:has(#ProductGridContainer) [class^="ai-rich-text-content"] {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.template-collection [class^="ai-rich-text-content"] p,
body:has(#ProductGridContainer) [class^="ai-rich-text-content"] p {
  max-width: 760px !important;
  line-height: 1.35 !important;
}

/* Mobile collection SEO intro */
@media screen and (max-width: 749px) {
  body.template-collection [class^="ai-rich-text-content"],
  body:has(#ProductGridContainer) [class^="ai-rich-text-content"] {
    max-width: 92vw !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.template-collection [class^="ai-rich-text-content"] p,
  body:has(#ProductGridContainer) [class^="ai-rich-text-content"] p {
    max-width: 92vw !important;
    font-size: 13.5px !important;
    line-height: 1.35 !important;
  }
}

/* Collection product cards - inline add to cart button */
body:has(#ProductGridContainer) .product-grid .card__content > .quick-add {
  display: none !important;
}

body:has(#ProductGridContainer) .product-grid .card__information:has(.card-inline-cart) .card__heading {
  margin-bottom: 2px !important;
}

body:has(#ProductGridContainer) .product-grid .card-inline-cart {
  display: block !important;
  width: 100% !important;
  margin: 2px 0 6px !important;
  position: relative !important;
  z-index: 3 !important;
}

body:has(#ProductGridContainer) .product-grid .card-inline-cart__form {
  margin: 0 !important;
}

body:has(#ProductGridContainer) .product-grid .card-inline-cart__button {
  width: 100% !important;
  position: relative !important;
  z-index: 4 !important;
  pointer-events: auto !important;
  min-height: 30px !important;
  padding: 6px 10px !important;
  border: 1px solid #F7DCE5 !important;
  border-radius: 2px !important;
  background: #FAEEF3 !important;
  color: rgb(var(--color-foreground)) !important;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-transform: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

body:has(#ProductGridContainer) .product-grid .card-inline-cart__button:hover,
body:has(#ProductGridContainer) .product-grid .card-inline-cart__button:focus-visible {
  background: #F7DCE5 !important;
  border-color: #F7DCE5 !important;
  color: rgb(var(--color-foreground)) !important;
  box-shadow: none !important;
}

body:has(#ProductGridContainer) .product-grid .card-inline-cart__button::before,
body:has(#ProductGridContainer) .product-grid .card-inline-cart__button::after {
  display: none !important;
}

body:has(#ProductGridContainer) .product-grid .card-inline-cart__button .loading__spinner {
  width: 1.2rem !important;
  height: 1.2rem !important;
}

@media screen and (max-width: 749px) {
  body:has(#ProductGridContainer) .product-grid .card-inline-cart {
    margin: 2px 0 7px !important;
  }

  body:has(#ProductGridContainer) .product-grid .card-inline-cart__button {
    min-height: 32px !important;
    font-size: 11.5px !important;
  }
}
/* SISTE OVERRIDE - collection desktop product grid polish */
@media screen and (min-width: 990px) {
  body:has(#ProductGridContainer) .product-grid {
    --grid-desktop-horizontal-spacing: 18px !important;
    --grid-desktop-vertical-spacing: 40px !important;
  }

  body:has(#ProductGridContainer) .product-grid .card__information {
    padding-top: 9px !important;
  }

  body:has(#ProductGridContainer) .product-grid .card__heading {
    min-height: 34px !important;
    margin-bottom: 4px !important;
    font-size: 14px !important;
    line-height: 1.18 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
  }

  body:has(#ProductGridContainer) .product-grid .card__heading a {
    line-height: 1.18 !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
  }

  body:has(#ProductGridContainer) .product-grid .card-inline-cart {
    margin: 3px 0 8px !important;
  }

  body:has(#ProductGridContainer) .product-grid .card-inline-cart__button {
    min-height: 30px !important;
    padding: 6px 10px !important;
    font-size: 11.5px !important;
    background: #FAEEF3 !important;
    border-color: #F2D4DE !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
  }

  body:has(#ProductGridContainer) .product-grid .card-inline-cart__button:hover,
  body:has(#ProductGridContainer) .product-grid .card-inline-cart__button:focus-visible {
    background: #F7DCE5 !important;
    border-color: #EDC3D2 !important;
    transform: translateY(-1px) !important;
  }

  body:has(#ProductGridContainer) .product-grid .price {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
  }

  body:has(#ProductGridContainer) .product-grid .price .price-item {
    font-weight: 500 !important;
  }

  body:has(#ProductGridContainer) .product-grid .product-card-savings,
  body:has(#ProductGridContainer) .product-grid .card-bundle-note {
    font-size: 10.5px !important;
    line-height: 1.2 !important;
  }
}
/* Collection pages - subtle benefit strip above filters */
@media screen and (min-width: 750px) {
  body:has(#ProductGridContainer) .collection-trust-strip {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 22px !important;
    margin: -2px auto 14px !important;
    padding: 0 18px !important;
    color: rgba(var(--color-foreground), 0.58) !important;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
    text-align: center !important;
  }

  body:has(#ProductGridContainer) .collection-trust-strip span {
    position: relative !important;
    white-space: nowrap !important;
  }

  body:has(#ProductGridContainer) .collection-trust-strip span + span::before {
    content: "" !important;
    position: absolute !important;
    left: -13px !important;
    top: 50% !important;
    width: 3px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: #F3CEDB !important;
    transform: translateY(-50%) !important;
  }
}
/* Collection mobile - hide home back link, keep parent back links */
@media screen and (max-width: 749px) {
  body.template-collection .back-link:has(.collection-back-link--home),
  body:has(#ProductGridContainer) .back-link:has(.collection-back-link--home) {
    display: none !important;
  }

  body.template-collection .back-link:has(.collection-back-link--parent),
  body:has(#ProductGridContainer) .back-link:has(.collection-back-link--parent) {
    display: block !important;
  }
}
/* Collection pages without category buttons - tighten top area */
@media screen and (min-width: 750px) {
  body:has(#ProductGridContainer) #MainContent:not(:has(.multicolumn)) .shopify-section:has(#ProductGridContainer) > div:first-child {
    padding-top: 8px !important;
  }

  body:has(#ProductGridContainer) #MainContent:not(:has(.multicolumn)) .shopify-section:has([class*="ai-rich-text-"]),
  body:has(#ProductGridContainer) #MainContent:not(:has(.multicolumn)) .shopify-section:has(.rich-text) {
    margin-bottom: 4px !important;
  }

  body:has(#ProductGridContainer) #MainContent:not(:has(.multicolumn)) .collection-trust-strip {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
  }
}
/* Collection pages without category buttons - tighten top area v2 */
@media screen and (min-width: 750px) {
  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) + .shopify-section:has(#ProductGridContainer),
  body:has(#ProductGridContainer) #MainContent > .shopify-section:has(.rich-text) + .shopify-section:has(#ProductGridContainer) {
    margin-top: -28px !important;
  }

  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) + .shopify-section:has(#ProductGridContainer) > div,
  body:has(#ProductGridContainer) #MainContent > .shopify-section:has(.rich-text) + .shopify-section:has(#ProductGridContainer) > div {
    padding-top: 0 !important;
  }

  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) + .shopify-section:has(#ProductGridContainer) .collection-trust-strip,
  body:has(#ProductGridContainer) #MainContent > .shopify-section:has(.rich-text) + .shopify-section:has(#ProductGridContainer) .collection-trust-strip {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }
}
/* Collection pages without category buttons - balanced top area v3 */
@media screen and (min-width: 750px) {
  body:has(#ProductGridContainer) #MainContent:not(:has(.multicolumn)) > .shopify-section:has([class*="ai-rich-text-"]),
  body:has(#ProductGridContainer) #MainContent:not(:has(.multicolumn)) > .shopify-section:has(.rich-text) {
    margin-bottom: 10px !important;
  }

  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) + .shopify-section:has(#ProductGridContainer),
  body:has(#ProductGridContainer) #MainContent > .shopify-section:has(.rich-text) + .shopify-section:has(#ProductGridContainer) {
    margin-top: -14px !important;
  }

  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) + .shopify-section:has(#ProductGridContainer) > div,
  body:has(#ProductGridContainer) #MainContent > .shopify-section:has(.rich-text) + .shopify-section:has(#ProductGridContainer) > div {
    padding-top: 4px !important;
  }

  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) + .shopify-section:has(#ProductGridContainer) .collection-trust-strip,
  body:has(#ProductGridContainer) #MainContent > .shopify-section:has(.rich-text) + .shopify-section:has(#ProductGridContainer) .collection-trust-strip {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
  }
}
/* Product description - visible intro with soft faded preview */
.product__info-container .product-description-split {
  max-width: 42rem;
}

.product-description-split__intro p {
  margin-bottom: 0.65rem !important;
}

.product-description-split__collapsible {
  position: relative;
  margin-top: 0.1rem !important;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
}

.product-description-split__toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.product-description-split__preview {
  position: relative;
  max-height: 4.6em;
  overflow: hidden;
  color: rgba(var(--color-foreground), 0.48);
  transition: max-height 0.25s ease, color 0.2s ease;
}

.product-description-split__preview::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.8em;
  background: linear-gradient(to bottom, rgba(var(--color-background), 0), rgb(var(--color-background)) 88%);
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.product-description-split__more {
  opacity: 0.66;
  transition: opacity 0.2s ease;
}

.product-description-split__summary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.45rem;
  cursor: pointer;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  color: rgba(var(--color-foreground), 0.72);
}

.product-description-split__summary-less {
  display: none;
}

.product-description-split__icon {
  width: 1rem;
  height: 1rem;
  transition: transform 0.18s ease;
}

.product-description-split__toggle:checked + .product-description-split__preview {
  max-height: 90rem;
  color: rgba(var(--color-foreground), 0.75);
}

.product-description-split__toggle:checked + .product-description-split__preview::after {
  opacity: 0;
}

.product-description-split__toggle:checked + .product-description-split__preview .product-description-split__more {
  opacity: 1;
}

.product-description-split__toggle:checked ~ .product-description-split__summary .product-description-split__summary-more {
  display: none;
}

.product-description-split__toggle:checked ~ .product-description-split__summary .product-description-split__summary-less {
  display: inline;
}

.product-description-split__toggle:checked ~ .product-description-split__summary .product-description-split__icon {
  transform: rotate(180deg);
}

.product-description-split__more p:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 749px) {
  body:has(.product) .product-description-split {
    max-width: 33rem;
    margin-left: auto;
    margin-right: auto;
  }

  body:has(.product) .product-description-split__summary {
    justify-content: center;
    width: 100%;
    column-gap: 0.45rem;
  }
}
/* Back links - consistent spacing on product and collection pages */
@media screen and (min-width: 750px) {
  body:has(.product) .product-top-back-link.back-link--product,
  body:has(#ProductGridContainer) .back-link:has(.collection-back-link),
  body:has(#ProductGridContainer) .collection-top-back-link,
  body:has(#ProductGridContainer) .collection-inline-back-link {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: min(var(--page-width), 100vw) !important;
    margin: 18px auto 28px !important;
    padding-left: clamp(1.5rem, 4vw, 5rem) !important;
    padding-right: clamp(1.5rem, 4vw, 5rem) !important;
    text-align: left !important;
  }

  body:has(.product) .product-top-back-link.back-link--product a,
  body:has(#ProductGridContainer) .back-link:has(.collection-back-link) a,
  body:has(#ProductGridContainer) .collection-top-back-link a,
  body:has(#ProductGridContainer) .collection-inline-back-link a {
    font-size: 12px !important;
    letter-spacing: 0.02em !important;
    opacity: 0.58 !important;
  }

  body:has(.product) .product-top-back-link.back-link--product a:hover,
  body:has(#ProductGridContainer) .back-link:has(.collection-back-link) a:hover,
  body:has(#ProductGridContainer) .collection-top-back-link a:hover,
  body:has(#ProductGridContainer) .collection-inline-back-link a:hover {
    opacity: 0.9 !important;
  }
}

@media screen and (max-width: 749px) {
  body:has(.product) .product-top-back-link.back-link--product,
  body:has(#ProductGridContainer) .back-link:has(.collection-back-link--parent),
  body.template-collection .back-link:has(.collection-back-link--parent) {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 8px auto 12px !important;
    padding: 0 1.5rem !important;
    text-align: left !important;
  }

  body:has(.product) .product-top-back-link.back-link--product a,
  body:has(#ProductGridContainer) .back-link:has(.collection-back-link--parent) a,
  body.template-collection .back-link:has(.collection-back-link--parent) a {
    font-size: 12px !important;
    letter-spacing: 0.02em !important;
    opacity: 0.58 !important;
    margin-top: 0 !important;
  }
}
/* Homepage 12/10 polish - proof strip, featured products and premium how-it-works */
.homepage-proof-strip {
  max-width: var(--page-width);
  width: 100%;
  margin: 18px auto 24px;
  padding: 0;
  box-sizing: border-box;
}

.homepage-proof-strip__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: #f0c9d7;
}

.homepage-proof-strip__item,
.homepage-proof-strip__inner > div {
  min-height: 66px;
  padding: 14px 16px;
  background: #fff7fa;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Inter', sans-serif;
  color: rgba(var(--color-foreground), 0.74);
  box-sizing: border-box;
}

.homepage-proof-strip__label,
.homepage-proof-strip strong {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.05;
  text-transform: uppercase;
  color: #e58bad;
}

.homepage-proof-strip__text,
.homepage-proof-strip span {
  display: block;
  max-width: 200px;
  margin-top: 6px;
  font-size: 13.5px;
  font-weight: 560;
  line-height: 1.28;
  color: rgba(var(--color-foreground), 0.76);
}

@media screen and (min-width: 750px) {
  body.template-index #shopify-section-template--20339922665562__featured_collection {
    margin-top: 26px !important;
    padding-top: 0 !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .collection {
    padding-top: 0 !important;
    padding-bottom: 8px !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .collection__title,
  body.template-index #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link {
    margin-bottom: 16px !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .collection__title .title,
  body.template-index #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link .title {
    min-height: 46px !important;
    margin: 0 !important;
    padding: 11px 16px !important;
    background: #f7dce5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    color: rgba(var(--color-foreground), 0.7) !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .product-grid {
    --grid-desktop-horizontal-spacing: 18px !important;
    --grid-desktop-vertical-spacing: 34px !important;
    column-gap: var(--grid-desktop-horizontal-spacing) !important;
    row-gap: var(--grid-desktop-vertical-spacing) !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .card-wrapper {
    transition: transform 0.18s ease, opacity 0.18s ease !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .card-wrapper:hover {
    transform: translateY(-2px) !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .card__inner {
    background: #fbf8fa !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .card__media img {
    transition: transform 0.25s ease, opacity 0.25s ease !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .card-wrapper:hover .card__media img {
    transform: scale(1.012) !important;
    opacity: 0.98 !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .card__information {
    padding-top: 10px !important;
    min-height: 82px !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .card__heading,
  body.template-index #shopify-section-template--20339922665562__featured_collection .card__heading a {
    font-size: 13px !important;
    line-height: 1.18 !important;
    font-weight: 560 !important;
    letter-spacing: 0 !important;
    color: rgba(var(--color-foreground), 0.82) !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .card__heading {
    min-height: 32px !important;
    margin-bottom: 5px !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .price {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
    font-size: 15.5px !important;
    line-height: 1.15 !important;
    color: rgba(var(--color-foreground), 0.86) !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .price .price-item {
    font-weight: 520 !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .product-card-savings,
  body.template-index #shopify-section-template--20339922665562__featured_collection .card-bundle-note {
    font-size: 10.5px !important;
    line-height: 1.2 !important;
    color: rgba(var(--color-foreground), 0.52) !important;
    font-weight: 600 !important;
  }
}

.homepage-how-works-premium {
  max-width: var(--page-width);
  margin: -35px auto 30px;
  padding: 0;
  box-sizing: border-box;
}

.homepage-how-works-premium__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #f0c9d7;
}

.homepage-how-works-premium__step {
  min-height: 128px;
  padding: 26px 22px 24px;
  background: #fff7fa;
  text-align: center;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

.homepage-how-works-premium__number {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 1px solid #edbdd0;
  border-radius: 50%;
  color: #e58bad;
  font-size: 12px;
  font-weight: 750;
}

.homepage-how-works-premium__title {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.82);
}

.homepage-how-works-premium__text {
  display: block;
  max-width: 190px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(var(--color-foreground), 0.62);
}

@media screen and (max-width: 749px) {
  .homepage-proof-strip {
    margin: 10px auto 16px;
    padding: 0 1.4rem;
  }

  .homepage-proof-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
  }

  .homepage-proof-strip__item,
  .homepage-proof-strip__inner > div {
    min-height: 64px;
    padding: 11px 8px;
  }

  .homepage-proof-strip__item:last-child,
  .homepage-proof-strip__inner > div:last-child {
    grid-column: 1 / -1;
  }

  .homepage-proof-strip__label,
  .homepage-proof-strip strong {
    font-size: 9.5px;
    letter-spacing: 0.07em;
  }

  .homepage-proof-strip__text,
  .homepage-proof-strip span {
    max-width: 150px;
    font-size: 11.5px;
    line-height: 1.22;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .card__information {
    min-height: 74px !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection .card__heading,
  body.template-index #shopify-section-template--20339922665562__featured_collection .card__heading a {
    font-size: 11.5px !important;
    line-height: 1.16 !important;
  }

  .homepage-how-works-premium {
    margin: 20px auto 22px;
    padding: 0 1.4rem;
  }

  .homepage-how-works-premium__inner {
    grid-template-columns: 1fr 1fr;
  }

  .homepage-how-works-premium__step {
    min-height: 118px;
    padding: 20px 12px 18px;
  }

  .homepage-how-works-premium__number {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
  }

  .homepage-how-works-premium__title {
    font-size: 11px;
  }

  .homepage-how-works-premium__text {
    font-size: 11.5px;
    line-height: 1.28;
  }
}

/* Homepage premium section headings - Shop by occasion + Customer favorites */
body.template-index .shopify-section:has(+ .shopify-section .multicolumn) {
  max-width: var(--page-width) !important;
  width: 100% !important;
  margin: 28px auto 12px !important;
  padding: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

body.template-index .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"],
body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text,
body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__wrapper,
body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks,
body.template-index #shopify-section-template--20339922665562__featured_collection .collection__title,
body.template-index #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link {
  width: 100% !important;
  max-width: var(--page-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 16px !important;
  padding: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks > *,
body.template-index .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"] > *,
body.template-index #shopify-section-template--20339922665562__featured_collection .collection__title .title,
body.template-index #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link .title {
  min-height: 42px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background: linear-gradient(90deg, rgba(250, 238, 243, 0), #faeef3 12%, #faeef3 88%, rgba(250, 238, 243, 0)) !important;
  border-top: 1px solid rgba(240, 201, 215, 0.55) !important;
  border-bottom: 1px solid rgba(240, 201, 215, 0.55) !important;
  color: rgba(var(--color-foreground), 0.76) !important;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 18px !important;
  font-weight: 520 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  box-sizing: border-box !important;
}

body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks > * *,
body.template-index .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"] > * *,
body.template-index #shopify-section-template--20339922665562__featured_collection .collection__title .title *,
body.template-index #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link .title * {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-align: center !important;
}

body.template-index #shopify-section-template--20339922665562__featured_collection {
  margin-top: 30px !important;
  padding-top: 0 !important;
}

body.template-index #shopify-section-template--20339922665562__featured_collection .collection {
  padding-top: 0 !important;
}

@media screen and (max-width: 749px) {
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) {
    margin: 18px auto 10px !important;
    padding: 0 1.4rem !important;
    min-height: 0 !important;
  }

  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"],
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text,
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__wrapper,
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks,
  body.template-index #shopify-section-template--20339922665562__featured_collection .collection__title,
  body.template-index #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 12px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) .rich-text__blocks > *,
  body.template-index .shopify-section:has(+ .shopify-section .multicolumn) [class*="ai-rich-text"] > *,
  body.template-index #shopify-section-template--20339922665562__featured_collection .collection__title .title,
  body.template-index #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link .title {
    min-height: 38px !important;
    height: auto !important;
    padding: 9px 12px !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
  }

  body.template-index #shopify-section-template--20339922665562__featured_collection {
    margin-top: 18px !important;
  }
}

/* FINAL FIX - premium homepage headings for AI rich text + featured collection */
body.template-index #shopify-section-template--20339922665562__blocks_A49xzE {
  max-width: var(--page-width) !important;
  width: 100% !important;
  margin: 28px auto 12px !important;
  padding: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"],
body.template-index #shopify-section-template--20339922665562__blocks_A49xzE .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  position: relative !important;
}

body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"]::before,
body.template-index #shopify-section-template--20339922665562__blocks_A49xzE .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(90deg, rgba(250, 238, 243, 0), #faeef3 12%, #faeef3 88%, rgba(250, 238, 243, 0)) !important;
  border-top: 1px solid rgba(240, 201, 215, 0.55) !important;
  border-bottom: 1px solid rgba(240, 201, 215, 0.55) !important;
  z-index: 0 !important;
}

body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"] > *,
body.template-index #shopify-section-template--20339922665562__blocks_A49xzE .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad > *,
body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] {
  min-height: 42px !important;
  max-width: var(--page-width) !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 10px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
}

body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] p,
body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] h1,
body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] h2,
body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(var(--color-foreground), 0.76) !important;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 18px !important;
  font-weight: 520 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
  opacity: 1 !important;
}

body.template-index #shopify-section-template--20339922665562__featured_collection .collection__title,
body.template-index #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link {
  max-width: var(--page-width) !important;
  width: 100% !important;
  margin: 0 auto 16px !important;
  padding: 0 !important;
  background: transparent !important;
}

body.template-index #shopify-section-template--20339922665562__featured_collection .collection__title .title,
body.template-index #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link .title {
  min-height: 42px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background: linear-gradient(90deg, rgba(250, 238, 243, 0), #faeef3 12%, #faeef3 88%, rgba(250, 238, 243, 0)) !important;
  border-top: 1px solid rgba(240, 201, 215, 0.55) !important;
  border-bottom: 1px solid rgba(240, 201, 215, 0.55) !important;
  color: rgba(var(--color-foreground), 0.76) !important;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 18px !important;
  font-weight: 520 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 749px) {
  body.template-index #shopify-section-template--20339922665562__blocks_A49xzE {
    margin: 18px auto 10px !important;
    padding: 0 1.4rem !important;
  }

  body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"] > *,
  body.template-index #shopify-section-template--20339922665562__blocks_A49xzE .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad > *,
  body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"],
  body.template-index #shopify-section-template--20339922665562__featured_collection .collection__title .title,
  body.template-index #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link .title {
    min-height: 38px !important;
    padding: 9px 12px !important;
  }

  body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] p,
  body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] h1,
  body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] h2,
  body.template-index #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] h3,
  body.template-index #shopify-section-template--20339922665562__featured_collection .collection__title .title,
  body.template-index #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link .title {
    font-size: 15px !important;
    line-height: 1.15 !important;
  }
}

/* REAL FINAL FIX - homepage AI headings without body.template-index dependency */
#shopify-section-template--20339922665562__blocks_A49xzE {
  max-width: var(--page-width) !important;
  width: 100% !important;
  margin: 28px auto 12px !important;
  padding: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

#shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"],
#shopify-section-template--20339922665562__blocks_A49xzE .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  position: relative !important;
}

#shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"]::before,
#shopify-section-template--20339922665562__blocks_A49xzE .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(90deg, rgba(250, 238, 243, 0), #f7d5dfff 12%, #f7d5dfff 88%, rgba(250, 238, 243, 0)) !important;
  border-top: 1px solid #f7d5dfff !important;
  border-bottom: 1px solid #f7d5dfff !important;
  z-index: 0 !important;
}

#shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"] > *,
#shopify-section-template--20339922665562__blocks_A49xzE .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad > *,
#shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] {
  min-height: 42px !important;
  max-width: var(--page-width) !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 10px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
}

#shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] p,
#shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] h1,
#shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] h2,
#shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(var(--color-foreground), 0.76) !important;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 18px !important;
  font-weight: 520 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
  opacity: 1 !important;
}

#shopify-section-template--20339922665562__featured_collection .collection__title,
#shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link {
  max-width: var(--page-width) !important;
  width: 100% !important;
  margin: 0 auto 16px !important;
  padding: 0 !important;
  background: transparent !important;
}

#shopify-section-template--20339922665562__featured_collection .collection__title .title,
#shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link .title {
  min-height: 42px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background: linear-gradient(90deg, rgba(250, 238, 243, 0), #faeef3 12%, #faeef3 88%, rgba(250, 238, 243, 0)) !important;
  border-top: 1px solid rgba(240, 201, 215, 0.55) !important;
  border-bottom: 1px solid rgba(240, 201, 215, 0.55) !important;
  color: rgba(var(--color-foreground), 0.76) !important;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 18px !important;
  font-weight: 520 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 749px) {
  #shopify-section-template--20339922665562__blocks_A49xzE {
    margin: 18px auto 10px !important;
    padding: 0 1.4rem !important;
  }

  #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"] > *,
  #shopify-section-template--20339922665562__blocks_A49xzE .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad > *,
  #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"],
  #shopify-section-template--20339922665562__featured_collection .collection__title .title,
  #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link .title {
    min-height: 38px !important;
    padding: 9px 12px !important;
  }

  #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] p,
  #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] h1,
  #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] h2,
  #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text-content"] h3,
  #shopify-section-template--20339922665562__featured_collection .collection__title .title,
  #shopify-section-template--20339922665562__featured_collection .title-wrapper-with-link .title {
    font-size: 15px !important;
    line-height: 1.15 !important;
  }
}

/* REAL FINAL FIX - Customer favorites AI rich text heading */
.shopify-section:has(#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj),
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj {
  max-width: var(--page-width) !important;
  width: 100% !important;
  margin: 28px auto 12px !important;
  padding: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
  position: relative !important;
}

#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj,
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj [class^="ai-rich-text"],
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj [class^="ai-rich-text-content"] {
  min-height: 0 !important;
  height: auto !important;
  background: transparent !important;
}

#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj::before,
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj [class^="ai-rich-text"]::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(250, 238, 243, 0), #faeef3 12%, #faeef3 88%, rgba(250, 238, 243, 0)) !important;
  border-top: 1px solid rgba(240, 201, 215, 0.55) !important;
  border-bottom: 1px solid rgba(240, 201, 215, 0.55) !important;
  z-index: 0 !important;
}

#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj > *,
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj [class^="ai-rich-text"] > *,
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj [class^="ai-rich-text-content"] {
  min-height: 42px !important;
  width: 100% !important;
  max-width: var(--page-width) !important;
  margin: 0 auto !important;
  padding: 10px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
}

#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj p,
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj h1,
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj h2,
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(var(--color-foreground), 0.76) !important;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 18px !important;
  font-weight: 520 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
  opacity: 1 !important;
}

#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj + #shopify-section-template--20339922665562__featured_collection {
  margin-top: 16px !important;
  padding-top: 0 !important;
}

@media screen and (max-width: 749px) {
  .shopify-section:has(#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj),
  #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj {
    margin: 18px auto 10px !important;
    padding: 0 1.4rem !important;
  }

  #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj > *,
  #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj [class^="ai-rich-text"] > *,
  #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj [class^="ai-rich-text-content"] {
    min-height: 38px !important;
    padding: 9px 12px !important;
  }

  #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj p,
  #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj h1,
  #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj h2,
  #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj h3 {
    font-size: 15px !important;
    line-height: 1.15 !important;
  }
}

/* ABSOLUTE FINAL FIX - style the section directly before Customer favorites product grid */
#MainContent > .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) {
  max-width: var(--page-width) !important;
  width: 100% !important;
  margin: 28px auto 12px !important;
  padding: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

#MainContent > .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) :is([class^="ai-rich-text"], [class*=" ai-rich-text"], .rich-text, .rich-text__wrapper, .rich-text__blocks, [class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

#MainContent > .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) :is([class^="ai-rich-text"], [class*=" ai-rich-text"], .rich-text) {
  position: relative !important;
}

#MainContent > .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) :is([class^="ai-rich-text"], [class*=" ai-rich-text"], .rich-text)::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(250, 238, 243, 0), #faeef3 12%, #faeef3 88%, rgba(250, 238, 243, 0)) !important;
  border-top: 1px solid rgba(240, 201, 215, 0.55) !important;
  border-bottom: 1px solid rgba(240, 201, 215, 0.55) !important;
  z-index: 0 !important;
}

#MainContent > .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) :is([class^="ai-rich-text"] > *, [class*=" ai-rich-text"] > *, .rich-text__wrapper, .rich-text__blocks, [class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) {
  min-height: 42px !important;
  max-width: var(--page-width) !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 10px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
}

#MainContent > .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) :is(p, h1, h2, h3, h4, .inline-richtext) {
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(var(--color-foreground), 0.76) !important;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 18px !important;
  font-weight: 520 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
  opacity: 1 !important;
}

#MainContent > .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) + #shopify-section-template--20339922665562__featured_collection {
  margin-top: 16px !important;
  padding-top: 0 !important;
}

@media screen and (max-width: 749px) {
  #MainContent > .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) {
    margin: 18px auto 10px !important;
    padding: 0 1.4rem !important;
  }

  #MainContent > .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) :is([class^="ai-rich-text"] > *, [class*=" ai-rich-text"] > *, .rich-text__wrapper, .rich-text__blocks, [class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) {
    min-height: 38px !important;
    padding: 9px 12px !important;
  }

  #MainContent > .shopify-section:has(+ #shopify-section-template--20339922665562__featured_collection) :is(p, h1, h2, h3, h4, .inline-richtext) {
    font-size: 15px !important;
    line-height: 1.15 !important;
  }
}

/* TRUE FINAL FIX - Customer favorites AI rich text high specificity */
#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad {
  display: block !important;
  max-width: var(--page-width) !important;
  width: 100% !important;
  margin: 28px auto 12px !important;
  padding: 0 !important;
  background: transparent !important;
  position: relative !important;
  box-sizing: border-box !important;
}

#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(250, 238, 243, 0), #f7d5dfff 12%, #f7d5dfff 88%, rgba(250, 238, 243, 0)) !important;
  border-top: 1px solid #f7d5dfff !important;
  border-bottom: 1px solid #f7d5dfff !important;
  z-index: 0 !important;
}

#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad .ai-rich-text-content-au3bzalnode5sztf5daigenblock2deaa52gcdpad {
  min-height: 42px !important;
  max-width: var(--page-width) !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 10px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad .ai-rich-text-content-au3bzalnode5sztf5daigenblock2deaa52gcdpad p {
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(var(--color-foreground), 0.76) !important;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 18px !important;
  font-weight: 520 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
  opacity: 1 !important;
}

#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad + * {
  margin-top: 16px !important;
}

@media screen and (max-width: 749px) {
  #MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad {
    margin: 18px auto 10px !important;
    padding: 0 1.4rem !important;
  }

  #MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad .ai-rich-text-content-au3bzalnode5sztf5daigenblock2deaa52gcdpad {
    min-height: 38px !important;
    padding: 9px 12px !important;
  }

  #MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad .ai-rich-text-content-au3bzalnode5sztf5daigenblock2deaa52gcdpad p {
    font-size: 15px !important;
    line-height: 1.15 !important;
  }
}

/* Homepage Shop by occasion - premium multicolumn cards */
#shopify-section-template--20339922665562__multicolumn_H3WzrQ {
  margin-top: 0 !important;
  margin-bottom: 34px !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn,
#shopify-section-template--20339922665562__multicolumn_H3WzrQ .page-width,
#shopify-section-template--20339922665562__multicolumn_H3WzrQ .slider-mobile-gutter {
  background: transparent !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .page-width {
  max-width: var(--page-width) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-list {
  column-gap: 10px !important;
  row-gap: 14px !important;
  align-items: stretch !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-list__item {
  padding: 0 !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card {
  height: 100% !important;
  overflow: hidden !important;
  background: #fff7fa !important;
  box-shadow: 0 10px 24px rgba(54, 38, 46, 0.045) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(54, 38, 46, 0.07) !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__image-wrapper {
  margin: 0 !important;
  overflow: hidden !important;
  background: #fbf8fa !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .media {
  background: #fbf8fa !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.25s ease, opacity 0.25s ease !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card:hover .multicolumn-card__image {
  transform: scale(1.018) !important;
  opacity: 0.98 !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__info {
  min-height: 62px !important;
  padding: 14px 8px 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff3f7 !important;
  border-top: 1px solid rgba(232, 178, 197, 0.38) !important;
  text-align: center !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__info .rte,
#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__info h3,
#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__info p {
  margin: 0 !important;
  padding: 0 !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__info h3,
#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__info a {
  color: rgba(var(--color-foreground), 0.9) !important;
  font-family: var(--font-heading-family) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__info a:hover {
  color: #d982a3 !important;
}

@media screen and (max-width: 749px) {
  #shopify-section-template--20339922665562__multicolumn_H3WzrQ {
    margin-bottom: 24px !important;
  }

  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .page-width {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-list {
    column-gap: 8px !important;
    row-gap: 10px !important;
  }

  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__info {
    min-height: 48px !important;
    padding: 10px 6px !important;
  }

  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__info h3,
  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__info a {
    font-size: 14px !important;
    line-height: 1.12 !important;
  }
}

/* Fix Shop by occasion - keep all six cards on one desktop row */
@media screen and (min-width: 990px) {
  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-list {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    column-gap: 8px !important;
    row-gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-list__item {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
  }
}

/* FINAL homepage polish - editorial headings + customer favorites */
#MainContent #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"],
#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad {
  display: block !important;
  max-width: var(--page-width) !important;
  width: calc(100% - 3rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  position: relative !important;
  box-sizing: border-box !important;
}

#MainContent #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"] {
  margin-top: 22px !important;
  margin-bottom: 14px !important;
}

#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad {
  margin-top: 32px !important;
  margin-bottom: 16px !important;
}

#MainContent #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"]::before,
#MainContent #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"]::after,
#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad::before,
#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad::after {
  content: none !important;
  display: none !important;
}

#MainContent #shopify-section-template--20339922665562__blocks_A49xzE :is([class^="ai-rich-text"] > *, [class^="ai-rich-text-content"]),
#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad .ai-rich-text-content-au3bzalnode5sztf5daigenblock2deaa52gcdpad {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
}

#MainContent #shopify-section-template--20339922665562__blocks_A49xzE :is(p, h1, h2, h3, h4, .inline-richtext),
#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad :is(p, h1, h2, h3, h4, .inline-richtext) {
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  color: #3f3338 !important;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
  opacity: 1 !important;
}

#MainContent #shopify-section-template--20339922665562__blocks_A49xzE :is(p, h1, h2, h3, h4, .inline-richtext)::before,
#MainContent #shopify-section-template--20339922665562__blocks_A49xzE :is(p, h1, h2, h3, h4, .inline-richtext)::after,
#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad :is(p, h1, h2, h3, h4, .inline-richtext)::before,
#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad :is(p, h1, h2, h3, h4, .inline-richtext)::after {
  content: "" !important;
  display: block !important;
  width: 86px !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(238, 180, 202, 0), rgba(225, 148, 178, 0.8)) !important;
  flex: 0 0 86px !important;
}

#MainContent #shopify-section-template--20339922665562__blocks_A49xzE :is(p, h1, h2, h3, h4, .inline-richtext)::after,
#MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad :is(p, h1, h2, h3, h4, .inline-richtext)::after {
  background: linear-gradient(90deg, rgba(225, 148, 178, 0.8), rgba(238, 180, 202, 0)) !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ {
  margin-top: 0 !important;
  margin-bottom: 38px !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card {
  background: #fff8fb !important;
  box-shadow: none !important;
  border: 1px solid rgba(232, 178, 197, 0.24) !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 28px rgba(54, 38, 46, 0.055) !important;
}

#shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__info {
  min-height: 56px !important;
  padding: 12px 8px 13px !important;
  background: #fff4f8 !important;
  border-top: 1px solid rgba(232, 178, 197, 0.28) !important;
}

#shopify-section-template--20339922665562__featured_collection {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#shopify-section-template--20339922665562__featured_collection .page-width {
  max-width: var(--page-width) !important;
}

#shopify-section-template--20339922665562__featured_collection .product-grid {
  row-gap: 30px !important;
}

#shopify-section-template--20339922665562__featured_collection .card__heading,
#shopify-section-template--20339922665562__featured_collection .card__heading a {
  color: #2f252a !important;
  font-size: 13.5px !important;
  line-height: 1.25 !important;
  font-weight: 520 !important;
  letter-spacing: 0 !important;
}

#shopify-section-template--20339922665562__featured_collection .price {
  margin-top: 7px !important;
  color: #20181c !important;
  font-size: 17px !important;
  font-weight: 500 !important;
}

#shopify-section-template--20339922665562__featured_collection .card-information > *:not(.visually-hidden:first-child) + *:not(.rating):not(.card__information-volume-pricing-note) {
  margin-top: 4px !important;
}

@media screen and (min-width: 990px) {
  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-list {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    column-gap: 8px !important;
  }
}

@media screen and (max-width: 749px) {
  #MainContent #shopify-section-template--20339922665562__blocks_A49xzE [class^="ai-rich-text"],
  #MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad {
    width: calc(100% - 2.8rem) !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  #MainContent #shopify-section-template--20339922665562__blocks_A49xzE :is(p, h1, h2, h3, h4, .inline-richtext),
  #MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad :is(p, h1, h2, h3, h4, .inline-richtext) {
    gap: 10px !important;
    font-size: 16px !important;
  }

  #MainContent #shopify-section-template--20339922665562__blocks_A49xzE :is(p, h1, h2, h3, h4, .inline-richtext)::before,
  #MainContent #shopify-section-template--20339922665562__blocks_A49xzE :is(p, h1, h2, h3, h4, .inline-richtext)::after,
  #MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad :is(p, h1, h2, h3, h4, .inline-richtext)::before,
  #MainContent .ai-rich-text-au3bzalnode5sztf5daigenblock2deaa52gcdpad :is(p, h1, h2, h3, h4, .inline-richtext)::after {
    width: 34px !important;
    flex-basis: 34px !important;
  }
}

/* FINAL collection pages - subtle editorial lines on collection title */
@media screen and (min-width: 750px) {
  body:has(#ProductGridContainer) .collection-hero__title {
    width: min(100%, var(--page-width)) !important;
    margin: 0 auto 18px !important;
    padding: 0 clamp(1.5rem, 4vw, 3rem) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    color: #2f252a !important;
    text-align: center !important;
    line-height: 1.15 !important;
  }

  body:has(#ProductGridContainer) .collection-hero__title::before,
  body:has(#ProductGridContainer) .collection-hero__title::after {
    content: "" !important;
    display: block !important;
    width: 72px !important;
    height: 1px !important;
    flex: 0 1 72px !important;
    background: linear-gradient(90deg, rgba(238, 180, 202, 0), rgba(225, 148, 178, 0.7)) !important;
  }

  body:has(#ProductGridContainer) .collection-hero__title::after {
    background: linear-gradient(90deg, rgba(225, 148, 178, 0.7), rgba(238, 180, 202, 0)) !important;
  }

  body:has(#ProductGridContainer) .collection-hero__description {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 749px) {
  body:has(#ProductGridContainer) .collection-hero__title {
    margin-bottom: 12px !important;
    text-align: center !important;
  }

  body:has(#ProductGridContainer) .collection-hero__title::before,
  body:has(#ProductGridContainer) .collection-hero__title::after {
    content: none !important;
    display: none !important;
  }
}

/* FINAL collection pages - editorial lines for AI rich text collection title */
@media screen and (min-width: 750px) {
  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, .inline-richtext):first-child {
    width: auto !important;
    max-width: min(100%, var(--page-width)) !important;
    margin: 0 auto 18px !important;
    padding: 0 clamp(1.5rem, 4vw, 3rem) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    color: #2f252a !important;
    text-align: center !important;
    line-height: 1.15 !important;
  }

  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, .inline-richtext):first-child::before,
  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, .inline-richtext):first-child::after {
    content: "" !important;
    display: block !important;
    width: 72px !important;
    height: 1px !important;
    flex: 0 1 72px !important;
    background: linear-gradient(90deg, rgba(238, 180, 202, 0), rgba(225, 148, 178, 0.7)) !important;
  }

  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, .inline-richtext):first-child::after {
    background: linear-gradient(90deg, rgba(225, 148, 178, 0.7), rgba(238, 180, 202, 0)) !important;
  }

  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > p {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 749px) {
  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, .inline-richtext):first-child {
    margin-bottom: 12px !important;
    text-align: center !important;
  }

  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, .inline-richtext):first-child::before,
  body:has(#ProductGridContainer) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, .inline-richtext):first-child::after {
    content: none !important;
    display: none !important;
  }
}

/* How it works page - lighter premium step cards + CTA */
body:has(.how-it-works-cta) #MainContent {
  background: #ffffff !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn,
body:has(.how-it-works-cta) #MainContent .multicolumn .page-width,
body:has(.how-it-works-cta) #MainContent .multicolumn .slider-mobile-gutter {
  background: transparent !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-list {
  gap: 14px !important;
  align-items: stretch !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-list__item {
  padding: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card {
  height: 100% !important;
  background: #fffafb !important;
  border: 1px solid rgba(232, 178, 197, 0.28) !important;
  box-shadow: 0 12px 30px rgba(65, 45, 54, 0.035) !important;
  overflow: hidden !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper {
  margin: 0 !important;
  background: #fbf8f8 !important;
  overflow: hidden !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
  min-height: 0 !important;
  height: auto !important;
  padding: 24px 26px 28px !important;
  background: #fffafb !important;
  text-align: left !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info h3 {
  margin: 0 0 14px !important;
  color: #241a1f !important;
  font-family: var(--font-heading-family) !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .rte,
body:has(.how-it-works-cta) #MainContent .multicolumn-card__info p {
  color: rgba(var(--color-foreground), 0.74) !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info strong,
body:has(.how-it-works-cta) #MainContent .multicolumn-card__info b {
  color: #3a2e33 !important;
  font-weight: 650 !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text,
body:has(.how-it-works-cta) #MainContent .rich-text__wrapper,
body:has(.how-it-works-cta) #MainContent .rich-text__blocks {
  background: transparent !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text__blocks {
  max-width: 88rem !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text__blocks:has(> *:only-child) {
  border: 1px solid rgba(232, 178, 197, 0.26) !important;
  background: #fff7fa !important;
  padding: 30px 34px !important;
}

.how-it-works-cta {
  width: min(var(--page-width), calc(100% - 3rem));
  margin: 34px auto 72px;
  padding: 42px 28px;
  text-align: center;
  background: linear-gradient(135deg, #fff8fb 0%, #f9dfe8 100%);
  border: 1px solid rgba(232, 178, 197, 0.34);
  box-shadow: 0 16px 34px rgba(65, 45, 54, 0.045);
}

.how-it-works-cta__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #d982a3;
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.how-it-works-cta__title {
  margin: 0 auto 12px;
  color: #2f252a;
  font-family: var(--font-heading-family);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.how-it-works-cta__text {
  max-width: 620px;
  margin: 0 auto 24px;
  color: rgba(var(--color-foreground), 0.74);
  font-size: 16px;
  line-height: 1.65;
}

.how-it-works-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 34px;
  color: #2f252a;
  background: #ffffff;
  border: 1px solid #e8b2c5;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.how-it-works-cta__button:hover {
  background: #fff3f7;
  border-color: #d982a3;
  transform: translateY(-1px);
}

@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent .multicolumn-list {
    gap: 12px !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
    padding: 20px 18px 24px !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info h3 {
    font-size: 21px !important;
  }

  .how-it-works-cta {
    width: calc(100% - 2.8rem);
    margin: 28px auto 54px;
    padding: 32px 20px;
  }
}

/* FINAL How it works layout fix - keep steps 2 by 2 on desktop */
@media screen and (min-width: 750px) {
  body:has(.how-it-works-cta) #MainContent .multicolumn .page-width,
  body:has(.how-it-works-cta) #MainContent .multicolumn .slider-mobile-gutter {
    max-width: var(--page-width) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(1.5rem, 4vw, 3rem) !important;
    padding-right: clamp(1.5rem, 4vw, 3rem) !important;
    box-sizing: border-box !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-list__item {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card .media {
    width: 100% !important;
    aspect-ratio: 1.18 / 1 !important;
    min-height: 0 !important;
    height: auto !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__image,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card .media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
    flex: 1 1 auto !important;
    min-height: 160px !important;
    height: auto !important;
    padding: 24px 26px 28px !important;
  }
}

@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent .multicolumn-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card .media {
    aspect-ratio: 1.12 / 1 !important;
    height: auto !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
    min-height: 0 !important;
  }
}

/* FINAL collection category buttons - consistent font and button style */
body:has(#ProductGridContainer) #MainContent .multicolumn-card__info,
body:has(#ProductGridContainer) #MainContent [class*="ai-multicolumn-text"],
body:has(#ProductGridContainer) #MainContent [class*="multicolumn-text"] {
  min-height: 54px !important;
  height: auto !important;
  padding: 12px 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background: #f7dce5 !important;
  border: 1px solid rgba(232, 178, 197, 0.34) !important;
  box-shadow: none !important;
}

body:has(#ProductGridContainer) #MainContent .multicolumn-card__info :is(a, p, h3, span, .rte),
body:has(#ProductGridContainer) #MainContent [class*="ai-multicolumn-text"] :is(a, p, h3, span, .rte),
body:has(#ProductGridContainer) #MainContent [class*="multicolumn-text"] :is(a, p, h3, span, .rte) {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  color: #2f252a !important;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
}

body:has(#ProductGridContainer) #MainContent .multicolumn-card__info a:hover,
body:has(#ProductGridContainer) #MainContent [class*="ai-multicolumn-text"] a:hover,
body:has(#ProductGridContainer) #MainContent [class*="multicolumn-text"] a:hover {
  color: #b96886 !important;
}

@media screen and (max-width: 749px) {
  body:has(#ProductGridContainer) #MainContent .multicolumn-card__info,
  body:has(#ProductGridContainer) #MainContent [class*="ai-multicolumn-text"],
  body:has(#ProductGridContainer) #MainContent [class*="multicolumn-text"] {
    min-height: 42px !important;
    padding: 8px 6px !important;
  }

  body:has(#ProductGridContainer) #MainContent .multicolumn-card__info :is(a, p, h3, span, .rte),
  body:has(#ProductGridContainer) #MainContent [class*="ai-multicolumn-text"] :is(a, p, h3, span, .rte),
  body:has(#ProductGridContainer) #MainContent [class*="multicolumn-text"] :is(a, p, h3, span, .rte) {
    font-size: 12px !important;
    line-height: 1.15 !important;
  }
}

/* FINAL How it works hover fix - no image/card shifting */
body:has(.how-it-works-cta) #MainContent .multicolumn-card,
body:has(.how-it-works-cta) #MainContent .multicolumn-card:hover,
body:has(.how-it-works-cta) #MainContent .multicolumn-card:focus-within {
  transform: none !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card:hover,
body:has(.how-it-works-cta) #MainContent .multicolumn-card:focus-within {
  box-shadow: 0 12px 30px rgba(65, 45, 54, 0.035) !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper,
body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper:hover,
body:has(.how-it-works-cta) #MainContent .multicolumn-card .media,
body:has(.how-it-works-cta) #MainContent .multicolumn-card .media:hover,
body:has(.how-it-works-cta) #MainContent .multicolumn-card img,
body:has(.how-it-works-cta) #MainContent .multicolumn-card:hover img,
body:has(.how-it-works-cta) #MainContent .multicolumn-card .multicolumn-card__image,
body:has(.how-it-works-cta) #MainContent .multicolumn-card:hover .multicolumn-card__image {
  transform: none !important;
  opacity: 1 !important;
}

/* FINAL How it works cleanup - natural card height and no rich text frames */
body:has(.how-it-works-cta) #MainContent .rich-text__blocks,
body:has(.how-it-works-cta) #MainContent .rich-text__blocks:has(> *:only-child) {
  max-width: 86rem !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text {
  margin-bottom: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-list {
  align-items: start !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-list__item {
  align-self: start !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card {
  height: auto !important;
  min-height: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
  flex: 0 0 auto !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 22px 24px 26px !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info h3 {
  margin-bottom: 12px !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .rte,
body:has(.how-it-works-cta) #MainContent .multicolumn-card__info p {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 750px) {
  body:has(.how-it-works-cta) #MainContent .multicolumn-list {
    align-items: start !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
    min-height: 0 !important;
    padding: 22px 24px 26px !important;
  }
}

/* FINAL How it works cards - even compact premium layout */
body:has(.how-it-works-cta) #MainContent .multicolumn-list {
  align-items: stretch !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-list__item {
  align-self: stretch !important;
  display: flex !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper,
body:has(.how-it-works-cta) #MainContent .multicolumn-card .media {
  flex: 0 0 auto !important;
  width: 100% !important;
  aspect-ratio: 1.42 / 1 !important;
  height: auto !important;
  min-height: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__image,
body:has(.how-it-works-cta) #MainContent .multicolumn-card .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
  flex: 1 1 auto !important;
  min-height: 132px !important;
  height: auto !important;
  padding: 22px 24px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info h3 {
  margin: 0 0 12px !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .rte,
body:has(.how-it-works-cta) #MainContent .multicolumn-card__info p {
  margin: 0 !important;
}

@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card .media {
    aspect-ratio: 1.28 / 1 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
    min-height: 0 !important;
    padding: 20px 18px 22px !important;
  }
}

/* FINAL FINAL How it works - locked equal cards, no uneven bottom whitespace */
body:has(.how-it-works-cta) #MainContent .multicolumn-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: start !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-list__item {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  align-self: start !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card {
  display: grid !important;
  grid-template-rows: auto 146px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper,
body:has(.how-it-works-cta) #MainContent .multicolumn-card .media {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1.42 / 1 !important;
  overflow: hidden !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__image,
body:has(.how-it-works-cta) #MainContent .multicolumn-card .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
  height: 146px !important;
  min-height: 146px !important;
  max-height: 146px !important;
  flex: none !important;
  padding: 22px 24px 20px !important;
  overflow: hidden !important;
  display: block !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info h3 {
  margin: 0 0 12px !important;
  line-height: 1.2 !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .rte,
body:has(.how-it-works-cta) #MainContent .multicolumn-card__info p {
  margin: 0 !important;
  line-height: 1.45 !important;
}

@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent .multicolumn-list {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card {
    grid-template-rows: auto auto !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 20px 18px 22px !important;
    overflow: visible !important;
  }
}

/* FINAL polish How it works - more breathing room, less pink CTA */
body:has(.how-it-works-cta) #MainContent .rich-text__blocks,
body:has(.how-it-works-cta) #MainContent .rich-text__blocks:has(> *:only-child) {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card {
  grid-template-rows: auto 162px !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
  height: 162px !important;
  min-height: 162px !important;
  max-height: 162px !important;
  padding: 24px 26px 22px !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info h3 {
  margin-bottom: 13px !important;
}

body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .rte,
body:has(.how-it-works-cta) #MainContent .multicolumn-card__info p {
  line-height: 1.52 !important;
}

.how-it-works-cta {
  background: #fffefe !important;
  border: 1px solid rgba(232, 178, 197, 0.24) !important;
  box-shadow: 0 14px 34px rgba(65, 45, 54, 0.035) !important;
  padding: 36px 28px !important;
}

@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent .multicolumn-card {
    grid-template-rows: auto auto !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 21px 18px 23px !important;
  }

  .how-it-works-cta {
    padding: 30px 20px !important;
  }
}

/* FINAL How it works CTA - remove the separate pink box look */
.how-it-works-cta {
  width: min(var(--page-width), calc(100% - 3rem)) !important;
  margin: 28px auto 64px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

.how-it-works-cta__eyebrow,
.how-it-works-cta__title,
.how-it-works-cta__text {
  display: none !important;
}

.how-it-works-cta__button {
  min-height: 42px !important;
  padding: 0 28px !important;
  background: #fff7fa !important;
  border: 1px solid rgba(232, 178, 197, 0.65) !important;
  color: #241a1f !important;
  box-shadow: none !important;
}

.how-it-works-cta__button:hover {
  background: #f9dce7 !important;
  border-color: #e8b2c5 !important;
  transform: none !important;
}

@media screen and (max-width: 749px) {
  .how-it-works-cta {
    margin: 24px auto 48px !important;
  }

  .how-it-works-cta__button {
    width: 100% !important;
    max-width: 28rem !important;
  }
}

/* FINAL How it works FAQ - remove empty pink bottom area */
body:has(.how-it-works-cta) #MainContent .rich-text,
body:has(.how-it-works-cta) #MainContent .rich-text__wrapper,
body:has(.how-it-works-cta) #MainContent .rich-text__blocks {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text__wrapper {
  background: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text__blocks {
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text__blocks > * {
  margin-top: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text__blocks > *:last-child {
  margin-bottom: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text__blocks:has(h2),
body:has(.how-it-works-cta) #MainContent .rich-text__blocks:has(h3),
body:has(.how-it-works-cta) #MainContent .rich-text__blocks:has(strong) {
  width: min(76rem, calc(100% - 3rem)) !important;
  padding: 28px 34px !important;
  background: #fffafb !important;
  border: 1px solid rgba(232, 178, 197, 0.28) !important;
  box-shadow: 0 10px 24px rgba(65, 45, 54, 0.025) !important;
}

@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent .rich-text__blocks:has(h2),
  body:has(.how-it-works-cta) #MainContent .rich-text__blocks:has(h3),
  body:has(.how-it-works-cta) #MainContent .rich-text__blocks:has(strong) {
    width: calc(100% - 2.8rem) !important;
    padding: 24px 20px !important;
  }
}

/* TRUE FINAL How it works - restore CTA and collapse FAQ parent box */
.how-it-works-cta {
  width: min(var(--page-width), calc(100% - 3rem)) !important;
  margin: 34px auto 72px !important;
  padding: 42px 28px !important;
  text-align: center !important;
  background: #fffefe !important;
  border: 1px solid rgba(232, 178, 197, 0.24) !important;
  box-shadow: 0 14px 34px rgba(65, 45, 54, 0.035) !important;
}

.how-it-works-cta__eyebrow {
  display: block !important;
}

.how-it-works-cta__title {
  display: block !important;
}

.how-it-works-cta__text {
  display: block !important;
}

.how-it-works-cta__button {
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h2),
body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h3),
body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks strong) {
  width: min(76rem, calc(100% - 3rem)) !important;
  min-height: 0 !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h2) .rich-text__wrapper,
body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h3) .rich-text__wrapper,
body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks strong) .rich-text__wrapper {
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h2) .rich-text__blocks,
body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h3) .rich-text__blocks,
body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks strong) .rich-text__blocks {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  padding: 28px 34px !important;
  margin: 0 !important;
  background: #fffafb !important;
  border: 1px solid rgba(232, 178, 197, 0.28) !important;
  box-shadow: 0 10px 24px rgba(65, 45, 54, 0.025) !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h2) .rich-text__blocks > *,
body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h3) .rich-text__blocks > *,
body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks strong) .rich-text__blocks > * {
  margin-top: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h2) .rich-text__blocks > *:last-child,
body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h3) .rich-text__blocks > *:last-child,
body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks strong) .rich-text__blocks > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 749px) {
  .how-it-works-cta {
    width: calc(100% - 2.8rem) !important;
    margin: 28px auto 54px !important;
    padding: 32px 20px !important;
  }

  body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h2),
  body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h3),
  body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks strong) {
    width: calc(100% - 2.8rem) !important;
  }

  body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h2) .rich-text__blocks,
  body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks h3) .rich-text__blocks,
  body:has(.how-it-works-cta) #MainContent .rich-text:has(.rich-text__blocks strong) .rich-text__blocks {
    padding: 24px 20px !important;
  }
}

/* TRUE FINAL How it works - clean FAQ custom liquid and normal title rich text */
body:has(.how-faq-clean) #MainContent .rich-text__blocks,
body:has(.how-faq-clean) #MainContent .rich-text__blocks:has(> *:only-child),
body:has(.how-faq-clean) #MainContent .rich-text:has(.rich-text__blocks h1) .rich-text__blocks,
body:has(.how-faq-clean) #MainContent .rich-text:has(.rich-text__blocks h2) .rich-text__blocks,
body:has(.how-faq-clean) #MainContent .rich-text:has(.rich-text__blocks p) .rich-text__blocks {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:has(.how-faq-clean) #MainContent .rich-text:has(.rich-text__blocks h1),
body:has(.how-faq-clean) #MainContent .rich-text:has(.rich-text__blocks h2),
body:has(.how-faq-clean) #MainContent .rich-text:has(.rich-text__blocks p) {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.how-faq-clean {
  width: min(76rem, calc(100% - 3rem));
  margin: 18px auto 34px;
  padding: 0;
}

.how-faq-clean__inner {
  padding: 28px 34px 30px;
  background: #fffafb;
  border: 1px solid rgba(232, 178, 197, 0.26);
  box-shadow: 0 12px 28px rgba(65, 45, 54, 0.025);
}

.how-faq-clean h2 {
  margin: 0 0 18px;
  color: #241a1f;
  font-family: var(--font-heading-family);
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0;
}

.how-faq-clean p {
  margin: 0;
  color: rgba(var(--color-foreground), 0.78);
  font-size: 15.5px;
  line-height: 1.62;
  letter-spacing: 0;
}

.how-faq-clean p + p {
  margin-top: 8px;
}

.how-faq-clean strong {
  color: #2f252a;
  font-weight: 650;
}

@media screen and (max-width: 749px) {
  .how-faq-clean {
    width: calc(100% - 2.8rem);
    margin: 14px auto 28px;
  }

  .how-faq-clean__inner {
    padding: 24px 20px 26px;
  }

  .how-faq-clean h2 {
    font-size: 23px;
  }
}

/* 12/10 How it works - mobile/tablet premium layout */
@media screen and (max-width: 989px) {
  body:has(.how-it-works-cta) #MainContent .rich-text__blocks {
    width: min(58rem, calc(100% - 3rem)) !important;
    max-width: min(58rem, calc(100% - 3rem)) !important;
  }

  body:has(.how-it-works-cta) #MainContent .rich-text__blocks h1,
  body:has(.how-it-works-cta) #MainContent .rich-text__blocks h2 {
    font-size: clamp(32px, 7vw, 44px) !important;
    line-height: 1.05 !important;
  }

  body:has(.how-it-works-cta) #MainContent .rich-text__blocks p {
    max-width: 52rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn .page-width,
  body:has(.how-it-works-cta) #MainContent .multicolumn .slider-mobile-gutter {
    width: min(58rem, calc(100% - 3rem)) !important;
    max-width: min(58rem, calc(100% - 3rem)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-list__item {
    width: 100% !important;
    max-width: none !important;
    display: block !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card .media {
    aspect-ratio: 1.32 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 22px 22px 24px !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info h3 {
    font-size: 25px !important;
    margin: 0 0 14px !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .rte,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info p {
    font-size: 15.5px !important;
    line-height: 1.55 !important;
    overflow: visible !important;
  }

  .how-faq-clean {
    width: min(58rem, calc(100% - 3rem)) !important;
    margin: 20px auto 28px !important;
  }

  .how-faq-clean__inner {
    padding: 26px 24px 28px !important;
  }

  .how-faq-clean h2 {
    font-size: 25px !important;
    margin-bottom: 16px !important;
  }

  .how-faq-clean p {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .how-it-works-cta {
    width: min(58rem, calc(100% - 3rem)) !important;
    margin: 28px auto 56px !important;
    padding: 34px 24px !important;
  }

  .how-it-works-cta__title {
    max-width: 44rem !important;
    font-size: clamp(28px, 6vw, 36px) !important;
    line-height: 1.08 !important;
  }

  .how-it-works-cta__text {
    max-width: 46rem !important;
    font-size: 15.5px !important;
    line-height: 1.55 !important;
  }
}

@media screen and (max-width: 520px) {
  body:has(.how-it-works-cta) #MainContent .rich-text__blocks,
  body:has(.how-it-works-cta) #MainContent .multicolumn .page-width,
  body:has(.how-it-works-cta) #MainContent .multicolumn .slider-mobile-gutter,
  .how-faq-clean,
  .how-it-works-cta {
    width: calc(100% - 2.4rem) !important;
    max-width: calc(100% - 2.4rem) !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card .media {
    aspect-ratio: 1.18 / 1 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
    padding: 20px 18px 22px !important;
  }

  .how-faq-clean__inner {
    padding: 24px 20px 25px !important;
  }

  .how-it-works-cta {
    padding: 32px 20px !important;
  }
}

/* FINAL How it works desktop - reduce FAQ to CTA spacing */
@media screen and (min-width: 990px) {
  body:has(.how-faq-clean) #MainContent .shopify-section:has(.how-faq-clean) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body:has(.how-faq-clean) #MainContent .shopify-section:has(.how-it-works-cta) {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body:has(.how-faq-clean) #MainContent .shopify-section:has(.how-faq-clean) + .shopify-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .how-faq-clean {
    margin-bottom: 20px !important;
  }

  .how-it-works-cta {
    margin-top: 0 !important;
    margin-bottom: 64px !important;
  }
}

/* 12/10 How it works desktop finish - FAQ, CTA and footer rhythm */
@media screen and (min-width: 990px) {
  body:has(.how-it-works-cta) #MainContent {
    padding-bottom: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .shopify-section:has(.multicolumn) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn .page-width,
  body:has(.how-it-works-cta) #MainContent .multicolumn .slider-mobile-gutter {
    max-width: 112rem !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-list {
    gap: 18px !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card {
    border-color: rgba(232, 178, 197, 0.24) !important;
    box-shadow: 0 12px 30px rgba(65, 45, 54, 0.026) !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card .media {
    aspect-ratio: 1.5 / 1 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
    height: 154px !important;
    min-height: 154px !important;
    max-height: 154px !important;
    padding: 24px 26px 22px !important;
  }

  .how-faq-clean {
    width: min(74rem, calc(100% - 3rem)) !important;
    margin: 44px auto 34px !important;
  }

  .how-faq-clean__inner {
    position: relative !important;
    padding: 30px 38px 32px !important;
    background: #fffefe !important;
    border: 1px solid rgba(232, 178, 197, 0.26) !important;
    box-shadow: 0 16px 36px rgba(65, 45, 54, 0.03) !important;
  }

  .how-faq-clean__inner::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 26px !important;
    bottom: 26px !important;
    width: 3px !important;
    background: #e8b2c5 !important;
  }

  .how-faq-clean h2 {
    margin: 0 0 18px !important;
    font-size: 27px !important;
    line-height: 1.12 !important;
  }

  .how-faq-clean p {
    font-size: 15.5px !important;
    line-height: 1.62 !important;
  }

  .how-faq-clean p + p {
    margin-top: 9px !important;
  }

  body:has(.how-faq-clean) #MainContent .shopify-section:has(.how-faq-clean) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body:has(.how-faq-clean) #MainContent .shopify-section:has(.how-it-works-cta) {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .how-it-works-cta {
    width: min(82rem, calc(100% - 3rem)) !important;
    margin: 22px auto 54px !important;
    padding: 44px 48px 46px !important;
    background: linear-gradient(180deg, #fffefe 0%, #fff8fb 100%) !important;
    border: 1px solid rgba(232, 178, 197, 0.24) !important;
    box-shadow: 0 18px 42px rgba(65, 45, 54, 0.035) !important;
  }

  .how-it-works-cta__eyebrow {
    margin-bottom: 10px !important;
    color: #d982a3 !important;
    font-size: 12px !important;
    letter-spacing: 0.16em !important;
  }

  .how-it-works-cta__title {
    max-width: 62rem !important;
    margin: 0 auto 12px !important;
    font-size: 36px !important;
    line-height: 1.08 !important;
  }

  .how-it-works-cta__text {
    max-width: 60rem !important;
    margin: 0 auto 26px !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .how-it-works-cta__button {
    min-width: 18rem !important;
    min-height: 44px !important;
    background: #fff7fa !important;
    border-color: rgba(232, 178, 197, 0.72) !important;
  }

  body:has(.how-it-works-cta) .footer,
  body:has(.how-it-works-cta) footer.footer {
    margin-top: 0 !important;
    padding-top: 34px !important;
  }
}

/* FINAL alignment - How it Works rich text matches collection headings */
body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text) :is(.rich-text, .rich-text__wrapper, .rich-text__blocks, [class^="ai-rich-text"], [class*=" ai-rich-text"], [class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
}

body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text) .rich-text__wrapper {
  width: 100% !important;
  max-width: var(--page-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text) .rich-text__blocks {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  text-align: center !important;
}

body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)) .rich-text__blocks {
  max-width: min(100%, var(--page-width)) !important;
}

body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks p):not(:has(.rich-text__blocks :is(h1, h2))) .rich-text__blocks {
  max-width: 760px !important;
}

body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks p):not(:has(.rich-text__blocks :is(h1, h2))) .rich-text__blocks p {
  max-width: 760px !important;
  margin: 0 auto !important;
  color: rgba(var(--color-foreground), 0.56) !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

@media screen and (min-width: 750px) {
  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)) .rich-text__blocks > :is(h1, h2, .inline-richtext):first-child {
    width: auto !important;
    max-width: min(100%, var(--page-width)) !important;
    margin: 0 auto 18px !important;
    padding: 0 clamp(1.5rem, 4vw, 3rem) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)) .rich-text__blocks > :is(h1, h2, .inline-richtext):first-child::before,
  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)) .rich-text__blocks > :is(h1, h2, .inline-richtext):first-child::after {
    content: "" !important;
    display: block !important;
    width: 72px !important;
    height: 1px !important;
    flex: 0 0 72px !important;
    background: linear-gradient(90deg, rgba(238, 180, 202, 0), rgba(225, 148, 178, 0.7)) !important;
  }

  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)) .rich-text__blocks > :is(h1, h2, .inline-richtext):first-child::after {
    background: linear-gradient(90deg, rgba(225, 148, 178, 0.7), rgba(238, 180, 202, 0)) !important;
  }

  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)) {
    margin-bottom: 6px !important;
    padding-bottom: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks p):not(:has(.rich-text__blocks :is(h1, h2))) {
    margin-top: 0 !important;
    margin-bottom: 46px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)) .rich-text__blocks > :is(h1, h2, .inline-richtext):first-child {
    margin: 0 auto 12px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks p):not(:has(.rich-text__blocks :is(h1, h2))) .rich-text__blocks {
    max-width: calc(100% - 3rem) !important;
  }

  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks p):not(:has(.rich-text__blocks :is(h1, h2))) .rich-text__blocks p {
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks p):not(:has(.rich-text__blocks :is(h1, h2))) {
    margin-bottom: 32px !important;
  }
}
/* FINAL compatibility - How it Works AI rich text uses same collection rhythm */
body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"]) :is([class^="ai-rich-text"], [class*=" ai-rich-text"], [class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
}

body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2)) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) {
  width: 100% !important;
  max-width: min(100%, var(--page-width)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  text-align: center !important;
}

body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] p):not(:has([class*="ai-rich-text-"] :is(h1, h2))) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) {
  width: 100% !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  text-align: center !important;
}

body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] p):not(:has([class*="ai-rich-text-"] :is(h1, h2))) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) p {
  max-width: 760px !important;
  margin: 0 auto !important;
  color: rgba(var(--color-foreground), 0.56) !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

@media screen and (min-width: 750px) {
  body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2)) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) > :is(h1, h2, .inline-richtext):first-child {
    width: auto !important;
    max-width: min(100%, var(--page-width)) !important;
    margin: 0 auto 18px !important;
    padding: 0 clamp(1.5rem, 4vw, 3rem) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2)) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) > :is(h1, h2, .inline-richtext):first-child::before,
  body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2)) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) > :is(h1, h2, .inline-richtext):first-child::after {
    content: "" !important;
    display: block !important;
    width: 72px !important;
    height: 1px !important;
    flex: 0 0 72px !important;
    background: linear-gradient(90deg, rgba(238, 180, 202, 0), rgba(225, 148, 178, 0.7)) !important;
  }

  body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2)) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) > :is(h1, h2, .inline-richtext):first-child::after {
    background: linear-gradient(90deg, rgba(225, 148, 178, 0.7), rgba(238, 180, 202, 0)) !important;
  }
}
/* FINAL tighten How it Works title to subtitle spacing */
body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)),
body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2)) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)) :is(.rich-text, .rich-text__wrapper, .rich-text__blocks, [class*="section-"][class*="-padding"]),
body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2)) :is([class^="ai-rich-text"], [class*=" ai-rich-text"], [class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], [class*="section-"][class*="-padding"]) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)) + .shopify-section:has(.rich-text__blocks p):not(:has(.rich-text__blocks :is(h1, h2))),
body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2)) + .shopify-section:has([class*="ai-rich-text-"] p):not(:has([class*="ai-rich-text-"] :is(h1, h2))) {
  margin-top: -12px !important;
  padding-top: 0 !important;
}

body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)) + .shopify-section:has(.rich-text__blocks p):not(:has(.rich-text__blocks :is(h1, h2))) :is(.rich-text, .rich-text__wrapper, .rich-text__blocks, [class*="section-"][class*="-padding"]),
body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2)) + .shopify-section:has([class*="ai-rich-text-"] p):not(:has([class*="ai-rich-text-"] :is(h1, h2))) :is([class^="ai-rich-text"], [class*=" ai-rich-text"], [class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], [class*="section-"][class*="-padding"]) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)) + .shopify-section:has(.rich-text__blocks p):not(:has(.rich-text__blocks :is(h1, h2))),
  body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2)) + .shopify-section:has([class*="ai-rich-text-"] p):not(:has([class*="ai-rich-text-"] :is(h1, h2))) {
    margin-top: -8px !important;
  }
}
/* FINAL How it Works title size matches collection title */
body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)) .rich-text__blocks > :is(h1, h2, .inline-richtext):first-child,
body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2)) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) > :is(h1, h2, .inline-richtext):first-child {
  font-size: clamp(30px, 2.65vw, 38px) !important;
  line-height: 1.12 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: #2f252a !important;
}

@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2)) .rich-text__blocks > :is(h1, h2, .inline-richtext):first-child,
  body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2)) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) > :is(h1, h2, .inline-richtext):first-child {
    font-size: clamp(30px, 8vw, 36px) !important;
    line-height: 1.12 !important;
  }
}
/* TRUE FINAL How it Works heading token matches collection H1 */
@media screen and (min-width: 750px) {
  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2, .h1, .rich-text__heading)) .rich-text__blocks > :is(h1, h2, .h1, .rich-text__heading, .inline-richtext):first-child,
  body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2, .h1, .rich-text__heading)) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) > :is(h1, h2, .h1, .rich-text__heading, .inline-richtext):first-child {
    font-family: var(--font-heading-family) !important;
    font-style: var(--font-heading-style) !important;
    font-weight: var(--font-heading-weight) !important;
    font-size: calc(var(--font-heading-scale) * 4rem) !important;
    line-height: 1.15 !important;
    letter-spacing: calc(var(--font-heading-scale) * 0.06rem) !important;
    color: #2f252a !important;
  }
}

@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent > .shopify-section:has(.rich-text__blocks :is(h1, h2, .h1, .rich-text__heading)) .rich-text__blocks > :is(h1, h2, .h1, .rich-text__heading, .inline-richtext):first-child,
  body:has(.how-it-works-cta) #MainContent > .shopify-section:has([class*="ai-rich-text-"] :is(h1, h2, .h1, .rich-text__heading)) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) > :is(h1, h2, .h1, .rich-text__heading, .inline-richtext):first-child {
    font-family: var(--font-heading-family) !important;
    font-style: var(--font-heading-style) !important;
    font-weight: var(--font-heading-weight) !important;
    font-size: calc(var(--font-heading-scale) * 3rem) !important;
    line-height: 1.15 !important;
    letter-spacing: calc(var(--font-heading-scale) * 0.06rem) !important;
    color: #2f252a !important;
  }
}
/* SOURCE MATCHED How it Works intro - same structure as collection rich text */
#shopify-section-template--20339922763866__rich_text_qJNfhy,
#shopify-section-template--20339922763866__rich_text_g6mCq4 {
  margin-left: auto !important;
  margin-right: auto !important;
}

#shopify-section-template--20339922763866__rich_text_qJNfhy :is(.rich-text, .rich-text__wrapper, .rich-text__blocks),
#shopify-section-template--20339922763866__rich_text_g6mCq4 :is(.rich-text, .rich-text__wrapper, .rich-text__blocks, .rich-text__text) {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
}

#shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text,
#shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__wrapper,
#shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__blocks,
#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text,
#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__wrapper,
#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__blocks {
  width: 100% !important;
  max-width: var(--page-width) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

#shopify-section-template--20339922763866__rich_text_qJNfhy .section-template--20339922763866__rich_text_qJNfhy-padding {
  padding-bottom: 0 !important;
}

#shopify-section-template--20339922763866__rich_text_g6mCq4 {
  margin-top: -10px !important;
}

#shopify-section-template--20339922763866__rich_text_g6mCq4 .section-template--20339922763866__rich_text_g6mCq4-padding {
  padding-top: 0 !important;
}

#shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__heading {
  width: auto !important;
  max-width: min(100%, var(--page-width)) !important;
  margin: 0 auto 18px !important;
  padding: 0 clamp(1.5rem, 4vw, 3rem) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  font-family: var(--font-heading-family) !important;
  font-style: var(--font-heading-style) !important;
  font-weight: var(--font-heading-weight) !important;
  font-size: calc(var(--font-heading-scale) * 4rem) !important;
  line-height: 1.15 !important;
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem) !important;
  color: #2f252a !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__heading::before,
#shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__heading::after {
  content: "" !important;
  display: block !important;
  width: 72px !important;
  height: 1px !important;
  flex: 0 1 72px !important;
  background: linear-gradient(90deg, rgba(238, 180, 202, 0), rgba(225, 148, 178, 0.7)) !important;
}

#shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__heading::after {
  background: linear-gradient(90deg, rgba(225, 148, 178, 0.7), rgba(238, 180, 202, 0)) !important;
}

#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text,
#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text p {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: Inter, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  color: #666666 !important;
  text-align: center !important;
}

@media screen and (max-width: 749px) {
  #shopify-section-template--20339922763866__rich_text_qJNfhy .section-template--20339922763866__rich_text_qJNfhy-padding {
    padding-top: 42px !important;
  }

  #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__heading {
    display: block !important;
    margin-bottom: 12px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: calc(var(--font-heading-scale) * 3rem) !important;
    line-height: 1.15 !important;
  }

  #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__heading::before,
  #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__heading::after {
    content: none !important;
    display: none !important;
  }

  #shopify-section-template--20339922763866__rich_text_g6mCq4 {
    margin-top: -6px !important;
  }

  #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text,
  #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text p {
    max-width: 92vw !important;
    font-size: 12.6px !important;
    line-height: 1.6 !important;
  }
}
/* MEASURED FINAL - How it Works intro matches collection rich text exactly */
@media screen and (min-width: 750px) {
  #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text,
  #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__wrapper,
  #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__blocks,
  #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text,
  #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__wrapper,
  #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__blocks {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #shopify-section-template--20339922763866__rich_text_qJNfhy .section-template--20339922763866__rich_text_qJNfhy-padding {
    padding-top: 68px !important;
    padding-bottom: 0 !important;
    margin-top: 50px !important;
  }

  #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__heading {
    width: 760px !important;
    max-width: calc(100vw - 3rem) !important;
    box-sizing: border-box !important;
    margin: 0 auto 18px !important;
    padding: 0 33px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    font-family: "Playfair Display", serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 34.5px !important;
    letter-spacing: 1px !important;
    color: rgb(47, 37, 42) !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__heading:before,
  #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__heading:after {
    content: "" !important;
    flex: 1 1 auto !important;
    height: 1px !important;
    max-width: 86px !important;
    background: rgba(245, 162, 194, 0.45) !important;
  }

  #shopify-section-template--20339922763866__rich_text_g6mCq4 {
    margin-top: -10px !important;
  }

  #shopify-section-template--20339922763866__rich_text_g6mCq4 .section-template--20339922763866__rich_text_g6mCq4-padding {
    padding-top: 0 !important;
    padding-bottom: 52px !important;
  }

  #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text,
  #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text p {
    width: 760px !important;
    max-width: calc(100vw - 3rem) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 18.9px !important;
    letter-spacing: normal !important;
    color: rgba(18, 18, 18, 0.56) !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}

@media screen and (max-width: 749px) {
  #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text,
  #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__wrapper,
  #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__blocks,
  #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text,
  #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__wrapper,
  #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__blocks {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #shopify-section-template--20339922763866__rich_text_qJNfhy .section-template--20339922763866__rich_text_qJNfhy-padding {
    padding-top: 44px !important;
    padding-bottom: 0 !important;
  }

  #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__heading {
    margin: 0 auto 14px !important;
    font-family: "Playfair Display", serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 34.5px !important;
    letter-spacing: 1px !important;
    color: rgb(47, 37, 42) !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #shopify-section-template--20339922763866__rich_text_g6mCq4 {
    margin-top: -8px !important;
  }

  #shopify-section-template--20339922763866__rich_text_g6mCq4 .section-template--20339922763866__rich_text_g6mCq4-padding {
    padding-top: 0 !important;
    padding-bottom: 36px !important;
  }

  #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text,
  #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text p {
    max-width: 34rem !important;
    margin: 0 auto !important;
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    line-height: 18.9px !important;
    letter-spacing: normal !important;
    color: rgba(18, 18, 18, 0.56) !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}
/* MEASURED OVERRIDE - beats older How it Works :has rules */
@media screen and (min-width: 750px) {
  body:has(.how-it-works-cta) #MainContent > #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__blocks {
    width: 760px !important;
    max-width: 760px !important;
    min-width: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent > #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__blocks > h2.rich-text__heading.rte.inline-richtext.h1:first-child {
    width: 760px !important;
    max-width: 760px !important;
    min-width: 0 !important;
    inline-size: 760px !important;
    max-inline-size: 760px !important;
    min-inline-size: 0 !important;
    font-family: "Playfair Display", serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 34.5px !important;
    letter-spacing: 1px !important;
    color: rgb(47, 37, 42) !important;
  }

  body:has(.how-it-works-cta) #MainContent > #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__blocks {
    width: 760px !important;
    max-width: 760px !important;
    min-width: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent > #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__blocks .rich-text__text.rte p {
    width: 760px !important;
    max-width: 760px !important;
    margin-top: -10px !important;
    margin-bottom: -10px !important;
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18.9px !important;
    letter-spacing: normal !important;
    color: rgba(18, 18, 18, 0.56) !important;
  }
}
/* CENTER LOCK - align How it Works title and subtitle on the same center axis */
@media screen and (min-width: 750px) {
  body:has(.how-it-works-cta) #MainContent > #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__wrapper,
  body:has(.how-it-works-cta) #MainContent > #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__wrapper {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex !important;
    justify-content: center !important;
  }

  body:has(.how-it-works-cta) #MainContent > #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__blocks,
  body:has(.how-it-works-cta) #MainContent > #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__blocks {
    width: 760px !important;
    max-width: calc(100vw - 3rem) !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
    transform: none !important;
  }

  body:has(.how-it-works-cta) #MainContent > #shopify-section-template--20339922763866__rich_text_qJNfhy .rich-text__blocks > h2.rich-text__heading.rte.inline-richtext.h1:first-child,
  body:has(.how-it-works-cta) #MainContent > #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__blocks .rich-text__text.rte,
  body:has(.how-it-works-cta) #MainContent > #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__blocks .rich-text__text.rte p {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    text-align: center !important;
    transform: none !important;
  }
}
/* HOW IT WORKS - show full step images without cropping */
body:has(.how-it-works-cta) #shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__image-wrapper {
  background: #fff !important;
  overflow: hidden !important;
}

body:has(.how-it-works-cta) #shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__image-wrapper .media {
  background: #fff !important;
  overflow: hidden !important;
}

body:has(.how-it-works-cta) #shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__image-wrapper .media > img,
body:has(.how-it-works-cta) #shopify-section-template--20339922763866__multicolumn_V8Ygi8 img.multicolumn-card__image {
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff !important;
}

@media screen and (min-width: 750px) {
  body:has(.how-it-works-cta) #shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__image-wrapper .media {
    padding-bottom: 70% !important;
  }
}

@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__image-wrapper .media {
    padding-bottom: 72% !important;
  }
}
/* HOW IT WORKS - force wide multicolumn layout, beats older 112rem rule */
@media screen and (min-width: 990px) {
  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8.shopify-section .multicolumn .page-width.section-template--20339922763866__multicolumn_V8Ygi8-padding,
  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8.shopify-section .multicolumn > .page-width {
    width: min(132rem, calc(100vw - 8rem)) !important;
    max-width: min(132rem, calc(100vw - 8rem)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8.shopify-section .multicolumn .slider-mobile-gutter,
  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8.shopify-section .multicolumn slider-component,
  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8.shopify-section .multicolumn .multicolumn-list {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8.shopify-section .multicolumn .multicolumn-list.grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px !important;
    align-items: start !important;
  }

  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8.shopify-section .multicolumn .multicolumn-list__item.grid__item {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
  }
}
/* YPP FAVORITES - product-card hearts and saved-designs page */
.card__inner {
  position: relative;
}

.ypp-favorite-toggle {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 6;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(245, 162, 194, 0.52);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #2f252a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 0.8rem 2.2rem rgba(47, 37, 42, 0.08);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  -webkit-tap-highlight-color: transparent;
}

.ypp-favorite-toggle svg {
  width: 1.65rem;
  height: 1.65rem;
  display: block;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.7;
  transform: translateY(0.03rem);
}

.ypp-favorite-toggle:hover,
.ypp-favorite-toggle:focus-visible {
  background: #fff;
  border-color: rgba(245, 162, 194, 0.9);
  color: #e783ad;
  transform: translateY(-1px);
}

.ypp-favorite-toggle.is-favorite {
  background: #fff5f9;
  border-color: rgba(245, 162, 194, 0.95);
  color: #e783ad;
}

.ypp-favorite-toggle.is-favorite svg {
  fill: currentColor;
}

.ypp-favorites-page {
  max-width: 118rem;
  margin: 0 auto;
  padding-top: 5.2rem;
  padding-bottom: 7rem;
}

.ypp-favorites-page__header {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto 4.2rem;
}

.ypp-favorites-page__eyebrow {
  display: block;
  margin-bottom: 0.8rem;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #e783ad;
  text-transform: uppercase;
}

.ypp-favorites-page__title {
  margin: 0 0 1.4rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(3.2rem, 4vw, 4.8rem);
  font-weight: 400;
  line-height: 1.1;
  color: #2f252a;
}

.ypp-favorites-page__text {
  margin: 0;
  color: rgba(18, 18, 18, 0.62);
  font-size: 1.45rem;
  line-height: 1.65;
}

.ypp-favorites-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.2rem 2.4rem;
}

.ypp-favorite-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ypp-favorite-card__image-link {
  display: block;
  background: #fff7fa;
  overflow: hidden;
}

.ypp-favorite-card__image-link img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.ypp-favorite-card__content {
  padding-top: 1.1rem;
}

.ypp-favorite-card__title {
  display: block;
  color: #2f252a;
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.35;
}

.ypp-favorite-card__title:hover {
  color: #e783ad;
}

.ypp-favorite-card__price {
  margin-top: 0.8rem;
  color: #2f252a;
  font-size: 1.55rem;
}

.ypp-favorite-card__remove {
  margin-top: 0.7rem;
  border: 0;
  background: transparent;
  padding: 0;
  color: rgba(18, 18, 18, 0.5);
  font: inherit;
  font-size: 1.2rem;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  cursor: pointer;
}

.ypp-favorite-card__remove:hover {
  color: #e783ad;
}

.ypp-favorites-empty,
.ypp-favorites-loading {
  max-width: 64rem;
  margin: 0 auto;
  padding: 4.8rem 3rem;
  text-align: center;
  border: 1px solid rgba(245, 162, 194, 0.28);
  background: #fff8fb;
}

.ypp-favorites-empty h2 {
  margin: 0 0 1rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #2f252a;
}

.ypp-favorites-empty p {
  margin: 0 auto 2.2rem;
  max-width: 42rem;
  color: rgba(18, 18, 18, 0.62);
}

.ypp-favorites-empty__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: 0 2.8rem;
  border: 1px solid rgba(245, 162, 194, 0.7);
  background: #fff;
  color: #2f252a;
  text-decoration: none;
  font-weight: 600;
}

.ypp-favorites-empty__button:hover {
  background: #fff0f6;
}

@media screen and (max-width: 989px) {
  .ypp-favorites-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .ypp-favorite-toggle {
    top: 0.65rem;
    right: 0.65rem;
    width: 3.2rem;
    height: 3.2rem;
  }

  .ypp-favorites-page {
    padding-top: 3.6rem;
    padding-bottom: 5.4rem;
  }

  .ypp-favorites-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem 1.4rem;
  }

  .ypp-favorites-page__text {
    font-size: 1.35rem;
  }
}
/* YPP HEADER FAVORITES ICON */
.header__icon--favorites {
  position: relative;
}

.header__icon--favorites .icon-heart {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  transition: transform 150ms ease, color 150ms ease;
}

.header__icon--favorites:hover .icon-heart,
.header__icon--favorites:focus-visible .icon-heart {
  color: #e783ad;
  transform: scale(1.07);
}

.ypp-favorites-count-bubble {
  position: absolute;
  right: 0.35rem;
  bottom: 0.35rem;
  min-width: 1.7rem;
  height: 1.7rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 1.7rem;
  text-align: center;
  font-weight: 600;
}

.ypp-favorites-count-bubble[hidden] {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .header__icon--favorites {
    margin-left: -6px !important;
  }
}

/* YPP FAVORITES - keep heart above the product-card link layer */
.product-card-wrapper .card {
  position: relative;
}

.product-card-wrapper .card > .ypp-favorite-toggle {
  z-index: 80 !important;
  pointer-events: auto !important;
}

.product-card-wrapper .card > .ypp-favorite-toggle,
.product-card-wrapper .card > .ypp-favorite-toggle * {
  pointer-events: auto !important;
}

.product-card-wrapper .card > .ypp-favorite-toggle:hover,
.product-card-wrapper .card > .ypp-favorite-toggle:focus-visible {
  z-index: 81 !important;
}

/* YPP FAVORITES - polished header count and collection-style saved cards */
.header__icon--favorites {
  position: relative !important;
}

.ypp-favorites-count-bubble {
  right: 0.25rem !important;
  bottom: 0.28rem !important;
  width: 1.8rem !important;
  min-width: 1.8rem !important;
  height: 1.8rem !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.95rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.ypp-favorites-count-bubble[hidden] {
  display: none !important;
}

.ypp-favorites-grid {
  align-items: start !important;
}

.ypp-favorite-card {
  min-width: 0 !important;
}

.ypp-favorite-card__image-link {
  display: block !important;
  background: #fff7fa !important;
  overflow: hidden !important;
  text-decoration: none !important;
}

.ypp-favorite-card__image-link img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
}

.ypp-favorite-card__content {
  padding-top: 0.9rem !important;
}

.ypp-favorite-card__heading {
  display: -webkit-box !important;
  min-height: 3.5em !important;
  margin: 0 0 4px !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  font-size: 13.5px !important;
  line-height: 1.25 !important;
  font-weight: 520 !important;
  letter-spacing: 0 !important;
}

.ypp-favorite-card__title {
  color: #2f252a !important;
  text-decoration: none !important;
}

.ypp-favorite-card__title:hover {
  color: #e783ad !important;
}

.ypp-favorite-card__cart {
  display: block !important;
  width: 100% !important;
  margin: 3px 0 8px !important;
}

.ypp-favorite-card__cart-button {
  width: 100% !important;
  min-height: 30px !important;
  padding: 6px 10px !important;
  border: 1px solid #F2D4DE !important;
  border-radius: 2px !important;
  background: #FAEEF3 !important;
  color: rgb(var(--color-foreground)) !important;
  font-size: 11.5px !important;
  font-weight: 650 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  box-shadow: none !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
}

.ypp-favorite-card__cart-button:hover,
.ypp-favorite-card__cart-button:focus-visible {
  background: #F7DCE5 !important;
  border-color: #EDC3D2 !important;
  transform: translateY(-1px) !important;
}

.ypp-favorite-card__cart-button::before,
.ypp-favorite-card__cart-button::after {
  display: none !important;
}

.ypp-favorite-card__price {
  margin-top: 0 !important;
  margin-bottom: 2px !important;
  color: #2f252a !important;
  font-size: 1.55rem !important;
  line-height: 1.2 !important;
}

.ypp-favorite-card__remove {
  margin-top: 0.4rem !important;
  color: rgba(18, 18, 18, 0.48) !important;
  font-size: 1.15rem !important;
  text-underline-offset: 0.2rem !important;
}

@media screen and (max-width: 749px) {
  .ypp-favorite-card__heading {
    font-size: 12px !important;
    min-height: 3.6em !important;
  }

  .ypp-favorite-card__cart-button {
    min-height: 32px !important;
    font-size: 11.5px !important;
  }
}

/* YPP FAVORITES - render saved designs as real product-grid cards */
.ypp-favorites-page .ypp-favorites-product-grid {
  --grid-desktop-horizontal-spacing: 18px !important;
  --grid-desktop-vertical-spacing: 40px !important;
  margin-top: 0 !important;
  row-gap: var(--grid-desktop-vertical-spacing) !important;
  column-gap: var(--grid-desktop-horizontal-spacing) !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card__inner {
  background: #FBF8FA !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card__media img {
  transition: transform 0.25s ease, opacity 0.25s ease !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card-wrapper:hover .card__media img {
  transform: scale(1.012) !important;
  opacity: 0.97 !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card__inner .card__information {
  display: none !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card__information {
  display: block !important;
  padding-top: 9px !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card__heading,
.ypp-favorites-page .ypp-favorites-product-grid .card__heading a,
.ypp-favorites-page .ypp-favorites-product-grid .price,
.ypp-favorites-page .ypp-favorites-product-grid .price__container,
.ypp-favorites-page .ypp-favorites-product-grid .price-item,
.ypp-favorites-page .ypp-favorites-product-grid .product-card-savings,
.ypp-favorites-page .ypp-favorites-product-grid .card-bundle-note {
  text-align: left !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card > .card__content:last-child .card__heading {
  display: -webkit-box !important;
  min-height: 34px !important;
  margin-bottom: 4px !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  font-size: 14px !important;
  line-height: 1.18 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card__heading a {
  line-height: 1.18 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card-inline-cart {
  display: block !important;
  width: 100% !important;
  margin: 3px 0 8px !important;
  position: relative !important;
  z-index: 3 !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card-inline-cart__form {
  margin: 0 !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card-inline-cart__button {
  width: 100% !important;
  position: relative !important;
  z-index: 4 !important;
  pointer-events: auto !important;
  min-height: 30px !important;
  padding: 6px 10px !important;
  border: 1px solid #F2D4DE !important;
  border-radius: 2px !important;
  background: #FAEEF3 !important;
  color: rgb(var(--color-foreground)) !important;
  font-size: 11.5px !important;
  font-weight: 650 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  box-shadow: none !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card-inline-cart__button:hover,
.ypp-favorites-page .ypp-favorites-product-grid .card-inline-cart__button:focus-visible {
  background: #F7DCE5 !important;
  border-color: #EDC3D2 !important;
  color: rgb(var(--color-foreground)) !important;
  box-shadow: none !important;
  transform: translateY(-1px) !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card-inline-cart__button::before,
.ypp-favorites-page .ypp-favorites-product-grid .card-inline-cart__button::after {
  display: none !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .price {
  justify-content: flex-start !important;
  margin-top: 0 !important;
  margin-bottom: 2px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .price .price-item {
  font-weight: 500 !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card-bundle-note {
  display: block !important;
  margin-top: -5px !important;
  margin-bottom: 0 !important;
  color: rgba(var(--color-foreground), 0.52) !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  font-size: 10.5px !important;
  line-height: 1.2 !important;
}

@media screen and (max-width: 749px) {
  .ypp-favorites-page .ypp-favorites-product-grid {
    --grid-mobile-horizontal-spacing: 10px !important;
    --grid-mobile-vertical-spacing: 18px !important;
    row-gap: 18px !important;
    column-gap: var(--grid-mobile-horizontal-spacing) !important;
  }

  .ypp-favorites-page .ypp-favorites-product-grid .card__information,
  .ypp-favorites-page .ypp-favorites-product-grid .card__heading,
  .ypp-favorites-page .ypp-favorites-product-grid .card__heading a,
  .ypp-favorites-page .ypp-favorites-product-grid .price,
  .ypp-favorites-page .ypp-favorites-product-grid .price__container,
  .ypp-favorites-page .ypp-favorites-product-grid .price-item,
  .ypp-favorites-page .ypp-favorites-product-grid .card-bundle-note {
    text-align: center !important;
  }

  .ypp-favorites-page .ypp-favorites-product-grid .price {
    justify-content: center !important;
  }

  .ypp-favorites-page .ypp-favorites-product-grid .card-inline-cart {
    margin: 2px 0 7px !important;
  }

  .ypp-favorites-page .ypp-favorites-product-grid .card-inline-cart__button {
    min-height: 32px !important;
    font-size: 11.5px !important;
  }
}

/* YPP FAVORITES - image visibility and cleaner price spacing */
.ypp-favorites-page .ypp-favorites-product-grid .card__inner {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  overflow: hidden !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card__media,
.ypp-favorites-page .ypp-favorites-product-grid .card__media .media {
  height: 100% !important;
  padding-bottom: 0 !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .price {
  margin-bottom: 5px !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card-bundle-note {
  margin-top: 0 !important;
}

/* YPP FAVORITES - final image and price spacing override */
.ypp-favorites-page .ypp-favorites-product-grid .card__inner {
  position: relative !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card__media {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card__media .media {
  width: 100% !important;
  display: block !important;
  overflow: hidden !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .price {
  margin-bottom: 7px !important;
}

.ypp-favorites-page .ypp-favorites-product-grid .card-bundle-note {
  margin-top: 0 !important;
}

/* YPP PRODUCT MOBILE - keep back link above the product image without overlap */
@media screen and (max-width: 749px) {
  body:has(.product) .product-top-back-link.back-link--product {
    display: block !important;
    position: relative !important;
    z-index: 10 !important;
    clear: both !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 10px auto 20px !important;
    padding: 0 1.5rem !important;
  }

  body:has(.product) .product-top-back-link.back-link--product a {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1.3 !important;
  }

  body:has(.product) .product__media-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative !important;
    z-index: 1 !important;
  }

  body:has(.product) .product__media-list {
    margin-top: 0 !important;
  }
}

/* YPP COLLECTION CATEGORY BOXES - equal height and safe text wrapping */
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn .multicolumn-list,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn .grid,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-container"] {
  align-items: stretch !important;
}

body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn .multicolumn-list__item,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn .grid__item,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-item"] {
  display: flex !important;
  align-items: stretch !important;
}

body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card__info,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-text"],
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="multicolumn-text"] {
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  min-height: 60px !important;
  padding: 13px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card__info,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-text"],
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="multicolumn-text"] {
  background: #f7dce5 !important;
  border: 1px solid rgba(232, 178, 197, 0.28) !important;
}

body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card p,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card__info p,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card__info a,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-text"] p,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-text"] a,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="multicolumn-text"] p,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="multicolumn-text"] a {
  display: block !important;
  max-width: 100% !important;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: none !important;
}

@media screen and (max-width: 749px) {
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card__info,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-text"],
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="multicolumn-text"] {
    min-height: 44px !important;
    padding: 8px 6px !important;
  }

  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card p,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card__info p,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card__info a,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-text"] p,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-text"] a,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="multicolumn-text"] p,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="multicolumn-text"] a {
    font-size: 11px !important;
    line-height: 1.16 !important;
  }
}

/* YPP COLLECTION CATEGORY BOXES - final text and equal-height lock */
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn .multicolumn-list__item,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn .grid__item,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-item"] {
  display: flex !important;
  align-items: stretch !important;
}

body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card__info,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-text"],
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="multicolumn-text"] {
  flex: 1 1 auto !important;
  height: auto !important;
  min-height: 60px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card p,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card h3,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card .inline-richtext,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card__info p,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card__info h3,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card__info .inline-richtext,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card__info a,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-text"] p,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-text"] h3,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-text"] .inline-richtext,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-text"] a,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="multicolumn-text"] p,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="multicolumn-text"] h3,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="multicolumn-text"] .inline-richtext,
body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="multicolumn-text"] a {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  line-height: 1.25 !important;
}

@media screen and (max-width: 749px) {
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) .multicolumn-card__info,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="ai-multicolumn-text"],
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) [class*="multicolumn-text"] {
    min-height: 50px !important;
  }
}


/* YPP MOBILE COLLECTION AI TITLE - prevent stacked/overlapping long headings */
@media screen and (max-width: 749px) {
  body.template-collection #MainContent > .shopify-section:has([class*="ai-rich-text"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks),
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) #MainContent > .shopify-section:has([class*="ai-rich-text"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks),
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) #MainContent > .shopify-section:has(.rich-text) .rich-text__blocks {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: calc(100vw - 3rem) !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  body.template-collection #MainContent > .shopify-section:has([class*="ai-rich-text"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, h3, .h1, .h2, .rich-text__heading, .inline-richtext, [class*="heading"]):first-child,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) #MainContent > .shopify-section:has([class*="ai-rich-text"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, h3, .h1, .h2, .rich-text__heading, .inline-richtext, [class*="heading"]):first-child,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) #MainContent > .shopify-section:has(.rich-text) .rich-text__blocks > :is(h1, h2, h3, .h1, .h2, .rich-text__heading, .inline-richtext, [class*="heading"]):first-child {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto 12px !important;
    padding: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    text-wrap: balance !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    line-height: 1.24 !important;
  }

  body.template-collection #MainContent > .shopify-section:has([class*="ai-rich-text"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, h3, .h1, .h2, .rich-text__heading, .inline-richtext, [class*="heading"]):first-child *,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) #MainContent > .shopify-section:has([class*="ai-rich-text"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, h3, .h1, .h2, .rich-text__heading, .inline-richtext, [class*="heading"]):first-child *,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) #MainContent > .shopify-section:has(.rich-text) .rich-text__blocks > :is(h1, h2, h3, .h1, .h2, .rich-text__heading, .inline-richtext, [class*="heading"]):first-child * {
    display: inline !important;
    white-space: normal !important;
    line-height: inherit !important;
    overflow: visible !important;
  }

  body.template-collection #MainContent > .shopify-section:has([class*="ai-rich-text"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, h3, .h1, .h2, .rich-text__heading, .inline-richtext, [class*="heading"]):first-child::before,
  body.template-collection #MainContent > .shopify-section:has([class*="ai-rich-text"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, h3, .h1, .h2, .rich-text__heading, .inline-richtext, [class*="heading"]):first-child::after,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) #MainContent > .shopify-section:has([class*="ai-rich-text"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, h3, .h1, .h2, .rich-text__heading, .inline-richtext, [class*="heading"]):first-child::before,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) #MainContent > .shopify-section:has([class*="ai-rich-text"]) :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) > :is(h1, h2, h3, .h1, .h2, .rich-text__heading, .inline-richtext, [class*="heading"]):first-child::after,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) #MainContent > .shopify-section:has(.rich-text) .rich-text__blocks > :is(h1, h2, h3, .h1, .h2, .rich-text__heading, .inline-richtext, [class*="heading"]):first-child::before,
  body:has(#ProductGridContainer):not(:has(.how-it-works-cta)) #MainContent > .shopify-section:has(.rich-text) .rich-text__blocks > :is(h1, h2, h3, .h1, .h2, .rich-text__heading, .inline-richtext, [class*="heading"]):first-child::after {
    content: none !important;
    display: none !important;
  }
}

/* YPP COLLECTION INFINITE SCROLL */
.ypp-infinite-scroll {
  display: none;
}

html.ypp-infinite-scroll-enabled body:has(#ProductGridContainer) .ypp-pagination-fallback {
  display: none !important;
}

html.ypp-infinite-scroll-enabled body:has(#ProductGridContainer) .ypp-infinite-scroll {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 64px;
  margin: 18px auto 8px;
  padding: 12px 1.5rem;
  color: rgba(47, 37, 42, 0.72);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
}

.ypp-infinite-scroll__spinner {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(232, 147, 179, 0.35);
  border-top-color: #e894b3;
  border-radius: 50%;
  animation: ypp-infinite-spin 0.8s linear infinite;
}

.ypp-infinite-scroll:not(.is-loading) .ypp-infinite-scroll__spinner {
  opacity: 0.45;
}

.ypp-infinite-scroll.has-error {
  cursor: pointer;
  color: #2f252a;
}

@keyframes ypp-infinite-spin {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 749px) {
  html.ypp-infinite-scroll-enabled body:has(#ProductGridContainer) .ypp-infinite-scroll {
    min-height: 52px;
    margin-top: 12px;
    font-size: 11px;
  }
}

/* YPP HOW IT WORKS REAL H1 */
body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works {
  width: min(100%, 760px) !important;
  max-width: calc(100vw - 3rem) !important;
  margin: clamp(36px, 5vw, 72px) auto 30px !important;
  padding: 0 1.5rem !important;
  text-align: center !important;
}

body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works .ypp-page-title__heading {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #2f252a !important;
  font-family: var(--font-heading-family) !important;
  font-style: var(--font-heading-style) !important;
  font-weight: var(--font-heading-weight) !important;
  font-size: clamp(30px, 2.65vw, 38px) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

@media screen and (min-width: 750px) {
  body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works .ypp-page-title__heading {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
  }

  body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works .ypp-page-title__heading::before,
  body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works .ypp-page-title__heading::after {
    content: "" !important;
    display: block !important;
    flex: 0 1 72px !important;
    height: 1px !important;
    background: linear-gradient(90deg, rgba(238, 180, 202, 0), rgba(225, 148, 178, 0.7)) !important;
  }

  body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works .ypp-page-title__heading::after {
    background: linear-gradient(90deg, rgba(225, 148, 178, 0.7), rgba(238, 180, 202, 0)) !important;
  }
}

@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works {
    margin-top: 34px !important;
    max-width: calc(100vw - 3rem) !important;
  }

  body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works .ypp-page-title__heading {
    font-size: clamp(30px, 8vw, 36px) !important;
    line-height: 1.18 !important;
  }
}

/* Hide the old visual H2 title section on the How it works page.
   The real H1 above replaces it while keeping the subtitle section below. */
body:has(.how-it-works-cta) #shopify-section-template--20339922763866__rich_text_qJNfhy {
  display: none !important;
}

body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works + #shopify-section-template--20339922763866__rich_text_qJNfhy + .shopify-section {
  margin-top: 6px !important;
  padding-top: 0 !important;
}

/* YPP PRODUCT INFO - keep custom liquid and accordion inside info column */
body:has(.product) #MainContent .product {
  align-items: flex-start !important;
}

body:has(.product) #MainContent .product__media-wrapper,
body:has(.product) #MainContent .product__info-wrapper {
  min-width: 0 !important;
}

body:has(.product) #MainContent .product__info-wrapper {
  box-sizing: border-box !important;
}

body:has(.product) #MainContent .product__info-container {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

@media screen and (min-width: 990px) {
  body:has(.product) #MainContent .product__info-wrapper {
    display: block !important;
    margin-left: 0 !important;
    padding-left: 2.4rem !important;
  }

  body:has(.product) #MainContent .product__info-container {
    max-width: 42rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

body:has(.product) #MainContent .product__info-container > *,
body:has(.product) #MainContent .product__info-container .custom-liquid-block,
body:has(.product) #MainContent .product__info-container > .product__accordion,
body:has(.product) #MainContent .product__info-container .product__accordion {
  width: 100% !important;
  max-width: 42rem !important;
  box-sizing: border-box !important;
  clear: both !important;
  float: none !important;
  grid-column: auto !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
}

body:has(.product) #MainContent .product__info-container .custom-liquid-block {
  display: block !important;
  margin-top: 1.2rem !important;
  margin-bottom: 0.8rem !important;
}

body:has(.product) #MainContent .product__info-container .product__accordion {
  display: block !important;
  margin-top: 0.4rem !important;
}

body:has(.product) #MainContent .product__info-container .custom-liquid-block > *,
body:has(.product) #MainContent .product__info-container .custom-liquid-block .page-width,
body:has(.product) #MainContent .product__info-container .custom-liquid-block [class*="page-width"],
body:has(.product) #MainContent .product__info-container .product__accordion > * {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 749px) {
  body:has(.product) #MainContent .product__info-container,
  body:has(.product) #MainContent .product__info-container > *,
  body:has(.product) #MainContent .product__info-container .custom-liquid-block,
  body:has(.product) #MainContent .product__info-container .product__accordion {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* YPP HOMEPAGE PURCHASE PROMISE */
.homepage-purchase-promise {
  width: 100%;
  max-width: var(--page-width);
  margin: 18px auto 14px !important;
  padding: 0 1.5rem !important;
  box-sizing: border-box;
}

.homepage-purchase-promise__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 16px 0 10px;
  text-align: center;
  border-top: 1px solid rgba(225, 148, 178, 0.38);
  border-bottom: 1px solid rgba(225, 148, 178, 0.28);
}

.homepage-purchase-promise__eyebrow {
  margin: 0 0 7px !important;
  color: #de7fa4;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.homepage-purchase-promise__heading {
  max-width: 740px;
  margin: 0 auto 8px !important;
  color: #2f252a;
  font-family: 'Playfair Display', serif;
  font-size: clamp(25px, 2.35vw, 36px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: balance;
}

.homepage-purchase-promise__text {
  max-width: 760px;
  margin: 0 auto !important;
  color: rgba(47, 37, 42, 0.72);
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 450;
  line-height: 1.62;
  letter-spacing: 0;
  text-wrap: pretty;
}

@media screen and (min-width: 990px) {
  .homepage-purchase-promise {
    margin-top: 20px !important;
    margin-bottom: 16px !important;
  }
}

@media screen and (max-width: 749px) {
  .homepage-purchase-promise {
    margin: 14px auto 12px !important;
    padding: 0 1.4rem !important;
  }

  .homepage-purchase-promise__inner {
    padding: 14px 0 10px;
  }

  .homepage-purchase-promise__eyebrow {
    font-size: 9.5px;
    letter-spacing: 0.1em;
  }

  .homepage-purchase-promise__heading {
    max-width: 340px;
    font-size: clamp(24px, 7.2vw, 31px);
    line-height: 1.16;
  }

  .homepage-purchase-promise__text {
    max-width: 350px;
    font-size: 12.5px;
    line-height: 1.52;
  }
}

/* YPP HERO TEXT OVERLAY */
body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
  #MainContent > .shopify-section:has(.ypp-hero-overlay) {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  position: relative !important;
  z-index: 8 !important;
}

.ypp-hero-overlay {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto !important;
  padding: 0 clamp(2.2rem, 6vw, 7.2rem) !important;
  box-sizing: border-box;
  transform: translate(260px, -580px);
  pointer-events: none;
}

.ypp-hero-overlay__inner {
  width: min(520px, 47%);
  min-width: 370px;
  text-align: center;
  color: #2f252a;
  text-shadow: 0 1px 16px rgba(255, 255, 255, 0.92);
  pointer-events: auto;
}

.ypp-hero-overlay__eyebrow {
  margin: 0 0 10px !important;
  color: #de7fa4;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ypp-hero-overlay__heading {
  max-width: 520px;
  margin: 0 auto 12px !important;
  color: #2f252a;
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 3.55vw, 52px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.ypp-hero-overlay__text {
  max-width: 500px;
  margin: 0 auto 24px !important;
  color: rgba(47, 37, 42, 0.78);
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.58;
}

.ypp-hero-overlay__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 44px;
  padding: 0 28px;
  border: 1px solid rgba(222, 127, 164, 0.6);
  background: rgba(255, 255, 255, 0.74);
  color: #1f171b !important;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(70, 42, 52, 0.08);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.ypp-hero-overlay__button:hover {
  background: #fff7fb;
  border-color: rgba(222, 127, 164, 0.9);
  transform: translateY(-1px);
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .ypp-hero-overlay {
    transform: translateY(-320px);
  }

  .ypp-hero-overlay__inner {
    width: min(460px, 52%);
    min-width: 330px;
  }

  .ypp-hero-overlay__heading {
    font-size: clamp(30px, 4vw, 42px);
  }

  .ypp-hero-overlay__text {
    font-size: 13.5px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 749px) {
  .ypp-hero-overlay {
    padding: 0 1.4rem !important;
    transform: translateY(-490px);
  }

  .ypp-hero-overlay__inner {
    width: 100%;
    min-width: 0;
    max-width: 420px;
    margin: 0 auto;
    padding: 8px 10px 10px;
    background: rgba(255, 255, 255, 0.26);
    border: 0;
    box-shadow: none;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.92),
      0 2px 14px rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(1.5px);
  }

  .ypp-hero-overlay__eyebrow {
    margin-bottom: 6px !important;
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .ypp-hero-overlay__heading {
    max-width: 330px;
    margin-bottom: 8px !important;
    font-size: clamp(23px, 6.8vw, 30px);
    line-height: 1.12;
  }

  .ypp-hero-overlay__text {
    max-width: 330px;
    margin-bottom: 12px !important;
    font-size: 11.5px;
    line-height: 1.42;
  }

  .ypp-hero-overlay__button {
    min-width: 132px;
    min-height: 38px;
    padding: 0 20px;
    font-size: 12px;
    background: #fff;
  }
}

body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
  #MainContent > .shopify-section:has(.ypp-hero-overlay) > *,
body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
  #MainContent > .shopify-section:has(.ypp-hero-overlay) .page-width,
body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
  #MainContent > .shopify-section:has(.ypp-hero-overlay) [class*="section-"],
body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
  #MainContent > .shopify-section:has(.ypp-hero-overlay) .color-background-1,
body:not(:has(#ProductGridContainer)):not(:has(.collection-hero)):not(:has(.product))
  #MainContent > .shopify-section:has(.ypp-hero-overlay) .gradient {
  height: 0 !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}
/* END YPP HERO TEXT OVERLAY */

/* YPP MOBILE SHOP BY OCCASION - two-column category grid */
@media screen and (max-width: 749px) {
  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .page-width {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .slider-mobile-gutter,
  #shopify-section-template--20339922665562__multicolumn_H3WzrQ slider-component {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-list,
  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-list.grid,
  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .slider {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-padding-left: 0 !important;
    scroll-snap-type: none !important;
  }

  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-list__item,
  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .grid__item,
  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .slider__slide {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: unset !important;
  }

  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card {
    width: 100% !important;
    height: 100% !important;
  }

  #shopify-section-template--20339922665562__multicolumn_H3WzrQ .multicolumn-card__info {
    min-height: 50px !important;
    padding: 10px 6px !important;
  }
}
/* END YPP MOBILE SHOP BY OCCASION */

/* YPP MOBILE CUSTOMER FAVORITES SPACING - adjust here */
@media screen and (max-width: 749px) {
  /*
    Controls spacing between the "Customer favorites" heading strip
    and the product cards below it.

    More negative = cards move UP / less spacing.
    Less negative or 0 = cards move DOWN / more spacing.
    Good range: -10px to -28px.
  */
  #shopify-section-template--20339922665562__featured_collection .product-grid,
  #shopify-section-template--20339922665562__featured_collection ul.grid,
  #shopify-section-template--20339922665562__featured_collection slider-component.slider-mobile-gutter,
  #shopify-section-template--20339922665562__featured_collection .slider-mobile-gutter {
    margin-top: -18px !important;
    padding-top: 13px !important;
  }
}
/* END YPP MOBILE CUSTOMER FAVORITES SPACING */
/* YPP HOMEPAGE SECTION HEADINGS - exact final */
#shopify-section-template--20339922665562__blocks_A49xzE,
#MainContent > .shopify-section:has(#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj),
#shopify-section-template--20339922665562__featured_collection .collection__title {
  width: min(var(--page-width), calc(100% - 3rem)) !important;
  max-width: min(var(--page-width), calc(100% - 3rem)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#shopify-section-template--20339922665562__blocks_A49xzE,
#MainContent > .shopify-section:has(#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj) {
  margin-top: 34px !important;
  margin-bottom: 14px !important;
}

#shopify-section-template--20339922665562__featured_collection .collection__title {
  margin-top: 34px !important;
  margin-bottom: 18px !important;
}

#shopify-section-template--20339922665562__blocks_A49xzE :is([class^="ai-rich-text"], [class*=" ai-rich-text"], .rich-text),
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj,
#shopify-section-template--20339922665562__featured_collection .collection__title :is(.title-wrapper-with-link, .title-wrapper) {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

#shopify-section-template--20339922665562__blocks_A49xzE :is([class^="ai-rich-text"], [class*=" ai-rich-text"], .rich-text)::before,
#shopify-section-template--20339922665562__blocks_A49xzE :is([class^="ai-rich-text"], [class*=" ai-rich-text"], .rich-text)::after,
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj::before,
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj::after,
#shopify-section-template--20339922665562__featured_collection .collection__title :is(.title-wrapper-with-link, .title-wrapper)::before,
#shopify-section-template--20339922665562__featured_collection .collection__title :is(.title-wrapper-with-link, .title-wrapper)::after {
  content: "" !important;
  display: block !important;
  flex: 1 1 0 !important;
  max-width: 110px !important;
  height: 1px !important;
  background: rgba(236, 166, 193, 0.55) !important;
  position: static !important;
  transform: none !important;
}

#shopify-section-template--20339922665562__blocks_A49xzE :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks),
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj :is([class^="ai-rich-text-content"], [class*=" ai-rich-text-content"], .rich-text__blocks) {
  width: auto !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

#shopify-section-template--20339922665562__blocks_A49xzE :is(h1, h2, h3, p, span, .inline-richtext),
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj :is(h1, h2, h3, p, span, .inline-richtext),
#shopify-section-template--20339922665562__featured_collection .collection__title :is(.title, h1, h2, h3, span, .inline-richtext) {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #2f252a !important;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  opacity: 1 !important;
  white-space: nowrap !important;
}

#shopify-section-template--20339922665562__featured_collection .collection__title,
#shopify-section-template--20339922665562__blocks_A49xzE *,
#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj * {
  font-weight: 400 !important;
  font-synthesis: none !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

#shopify-section-template--20339922665562__featured_collection .collection__title,
#shopify-section-template--20339922665562__featured_collection .collection__title * {
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 300 !important;
  font-synthesis: none !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

#shopify-section-template--20339922665562__featured_collection .product-grid,
#shopify-section-template--20339922665562__featured_collection ul.grid,
#shopify-section-template--20339922665562__featured_collection slider-component.slider-mobile-gutter,
#shopify-section-template--20339922665562__featured_collection .slider-mobile-gutter {
  padding-top: 0 !important;
}

@media screen and (max-width: 749px) {
  #shopify-section-template--20339922665562__blocks_A49xzE,
  #MainContent > .shopify-section:has(#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj),
  #shopify-section-template--20339922665562__featured_collection .collection__title {
    width: calc(100% - 2.8rem) !important;
    max-width: calc(100% - 2.8rem) !important;
  }

  #shopify-section-template--20339922665562__blocks_A49xzE,
  #MainContent > .shopify-section:has(#ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj) {
    margin-top: 24px !important;
    margin-bottom: 10px !important;
  }

  #shopify-section-template--20339922665562__featured_collection .collection__title {
    margin-top: 24px !important;
    margin-bottom: 12px !important;
  }

  #shopify-section-template--20339922665562__blocks_A49xzE :is([class^="ai-rich-text"], [class*=" ai-rich-text"], .rich-text),
  #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj,
  #shopify-section-template--20339922665562__featured_collection .collection__title :is(.title-wrapper-with-link, .title-wrapper) {
    gap: 12px !important;
  }

  #shopify-section-template--20339922665562__blocks_A49xzE :is([class^="ai-rich-text"], [class*=" ai-rich-text"], .rich-text)::before,
  #shopify-section-template--20339922665562__blocks_A49xzE :is([class^="ai-rich-text"], [class*=" ai-rich-text"], .rich-text)::after,
  #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj::before,
  #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj::after,
  #shopify-section-template--20339922665562__featured_collection .collection__title :is(.title-wrapper-with-link, .title-wrapper)::before,
  #shopify-section-template--20339922665562__featured_collection .collection__title :is(.title-wrapper-with-link, .title-wrapper)::after {
    max-width: 46px !important;
  }

  #shopify-section-template--20339922665562__blocks_A49xzE :is(h1, h2, h3, p, span, .inline-richtext),
  #ai-rich-text-aqllsds9qaljmtghicaigenblock2deaa52hhplgj :is(h1, h2, h3, p, span, .inline-richtext),
  #shopify-section-template--20339922665562__featured_collection .collection__title :is(.title, h1, h2, h3, span, .inline-richtext) {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
}
/* END YPP HOMEPAGE SECTION HEADINGS */
/* YPP HOW IT WORKS MOBILE STEP CARDS */
@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent .multicolumn .page-width {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-list,
  body:has(.how-it-works-cta) #MainContent .multicolumn-list.grid,
  body:has(.how-it-works-cta) #MainContent .multicolumn .slider {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-list__item,
  body:has(.how-it-works-cta) #MainContent .multicolumn .grid__item,
  body:has(.how-it-works-cta) #MainContent .multicolumn .slider__slide {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: unset !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    background: #fff8fb !important;
    border: 1px solid rgba(236, 166, 193, 0.42) !important;
    box-shadow: 0 10px 26px rgba(70, 42, 52, 0.04) !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper {
    width: 100% !important;
    margin: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper .media,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card .media {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.25 / 1 !important;
    background: #fff !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper img,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card .media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
    display: block !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 12px 11px 14px !important;
    background: transparent !important;
    text-align: left !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info > *,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .rte,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info h2,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info h3,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info p,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info a,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .inline-richtext {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info h3,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .inline-richtext {
    margin: 0 0 9px !important;
    color: #2f252a !important;
    font-family: var(--font-heading-family) !important;
    font-size: 21px !important;
    font-weight: var(--font-heading-weight) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .rte {
    margin-top: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info p {
    margin: 0 0 6px !important;
    color: rgba(47, 37, 42, 0.78) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11.5px !important;
    font-weight: 400 !important;
    line-height: 1.42 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info p strong,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info strong {
    display: inline !important;
    color: #2f252a !important;
    font-weight: 750 !important;
  }
}

@media screen and (max-width: 360px) {
  body:has(.how-it-works-cta) #MainContent .multicolumn-list,
  body:has(.how-it-works-cta) #MainContent .multicolumn-list.grid,
  body:has(.how-it-works-cta) #MainContent .multicolumn .slider {
    grid-template-columns: 1fr !important;
  }
}
/* END YPP HOW IT WORKS MOBILE STEP CARDS */
/* YPP HOW IT WORKS MOBILE POLISH */
@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works {
    margin-top: 30px !important;
    margin-bottom: 14px !important;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }

  body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works .ypp-page-title__heading {
    font-size: clamp(31px, 8.5vw, 38px) !important;
    line-height: 1.12 !important;
  }

  body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works + #shopify-section-template--20339922763866__rich_text_qJNfhy + .shopify-section {
    margin-top: 0 !important;
    margin-bottom: 26px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works + #shopify-section-template--20339922763866__rich_text_qJNfhy + .shopify-section > * {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works + #shopify-section-template--20339922763866__rich_text_qJNfhy + .shopify-section :is(.rich-text, .rich-text__wrapper, .rich-text__blocks, [class^="ai-rich-text"], [class*=" ai-rich-text"], [class^="ai-rich-text-content"], [class*=" ai-rich-text-content"]) {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent > .ypp-page-title--how-it-works + #shopify-section-template--20339922763866__rich_text_qJNfhy + .shopify-section :is(p, .rte, .inline-richtext) {
    max-width: 31rem !important;
    margin: 0 auto !important;
    padding: 0 1.4rem !important;
    color: rgba(47, 37, 42, 0.76) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    text-align: center !important;
    background: transparent !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn .page-width {
    max-width: 560px !important;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-list,
  body:has(.how-it-works-cta) #MainContent .multicolumn-list.grid,
  body:has(.how-it-works-cta) #MainContent .multicolumn .slider {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-list__item,
  body:has(.how-it-works-cta) #MainContent .multicolumn .grid__item,
  body:has(.how-it-works-cta) #MainContent .multicolumn .slider__slide {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: unset !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #fff8fb !important;
    border: 1px solid rgba(236, 166, 193, 0.38) !important;
    box-shadow: 0 12px 30px rgba(70, 42, 52, 0.045) !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card-spacing {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper .media,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card .media {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.42 / 1 !important;
    background: #fff !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__image-wrapper img,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card .media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 18px 20px 21px !important;
    background: #fff8fb !important;
    text-align: center !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info > *,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .rte,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info h2,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info h3,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info p,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info a,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .inline-richtext {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info h3,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .inline-richtext {
    margin: 0 0 11px !important;
    color: #2f252a !important;
    font-family: var(--font-heading-family) !important;
    font-size: 25px !important;
    font-weight: var(--font-heading-weight) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info .rte {
    margin-top: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info p {
    margin: 0 0 7px !important;
    color: rgba(47, 37, 42, 0.78) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13.2px !important;
    font-weight: 400 !important;
    line-height: 1.48 !important;
  }

  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info p strong,
  body:has(.how-it-works-cta) #MainContent .multicolumn-card__info strong {
    display: inline !important;
    color: #2f252a !important;
    font-weight: 750 !important;
  }

  body:has(.how-it-works-cta) #MainContent .how-it-works-faq,
  body:has(.how-it-works-cta) #MainContent .how-it-works-cta {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }

  body:has(.how-it-works-cta) #MainContent .shopify-section:has(.how-it-works-faq) {
    margin-top: 24px !important;
    margin-bottom: 22px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .shopify-section:has(.how-it-works-cta) {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent .how-it-works-faq {
    padding: 24px 22px !important;
  }

  body:has(.how-it-works-cta) #MainContent .how-it-works-cta {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}
/* END YPP HOW IT WORKS MOBILE POLISH */

/* YPP HOW IT WORKS TRUE FINAL FIX */
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 *,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 .gradient,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__wrapper,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__blocks,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 [class*="section-template"][class*="padding"],
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__wrapper,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__blocks {
  min-height: 0 !important;
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text p {
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  color: rgba(47, 37, 42, 0.72) !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-list,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-list.grid,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .slider {
  align-items: start !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-list__item,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .grid__item,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .slider__slide {
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card {
  align-self: start !important;
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #fff7fb !important;
  border: 1px solid rgba(236, 166, 193, 0.34) !important;
  box-shadow: 0 12px 30px rgba(70, 42, 52, 0.04) !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__image-wrapper,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card-spacing {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  background: #fff7fb !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .media {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  background: #fff !important;
  line-height: 0 !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .media::before,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .media::after {
  content: none !important;
  display: none !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .media img,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__image-wrapper img {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 18px 20px 20px !important;
  background: #fff7fb !important;
  text-align: left !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info > *,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info .rte,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info h3,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info p,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info .inline-richtext {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info h3,
body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info .inline-richtext {
  margin: 0 0 12px !important;
  font-size: clamp(24px, 2.15vw, 30px) !important;
  line-height: 1.05 !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info .rte {
  margin-top: 0 !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info p {
  margin: 0 0 7px !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info p:last-child {
  margin-bottom: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .shopify-section:has(.how-it-works-faq) {
  margin-top: 34px !important;
  margin-bottom: 26px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .shopify-section:has(.how-it-works-cta) {
  margin-top: 0 !important;
  margin-bottom: 54px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body:has(.how-it-works-cta) #MainContent .how-it-works-faq {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 28px 32px !important;
}

body:has(.how-it-works-cta) #MainContent .how-it-works-cta {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

@media screen and (max-width: 749px) {
  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 {
    margin-bottom: 22px !important;
  }

  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text,
  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text p {
    max-width: 34rem !important;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
    font-size: 13.2px !important;
    line-height: 1.5 !important;
  }

  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn .page-width,
  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .page-width {
    max-width: 41rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-list,
  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-list.grid,
  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .slider {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    align-items: start !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info {
    padding: 17px 18px 19px !important;
  }

  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info h3,
  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info .inline-richtext {
    font-size: 25px !important;
    margin-bottom: 11px !important;
  }

  body:has(.how-it-works-cta) #MainContent #shopify-section-template--20339922763866__multicolumn_H3WzrQ .multicolumn-card__info p {
    font-size: 13.2px !important;
    line-height: 1.45 !important;
  }

  body:has(.how-it-works-cta) #MainContent .shopify-section:has(.how-it-works-faq) {
    margin-top: 24px !important;
    margin-bottom: 20px !important;
  }

  body:has(.how-it-works-cta) #MainContent .shopify-section:has(.how-it-works-cta) {
    margin-top: 0 !important;
    margin-bottom: 38px !important;
  }

  body:has(.how-it-works-cta) #MainContent .how-it-works-faq {
    padding: 24px 22px !important;
  }

  body:has(.how-it-works-cta) #MainContent .how-it-works-cta {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
}
/* END YPP HOW IT WORKS TRUE FINAL FIX */

/* YPP HOW IT WORKS MOBILE ACTUAL-ID FIX */
@media screen and (max-width: 749px) {
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 *,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .color-scheme-1,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .gradient,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__wrapper,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__blocks,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 {
    margin: 0 0 18px !important;
    padding: 0 !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .section-template--20339922763866__rich_text_g6mCq4-padding,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__wrapper,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__blocks {
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text p {
    max-width: 34rem !important;
    margin: 0 auto !important;
    padding: 0 1.6rem !important;
    color: rgba(47, 37, 42, 0.72) !important;
    font-size: 13.4px !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .section-template--20339922763866__multicolumn_V8Ygi8-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .page-width {
    max-width: 41rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-list,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-list.grid,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .slider {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    align-items: start !important;
    overflow: visible !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-list__item,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .grid__item,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .slider__slide,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: start !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card {
    overflow: hidden !important;
    background: #fff7fb !important;
    border: 1px solid rgba(236, 166, 193, 0.34) !important;
    box-shadow: 0 12px 30px rgba(70, 42, 52, 0.04) !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__image-wrapper,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card-spacing {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    background: #fff !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .media {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    line-height: 0 !important;
    background: #fff !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .media::before,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .media::after {
    content: none !important;
    display: none !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .media img,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__image {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 17px 18px 18px !important;
    background: #fff7fb !important;
    text-align: left !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info *,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info .rte,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info h2,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info p {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info h2 {
    margin: 0 0 10px !important;
    font-family: var(--font-heading-family) !important;
    font-size: 25px !important;
    line-height: 1.08 !important;
    color: #2f252a !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info p {
    margin: 0 !important;
    font-size: 13.2px !important;
    line-height: 1.42 !important;
    color: rgba(47, 37, 42, 0.78) !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info p strong {
    display: block !important;
    margin: 0 0 4px !important;
    color: #2f252a !important;
    font-weight: 750 !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info p br {
    display: none !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__custom_liquid_JEhyjy#shopify-section-template--20339922763866__custom_liquid_JEhyjy {
    margin-top: 24px !important;
    margin-bottom: 18px !important;
    padding: 0 !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__custom_liquid_JEhyjy#shopify-section-template--20339922763866__custom_liquid_JEhyjy .section-template--20339922763866__custom_liquid_JEhyjy-padding,
  html body #MainContent #shopify-section-template--20339922763866__custom_liquid_46WtLa#shopify-section-template--20339922763866__custom_liquid_46WtLa .section-template--20339922763866__custom_liquid_46WtLa-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__custom_liquid_JEhyjy#shopify-section-template--20339922763866__custom_liquid_JEhyjy .how-faq-clean {
    width: calc(100% - 3rem) !important;
    margin: 0 auto !important;
    padding: 24px 22px !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__custom_liquid_46WtLa#shopify-section-template--20339922763866__custom_liquid_46WtLa {
    margin-top: 0 !important;
    margin-bottom: 38px !important;
    padding: 0 !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__custom_liquid_46WtLa#shopify-section-template--20339922763866__custom_liquid_46WtLa .how-it-works-cta {
    width: calc(100% - 3rem) !important;
    margin: 0 auto !important;
    padding: 34px 20px !important;
  }
}
/* END YPP HOW IT WORKS MOBILE ACTUAL-ID FIX */


/* YPP HOW IT WORKS MOBILE CLEANUP OVERRIDE */
@media screen and (max-width: 749px) {
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__wrapper,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__blocks,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 .rich-text__text,
  html body #MainContent #shopify-section-template--20339922763866__rich_text_g6mCq4#shopify-section-template--20339922763866__rich_text_g6mCq4 p {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card {
    background: #fff7fb !important;
    border: 1px solid rgba(236, 166, 193, 0.28) !important;
    box-shadow: 0 10px 24px rgba(70, 42, 52, 0.035) !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info .rte,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info .rte > *,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info h2,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info p,
  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info strong {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__multicolumn_V8Ygi8#shopify-section-template--20339922763866__multicolumn_V8Ygi8 .multicolumn-card__info {
    padding: 16px 18px 17px !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__custom_liquid_JEhyjy#shopify-section-template--20339922763866__custom_liquid_JEhyjy {
    margin-top: 20px !important;
    margin-bottom: 6px !important;
    padding-bottom: 0 !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__custom_liquid_JEhyjy#shopify-section-template--20339922763866__custom_liquid_JEhyjy .how-faq-clean {
    margin-bottom: 0 !important;
    padding: 23px 22px !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__custom_liquid_JEhyjy + #shopify-section-template--20339922763866__custom_liquid_46WtLa {
    margin-top: 6px !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__custom_liquid_46WtLa#shopify-section-template--20339922763866__custom_liquid_46WtLa {
    margin-top: 6px !important;
    padding-top: 0 !important;
  }

  html body #MainContent #shopify-section-template--20339922763866__custom_liquid_46WtLa#shopify-section-template--20339922763866__custom_liquid_46WtLa .how-it-works-cta {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
/* END YPP HOW IT WORKS MOBILE CLEANUP OVERRIDE */

/* YPP MOBILE STICKY HEADER FINAL */
@media screen and (max-width: 749px) {
  html body .section-header,
  html body .section-header.shopify-section-group-header-group,
  html body .section-header.shopify-section-header-sticky,
  html body .section-header.shopify-section-header-hidden,
  html body .section-header.shopify-section-header-hidden.menu-open,
  html body sticky-header.header-wrapper,
  html body .header-wrapper {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    transform: none !important;
  }

  html body .section-header {
    margin-bottom: 0 !important;
    background: rgb(var(--color-background)) !important;
  }

  html body .shopify-section-header-hidden,
  html body .shopify-section-header-hidden.menu-open {
    top: 0 !important;
  }

  html body .header-wrapper,
  html body .header {
    background: rgb(var(--color-background)) !important;
  }

  html body .header {
    z-index: 100000 !important;
  }

  html body .menu-drawer-container,
  html body header-drawer,
  html body .menu-drawer {
    z-index: 100001 !important;
  }
}
/* END YPP MOBILE STICKY HEADER FINAL */

/* YPP MOBILE MENU DRAWER VIEWPORT FIX */
@media screen and (max-width: 749px) {
  html body header-drawer,
  html body .menu-drawer-container {
    position: static !important;
  }

  html body header-drawer .menu-drawer,
  html body .menu-drawer-container .menu-drawer,
  html body .menu-drawer {
    position: fixed !important;
    top: var(--header-height, 72px) !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: min(36rem, 88vw) !important;
    max-width: 88vw !important;
    height: calc(100dvh - var(--header-height, 72px)) !important;
    max-height: calc(100dvh - var(--header-height, 72px)) !important;
    z-index: 100002 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: rgb(var(--color-background)) !important;
    transform: translateX(-100%) !important;
    visibility: hidden !important;
  }

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

  html body .menu-drawer__inner-container,
  html body .menu-drawer__navigation-container {
    min-height: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }

  html body .header__icon--menu[aria-expanded='true']::before {
    position: fixed !important;
    top: var(--header-height, 72px) !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: calc(100dvh - var(--header-height, 72px)) !important;
    z-index: 100001 !important;
  }
}
/* END YPP MOBILE MENU DRAWER VIEWPORT FIX */

/* YPP MOBILE MENU CLOSE ICON FIX */
@media screen and (max-width: 749px) {
  html body details[open] > .header__icon--menu,
  html body details[open] > summary.header__icon--menu {
    position: relative !important;
    z-index: 100005 !important;
  }

  html body details[open] > .header__icon--menu .icon-close,
  html body details[open] > summary.header__icon--menu .icon-close,
  html body.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close,
  html body.js details[open]:not(.menu-opening) > summary.header__icon--menu .icon-close {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  html body details[open] > .header__icon--menu .icon-hamburger,
  html body details[open] > summary.header__icon--menu .icon-hamburger,
  html body.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger,
  html body.js details[open]:not(.menu-opening) > summary.header__icon--menu .icon-hamburger {
    visibility: hidden !important;
    opacity: 0 !important;
    transform: scale(0.82) !important;
  }

  html body details[open] > .header__icon--menu::after,
  html body details[open] > summary.header__icon--menu::after {
    content: 'Close' !important;
    position: absolute !important;
    left: 3.7rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    color: rgba(var(--color-foreground), 0.72) !important;
    pointer-events: none !important;
  }
}
/* END YPP MOBILE MENU CLOSE ICON FIX */

/* YPP MOBILE DRAWER INTERNAL CLOSE BUTTON */
@media screen and (max-width: 749px) {
  html body details[open] > .header__icon--menu::after,
  html body details[open] > summary.header__icon--menu::after {
    content: none !important;
    display: none !important;
  }

  html body .menu-drawer .ypp-menu-drawer-close {
    position: sticky !important;
    top: 0 !important;
    z-index: 100006 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.7rem !important;
    width: 100% !important;
    min-height: 4.8rem !important;
    padding: 0 1.8rem !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(236, 166, 193, 0.32) !important;
    background: rgba(255, 250, 252, 0.98) !important;
    color: rgba(var(--color-foreground), 0.78) !important;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 650 !important;
    letter-spacing: 0.02em !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  html body .menu-drawer .ypp-menu-drawer-close__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.8rem !important;
    height: 2.8rem !important;
    border: 1px solid rgba(236, 166, 193, 0.58) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #d982a3 !important;
    font-family: Arial, sans-serif !important;
    font-size: 2rem !important;
    font-weight: 400 !important;
    line-height: 1 !important;
  }

  html body .menu-drawer .ypp-menu-drawer-close__text {
    line-height: 1 !important;
  }
}
/* END YPP MOBILE DRAWER INTERNAL CLOSE BUTTON */

/* YPP MOBILE DRAWER HEADER X CLEANUP */
@media screen and (max-width: 749px) {
  html body details[open] > summary.header__icon--menu .icon-close,
  html body details[open] > .header__icon--menu .icon-close,
  html body.js details[open] > summary.header__icon--menu .icon-close,
  html body.js details[open] > .header__icon--menu .icon-close,
  html body header-drawer details[open] > summary.header__icon--menu .icon-close,
  html body header-drawer details[open] > .header__icon--menu .icon-close,
  html body .menu-drawer-container details[open] > summary.header__icon--menu .icon-close,
  html body .menu-drawer-container details[open] > .header__icon--menu .icon-close {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transform: scale(0.8) !important;
  }

  html body details[open] > summary.header__icon--menu .icon-hamburger,
  html body details[open] > .header__icon--menu .icon-hamburger,
  html body.js details[open] > summary.header__icon--menu .icon-hamburger,
  html body.js details[open] > .header__icon--menu .icon-hamburger,
  html body header-drawer details[open] > summary.header__icon--menu .icon-hamburger,
  html body header-drawer details[open] > .header__icon--menu .icon-hamburger,
  html body .menu-drawer-container details[open] > summary.header__icon--menu .icon-hamburger,
  html body .menu-drawer-container details[open] > .header__icon--menu .icon-hamburger {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  html body .menu-drawer .ypp-menu-drawer-close {
    background: #f7dbe5 !important;
    border-bottom-color: #efb6ca !important;
  }
}
/* END YPP MOBILE DRAWER HEADER X CLEANUP */

/* YPP HOMEPAGE MULTIROW PREMIUM LOOKBOOK */
body.template-index #MainContent .multirow {
  margin-top: 22px !important;
  margin-bottom: 46px !important;
}

body.template-index #MainContent .multirow .multirow__inner {
  row-gap: 10px !important;
}

body.template-index #MainContent .multirow .image-with-text {
  border: 1px solid rgba(242, 212, 222, 0.82) !important;
  background: #fff !important;
  box-shadow: 0 16px 44px rgba(72, 42, 54, 0.045) !important;
  overflow: hidden !important;
}

body.template-index #MainContent .multirow .image-with-text__grid {
  min-height: 0 !important;
}

body.template-index #MainContent .multirow .image-with-text__media {
  border: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
}

body.template-index #MainContent .multirow .image-with-text__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.35s ease, filter 0.35s ease !important;
}

body.template-index #MainContent .multirow .image-with-text:hover .image-with-text__media img {
  transform: scale(1.018) !important;
  filter: saturate(1.03) contrast(1.01) !important;
}

body.template-index #MainContent .multirow .image-with-text__content {
  min-height: 420px !important;
  padding: clamp(38px, 5vw, 70px) clamp(30px, 5vw, 76px) !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.88), transparent 30%),
    linear-gradient(135deg, #fff9fb 0%, #faeef3 100%) !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

body.template-index #MainContent .multirow .image-with-text:nth-child(even) .image-with-text__content {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.92), transparent 30%),
    linear-gradient(135deg, #faeef3 0%, #fff7fa 100%) !important;
}

body.template-index #MainContent .multirow .image-with-text__content > * {
  max-width: 430px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.template-index #MainContent .multirow .image-with-text__text--caption,
body.template-index #MainContent .multirow .image-with-text__text--caption p {
  margin: 0 0 9px !important;
  color: #d88baa !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

body.template-index #MainContent .multirow .image-with-text__heading,
body.template-index #MainContent .multirow .image-with-text__heading * {
  margin: 0 auto 14px !important;
  color: #2f252a !important;
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(30px, 3vw, 46px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.template-index #MainContent .multirow .image-with-text__text.rte,
body.template-index #MainContent .multirow .image-with-text__text.rte p {
  color: rgba(47, 37, 42, 0.72) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 430 !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}

body.template-index #MainContent .multirow .image-with-text__text.rte {
  margin-top: 0 !important;
  margin-bottom: 26px !important;
}

body.template-index #MainContent .multirow .button {
  min-height: 44px !important;
  padding: 12px 28px !important;
  background: rgba(255, 255, 255, 0.34) !important;
  border: 1px solid rgba(127, 79, 97, 0.55) !important;
  color: #2f252a !important;
  box-shadow: none !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}

body.template-index #MainContent .multirow .button::before,
body.template-index #MainContent .multirow .button::after {
  display: none !important;
}

body.template-index #MainContent .multirow .button:hover {
  background: #fff !important;
  border-color: #d88baa !important;
  transform: translateY(-1px) !important;
}

@media screen and (max-width: 989px) {
  body.template-index #MainContent .multirow .image-with-text__content {
    min-height: 360px !important;
    padding: 34px 28px 38px !important;
  }
}

@media screen and (max-width: 749px) {
  body.template-index #MainContent .multirow {
    margin-top: 18px !important;
    margin-bottom: 34px !important;
  }

  body.template-index #MainContent .multirow .multirow__inner {
    row-gap: 14px !important;
  }

  body.template-index #MainContent .multirow .image-with-text {
    box-shadow: 0 12px 32px rgba(72, 42, 54, 0.045) !important;
  }

  body.template-index #MainContent .multirow .image-with-text__content {
    min-height: 0 !important;
    padding: 30px 24px 34px !important;
  }

  body.template-index #MainContent .multirow .image-with-text__content > * {
    max-width: 315px !important;
  }

  body.template-index #MainContent .multirow .image-with-text__heading,
  body.template-index #MainContent .multirow .image-with-text__heading * {
    font-size: clamp(27px, 8vw, 34px) !important;
    line-height: 1.1 !important;
  }

  body.template-index #MainContent .multirow .image-with-text__text.rte,
  body.template-index #MainContent .multirow .image-with-text__text.rte p {
    font-size: 13px !important;
    line-height: 1.58 !important;
  }

  body.template-index #MainContent .multirow .button {
    width: 100% !important;
    max-width: 250px !important;
  }
}
/* END YPP HOMEPAGE MULTIROW PREMIUM LOOKBOOK */

/* YPP PRODUCT HIGHLIGHTS - softer inner spacing */
.product__info-container .custom-liquid-block .product-highlights {
  padding: 13px 18px 13px 24px !important;
}

.product__info-container .custom-liquid-block .product-flow {
  margin: 0.75rem 0 0 !important;
}

@media screen and (max-width: 749px) {
  .product__info-container .custom-liquid-block .product-highlights {
    padding: 12px 16px 12px 20px !important;
  }
}

/* YPP PRODUCT HIGHLIGHTS - force left breathing room */
body:has(.product) #MainContent .product__info-container .custom-liquid-block > .product-highlights,
body:has(.product) #MainContent .product__info-container .custom-liquid-block .product-highlights {
  box-sizing: border-box !important;
  padding: 13px 18px 13px 34px !important;
  padding-left: 34px !important;
  padding-inline-start: 34px !important;
}

body:has(.product) #MainContent .product__info-container .custom-liquid-block .highlight-item,
body:has(.product) #MainContent .product__info-container .custom-liquid-block .product-flow {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 749px) {
  body:has(.product) #MainContent .product__info-container .custom-liquid-block > .product-highlights,
  body:has(.product) #MainContent .product__info-container .custom-liquid-block .product-highlights {
    padding: 12px 16px 12px 28px !important;
    padding-left: 28px !important;
    padding-inline-start: 28px !important;
  }
}

/* YPP PRODUCT PRICE - keep taxes attached to price */
body:has(.product) #MainContent .product__info-container > [id^="price-"],
body:has(.product) #MainContent .product__info-wrapper [id^="price-"] {
  display: inline-flex !important;
  align-items: baseline !important;
  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;
  margin: 25px 0 0 !important;
  padding: 0 !important;
  vertical-align: baseline !important;
}

body:has(.product) #MainContent .product__info-container > [id^="price-"] .price,
body:has(.product) #MainContent .product__info-wrapper [id^="price-"] .price,
body:has(.product) #MainContent .product__info-container > [id^="price-"] .price__container,
body:has(.product) #MainContent .product__info-wrapper [id^="price-"] .price__container {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  width: auto !important;
  max-width: max-content !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

body:has(.product) #MainContent .product__info-container > [id^="price-"] .price-item,
body:has(.product) #MainContent .product__info-wrapper [id^="price-"] .price-item {
  margin: 0 !important;
  white-space: nowrap !important;
}

body:has(.product) #MainContent .product__info-container > .product__tax,
body:has(.product) #MainContent .product__info-wrapper .product__tax {
  display: inline-flex !important;
  align-items: baseline !important;
  width: auto !important;
  max-width: max-content !important;
  margin: 25px 0 0 8px !important;
  padding: 0 !important;
  vertical-align: baseline !important;
  white-space: nowrap !important;
  text-align: left !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

body:has(.product) #MainContent .product__info-container > .product__tax + div {
  display: block !important;
  width: 100% !important;
  clear: both !important;
}

@media screen and (max-width: 749px) {
  body:has(.product) #MainContent .product__info-container > [id^="price-"],
  body:has(.product) #MainContent .product__info-container > .product__tax {
    margin-top: 8px !important;
  }

  body:has(.product) #MainContent .product__info-container > .product__tax {
    margin-left: 7px !important;
  }
}

/* YPP COLLECTION SEO COPY */
.ypp-collection-seo-copy {
  margin-top: 52px;
  margin-bottom: 8px;
  padding: 28px 22px;
  text-align: center;
  border-top: 1px solid rgba(243, 164, 190, 0.42);
  border-bottom: 1px solid rgba(243, 164, 190, 0.28);
}

.ypp-collection-seo-copy h2 {
  margin: 0 auto 10px;
  max-width: 760px;
  color: rgb(var(--color-foreground));
  font-family: var(--font-heading-family);
  font-size: clamp(2rem, 2.2vw, 2.8rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
}

.ypp-collection-seo-copy p {
  margin: 0 auto;
  max-width: 780px;
  color: rgba(var(--color-foreground), 0.72);
  font-size: 1.38rem;
  line-height: 1.65;
}

@media screen and (max-width: 749px) {
  .ypp-collection-seo-copy {
    margin-top: 34px;
    padding: 22px 16px;
  }

  .ypp-collection-seo-copy h2 {
    font-size: 2rem;
  }

  .ypp-collection-seo-copy p {
    font-size: 1.28rem;
    line-height: 1.55;
  }
}


/* YPP Seasonal collection buttons */
.ypp-seasonal-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto 18px;
}

.ypp-seasonal-links a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  background: #f7dce5;
  border: 1px solid rgba(232, 178, 197, 0.34);
  color: #2f252a;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ypp-seasonal-links a:hover,
.ypp-seasonal-links a:focus-visible {
  background: #f3cedb;
  border-color: rgba(216, 139, 166, 0.58);
  color: #2f252a;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.045);
}

@media screen and (max-width: 749px) {
  .ypp-seasonal-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ypp-seasonal-links a {
    min-height: 44px;
    padding: 9px 6px;
    font-size: 1.2rem;
    line-height: 1.15;
  }
}

/* YPP Bridal collection quick links */
.ypp-collection-quick-links {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media screen and (max-width: 749px) {
  .ypp-collection-quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ypp-collection-quick-links a:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

/* YPP custom collection quick links - match AI collection category buttons */
body:has(#ProductGridContainer) #MainContent .ypp-seasonal-links {
  width: 95% !important;
  max-width: var(--page-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 18px !important;
  gap: 8px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:has(#ProductGridContainer) #MainContent .ypp-seasonal-links a {
  min-height: 54px !important;
  height: auto !important;
  box-sizing: border-box !important;
  padding: 12px 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f7dce5 !important;
  border: 1px solid rgba(232, 178, 197, 0.28) !important;
  box-shadow: none !important;
  color: #2f252a !important;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: none !important;
}

body:has(#ProductGridContainer) #MainContent .ypp-seasonal-links a:hover,
body:has(#ProductGridContainer) #MainContent .ypp-seasonal-links a:focus-visible {
  background: #f3cedb !important;
  border-color: rgba(216, 139, 166, 0.58) !important;
  color: #b96886 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.045) !important;
}

@media screen and (max-width: 749px) {
  body:has(#ProductGridContainer) #MainContent .ypp-seasonal-links {
    width: 95% !important;
    gap: 8px !important;
    margin-bottom: 14px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body:has(#ProductGridContainer) #MainContent .ypp-seasonal-links a {
    min-height: 42px !important;
    padding: 8px 6px !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
  }
}


/* YPP MOBILE HOME TRUST TO OCCASION SPACING */
@media screen and (max-width: 749px) {
  body.template-index #MainContent .shopify-section:has(.homepage-proof-strip) {
    margin-bottom: 2px !important;
    padding-bottom: 0 !important;
  }

  body.template-index #MainContent .homepage-proof-strip {
    margin-bottom: 0 !important;
  }

  body.template-index #MainContent .shopify-section:has(.homepage-proof-strip) + .shopify-section,
  body.template-index #MainContent .shopify-section:has(.homepage-proof-strip) + .shopify-section + .shopify-section:has(.multicolumn),
  body.template-index #MainContent .shopify-section:has(.homepage-proof-strip) + .shopify-section + .shopify-section:has([id*="ai-rich-text"]) {
    margin-top: 4px !important;
    padding-top: 0 !important;
  }
}

/* YPP MOBILE DRAWER SEARCH FIELD */
@media screen and (max-width: 749px) {
  html body .menu-drawer .ypp-menu-drawer-search {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 1.2rem 1.6rem 1.4rem !important;
    margin: 0 !important;
    background: #fff8fb !important;
    border-bottom: 1px solid rgba(236, 166, 193, 0.28) !important;
  }

  html body .menu-drawer .ypp-menu-drawer-search__field {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 4.2rem !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(239, 182, 202, 0.82) !important;
    background: #fff !important;
    border-radius: 6px !important;
    overflow: hidden !important;
  }

  html body .menu-drawer .ypp-menu-drawer-search__input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 100% !important;
    padding: 0 1.2rem !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: rgba(var(--color-foreground), 0.86) !important;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 1.45rem !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    appearance: none !important;
  }

  html body .menu-drawer .ypp-menu-drawer-search__input::placeholder {
    color: rgba(var(--color-foreground), 0.48) !important;
    opacity: 1 !important;
  }

  html body .menu-drawer .ypp-menu-drawer-search__button {
    flex: 0 0 4.4rem !important;
    width: 4.4rem !important;
    height: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-left: 1px solid rgba(239, 182, 202, 0.58) !important;
    background: #f7dbe5 !important;
    color: #2f252a !important;
    cursor: pointer !important;
  }

  html body .menu-drawer .ypp-menu-drawer-search__button svg {
    width: 1.8rem !important;
    height: 1.8rem !important;
    display: block !important;
  }
}
/* END YPP MOBILE DRAWER SEARCH FIELD */

/* YPP MOBILE HEADER SEARCH ICON HIDE */
@media screen and (max-width: 749px) {
  html body .header .header__search,
  html body .header .header__icon--search,
  html body header .header__search,
  html body header .header__icon--search {
    display: none !important;
    visibility: hidden !important;
  }
}
/* END YPP MOBILE HEADER SEARCH ICON HIDE */
/* YPP PREMIUM COOKIE CONSENT - compact, less intrusive */
#shopify-pc__banner.shopify-pc__banner__dialog {
  position: fixed !important;
  left: 2.4rem !important;
  right: auto !important;
  bottom: 2.4rem !important;
  top: auto !important;
  transform: none !important;
  width: min(46rem, calc(100vw - 4.8rem)) !important;
  max-width: 46rem !important;
  min-width: 0 !important;
  padding: 0 !important;
  background: rgba(255, 250, 252, 0.98) !important;
  border: 1px solid rgba(239, 182, 202, 0.58) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 45px rgba(69, 45, 55, 0.14) !important;
  overflow: hidden !important;
  z-index: 2147483646 !important;
}

#shopify-pc__banner .shopify-pc__banner__wrapper {
  width: 100% !important;
  padding: 1.7rem 1.8rem 1.8rem !important;
}

#shopify-pc__banner #shopify-pc__banner__body-title {
  margin: 0 0 0.8rem !important;
  color: #2f252a !important;
  font-family: var(--font-heading-family) !important;
  font-size: 1.9rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}

#shopify-pc__banner .shopify-pc__banner__body {
  margin: 0 !important;
}

#shopify-pc__banner .shopify-pc__banner__body p,
#shopify-pc__banner .shopify-pc__banner__body div {
  color: rgba(47, 37, 42, 0.74) !important;
  font-size: 1.2rem !important;
  line-height: 1.52 !important;
}

#shopify-pc__banner .shopify-pc__banner__btns {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.8rem !important;
  margin-top: 1.4rem !important;
}

#shopify-pc__banner button,
#shopify-pc__banner .shopify-pc__banner__btn-manage-prefs,
#shopify-pc__banner .shopify-pc__banner__btn-accept,
#shopify-pc__banner .shopify-pc__banner__btn-decline {
  min-height: 3.8rem !important;
  padding: 0.9rem 1.1rem !important;
  border: 1px solid rgba(239, 182, 202, 0.75) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
}

#shopify-pc__banner #shopify-pc__banner__btn-manage-prefs {
  grid-column: 1 / -1 !important;
  background: transparent !important;
  color: rgba(47, 37, 42, 0.72) !important;
}

#shopify-pc__banner #shopify-pc__banner__btn-accept {
  background: #f4b7ce !important;
  border-color: #eda4c0 !important;
  color: #2f252a !important;
}

#shopify-pc__banner #shopify-pc__banner__btn-decline {
  background: #ffffff !important;
  color: rgba(47, 37, 42, 0.78) !important;
}

#shopify-pc__banner button:hover,
#shopify-pc__banner .shopify-pc__banner__btn-manage-prefs:hover,
#shopify-pc__banner .shopify-pc__banner__btn-accept:hover,
#shopify-pc__banner .shopify-pc__banner__btn-decline:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 20px rgba(69, 45, 55, 0.08) !important;
}

@media screen and (max-width: 749px) {
  #shopify-pc__banner.shopify-pc__banner__dialog {
    left: 1.2rem !important;
    right: 1.2rem !important;
    bottom: 1.2rem !important;
    width: auto !important;
    max-width: none !important;
    border-radius: 7px !important;
  }

  #shopify-pc__banner .shopify-pc__banner__wrapper {
    padding: 1.4rem !important;
  }

  #shopify-pc__banner #shopify-pc__banner__body-title {
    font-size: 1.7rem !important;
  }

  #shopify-pc__banner .shopify-pc__banner__body p,
  #shopify-pc__banner .shopify-pc__banner__body div {
    font-size: 1.1rem !important;
  }
}

/* YPP PREMIUM FOOTER - softer, cleaner conversion close */
footer.footer {
  margin-top: 6rem !important;
  padding-top: 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #fff9fb 52%, #ffffff 100%) !important;
  border-top: 1px solid rgba(239, 182, 202, 0.38) !important;
}

footer.footer::before {
  content: "Instant download | Edit in Canva | Print or send digitally";
  display: block;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 2rem 1.5rem 0;
  color: #e38aa9;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

footer.footer .footer__content-bottom {
  border-top: 0 !important;
  padding-top: 2.6rem !important;
  padding-bottom: 3rem !important;
}

footer.footer .footer__content-bottom-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 2.4rem !important;
}

footer.footer .footer__column {
  width: auto !important;
  flex: 1 1 0 !important;
}

footer.footer .footer__column--info {
  align-items: flex-end !important;
  text-align: right !important;
}

footer.footer .footer__localization {
  align-items: flex-start !important;
}

footer.footer .localization-form__select {
  min-height: 4.2rem !important;
  border-color: rgba(239, 182, 202, 0.56) !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(69, 45, 55, 0.04) !important;
}

footer.footer .footer__payment {
  margin-top: 0 !important;
  justify-content: flex-end !important;
  opacity: 0.92 !important;
}

footer.footer .list-payment {
  gap: 0.55rem !important;
  justify-content: flex-end !important;
}

footer.footer .list-payment__item {
  padding: 0 !important;
}

footer.footer .footer__copyright {
  width: 100% !important;
  margin: 1.8rem auto 0 !important;
  text-align: center !important;
}

footer.footer .footer__copyright .copyright__content,
footer.footer .footer__copyright a,
footer.footer .policies li,
footer.footer .policies a {
  color: rgba(47, 37, 42, 0.56) !important;
  font-size: 1.08rem !important;
  letter-spacing: 0.01em !important;
}

footer.footer .policies {
  justify-content: center !important;
}

@media screen and (max-width: 749px) {
  footer.footer {
    margin-top: 4.4rem !important;
  }

  footer.footer::before {
    padding: 1.6rem 2rem 0 !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.11em !important;
  }

  footer.footer .footer__content-bottom {
    padding-top: 2rem !important;
    padding-bottom: 2.6rem !important;
  }

  footer.footer .footer__content-bottom-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1.6rem !important;
    text-align: center !important;
  }

  footer.footer .footer__column,
  footer.footer .footer__column--info,
  footer.footer .footer__localization {
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
  }

  footer.footer .footer__payment,
  footer.footer .list-payment {
    justify-content: center !important;
  }

  footer.footer .footer__copyright {
    margin-top: 1.4rem !important;
  }
}
/* YPP PREMIUM ETSY REVIEW WIDGET */
.trustify-etsy-review {
  max-width: min(var(--page-width), calc(100vw - 6rem)) !important;
  margin: 5.2rem auto 5.8rem !important;
  padding: 3.4rem 3.2rem 3.8rem !important;
  background: linear-gradient(180deg, #fffafd 0%, #fff5f9 100%) !important;
  border: 1px solid rgba(239, 182, 202, 0.46) !important;
  box-shadow: 0 18px 45px rgba(69, 45, 55, 0.06) !important;
}

.trustify-etsy-review::before {
  content: "Loved by thousands of happy customers";
  display: block;
  margin: 0 auto 2rem;
  color: #e38aa9;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.trustify-etsy-review .trgg-app,
.trustify-etsy-review .trgg-container {
  width: 100% !important;
}

.trustify-etsy-review .trgg-google-review__place-name {
  color: #2f252a !important;
  font-family: var(--font-heading-family) !important;
  font-size: 2.35rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.trustify-etsy-review a.trgg-google-review__place-name:hover {
  color: #c96f91 !important;
}

.trustify-etsy-review .trgg-google-review__place-info,
.trustify-etsy-review .trgg-google-review__place-rating,
.trustify-etsy-review .trgg-google-review__place-total-review,
.trustify-etsy-review .trgg-google-review__place-total-sales {
  color: rgba(47, 37, 42, 0.72) !important;
  font-size: 1.2rem !important;
  line-height: 1.45 !important;
}

.trustify-etsy-review .trgg-google-review-carousel-layout-one {
  margin-top: 1.2rem !important;
}

.trustify-etsy-review .splide__track {
  padding-top: 1.6rem !important;
  padding-bottom: 1.8rem !important;
}

.trustify-etsy-review .trgg-google-review-card {
  min-height: 15.8rem !important;
  padding: 1.8rem !important;
  background: #ffffff !important;
  border: 1px solid rgba(239, 182, 202, 0.42) !important;
  border-radius: 6px !important;
  box-shadow: 0 12px 30px rgba(69, 45, 55, 0.07) !important;
  color: #2f252a !important;
}

.trustify-etsy-review .trgg-google-review-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 36px rgba(69, 45, 55, 0.1) !important;
}

.trustify-etsy-review .trgg-google-review-content,
.trustify-etsy-review .trgg-google-review__content {
  color: rgba(47, 37, 42, 0.82) !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}

.trustify-etsy-review .trgg-google-review__more {
  color: #c96f91 !important;
  font-weight: 700 !important;
}

.trustify-etsy-review .trgg-google-review-card [class*="author"],
.trustify-etsy-review .trgg-google-review-card [class*="name"],
.trustify-etsy-review .trgg-google-review-card [class*="date"],
.trustify-etsy-review .trgg-google-review-card .trgg-line-height-1 {
  color: rgba(47, 37, 42, 0.62) !important;
  font-size: 1.12rem !important;
}

.trustify-etsy-review .splide__arrow {
  width: 3.4rem !important;
  height: 3.4rem !important;
  background: #ffffff !important;
  border: 1px solid rgba(239, 182, 202, 0.58) !important;
  box-shadow: 0 10px 24px rgba(69, 45, 55, 0.08) !important;
  opacity: 1 !important;
}

.trustify-etsy-review .splide__arrow svg {
  fill: #c96f91 !important;
}

.trustify-etsy-review .splide__pagination__page {
  background: rgba(227, 138, 169, 0.34) !important;
}

.trustify-etsy-review .splide__pagination__page.is-active {
  background: #e38aa9 !important;
}

.trustify-etsy-review img[src=""],
.trustify-etsy-review img:not([src]) {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .trustify-etsy-review {
    max-width: calc(100vw - 2.8rem) !important;
    margin: 3.8rem auto 4.4rem !important;
    padding: 2.4rem 1.4rem 2.6rem !important;
  }

  .trustify-etsy-review::before {
    margin-bottom: 1.5rem !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.11em !important;
  }

  .trustify-etsy-review .trgg-google-review__place-name {
    font-size: 2rem !important;
  }

  .trustify-etsy-review .trgg-google-review-card {
    min-height: 14.8rem !important;
    padding: 1.5rem !important;
  }
}


/* YPP DESKTOP HEADER NAV - keep menu premium on one line */
@media screen and (min-width: 990px) and (max-width: 1340px) {
  .header__inline-menu > .list-menu--inline {
    gap: 0 !important;
    flex-wrap: nowrap !important;
  }

  .header__inline-menu .header__menu-item,
  .header__inline-menu summary.header__menu-item {
    white-space: nowrap !important;
  }

  .header__inline-menu .header__menu-item:not(summary) {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }

  .header__inline-menu summary.header__menu-item {
    position: relative !important;
    padding-left: 0.8rem !important;
    padding-right: 2.2rem !important;
  }

  .header__inline-menu summary.header__menu-item .icon-caret {
    right: 0.65rem !important;
    width: 0.8rem !important;
    height: 0.8rem !important;
  }

  .header__inline-menu .header__menu-item,
  .header__inline-menu .header__menu-item span,
  .header__inline-menu summary.header__menu-item,
  .header__inline-menu summary.header__menu-item span {
    font-size: 1.32rem !important;
    letter-spacing: 0.015em !important;
  }
}

@media screen and (min-width: 1341px) {
  .header__inline-menu > .list-menu--inline {
    flex-wrap: nowrap !important;
  }

  .header__inline-menu .header__menu-item,
  .header__inline-menu summary.header__menu-item {
    white-space: nowrap !important;
  }

  .header__inline-menu summary.header__menu-item {
    padding-right: 2.5rem !important;
  }
}
/* YPP ETSY REVIEW WIDGET - remove broken source icons in cards */
.trustify-etsy-review .trgg-google-review-card img[alt="Etsy icon"],
.trustify-etsy-review .trgg-google-review-card img[alt="Etsy"],
.trustify-etsy-review .trgg-google-review-card [class*="icon"] img,
.trustify-etsy-review .trgg-google-review-card [class*="source"] img,
.trustify-etsy-review .trgg-google-review-card [class*="platform"] img {
  display: none !important;
}


/* YPP DESKTOP HEADER NAV - arrow collision fix */
@media screen and (min-width: 990px) {
  .header__inline-menu summary.header__menu-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.42rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    white-space: nowrap !important;
  }

  .header__inline-menu summary.header__menu-item > span {
    display: inline-block !important;
    flex: 0 1 auto !important;
    white-space: nowrap !important;
  }

  .header__inline-menu summary.header__menu-item .icon-caret {
    position: static !important;
    right: auto !important;
    margin-left: 0 !important;
    flex: 0 0 auto !important;
    width: 0.78rem !important;
    height: 0.78rem !important;
  }

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

@media screen and (min-width: 990px) and (max-width: 1340px) {
  .header__inline-menu .header__menu-item:not(summary) {
    padding-left: 0.72rem !important;
    padding-right: 0.72rem !important;
  }

  .header__inline-menu .header__menu-item,
  .header__inline-menu .header__menu-item span,
  .header__inline-menu summary.header__menu-item,
  .header__inline-menu summary.header__menu-item span {
    font-size: 1.28rem !important;
    letter-spacing: 0.01em !important;
  }
}

/* YPP PRODUCT DESCRIPTION - soft preview polish */
.product__info-container .product-description-split__collapsible {
  margin-top: 0.35rem !important;
}

.product__info-container .product-description-split__preview {
  max-height: 7.25em !important;
  overflow: hidden !important;
  opacity: 1 !important;
  color: rgba(var(--color-foreground), 0.54) !important;
  transition: max-height 0.25s ease, color 0.2s ease !important;
}

.product__info-container .product-description-split__preview::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 3.2em !important;
  pointer-events: none !important;
  background: linear-gradient(to bottom, rgba(var(--color-background), 0), rgb(var(--color-background)) 88%) !important;
}

.product__info-container .product-description-split__more {
  opacity: 1 !important;
}

.product__info-container .product-description-split__more p,
.product__info-container .product-description-split__more ul,
.product__info-container .product-description-split__more ol {
  margin-top: 0.3rem !important;
  margin-bottom: 0.45rem !important;
}

.product__info-container .product-description-split__more ul,
.product__info-container .product-description-split__more ol {
  padding-left: 1.35rem !important;
}

.product__info-container .product-description-split__more li {
  margin-bottom: 0.22rem !important;
}

.product__info-container .product-description-split__summary {
  margin-top: 0.35rem !important;
  color: rgba(var(--color-foreground), 0.78) !important;
}

.product__info-container .product-description-split__toggle:checked + .product-description-split__preview {
  max-height: 90rem !important;
  color: rgba(var(--color-foreground), 0.76) !important;
}

.product__info-container .product-description-split__toggle:checked + .product-description-split__preview::after {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .product__info-container .product-description-split__preview {
    max-height: 6.85em !important;
  }
}


/* YPP REVIEW WIDGET - compact height polish */
.trustify-etsy-review {
  margin-top: 4.2rem !important;
  margin-bottom: 4.4rem !important;
  padding-top: 2.35rem !important;
  padding-bottom: 2.55rem !important;
}

.trustify-etsy-review::before {
  margin-bottom: 1.25rem !important;
}

.trustify-etsy-review .trgg-google-review__place-name {
  font-size: 2.12rem !important;
  line-height: 1.12 !important;
}

.trustify-etsy-review .trgg-google-review__place-info,
.trustify-etsy-review .trgg-google-review__place-rating,
.trustify-etsy-review .trgg-google-review__place-total-review,
.trustify-etsy-review .trgg-google-review__place-total-sales {
  font-size: 1.12rem !important;
  line-height: 1.3 !important;
}

.trustify-etsy-review .trgg-google-review-carousel-layout-one {
  margin-top: 0.55rem !important;
}

.trustify-etsy-review .splide__track {
  padding-top: 0.75rem !important;
  padding-bottom: 0.85rem !important;
}

.trustify-etsy-review .trgg-google-review-card {
  min-height: 12.6rem !important;
  padding: 1.25rem 1.35rem !important;
}

.trustify-etsy-review .trgg-google-review-content,
.trustify-etsy-review .trgg-google-review__content {
  font-size: 1.14rem !important;
  line-height: 1.4 !important;
}

.trustify-etsy-review .trgg-google-review-card [class*="author"],
.trustify-etsy-review .trgg-google-review-card [class*="name"],
.trustify-etsy-review .trgg-google-review-card [class*="date"],
.trustify-etsy-review .trgg-google-review-card .trgg-line-height-1 {
  font-size: 1.03rem !important;
  line-height: 1.25 !important;
}

@media screen and (max-width: 749px) {
  .trustify-etsy-review {
    margin-top: 2.8rem !important;
    margin-bottom: 3.2rem !important;
    padding-top: 1.65rem !important;
    padding-bottom: 1.85rem !important;
  }

  .trustify-etsy-review::before {
    margin-bottom: 0.9rem !important;
  }

  .trustify-etsy-review .trgg-google-review__place-name {
    font-size: 1.82rem !important;
  }

  .trustify-etsy-review .splide__track {
    padding-top: 0.55rem !important;
    padding-bottom: 0.65rem !important;
  }

  .trustify-etsy-review .trgg-google-review-card {
    min-height: 12rem !important;
    padding: 1.1rem 1.15rem !important;
  }
}
