.page-module__wrd31W__page{padding:2rem 0}@media (max-width:768px){.page-module__wrd31W__page{padding:1rem 0}}.page-module__wrd31W__header{margin-bottom:2rem}.page-module__wrd31W__layoutGrid{grid-template-columns:260px 1fr;align-items:start;gap:2rem;display:grid}@media (max-width:768px){.page-module__wrd31W__layoutGrid{flex-direction:column;gap:1.5rem;max-width:100%;display:flex}}.page-module__wrd31W__title{color:var(--color-text-main);margin-bottom:.5rem;font-size:2rem;font-weight:800}.page-module__wrd31W__subtitle{color:var(--color-text-muted)}.page-module__wrd31W__searchBar{gap:.75rem;margin-bottom:1.5rem;display:flex}.page-module__wrd31W__searchInput{border:2px solid var(--color-border);border-radius:var(--radius-md);flex:1;padding:.85rem 1rem;font-size:1rem;transition:border-color .2s}.page-module__wrd31W__searchInput:focus{border-color:var(--color-primary);outline:none}.page-module__wrd31W__searchButton{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:.85rem 1.5rem;font-weight:700;transition:background .2s}.page-module__wrd31W__searchButton:hover{background:var(--color-primary-dark)}.page-module__wrd31W__filters{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1.25rem;display:flex}.page-module__wrd31W__filterGroup{flex-direction:column;gap:.35rem;min-width:160px;display:flex}.page-module__wrd31W__filterLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.page-module__wrd31W__filterSelect,.page-module__wrd31W__filterInput{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-background);padding:.5rem .75rem;font-size:.875rem}.page-module__wrd31W__filterSelect:focus,.page-module__wrd31W__filterInput:focus{border-color:var(--color-primary);outline:none}.page-module__wrd31W__sortTabs{scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:.5rem;max-width:100%;margin-bottom:1.5rem;padding-bottom:4px;display:flex;overflow-x:auto}.page-module__wrd31W__sortTabs::-webkit-scrollbar{display:none}.page-module__wrd31W__sortTab{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;color:var(--color-text-muted);white-space:nowrap;scroll-snap-align:start;flex-shrink:0;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.page-module__wrd31W__sortTab:hover{border-color:var(--color-primary);color:var(--color-primary)}.page-module__wrd31W__sortTabActive{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.page-module__wrd31W__results{flex-direction:column;gap:8px;min-width:0;max-width:100%;display:flex}.page-module__wrd31W__resultCount{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.875rem}.page-module__wrd31W__empty{text-align:center;color:var(--color-text-muted);padding:3rem}
.DealCard-module__bhrZia__card{background:var(--color-surface);box-shadow:var(--shadow-md);border-radius:8px;min-width:0;max-width:100%;min-height:200px;margin-bottom:8px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.DealCard-module__bhrZia__card:hover{transform:translateY(-2px)scale(1.01);box-shadow:0 15px 30px #0000001a,0 5px 15px #0000000d}.DealCard-module__bhrZia__expired{opacity:.5;filter:grayscale()}.DealCard-module__bhrZia__expiredBadge{background:var(--color-error);color:#fff;z-index:10;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;left:8px}.DealCard-module__bhrZia__imageContainer{justify-content:center;align-items:center;width:242px;min-width:242px;padding:22px 14px;display:flex;position:relative}.DealCard-module__bhrZia__image{object-fit:contain;border-radius:4px;width:auto;max-width:198px;height:auto;max-height:198px;transition:transform .4s cubic-bezier(.16,1,.3,1)}.DealCard-module__bhrZia__card:hover .DealCard-module__bhrZia__image{transform:scale(1.05)}.DealCard-module__bhrZia__content{flex-direction:column;flex:1;min-width:0;padding:16px 20px;display:flex;position:relative}.DealCard-module__bhrZia__temperature{align-items:center;gap:6px;display:flex}.DealCard-module__bhrZia__voteButton{color:#04080d66;cursor:pointer;background:0 0;border:1.5px solid #030c1926;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;transition:all .15s;display:flex}.DealCard-module__bhrZia__voteButton:hover{border-color:var(--color-primary);color:var(--color-primary)}.DealCard-module__bhrZia__voteButton.DealCard-module__bhrZia__up:hover{color:var(--color-hot);border-color:var(--color-hot)}.DealCard-module__bhrZia__voteButton.DealCard-module__bhrZia__down:hover{color:var(--color-cold);border-color:var(--color-cold)}.DealCard-module__bhrZia__tempValue{color:var(--color-hot);font-size:16px;font-weight:800;line-height:1}.DealCard-module__bhrZia__tempValue.DealCard-module__bhrZia__hot{animation:1.5s infinite alternate DealCard-module__bhrZia__pulseHot}@keyframes DealCard-module__bhrZia__pulseHot{0%{filter:drop-shadow(0 0 2px #ef444466);transform:scale(1)}to{filter:drop-shadow(0 0 8px #ef4444cc);transform:scale(1.1)}}.DealCard-module__bhrZia__header{margin-bottom:6px}.DealCard-module__bhrZia__title{color:var(--color-text-main);-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:18px;font-weight:700;line-height:26px;display:-webkit-box;overflow:hidden}.DealCard-module__bhrZia__title:hover{color:var(--color-primary)}.DealCard-module__bhrZia__priceContainer{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.DealCard-module__bhrZia__currentPrice{color:var(--color-error);font-size:24px;font-weight:800;line-height:32px}.DealCard-module__bhrZia__originalPrice{color:#6b6d70;font-size:16px;text-decoration:line-through}.DealCard-module__bhrZia__discount{color:var(--color-success);background:#eef8ec;border-radius:4px;padding:2px 4px;font-size:16px;font-weight:700}.DealCard-module__bhrZia__shippingInfo{margin-bottom:4px}.DealCard-module__bhrZia__merchantInfo{color:var(--color-text-muted);align-items:center;gap:4px;margin-bottom:8px;font-size:14px;display:flex}.DealCard-module__bhrZia__merchantName{color:var(--color-text-main);font-weight:700}.DealCard-module__bhrZia__footer{justify-content:space-between;align-items:center;min-width:0;margin-top:auto;display:flex}.DealCard-module__bhrZia__metaActions{gap:12px;display:flex}.DealCard-module__bhrZia__actionButton{color:var(--color-text-muted);align-items:center;gap:4px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.DealCard-module__bhrZia__actionButton:hover{color:var(--color-primary);transform:translateY(-1px)}.DealCard-module__bhrZia__dealLink{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;width:198px;height:36px;font-size:14px;font-weight:700;transition:background .2s;display:inline-flex}.DealCard-module__bhrZia__dealLink:hover{background:var(--color-primary-dark)}@media (max-width:768px){.DealCard-module__bhrZia__card{flex-direction:row;min-height:auto;padding:8px 0}.DealCard-module__bhrZia__imageContainer{align-items:flex-start;width:120px;min-width:120px;padding:8px}.DealCard-module__bhrZia__image{max-width:100px;max-height:100px}.DealCard-module__bhrZia__content{min-width:0;padding:8px 12px 8px 0}.DealCard-module__bhrZia__temperature{z-index:2;background:#fff;border-radius:12px;padding:2px 6px;position:relative;top:auto;left:auto;box-shadow:0 1px 3px #0000001a}.DealCard-module__bhrZia__header{word-break:break-word;margin-bottom:6px;padding-right:0}.DealCard-module__bhrZia__title{font-size:14px;line-height:1.3}.DealCard-module__bhrZia__currentPrice{font-size:16px}.DealCard-module__bhrZia__originalPrice{font-size:12px}.DealCard-module__bhrZia__footer{flex-flow:wrap;justify-content:space-between;gap:8px;margin-top:12px}.DealCard-module__bhrZia__dealLink{width:auto;height:32px;padding:0 16px;font-size:13px}}
