.product-purchase-panel{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:28px;margin-bottom:14px;padding:25px 28px;border:1px solid #d2d2d7;border-radius:24px;background:#f5f5f7;color:#1d1d1f}.product-purchase-panel .eyebrow{margin-bottom:8px;color:#6e6e73;font-size:12px}.product-purchase-panel h2{font-size:clamp(22px,2.4vw,32px);letter-spacing:-.03em}.product-purchase-panel p:not(.eyebrow){margin-top:8px;color:#6e6e73;font-size:14px}.purchase-primary,.product-purchase-action{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;background:#0071e3;color:#fff;cursor:pointer;font-size:14px;line-height:1.3;text-decoration:none;white-space:nowrap}.purchase-primary{padding:12px 19px}.purchase-primary:hover{background:#0077ed}.product-purchase-action{margin-top:17px;padding:9px 13px}.product-purchase-action:hover{background:#0077ed;color:#fff}.product-purchase-action:focus-visible{outline:3px solid #0071e3;outline-offset:3px}.product-card{position:relative}.product-card .product-purchase-action{position:relative;z-index:2;align-self:flex-start}.product-purchase-panel + .product-hero{margin-top:0}@media(max-width:700px){.product-purchase-panel{display:block;padding:21px 20px;border-radius:20px}.product-purchase-panel .purchase-primary{margin-top:17px}.product-purchase-action{font-size:13px;padding:8px 11px}}
.jink-order-entry{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;padding:11px 16px;border-radius:999px;background:#0071e3;color:#fff;font-size:14px;text-decoration:none}.jink-order-entry:hover{background:#0077ed;color:#fff}.jink-order-note{margin:8px 0 0;color:#6e6e73;font-size:13px}

.product-card-actions{display:flex;align-items:center;gap:20px;margin-top:auto;min-height:42px}.product-card-actions .product-learn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:12px 20px;border-radius:999px;background:#0071e3;color:#fff;font-size:15px;font-weight:400;line-height:1.3}.product-card-actions .product-learn:hover{background:#0077ed;color:#fff}.product-card-actions .product-purchase-action{margin:0;padding:6px 0;background:transparent;color:#0066cc;font-size:14px;font-weight:400}.product-card-actions .product-purchase-action:hover{background:transparent;color:#0066cc;text-decoration:underline}@media(max-width:700px){.product-card-actions{gap:12px}.product-card-actions .product-learn{min-height:38px;padding:8px 13px;font-size:13px}.product-card-actions .product-purchase-action{font-size:13px}}

/* Keep the two Apple-style card actions on one optical baseline, even when
   product names or prices wrap to different line counts. */
.catalog-grid .product-card,.guide-product{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Helvetica Neue","PingFang SC","Microsoft YaHei",sans-serif}
.catalog-grid .product-card-actions{width:100%;min-height:44px;height:44px;align-items:center;justify-content:center;gap:20px;flex-wrap:nowrap;white-space:nowrap}
.catalog-grid .product-card-actions .product-learn{height:44px;min-height:44px;box-sizing:border-box;padding:12px 20px;line-height:1.3;white-space:nowrap}
.catalog-grid .product-card-actions .product-purchase-action{height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 0;line-height:22px;white-space:nowrap}
.showcase-rail{grid-auto-rows:1fr;align-items:stretch}
.guide-card-actions{min-height:44px;align-items:center}
.guide-card-actions .budget-add,.guide-card-actions .guide-learn{height:44px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}
@media(max-width:700px){.catalog-grid .product-card-actions{gap:12px}.catalog-grid .product-card-actions .product-learn,.catalog-grid .product-card-actions .product-purchase-action{height:40px;min-height:40px;padding-top:9px;padding-bottom:9px;line-height:20px}.guide-card-actions{min-height:40px}}

/* The second curated block follows Apple's product-family rhythm: a quiet
   product-specific gradient behind the approved product photograph, with
   compact color dots when the approved price data contains color variants. */
.catalog-edits .curated-grid .product-card>.product-image-frame,.guide-product .product-image-frame{box-sizing:border-box;border-radius:22px;background:var(--product-gradient,linear-gradient(145deg,#f4f4f5,#d6d9df));padding:18px;overflow:hidden}
.catalog-edits .curated-grid .product-card>.product-image-frame img,.guide-product .product-image-frame img{mix-blend-mode:multiply}
.product-option-dots{display:flex;align-items:center;justify-content:center;gap:6px;min-height:10px;margin:-8px auto 12px;pointer-events:none}
.product-option-dot{display:block;width:9px;height:9px;border-radius:50%;background:var(--option-color,#d2d2d7);border:1px solid #fff;box-shadow:0 0 0 1px #c7c7cc}
.guide-product-image-link .product-option-dots{margin:-12px auto 16px}
@media(max-width:700px){.catalog-edits .curated-grid .product-card>.product-image-frame,.guide-product .product-image-frame{padding:12px;border-radius:18px}.product-option-dot{width:8px;height:8px}}

/* Keep the product-image surface white; the compact color dots carry the
   confirmed variant signal without adding a gray or tinted photo mat. */
.catalog-edits .curated-grid .product-card>.product-image-frame,.guide-product .product-image-frame{background:#fff!important}
