*{box-sizing:border-box}:root{--color-teal: #14b8a6;--color-teal-dark: #0d9488;--color-pink: #db2777;--color-green: #0a7d3f;--color-navy: #0f172a;--color-bg: #f5f5f7;--color-text: #1a1a1a}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text)}a{color:inherit}.topbar{display:flex;align-items:center;justify-content:center;gap:12px;background:var(--color-pink);color:#fff;padding:10px 40px 10px 16px;position:relative;font-size:13px}.topbar--done{justify-content:center;font-weight:600}.topbar__form{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;justify-content:center}.topbar__pitch{font-weight:600}.topbar__input{padding:6px 10px;border-radius:6px;border:none;font-size:13px;min-width:200px}.topbar__consent{display:flex;align-items:center;gap:4px;font-size:11px;color:#fff}.topbar__consent a{color:#fff;text-decoration:underline}.topbar__submit{padding:6px 16px;border-radius:6px;border:none;background:var(--color-navy);color:#fff;font-weight:700;font-size:13px;cursor:pointer;white-space:nowrap}.topbar__submit:disabled{opacity:.6;cursor:not-allowed}.topbar__error{font-size:12px;color:#fff;font-weight:600}.topbar__close{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:20px;line-height:1;cursor:pointer;padding:4px}@media(max-width:700px){.topbar{padding:10px 36px 10px 12px}.topbar__form{justify-content:flex-start}}.header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #e5e5e5}.header__bar{max-width:1200px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;gap:16px}.header__menu-btn{display:none;background:none;border:none;font-size:20px;cursor:pointer}.header__brand{font-weight:800;font-size:20px;text-decoration:none;color:var(--color-navy)}.header__brand-mark{color:var(--color-pink)}.header__nav--desktop{margin-left:auto;display:flex;gap:20px}.header__nav a{text-decoration:none;font-weight:600;color:var(--color-navy)}.header__nav--mobile{display:flex;flex-direction:column;padding:8px 16px 16px;gap:10px}@media(max-width:700px){.header__menu-btn{display:block}.header__nav--desktop{display:none}}.footer{background:var(--color-navy);color:#cbd5e1;margin-top:48px}.footer__grid{max-width:1200px;margin:0 auto;padding:40px 16px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:24px}.footer__brand-title{color:#fff;font-weight:800;font-size:18px;margin-bottom:8px}.footer h3{color:#fff;margin:0 0 10px;font-size:16px}.footer a{display:block;text-decoration:none;color:#cbd5e1;margin-bottom:6px}.footer__copy{text-align:center;padding:16px;border-top:1px solid #1e293b;font-size:13px}@media(max-width:700px){.footer__grid{grid-template-columns:1fr}}.blendibox-carousel{max-width:1200px;margin:0 auto;padding:24px 16px 32px;border-top:1px solid #1e293b;min-height:260px}.blendibox-carousel h3{color:#fff;font-size:16px;margin:0 0 12px}.blendibox-carousel__track{display:flex;gap:14px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#334155 #0f172a}.blendibox-carousel__track::-webkit-scrollbar{height:8px}.blendibox-carousel__track::-webkit-scrollbar-track{background:#0f172a}.blendibox-carousel__track::-webkit-scrollbar-thumb{background:#334155;border-radius:999px}.blendibox-carousel__track::-webkit-scrollbar-thumb:hover{background:#475569}.blendibox-carousel__item{scroll-snap-align:start;flex:0 0 130px;display:flex;flex-direction:column;text-decoration:none;background:#1e293b;border-radius:10px;padding:10px;transition:transform .15s ease}.blendibox-carousel__item:hover{transform:translateY(-2px)}.blendibox-carousel__item img{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#fff;border-radius:6px;margin-bottom:8px}.blendibox-carousel__brand{color:var(--color-teal, #2dd4bf);font-size:11px;font-weight:700;text-transform:uppercase;margin-bottom:2px}.blendibox-carousel__title{color:#cbd5e1;font-size:12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page{max-width:1200px;margin:0 auto;padding:24px 16px 48px}.page__header h1{margin:0 0 4px;font-size:28px}.page__meta{margin:0 0 20px;color:#666;font-size:14px}.breadcrumbs{font-size:13px;color:#666;margin-bottom:12px}.breadcrumbs a{text-decoration:none}.filters{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.filters input,.filters select{padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px}.filters input{flex:1;min-width:220px}.status{text-align:center;color:#666;padding:40px 0}.status--error{color:#c0392b}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 1px 3px #00000014;transition:transform .15s ease,box-shadow .15s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.product-card__image{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#fafafa;padding:8px;transition:transform .25s ease}.product-card:hover .product-card__image{transform:scale(1.06)}.product-card__body{padding:12px;display:flex;flex-direction:column;gap:4px}.product-card__merchant{font-size:12px;color:#5f5f5f;text-transform:uppercase;letter-spacing:.03em}.product-card__merchant-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.rating-badge{font-size:12px;font-weight:700;color:#b45309;white-space:nowrap;flex-shrink:0}.discount-badge{display:inline-flex;background:var(--color-pink);color:#fff;font-size:11px;font-weight:700;padding:3px 7px;border-radius:999px;white-space:nowrap}.product-card>.discount-badge{position:absolute;top:8px;left:8px;z-index:1}.product-card__price-original{font-size:12px;color:#5f5f5f;text-decoration:line-through}.product-card__name{margin:0;font-size:14px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__prices{display:flex;align-items:baseline;gap:8px;margin-top:4px}.product-card__price{font-weight:700;font-size:16px;color:var(--color-green)}.load-more{text-align:center;margin-top:24px}.load-more button{padding:12px 24px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer;font-weight:600}.product-detail{display:grid;grid-template-columns:320px 1fr;gap:32px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014}.product-detail__image{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#fafafa;border-radius:8px}.product-detail__body h1{margin:4px 0 12px;font-size:24px}.product-detail__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;font-size:34px;font-weight:800;color:var(--color-green);margin-bottom:6px}.product-detail__price .product-card__price-original{font-size:16px}.freshness-badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#115e59;background:#ecfdf5;border-radius:999px;padding:4px 10px;margin-bottom:14px}.cta-button{display:inline-block;background:var(--color-green);color:#fff;text-decoration:none;font-weight:700;box-shadow:0 4px 12px #0a7d3f4d;padding:14px 24px;border-radius:8px}.reseller-notice{font-size:13px;color:#444;background:#f0fdfa;border:1px solid #99f6e4;border-radius:8px;padding:10px 14px;margin-top:12px;line-height:1.4}.disclaimer{font-size:12px;color:#5f5f5f;margin-top:12px;border-top:1px solid #eee;padding-top:12px}.product-detail__description{margin-top:20px}.product-detail__description h2{font-size:15px;color:#5f5f5f;text-transform:uppercase;letter-spacing:.03em}.product-detail__description p{font-style:italic;color:#444}.similar-section,.cross-channel-section{margin-top:32px}.cross-channel-card{display:flex;gap:16px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px;text-decoration:none;color:inherit;max-width:480px;transition:box-shadow .15s ease}.cross-channel-card:hover{box-shadow:0 4px 12px #0000001a}.cross-channel-card__image{width:90px;height:90px;object-fit:contain;background:#fafafa;border-radius:8px;flex-shrink:0}.cross-channel-card__body{display:flex;flex-direction:column;gap:4px}.cross-channel-card__cheaper{font-size:12px;font-weight:700;color:var(--color-green)}@media(max-width:700px){.product-detail{grid-template-columns:1fr}}.hub-links{margin-bottom:24px}.hub-links h2{font-size:16px;margin-bottom:10px}.hub-links__list{display:flex;flex-wrap:wrap;gap:8px}.hub-chip{background:#fff;border:1px solid #ddd;border-radius:999px;padding:6px 14px;font-size:13px;text-decoration:none;text-transform:capitalize}.hub-chip span{color:#5f5f5f}.product-card{position:relative}.product-card__compare{position:absolute;top:8px;right:8px;z-index:1;background:#fffffff2;border:1px solid #ddd;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;cursor:pointer}.product-card__compare--active{background:var(--color-teal);border-color:var(--color-teal-dark);color:#fff}.product-card__compare:disabled{opacity:.4;cursor:not-allowed}.product-card__caption{position:absolute;top:8px;left:8px;z-index:1;background:var(--color-pink);color:#fff;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.comparator-tray{position:fixed;bottom:0;left:0;right:0;z-index:30;background:var(--color-navy);color:#fff;padding:10px 16px;display:flex;align-items:center;gap:16px;box-shadow:0 -2px 10px #0003}.comparator-tray__items{display:flex;gap:8px;flex:1;overflow-x:auto}.comparator-tray__item{position:relative;flex-shrink:0;width:48px;height:48px;background:#fff;border-radius:6px;overflow:hidden}.comparator-tray__item img{width:100%;height:100%;object-fit:contain}.comparator-tray__remove{position:absolute;top:-4px;right:-4px;background:var(--color-pink);color:#fff;border:none;border-radius:50%;width:18px;height:18px;font-size:12px;line-height:1;cursor:pointer}.comparator-tray__cta{background:var(--color-green);color:#fff;text-decoration:none;font-weight:700;padding:10px 20px;border-radius:8px;white-space:nowrap}.compare-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.compare-card{position:relative;background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;gap:6px}.compare-card img{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#fafafa}.compare-card__remove{position:absolute;top:8px;right:8px;background:var(--color-pink);color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer}.compare-card__price{font-weight:700;font-size:18px;color:var(--color-green)}.coupon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.coupon-card{background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;gap:8px}.coupon-card__advertiser{font-size:12px;color:#5f5f5f;text-transform:uppercase;letter-spacing:.03em}.coupon-card__title{margin:0;font-size:14px;line-height:1.4}.featured-section{margin-bottom:32px;padding:20px;border-radius:12px;background:linear-gradient(135deg,var(--color-teal) 0%,var(--color-teal-dark) 100%)}.featured-section h2{color:#fff;margin:0 0 16px}.carousel{position:relative}.carousel__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x proximity;scroll-behavior:smooth;padding-bottom:4px;-webkit-overflow-scrolling:touch}.carousel__track>*{flex:0 0 200px;scroll-snap-align:start}.carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:36px;height:36px;border-radius:50%;border:none;background:#fff;color:var(--color-navy);font-size:20px;line-height:1;cursor:pointer;box-shadow:0 2px 8px #00000040;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease}.carousel__arrow:disabled{opacity:0;pointer-events:none}.carousel__arrow--left{left:0}.carousel__arrow--right{right:0}@media(max-width:700px){.carousel__arrow{display:none}}.recent-sales-section{margin-bottom:32px}.recent-sales-section h2{margin:0 0 4px}.recent-sales-section__hint{margin:0 0 16px;color:#666;font-size:13px}.coupon-card__code{align-self:flex-start;background:#fdf2f8;border:1px dashed var(--color-pink);color:var(--color-pink);font-weight:700;padding:6px 12px;border-radius:6px;letter-spacing:.05em}.coupon-card__expiry{font-size:12px;color:#5f5f5f}.newsletter h3{color:#fff;font-size:16px;margin:0 0 10px}.newsletter__soon{color:#94a3b8;font-size:13px}.newsletter__error{color:#f87171;font-size:12px}.newsletter__form{display:flex;flex-direction:column;gap:10px}.newsletter__form input[type=email]{padding:10px 12px;border-radius:8px;border:1px solid #334155;background:#1e293b;color:#fff;font-size:14px}.newsletter__consent{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#94a3b8;line-height:1.4}.newsletter__consent input{margin-top:2px}.newsletter__consent a{color:#cbd5e1;text-decoration:underline}.newsletter__form button{align-self:flex-start;background:var(--color-green);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:700;cursor:pointer}.legal-page section{max-width:720px;margin-bottom:24px}.legal-page h2{font-size:18px;margin-bottom:8px}.legal-page p,.legal-page li{color:#444;line-height:1.6}.price-history{margin-top:20px}.price-history h2{font-size:15px;color:#5f5f5f;text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px}.price-history__svg{width:100%;height:80px;display:block}.price-history__caption{font-size:13px;color:#666;margin-top:4px}.legal-disclaimer{max-width:720px;font-size:12px;color:#5f5f5f;border-top:1px solid #eee;padding-top:12px}.coupon-wheel-fab{position:fixed;right:20px;bottom:90px;z-index:25;width:56px;height:56px;border-radius:50%;border:none;background:var(--color-pink);color:#fff;font-size:26px;box-shadow:0 4px 14px #0000004d;cursor:pointer;display:flex;align-items:center;justify-content:center}.coupon-wheel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0f172ab3;display:flex;align-items:center;justify-content:center;padding:16px}.coupon-wheel-modal{position:relative;background:#fff;border-radius:16px;padding:28px 24px;max-width:380px;width:100%;text-align:center;max-height:90vh;overflow-y:auto;overflow-x:hidden}.coupon-wheel-modal h2{margin:0 0 4px}.coupon-wheel-modal__hint{color:#5f5f5f;font-size:14px;margin:0 0 20px}.coupon-wheel-modal__close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:24px;line-height:1;cursor:pointer;color:#5f5f5f}.coupon-wheel-stage{width:300px;height:300px;margin:0 auto 20px;overflow:hidden;display:flex;align-items:center;justify-content:center}.coupon-wheel{position:relative;width:260px;height:260px;margin:0;flex-shrink:0}.coupon-wheel:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:50%;border:3px dashed #eab308;z-index:0}.coupon-wheel__pointer{position:absolute;top:-4px;left:50%;transform:translate(-50%);z-index:3;font-size:30px;color:#eab308;filter:drop-shadow(0 2px 2px rgba(0,0,0,.35))}.coupon-wheel__disc{width:100%;height:100%;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 4px #eab308,0 6px 18px #00000040;position:relative;z-index:1}.coupon-wheel__label-wrap{position:absolute;width:72px;transform:translate(-50%,-50%)}.coupon-wheel__label{display:block;font-size:11px;font-weight:700;color:#fff;width:100%;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.4);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.coupon-wheel__hub{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:64px;height:64px;border-radius:50%;border:3px solid #eab308;background:#fff;color:var(--color-navy);font-weight:700;font-size:13px;cursor:pointer;box-shadow:0 4px 12px #00000040}.coupon-wheel__hub:disabled{opacity:.7;cursor:not-allowed}.coupon-wheel__gate{display:flex;flex-direction:column;gap:10px;align-items:center}.coupon-wheel__gate input[type=email]{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px}.coupon-wheel__gate button{padding:10px 24px;border-radius:999px;border:none;background:var(--color-green);color:#fff;font-weight:700;cursor:pointer}.coupon-wheel__consent{display:flex;align-items:center;gap:6px;font-size:12px;color:#5f5f5f}.coupon-wheel__error{color:#c0392b;font-size:13px;margin:0}.coupon-wheel__result{display:flex;flex-direction:column;align-items:center;gap:10px}.coupon-wheel__result-advertiser{font-size:12px;color:#5f5f5f;text-transform:uppercase;letter-spacing:.03em}.coupon-wheel__result p{margin:0;font-size:15px}
