.product-shell__grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: start;
  gap: 24px;
}

.product-shell__grid,
.product-gallery,
.product-gallery__viewport,
.product-panel {
  min-width: 0;
}

body.quick-view-embed {
  background: #fbf3f7;
}

.quick-view-embed .site-main,
.quick-view-embed .product-shell {
  min-height: 100vh;
}

.quick-view-embed .product-shell {
  padding: 0;
}

.quick-view-embed .page-width {
  width: min(calc(100% - 48px), 1320px);
}

.quick-view-embed .product-shell__grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 44px;
  padding: 26px 0 18px;
}

.quick-view-embed .product-gallery__viewport {
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
}

.quick-view-embed .product-gallery__slide {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.quick-view-embed .product-gallery__slide img {
  width: 100%;
  margin: 0 auto;
}

.quick-view-embed .product-gallery__thumbs {
  grid-auto-columns: minmax(74px, 74px);
  gap: 10px;
  padding: 0;
}

.quick-view-embed .product-gallery__thumb {
  min-width: 74px;
}

.quick-view-embed .product-panel {
  padding-top: 8px;
}

.quick-view-embed .product-panel h1 {
  max-width: none;
  font-size: clamp(36px, 3.2vw, 58px);
}

.quick-view-embed .product-panel .price-stack__current {
  font-size: 24px;
}

.quick-view-embed .product-panel__microcopy {
  font-size: 13px;
}

.quick-view-embed .product-panel .variations_form,
.quick-view-embed .product-panel form.cart {
  max-width: none;
}

.quick-view-embed .product-panel .single_add_to_cart_button,
.quick-view-embed .product-panel button.single_add_to_cart_button {
  min-height: 60px;
  font-size: 15px;
}

.quick-view-embed .product-description__content--inline {
  margin-top: 16px;
}

.product-gallery,
.product-gallery__viewport {
  width: 100%;
  max-width: 100%;
}

.product-gallery {
  display: grid;
  gap: 10px;
}

.product-gallery__viewport {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 12px;
  overflow: hidden;
}

.product-gallery__slide {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
}

.product-gallery__slide img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 92%;
  margin: 0 auto;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
  will-change: transform, opacity;
}

.product-gallery__slide.is-switching img {
  opacity: 0;
  transform: translate3d(24px, 0, 0) scale(0.985);
}

.product-gallery__slide.is-entering img {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.product-gallery__thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(52px, 52px);
  gap: 8px;
  overflow-x: auto;
  padding: 0 12px 4px;
  scrollbar-width: none;
}

.product-gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.product-gallery__thumb {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(127, 56, 93, 0.12);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  min-width: 52px;
}

.product-gallery__thumb.is-active {
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 3px rgba(194, 111, 151, 0.14);
}

.product-gallery__mobile-controls {
  display: none;
}

.product-panel__highlights {
  display: grid;
  gap: 10px;
  margin: 14px 0 18px;
}

.product-panel__highlight {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.product-panel__highlight-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(212, 173, 191, 0.2);
  color: #8e6a79;
}

.product-panel__highlight-icon::before {
  content: "";
  position: absolute;
  inset: 4px;
  background: currentColor;
}

.product-panel__highlight--sparkle .product-panel__highlight-icon::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2.75l1.89 5.36L19.25 10l-5.36 1.89L12 17.25l-1.89-5.36L4.75 10l5.36-1.89L12 2.75zm6.5 11.5l.91 2.59L22 17.75l-2.59.91L18.5 21.25l-.91-2.59L15 17.75l2.59-.91.91-2.59zM5.5 14.5l.91 2.59L9 18l-2.59.91L5.5 21.5l-.91-2.59L2 18l2.59-.91.91-2.59z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2.75l1.89 5.36L19.25 10l-5.36 1.89L12 17.25l-1.89-5.36L4.75 10l5.36-1.89L12 2.75zm6.5 11.5l.91 2.59L22 17.75l-2.59.91L18.5 21.25l-.91-2.59L15 17.75l2.59-.91.91-2.59zM5.5 14.5l.91 2.59L9 18l-2.59.91L5.5 21.5l-.91-2.59L2 18l2.59-.91.91-2.59z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.product-panel__highlight--shield .product-panel__highlight-icon::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l7 3v6c0 5.25-3.44 10.74-7 12-3.56-1.26-7-6.75-7-12V5l7-3zm-1 14.17l5.59-5.58L15.17 9 11 13.17 8.83 11 7.41 12.41 11 16.17z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l7 3v6c0 5.25-3.44 10.74-7 12-3.56-1.26-7-6.75-7-12V5l7-3zm-1 14.17l5.59-5.58L15.17 9 11 13.17 8.83 11 7.41 12.41 11 16.17z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.product-panel__highlight--target .product-panel__highlight-icon::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11 2v2.06A8.001 8.001 0 004.06 11H2v2h2.06A8.001 8.001 0 0011 19.94V22h2v-2.06A8.001 8.001 0 0019.94 13H22v-2h-2.06A8.001 8.001 0 0013 4.06V2h-2zm1 4a6 6 0 110 12 6 6 0 010-12zm0 2.5A3.5 3.5 0 1015.5 12 3.5 3.5 0 0012 8.5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11 2v2.06A8.001 8.001 0 004.06 11H2v2h2.06A8.001 8.001 0 0011 19.94V22h2v-2.06A8.001 8.001 0 0019.94 13H22v-2h-2.06A8.001 8.001 0 0013 4.06V2h-2zm1 4a6 6 0 110 12 6 6 0 010-12zm0 2.5A3.5 3.5 0 1015.5 12 3.5 3.5 0 0012 8.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.product-panel__highlight-label {
  color: #493e43;
  font-size: 15px;
  line-height: 1.35;
}

.product-panel__social-proof {
  margin-top: 12px;
}

.product-panel {
  position: static;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-panel h1 {
  max-width: 440px;
  font-size: clamp(28px, 2.5vw, 34px);
  line-height: 1.04;
}

.product-panel__title {
  max-width: 520px;
  margin: 0;
  font-family: "TStarProHeavy", sans-serif;
  font-size: clamp(28px, 3vw, 39px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.98;
  text-wrap: balance;
}

.product-panel__price {
  margin-top: 2px;
}

.product-panel .price-stack__current {
  font-size: 17px;
}

.product-panel .price-stack__compare {
  font-size: 12px;
}

.product-panel__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.product-panel__microcopy {
  margin: 8px 0 14px;
  color: #6d6167;
  font-size: 12px;
  line-height: 1.45;
}

.product-panel__microcopy a {
  color: #2b2428;
  font-weight: 700;
  text-decoration: none;
}

.product-panel__meta {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.product-review-pill {
  display: inline-grid;
  justify-items: start;
  gap: 2px;
}

.product-review-pill strong {
  color: #1d1619;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.product-panel__shop-pay {
  display: inline-flex;
  align-items: center;
  margin: 0 2px;
  padding: 1px 6px 2px;
  border-radius: 7px;
  background: #5a31f4;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.product-panel__shop-pay span {
  margin-left: 1px;
  font-weight: 800;
}

.product-shell--source-hero .product-gallery {
  gap: 14px;
}

.product-shell--source-hero .product-gallery__viewport,
.product-shell--source-hero .product-gallery__slide {
  gap: 0;
  background: #fff;
}

.product-shell--source-hero .product-gallery__slide {
  padding: 0;
  border-radius: 0;
}

.product-shell--source-hero .product-gallery__slide img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  background: #fff;
}

.product-shell--source-hero .product-gallery__thumbs {
  padding: 0 0 4px;
}

.product-shell--source-hero .product-panel__title {
  max-width: 560px;
  font-size: clamp(32px, 3.1vw, 40px);
  letter-spacing: 0.01em;
  line-height: 0.98;
}

.product-shell--source-hero .product-panel__price {
  margin-top: 10px;
}

.product-shell--source-hero .product-panel__price .price-stack {
  align-items: center;
  gap: 8px;
}

.product-shell--source-hero .product-panel__price .price-stack__current {
  font-size: 22px;
  line-height: 1;
}

.product-shell--source-hero .product-panel__price .price-stack__compare {
  color: #6a6166;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
}

.product-shell--source-hero .product-panel__price .price-stack__saving {
  color: #1f1a1d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.product-shell--source-hero .product-panel__meta {
  gap: 6px;
  margin: 10px 0 20px;
}

.product-shell--source-hero .product-panel__microcopy {
  margin: 0;
  color: #5a5257;
  font-size: 13px;
}

.product-shell--source-hero .product-panel__microcopy a {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.product-shell--source-hero .product-panel__shop-pay {
  margin: 0 4px;
  padding: 2px 7px 3px;
  border-radius: 6px;
  font-size: 11px;
  letter-spacing: 0;
  vertical-align: middle;
}

.product-swatch {
  margin: 12px 0 18px;
}

.product-swatch__label {
  margin: 0 0 10px;
  color: #40383d;
  font-size: 13px;
}

.product-swatch__label strong {
  font-weight: 500;
}

.product-swatch__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.product-swatch__item {
  display: grid;
  gap: 8px;
  width: 96px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}

.product-swatch__media {
  display: block;
}

.product-swatch__item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  border: 1px solid rgba(37, 29, 34, 0.08);
  border-radius: 10px;
  object-fit: cover;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-swatch__text {
  color: #3f363b;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}
