.deals-page{min-height:100vh;background-color:var(--theme-bg);color:var(--theme-text);padding:84px 0 2rem}.deals-page__hero{text-align:center;max-width:36rem;margin:0 auto 2rem;padding:1.5rem 1rem .5rem}.deals-page__title{font-size:clamp(2rem,4vw,2.75rem);line-height:1.15;margin:0 0 .75rem;color:var(--theme-button)}.deals-page__lead{margin:0;font-size:1.0625rem;line-height:1.6;color:var(--theme-text-muted)}.deals-all{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem 3rem}.deals-all__status{text-align:center;color:var(--theme-text-muted);padding:2rem 1rem}.deals-all__status--error{color:#d9534f}.deals-all__grid{list-style:none;margin:0;padding:0;display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr}@media(min-width:600px){.deals-all__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.deals-all__grid{grid-template-columns:repeat(3,1fr)}}.deals-all__card{display:flex;flex-direction:column;background:var(--theme-surface-card);border:1px solid var(--theme-header-border);border-radius:14px;overflow:hidden;box-shadow:0 4px 16px rgba(44,38,36,.06);transition:transform .2s ease,box-shadow .2s ease}.deals-all__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(44,38,36,.12)}.deals-all__image-wrap{position:relative;aspect-ratio:4/3;background:var(--theme-bg-subtle)}.deals-all__image{width:100%;height:100%;object-fit:cover;display:block}.deals-all__image--placeholder{min-height:12rem;background:var(--theme-bg-subtle)}.deals-all__badge{position:absolute;top:.75rem;left:.75rem;background:var(--theme-highlight);color:#fff;padding:.35rem .65rem;border-radius:8px;font-size:.8rem;line-height:1.2;font-weight:600}.deals-all__body{padding:1.15rem 1.25rem 1.35rem;display:flex;flex-direction:column;gap:.45rem;flex:1 1}.deals-all__title{font-size:1.15rem;line-height:1.25;color:var(--theme-text);margin:0;font-weight:600}.deals-all__price{font-size:1.05rem;color:var(--theme-button);margin:0;font-weight:600}.deals-all__desc{margin:0;font-size:.875rem;line-height:1.45;color:var(--theme-text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.deals-all__rating{font-size:.8125rem;color:var(--theme-text-muted);display:flex;align-items:center;gap:.35rem}.deals-all__stars{color:#fbbf24;letter-spacing:1px}.deals-all__urgency{margin:.35rem 0 0;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-button)}.deals-all__timer{margin:0;font-size:.875rem;color:var(--theme-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.deals-all__cta{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:.65rem 1rem;border-radius:.5rem;background:var(--theme-button);color:var(--theme-button-text);text-decoration:none;font-size:.9rem;font-weight:600;transition:background .2s ease,transform .15s ease}.deals-all__cta:hover{background:var(--theme-button-hover);color:var(--theme-button-text)}.deals-all__cta--disabled{background:var(--theme-bg-subtle);color:var(--theme-text-muted);cursor:not-allowed}