/** Shopify CDN: Minification failed

Line 357:10 Expected identifier but found whitespace
Line 357:11 Unexpected "0"

**/
/* SoShoppy PDP — ported from CONCEPT_V4_SHOP/product.css */

.pdp-main { padding-bottom: 2rem; }

.pdp-hero {
  padding: 1rem var(--page-pad) 2rem;
  border-bottom: 1px solid var(--line);
}

.pdp-hero__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;
}

.pdp-gallery__main {
  aspect-ratio: 1;
  max-height: min(52vh, 420px);
  background: var(--stone);
  border-radius: 2px;
  overflow: hidden;
}

.pdp-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}

.pdp-gallery__thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.65rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pdp-gallery__thumb {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  background: var(--cream);
  opacity: 0.65;
  transition: opacity 0.25s, border-color 0.25s;
}

.pdp-gallery__thumb.is-active {
  opacity: 1;
  border-color: var(--ink);
}

.pdp-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-buy__layer {
  font-family: var(--font-house);
  font-size: clamp(1.5rem, 5vw, 2rem);
  line-height: 1.1;
  margin: 0.25rem 0 0.15rem;
}

.pdp-buy__title {
  font-family: var(--font-house);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.25rem;
  color: var(--taupe-deep);
}

.pdp-buy__rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.65rem 0;
  font-size: 0.8125rem;
}

.pdp-buy__stars {
  color: var(--ink);
  letter-spacing: 0.05em;
  font-size: 0.75rem;
}

.pdp-buy__rating-text { color: var(--taupe); }

.pdp-buy__price {
  font-size: 1.375rem;
  font-weight: 500;
  margin: 0;
}

.pdp-buy__size { margin: 0.2rem 0 0.75rem; }

.pdp-buy__promise {
  font-size: 0.9375rem;
  line-height: 1.55;
  margin: 0 0 1rem;
  max-width: 36ch;
}

.pdp-buy__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}

.pdp-buy__tags li {
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.6rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  color: var(--taupe-deep);
}

.pdp-buy__cta {
  width: 100%;
  margin-bottom: 0.75rem;
}

.pdp-buy__trust {
  margin: 0;
  font-size: 0.75rem;
  text-align: center;
}

.pdp-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--fab-z);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem var(--page-pad);
  background: rgba(246, 242, 236, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  transform: translateY(100%);
  transition: transform 0.4s var(--ease);
}

.pdp-sticky.is-visible { transform: translateY(0); }

.pdp-sticky__name {
  flex: 1;
  margin: 0;
  font-family: var(--font-house);
  font-size: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pdp-sticky__price {
  margin: 0;
  font-weight: 500;
  font-size: 0.9375rem;
}

.pdp-sticky .btn-primary {
  flex-shrink: 0;
  padding: 0.75rem 1.25rem;
}

.pdp .fab-buy { display: none; }

.pdp-block {
  padding: 2.5rem var(--page-pad);
  border-bottom: 1px solid var(--line);
}

.pdp-block--stone { background: rgba(212, 200, 188, 0.2); }
.pdp-block--related { background: var(--cream); }

.pdp-block__inner {
  max-width: 720px;
  margin: 0 auto;
}

.pdp-block .t-headline { margin: 0.4rem 0 0.75rem; }

.pdp-list {
  margin: 1.25rem 0 0;
  padding-left: 1.1rem;
  color: var(--taupe-deep);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.pdp-list li { margin-bottom: 0.35rem; }

.pdp-ritual {
  display: grid;
  gap: 1.5rem;
}

.pdp-ritual__img {
  aspect-ratio: 4/3;
  border-radius: 2px;
  overflow: hidden;
  background: var(--stone);
}

.pdp-ritual__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-steps {
  margin: 1rem 0;
  padding-left: 1.25rem;
  line-height: 1.7;
  font-size: 0.9375rem;
}

.pdp-steps li { margin-bottom: 0.5rem; }

.pdp-timeline {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.pdp-timeline__item {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.pdp-timeline__when {
  margin: 0 0 0.25rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--taupe);
}

.pdp-timeline__what {
  margin: 0;
  font-family: var(--font-house);
  font-size: 1.0625rem;
}

.pdp-block--accordions .pdp-block__inner { max-width: var(--max); }

.pdp-accordion {
  border-bottom: 1px solid var(--line);
}

.pdp-accordion__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
}

.pdp-accordion__trigger span {
  font-size: 1.125rem;
  font-weight: 300;
  color: var(--taupe);
}

.pdp-accordion__panel {
  padding: 0 0 1.25rem;
}

.pdp-accordion__panel p,
.pdp-accordion__panel .rte {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--taupe-deep);
  max-width: 60ch;
}

.pdp-related {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
}

.pdp-related__card {
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  background: var(--ivory);
}

.pdp-related__card--soon { opacity: 0.5; }

.pdp-related__media {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: var(--stone);
  font-size: 0.75rem;
  color: var(--taupe);
  overflow: hidden;
}

.pdp-related__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-related__name {
  font-family: var(--font-house);
  font-size: 1rem;
  margin: 0;
  padding: 0.85rem 1rem 0.25rem;
}

.pdp-related__card .t-whisper {
  margin: 0.25rem 0 0;
}

.pdp-related__price {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  color: var(--taupe-deep);
}

.bundle-together__ritual-link {
  margin: 0.75rem 0 0;
}
  padding: 0 1rem 1rem;
  margin: 0;
  font-size: 0.75rem;
}

@media (min-width: 900px) {
  .pdp-hero { padding: 2rem var(--page-pad) 3rem; }

  .pdp-hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }

  .pdp-gallery {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 1rem;
    align-items: start;
  }

  .pdp-gallery__thumbs {
    flex-direction: column;
    margin-top: 0;
    order: -1;
  }

  .pdp-gallery__thumb {
    flex: none;
    width: 72px;
    height: 72px;
  }

  .pdp-gallery__main {
    max-height: none;
    aspect-ratio: 4/5;
  }

  .pdp-buy__cta { max-width: 320px; }
  .pdp-buy__trust { text-align: left; }

  .pdp-ritual { grid-template-columns: 1fr 1fr; align-items: center; }

  .pdp-timeline { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .pdp-timeline__item { border-bottom: none; border-left: 1px solid var(--line); padding-left: 1rem; }
  .pdp-timeline__item:first-child { border-left: none; padding-left: 0; }

  .pdp-sticky { display: none; }
}

@media (max-width: 899px) {
  .pdp-main { padding-bottom: 4.5rem; }
}
