.saved-nav{display:inline-flex;align-items:center;gap:4px;color:#ff5a1f;font-weight:800;font-size:14px}.saved-nav span{font-size:11px;color:#151515}
.saved-deals-section{max-width:1320px;margin:0 auto;padding:0 20px 90px}.saved-deal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.saved-deal-card{display:flex;gap:12px;min-width:0;border:1px solid var(--line);border-radius:13px;padding:10px;background:#fff;transition:.2s}.saved-deal-card:hover{border-color:var(--orange);background:#fff8f4}.saved-deal-card img{width:70px;height:70px;flex:0 0 70px;object-fit:cover;border-radius:9px;background:#f3f1ed}.saved-deal-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:6px}.saved-deal-copy b{font-size:12px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.saved-deal-copy small{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.saved-empty{border:1px dashed var(--line);border-radius:13px;padding:24px;text-align:center}.saved-empty[hidden]{display:none}.saved-empty strong{font:700 15px Manrope}.saved-empty p{margin:7px 0 0;color:var(--muted);font-size:12px}
.product-card{position:relative}.save-deal{position:absolute;z-index:3;right:12px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:#fff;color:#6f6b66;box-shadow:0 5px 18px #0002;display:grid;place-items:center;font-size:19px;cursor:pointer;transition:.2s}.save-deal:hover{color:#ff5a1f;transform:scale(1.08)}.save-deal.saved{background:#ff5a1f;color:#fff}.product-card:hover .save-deal{box-shadow:0 8px 24px #ff5a1f33}
.category-strip{position:static;top:auto;z-index:auto;background:transparent;backdrop-filter:none;box-shadow:none}.catalog{background:linear-gradient(180deg,#fff 0,#fff 78%,#fcfaf7 100%)}
.product-card .product-image:after{content:'Quick view';position:absolute;left:50%;bottom:13px;transform:translate(-50%,8px);opacity:0;background:#171717e8;color:#fff;border-radius:999px;padding:8px 13px;font-size:10px;font-weight:800;transition:.2s;pointer-events:none}.product-card:hover .product-image:after{opacity:1;transform:translate(-50%,0)}
@media(max-width:720px){.saved-nav{display:none}.save-deal{right:8px;top:8px;width:32px;height:32px;font-size:17px}}
@media(max-width:1000px){.saved-deal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.saved-deals-section{padding:0 15px 55px}.saved-deal-grid{grid-template-columns:1fr}}
.deal-sort-bar{display:flex;align-items:center;gap:8px;margin:0 0 18px;padding:8px;background:#faf9f6;border:1px solid #e7e2da;border-radius:12px;width:max-content;max-width:100%;overflow:auto}.deal-sort-bar span{font-size:11px;font-weight:700;color:#6f6b66;padding:0 6px;white-space:nowrap}.deal-sort-bar button{border:1px solid transparent;background:transparent;border-radius:8px;padding:8px 11px;color:#6f6b66;font:700 11px 'DM Sans',sans-serif;white-space:nowrap;cursor:pointer}.deal-sort-bar button:hover,.deal-sort-bar button.active{background:#171717;color:#fff}.recently-viewed{max-width:1320px;margin:0 auto;padding:0 20px 35px}.recently-viewed .section-head{margin-bottom:14px}.recently-viewed h2{font-size:25px}.recent-items{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.recent-item{display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto auto;gap:2px 8px;border:1px solid #e7e2da;border-radius:11px;padding:8px;background:#fff;min-width:0}.recent-item:hover{border-color:#ff5a1f;background:#fff8f4}.recent-item img{width:46px;height:46px;grid-row:1/3;object-fit:cover;border-radius:7px;background:#f3f1ed}.recent-item span{font-size:10px;font-weight:700;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recent-item small{font-size:10px;color:#ff5a1f;font-weight:800}@media(max-width:900px){.recent-items{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.recently-viewed{padding:0 12px 25px}.recent-items{display:flex;overflow:auto}.recent-item{min-width:165px}}
