/* Storefront refinement: shared navigation, spotlight, collection flow, and order requests. */

body.has-open-surface {
  overflow: hidden;
}

.site-header.storefront-header {
  background: linear-gradient(100deg, #34ef79 0%, #6bea99 52%, #48e987 100%);
  border-bottom: 2px solid var(--ink);
  box-shadow: 0 8px 24px rgba(20, 8, 13, 0.08);
  padding: 0.7rem 0;
  position: sticky;
  top: 0;
  z-index: 50;
}

.storefront-header .container {
  width: min(1400px, calc(100% - 2rem));
}

.storefront-header__bar {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
  min-height: 3.75rem;
  position: relative;
}

.storefront-brand {
  color: #ffc6e4;
  font-family: var(--font-brand);
  font-size: clamp(2.4rem, 4vw, 3.65rem);
  justify-self: center;
  letter-spacing: 0.025em;
  line-height: 0.85;
  padding: 0.25rem 0.65rem 0;
  text-shadow:
    1px 0 0 var(--ink),
    -1px 0 0 var(--ink),
    0 1px 0 var(--ink),
    0 -1px 0 var(--ink),
    0 3px 0 rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.storefront-brand::after {
  color: var(--cream);
  content: " *";
  font-family: var(--font-display);
  font-size: 0.42em;
  vertical-align: top;
}

.storefront-brand:hover,
.storefront-brand:focus-visible {
  color: #ffe1f1;
}

.storefront-brand:focus-visible,
.storefront-control:focus-visible,
.icon-button:focus-visible,
.browse-group a:focus-visible,
.browse-quick-link:focus-visible,
.search-result:focus-visible,
.spotlight-arrow:focus-visible,
.spotlight-dots button:focus-visible,
.option-choice input:focus-visible + .option-choice__control,
.quantity-stepper button:focus-visible,
.quantity-stepper input:focus-visible,
.product-order__add:focus-visible,
.product-order__ask:focus-visible,
.product-gallery__main:focus-visible,
.product-thumbnail:focus-visible,
.request-cart a:focus-visible,
.request-cart button:focus-visible,
.request-cart input:focus-visible {
  outline: 3px solid var(--line);
  outline-offset: 3px;
}

.storefront-header__actions {
  display: flex;
  gap: 0.7rem;
  justify-self: end;
}

.storefront-control--browse {
  justify-self: start;
}

.storefront-control {
  align-items: center;
  background: #fff7fb;
  border: 2px solid var(--ink);
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 0 rgba(255, 13, 140, 0.42);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.035em;
  min-height: 3.1rem;
  padding: 0.45rem 1.05rem;
  transition:
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.storefront-control:hover,
.storefront-control[aria-expanded="true"] {
  background: #ffd4e8;
  box-shadow: 0 2px 0 rgba(255, 13, 140, 0.42);
  transform: translateY(2px);
}

.storefront-control > svg {
  height: 1.35rem;
  width: 1.35rem;
}

.storefront-control__caret {
  height: 1rem !important;
  transition: transform 160ms ease;
  width: 1rem !important;
}

.storefront-control[aria-expanded="true"] .storefront-control__caret {
  transform: rotate(180deg);
}

.storefront-control--icon {
  min-width: 3.1rem;
}

.storefront-control--cart {
  padding-right: 0.55rem;
}

.cart-count {
  align-items: center;
  background: var(--pink-700);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-size: 0.78rem;
  height: 1.55rem;
  justify-content: center;
  line-height: 1;
  min-width: 1.55rem;
  padding: 0.2rem;
}

.browse-panel,
.search-panel {
  background: #fff9ef;
  border: 2px solid var(--ink);
  border-radius: 0 0 1.5rem 1.5rem;
  box-shadow: 0 26px 52px rgba(20, 8, 13, 0.23);
  left: 50%;
  max-height: calc(100vh - 6rem);
  overflow: auto;
  position: absolute;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  width: min(58rem, calc(100% - 2rem));
  z-index: 56;
}

.browse-panel__heading {
  align-items: center;
  border-bottom: 1px solid rgba(20, 8, 13, 0.22);
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.2rem;
}

.browse-panel__heading p {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0;
  text-transform: uppercase;
}

.icon-button {
  align-items: center;
  background: white;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 2.6rem;
  height: 2.6rem;
  justify-content: center;
  padding: 0;
  width: 2.6rem;
}

.icon-button svg {
  height: 1.35rem;
  width: 1.35rem;
}

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

.browse-group {
  border-bottom: 1px solid rgba(20, 8, 13, 0.16);
  padding: 1.15rem 1.2rem;
}

.browse-group:nth-child(odd) {
  border-right: 1px solid rgba(20, 8, 13, 0.16);
}

.browse-group__title {
  color: var(--pink-700);
  font-family: var(--font-brand);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0.65rem;
}

.browse-group__list {
  display: grid;
  gap: 0.1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.browse-group__list a,
.browse-quick-link {
  align-items: center;
  border-radius: 0.65rem;
  display: flex;
  font-size: 1.03rem;
  font-weight: 700;
  gap: 0.35rem;
  justify-content: space-between;
  min-height: 2.6rem;
  padding: 0.45rem 0.55rem;
}

.browse-group__list a:hover,
.browse-quick-link:hover {
  background: #ffd4e8;
}

.browse-group__list svg,
.browse-quick-link svg {
  flex: 0 0 1rem;
  height: 1rem;
  width: 1rem;
}

.browse-quick {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 1rem 1.2rem 1.25rem;
}

.browse-quick-link {
  border: 1px solid rgba(20, 8, 13, 0.22);
}

.search-panel {
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 1.15rem;
  width: min(64rem, calc(100% - 2rem));
}

.search-panel__form {
  align-items: center;
  background: white;
  border: 2px solid var(--ink);
  border-radius: var(--radius-pill);
  display: grid;
  gap: 0.7rem;
  grid-template-columns: auto 1fr auto;
  padding: 0.35rem 0.4rem 0.35rem 1rem;
}

.search-panel__form > svg {
  height: 1.4rem;
  width: 1.4rem;
}

.search-panel__form input {
  background: transparent;
  border: 0;
  color: var(--ink);
  font-size: 1.15rem;
  min-height: 2.75rem;
  min-width: 0;
  outline: 0;
  width: 100%;
}

.search-results {
  padding-top: 1rem;
}

.search-results__label {
  color: var(--pink-900);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 0.55rem;
  text-transform: uppercase;
}

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

.search-result {
  align-items: center;
  background: white;
  border: 1px solid rgba(20, 8, 13, 0.22);
  border-radius: 0.9rem;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 4rem 1fr auto;
  min-width: 0;
  padding: 0.55rem;
}

.search-result:hover {
  background: #fff0f7;
  border-color: var(--pink-700);
}

.search-result__media {
  background: #d9f5df;
  border-radius: 0.65rem;
  display: block;
  height: 4rem;
  overflow: hidden;
  width: 4rem;
}

.search-result__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.search-result > span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.search-result__type {
  color: var(--pink-900);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.search-result strong {
  font-size: 1.05rem;
  line-height: 1.05;
}

.search-result small {
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.1;
}

.search-result > svg {
  height: 1.1rem;
  width: 1.1rem;
}

.search-empty {
  background: white;
  border: 1px solid rgba(20, 8, 13, 0.2);
  border-radius: 1rem;
  padding: 1rem;
}

.search-empty p {
  margin: 0;
}

.search-empty a {
  color: var(--pink-900);
  display: inline-block;
  font-weight: 700;
  margin-top: 0.35rem;
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
}

.site-overlay {
  background: rgba(20, 8, 13, 0.48);
  border: 0;
  cursor: default;
  inset: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 45;
}

.request-cart {
  background: #fff9ef;
  border-left: 2px solid var(--ink);
  bottom: 0;
  box-shadow: -24px 0 50px rgba(20, 8, 13, 0.24);
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-width: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 29rem;
  z-index: 70;
}

.request-cart__header {
  align-items: center;
  background: #6bea99;
  border-bottom: 2px solid var(--ink);
  display: flex;
  justify-content: space-between;
  padding: 1.1rem;
}

.request-cart__kicker {
  color: var(--pink-900);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.request-cart__header h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  margin: 0.15rem 0 0;
  text-transform: uppercase;
}

.request-cart__items {
  overflow-y: auto;
  padding: 1rem;
}

.request-cart__empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 2rem 1rem;
  text-align: center;
}

.request-cart__empty svg {
  color: var(--pink-700);
  height: 4rem;
  width: 4rem;
}

.request-cart__empty h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  margin: 0.75rem 0 0.35rem;
  text-transform: uppercase;
}

.request-cart__empty p {
  color: var(--ink-soft);
  line-height: 1.35;
  margin: 0;
}

.request-cart__empty a {
  color: var(--pink-900);
  font-weight: 700;
  margin-top: 0.85rem;
  text-decoration: underline;
}

.request-cart-item {
  border-bottom: 1px solid rgba(20, 8, 13, 0.18);
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 5.5rem 1fr;
  max-height: 12rem;
  overflow: hidden;
  padding: 0.85rem 0;
}

.request-cart-item:first-child {
  padding-top: 0;
}

.request-cart-item__media {
  align-self: center;
  background: #d9f5df;
  border: 1px solid rgba(20, 8, 13, 0.2);
  border-radius: 0.8rem;
  display: block;
  height: 6.4rem;
  overflow: hidden;
  width: 5.5rem;
}

.request-cart-item__media > img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.request-cart-item__media--custom > img {
  transform: translateY(-24%);
}

.request-cart-item__copy h3 {
  font-size: 1.1rem;
  line-height: 1.08;
  margin: 0;
}

.request-cart-item__copy > p {
  color: var(--ink-soft);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 0.3rem;
  margin: 0.3rem 0 0;
}

.request-cart-item__copy > p span:not(:last-child)::after {
  content: " ·";
}

.request-cart-item__actions {
  align-items: center;
  display: flex;
  gap: 0.7rem;
  margin-top: 0.55rem;
}

.request-cart-item__actions input {
  background: white;
  border: 1.5px solid var(--ink);
  border-radius: 0.45rem;
  min-height: 2.2rem;
  padding: 0.2rem 0.35rem;
  width: 3.4rem;
}

.request-cart-item__actions button {
  background: transparent;
  border: 0;
  color: var(--pink-900);
  cursor: pointer;
  font-weight: 700;
  padding: 0.3rem 0;
  text-decoration: underline;
}

.request-cart__footer {
  background: #ffd4e8;
  border-top: 2px solid var(--ink);
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
}

.request-cart__pricing {
  display: grid;
  margin-bottom: 0.2rem;
}

.request-cart__pricing strong {
  font-size: 1.15rem;
}

.request-cart__pricing span {
  color: var(--ink-soft);
  line-height: 1.15;
}

.request-cart__email,
.request-cart__shopify,
.request-cart__continue {
  align-items: center;
  border-radius: var(--radius-pill);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  min-height: 3rem;
  padding: 0.55rem 1rem;
  text-align: center;
}

.request-cart__email {
  background: var(--ink);
  border: 2px solid var(--ink);
  color: white;
}

.request-cart__shopify {
  background: white;
  border: 2px solid var(--pink-700);
}

.request-cart__continue {
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  text-decoration: underline;
}

/* Weekly Spotlight */

body[data-page="home"] .page-main > .section:first-child {
  padding-top: clamp(2.4rem, 5vw, 4.75rem);
}

.hero-copy.spotlight-showcase {
  max-width: none;
  width: min(1320px, calc(100% - 3rem));
}

.page-title--spotlight {
  -webkit-text-stroke: 1px rgba(255, 0, 149, 0.92);
  font-size: clamp(3.6rem, 7.2vw, 7.1rem);
  letter-spacing: 0.015em;
  margin-bottom: clamp(1.4rem, 2.5vw, 2.2rem);
  text-transform: none;
}

.spotlight-carousel {
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0 0.5rem;
  position: relative;
  width: 100%;
}

.spotlight-viewport {
  overflow: hidden;
  padding: 0.25rem;
  width: 100%;
}

.spotlight-track {
  column-gap: 1.1rem;
  display: flex;
  transition: transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.spotlight-card {
  align-items: stretch;
  aspect-ratio: auto;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: #fffdf8;
  border: 2px solid var(--ink);
  border-radius: 1.55rem;
  box-shadow: 0 12px 0 rgba(255, 13, 140, 0.2);
  display: flex;
  flex: 0 0 calc((100% - 2.2rem) / 3);
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  transform: none;
}

.spotlight-card::before {
  content: none;
}

.spotlight-card:hover,
.spotlight-card:focus-visible {
  box-shadow: 0 16px 0 rgba(255, 13, 140, 0.28);
  transform: translateY(-4px);
}

.spotlight-card__media {
  background: #d9f5df;
  border-radius: 0;
  display: block;
  height: clamp(21rem, 32vw, 31rem);
  overflow: hidden;
  width: 100%;
}

.spotlight-card__media img {
  filter: none;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  transition: transform 450ms ease;
  width: 100%;
}

.spotlight-card:hover .spotlight-card__media img,
.spotlight-card:focus-visible .spotlight-card__media img {
  transform: scale(1.025);
}

.spotlight-card__body {
  display: grid;
  gap: 0.55rem;
  min-height: 10.5rem;
  padding: 1rem 1.05rem 1.1rem;
}

.spotlight-card__meta {
  color: var(--pink-900);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spotlight-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.spotlight-card__footer {
  align-items: center;
  align-self: end;
  display: flex;
  gap: 0.6rem;
  justify-content: space-between;
  width: 100%;
}

.spotlight-card__price {
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 700;
}

.spotlight-card__action {
  background: #ffd4e8;
  border: 1.5px solid var(--pink-700);
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  text-transform: uppercase;
}

.spotlight-arrow {
  align-items: center;
  background: #ff9bc8;
  border: 2px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 4px 0 rgba(20, 8, 13, 0.2);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  height: 3.25rem;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  transition:
    background-color 160ms ease,
    opacity 160ms ease,
    transform 160ms ease;
  width: 3.25rem;
  z-index: 3;
}

.spotlight-arrow:hover {
  background: #ffd4e8;
  transform: translateY(-50%) scale(1.05);
}

.spotlight-arrow:disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.spotlight-arrow svg {
  height: 1.35rem;
  width: 1.35rem;
}

.spotlight-arrow--prev {
  left: -1.2rem;
}

.spotlight-arrow--next {
  right: -1.2rem;
}

.spotlight-dots {
  align-items: center;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  min-height: 2.8rem;
  padding-top: 1.2rem;
}

.spotlight-dots button {
  background: var(--ink);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 0.8rem;
  padding: 0;
  transition:
    background-color 160ms ease,
    transform 160ms ease;
  width: 0.8rem;
}

.spotlight-dots button.is-active {
  background: var(--pink-500);
  transform: scale(1.28);
}

/* Existing content, edited toward the new opaque storefront system. */

.owner-panel {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: #eeb8cf;
  border: 2px solid var(--ink);
  border-radius: 1.8rem;
  box-shadow: 0 16px 0 rgba(255, 13, 140, 0.18);
  max-width: 78rem;
  width: min(100%, 78rem);
}

.owner-panel::before,
.owner-panel::after {
  content: none;
}

.owner-title,
.owner-body {
  color: var(--ink);
}

.owner-body {
  max-width: 48rem;
}

.review-card,
.collection-card,
.info-card,
.contact-card,
.faq-card,
.site-footer__inner {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: rgba(255, 237, 246, 0.82);
  border: 1.5px solid rgba(20, 8, 13, 0.45);
}

.site-footer__inner {
  background: #efa4cb;
}

/* Shop */

.collections-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collection-card {
  border: 2px solid var(--ink);
  box-shadow: 0 10px 0 rgba(255, 13, 140, 0.14);
  overflow: hidden;
  padding: 1.15rem;
}

.collection-card__media {
  background: #d9f5df;
  border: 1.5px solid rgba(20, 8, 13, 0.5);
  border-radius: 1.25rem;
  min-height: 20rem;
  overflow: hidden;
  padding: 0;
}

.collection-card__media img {
  filter: none;
  height: 20rem;
  max-height: none;
  max-width: none;
  object-fit: cover;
  transition: transform 360ms ease;
  width: 100%;
}

.collection-card__media img[src$=".gif"] {
  object-fit: contain;
  padding: 1.5rem;
}

.collection-card__media:hover img {
  transform: scale(1.025);
}

/* Product and order request */

.page-main--detail {
  padding: 0;
}

.product-stage {
  padding: clamp(2rem, 4vw, 4.2rem) 0;
}

#product-detail {
  margin-inline: auto;
  width: min(1400px, calc(100% - 2.5rem));
}

.product-order {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 5.5rem);
  grid-template-columns: minmax(0, 1.03fr) minmax(25rem, 0.97fr);
}

.product-gallery {
  min-width: 0;
}

.product-gallery__main {
  background: #f3f3ee;
  border: 2px solid var(--ink);
  border-radius: 1.5rem;
  cursor: zoom-in;
  display: block;
  min-height: min(46rem, 68vw);
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.product-gallery__main > img {
  height: 100%;
  inset: 0;
  object-fit: contain;
  position: absolute;
  width: 100%;
}

.product-gallery__zoom {
  align-items: center;
  background: rgba(255, 249, 239, 0.95);
  border: 1.5px solid var(--ink);
  border-radius: var(--radius-pill);
  bottom: 1rem;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.4rem;
  padding: 0.45rem 0.8rem;
  position: absolute;
  right: 1rem;
}

.product-gallery__zoom svg {
  height: 1rem;
  width: 1rem;
}

.product-gallery__footer {
  align-items: center;
  display: flex;
  gap: 0.7rem;
  padding-top: 0.75rem;
}

.product-thumbnail {
  background: white;
  border: 2px solid var(--pink-700);
  border-radius: 0.8rem;
  cursor: pointer;
  height: 5.2rem;
  overflow: hidden;
  padding: 0.2rem;
  width: 5.2rem;
}

.product-thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-gallery__footer p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin: 0;
}

.product-order__info {
  padding-top: 0.5rem;
}

.product-order__back {
  align-items: center;
  color: var(--pink-900);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 0.2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.product-order__back svg {
  height: 1.1rem;
  width: 1.1rem;
}

.product-order__info h1 {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.4vw, 5.5rem);
  letter-spacing: 0.015em;
  line-height: 0.92;
  margin: 0;
  text-shadow: 0 5px 0 var(--pink-500);
  text-transform: none;
  text-wrap: balance;
}

.product-order__description {
  color: var(--ink-soft);
  font-size: 1.15rem;
  line-height: 1.4;
  margin: 1.15rem 0 0;
  max-width: 38rem;
}

.product-pricing {
  border-bottom: 1.5px solid rgba(20, 8, 13, 0.38);
  display: grid;
  gap: 0.1rem;
  padding: 1.25rem 0;
}

.product-pricing strong {
  font-size: 1.7rem;
  line-height: 1;
}

.product-pricing span {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.25;
}

.product-order__form {
  display: grid;
  gap: 1.2rem;
  padding-top: 1.3rem;
}

.product-options {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.product-options legend,
.quantity-field > span {
  color: var(--pink-900);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.product-options__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.option-choice {
  cursor: pointer;
  display: block;
  position: relative;
}

.option-choice input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.option-choice__control {
  align-items: center;
  background: #fff9ef;
  border: 1.8px solid var(--ink);
  border-radius: var(--radius-pill);
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 700;
  gap: 0.4rem;
  justify-content: center;
  min-height: 2.75rem;
  min-width: 4.4rem;
  padding: 0.35rem 0.8rem;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease,
    transform 150ms ease;
}

.option-choice:hover .option-choice__control {
  transform: translateY(-2px);
}

.option-choice input:checked + .option-choice__control {
  background: var(--ink);
  border-color: var(--pink-700);
  color: white;
}

.option-choice__swatch {
  background: var(--swatch);
  border: 1px solid rgba(20, 8, 13, 0.65);
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
}

.option-choice input:checked + .option-choice__control .option-choice__swatch {
  border-color: white;
  box-shadow: 0 0 0 1px var(--ink);
}

.product-options__note {
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.2;
  margin: 0.45rem 0 0;
}

.quantity-field {
  display: grid;
  justify-items: start;
}

.quantity-stepper {
  align-items: center;
  background: white;
  border: 1.8px solid var(--pink-700);
  border-radius: var(--radius-pill);
  display: grid;
  grid-template-columns: 2.8rem 3.2rem 2.8rem;
  overflow: hidden;
}

.quantity-stepper button {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.45rem;
  height: 2.75rem;
}

.quantity-stepper input {
  appearance: textfield;
  background: transparent;
  border: 0;
  font-size: 1.05rem;
  font-weight: 700;
  height: 2.75rem;
  min-width: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

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

.product-order__add,
.product-order__ask {
  align-items: center;
  border-radius: var(--radius-pill);
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 700;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0.7rem 1.2rem;
  text-align: center;
}

.product-order__add {
  background: var(--ink);
  border: 2px solid var(--pink-700);
  box-shadow: 0 6px 0 rgba(255, 13, 140, 0.28);
  color: white;
  cursor: pointer;
  width: 100%;
}

.product-order__add:hover {
  box-shadow: 0 3px 0 rgba(255, 13, 140, 0.28);
  transform: translateY(3px);
}

.product-order__ask {
  background: #fff9ef;
  border: 2px solid var(--pink-700);
}

.product-order__trust {
  align-items: center;
  color: var(--ink-soft);
  display: flex;
  font-size: 0.98rem;
  gap: 0.55rem;
  line-height: 1.25;
  margin: 0;
}

.product-order__trust svg {
  flex: 0 0 1.35rem;
  height: 1.35rem;
  width: 1.35rem;
}

.product-order__status {
  color: #155c36;
  font-weight: 700;
  margin: 0;
  min-height: 1.4rem;
}

.product-lightbox {
  background: #fff9ef;
  border: 2px solid var(--ink);
  border-radius: 1.4rem;
  height: min(90vh, 62rem);
  max-width: 92vw;
  overflow: hidden;
  padding: 1rem;
  width: min(72rem, 92vw);
}

.product-lightbox::backdrop {
  background: rgba(20, 8, 13, 0.78);
}

.product-lightbox .icon-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
}

.product-lightbox > img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product-missing {
  background: #ffd4e8;
  border: 2px solid var(--ink);
  border-radius: 1.5rem;
  margin: 3rem auto;
  max-width: 46rem;
  padding: 2rem;
  text-align: center;
}

.product-missing h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.product-missing p {
  font-size: 1.15rem;
  line-height: 1.35;
}

.product-missing > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
}

.next-steps {
  background: #f7cfdf;
  border-block: 2px solid var(--ink);
  padding: clamp(1.5rem, 3vw, 2.4rem) 0;
}

.next-steps__title {
  color: var(--pink-900);
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
  text-align: center;
  text-transform: uppercase;
}

.next-steps__grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.next-step {
  align-items: start;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 3.5rem 1fr;
  padding: 0.3rem 1rem;
}

.next-step:not(:last-child) {
  border-right: 1.5px solid rgba(20, 8, 13, 0.4);
}

.next-step__number {
  align-items: center;
  background: #fff9ef;
  border: 2px solid var(--pink-700);
  border-radius: 50%;
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 1.4rem;
  height: 3.5rem;
  justify-content: center;
  width: 3.5rem;
}

.next-step h2 {
  font-size: 1.08rem;
  margin: 0;
}

.next-step p {
  color: var(--ink-soft);
  line-height: 1.25;
  margin: 0.2rem 0 0;
}

/* Policy pages */

.policy-layout {
  display: grid;
  gap: 1.15rem;
  margin: 0 auto;
  max-width: 64rem;
}

.policy-card {
  background: rgba(255, 249, 239, 0.9);
  border: 2px solid var(--ink);
  border-radius: 1.3rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.policy-card h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}

.policy-card p,
.policy-card li {
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.45;
}

.policy-card p {
  margin: 0;
}

.policy-card ul {
  margin: 0.7rem 0 0;
  padding-left: 1.25rem;
}

.policy-card a {
  color: var(--pink-900);
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 1040px) {
  .storefront-header__bar {
    grid-template-columns: auto 1fr auto;
  }

  .storefront-brand {
    justify-self: center;
  }

  .spotlight-card {
    flex-basis: calc((100% - 1.1rem) / 2);
  }

  .spotlight-card__media {
    height: clamp(22rem, 48vw, 32rem);
  }

  .product-order {
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.9fr);
  }

  .product-gallery__main {
    min-height: 38rem;
  }
}

@media (max-width: 820px) {
  .storefront-control--search span,
  .storefront-control__cart-label {
    display: none;
  }

  .storefront-control--search,
  .storefront-control--cart {
    padding-inline: 0.75rem;
  }

  .browse-panel__grid,
  .search-results__grid {
    grid-template-columns: 1fr;
  }

  .browse-group:nth-child(odd) {
    border-right: 0;
  }

  .browse-quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-order {
    grid-template-columns: 1fr;
  }

  .product-gallery__main {
    min-height: min(44rem, 105vw);
  }

  .next-steps__grid {
    grid-template-columns: 1fr;
  }

  .next-step:not(:last-child) {
    border-bottom: 1.5px solid rgba(20, 8, 13, 0.35);
    border-right: 0;
    padding-bottom: 1rem;
  }
}

@media (max-width: 700px) {
  .site-header.storefront-header {
    padding: 0.55rem 0;
  }

  .storefront-header .container {
    width: min(100%, calc(100% - 1rem));
  }

  .storefront-header__bar {
    gap: 0.35rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 3.35rem;
  }

  .storefront-brand {
    font-size: clamp(1.35rem, 6.8vw, 1.75rem);
    letter-spacing: 0;
    max-width: 100%;
    overflow: hidden;
    padding-inline: 0.2rem;
    text-overflow: clip;
  }

  .storefront-control {
    box-shadow: 0 3px 0 rgba(255, 13, 140, 0.4);
    min-height: 2.75rem;
    padding: 0.35rem 0.68rem;
  }

  .storefront-control--browse > span,
  .storefront-control__caret {
    display: none;
  }

  .storefront-control--icon {
    min-width: 2.75rem;
  }

  .storefront-control--cart {
    gap: 0.25rem;
    padding-right: 0.35rem;
    position: relative;
  }

  .storefront-header__actions {
    gap: 0.3rem;
  }

  .cart-count {
    font-size: 0.68rem;
    height: 1.35rem;
    min-width: 1.35rem;
    position: absolute;
    right: -0.32rem;
    top: -0.32rem;
  }

  .browse-panel,
  .search-panel {
    border-inline: 0;
    left: 0;
    max-height: calc(100vh - 4.4rem);
    transform: none;
    width: 100%;
  }

  .browse-group__list {
    grid-template-columns: 1fr;
  }

  .browse-quick {
    grid-template-columns: 1fr;
  }

  .search-panel {
    padding: 0.75rem;
  }

  .search-panel__form {
    padding-left: 0.7rem;
  }

  .search-panel__form input {
    font-size: 1rem;
  }

  .search-result {
    grid-template-columns: 3.7rem 1fr auto;
  }

  .search-result__media {
    height: 3.7rem;
    width: 3.7rem;
  }

  .request-cart {
    border-left: 0;
    width: 100%;
  }

  .hero-copy.spotlight-showcase {
    width: min(100%, calc(100% - 1rem));
  }

  .page-title--spotlight {
    font-size: clamp(3rem, 15vw, 4.7rem);
    line-height: 0.84;
    margin-bottom: 1.25rem;
  }

  .spotlight-carousel {
    padding-inline: 0;
  }

  .spotlight-track {
    column-gap: 0.85rem;
  }

  .spotlight-card {
    flex-basis: 100%;
  }

  .spotlight-card__media {
    height: min(112vw, 34rem);
  }

  .spotlight-card__body {
    min-height: 9.5rem;
  }

  .spotlight-arrow {
    height: 2.9rem;
    top: 40%;
    width: 2.9rem;
  }

  .spotlight-arrow--prev {
    left: 0.65rem;
  }

  .spotlight-arrow--next {
    right: 0.65rem;
  }

  .collections-grid {
    grid-template-columns: 1fr;
  }

  .collection-card__media,
  .collection-card__media img {
    min-height: 17rem;
    height: 17rem;
  }

  #product-detail {
    width: min(100%, calc(100% - 1rem));
  }

  .product-stage {
    padding: 1.25rem 0 2rem;
  }

  .product-order {
    gap: 1.4rem;
  }

  .product-gallery__main {
    border-radius: 1.15rem;
    min-height: min(115vw, 36rem);
  }

  .product-gallery__zoom {
    bottom: 0.65rem;
    right: 0.65rem;
  }

  .product-order__info {
    padding: 0 0.25rem;
  }

  .product-order__info h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .option-choice__control {
    min-width: 3.8rem;
  }

  .product-options__choices--color .option-choice__control {
    min-width: 0;
  }

  .product-order__trust {
    align-items: flex-start;
  }

  .next-step {
    padding-inline: 0.35rem;
  }
}

@media (max-width: 360px) {
  .storefront-header__bar {
    gap: 0.25rem;
  }

  .storefront-brand {
    font-size: 1.12rem;
  }

  .storefront-control,
  .storefront-control--icon {
    min-height: 2.55rem;
    min-width: 2.55rem;
    padding-inline: 0.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spotlight-track,
  .spotlight-card,
  .spotlight-card__media img,
  .storefront-control,
  .option-choice__control {
    transition: none;
  }
}

/* Cartoon-glass storefront system */

:root {
  --ink: #170c12;
  --ink-soft: rgba(23, 12, 18, 0.76);
  --cream: #fff8e8;
  --cream-strong: #ffe8b5;
  --green-400: #53f088;
  --green-500: #33df73;
  --pink-400: #ff7bc5;
  --pink-500: #ff48ad;
  --pink-700: #f61f91;
  --pink-900: #8f174f;
  --font-display: "Bree Serif", Georgia, serif;
  --font-body: "Barlow Condensed", "Arial Narrow", sans-serif;
  --cartoon-stroke: 3px solid var(--ink);
  --cartoon-shadow: 5px 7px 0 rgba(23, 12, 18, 0.17);
  --glass-light: rgba(255, 255, 255, 0.58);
  --glass-cream: rgba(255, 250, 239, 0.72);
  --glass-pink: rgba(255, 219, 238, 0.5);
}

body {
  background:
    radial-gradient(circle at 18% 5%, rgba(255, 255, 255, 0.5), transparent 24%),
    radial-gradient(circle at 88% 35%, rgba(255, 239, 184, 0.3), transparent 28%),
    linear-gradient(180deg, #54ef86 0, #7cdda0 25rem, #dcaac7 46rem, #f374b7 65rem);
  font-family: var(--font-body);
}

body::before {
  mix-blend-mode: soft-light;
  opacity: 0.18;
}

body::after {
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 255, 255, 0.5), transparent 31%),
    radial-gradient(circle at 12% 76%, rgba(255, 229, 112, 0.2), transparent 24%),
    radial-gradient(circle at 92% 90%, rgba(255, 52, 162, 0.2), transparent 28%);
}

.site-header.storefront-header {
  -webkit-backdrop-filter: blur(18px) saturate(138%);
  backdrop-filter: blur(18px) saturate(138%);
  background: rgba(75, 235, 132, 0.7);
  border-bottom: 3px solid var(--ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 8px 24px rgba(23, 12, 18, 0.1);
}

.storefront-brand {
  font-size: clamp(2.35rem, 3.4vw, 3.2rem);
  text-shadow:
    1.25px 0 0 var(--ink),
    -1.25px 0 0 var(--ink),
    0 1.25px 0 var(--ink),
    0 -1.25px 0 var(--ink),
    0 4px 0 rgba(255, 255, 255, 0.72);
}

.storefront-control,
.icon-button {
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
  background: rgba(255, 255, 255, 0.7);
  border: 2.5px solid var(--ink);
  box-shadow:
    3px 4px 0 rgba(23, 12, 18, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.storefront-control {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.storefront-control:hover,
.storefront-control[aria-expanded="true"] {
  background: rgba(255, 211, 233, 0.82);
  box-shadow:
    1px 2px 0 rgba(23, 12, 18, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.storefront-control > .ph {
  display: inline-grid;
  font-size: 1.4rem;
  place-items: center;
}

.storefront-control__caret {
  font-size: 0.95rem !important;
  height: auto !important;
  width: auto !important;
}

.icon-button .ph {
  font-size: 1.35rem;
}

.cart-count {
  border: 1.5px solid var(--ink);
  font-family: var(--font-body);
  font-weight: 800;
}

.site-overlay {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(19, 10, 15, 0.46);
}

.browse-panel,
.search-panel {
  -webkit-backdrop-filter: blur(28px) saturate(145%);
  backdrop-filter: blur(28px) saturate(145%);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), transparent 48%),
    rgba(255, 249, 237, 0.78);
  border: var(--cartoon-stroke);
  border-radius: 1.7rem;
  box-shadow:
    6px 8px 0 rgba(23, 12, 18, 0.18),
    0 30px 70px rgba(23, 12, 18, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  top: calc(100% + 0.65rem);
}

.browse-panel {
  --browse-panel-inset: 0.7rem;
  max-height: calc(100vh - 6.6rem);
  overflow: auto;
  padding: 0.7rem;
  width: min(58rem, calc(100% - 2rem));
}

.browse-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.browse-panel__column {
  min-width: 0;
}

.browse-panel__column + .browse-panel__column {
  border-left: 1.5px solid rgba(23, 12, 18, 0.48);
}

.browse-group {
  border: 0;
  padding: 1rem 1.25rem;
}

.browse-group + .browse-group {
  border-top: 1.5px solid rgba(23, 12, 18, 0.48);
}

.browse-group:nth-child(odd) {
  border-right: 0;
}

.browse-group__heading {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.browse-group__heading > .ph {
  color: var(--ink);
  font-size: 2.25rem;
  transform: rotate(-7deg);
}

.browse-group__title {
  color: var(--pink-700);
  font-family: var(--font-brand);
  font-size: 2.25rem;
  letter-spacing: 0.01em;
  margin: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.browse-group__list {
  display: grid;
  gap: 0.12rem;
  grid-template-columns: 1fr;
}

.browse-group__list a,
.browse-quick-link {
  align-items: center;
  border: 1.5px solid transparent;
  border-radius: 0.65rem;
  display: grid;
  font-size: 1.06rem;
  font-weight: 700;
  gap: 0.65rem;
  justify-content: start;
  letter-spacing: 0.012em;
  min-height: 2.45rem;
  padding: 0.34rem 0.48rem;
}

.browse-group__list a {
  grid-template-columns: 1.8rem minmax(0, 1fr);
}

.browse-group__list a:hover,
.browse-quick-link:hover {
  background: rgba(255, 108, 188, 0.18);
  border-color: rgba(23, 12, 18, 0.5);
  transform: translateX(3px);
}

.browse-group__list .ph,
.browse-quick-link .ph {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-size: 1.45rem;
  justify-content: center;
}

.browse-group--untitled {
  padding-top: 0.85rem;
}

.browse-quick {
  background: rgba(255, 255, 255, 0.22);
  border-top: 2px solid var(--ink);
  border-radius: 0 0 1.05rem 1.05rem;
  gap: 0.2rem 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0.1rem calc(var(--browse-panel-inset) * -1) calc(var(--browse-panel-inset) * -1);
  padding: 0.85rem 1.1rem 0.9rem;
}

.browse-quick-link {
  border-color: transparent;
  grid-template-columns: 1.7rem minmax(0, 1fr);
}

.browse-quick-link .ph {
  color: var(--pink-700);
}

.search-panel {
  padding: 1rem;
}

.search-panel__form,
.search-result,
.search-empty {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.62);
  border: 2px solid var(--ink);
  box-shadow: 3px 4px 0 rgba(23, 12, 18, 0.11);
}

.search-panel__form > .ph,
.search-result > .ph {
  font-size: 1.35rem;
}

.request-cart {
  -webkit-backdrop-filter: blur(28px) saturate(145%);
  backdrop-filter: blur(28px) saturate(145%);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.5), transparent 45%),
    rgba(255, 242, 249, 0.8);
  border-left: 3px solid var(--ink);
  box-shadow: -7px 0 0 rgba(23, 12, 18, 0.15);
}

.request-cart-item,
.request-cart__empty {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid var(--ink);
  border-radius: 1.05rem;
  box-shadow: 3px 4px 0 rgba(23, 12, 18, 0.12);
}

.request-cart__empty > .ph {
  color: var(--pink-700);
  font-size: 4rem;
}

.page-title,
.page-title--spotlight,
.owner-title,
.review-title,
.collection-card__title,
.info-card__title,
.contact-card__title,
.faq-card__title,
.product-order__info h1,
.next-steps__title,
.policy-card h2 {
  font-family: var(--font-display);
}

.page-title--spotlight {
  -webkit-text-stroke: 1.25px var(--pink-700);
  color: var(--cream);
  letter-spacing: 0.015em;
  text-shadow:
    3px 4px 0 rgba(23, 12, 18, 0.18),
    0 5px 0 var(--pink-500);
}

.spotlight-card {
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  backdrop-filter: blur(20px) saturate(135%);
  background: rgba(255, 255, 255, 0.5);
  border: var(--cartoon-stroke);
  border-radius: 1.55rem;
  box-shadow:
    var(--cartoon-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.spotlight-card:hover,
.spotlight-card:focus-visible {
  box-shadow:
    7px 10px 0 rgba(23, 12, 18, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform: rotate(-0.35deg) translateY(-4px);
}

.spotlight-card__media {
  background: rgba(255, 255, 255, 0.22);
  border-bottom: 3px solid var(--ink);
}

.spotlight-card__body {
  background: rgba(255, 255, 255, 0.76);
}

.spotlight-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.7vw, 1.7rem);
  letter-spacing: 0.005em;
  line-height: 1.02;
  text-transform: none;
}

.spotlight-card__meta {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 800;
}

.spotlight-card__action,
.btn,
.filter-pill,
.footer-pill {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.62);
  border: 2px solid var(--ink);
  box-shadow: 2px 3px 0 rgba(23, 12, 18, 0.15);
}

.spotlight-card__action {
  border-color: var(--pink-700);
}

.spotlight-arrow {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(255, 132, 198, 0.74);
  border: 2.5px solid var(--ink);
  box-shadow: 3px 4px 0 rgba(23, 12, 18, 0.18);
}

.spotlight-arrow .ph {
  font-size: 1.45rem;
}

.spotlight-dots button {
  border: 1.5px solid transparent;
}

.spotlight-dots button.is-active {
  border-color: var(--ink);
  box-shadow: 0 0 0 2px var(--cream-strong);
}

.owner-panel,
.review-card,
.collection-card,
.info-card,
.contact-card,
.faq-card,
.policy-card,
.site-footer__inner {
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  backdrop-filter: blur(20px) saturate(135%);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.38), transparent 48%),
    var(--glass-pink);
  border: var(--cartoon-stroke);
  box-shadow:
    var(--cartoon-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.owner-panel {
  align-items: center;
  display: grid;
  gap: 0.7rem 2rem;
  grid-template-columns: minmax(11rem, 0.34fr) minmax(0, 1fr);
  max-width: 82rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  text-align: left;
  width: min(100%, 82rem);
}

.owner-badge {
  background: rgba(255, 255, 255, 0.64);
  border: 3px solid var(--ink);
  box-shadow:
    5px 6px 0 rgba(246, 31, 145, 0.35),
    inset 0 1px 0 white;
  grid-column: 1;
  grid-row: 1 / span 5;
  margin: 0 auto;
}

.owner-pill,
.owner-title,
.owner-body,
.owner-actions {
  grid-column: 2;
}

.owner-pill {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid var(--ink);
  box-shadow: 2px 3px 0 rgba(23, 12, 18, 0.13);
  justify-self: start;
  margin: 0;
}

.owner-title,
.owner-body {
  color: var(--ink);
  text-align: left;
}

.owner-title {
  font-size: clamp(2.35rem, 4vw, 4rem);
  letter-spacing: 0.005em;
  text-transform: none;
}

.owner-body {
  font-size: 1.12rem;
  line-height: 1.35;
  margin: 0;
}

.owner-actions {
  justify-content: flex-start;
  margin-top: 0.7rem;
}

.review-card,
.collection-card,
.info-card,
.contact-card,
.faq-card,
.policy-card {
  border-radius: 1.35rem;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.review-card:hover,
.collection-card:hover,
.info-card:hover,
.contact-card:hover,
.faq-card:hover {
  box-shadow:
    7px 9px 0 rgba(23, 12, 18, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
}

.collection-card {
  border: var(--cartoon-stroke);
  box-shadow: var(--cartoon-shadow);
}

.collection-card__media {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.34);
  border: 2.5px solid var(--ink);
}

.chip,
.option-choice__control,
.quantity-stepper,
.product-gallery__zoom,
.product-thumbnail {
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  backdrop-filter: blur(12px) saturate(130%);
  background: rgba(255, 255, 255, 0.64);
  border: 2px solid var(--ink);
  box-shadow: 2px 3px 0 rgba(23, 12, 18, 0.13);
}

.product-gallery__main {
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  backdrop-filter: blur(16px) saturate(125%);
  background: rgba(255, 255, 255, 0.48);
  border: var(--cartoon-stroke);
  box-shadow:
    var(--cartoon-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.product-gallery__zoom .ph,
.product-order__back .ph,
.product-order__trust .ph {
  font-size: 1.15rem;
}

.product-order__info h1 {
  -webkit-text-stroke: 1px var(--pink-700);
  color: var(--cream);
  text-shadow:
    3px 4px 0 rgba(23, 12, 18, 0.16),
    0 5px 0 var(--pink-500);
}

.product-order__form {
  -webkit-backdrop-filter: blur(12px) saturate(125%);
  backdrop-filter: blur(12px) saturate(125%);
  background: rgba(255, 255, 255, 0.18);
  border: 1.5px solid rgba(255, 255, 255, 0.62);
  border-radius: 1.4rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  margin-top: 1rem;
  padding: 1.2rem;
}

.option-choice input:checked + .option-choice__control {
  box-shadow:
    2px 3px 0 rgba(246, 31, 145, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.product-order__add,
.product-order__ask,
.request-cart__email,
.request-cart__shopify,
.request-cart__continue {
  border: 2.5px solid var(--ink);
  box-shadow: 4px 5px 0 rgba(23, 12, 18, 0.16);
}

.product-order__add {
  border-color: var(--ink);
  box-shadow:
    4px 5px 0 rgba(246, 31, 145, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.next-steps {
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  backdrop-filter: blur(20px) saturate(135%);
  background: rgba(255, 220, 237, 0.58);
  border-block: 3px solid var(--ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 7px 0 rgba(23, 12, 18, 0.11);
}

.next-step__number {
  background: rgba(255, 255, 255, 0.68);
  border: 2.5px solid var(--ink);
  box-shadow: 3px 4px 0 rgba(246, 31, 145, 0.35);
}

.site-footer__inner {
  background: rgba(255, 192, 223, 0.56);
}

/* Reference-sized home composition: compact storefront chrome and product cards. */

.site-header.storefront-header {
  padding: 0.42rem 0;
}

.storefront-header .container {
  width: min(1443px, calc(100% - 2.75rem));
}

.storefront-header__bar {
  min-height: 3.3rem;
}

.storefront-control {
  min-height: 3.15rem;
}

.storefront-control--browse {
  min-width: 10.15rem;
}

.site-overlay {
  -webkit-backdrop-filter: blur(1.5px) saturate(92%);
  backdrop-filter: blur(1.5px) saturate(92%);
  background: rgba(23, 12, 18, 0.14);
}

.browse-panel,
.search-panel {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.54), transparent 48%),
    rgba(255, 249, 237, 0.88);
  border-radius: 1.35rem;
  top: calc(100% - 0.3rem);
}

.browse-panel {
  max-height: calc(100vh - 4.5rem);
}

.browse-group__heading > .ph {
  font-size: 2rem;
}

.browse-group__title {
  font-size: 2rem;
}

body[data-page="home"] .page-main > .section:first-child {
  padding-bottom: 1.5rem;
  padding-top: clamp(2rem, 2.7vw, 2.55rem);
}

body[data-page="home"] .page-main > .section:nth-child(2) {
  padding-top: 1.15rem;
}

.hero-copy.spotlight-showcase {
  width: min(1020px, calc(100% - 3rem));
}

.page-title--spotlight {
  align-items: center;
  display: flex;
  font-size: clamp(3.7rem, 5vw, 4.65rem);
  gap: clamp(0.65rem, 1.5vw, 1.3rem);
  justify-content: center;
  margin-bottom: 1.25rem;
}

.page-title--spotlight .ph {
  -webkit-text-stroke: 0;
  color: var(--ink);
  flex: 0 0 auto;
  font-size: 0.53em;
  text-shadow: none;
}

.page-title--spotlight__sparkle {
  transform: rotate(-10deg);
}

.page-title--spotlight__megaphone {
  transform: rotate(-12deg);
}

.spotlight-card__media {
  height: 22.8rem;
}

.spotlight-card__body {
  gap: 0.3rem;
  min-height: 7.65rem;
  padding: 0.7rem 0.85rem 0.8rem;
  text-align: center;
}

.spotlight-card__meta {
  display: none;
}

.spotlight-card__title {
  font-size: clamp(1.18rem, 1.5vw, 1.48rem);
  line-height: 1.02;
}

.spotlight-card__footer {
  align-self: end;
  justify-content: center;
}

.spotlight-card__price {
  display: none;
}

.spotlight-card__action {
  font-size: 0.8rem;
  padding: 0.3rem 0.72rem;
}

.spotlight-dots {
  min-height: 2.25rem;
  padding-top: 0.9rem;
}

@media (max-width: 820px) {
  .browse-panel {
    width: min(58rem, calc(100% - 1rem));
  }

  .owner-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .owner-badge,
  .owner-pill,
  .owner-title,
  .owner-body,
  .owner-actions {
    grid-column: 1;
    grid-row: auto;
  }

  .owner-pill {
    justify-self: center;
  }

  .owner-title,
  .owner-body {
    text-align: center;
  }

  .owner-actions {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .site-header.storefront-header {
    border-bottom-width: 2.5px;
    padding: 0.35rem 0;
  }

  .storefront-header .container {
    width: calc(100% - 0.9rem);
  }

  .storefront-header__bar {
    gap: 0.35rem;
    min-height: 3.05rem;
  }

  .storefront-control {
    min-height: 2.8rem;
  }

  .storefront-control--browse {
    min-width: 0;
  }

  .storefront-brand {
    font-size: clamp(1.35rem, 6.8vw, 1.75rem);
  }

  .browse-panel,
  .search-panel {
    border-inline: 0;
    border-radius: 0 0 1.25rem 1.25rem;
    left: 0;
    max-height: calc(100vh - 4.4rem);
    top: 100%;
    transform: none;
    width: 100%;
  }

  .browse-panel {
    --browse-panel-inset: 0.45rem;
    padding: 0.45rem;
  }

  .browse-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .browse-group {
    padding: 0.8rem 0.65rem;
  }

  .browse-group__title {
    font-size: 1.7rem;
  }

  .browse-group__heading > .ph {
    font-size: 1.65rem;
  }

  .browse-group__list a {
    font-size: 0.96rem;
    gap: 0.38rem;
    grid-template-columns: 1.45rem minmax(0, 1fr);
    min-height: 2.25rem;
    padding-inline: 0.25rem;
  }

  .browse-group__list .ph {
    font-size: 1.2rem;
  }

  .browse-quick {
    gap: 0.12rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0.65rem;
  }

  .browse-quick-link {
    font-size: 0.98rem;
    grid-template-columns: 1.4rem minmax(0, 1fr);
  }

  .browse-quick-link .ph {
    font-size: 1.2rem;
  }

  .request-cart {
    border-left: 0;
  }

  .spotlight-card {
    border-width: 2.5px;
  }

  body[data-page="home"] .page-main > .section:first-child {
    padding-bottom: 1rem;
    padding-top: 1.7rem;
  }

  .hero-copy.spotlight-showcase {
    width: min(100% - 1.25rem, 32rem);
  }

  .page-title--spotlight {
    font-size: clamp(2.8rem, 14vw, 4rem);
    margin-bottom: 1rem;
  }

  .spotlight-card__media {
    height: clamp(20rem, 112vw, 28rem);
  }

  .spotlight-card__body {
    min-height: 7.2rem;
  }

  .owner-panel,
  .review-card,
  .collection-card,
  .info-card,
  .contact-card,
  .faq-card,
  .policy-card,
  .site-footer__inner,
  .product-gallery__main {
    border-width: 2.5px;
  }

  .product-order__form {
    margin-top: 0.75rem;
    padding: 0.9rem;
  }
}

@media (max-width: 420px) {
  .browse-group__heading {
    gap: 0.3rem;
  }

  .browse-group__title {
    font-size: 1.5rem;
  }

  .browse-group__heading > .ph {
    display: none;
  }

  .browse-group__list a,
  .browse-quick-link {
    font-size: 0.9rem;
  }
}

/* Continuous spotlight motion, clear frosted overlays, and glittering wordmark. */

.storefront-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.18em;
  text-shadow: none;
}

.storefront-brand::after {
  content: none;
}

.storefront-brand__text {
  -webkit-text-stroke: 1px var(--ink);
  color: #ff58b2;
  paint-order: stroke fill;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .storefront-brand__text {
    -webkit-background-clip: text;
    background-clip: text;
    background-image:
      radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 0.055em, transparent 0.075em),
      radial-gradient(circle, rgba(255, 209, 235, 0.95) 0 0.045em, transparent 0.07em),
      linear-gradient(
        108deg,
        #cb0b69 0%,
        #ff3fa6 17%,
        #ff91c7 31%,
        #e71582 44%,
        #fff2fa 49%,
        #ed1689 54%,
        #ff62b3 76%,
        #bd075f 100%
      );
    background-position:
      0 0,
      0.28em 0.16em,
      0 0;
    background-size:
      0.48em 0.42em,
      0.62em 0.54em,
      220% 100%;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: storefront-brand-glitter 2.8s linear infinite;
  }
}

.storefront-brand__sparkle {
  color: #ff3fa6;
  font-size: 0.34em;
  transform-origin: center;
  animation: storefront-brand-sparkle 1.4s ease-in-out infinite;
}

@keyframes storefront-brand-glitter {
  from {
    background-position:
      0 0,
      0.28em 0.16em,
      0 0;
  }

  to {
    background-position:
      0.96em -0.84em,
      -0.7em 1.08em,
      220% 0;
  }
}

@keyframes storefront-brand-sparkle {
  0%,
  100% {
    opacity: 0.62;
    transform: rotate(-12deg) scale(0.82);
  }

  50% {
    opacity: 1;
    transform: rotate(18deg) scale(1.16);
  }
}

.page-title,
.page-title--spotlight,
.product-order__info h1 {
  text-shadow: none;
}

.spotlight-track {
  --spotlight-card-width: 20rem;
  --spotlight-gap: 1.1rem;
  column-gap: 0;
  display: flex;
  transition: none;
  width: max-content;
  will-change: transform;
}

.spotlight-sequence {
  display: flex;
  flex: 0 0 auto;
  gap: var(--spotlight-gap);
  padding-right: var(--spotlight-gap);
}

.spotlight-card {
  -webkit-backdrop-filter: blur(22px) saturate(132%);
  backdrop-filter: blur(22px) saturate(132%);
  background: rgba(255, 255, 255, 0.2);
  box-shadow:
    4px 6px 0 rgba(23, 12, 18, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  flex: 0 0 var(--spotlight-card-width);
}

.spotlight-card:hover,
.spotlight-card:focus-visible {
  box-shadow:
    4px 6px 0 rgba(23, 12, 18, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transform: none;
}

.spotlight-card__body {
  -webkit-backdrop-filter: blur(20px) saturate(132%);
  backdrop-filter: blur(20px) saturate(132%);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent 52%),
    rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28);
}

.spotlight-card__action,
.btn,
.filter-pill,
.footer-pill,
.owner-actions .btn {
  filter: none;
  box-shadow:
    2px 3px 0 rgba(23, 12, 18, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus-visible,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus-visible,
.owner-actions .btn:hover,
.owner-actions .btn:focus-visible {
  filter: none;
  box-shadow:
    2px 3px 0 rgba(23, 12, 18, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.owner-panel {
  box-shadow:
    4px 6px 0 rgba(23, 12, 18, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.owner-badge {
  box-shadow:
    4px 5px 0 rgba(23, 12, 18, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.owner-actions {
  filter: none;
}

.option-choice input:checked + .option-choice__control,
.product-order__add,
.next-step__number {
  box-shadow:
    3px 4px 0 rgba(23, 12, 18, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

body.has-open-surface .site-header.storefront-header {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

#browse-panel.browse-panel {
  -webkit-backdrop-filter: blur(96px) saturate(160%) brightness(1.07);
  backdrop-filter: blur(96px) saturate(160%) brightness(1.07);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.44), transparent 48%),
    rgba(255, 249, 237, 0.48);
}

#search-panel.search-panel {
  -webkit-backdrop-filter: blur(38px) saturate(148%) brightness(1.04);
  backdrop-filter: blur(38px) saturate(148%) brightness(1.04);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.46), transparent 48%),
    rgba(235, 244, 255, 0.54);
}

#search-panel .search-panel__form,
#search-panel .search-result,
#search-panel .search-empty {
  -webkit-backdrop-filter: blur(20px) saturate(138%);
  backdrop-filter: blur(20px) saturate(138%);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.3), transparent 58%),
    rgba(245, 249, 255, 0.34);
  box-shadow:
    3px 4px 0 rgba(23, 12, 18, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  #browse-panel.browse-panel,
  #search-panel.search-panel {
    background: rgba(255, 249, 237, 0.92);
  }

  #search-panel .search-panel__form,
  #search-panel .search-result,
  #search-panel .search-empty {
    background: rgba(255, 253, 248, 0.94);
  }
}

.site-overlay {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .storefront-brand__text,
  .storefront-brand__sparkle {
    animation: none;
  }

  .spotlight-track {
    will-change: auto;
  }

  .browse-group__list a,
  .browse-quick-link,
  .review-card,
  .collection-card,
  .info-card,
  .contact-card,
  .faq-card {
    transition: none;
  }
}

/* Shared motion language: every action visibly responds, enters, or exits. */

:root {
  --motion-instant: 140ms;
  --motion-fast: 190ms;
  --motion-medium: 300ms;
  --motion-surface: 360ms;
  --motion-spring: cubic-bezier(0.2, 0.82, 0.2, 1);
  --motion-bounce: cubic-bezier(0.22, 1.35, 0.36, 1);
}

.motion-enabled body.is-motion-ready .site-header {
  animation: ui-header-enter 520ms var(--motion-spring) backwards;
}

.motion-enabled body.is-motion-ready .page-main {
  animation: ui-page-enter 560ms var(--motion-spring) 60ms backwards;
}

.motion-enabled body.is-motion-ready .site-footer {
  animation: ui-page-enter 520ms var(--motion-spring) 120ms backwards;
}

body.is-page-leaving .site-header,
body.is-page-leaving .page-main,
body.is-page-leaving .site-footer {
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.55rem) scale(0.995);
  transition:
    opacity 180ms ease,
    transform 210ms ease;
}

button:not(.spotlight-arrow),
.btn,
.storefront-control,
.icon-button,
.browse-group__list a,
.browse-quick-link,
.search-result,
.spotlight-card__action,
.filter-pill,
.footer-pill,
.product-order__ask,
.request-cart a,
.request-cart button,
.product-thumbnail,
.collection-card a,
.owner-actions a {
  transition:
    background-color var(--motion-fast) ease,
    border-color var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease,
    color var(--motion-fast) ease,
    opacity var(--motion-fast) ease,
    transform var(--motion-fast) var(--motion-spring);
}

button:not(.spotlight-arrow):active,
.btn:active,
.browse-group__list a:active,
.browse-quick-link:active,
.search-result:active,
.spotlight-card__action:active,
.filter-pill:active,
.footer-pill:active,
.product-order__ask:active,
.request-cart a:active,
.request-cart button:active,
.product-thumbnail:active,
.collection-card a:active,
.owner-actions a:active {
  transform: translateY(2px) scale(0.965);
}

.product-gallery__main {
  transition:
    box-shadow var(--motion-fast) ease,
    transform var(--motion-fast) var(--motion-spring);
}

.product-gallery__main:active {
  transform: scale(0.992);
}

.quantity-stepper button {
  transition:
    background-color var(--motion-fast) ease,
    transform var(--motion-instant) var(--motion-bounce);
}

.quantity-stepper button:active {
  background: rgba(255, 49, 173, 0.12);
  transform: scale(0.78);
}

.spotlight-arrow:active {
  transform: translateY(-50%) scale(0.9);
}

.motion-enabled .browse-panel,
.motion-enabled .search-panel {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-0.9rem) scale(0.985);
  transform-origin: top center;
  transition:
    opacity 230ms ease,
    transform var(--motion-surface) var(--motion-spring),
    visibility 0s linear var(--motion-surface);
  visibility: hidden;
}

.motion-enabled .browse-panel.is-open,
.motion-enabled .search-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
  transition-delay: 0s;
  visibility: visible;
}

.motion-enabled .request-cart {
  opacity: 0;
  pointer-events: none;
  transform: translateX(calc(100% + 0.75rem));
  transition:
    opacity 220ms ease,
    transform var(--motion-surface) var(--motion-spring),
    visibility 0s linear var(--motion-surface);
  visibility: hidden;
}

.motion-enabled .request-cart.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  transition-delay: 0s;
  visibility: visible;
}

.motion-enabled .site-overlay {
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 240ms ease,
    visibility 0s linear 240ms;
  visibility: hidden;
}

.motion-enabled .site-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
  visibility: visible;
}

.browse-panel.is-open .browse-panel__column,
.browse-panel.is-open .browse-quick,
.search-panel.is-open .search-panel__form,
.search-panel.is-open .search-results__label,
.search-panel.is-open .search-results__grid,
.search-panel.is-open .search-empty,
.request-cart.is-open .request-cart__header,
.request-cart.is-open .request-cart__footer {
  animation: ui-item-enter 380ms var(--motion-spring) backwards;
}

.browse-panel.is-open .browse-panel__column:nth-child(2),
.search-panel.is-open .search-results__label {
  animation-delay: 55ms;
}

.browse-panel.is-open .browse-quick,
.search-panel.is-open .search-results__grid,
.search-panel.is-open .search-empty,
.request-cart.is-open .request-cart__footer {
  animation-delay: 105ms;
}

.search-result,
.request-cart-item,
.request-cart__empty,
body.is-motion-ready .collection-card,
body.is-motion-ready .review-card,
body.is-motion-ready .spotlight-card {
  animation: ui-card-enter 420ms var(--motion-spring) backwards;
}

.search-results.is-refreshing,
.collections-grid.is-refreshing {
  animation: ui-content-refresh 320ms var(--motion-spring);
}

.search-result:nth-child(2),
.request-cart-item:nth-child(2),
.collection-card:nth-child(2),
.review-card:nth-child(2) {
  animation-delay: 45ms;
}

.search-result:nth-child(3),
.request-cart-item:nth-child(3),
.collection-card:nth-child(3),
.review-card:nth-child(3) {
  animation-delay: 90ms;
}

.search-result:nth-child(4),
.request-cart-item:nth-child(4),
.collection-card:nth-child(4),
.review-card:nth-child(4) {
  animation-delay: 135ms;
}

.search-result:nth-child(5),
.request-cart-item:nth-child(5) {
  animation-delay: 180ms;
}

.search-result:nth-child(6),
.request-cart-item:nth-child(6) {
  animation-delay: 225ms;
}

.search-result:nth-child(7) {
  animation-delay: 270ms;
}

.search-result:nth-child(8) {
  animation-delay: 315ms;
}

.request-cart-item.is-removing {
  animation: ui-item-remove 260ms ease forwards;
  pointer-events: none;
}

body.is-motion-ready .product-gallery,
body.is-motion-ready .owner-panel,
body.is-motion-ready .info-card,
body.is-motion-ready .contact-card,
body.is-motion-ready .faq-card {
  animation: ui-slide-from-left 520ms var(--motion-spring) 90ms backwards;
}

body.is-motion-ready .product-order__info,
body.is-motion-ready .owner-copy {
  animation: ui-slide-from-right 520ms var(--motion-spring) 140ms backwards;
}

.filter-pill.is-active {
  animation: ui-choice-pop 300ms var(--motion-bounce);
}

.option-choice input:checked + .option-choice__control {
  animation: ui-choice-pop 300ms var(--motion-bounce);
}

.quantity-stepper.is-updating {
  animation: ui-control-pulse 360ms var(--motion-bounce);
}

.cart-count.is-updating {
  animation: ui-badge-pop 440ms var(--motion-bounce);
}

.product-order__status.is-visible {
  animation: ui-status-enter 580ms var(--motion-spring);
}

.product-lightbox {
  opacity: 0;
  transform: translateY(1.1rem) scale(0.96);
  transition:
    opacity 220ms ease,
    transform 280ms var(--motion-spring),
    overlay 280ms allow-discrete,
    display 280ms allow-discrete;
}

.product-lightbox[open] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.product-lightbox.is-closing {
  opacity: 0;
  transform: translateY(1.1rem) scale(0.96);
}

.product-lightbox::backdrop {
  opacity: 0;
  transition:
    opacity 240ms ease,
    overlay 280ms allow-discrete,
    display 280ms allow-discrete;
}

.product-lightbox[open]::backdrop {
  opacity: 1;
}

.product-lightbox.is-closing::backdrop {
  opacity: 0;
}

@starting-style {
  .product-lightbox[open] {
    opacity: 0;
    transform: translateY(1.1rem) scale(0.96);
  }

  .product-lightbox[open]::backdrop {
    opacity: 0;
  }
}

@keyframes ui-header-enter {
  from {
    opacity: 0;
    transform: translateY(-0.8rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ui-page-enter {
  from {
    opacity: 0;
    transform: translateY(0.8rem) scale(0.995);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ui-item-enter {
  from {
    opacity: 0;
    transform: translateY(0.7rem) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ui-card-enter {
  from {
    opacity: 0;
    transform: translateY(1rem) scale(0.975);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ui-item-remove {
  to {
    max-height: 0;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    transform: translateX(1.5rem) scale(0.96);
  }
}

@keyframes ui-content-refresh {
  from {
    opacity: 0.35;
    transform: translateY(0.45rem) scale(0.992);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ui-slide-from-left {
  from {
    opacity: 0;
    transform: translateX(-1.15rem) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes ui-slide-from-right {
  from {
    opacity: 0;
    transform: translateX(1.15rem) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes ui-choice-pop {
  0% {
    transform: scale(0.94);
  }

  62% {
    transform: scale(1.045);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes ui-control-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 49, 173, 0);
    transform: scale(1);
  }

  45% {
    box-shadow: 0 0 0 0.38rem rgba(255, 49, 173, 0.16);
    transform: scale(1.035);
  }
}

@keyframes ui-badge-pop {
  0% {
    transform: scale(0.72) rotate(-10deg);
  }

  58% {
    transform: scale(1.28) rotate(5deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

@keyframes ui-status-enter {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }

  55% {
    opacity: 1;
    transform: translateY(-0.08rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px) {
  .motion-enabled .browse-panel,
  .motion-enabled .search-panel {
    transform: translateY(-0.75rem) scale(0.99);
  }

  .motion-enabled .browse-panel.is-open,
  .motion-enabled .search-panel.is-open {
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-enabled *,
  .motion-enabled *::before,
  .motion-enabled *::after {
    animation-delay: 0s !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 0.01ms !important;
  }

  .motion-enabled .browse-panel,
  .motion-enabled .search-panel,
  .motion-enabled .request-cart,
  .motion-enabled .site-overlay {
    transform: none;
  }
}
