* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--vc-ink); background: #fff; font-family: var(--vc-font-body); font-size: 16px; line-height: 1.5; }
body.drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }
.store-container { width: min(calc(100% - 32px), 1152px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 15px; color: #fff; background: var(--vc-plum); border-radius: 10px; }
.skip-link:focus { transform: none; }

/* Estrutura comercial espelhada da loja EnferGrazi. */
.announcement-tape { overflow: hidden; padding: 9px 0; color: #fff; background: linear-gradient(90deg, var(--vc-plum-deep), var(--vc-plum), var(--vc-plum-deep)); white-space: nowrap; }
.announcement-track { display: inline-block; min-width: max-content; animation: announcement 32s linear infinite; font-size: 12px; font-weight: 600; letter-spacing: .035em; }
@keyframes announcement { to { transform: translateX(-50%); } }

.store-header { position: sticky; z-index: 30; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid #eadde0; backdrop-filter: blur(12px); }
.header-row { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.store-logo { display: flex; align-items: center; width: 150px; height: 64px; }
.store-logo img { width: 138px; height: 58px; object-fit: contain; object-position: left center; }
.header-actions { display: flex; align-items: center; gap: 6px; }
.header-icon { position: relative; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; color: var(--vc-plum); background: transparent; border: 0; border-radius: 50%; cursor: pointer; transition: background .15s ease, transform .12s ease; }
.header-icon:hover { background: var(--vc-pink-soft); }
.header-icon:active { transform: scale(.96); }
.header-icon svg { width: 24px; height: 24px; fill: currentColor; }
.cart-count { position: absolute; top: 1px; right: 0; min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 5px; color: #fff; background: var(--vc-red); border-radius: 99px; font-size: 10px; font-weight: 700; }
.cart-count:empty, .cart-count[data-empty="true"] { display: none; }
.menu-icon span { width: 23px; height: 2px; display: block; background: currentColor; border-radius: 3px; }
.menu-icon { gap: 4px; align-content: center; }
.store-menu { border-top: 1px solid #f0e6e7; background: #fff; }
.menu-links { display: flex; flex-direction: column; padding-block: 4px 8px; }
.menu-links a { padding: 11px 0; color: var(--vc-plum); border-bottom: 1px solid #f3e9eb; text-decoration: none; font-size: 14px; font-weight: 600; }
.menu-links a:last-child { border-bottom: 0; }

.store-carousel { position: relative; background: var(--vc-vanilla); }
.carousel-viewport { overflow: hidden; }
.carousel-track { display: flex; transition: transform .5s ease; }
.store-slide { position: relative; width: 100%; min-width: 100%; height: clamp(340px, 44vw, 510px); overflow: hidden; }
.store-slide picture, .store-slide > img { width: 100%; height: 100%; }
.store-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.slide-copy { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-right: 56%; pointer-events: none; }
.slide-copy > * { pointer-events: auto; }
.slide-kicker { margin: 0 0 8px; color: var(--vc-plum); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.slide-copy h1, .slide-copy h2 { max-width: 510px; margin: 0; font-family: var(--vc-font-display); font-size: clamp(34px, 4vw, 56px); font-weight: 600; line-height: .98; letter-spacing: -.025em; }
.slide-copy > p:not(.slide-kicker) { max-width: 460px; margin: 16px 0 22px; color: var(--vc-color-text-muted); font-size: 14px; }
.store-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; color: #fff; background: var(--vc-plum); border: 0; border-radius: 999px; text-decoration: none; font-weight: 700; cursor: pointer; transition: background .15s ease, transform .12s ease; }
.store-button:hover:not(:disabled) { background: var(--vc-plum-deep); }
.store-button:active:not(:disabled) { transform: scale(.98); }
.store-button:disabled { color: #9c858b; background: #eee5e5; cursor: not-allowed; }
.carousel-arrow { position: absolute; z-index: 2; top: 50%; width: 42px; height: 54px; padding: 0; color: var(--vc-ink); background: rgba(255,255,255,.3); border: 0; border-radius: 10px; transform: translateY(-50%); opacity: .48; font-family: Georgia, serif; font-size: 38px; line-height: 1; cursor: pointer; }
.carousel-arrow:hover { opacity: .85; }
.carousel-prev { left: 10px; }
.carousel-next { right: 10px; }
.carousel-dots { position: absolute; z-index: 3; bottom: 15px; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); }
.carousel-dot { width: 9px; height: 9px; padding: 0; background: rgba(255,255,255,.75); border: 1px solid rgba(123,45,75,.24); border-radius: 50%; cursor: pointer; }
.carousel-dot.is-active { background: var(--vc-plum); transform: scale(1.15); }

.trust-strip { padding: 34px 0 30px; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-grid article { min-width: 0; display: flex; align-items: center; gap: 12px; }
.trust-icon { width: 34px; flex: 0 0 34px; color: var(--vc-plum); font-size: 27px; text-align: center; }
.trust-grid p { margin: 0; font-size: 12px; line-height: 1.35; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: 13px; }
.trust-grid small { margin-top: 2px; color: var(--vc-color-text-muted); }

.category-nav { display: flex; gap: 10px; overflow-x: auto; padding-top: 4px; padding-bottom: 8px; scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav a { flex: 0 0 auto; padding: 9px 16px; color: var(--vc-plum); background: #fff; border: 1px solid rgba(123,45,75,.24); border-radius: 999px; text-decoration: none; font-size: 12px; font-weight: 600; }
.category-nav a:first-child { color: #fff; background: var(--vc-plum); border-color: var(--vc-plum); }

.product-section { padding-top: 38px; padding-bottom: 26px; }
.commerce-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.commerce-heading h2, .faq-section h2 { margin: 0; font-family: var(--vc-font-body); font-size: clamp(25px, 3vw, 32px); font-weight: 600; line-height: 1.15; }
.commerce-heading p { margin: 6px 0 0; color: var(--vc-color-text-muted); font-size: 13px; }
.product-total { color: var(--vc-color-text-muted); font-size: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px 24px; }
.product-card { min-width: 0; }
.product-image { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: #fff; border: 1px solid #e8dcdf; border-radius: 14px; }
.product-image::before { content: ""; position: absolute; width: 70%; height: 70%; background: var(--vc-vanilla); border-radius: 50%; }
.product-image img { position: relative; z-index: 1; width: 82%; height: 82%; object-fit: contain; transition: transform .22s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 5px 9px; color: #fff; background: var(--vc-plum); border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.product-add { position: absolute; z-index: 3; right: 11px; bottom: 11px; width: 43px; height: 43px; display: grid; place-items: center; color: var(--vc-plum); background: #fff; border: 1px solid #e5d9dc; border-radius: 12px; box-shadow: 0 4px 12px rgba(57,30,37,.08); cursor: pointer; }
.product-add svg { width: 20px; height: 20px; fill: currentColor; }
.product-add:hover { color: #fff; background: var(--vc-plum); }
.product-add:disabled { width: auto; padding: 0 11px; color: var(--vc-color-text-muted); background: rgba(255,255,255,.94); cursor: not-allowed; font-size: 9px; font-weight: 600; }
.product-info { padding-top: 12px; }
.product-collection { display: block; margin-bottom: 5px; color: var(--vc-plum); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-info h3 { min-height: 42px; margin: 0; font-size: 14px; font-weight: 600; line-height: 1.4; }
.product-link { color: inherit; text-decoration: none; }
.product-link:hover { color: var(--vc-plum); text-decoration: underline; text-underline-offset: 3px; }
.product-info > p:not(.payment-note) { display: none; }
.product-buy { display: flex; align-items: baseline; gap: 8px; margin-top: 6px; }
.product-price { color: var(--vc-plum); font-size: 18px; font-weight: 700; }
.product-price.pending { color: var(--vc-color-text-muted); font-size: 12px; }
.payment-note { display: block; margin: 1px 0 0; color: var(--vc-color-text-muted); font-size: 10px; }
.loading { grid-column: 1 / -1; margin: 30px 0; color: var(--vc-color-text-muted); text-align: center; }

.product-placeholder { min-height: calc(100vh - 260px); display: grid; place-items: center; padding: 72px 0; background: var(--vc-cream); }
.product-placeholder-card { width: min(680px, calc(100% - 32px)); padding: clamp(34px, 7vw, 68px); background: rgba(255,255,255,.92); border: 1px solid #e8dcdf; border-radius: 22px; box-shadow: 0 16px 45px rgba(57,30,37,.08); text-align: center; }
.product-placeholder-card img { width: min(210px, 65%); height: 128px; object-fit: contain; }
.product-placeholder-card .section-label { display: block; margin-top: 22px; }
.product-placeholder-card h1 { margin: 9px auto 14px; font-family: var(--vc-font-display); font-size: clamp(38px, 7vw, 62px); font-weight: 600; line-height: 1; }
.product-placeholder-card p { max-width: 520px; margin: 0 auto 26px; color: var(--vc-color-text-muted); font-size: 14px; line-height: 1.7; }

/* Página de produto: mesma arquitetura de e-commerce da vitrine. */
.product-breadcrumb { display: flex; align-items: center; gap: 9px; overflow: hidden; padding-top: 22px; padding-bottom: 22px; color: var(--vc-color-text-muted); font-size: 11px; white-space: nowrap; }
.product-breadcrumb a { color: var(--vc-plum); text-decoration: none; }
.product-breadcrumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
.product-breadcrumb span[aria-current="page"] { overflow: hidden; text-overflow: ellipsis; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(340px, .94fr); gap: clamp(42px, 7vw, 88px); align-items: start; padding-bottom: 72px; }
.product-gallery { position: relative; min-width: 0; }
.product-photo-stage { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #fff 0%, var(--vc-vanilla) 100%); border: 1px solid #e8dcdf; border-radius: 24px; }
.product-photo-stage::before { content: ""; position: absolute; width: 68%; height: 68%; background: rgba(255,255,255,.82); border-radius: 50%; box-shadow: 0 18px 60px rgba(123,45,75,.08); }
.product-photo-stage::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(123,45,75,.08); border-radius: 17px; pointer-events: none; }
.product-photo-stage img { position: relative; z-index: 1; width: 74%; height: 74%; padding: 5%; object-fit: contain; background: #fff; border-radius: 18px; box-shadow: 0 18px 34px rgba(57,30,37,.09); }
.product-detail-badge { position: absolute; z-index: 3; top: 18px; left: 18px; padding: 7px 11px; color: #fff; background: var(--vc-plum); border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.product-photo-caption { margin: 10px 2px 0; color: var(--vc-color-text-muted); font-size: 10px; text-align: center; }
.product-summary { min-width: 0; padding-top: 14px; }
.product-summary > .product-collection { margin-bottom: 11px; font-size: 10px; }
.product-summary h1 { margin: 0; font-family: var(--vc-font-display); font-size: clamp(43px, 5vw, 64px); font-weight: 600; line-height: .96; letter-spacing: -.025em; }
.product-description { margin: 21px 0 25px; color: var(--vc-color-text-muted); font-size: 14px; line-height: 1.75; }
.product-status-card { display: grid; gap: 3px; margin-bottom: 16px; padding: 18px 19px; background: #fff; border: 1px solid #e8dcdf; border-radius: 15px; }
.product-status-card.is-active { background: var(--vc-pink-soft); border-color: rgba(123,45,75,.22); }
.product-status-label { color: var(--vc-plum); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.product-status-card strong { font-size: 20px; }
.product-status-card .product-detail-price { color: var(--vc-plum); font-size: 30px; line-height: 1.15; }
.product-status-card small { max-width: 430px; color: var(--vc-color-text-muted); font-size: 10px; line-height: 1.5; }
.product-primary-action { width: 100%; min-height: 52px; }
.product-secondary-action { min-height: 42px; display: flex; align-items: center; justify-content: center; margin-top: 8px; color: var(--vc-plum); text-decoration: underline; text-underline-offset: 4px; font-size: 11px; font-weight: 600; }
.product-assurances { display: grid; gap: 12px; margin: 25px 0 0; padding: 20px 0 0; border-top: 1px solid #eadfe1; list-style: none; }
.product-assurances li { display: grid; grid-template-columns: 28px 1fr; column-gap: 9px; align-items: center; }
.product-assurances li > span { grid-row: 1 / 3; color: var(--vc-plum); font-size: 21px; text-align: center; }
.product-assurances strong, .product-assurances small { display: block; }
.product-assurances strong { font-size: 11px; }
.product-assurances small { color: var(--vc-color-text-muted); font-size: 9px; }
.product-information { padding: 54px 0; background: var(--vc-pink-soft); }
.product-information-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.product-information-grid article { min-width: 0; }
.information-number { display: inline-grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--vc-plum); border-radius: 50%; font-family: var(--vc-font-display); font-size: 16px; }
.product-information-grid h2 { margin: 15px 0 9px; font-family: var(--vc-font-display); font-size: 27px; font-weight: 600; line-height: 1; }
.product-information-grid p { margin: 0; color: var(--vc-color-text-muted); font-size: 11px; line-height: 1.7; }
.related-products { padding-top: 72px; padding-bottom: 8px; }
.related-products .commerce-heading > a { color: var(--vc-plum); font-size: 11px; font-weight: 600; text-underline-offset: 4px; }
.related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 22px; }
.related-card { min-width: 0; }
.related-image { aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #fff, var(--vc-vanilla)); border: 1px solid #e8dcdf; border-radius: 14px; }
.related-image img { width: 76%; height: 76%; padding: 7%; object-fit: contain; background: #fff; border-radius: 10px; transition: transform .2s ease; }
.related-image:hover img { transform: scale(1.04); }
.related-card > span { display: block; margin-top: 11px; color: var(--vc-plum); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.related-card h3 { min-height: 38px; margin: 5px 0 2px; font-size: 12px; line-height: 1.45; }
.related-card h3 a { text-decoration: none; }
.related-card h3 a:hover { color: var(--vc-plum); text-decoration: underline; text-underline-offset: 3px; }
.related-card small { color: var(--vc-color-text-muted); font-size: 9px; }

.collection-section { padding: 58px 0 16px; }
.collection-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 56px; padding: 38px 40px; background: var(--vc-pink-soft); border-radius: 20px; }
.section-label { color: var(--vc-plum); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.collection-panel h2 { margin: 9px 0 0; font-family: var(--vc-font-display); font-size: clamp(32px, 4vw, 46px); font-weight: 600; line-height: 1; }
.collection-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.collection-points article { min-width: 0; }
.collection-points span { color: var(--vc-plum); font-family: var(--vc-font-display); font-size: 24px; }
.collection-points strong { display: block; margin-top: 8px; font-size: 13px; }
.collection-points p { margin: 5px 0 0; color: var(--vc-color-text-muted); font-size: 11px; line-height: 1.5; }

.faq-section { max-width: 790px; padding-top: 68px; padding-bottom: 12px; }
.faq-section h2 { margin-bottom: 24px; text-align: center; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { overflow: hidden; background: #fff; border: 1px solid #e8dcdf; border-radius: 13px; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 18px; list-style: none; cursor: pointer; font-size: 13px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--vc-plum); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(180deg); }
.faq-list details p { margin: 0; padding: 0 18px 18px; color: var(--vc-color-text-muted); font-size: 12px; line-height: 1.65; }

.store-footer { margin-top: 68px; color: #fff; background: var(--vc-plum-deep); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr .9fr; gap: 44px; padding-top: 42px; padding-bottom: 34px; }
.footer-brand img { width: 142px; height: 90px; object-fit: contain; padding: 4px; background: var(--vc-cream); border-radius: 14px; }
.footer-brand p { max-width: 330px; margin: 15px 0 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.7; }
.store-footer h3 { margin: 5px 0 14px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.store-footer section > a, .store-footer section > span, .store-footer section > button { display: block; margin: 9px 0; padding: 0; color: rgba(255,255,255,.72); background: none; border: 0; text-decoration: none; font-size: 12px; text-align: left; }
.store-footer section > a:hover, .store-footer section > button:hover { color: #fff; cursor: pointer; }
.footer-bottom { padding: 17px 0 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.62); font-size: 10px; }

.drawer-backdrop { position: fixed; z-index: 49; inset: 0; background: rgba(57,30,37,.42); }
.cart-drawer { position: fixed; z-index: 50; inset: 0 0 0 auto; width: min(400px, 100%); display: flex; flex-direction: column; background: #fff; box-shadow: -12px 0 36px rgba(57,30,37,.16); transform: translateX(105%); visibility: hidden; transition: transform .28s ease, visibility 0s linear .28s; }
.cart-drawer.is-open { transform: none; visibility: visible; transition-delay: 0s; }
.cart-header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #eadfe1; }
.cart-header h2 { margin: 0; font-size: 18px; }
.icon-button { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; background: #f8f3f4; border: 1px solid #e8dcdf; border-radius: 50%; font-size: 23px; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; padding: 18px 20px; }
.empty-cart { min-height: 260px; display: grid; place-items: center; color: var(--vc-color-text-muted); text-align: center; }
.empty-cart strong { display: block; margin-bottom: 5px; color: var(--vc-ink); font-size: 15px; }
.cart-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 12px; padding: 13px 0; border-bottom: 1px solid #eee5e7; }
.cart-line img { width: 72px; height: 72px; object-fit: contain; background: var(--vc-vanilla); border-radius: 10px; }
.cart-line h3 { margin: 2px 0 0; font-size: 12px; }
.cart-line p { margin: 5px 0 0; color: var(--vc-color-text-muted); font-size: 11px; }
.cart-line button { align-self: start; padding: 2px; color: var(--vc-plum); background: none; border: 0; cursor: pointer; font-size: 10px; }
.cart-footer { padding: 20px; border-top: 1px solid #eee5e7; }
.cart-total { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 17px; }
.cart-total span { font-size: 13px; font-weight: 600; }
.cart-total strong { color: var(--vc-plum); font-size: 23px; }
.checkout-button { width: 100%; }
.continue-button { width: 100%; margin-top: 10px; padding: 5px; color: var(--vc-color-text-muted); background: none; border: 0; text-decoration: underline; font-size: 11px; cursor: pointer; }

:focus-visible { outline: 3px solid var(--vc-peach); outline-offset: 3px; }

@media (max-width: 900px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 28px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .collection-panel { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail { grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr); gap: 38px; }
  .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .store-container { width: min(calc(100% - 28px), 1152px); }
  .announcement-track { font-size: 10px; }
  .store-logo { width: 120px; }
  .store-logo img { width: 112px; height: 54px; }
  .store-slide { height: 560px; }
  .store-slide img { object-position: center; }
  .slide-copy { justify-content: flex-start; padding: 42px 54px 0 28px; }
  .slide-copy h1, .slide-copy h2 { max-width: 390px; font-size: clamp(33px, 10vw, 44px); }
  .slide-copy > p:not(.slide-kicker) { max-width: 350px; margin: 11px 0 17px; font-size: 12px; }
  .collection-slide .slide-copy { color: var(--vc-ink); background: linear-gradient(180deg, rgba(255,250,242,.96) 0%, rgba(255,250,242,.76) 38%, transparent 68%); }
  .carousel-arrow { width: 34px; background: transparent; }
  .carousel-prev { left: 0; }
  .carousel-next { right: 0; }
  .trust-strip { padding: 25px 0 19px; }
  .trust-grid { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .trust-grid::-webkit-scrollbar { display: none; }
  .trust-grid article { width: 225px; flex: 0 0 225px; scroll-snap-align: start; }
  .category-nav { padding-top: 10px; }
  .commerce-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 14px; }
  .product-image { border-radius: 12px; }
  .product-badge { top: 8px; left: 8px; max-width: calc(100% - 16px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .product-add { right: 8px; bottom: 8px; width: 38px; height: 38px; }
  .product-add:disabled { max-width: calc(100% - 16px); font-size: 8px; }
  .product-info h3 { min-height: 39px; font-size: 13px; }
  .product-price { font-size: 16px; }
  .collection-section { padding-top: 42px; }
  .collection-panel { padding: 30px 22px; }
  .collection-points { grid-template-columns: 1fr; gap: 20px; }
  .faq-section { padding-top: 54px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .product-breadcrumb { padding-top: 16px; padding-bottom: 16px; }
  .product-detail { grid-template-columns: 1fr; gap: 28px; padding-bottom: 46px; }
  .product-photo-stage { border-radius: 18px; }
  .product-summary { padding-top: 0; }
  .product-summary h1 { font-size: clamp(42px, 13vw, 57px); }
  .product-description { margin: 17px 0 21px; font-size: 13px; }
  .product-information { padding: 42px 0; }
  .product-information-grid { grid-template-columns: 1fr; gap: 30px; }
  .related-products { padding-top: 52px; }
  .related-products .commerce-heading > a { margin-top: 2px; }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 14px; }
}

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