/* A quiet editorial treatment for time-limited product offers. */
.featured-card .media,.product-card .media{position:relative}
.store-offer-badge{position:absolute;z-index:2;top:14px;inset-inline-start:14px;display:inline-flex;align-items:center;gap:7px;max-width:calc(100% - 28px);padding:8px 11px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(0,30,45,.94);color:var(--cream);box-shadow:0 7px 20px rgba(0,30,45,.12);font-size:10px;font-weight:600;letter-spacing:.06em;line-height:1;backdrop-filter:blur(8px)}
.store-offer-badge b{padding-inline-start:7px;border-inline-start:1px solid rgba(255,248,242,.35);color:#fff;font-size:11px;font-weight:700;white-space:nowrap}
.store-offer-copy{display:grid;gap:4px;min-width:0;margin-top:10px;padding-top:10px;border-top:1px solid var(--line)}
.store-offer-copy strong{overflow:hidden;color:var(--navy);font-size:13px;font-weight:650;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.store-offer-copy small{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:11px;font-weight:400;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.store-offer-copy span{color:#77746e;font-size:10px;letter-spacing:.015em}
.store-card-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 8px;margin-top:auto;white-space:nowrap}
.store-offer-price{color:var(--navy);font-weight:650}
.store-offer-original{color:#88847e;font-size:.72em;font-weight:400;text-decoration-thickness:1px}
.price-brand:has(.store-offer-price){display:flex;flex-wrap:wrap;gap:3px 8px}
.product-grid .product-card{display:flex;min-width:0;flex-direction:column}
.product-grid .product-card .product-meta{flex:1;align-items:stretch;gap:9px}
.product-card .product-meta:has(.store-offer-copy)>.store-card-price{font-size:17px}
.product-controls .price:has(.store-offer-original),.product-controls .price:has(del){display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 14px;margin-bottom:0}
.product-controls .price strong{font-size:27px;font-weight:550;letter-spacing:-.035em}
.product-controls .price del{color:#88847e;font-size:16px;font-weight:400}
.product-offer-panel{display:flex;align-items:flex-start;gap:16px;margin:16px 0 4px;padding:18px;border:1px solid var(--line);border-radius:10px;background:var(--sand);box-shadow:none}
.product-offer-panel[hidden]{display:none}
.product-offer-percent{display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;border:1px solid var(--navy);border-radius:50%;background:var(--navy);color:var(--cream);font-size:16px;font-weight:650;letter-spacing:-.035em}
.product-offer-panel>div{display:grid;gap:4px;min-width:0}
.product-offer-panel small{color:#5e625f;font-size:9px;font-weight:600;letter-spacing:.14em}
.product-offer-panel strong{color:var(--navy);font-size:17px;font-weight:550;line-height:1.3}
.product-offer-panel p{margin:2px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
.product-offer-deadline{margin-top:5px;color:#6e6b66;font-size:11px;font-weight:500}
@media(max-width:720px){.store-offer-badge{top:8px;inset-inline-start:8px;gap:4px;max-width:calc(100% - 16px);padding:7px 9px;font-size:10px}.store-offer-badge b{padding-inline-start:5px;font-size:10px}.product-card .store-offer-copy{margin-top:7px;padding-top:7px}.product-card .store-offer-copy strong{font-size:12px}.product-card .store-offer-copy small{font-size:11px}.product-card .store-offer-copy span{font-size:10px}.product-card .product-meta:has(.store-offer-copy)>.store-card-price{font-size:14px}.product-offer-panel{padding:15px;gap:12px}.product-offer-percent{flex-basis:46px;width:46px;height:46px;font-size:14px}}
@media(max-width:360px){.store-offer-badge{font-size:9px}.store-offer-badge b{font-size:9px}}
