.deals-module__g3u7zG__page{flex-direction:column;gap:3rem;padding:0 0 4rem;display:flex}.deals-module__g3u7zG__heroSection{background:linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--accent)) 100%);color:hsl(var(--primary-foreground));text-align:center;box-shadow:0 10px 30px -10px hsl(var(--primary) / .5);border-radius:0 0 2rem 2rem;margin-bottom:2rem;padding:4rem 2rem}.deals-module__g3u7zG__heroTitle{text-shadow:0 2px 10px #0003;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;font-size:3rem;font-weight:900;display:flex}.deals-module__g3u7zG__heroSubtitle{opacity:.9;max-width:600px;margin:0 auto;font-size:1.25rem}.deals-module__g3u7zG__section{flex-direction:column;gap:1.5rem;padding:0 1rem;display:flex}.deals-module__g3u7zG__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.deals-module__g3u7zG__sectionTitle{align-items:center;gap:.5rem;font-size:1.75rem;font-weight:800;display:flex}.deals-module__g3u7zG__timerBox{background:linear-gradient(90deg, hsl(var(--primary) / .1) 0%, hsl(var(--primary) / .02) 100%);border-radius:var(--radius-md);border:1px solid hsl(var(--border) / .5);border-left:4px solid hsl(var(--primary));justify-content:space-between;align-items:center;width:100%;padding:.5rem 1rem;display:flex}.deals-module__g3u7zG__timerRight{align-items:center;gap:.5rem;display:flex}.deals-module__g3u7zG__timerLabel{color:hsl(var(--foreground));font-size:1.1rem;font-weight:700}.deals-module__g3u7zG__timerLeft{font-family:var(--font-outfit), sans-serif;letter-spacing:.05em;direction:ltr;align-items:center;gap:.25rem;font-size:1.25rem;font-weight:900;display:flex}.deals-module__g3u7zG__timerValueDark{color:hsl(var(--foreground))}.deals-module__g3u7zG__timerValueRed{color:hsl(var(--accent))}.deals-module__g3u7zG__timerSeparator{color:hsl(var(--foreground));margin:0 .1rem}.deals-module__g3u7zG__timerSeparatorRed{color:hsl(var(--accent));margin:0 .1rem}.deals-module__g3u7zG__mainGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.deals-module__g3u7zG__flashGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.deals-module__g3u7zG__gridCard{cursor:pointer;background:hsl(var(--card));border-radius:var(--radius-lg);border:1px solid hsl(var(--border) / .5);flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.deals-module__g3u7zG__gridCard:hover{border-color:hsl(var(--primary) / .4);transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.deals-module__g3u7zG__gridImageWrapper{aspect-ratio:1;background:hsl(var(--secondary));position:relative;overflow:hidden}.deals-module__g3u7zG__gridImage{object-fit:cover;padding:0;transition:transform .6s cubic-bezier(.4,0,.2,1)}.deals-module__g3u7zG__gridCard:hover .deals-module__g3u7zG__gridImage{transform:scale(1.15)}.deals-module__g3u7zG__gridInfo{flex-direction:column;flex-grow:1;gap:.5rem;padding:1.25rem;display:flex}.deals-module__g3u7zG__gridName{text-overflow:ellipsis;-webkit-line-clamp:2;height:2.8em;color:hsl(var(--foreground));-webkit-box-orient:vertical;font-size:1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.deals-module__g3u7zG__ratingRow{align-items:center;gap:.25rem;display:flex}.deals-module__g3u7zG__stars{color:hsl(var(--accent));letter-spacing:.05em;font-size:.9rem}.deals-module__g3u7zG__ratingCount{color:hsl(var(--muted-foreground));font-size:.8rem}.deals-module__g3u7zG__gridPriceRow{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.deals-module__g3u7zG__gridPrice{font-size:1.4rem;font-weight:800;font-family:var(--font-outfit), sans-serif;color:hsl(var(--accent))}.deals-module__g3u7zG__oldPrice{color:hsl(var(--muted-foreground));font-size:.9rem;font-family:var(--font-outfit), sans-serif;margin-right:.5rem}.deals-module__g3u7zG__gridAddBtn{background:hsl(var(--primary) / .1);width:2.75rem;height:2.75rem;color:hsl(var(--primary));cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-weight:800;transition:all .2s;display:flex}.deals-module__g3u7zG__gridAddBtn:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 4px 12px rgba(var(--primary), .3);transform:translateY(-2px)rotate(90deg)}.deals-module__g3u7zG__discountBadge{background:hsl(var(--accent));color:#fff;border-radius:var(--radius-sm);z-index:10;align-items:center;gap:.25rem;padding:.4rem .8rem;font-size:.85rem;font-weight:900;animation:2s infinite deals-module__g3u7zG__pulseBadge;display:flex;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 15px #0003}@keyframes deals-module__g3u7zG__pulseBadge{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.deals-module__g3u7zG__progressBarWrapper{flex-direction:column;gap:.4rem;margin-top:.75rem;display:flex}.deals-module__g3u7zG__progressHeader{color:hsl(var(--muted-foreground));justify-content:space-between;font-size:.8rem;font-weight:600;display:flex}.deals-module__g3u7zG__progressTrack{background:hsl(var(--secondary));border-radius:3px;width:100%;height:6px;overflow:hidden}.deals-module__g3u7zG__progressFill{background:linear-gradient(90deg, hsl(var(--accent)), hsl(var(--primary)));border-radius:3px;height:100%;transition:width 1s ease-in-out}
