/** Shopify CDN: Minification failed

Line 1400:27 Unexpected ".1"

**/
:root {
  --cream: #fffaf7;
  --ink: #5a3f42;
  --muted: rgba(90, 63, 66, .68);
  --pink: #d98f8d;
  --pink-soft: #fbe2df;
  --purple: #b69acb;
  --purple-soft: #f2eafa;
  --blue-soft: #e7f3f4;
  --yellow-soft: #fff3dc;
  --mint-soft: #e4f1e9;
  --shadow: 0 24px 60px rgba(116, 77, 82, .14);
}

.floating-whatsapp-chat {
  align-items: center;
  background: #25d366;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: calc(18px + env(safe-area-inset-bottom));
  box-shadow: 0 12px 28px rgba(18, 140, 72, .28);
  color: #fff;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 18px;
  transition: transform .18s ease, box-shadow .18s ease;
  width: 58px;
  z-index: 49;
}

.floating-whatsapp-chat:hover {
  box-shadow: 0 16px 34px rgba(18, 140, 72, .36);
  transform: translateY(-2px);
}

.floating-whatsapp-chat:focus-visible {
  outline: 3px solid rgba(37, 211, 102, .34);
  outline-offset: 3px;
}

.floating-whatsapp-chat svg {
  fill: currentColor;
  height: 32px;
  width: 32px;
}

.floating-whatsapp-chat:has(+ .floating-cart-bubble:not([hidden])) {
  bottom: calc(112px + env(safe-area-inset-bottom));
}

@media (max-width: 620px) {
  .floating-whatsapp-chat {
    bottom: calc(14px + env(safe-area-inset-bottom));
    height: 56px;
    right: 14px;
    width: 56px;
  }

  .floating-whatsapp-chat:has(+ .floating-cart-bubble:not([hidden])) {
    bottom: calc(94px + env(safe-area-inset-bottom));
  }
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.inabox-shell { min-height: 100vh; overflow-x: clip; background: linear-gradient(180deg, var(--cream) 0%, #fff5f2 36%, var(--cream) 100%); }
.page-width, .header-inner, .footer { max-width: 1240px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.shopify-section-group-header-group { position: sticky; top: 0; z-index: 50; }
.site-header { position: relative; background: rgba(255,250,247,.96); border-bottom: 1px solid rgba(217,143,141,.2); box-shadow: 0 8px 24px rgba(99,57,73,.07); backdrop-filter: blur(16px); transform: translateZ(0); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo { min-width: 230px; display: inline-flex; align-items: center; gap: 11px; }
.logo-mark { display: inline-flex; flex: 0 0 auto; line-height: 1; }
.logo img { width: 64px; height: 64px; object-fit: contain; border-radius: 50%; filter: drop-shadow(0 8px 16px rgba(136,82,120,.15)); }
.logo-copy { display: flex; flex-direction: column; line-height: 1; }
.brand { align-items: center; display: inline-flex; gap: 0; letter-spacing: 0; white-space: nowrap; }
.brand-script { color: #e1519f; font-family: 'Parisienne', 'Segoe Script', cursive; font-size: 37px; font-weight: 400; line-height: .82; }
.logo .brand-script-image { border-radius: 0; display: block; filter: none; height: auto; object-fit: contain; width: 88px; }
.brand-word { color: #3d2b3d; font-family: 'DM Serif Display', Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1; }
.brand-script + .brand-word { margin-left: 5px; }
.brand-script-image + .brand-word { margin-left: -5px; position: relative; transform: translateY(4px); z-index: 1; }
.brand.small { font-size: 18px; }
.brand.small span { font-size: 22px; }
.tagline { color: #b28c58; font-family: 'Poppins', Arial, sans-serif; font-size: 9px; font-weight: 700; margin-top: 7px; text-transform: uppercase; letter-spacing: 0; }
.logo-copy > .tagline { align-items: center; align-self: flex-start; display: flex; font-size: 7px; justify-content: space-between; margin-left: 21px; white-space: nowrap; width: 102.75px; }
nav { display: flex; align-items: center; gap: 8px; }
nav a { border-radius: 999px; color: rgba(61,43,61,.72); font-size: 14px; font-weight: 650; padding: 10px 17px; }
nav a:hover { background: var(--pink-soft); color: var(--ink); }
.header-actions { display: flex; gap: 4px; align-items: center; justify-content: flex-end; min-width: 132px; }
.icon-button { position: relative; width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 13px; font-weight: 850; }
.icon-button:hover { background: var(--pink-soft); }
.icon-button sup { position: absolute; right: -5px; top: -5px; background: var(--pink); color: #fff; border-radius: 999px; font-size: 10px; padding: 2px 5px; }
.section-band { background: linear-gradient(135deg, rgba(255,241,248,.98), rgba(255,252,247,.92) 58%, rgba(239,248,255,.98)); }
.hero { min-height: 640px; padding: 72px 24px 58px; }
.hero-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,.92fr) minmax(380px,1.08fr); gap: 48px; align-items: center; }
.pill, .section-pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: rgba(255,255,255,.86); box-shadow: 0 10px 28px rgba(139,79,120,.08); color: rgba(61,43,61,.72); font-size: 12px; font-weight: 850; margin: 0 0 22px; padding: 8px 16px; }
.hero h1 { font-size: clamp(38px, 5vw, 62px); font-weight: 850; line-height: 1.03; margin: 0 0 22px; max-width: 610px; letter-spacing: 0; }
.hero h1 span { background: linear-gradient(90deg,#ef4fa6,#9472e9,#4fa9ee); background-clip: text; -webkit-background-clip: text; color: transparent; }
.lead { color: var(--muted); font-size: 18px; line-height: 1.8; margin: 0 0 28px; max-width: 545px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.center-row { justify-content: center; margin-top: 28px; }
.primary-cta, .secondary-cta, .whatsapp, .cart-link, .newsletter button, .addon-card a, .addon-card button, .contact-form button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 850; padding: 13px 28px; border: 0; }
.primary-cta { background: linear-gradient(90deg,#ea4fa8,#bf69e8); color: #fff; box-shadow: 0 14px 28px rgba(178,102,161,.24); }
.secondary-cta { background: #fff; border: 2px solid #f8c8e0; color: var(--ink); }
.whatsapp { background: #25d366; color: #fff; width: 100%; }
.cart-link { width: 100%; margin-top: 10px; border: 2px solid rgba(247,143,199,.45); background: transparent; color: var(--ink); }
.cta-arrow { font-size: 20px; line-height: 1; margin-left: 12px; }
.stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 40px; max-width: 560px; }
.hero-stat { align-items: center; color: rgba(61,43,61,.5); display: flex; flex-direction: column; font-size: 12px; min-width: 0; padding: 0 16px; text-align: center; }
.hero-stat + .hero-stat { border-left: 1px solid rgba(217,143,141,.22); }
.stats strong { align-items: center; color: var(--ink); display: inline-flex; font-size: 25px; justify-content: center; min-height: 32px; margin-bottom: 5px; }
.stat-icon { color: #e7509e; font-size: 29px; line-height: 1; }
.stat-label { line-height: 1.35; }
.hero-art { min-width: 0; position: relative; }
.hero-art-frame { aspect-ratio: 4/3; background: rgba(255,255,255,.72); border: 8px solid rgba(255,255,255,.86); border-radius: 32px; box-shadow: var(--shadow); max-height: 500px; overflow: hidden; width: 100%; }
.hero-art-frame > a { display: block; height: 100%; }
.hero-art-frame img { display: block; height: 100%; object-fit: contain; width: 100%; }
.float-card { position: absolute; width: 66px; height: 66px; display: flex; align-items: center; justify-content: center; border-radius: 22px; box-shadow: 0 16px 34px rgba(139,79,120,.18); font-size: 13px; font-weight: 850; }
.bow { left: -22px; bottom: -18px; background: var(--yellow-soft); }
.star { right: 42px; top: -20px; background: var(--purple-soft); }
.heart { right: -18px; top: 52%; background: var(--blue-soft); }
.tone-yellow { background: var(--yellow-soft); }
.tone-purple { background: var(--purple-soft); }
.tone-blue { background: var(--blue-soft); }
.section, .gallery-section, .newsletter { max-width: 1240px; margin: 0 auto; padding: 86px 24px; }
.narrow { max-width: 1020px; }
.section-heading { max-width: 560px; margin: 0 auto 50px; text-align: center; }
.section-heading h2, .newsletter h2 { font-size: 39px; line-height: 1.1; font-weight: 850; margin: 0 0 12px; letter-spacing: 0; }
.section-heading p:not(.section-pill), .newsletter p { color: var(--muted); line-height: 1.7; margin: 0; }
.section-pill { box-shadow: none; margin-bottom: 16px; }
.purple { background: var(--purple-soft); color: #8a58db; }
.yellow { background: var(--yellow-soft); color: #a27511; }
.product-grid, .addon-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.product-card, .addon-card, figure { position: relative; text-align: center; border: 2px solid transparent; box-shadow: 0 18px 44px rgba(139,79,120,.11); }
.product-card { border-radius: 40px; padding: 34px 24px 26px; }
.product-card.pink { background: linear-gradient(180deg,#ffe4f2,#fff2f8); border-color: #f9bedc; }
.product-card.purple { background: linear-gradient(180deg,#eee3ff,#f8f2ff); border-color: #dbc5ff; }
.product-card.blue { background: linear-gradient(180deg,#dff5ff,#f1fbff); border-color: #bae8ff; }
.product-card.mint { background: linear-gradient(180deg,#e1f2e8,#f4fbf7); border-color: #bfdccb; }
.badge { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); white-space: nowrap; border-radius: 999px; color: #fff; background: #cf8583; font-size: 12px; font-weight: 850; padding: 7px 16px; box-shadow: 0 10px 20px rgba(178,102,101,.2); }
.badge.inline { position: static; transform: none; display: inline-flex; margin-bottom: 12px; }
.card-badge { background: rgba(255,255,255,.78); border: 1px solid rgba(217,143,141,.28); border-radius: 999px; color: #a65e5c !important; display: inline-flex; font-size: 11px !important; font-weight: 850; line-height: 1.2 !important; margin: 0 auto 14px !important; padding: 7px 13px; }
.card-image-link { align-items: center; aspect-ratio: 1/1; background: rgba(255,255,255,.7); border-radius: 34px; display: flex; justify-content: center; overflow: hidden; position: relative; }
.product-card img, .addon-card img, .detail-image img { width: 100%; height: 100%; object-fit: contain; border-radius: 34px; }
.product-card h3, .addon-card h3 { font-size: 20px; font-weight: 850; margin: 22px 0 8px; letter-spacing: 0; }
.product-card.title-pink h3 a, .product-card.title-pink > h3 { color: #ad3f75; }
.product-card.title-purple h3 a, .product-card.title-purple > h3 { color: #7653a8; }
.product-card.title-blue h3 a, .product-card.title-blue > h3 { color: #267b9f; }
.product-card.title-mint h3 a, .product-card.title-mint > h3 { color: #32745d; }
.product-card-rating { align-items: center; display: flex; gap: 8px; justify-content: center; margin: 0 0 15px; min-height: 22px; }
.rating-stars { color: #ddd2d5; display: inline-block; font-family: Arial, sans-serif; font-size: 17px; letter-spacing: 2px; line-height: 1; position: relative; white-space: nowrap; }
.rating-stars::before { content: "★★★★★"; }
.rating-stars::after { color: #f2b441; content: "★★★★★"; left: 0; overflow: hidden; position: absolute; top: 0; white-space: nowrap; width: var(--rating-percent); }
.rating-copy { color: var(--muted); font-size: 11px; font-weight: 750; line-height: 1.2; }
.product-card p, .addon-card p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0 auto 18px; }
.category { color: #a27511; font-size: 12px; font-weight: 850; margin: 18px 0 0; text-transform: uppercase; }
.price-row, .detail-price { display: flex; justify-content: center; align-items: baseline; gap: 10px; margin-bottom: 18px; }
.price-row strong, .detail-price strong { font-size: 25px; color: var(--ink); }
.price-row span, .detail-price span { color: rgba(61,43,61,.38); font-weight: 750; text-decoration: line-through; }
.addon-card { background: linear-gradient(135deg,#fffbea,#fff1f8); border-color: #ffefbc; border-radius: 38px; padding: 28px 24px; }
.addon-card.disabled { background: linear-gradient(135deg,#f8f2ff,#eff9ff); border-color: #dfd1ff; }
.addon-card a, .addon-card button { background: linear-gradient(90deg,#ffd869,#f78fc7); color: #fff; width: 100%; }
.testimonials { max-width: 1240px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
figure { background: #fff; border-color: #ffe0ef; border-radius: 28px; margin: 0; padding: 24px; text-align: left; }
figure div { color: #ffc64a; font-size: 13px; margin-bottom: 14px; }
blockquote { color: rgba(61,43,61,.72); font-size: 14px; line-height: 1.65; margin: 0 0 18px; }
figcaption { font-weight: 850; }
.newsletter { background: linear-gradient(135deg,#fff2f8,#f2ecff 58%,#ecf8ff); border: 2px solid rgba(248,200,224,.75); border-radius: 42px; box-shadow: var(--shadow); margin-bottom: 72px; max-width: 940px; text-align: center; }
.newsletter form { display: flex; gap: 8px; margin: 28px auto 0; max-width: 520px; background: #fff; border: 2px solid #f8c8e0; border-radius: 999px; padding: 8px; }
.newsletter input { flex: 1; min-width: 0; border: 0; outline: none; padding: 0 16px; }
.newsletter button { background: #cf8583; color: #fff; min-height: 44px; }
.page-hero { margin: 0; padding: 92px 24px 78px; text-align: center; }
.page-hero h1 { font-size: 54px; font-weight: 850; line-height: 1.05; margin: 0 auto 18px; max-width: 760px; letter-spacing: 0; }
.page-hero p:not(.pill) { color: var(--muted); font-size: 18px; line-height: 1.7; margin: 0 auto; max-width: 660px; }
.shop-toolbar { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 46px; }
.shop-toolbar span { background: #fff; border: 1px solid rgba(247,143,199,.24); border-radius: 999px; color: rgba(61,43,61,.62); font-size: 13px; font-weight: 750; padding: 10px 16px; }
.story-layout, .contact-layout, .checkout-layout, .cart-layout, .detail-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; }
.story-card, .value-grid article, .cart-panel, .contact-form, .policy-grid article, .faq-list details, .empty-state, .detail-copy, .detail-image { background: rgba(255,255,255,.78); border: 2px solid rgba(255,224,239,.86); border-radius: 34px; box-shadow: 0 18px 44px rgba(139,79,120,.09); }
.story-card, .detail-copy, .cart-panel, .contact-form { padding: 30px; }
.story-card p, .value-grid p, .cart-panel p, .policy-grid p { color: var(--muted); line-height: 1.75; }
.value-grid, .trust-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.value-grid article, .policy-grid article { padding: 24px; }
.faq-layout { max-width: 900px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 0 24px; }
.faq-list summary { cursor: pointer; font-weight: 850; list-style: none; padding: 20px 0; }
.faq-list details p { border-top: 1px solid #ffe0ef; color: var(--muted); line-height: 1.75; margin: 0; padding: 18px 0 22px; }
.policy-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.contact-cards { display: grid; gap: 16px; }
.contact-cards a, .contact-cards div { background: #fff; border: 2px solid #ffe0ef; border-radius: 28px; box-shadow: 0 12px 30px rgba(139,79,120,.08); display: flex; flex-direction: column; font-size: 18px; font-weight: 850; padding: 24px; }
.contact-cards span { color: var(--muted); font-size: 13px; font-weight: 850; margin-bottom: 6px; text-transform: uppercase; }
.contact-form { display: grid; gap: 16px; }
.contact-form label, .quantity { color: rgba(61,43,61,.72); display: grid; font-size: 13px; font-weight: 850; gap: 8px; }
.contact-form input, .contact-form textarea, .quantity input { background: #fff; border: 2px solid #ffe0ef; border-radius: 18px; color: var(--ink); outline: none; padding: 13px 15px; }
.contact-form button { background: #cf8583; color: #fff; }
.empty-state { max-width: 720px; padding: 46px 28px; text-align: center; }
.product-detail { max-width: 1240px; }
.product-detail.section { padding-top: 20px; }
.detail-image { padding: 24px; }
.detail-copy h1 { font-size: 46px; line-height: 1.08; margin: 6px 0 8px; letter-spacing: 0; }
.reviews { color: var(--muted); margin: 0 0 14px; }
.detail-price { justify-content: flex-start; }
.trust-grid { margin-top: 28px; }
.trust-grid article { background: #fff8fb; border: 1px solid #ffe0ef; border-radius: 22px; padding: 16px; }
.trust-grid h3 { font-size: 14px; margin: 0 0 7px; }
.trust-grid p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 0; }
.cart-line { display: grid; grid-template-columns: 96px 1fr; gap: 18px; align-items: center; margin: 18px 0; }
.cart-line-image { align-items: center; aspect-ratio: 1/1; background: #fff8fb; border: 1px solid #f4d7e5; border-radius: 10px; display: flex; justify-content: center; overflow: hidden; width: 96px; }
.cart-line img { display: block; height: 100%; object-fit: contain; width: 100%; }
.cart-total { display: flex; justify-content: space-between; border-top: 1px solid #ffe0ef; padding: 16px 0; }
.footer { border-top: 1px solid #ffe0ef; padding-top: 60px; padding-bottom: 34px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 32px; }
.footer p, .footer a { color: var(--muted); font-size: 14px; line-height: 1.7; display: block; margin-top: 9px; }
.footer h3 { font-size: 15px; margin: 4px 0 13px; }
.footer-payments { align-items: center; border-top: 1px solid #ffe0ef; display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; margin-top: 38px; padding-top: 24px; }
.footer-payments > p { color: var(--muted); font-size: 12px; font-weight: 800; margin: 0; }
.footer-payments ul { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.footer-payments li { align-items: center; background: #fff; border: 1px solid #ecd9dd; border-radius: 5px; display: inline-flex; height: 30px; justify-content: center; overflow: hidden; padding: 3px 5px; width: 48px; }
.footer-payments .icon { height: 22px; max-width: 40px; width: 100%; }
.footer-bottom { border-top: 1px solid #ffe0ef; margin-top: 24px; padding-top: 24px; display: flex; justify-content: space-between; gap: 12px; color: rgba(61,43,61,.44); font-size: 12px; }

@media (max-width: 620px) {
  .footer-payments { flex-direction: column; gap: 10px; }
  .footer-payments li { height: 29px; width: 46px; }
}
.image-placeholder { aspect-ratio: 1/1; border-radius: 34px; background: #fff; display: flex; align-items: center; justify-content: center; color: var(--muted); font-weight: 850; padding: 20px; }
.page-content { color: var(--muted); line-height: 1.8; }
@media (max-width: 920px) {
  .header-inner { flex-wrap: wrap; justify-content: center; padding-top: 14px; padding-bottom: 14px; }
  .logo, .header-actions { min-width: auto; }
  nav { order: 3; overflow-x: auto; width: 100%; justify-content: center; }
  .hero-grid, .product-grid, .addon-grid, .testimonial-grid, .footer-grid, .story-layout, .policy-grid, .contact-layout, .checkout-layout, .cart-layout, .detail-grid, .value-grid, .trust-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 540px; }
}
@media (max-width: 560px) {
  .hero, .section, .footer { padding-left: 18px; padding-right: 18px; }
  .page-hero h1, .section-heading h2, .newsletter h2 { font-size: 32px; }
  .detail-copy h1 { font-size: 34px; }
  .newsletter form { border-radius: 24px; flex-direction: column; }
  .newsletter input { min-height: 44px; text-align: center; }
}

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: #fff; border: 2px solid var(--pink); border-radius: 6px; padding: 12px 16px; }
.skip-link:focus { top: 16px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.desktop-nav { flex: 1; justify-content: center; }
.utility-link { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; color: var(--muted); font-size: 13px; font-weight: 800; padding: 8px 10px; }
.header-icon { border-radius: 50%; flex: 0 0 38px; font-size: 26px; height: 38px; line-height: 1; padding: 0; width: 38px; }
.header-icon svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; width: 22px; }
.header-icon:hover { background: var(--pink-soft); }
.utility-link:hover { color: var(--ink); }
.cart-utility { position: relative; }
.cart-utility [data-cart-count] { align-items: center; background: var(--pink); border: 2px solid #fffaf7; border-radius: 999px; color: #fff; display: inline-flex; font-size: 10px; font-weight: 850; height: 19px; justify-content: center; min-width: 19px; padding: 0 4px; position: absolute; right: -3px; top: -2px; }
.mobile-menu { display: none; }
.mobile-menu summary { cursor: pointer; font-weight: 800; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { display: grid; gap: 4px; padding: 12px 0; }
.mobile-menu nav a { display: block; }
.product-grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.product-grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.product-grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.full-button { width: 100%; }
button:disabled { cursor: not-allowed; opacity: .55; }
.card-product-form { margin-top: 4px; }
.checkout-note { color: rgba(90,63,66,.58) !important; font-size: 11px !important; line-height: 1.4 !important; margin: 9px 4px 2px !important; }
.wishlist-button { min-height: 44px; width: 100%; background: transparent; border: 0; color: var(--muted); font-weight: 800; margin-top: 8px; }
.wishlist-button:hover, .wishlist-button.is-saved { color: #b66f6d; }
.benefits-band { background: #f7ded9; border-top: 1px solid #efc4be; border-bottom: 1px solid #efc4be; }
.benefits-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.benefit-item { min-height: 118px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 24px; text-align: center; border-right: 1px solid rgba(183,114,111,.18); }
.benefit-item:last-child { border-right: 0; }
.benefit-item strong { font-family: Georgia, 'Times New Roman', serif; font-size: 18px; }
.benefit-item span { color: var(--muted); font-size: 13px; }
.benefit-item[href]:hover { background: rgba(255,255,255,.45); }
.shop-toolbar { align-items: center; }
.shop-toolbar label { color: var(--muted); font-size: 13px; font-weight: 800; }
.shop-toolbar select, .shop-toolbar button, .product-form select { min-height: 44px; background: #fff; border: 1px solid #e8c5c0; border-radius: 6px; color: var(--ink); padding: 8px 12px; }
.shop-toolbar button { background: var(--pink); color: #fff; cursor: pointer; font-weight: 800; }
.pagination { display: flex; justify-content: center; gap: 12px; margin-top: 42px; }
.product-gallery { display: grid; gap: 14px; align-content: start; }
.product-gallery .detail-image { display: block; }
.product-gallery .detail-image:not(:first-child) { display: inline-block; width: calc(33.333% - 10px); padding: 8px; }
.product-form { display: grid; gap: 14px; }
.field-label { color: var(--muted); font-size: 13px; font-weight: 800; }
.detail-copy .whatsapp { margin-top: 12px; }
.product-addon-limit { background: var(--mint-soft); border-radius: 6px; color: #416b53; display: inline-flex; font-size: 12px; font-weight: 800; margin: 0 0 12px; padding: 9px 12px; }
.trust-grid h2 { font-size: 14px; margin: 0 0 7px; }
.cart-quantity { width: 76px; min-height: 40px; border: 1px solid #e8c5c0; border-radius: 6px; margin: 8px 12px 0 0; padding: 8px; }
.quantity-stepper { align-items: center; border: 1px solid #e8c5c0; border-radius: 6px; display: inline-grid; grid-template-columns: 40px 48px 40px; margin: 10px 12px 0 0; overflow: hidden; vertical-align: middle; }
.quantity-stepper button { align-items: center; background: #fff8fb; border: 0; color: var(--ink); display: inline-flex; font-size: 22px; font-weight: 700; height: 42px; justify-content: center; padding: 0; width: 40px; }
.quantity-stepper button:hover { background: var(--pink-soft); }
.quantity-stepper .cart-quantity { appearance: textfield; background: #fff; border: 0; border-left: 1px solid #f0d9e2; border-radius: 0; border-right: 1px solid #f0d9e2; height: 42px; margin: 0; min-height: 42px; padding: 6px; text-align: center; width: 48px; }
.quantity-stepper .cart-quantity::-webkit-inner-spin-button, .quantity-stepper .cart-quantity::-webkit-outer-spin-button { appearance: none; margin: 0; }
.cart-line[data-cart-updating='true'] { opacity: .62; pointer-events: none; }
.remove-link { color: #a65e5c; font-size: 13px; font-weight: 800; }
.cart-note { display: grid; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 800; margin-top: 24px; }
.cart-note small { color: var(--muted); font-size: 12px; font-weight: 500; line-height: 1.55; }
.cart-note textarea { border: 1px solid #e8c5c0; border-radius: 6px; padding: 12px; resize: vertical; }
.cart-note-status { color: #7a6b70; font-size: 11px; font-weight: 700; min-height: 16px; }
.cart-discount { border-top: 1px solid #ffe0ef; display: grid; gap: 8px; margin-top: 22px; padding-top: 20px; }
.cart-discount > label { color: var(--ink); font-size: 13px; font-weight: 850; }
.discount-entry { display: grid; gap: 8px; grid-template-columns: minmax(0,1fr) auto; }
.discount-entry input { background: #fff; border: 1px solid #e8c5c0; border-radius: 6px; color: var(--ink); min-height: 46px; padding: 10px 12px; }
.discount-entry button { border-width: 1px; min-height: 46px; padding: 10px 18px; }
.cart-discount > p { font-size: 11px; line-height: 1.5; margin: 0; }
.applied-discount { align-items: center; background: var(--mint-soft); border-radius: 6px; color: #416b53; display: flex; font-size: 12px; justify-content: space-between; padding: 10px 12px; }
.remove-discount-button { background: transparent; border: 0; color: #a65e5c; font-size: 12px; font-weight: 850; justify-self: start; padding: 4px 0; text-decoration: underline; text-underline-offset: 3px; }
.remove-discount-button:hover { color: var(--ink); }
.remove-discount-button:disabled { cursor: wait; opacity: .6; }
.cart-buttons { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.checkout-whatsapp { margin: 0; width: auto; }
.whatsapp-summary-note { color: var(--muted); font-size: 11px; margin: 8px 2px 0; text-align: right; }
.cart-property { color: var(--muted); font-size: 12px; margin: 4px 0; }
.whatsapp-order-dialog { background: #fffaf7; border: 1px solid #efccd9; border-radius: 8px; box-shadow: 0 28px 70px rgba(76,48,57,.28); color: var(--ink); max-height: calc(100vh - 32px); max-width: calc(100vw - 28px); padding: 24px; width: 580px; }
.whatsapp-order-dialog::backdrop { background: rgba(61,43,61,.54); backdrop-filter: blur(3px); }
.whatsapp-dialog-header { align-items: flex-start; display: flex; gap: 18px; justify-content: space-between; }
.whatsapp-dialog-header h2 { font-size: 25px; margin: 0 0 7px; }
.whatsapp-dialog-header p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }
.dialog-close { align-items: center; background: transparent; border: 0; border-radius: 50%; color: var(--muted); display: inline-flex; flex: 0 0 36px; font-size: 28px; height: 36px; justify-content: center; padding: 0; width: 36px; }
.dialog-close:hover { background: var(--pink-soft); }
.whatsapp-order-form { display: grid; gap: 18px; margin-top: 22px; }
.whatsapp-customer-grid { display: grid; gap: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.whatsapp-customer-grid label { color: var(--muted); display: grid; font-size: 12px; font-weight: 800; gap: 7px; }
.whatsapp-customer-grid input, .whatsapp-customer-grid textarea { background: #fff; border: 1px solid #e8c5c0; border-radius: 6px; color: var(--ink); min-width: 0; padding: 11px 12px; }
.whatsapp-customer-grid .full-field { grid-column: 1 / -1; }
.proceed-whatsapp { border: 0; margin: 0; min-height: 50px; }
.cart-benefits { display: grid; gap: 12px; margin-top: 20px; }
.cart-benefits div { background: var(--pink-soft); border-radius: 6px; display: grid; gap: 4px; padding: 14px; }
.cart-benefits span { color: var(--muted); font-size: 13px; }
.faq-list details div { border-top: 1px solid #ffe0ef; color: var(--muted); line-height: 1.75; padding: 18px 0 22px; }
.story-card > div { color: var(--muted); line-height: 1.75; }
.story-card .primary-cta { margin-top: 12px; }
.story-baby-icon { align-items: center; background: #fff0f7; border: 2px solid #f5c5dc; border-radius: 50%; display: flex; height: 76px; justify-content: center; margin: 0 auto 18px; width: 76px; }
.story-baby-icon svg { fill: none; height: 43px; stroke: #d85b96; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; width: 43px; }
.story-card > .story-baby-icon { color: #d85b96; line-height: 1; }
.story-card > h2 { text-align: center; }
.story-social-section { padding-bottom: 76px; text-align: center; }
.story-social-section h2 { font-size: 27px; margin: 0 0 20px; }
.story-social-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.story-social-link { align-items: center; background: #fff; border: 1px solid #efccd9; border-radius: 8px; color: var(--ink); display: inline-flex; font-size: 14px; font-weight: 850; gap: 10px; min-height: 48px; padding: 9px 18px; }
.story-social-link:hover { background: #fff0f7; border-color: #dfa7c1; }
.story-social-link span { align-items: center; border-radius: 50%; color: #fff; display: inline-flex; font-size: 11px; font-weight: 850; height: 28px; justify-content: center; width: 28px; }
.story-social-link.instagram span { background: #d64f91; }
.story-social-link.tiktok span { background: #29232b; }
.story-social-link.facebook span { background: #3973c6; font-family: Arial, sans-serif; font-size: 18px; }
.form-success { background: var(--mint-soft); border-radius: 6px; padding: 12px; }
.site-footer { border-top: 1px solid #edcfca; }
.footer-column h2 { font-size: 15px; margin: 4px 0 13px; }
.footer-whatsapp { color: #a65e5c !important; font-weight: 800; }
.rte p:first-child { margin-top: 0; }

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .header-actions { display: flex; margin-left: auto; min-width: 0; }
  .mobile-menu { display: block; margin-left: auto; }
  .header-inner { flex-wrap: nowrap; justify-content: space-between; }
  .mobile-menu nav { background: #fffaf7; border: 1px solid #f4d7e5; border-radius: 8px; box-shadow: var(--shadow); display: grid; gap: 2px; left: 12px; padding: 12px; position: fixed; right: 12px; top: 82px; width: auto; }
  .product-grid-2, .product-grid-3, .product-grid-4, .benefits-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .benefit-item:nth-child(2n) { border-right: 0; }
}

@media (max-width: 620px) {
  .product-grid-2, .product-grid-3, .product-grid-4, .benefits-grid { grid-template-columns: 1fr; }
  .benefit-item { border-right: 0; border-bottom: 1px solid rgba(183,114,111,.18); }
  .hero { min-height: auto; padding-top: 54px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { width: 100%; }
  .logo { min-width: 0; }
  .logo img { width: 54px; height: 54px; }
  .cart-buttons { display: grid; }
}

/* Mobile-first catalog and cart checkout flow. */
.catalog-section { padding-top: 58px; }
.cart-upsells { border-top: 1px solid #ffe0ef; margin-top: 24px; padding-top: 24px; }
.cart-upsell-heading { margin-bottom: 16px; }
.cart-upsell-heading .section-pill { margin-bottom: 8px; }
.cart-upsell-heading h2 { font-size: 22px; margin: 0 0 6px; }
.cart-upsell-heading p:last-child { font-size: 14px; margin: 0; }
.cart-upsell-list { display: grid; gap: 12px; }
.cart-upsell { align-items: center; background: #fff8fb; border: 1px solid #f4d7e5; border-radius: 8px; display: grid; gap: 12px; grid-template-columns: 82px minmax(0,1fr) auto; padding: 10px; }
.cart-upsell-image { align-items: center; aspect-ratio: 1/1; background: #fff; border: 1px solid #f4d7e5; border-radius: 6px; display: flex; justify-content: center; overflow: hidden; width: 82px; }
.cart-upsell-image img { display: block; height: 100%; object-fit: contain; width: 100%; }
.cart-upsell-copy h3 { font-size: 15px; margin: 0 0 4px; }
.cart-upsell-copy p { font-size: 12px; line-height: 1.45; margin: 0 0 5px; }
.cart-upsell-copy strong { color: var(--ink); font-size: 14px; }
.upsell-button { min-height: 42px; padding: 9px 16px; }
.upsell-added { background: var(--mint-soft); border-radius: 6px; color: #416b53; font-size: 12px; font-weight: 800; padding: 8px 10px; }

@media (max-width: 620px) {
  .header-inner { gap: 2px; min-height: 72px; padding: 8px 12px; }
  .logo { gap: 7px; min-width: 0; }
  .logo img { height: 50px; width: 50px; }
  .logo-copy { max-width: 108px; }
  .brand-script { font-size: 31px; }
  .logo .brand-script-image { height: auto; width: 76px; }
  .brand-word { font-size: 20px; }
  .brand-script-image + .brand-word { transform: translateY(3px); }
  .logo-copy > .tagline { font-size: 6px; line-height: 1.15; margin-left: 18px; margin-top: 4px; width: 87px; }
  .header-actions { gap: 0; }
  .header-icon { flex-basis: 32px; font-size: 23px; height: 32px; width: 32px; }
  .mobile-menu { margin-left: 0; }
  .mobile-menu nav { top: 72px; }
  .hero { padding-bottom: 34px; padding-top: 30px; }
  .hero-grid { gap: 28px; }
  .hero h1 { font-size: 39px; line-height: 1.12; margin-bottom: 18px; }
  .lead { font-size: 16px; line-height: 1.6; margin-bottom: 22px; }
  .cta-row { align-items: flex-start; flex-direction: column; }
  .cta-row .primary-cta { min-width: 250px; }
  .cta-row .secondary-cta { min-width: 150px; }
  .stats { margin-top: 34px; width: 100%; }
  .hero-stat { padding: 0 8px; }
  .stats strong { font-size: 22px; }
  .stat-icon { font-size: 28px; }
  .hero-art { margin: 0 auto; max-width: 420px; }
  .hero-art-frame { aspect-ratio: 16/10; border-radius: 18px; border-width: 5px; max-height: 235px; }
  .float-card { display: none; }
  .section, .gallery-section, .newsletter { padding-bottom: 52px; padding-top: 52px; }
  .page-hero { padding: 44px 18px 38px; }
  .page-hero h1 { font-size: 32px; }
  .page-hero p:not(.pill) { font-size: 15px; line-height: 1.6; }
  .catalog-section { padding-top: 44px; }
  .product-grid { gap: 26px; }
  .product-card { border-radius: 24px; padding: 22px 14px 18px; }
  .card-image-link { margin: 0 auto; max-width: 280px; width: 100%; }
  .product-card img, .addon-card img, .detail-image img { border-radius: 18px; height: 100%; max-height: none; object-fit: contain; width: 100%; }
  .product-card h3 { font-size: 19px; margin-top: 16px; }
  .product-card p { line-height: 1.5; margin-bottom: 14px; }
  .category { margin-top: 14px; }
  .story-card, .detail-copy, .cart-panel, .contact-form { padding: 20px 16px; }
  .detail-image { border-radius: 24px; padding: 10px; }
  .detail-copy h1 { font-size: 31px; }
  .cart-hero { padding-bottom: 30px; padding-top: 36px; }
  .cart-line { gap: 12px; grid-template-columns: 76px minmax(0,1fr); }
  .cart-line-image { border-radius: 8px; width: 76px; }
  .cart-upsell { align-items: start; grid-template-columns: 72px minmax(0,1fr); }
  .cart-upsell-image { width: 72px; }
  .upsell-button, .upsell-added { grid-column: 1 / -1; width: 100%; }
.cart-buttons { margin-top: 18px; position: static; background: rgba(255,250,247,.96); border-top: 1px solid #f4d7e5; margin-left: -16px; margin-right: -16px; padding: 12px 16px; }
  .cart-buttons .primary-cta, .cart-buttons .checkout-whatsapp { min-height: 52px; width: 100%; }
  .whatsapp-summary-note { text-align: center; }
  .discount-entry { grid-template-columns: 1fr; }
  .discount-entry button { width: 100%; }
  .whatsapp-order-dialog { max-height: calc(100vh - 20px); padding: 20px 16px; width: calc(100vw - 20px); }
  .whatsapp-dialog-header h2 { font-size: 21px; }
  .whatsapp-customer-grid { grid-template-columns: 1fr; }
  .whatsapp-customer-grid .full-field { grid-column: auto; }
}

@media (max-width: 380px) {
  .logo-copy { max-width: 88px; }
  .brand-script { font-size: 28px; }
  .logo .brand-script-image { height: auto; width: 68px; }
  .brand-word { font-size: 19px; }
  .logo-copy > .tagline { font-size: 5.5px; margin-left: 16px; width: 79.25px; }
  .logo img { height: 44px; width: 44px; }
  .header-icon { flex-basis: 30px; height: 30px; width: 30px; }
  .hero h1 { font-size: 36px; }
}

/* Scannable product contents on homepage and catalog cards. */
.product-card .card-image-link {
  aspect-ratio: 4 / 3;
  margin: 0 auto 18px;
  max-width: 300px;
  width: 88%;
}

.product-card .card-image-link img {
  object-fit: contain;
  padding: 6px;
}

.product-card .card-overview {
  margin: 14px 0 18px;
  text-align: left;
}

.product-card .card-overview h4 {
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
  margin: 0 0 10px;
  text-align: center;
}

.product-card .card-overview ul {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-card .card-overview li {
  align-items: center;
  background: rgba(255, 255, 255, .66);
  border: 1px solid rgba(217, 143, 141, .16);
  border-radius: 10px;
  color: var(--ink);
  display: flex;
  font-size: 13px;
  font-weight: 780;
  gap: 9px;
  line-height: 1.3;
  min-height: 38px;
  padding: 8px 10px;
}

.product-card .card-overview li span {
  flex: 0 0 22px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
}

.product-card .card-overview .card-overview__summary {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  margin: 10px 0 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card .card-description {
  margin: 14px auto 18px;
}

@media (max-width: 620px) {
  .product-card .card-image-link {
    margin-bottom: 14px;
    max-width: 230px;
    width: 82%;
  }

  .product-card .card-overview {
    margin-bottom: 16px;
  }

  .product-card .card-overview li {
    font-size: 13px;
    min-height: 40px;
    padding: 8px 11px;
  }
}

.product-card-gallery {
  margin: 0 auto 18px;
  max-width: 300px;
  position: relative;
  width: 88%;
}

.product-card .card-image-link {
  aspect-ratio: 4 / 3;
  background: transparent;
  border-radius: 14px;
  display: block;
  margin: 0;
  max-width: none;
  overflow: hidden;
  width: 100%;
}

.product-card-slide {
  display: none;
  height: 100%;
  width: 100%;
}

.product-card-slide.is-active {
  display: block;
}

.product-card .product-card-slide img {
  border-radius: 14px;
  display: block;
  height: 100%;
  object-fit: cover;
  padding: 0;
  width: 100%;
}

.gallery-arrow {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(90, 63, 66, .14);
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(90, 63, 66, .18);
  color: var(--ink);
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 30px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 3;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  background: #fff;
  border-color: var(--pink);
  outline: none;
}

.gallery-arrow--previous {
  left: 10px;
}

.gallery-arrow--next {
  right: 10px;
}

.product-card-gallery .gallery-arrow {
  font-size: 27px;
  height: 34px;
  width: 34px;
}

.product-card-gallery .gallery-arrow--previous {
  left: 7px;
}

.product-card-gallery .gallery-arrow--next {
  right: 7px;
}

.gallery-counter {
  background: rgba(61, 43, 61, .76);
  border-radius: 999px;
  bottom: 8px;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800;
  left: 50%;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 5px 9px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.product-gallery {
  align-content: start;
  display: block;
  min-width: 0;
}

.product-gallery-main {
  aspect-ratio: 4 / 3;
  background: transparent;
  border: 0;
  border-radius: 14px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}

.product-gallery-slide {
  display: none;
  height: 100%;
  width: 100%;
}

.product-gallery-slide.is-active {
  align-items: center;
  display: flex;
  justify-content: center;
}

.product-gallery-slide img {
  border-radius: 14px;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product-gallery-main .gallery-counter {
  bottom: 12px;
  font-size: 11px !important;
  padding: 6px 10px;
}

.product-gallery-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
  padding: 3px 2px 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.product-gallery-thumbnail {
  aspect-ratio: 1 / 1;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 9px;
  flex: 0 0 82px;
  overflow: hidden;
  padding: 0;
  scroll-snap-align: start;
}

.product-gallery-thumbnail:hover,
.product-gallery-thumbnail:focus-visible {
  border-color: rgba(217, 143, 141, .55);
  outline: none;
}

.product-gallery-thumbnail.is-active {
  border-color: var(--pink);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .9), 0 0 0 4px rgba(217, 143, 141, .22);
}

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

@media (max-width: 620px) {
  .product-card-gallery {
    margin-bottom: 14px;
    max-width: 230px;
    width: 82%;
  }

  .product-gallery-main {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
  }

  .product-gallery-slide img {
    border-radius: 12px;
  }

  .product-gallery-thumbnail {
    border-radius: 8px;
    flex-basis: 68px;
  }

  .product-gallery-main .gallery-arrow {
    height: 38px;
    width: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-gallery-thumbnails {
    scroll-behavior: auto;
  }
}

.gallery-arrow {
  background: rgba(255, 255, 255, .7);
  border-color: rgba(90, 63, 66, .1);
  box-shadow: 0 5px 14px rgba(90, 63, 66, .12);
  opacity: .84;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  background: rgba(255, 255, 255, .94);
  opacity: 1;
}

.product-card-gallery .gallery-arrow--previous {
  left: -18px;
}

.product-card-gallery .gallery-arrow--next {
  right: -18px;
}

.product-gallery-main {
  overflow: visible;
}

.product-gallery-slide {
  border-radius: 14px;
  overflow: hidden;
}

.product-gallery-main .gallery-arrow--previous {
  left: -20px;
}

.product-gallery-main .gallery-arrow--next {
  right: -20px;
}

.product-card-gallery--triple-s-box [data-gallery-slide]:first-child img,
.product-card-gallery--two-ina-box-scoops-plus-one-gift [data-gallery-slide]:first-child img {
  object-fit: contain;
  object-position: center;
  transform: scale(.9);
}

.product-gallery--triple-s-box [data-product-gallery-slide]:first-child img,
.product-gallery--two-ina-box-scoops-plus-one-gift [data-product-gallery-slide]:first-child img {
  object-fit: contain;
  object-position: center;
  transform: scale(.92);
}

.product-gallery--triple-s-box .product-gallery-thumbnail:first-child img,
.product-gallery--two-ina-box-scoops-plus-one-gift .product-gallery-thumbnail:first-child img {
  object-fit: contain;
  transform: scale(.92);
}

@media (max-width: 620px) {
  .product-gallery-slide {
    border-radius: 12px;
  }

  .product-gallery-main .gallery-arrow--previous {
    left: -17px;
  }

  .product-gallery-main .gallery-arrow--next {
    right: -17px;
  }
}

.rating-stars::before { content: "\2605\2605\2605\2605\2605"; }
.rating-stars::after { content: "\2605\2605\2605\2605\2605"; }
html { scroll-behavior: smooth; }

/* The v13 draft uses Shopify-managed Ina Box reviews instead of the legacy app block. */
.ina-customer-reviews { display: none !important; }

.product-card-rating { border-radius: 6px; text-decoration: none; }
.product-card-rating:hover .rating-copy,
.product-card-rating:focus-visible .rating-copy { color: var(--ink); text-decoration: underline; }

#product-overview,
#product-description,
#customer-reviews { scroll-margin-top: 118px; }

.product-section-nav {
  background: #fff;
  border: 1px solid #f0cfdd;
  border-radius: 8px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  overflow: hidden;
  width: 100%;
}

.product-section-nav a {
  align-items: center;
  border-radius: 0;
  display: flex;
  font-size: 12px;
  justify-content: center;
  line-height: 1.25;
  min-height: 48px;
  padding: 8px 10px;
  text-align: center;
}

.product-section-nav a + a { border-left: 1px solid #f0cfdd; }
.product-section-nav a:hover,
.product-section-nav a:focus-visible { background: #fff0f7; color: #7d355b; }
.product-section-nav__reviews { flex-direction: column; gap: 4px; }
.product-section-nav__review-summary { align-items: center; display: flex; gap: 5px; justify-content: center; white-space: nowrap; }
.product-section-nav__review-summary .rating-stars { font-size: 11px; letter-spacing: 1px; }
.product-section-nav__review-summary small { color: var(--muted); font-size: 9px; font-weight: 750; line-height: 1; }

.product-reviews { padding-bottom: 90px; padding-top: 26px; }
.product-reviews__heading {
  align-items: flex-end;
  border-bottom: 1px solid #efd6df;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 24px;
}
.product-reviews__heading h2 { font-size: 34px; letter-spacing: 0; margin: 0 0 8px; }
.product-reviews__heading p:not(.section-pill) { color: var(--muted); margin: 0; }
.product-reviews__write { flex: 0 0 auto; }
.product-reviews__grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }

.product-review-card {
  background: #fff;
  border: 1px solid #efd8e2;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 170px) minmax(0, 1fr);
  overflow: hidden;
}
.product-review-card__media { background: #fff7fb; min-height: 180px; position: relative; }
.product-review-card__media img,
.product-review-card__media video { display: block; height: 100%; object-fit: contain; width: 100%; }
.product-review-card__body { padding: 20px; }
.product-review-card__stars span { color: #d9ced1; font-size: 19px; }
.product-review-card__stars .is-filled { color: #f2ad32; }
.product-review-card__quote { color: #624d52; line-height: 1.62; margin: 10px 0 18px; }
.product-review-card__meta { align-items: baseline; display: flex; flex-wrap: wrap; gap: 7px 12px; }
.product-review-card__meta span,
.product-review-card__meta time { color: var(--muted); font-size: 12px; }

.product-review-form {
  background: #fff;
  border: 1px solid #edc7d9;
  border-radius: 8px;
  margin-top: 26px;
  overflow: hidden;
}
.product-review-form > summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 850;
  list-style: none;
  padding: 18px 22px;
}
.product-review-form > summary::-webkit-details-marker { display: none; }
.product-review-form > summary::after { content: "+"; float: right; font-size: 24px; line-height: .8; }
.product-review-form[open] > summary::after { content: "\2212"; }
.product-review-form__body { border-top: 1px solid #efd8e2; padding: 22px; }
.product-review-form__intro { color: var(--muted); line-height: 1.55; margin: 0 0 20px; }
.ina-review-form { display: grid; gap: 18px; max-width: 720px; }
.ina-review-form-field { display: grid; gap: 7px; }
.ina-review-form-field label,
.ina-review-form-stars legend { color: #513f44; font-size: 14px; font-weight: 800; }
.ina-review-form-field input,
.ina-review-form-field textarea {
  background: #fffdfd;
  border: 1px solid #d8c9cd;
  border-radius: 6px;
  color: #3f3034;
  font: inherit;
  min-height: 50px;
  padding: 12px 14px;
  width: 100%;
}
.ina-review-form-field textarea { min-height: 118px; resize: vertical; }
.ina-review-form-stars { border: 0; margin: 0; padding: 0; }
.ina-review-star-options { display: inline-flex; flex-direction: row-reverse; gap: 4px; margin-top: 8px; }
.ina-review-star-options input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.ina-review-star-options label { color: #d9ced1; cursor: pointer; font-size: 38px; line-height: 1; }
.ina-review-star-options label:hover,
.ina-review-star-options label:hover ~ label,
.ina-review-star-options input:checked ~ label { color: #f2ad32; }
.ina-review-star-options input:focus-visible + label { outline: 2px solid #d94e9f; outline-offset: 3px; }
.ina-review-form-consent { align-items: flex-start; display: flex; gap: 10px; line-height: 1.4; }
.ina-review-form-consent input { flex: 0 0 auto; height: 18px; margin-top: 2px; width: 18px; }
.review-media-whatsapp { color: #167a45; font-size: 14px; font-weight: 800; text-align: center; }
.ina-review-form-success { background: #f4fff8; border: 1px solid #a9ddbd; border-radius: 6px; padding: 22px; text-align: center; }
.ina-review-form-errors { background: #fff1f2; border: 1px solid #e4a2a9; border-radius: 6px; color: #8c2f3a; padding: 14px; }

.product-sticky-buy {
  align-items: center;
  background: rgba(255, 250, 247, .96);
  border-top: 1px solid #ebcad8;
  bottom: 0;
  box-shadow: 0 -12px 30px rgba(83, 53, 65, .12);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 11px max(24px, calc((100vw - 1192px) / 2));
  position: fixed;
  right: 0;
  z-index: 50;
}
.product-sticky-buy__summary { display: grid; gap: 2px; min-width: 0; }
.product-sticky-buy__summary strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-sticky-buy__summary span { color: #a45d5b; font-size: 14px; font-weight: 850; }
.product-sticky-buy__actions { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(150px, 1fr)); }
.product-sticky-buy__actions form { margin: 0; }
.product-sticky-buy__cart,
.product-sticky-buy__now {
  align-items: center;
  border: 0;
  border-radius: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 850;
  justify-content: center;
  min-height: 48px;
  padding: 10px 22px;
  width: 100%;
}
.product-sticky-buy__cart { background: #fff; border: 2px solid #eeb4d0; color: var(--ink); }
.product-sticky-buy__now { background: linear-gradient(90deg, #e94fa7, #bf69e8); color: #fff; }
.product-sticky-buy__cart:disabled,
.product-sticky-buy__now.is-disabled { cursor: not-allowed; opacity: .55; }
body:has(.product-sticky-buy) .inabox-shell { padding-bottom: 78px; }
body:has(.product-sticky-buy) .floating-whatsapp-chat { bottom: calc(92px + env(safe-area-inset-bottom)); }
body:has(#PBarNextFrame) .product-sticky-buy { bottom: 54px; }
body:has(#PBarNextFrame):has(.product-sticky-buy) .floating-whatsapp-chat { bottom: calc(146px + env(safe-area-inset-bottom)); }

@media (max-width: 749px) {
  #product-overview,
  #product-description,
  #customer-reviews { scroll-margin-top: 92px; }
  .product-section-nav { margin-top: 14px; }
  .product-section-nav a { font-size: 11px; padding: 7px 5px; }
  .product-reviews { padding: 20px 18px 96px; }
  .product-reviews__heading { align-items: stretch; flex-direction: column; }
  .product-reviews__heading h2 { font-size: 28px; }
  .product-reviews__write { width: 100%; }
  .product-reviews__grid { grid-template-columns: 1fr; }
  .product-review-card { grid-template-columns: 108px minmax(0, 1fr); }
  .product-review-card__media { min-height: 142px; }
  .product-review-card__body { padding: 16px; }
  .product-review-card__quote { font-size: 14px; }
  .product-review-form__body { padding: 18px; }
  .product-sticky-buy { gap: 8px; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); }
  .product-sticky-buy__summary { display: none; }
  .product-sticky-buy__actions { gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .product-sticky-buy__cart,
  .product-sticky-buy__now { font-size: 13px; min-height: 48px; padding: 9px 12px; }
  body:has(.product-sticky-buy) .inabox-shell { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  body:has(.product-sticky-buy) .floating-whatsapp-chat { bottom: calc(84px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}


/* Personalised engraving add-on gallery. */
.cart-upsell-engraving {
  align-items: start;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr) auto;
  padding: 16px;
}
.cart-upsell-gallery {
  min-width: 0;
  text-align: center;
  width: 100%;
}
.cart-upsell-gallery-stage {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
}
.cart-upsell-gallery-viewport {
  aspect-ratio: 4 / 5;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.cart-upsell-gallery-image {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.cart-upsell-gallery-image[hidden] {
  display: none;
}
.upsell-gallery-arrow {
  align-items: center;
  background: rgba(255, 255, 255, .9);
  border: 1px solid #e8c5d5;
  border-radius: 50%;
  color: var(--ink);
  display: inline-flex;
  font-size: 25px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  transition: background .18s ease, border-color .18s ease;
  width: 30px;
}
.upsell-gallery-arrow:hover {
  background: var(--pink-soft);
  border-color: #dca9c0;
}
.upsell-gallery-counter {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-top: 7px;
}
.cart-upsell-engraving .cart-upsell-copy {
  align-self: center;
}
.engraving-name-field {
  color: var(--ink);
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  margin-top: 12px;
}
.engraving-name-field input {
  background: #fff;
  border: 1px solid #e8c5c0;
  border-radius: 6px;
  color: var(--ink);
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}
.engraving-name-field small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
}
@media (max-width: 620px) {
  .cart-upsell-engraving {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .cart-upsell-gallery {
    margin: 0 auto;
    max-width: 290px;
  }
  .cart-upsell-engraving .cart-upsell-copy {
    align-self: auto;
  }
}


/* Customer review image viewer */
.review-media-trigger {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: zoom-in;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.review-media-trigger:focus-visible { outline: 3px solid #d26fa7; outline-offset: -3px; }
.review-media-zoom {
  align-items: center;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(126, 73, 103, .26);
  border-radius: 50%;
  bottom: 10px;
  box-shadow: 0 4px 14px rgba(80, 48, 66, .16);
  color: #7d355b;
  display: flex;
  height: 38px;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 10px;
  width: 38px;
}
.review-media-zoom svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 20px; }
.review-lightbox {
  background: #fffafc;
  border: 4px solid #f3bfd7;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(71, 43, 57, .3), 0 0 0 4px #d9cef4;
  margin: auto;
  max-height: 88vh;
  max-width: 620px;
  overflow: visible;
  padding: 14px;
  width: min(92vw, 620px);
}
.review-lightbox::backdrop { background: rgba(62, 43, 53, .66); }
.review-lightbox__image {
  background: #fff;
  border-radius: 6px;
  display: block;
  max-height: calc(88vh - 28px);
  object-fit: contain;
  width: 100%;
}
.review-lightbox__close {
  align-items: center;
  background: #fff;
  border: 2px solid #efb7d1;
  border-radius: 50%;
  color: #6e3753;
  cursor: pointer;
  display: flex;
  font: 800 26px/1 Arial, sans-serif;
  height: 38px;
  justify-content: center;
  padding: 0 0 2px;
  position: absolute;
  right: -14px;
  top: -14px;
  width: 38px;
  z-index: 2;
}
.product-review-card__media-trigger { height: 100%; width: 100%; }
.product-review-card--text-only { align-self: start; grid-template-columns: 1fr; }
.product-review-card--text-only .product-review-card__body { max-width: 720px; }

@media (max-width: 560px) {
  .product-detail.section { padding-top: 10px; }
}


/* inabox-product-quantity-v14.1 */
.product-detail.section {
  padding-top: 8px !important;
}

.product-gallery-main {
  position: relative;
}

.product-gallery-back {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(203, 151, 162, 0.46);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(86, 57, 65, 0.1);
  color: var(--ink, #50383e);
  display: inline-flex;
  font-size: 13px;
  height: 30px;
  justify-content: center;
  left: 8px;
  line-height: 1;
  position: absolute;
  text-decoration: none;
  top: 8px;
  width: 30px;
  z-index: 8;
}

.product-gallery-back:hover,
.product-gallery-back:focus-visible {
  background: #ffffff;
  border-color: rgba(203, 151, 162, 0.8);
  color: var(--ink, #50383e);
}

.product-sticky-buy__actions {
  position: relative;
}

.product-sticky-buy__actions--quantity {
  grid-template-columns: 70px repeat(2, minmax(150px, 1fr));
}

.product-sticky-buy__quantity {
  align-items: center;
  background: #fffdfa;
  border: 1px solid rgba(205, 151, 165, 0.45);
  border-radius: 8px;
  color: var(--ink, #50383e);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 52px;
  padding: 5px 8px;
}

.product-sticky-buy__quantity span {
  color: var(--muted, #8b7378);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.product-sticky-buy__quantity strong {
  font-size: 17px;
  line-height: 1.25;
}

.product-sticky-quantity-popover {
  background: #fffaf8;
  border: 2px solid #f0c9d4;
  border-radius: 12px;
  bottom: calc(100% + 12px);
  box-shadow: 0 14px 34px rgba(82, 53, 63, 0.18);
  left: 0;
  padding: 13px;
  position: absolute;
  right: 0;
  z-index: 12;
}

.product-sticky-quantity-popover[hidden] {
  display: none;
}

.product-sticky-quantity-popover__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.product-sticky-quantity-popover__header strong {
  color: var(--ink, #50383e);
  font-size: 15px;
}

.product-sticky-quantity-popover__header button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink, #50383e);
  cursor: pointer;
  display: inline-flex;
  font-size: 22px;
  height: 28px;
  justify-content: center;
  padding: 0;
  width: 28px;
}

.product-sticky-quantity-options {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 1px 7px;
  scrollbar-color: #dca9b8 transparent;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.product-sticky-quantity-options button {
  background: #ffffff;
  border: 1px solid #eadde0;
  border-radius: 8px;
  color: var(--ink, #50383e);
  cursor: pointer;
  flex: 0 0 62px;
  font-size: 15px;
  height: 48px;
  scroll-snap-align: start;
}

.product-sticky-quantity-options button.is-selected,
.product-sticky-quantity-options button[aria-selected="true"] {
  background: #fff3f7;
  border-color: #d993a8;
  box-shadow: inset 0 0 0 1px #d993a8;
  color: #9f5069;
  font-weight: 800;
}

@media (max-width: 749px) {
  .product-detail.section {
    padding-top: 0 !important;
  }

  .product-gallery-back {
    font-size: 12px;
    height: 27px;
    left: 6px;
    top: 6px;
    width: 27px;
  }

  .product-sticky-buy__actions--quantity {
    gap: 7px;
    grid-template-columns: 58px repeat(2, minmax(0, 1fr));
  }

  .product-sticky-buy__quantity {
    min-height: 48px;
    padding-inline: 4px;
  }

  .product-sticky-quantity-popover {
    bottom: calc(100% + 10px);
    padding: 12px;
  }
}
inabox-product-quantity-v14.1