.shop-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.shop-offer{padding:24px;display:grid;gap:12px}.shop-offer h2,.shop-offer p{margin:0}.shop-offer ul{padding-left:20px}.offer-price{display:flex;align-items:baseline;gap:10px}.offer-price strong{font-size:1.8rem;color:var(--navy)}.offer-price del{color:var(--muted)}.shop-checkout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.cart-row{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--border)}.cart-row div{display:grid;gap:4px}.cart-row small{color:var(--muted)}.cart-summary{position:sticky;top:90px}.cart-total{display:flex;justify-content:space-between;font-size:1.25rem;padding:14px 0;border-block:1px solid var(--border);margin-bottom:16px}.legal-check{display:flex;align-items:flex-start;gap:10px;line-height:1.45;margin-bottom:16px}.legal-check input{margin-top:4px}.orders-list{display:grid;gap:16px}.order-card{padding:20px;display:flex;justify-content:space-between;gap:20px}.order-card>div:last-child{text-align:right}.commerce-status-expired,.commerce-status-cancelled{background:#e5e7eb;color:#374151}.commerce-status-awaiting_payment{background:#fef3c7;color:#92400e}.commerce-status-paid{background:#dcfce7;color:#166534}.commerce-status-refunded,.commerce-status-chargeback{background:#fee2e2;color:#991b1b}@media(max-width:800px){.shop-checkout{grid-template-columns:1fr}.cart-summary{position:static}.cart-row{grid-template-columns:1fr auto}.cart-row button{grid-column:1/-1}.order-card{display:grid}.order-card>div:last-child{text-align:left}}
.checkout-access{max-width:900px}.checkout-access-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.checkout-access-grid article{display:grid;gap:12px}.checkout-access-grid h2,.checkout-access-grid p{margin:0}.checkout-security-caption{text-align:center;color:var(--muted);margin-top:22px}@media(max-width:700px){.checkout-access-grid{grid-template-columns:1fr}}
.shop-offer-lead{border-top:4px solid var(--forja-gold)}.lead-offer-note{padding:12px 14px;border-radius:10px;background:#eef7fc;color:var(--forja-blue);font-weight:700}
.offer-title-band{margin:-24px -24px 2px;padding:20px 24px 18px;color:#fff;background:linear-gradient(135deg,var(--forja-navy),var(--forja-mid-blue));border-radius:var(--radius) var(--radius) 0 0}.offer-title-band .eyebrow{margin:0 0 10px;color:#9ed7ff}.offer-title-band h2{color:#fff}.shop-offer>.button:not(.button-outline){position:relative;overflow:hidden;isolation:isolate}.shop-offer>.button:not(.button-outline)::after{content:"";position:absolute;inset:-35%;z-index:-1;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.42) 48%,transparent 61%);transform:translateX(-120%);animation:offer-button-shimmer 3.2s ease-in-out infinite}@keyframes offer-button-shimmer{0%,58%{transform:translateX(-120%)}82%,100%{transform:translateX(120%)}}
.featured-offer-section{margin:0 0 38px;padding:clamp(22px,4vw,38px);border:1px solid #b7d1e5;border-radius:22px;background:linear-gradient(135deg,#dceefa,#f1f8fc 62%,#fff8df);box-shadow:0 22px 55px rgba(5,30,55,.12)}.featured-offer-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.featured-offer-heading h2,.offers-list-heading h2{margin:3px 0 0;color:var(--forja-navy);font-size:clamp(1.5rem,3vw,2.2rem)}.featured-offer-heading>span{padding:8px 12px;border-radius:999px;background:var(--forja-gold);color:var(--forja-navy);font-size:.72rem;font-weight:900;letter-spacing:.08em}.shop-offer-featured{grid-template-columns:minmax(0,1.5fr) minmax(260px,.7fr);align-items:center;border:2px solid #1970a9;background:#f8fcff;box-shadow:0 16px 38px rgba(5,57,94,.16)}.shop-offer-featured>.offer-title-band,.shop-offer-featured>p,.shop-offer-featured>.offer-availability{grid-column:1}.shop-offer-featured>.offer-title-band{align-self:stretch;display:grid;align-content:center;background:linear-gradient(135deg,#031f3a,#126da6)}.shop-offer-featured>.offer-price,.shop-offer-featured>ul,.shop-offer-featured>.button,.shop-offer-featured>.presale-badge,.shop-offer-featured>.lead-offer-note{grid-column:2}.offers-list-heading{margin:0 0 18px}.offers-list-heading p{margin:6px 0 0;color:var(--muted)}.offer-availability{width:max-content;padding:6px 10px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:.75rem;font-weight:850}.offer-availability-ended,.offer-availability-sold_out{background:#fee2e2;color:#991b1b}@media(prefers-reduced-motion:reduce){.shop-offer>.button::after{animation:none!important}}@media(max-width:720px){.shop-offer-featured{grid-template-columns:1fr}.shop-offer-featured>*{grid-column:1!important}.featured-offer-heading{align-items:flex-start;flex-direction:column}.shop-offer-featured>.offer-title-band{margin:-24px -24px 2px}}
