@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--primary:#1a3a7a;--primary-light:#2563eb;--primary-dark:#0f1d3d;--accent-orange:#e85d2a;--accent-green:#16a34a;--gold:#f59e0b;--gold-star:#f59e0b;--bg:#f0f4f8;--bg-card:#fff;--text:#1e293b;--text-secondary:#475569;--text-muted:#94a3b8;--text-light:#475569;--border:#e2e8f0;--border-light:#f1f5f9;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #00000014, 0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000f;--shadow-lg:0 10px 25px #0000001a;--radius:12px;--radius-sm:8px;--radius-lg:16px;--max-width:1100px;--header-height:56px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.header{z-index:1000;border-bottom:1px solid var(--border);height:var(--header-height);background:#fff;position:sticky;top:0}.header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 24px;display:flex}.logo{color:var(--primary);letter-spacing:-.02em;align-items:center;gap:8px;font-size:1.15rem;font-weight:800;display:flex}.logo svg{flex-shrink:0;width:36px;height:36px}.nav{align-items:center;gap:28px;display:flex}.nav a{color:var(--primary);font-size:.95rem;font-weight:600;transition:color .2s,transform .2s}.nav a:hover{color:var(--primary-light)}.mobile-menu-btn{padding:8px;display:none}.mobile-menu-btn span{background:var(--text);border-radius:1px;width:20px;height:2px;margin:4px 0;transition:all .3s;display:block}.hero{text-align:center;background:radial-gradient(at 10% 20%,#dbeafe66 0,#0000 50%),radial-gradient(at 90% 10%,#fef3c766 0,#0000 50%),radial-gradient(at 50% 80%,#eff6ff4d 0,#0000 50%),linear-gradient(#f8fafc 0%,#f1f5f9 100%);padding:80px 20px 88px;position:relative;overflow:hidden}.hero-badge{color:var(--primary-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;border:1px solid #2563eb1a;border-radius:30px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:0 4px 6px -1px #2563eb08}.hero h1{color:var(--primary-dark);letter-spacing:-.03em;max-width:800px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:3rem;font-weight:900;line-height:1.15}.hero p{color:var(--text-secondary);max-width:700px;margin:0 auto 36px;font-size:1.05rem;line-height:1.7}.hero-search{max-width:520px;margin:0 auto 32px;position:relative}.hero-search input{width:100%;color:var(--text);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:9999px;outline:none;padding:16px 20px 16px 52px;font-family:inherit;font-size:.95rem;transition:all .25s;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000008}.hero-search input:focus{border-color:var(--primary-light);transform:translateY(-1px);box-shadow:0 20px 30px -10px #2563eb26}.hero-search-icon{color:var(--primary-light);font-size:1.25rem;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.hero-tags{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:48px;display:flex}.hero-tags span{color:var(--accent-green);align-items:center;gap:4px;font-size:.8rem;font-weight:600;display:inline-flex}.hero-stats{flex-wrap:wrap;justify-content:center;gap:48px;display:flex}.hero-stat{text-align:center}.hero-stat .num{color:var(--primary-dark);font-size:1.8rem;font-weight:900}.hero-stat .label{color:var(--text-muted);margin-top:2px;font-size:.8rem;font-weight:500}.trust-section{background:#fff;padding:56px 20px}.trust-section h2{text-align:center;color:var(--primary-dark);margin-bottom:6px;font-size:1.6rem;font-weight:800}.trust-section .subtitle{text-align:center;color:var(--text-secondary);margin-bottom:36px;font-size:.95rem}.trust-grid{max-width:var(--max-width);grid-template-columns:repeat(3,1fr);gap:20px;margin:0 auto;display:grid}.trust-card{border-radius:var(--radius);background:var(--bg);border:1px solid var(--border-light);text-align:center;padding:28px 20px;transition:transform .2s,box-shadow .2s}.trust-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.trust-card .icon{margin-bottom:12px;font-size:1.8rem}.trust-card h3{color:var(--primary-dark);margin-bottom:8px;font-size:1rem;font-weight:700}.trust-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.info-section{padding:48px 20px}.info-grid{max-width:var(--max-width);grid-template-columns:repeat(3,1fr);gap:20px;margin:0 auto;display:grid}.info-card{border-radius:var(--radius);border:1px solid var(--border-light);background:#fff;padding:28px 20px}.info-card h3{color:var(--primary-dark);margin-bottom:8px;font-size:1rem;font-weight:700}.info-card p,.info-card li{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.info-card ul{margin-top:8px;list-style:none}.info-card ul li{padding:2px 0}.category-section{padding:48px 20px}.category-section h2{text-align:center;color:var(--primary-dark);margin-bottom:32px;font-size:1.6rem;font-weight:800}.category-grid{max-width:var(--max-width);grid-template-columns:repeat(4,1fr);gap:16px;margin:0 auto;display:grid}.category-card{border-radius:var(--radius);text-align:center;border:1px solid var(--border-light);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;padding:24px 16px;transition:all .2s}.category-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.category-card img{object-fit:contain;width:72px;height:72px;margin:0 auto 10px}.category-card h3{color:var(--text);font-size:.9rem;font-weight:600}.cat-banner{text-align:center;background:linear-gradient(#e8eef6 0%,#f5f0e8 50%,#eef2f8 100%);padding:48px 20px}.cat-badge{background:var(--primary);color:#fff;border-radius:20px;align-items:center;gap:6px;margin-bottom:16px;padding:8px 18px;font-size:.8rem;font-weight:600;display:inline-flex}.cat-banner h1{color:var(--primary-dark);margin-bottom:12px;font-size:2rem;font-weight:900}.cat-banner p{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:.95rem}.product-page-header{text-align:center;border-bottom:1px solid var(--border);background:#fff;padding:32px 20px 28px}.product-page-header h1{color:var(--primary-dark);letter-spacing:-.02em;margin-bottom:0;font-size:2.2rem;font-weight:900}.product-meta{max-width:900px;color:var(--text-muted);justify-content:flex-end;align-items:center;gap:20px;margin:0 auto;padding:12px 0 4px;font-size:.8rem;display:flex}.product-meta .date{font-weight:500}.product-meta .disclosure{align-items:center;gap:4px;display:flex}.product-list{max-width:900px;margin:0 auto;padding:16px 20px 24px}.product-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;margin-bottom:20px;transition:box-shadow .25s,transform .25s;position:relative;overflow:visible;box-shadow:0 10px 15px -3px #00000005,0 4px 6px -2px #00000003}.product-card:hover{box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005}.product-badge-ribbon{z-index:10;color:#fff;letter-spacing:.01em;border-radius:0 0 8px 8px;align-items:center;gap:5px;padding:6px 16px 8px;font-size:.78rem;font-weight:700;display:flex;position:absolute;top:-1px;left:24px}.product-badge-ribbon.best-choice{background:var(--accent-orange)}.product-badge-ribbon.best-value{background:var(--accent-green)}.product-badge-ribbon span{line-height:1}.product-card-inner{grid-template-columns:180px minmax(0,1fr) 160px;align-items:start;gap:8px;padding:26px 20px 20px;display:grid}.product-card.expanded .product-card-inner{grid-template-columns:190px minmax(0,1fr) 160px;align-items:stretch;min-height:620px}.product-rank{z-index:5;position:absolute;top:40px;left:24px}.product-card:not(.has-badge) .product-rank{top:16px}.rank-number{border:2px solid var(--primary-light);width:30px;height:30px;color:var(--primary-light);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:flex}.product-image-area{flex-direction:column;align-items:center;padding-top:10px;display:flex}.product-card.expanded .product-image-area{justify-content:center;padding-top:80px}.product-image{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:140px;height:140px;padding:8px;transition:transform .2s;display:flex;box-shadow:0 4px 6px -1px #00000008,0 2px 4px -1px #00000005}.product-image:hover{transform:scale(1.03)}.product-image img{object-fit:contain;max-width:100%;max-height:124px}.product-brand-label{color:var(--text-secondary);text-align:center;text-transform:uppercase;letter-spacing:.05em;margin-top:12px;font-size:.8rem;font-weight:700}.product-info{min-width:0;padding:2px 14px 0 16px}.product-name{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:.95rem;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}.product-name a{transition:color .15s}.product-name a:hover{color:var(--primary-light)}.product-offer-row{flex-wrap:wrap;align-items:center;gap:6px;min-height:18px;margin-bottom:8px;display:flex}.discount-tag{border:1px solid var(--accent-green);color:var(--accent-green);border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-block}.limited-deal{color:#92400e;background:#fef3c7;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-block}.why-love-title{color:var(--text);margin-bottom:6px;font-size:.85rem;font-weight:700}.product-highlights{list-style:none}.product-highlights li{color:var(--text-secondary);padding:4px 0 4px 22px;font-size:.82rem;line-height:1.5;position:relative}.product-highlights li:before{content:"🚀";font-size:.78rem;line-height:1;position:absolute;top:4px;left:0}.show-more-btn{color:var(--primary-light);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;align-items:center;gap:4px;margin-top:2px;padding:6px 0;font-size:.82rem;font-weight:500;text-decoration:underline;display:inline-flex}.show-more-btn:hover{color:var(--primary)}.product-score-box{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:2px;padding-top:0;display:flex}.product-card.expanded .product-score-box{justify-content:space-between;padding-bottom:0}.score-container{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:120px;margin-bottom:12px;padding:14px 16px 12px;box-shadow:inset 0 1px 2px #00000003}.product-card.expanded .score-container{background:#fff;box-shadow:0 18px 28px #0f1d3d1f}.score-number{color:var(--primary-dark);letter-spacing:-.03em;font-size:2.15rem;font-weight:900;line-height:1}.score-number sup{color:var(--text-muted);vertical-align:super;letter-spacing:0;margin-left:2px;font-size:.42rem;font-weight:700}.score-label{color:var(--primary-light);margin-top:2px;font-size:.75rem;font-weight:600}.score-stars{justify-content:center;gap:1px;margin:4px 0;display:flex}.score-stars span{color:var(--gold-star);font-size:.7rem}.score-save{color:var(--accent-orange);margin-top:2px;font-size:.75rem;font-weight:700}.check-price-btn{background:var(--primary-light);color:#fff;border-radius:var(--radius-sm);white-space:nowrap;cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;width:140px;padding:11px 0;font-size:.88rem;font-weight:700;transition:background .2s;display:inline-flex}.check-price-btn:hover{background:#1d4ed8}.product-card.expanded .check-price-btn{width:152px;padding:13px 0;box-shadow:0 12px 22px #2563eb40}.amazon-logo{justify-content:center;align-items:center;margin-top:6px;display:flex}.amazon-logo svg{width:auto;height:18px}.product-details{padding:16px 0 0}.product-details.open{display:block}.product-details h4{color:#111827;margin-bottom:10px;font-size:.9rem;font-weight:800}.product-details ul{list-style:none}.product-details ul li{color:#111827;padding:4px 0 4px 24px;font-size:.86rem;line-height:1.58;position:relative}.product-details ul li:before{content:"💎";font-size:.82rem;line-height:1;position:absolute;top:5px;left:0}.product-details strong{color:#111827;font-style:italic;font-weight:800}.trust-banner{color:var(--text-secondary);background:#f0f4ff;border:1px solid #dbeafe;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin:4px 0 16px;padding:10px 20px;font-size:.82rem;display:flex}.trust-banner .shield{font-size:1rem}.trust-banner .why-btn{background:var(--primary-dark);color:#fff;letter-spacing:.05em;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:700}.summary-section{max-width:900px;margin:0 auto;padding:0 20px 24px}.summary-card{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:16px;margin-bottom:12px;padding:20px;display:flex}.summary-card.winner{background:#fffbeb;border-color:#fde68a}.summary-card.best-value{background:#eff6ff;border-color:#bfdbfe}.summary-card.best-deal{background:#f0fdf4;border-color:#bbf7d0}.summary-card .summary-icon{flex-shrink:0;font-size:1.4rem}.summary-card .summary-text{color:var(--text-secondary);flex:1;font-size:.88rem;line-height:1.6}.summary-card .summary-text strong{color:var(--text)}.update-notice{border:1px solid var(--border-light);color:var(--text-muted);background:#f8fafc;border-radius:8px;align-items:center;gap:8px;margin-top:8px;padding:12px 16px;font-size:.78rem;display:flex}.related-section{max-width:900px;margin:0 auto;padding:8px 20px 24px}.related-section h2{color:var(--text);margin-bottom:16px;font-size:1.15rem;font-weight:700}.related-scroll{scroll-snap-type:x mandatory;gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.related-scroll::-webkit-scrollbar{height:4px}.related-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.related-card{scroll-snap-align:start;border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;background:#fff;flex-shrink:0;width:180px;padding:14px;transition:box-shadow .2s,transform .2s}.related-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.related-card img{object-fit:contain;width:72px;height:72px;margin:0 auto 8px}.related-card .name{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:32px;margin-bottom:8px;font-size:.75rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.related-card .check-price-btn{width:auto;padding:6px 14px;font-size:.72rem}.related-deals-section{background:#f1f5f9;padding:40px 20px 48px}.related-deals-section h2{text-align:left;color:#0f172a;max-width:980px;margin:0 auto 20px;font-size:1.35rem;font-weight:700}.related-carousel-wrap{max-width:980px;margin:0 auto;position:relative}.related-deals-grid{scrollbar-width:none;gap:14px;padding:4px 4px 16px;display:flex;overflow-x:auto}.related-deals-grid::-webkit-scrollbar{display:none}.related-deal-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;flex-shrink:0;align-items:center;width:220px;padding:20px 16px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #0000000d}.related-deal-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0f1d3d0f}.related-deal-name{color:#334155;text-align:center;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:52px;margin-bottom:14px;font-size:.82rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.related-deal-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;justify-content:center;align-items:center;margin-top:auto;padding:8px 24px;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.related-deal-btn:hover{background:#1d4ed8}.related-arrow{display:none}.findings-section{background:#fff;max-width:980px;margin:0 auto;padding:32px 20px 48px}.finding-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:20px;margin-bottom:16px;padding:24px 28px;display:flex;box-shadow:0 1px 3px #0000000d}.finding-card.winner{border-left:4px solid #eab308}.finding-card.value{border-left:4px solid #3b82f6}.finding-card-icon-area{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.finding-card-icon{flex-shrink:0;width:28px;height:28px}.finding-card-text{color:#334155;flex:1;font-size:.92rem;font-weight:500;line-height:1.6}.finding-card-text a{color:#0f172a;font-weight:700;text-decoration:none}.finding-card-text a:hover{text-decoration:underline}.ranking-update-note{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;margin-top:24px;padding:10px 14px;display:flex}.ranking-update-icon{color:#fff;background:#2563eb;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-family:system-ui,-apple-system,sans-serif;font-size:.65rem;font-weight:800;line-height:1;display:flex}.ranking-update-text{color:#64748b;flex:1;font-size:.78rem;font-weight:500;line-height:1.4}.cta-section{background:linear-gradient(135deg, var(--primary-dark), var(--primary));text-align:center;color:#fff;padding:48px 20px}.cta-section h2{margin-bottom:6px;font-size:1.35rem;font-weight:700}.cta-section p{opacity:.8;margin-bottom:16px;font-size:.9rem}.cta-btn{background:var(--primary-light);color:#fff;border-radius:var(--radius-sm);padding:11px 28px;font-size:.88rem;font-weight:700;transition:background .2s;display:inline-block}.cta-btn:hover{background:#1d4ed8}.footer{background:var(--primary-dark);color:#fff;padding:40px 20px 0}.footer-inner{max-width:var(--max-width);grid-template-columns:1fr 1fr 1fr;gap:32px;margin:0 auto;padding-bottom:32px;display:grid}.footer h4{opacity:.9;margin-bottom:14px;font-size:.85rem;font-weight:700}.footer a{color:#ffffffa6;padding:3px 0;font-size:.82rem;transition:color .15s;display:block}.footer a:hover{color:#fff}.footer-partner-card{border-radius:var(--radius);text-align:center;background:#ffffff14;border:1px solid #ffffff1f;padding:20px}.footer-partner-card p{color:#ffffffb3;margin-bottom:12px;font-size:.82rem;line-height:1.5}.footer-partner-btn{background:var(--primary-light);color:#fff;border-radius:6px;padding:8px 24px;font-size:.82rem;font-weight:600;transition:background .2s;display:inline-block}.footer-partner-btn:hover{background:#1d4ed8}.footer-bottom{text-align:center;background:#0003;margin:0 -20px;padding:16px 20px}.footer-bottom p{color:#fff6;max-width:var(--max-width);margin:0 auto;font-size:.72rem;line-height:1.5}@media (max-width:768px){.nav{display:none}.mobile-menu-btn{display:block}.hero h1{font-size:1.8rem}.hero-stats{gap:24px}.trust-grid,.info-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.product-card-inner{grid-template-columns:1fr;gap:16px}.product-image-area{padding-top:24px}.product-score-box{flex-flow:wrap;justify-content:flex-start;gap:12px}.score-container{width:auto}.product-details{padding-left:20px}.footer-inner{grid-template-columns:1fr;gap:24px}.related-card{width:160px}.product-rank{top:8px;left:12px}}@media (max-width:480px){.category-grid{grid-template-columns:1fr 1fr;gap:10px}.hero{padding:40px 16px 48px}.hero-stats{gap:16px}.hero-stat .num{font-size:1.4rem}}.shop-compare{max-width:1024px}@media only screen and (min-width:768px) and (max-width:1024.98px){.shop-compare{max-width:770px}}@media only screen and (min-width:1025px) and (max-width:1229.98px){.shop-compare{max-width:990px}}.shop-compare .tt-rating svg{fill:#fb923c;stroke:#fb923c}.shop-compare div>a:hover{color:initial}.shop-compare div>a:hover .shop-compare-item{box-shadow:0 12px 48px #0000001f}.shop-compare .shop-compare-item{background-color:#fff;border-radius:20px;align-items:stretch;margin-bottom:20px;padding:20px 10px;transition:all .3s ease-in-out;position:relative;box-shadow:0 10px 40px #00000014}@media only screen and (max-width:767.98px){.shop-compare .shop-compare-item{padding:0 0 12px}}@media only screen and (min-width:1025px) and (max-width:1229.98px),only screen and (min-width:1230px),only screen and (min-width:768px) and (max-width:1024.98px){.shop-compare .shop-compare-item{min-height:270px}}.shop-compare .shop-compare-item a:hover{color:initial}.shop-compare .shop-compare-item a:hover.btn{color:#fff}.shop-compare .shop-compare-item .shop-compare-placement{color:#2563eb;background:#fff;border:2px solid #2563eb;border-radius:50%;place-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex;position:absolute;top:1.8rem;left:-18px;box-shadow:0 2px 8px #0000001f}@media only screen and (max-width:767.98px){.shop-compare .shop-compare-item .shop-compare-placement{width:30px;height:30px;font-size:14px;top:2.1rem;left:-10px}}.shop-compare .shop-compare-item .badge{letter-spacing:.4px;border-radius:8px;margin-top:4px;margin-bottom:15px;padding:4px 10px;font-size:12px;font-weight:500;line-height:14px;background:0 0!important}@media only screen and (max-width:575.98px),only screen and (max-width:767.98px){.shop-compare .shop-compare-item .badge{margin-bottom:2px;margin-right:4px}}@media only screen and (min-width:1025px) and (max-width:1229.98px),only screen and (min-width:1230px),only screen and (min-width:768px) and (max-width:1024.98px){.shop-compare .shop-compare-item .badge{margin-right:2px}}.shop-compare .shop-compare-item .badge.discount-badge{color:#b12704;border:1.5px solid #b12704;background:0 0!important}.shop-compare .shop-compare-item .main-highlights-title,.shop-compare .shop-compare-item .why-we-love-it-title{color:initial;letter-spacing:.03em;padding-bottom:6px;font-size:14px;font-weight:600;line-height:26px}@media only screen and (max-width:767.98px){.shop-compare .shop-compare-item .shop-compare-text-area{padding:10px}}.shop-compare .shop-compare-item .shop-compare-text-area .badges-stack,.shop-compare .shop-compare-item .shop-compare-text-area .hstack{align-items:center;min-height:28px}@media only screen and (min-width:1025px) and (max-width:1229.98px),only screen and (min-width:1230px),only screen and (min-width:768px) and (max-width:1024.98px){.shop-compare .shop-compare-item .shop-compare-text-area .badges-stack,.shop-compare .shop-compare-item .shop-compare-text-area .hstack{min-height:26px;gap:.25rem!important}}@media only screen and (max-width:575.98px),only screen and (max-width:767.98px){.shop-compare .shop-compare-item .shop-compare-text-area .badges-stack,.shop-compare .shop-compare-item .shop-compare-text-area .hstack{flex-wrap:wrap;min-height:22px;margin:8px 0}}.shop-compare .shop-compare-item .shop-compare-text-area .title{line-clamp:2;-webkit-line-clamp:2;color:#000;-webkit-box-orient:vertical;font-size:16px;font-weight:600;overflow:hidden}@media only screen and (max-width:767.98px){.shop-compare .shop-compare-item .shop-compare-text-area .title{font-size:16px;font-weight:600}}.shop-compare .shop-compare-item .shop-compare-text-area li{padding-left:5px;padding-right:10px}@media only screen and (max-width:767.98px){.shop-compare .shop-compare-item .shop-compare-text-area ul{padding-left:1.2rem}}.shop-compare .shop-compare-item .shop-compare-text-area ul.shop-compare-why-we-love-it{list-style-type:"✨"}.shop-compare .shop-compare-item .shop-compare-text-area ul.shop-compare-main-highlights{list-style-type:"💎"}@media only screen and (min-width:1025px) and (max-width:1229.98px),only screen and (min-width:1230px),only screen and (min-width:768px) and (max-width:1024.98px){.shop-compare .shop-compare-item .shop-compare-text-area .shop-compare-show-more-wrapper{min-height:100px}}.shop-compare .shop-compare-item .shop-compare-text-area .shop-compare-show-more{cursor:pointer;color:#2563eb;align-items:center;gap:4px;margin:3px 0 15px;font-weight:500;text-decoration:underline;display:flex}@media only screen and (max-width:767.98px){.shop-compare .shop-compare-item .shop-compare-text-area .shop-compare-show-more{margin:0 auto 8px}}@media only screen and (max-width:575.98px){.shop-compare .shop-compare-item .shop-compare-text-area .shop-compare-show-more{justify-content:center}}.shop-compare .shop-compare-item .shop-compare-image-area{flex-direction:column;justify-content:center;align-items:center;display:flex}@media only screen and (max-width:767.98px){.shop-compare .shop-compare-item .shop-compare-image-area{flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;display:flex}}.shop-compare .shop-compare-item .shop-compare-image-area img{max-width:100%}@media only screen and (max-width:767.98px){.shop-compare .shop-compare-item .shop-compare-image-area img{max-width:120px}}.shop-compare .shop-compare-item .shop-compare-cta-area{flex-direction:column;justify-content:flex-end;align-items:center;display:flex}.shop-compare .shop-compare-item .shop-compare-cta-area .btn{border:none;border-radius:12px;width:100%;max-width:260px;height:48px;margin-bottom:5px;padding:0;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 16px #2563eb40;color:#fff!important;background:linear-gradient(135deg,#2563eb,#3b82f6)!important}.shop-compare .shop-compare-item .shop-compare-cta-area .btn:hover{box-shadow:0 4px 20px #2563eb59;background:linear-gradient(135deg,#1e40af,#2563eb)!important}@media only screen and (max-width:767.98px){.shop-compare .shop-compare-item .shop-compare-cta-area .btn{max-width:95%;height:50px;padding:0}}@media only screen and (min-width:768px) and (max-width:1024.98px){.shop-compare .shop-compare-item .shop-compare-cta-area .btn{font-size:14px}}.shop-compare .shop-compare-top-wrapper{flex-direction:row;justify-content:flex-end;gap:1.5rem;padding:10px 0 0;display:flex}@media only screen and (max-width:767.98px){.shop-compare .shop-compare-top-wrapper{justify-content:space-between;align-items:center;gap:initial;font-size:12px}}.shop-compare .shop-compare-cta-area,.shop-compare .shop-compare-image-area{position:relative}.shop-compare .shop-compare-cta-area .shop-compare-cta-container,.shop-compare .shop-compare-image-area .shop-compare-cta-container{background:linear-gradient(#fff,#f8fafc);border-radius:0 0 16px 16px;flex-direction:column;justify-content:center;align-items:center;width:60%;height:130px;padding:8px;display:flex;position:absolute;top:-20px;box-shadow:0 4px 16px #0000001f}@media only screen and (min-width:768px) and (max-width:1024.98px){.shop-compare .shop-compare-cta-area .shop-compare-cta-container,.shop-compare .shop-compare-image-area .shop-compare-cta-container{width:90%}}.shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container,.shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container{color:#0c4a6e;flex-direction:column;align-items:center;display:flex}.shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .ad-disclosure-icon-wrapper,.shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .ad-disclosure-icon-wrapper{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:14px;right:14px}.shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .ad-disclosure-icon-wrapper .ad-disclosure-icon,.shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .ad-disclosure-icon-wrapper .ad-disclosure-icon{color:#a0a0a0}.shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .rank-text,.shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank-text{color:#1e3a8a;margin-top:12px;font-size:14px;font-weight:600}.shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .rank,.shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank{color:#2563eb;margin-top:10px;font-size:34px;font-weight:700}.shop-compare .shop-compare-cta-area .shop-compare-cta-container .rank-container .rank-save-text,.shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank-save-text{text-align:center;color:#b12704;margin-top:2px;font-size:15px;font-weight:600}@media only screen and (max-width:575.98px),only screen and (max-width:767.98px){.shop-compare .shop-compare-cta-area .shop-compare-cta-container{display:none}}.shop-compare .shop-compare-cta-area .black-friday-deal-text-desktop{color:#b12704;text-align:center;margin-top:8px;margin-bottom:6px;font-size:14px;font-weight:700;display:block}@media only screen and (min-width:768px) and (max-width:1024.98px){.shop-compare .shop-compare-cta-area .black-friday-deal-text-desktop{margin-top:6px;font-size:12px}}@media only screen and (max-width:575.98px){.shop-compare .shop-compare-image-area{margin-bottom:10px}}.shop-compare .shop-compare-image-area .shop-compare-cta-container{width:100px;height:100px;display:none;top:-20px;right:2px}@media only screen and (max-width:575.98px),only screen and (max-width:767.98px){.shop-compare .shop-compare-image-area .shop-compare-cta-container{border-bottom-right-radius:0;width:38%;height:160px;display:flex;position:relative;top:auto;right:auto;box-shadow:-1.5px 0 8px #00000017}}.shop-compare .shop-compare-image-area .shop-compare-cta-container .rank-container .rank-save-text{margin-top:6px}.shop-compare .shop-compare-image-area .shop-image-wrapper{flex-direction:column;justify-content:center;align-items:center;width:80%;display:flex}@media only screen and (max-width:767.98px){.shop-compare .shop-compare-image-area .shop-image-wrapper{width:62%;min-height:130px;padding-top:20px}}.shop-compare .shop-compare-image-area .shop-image-wrapper .text-center{margin-top:12px}.product-page-footer-text{background:linear-gradient(135deg,#f0f9ff,#e0f2fe 25%,#fff8e6 50%,#ffe8cc 75%,#fef3c7);width:100%;margin:60px 0 0;padding:60px 20px;position:relative;overflow:hidden}@media (max-width:768px){.product-page-footer-text{padding:40px 16px}}.product-page-footer-text .footer-background-shapes{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.product-page-footer-text .footer-background-shapes .shape{filter:blur(60px);opacity:.3;border-radius:50%;animation:15s ease-in-out infinite floatShape;position:absolute}.product-page-footer-text .footer-background-shapes .shape.shape-1{background:linear-gradient(135deg,#2563eb,#3b82f6);width:300px;height:300px;animation-delay:0s;top:-10%;right:-5%}.product-page-footer-text .footer-background-shapes .shape.shape-2{background:linear-gradient(135deg,#f59e0b,#fbbf24);width:250px;height:250px;animation-delay:7s;bottom:-8%;left:-5%}.product-page-footer-text .footer-content{z-index:1;flex-direction:column;gap:32px;max-width:1024px;margin:0 auto;display:flex;position:relative}@media only screen and (min-width:768px) and (max-width:1024.98px){.product-page-footer-text .footer-content{gap:28px;max-width:770px}}@media only screen and (min-width:1025px) and (max-width:1229.98px){.product-page-footer-text .footer-content{max-width:990px}}.product-page-footer-text .footer-header{justify-content:center;animation:.6s ease-out fadeInDown;display:flex}.product-page-footer-text .analysis-badge{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50px;align-items:center;gap:10px;padding:12px 28px;font-size:16px;font-weight:700;display:inline-flex;box-shadow:0 4px 20px #2563eb4d}.product-page-footer-text .analysis-badge .badge-icon{font-size:20px}@media (max-width:768px){.product-page-footer-text .analysis-badge{padding:10px 24px;font-size:14px}.product-page-footer-text .analysis-badge .badge-icon{font-size:18px}}.product-page-footer-text .info-cards{grid-gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;animation:.6s ease-out .2s both fadeInUp;display:grid}@media (max-width:640px){.product-page-footer-text .info-cards{grid-template-columns:1fr}}.product-page-footer-text .info-card{background:#fff;border-radius:16px;gap:16px;padding:24px;transition:all .3s;display:flex;box-shadow:0 4px 20px #0000000f}.product-page-footer-text .info-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.product-page-footer-text .info-card .card-icon{color:#94a3b8;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.product-page-footer-text .info-card .card-content{color:#475569;font-size:15px;line-height:1.7}@media (max-width:768px){.product-page-footer-text .info-card{gap:14px;padding:20px}.product-page-footer-text .info-card .card-icon{width:24px;height:24px}.product-page-footer-text .info-card .card-content{font-size:14px}}.product-page-footer-text .conclusions-section{animation:.6s ease-out .4s both fadeInUp}.product-page-footer-text .conclusions-title{color:#1e3a8a;text-align:center;margin:0 0 32px;font-size:32px;font-weight:800}@media (max-width:768px){.product-page-footer-text .conclusions-title{margin-bottom:24px;font-size:26px}}.product-page-footer-text .conclusion-cards{flex-direction:column;gap:20px;display:flex}.product-page-footer-text .conclusion-card{border:2px solid #0000;border-radius:20px;padding:28px;transition:all .3s;position:relative;box-shadow:0 4px 20px #0000000f}.product-page-footer-text .conclusion-card:hover{transform:translate(8px);box-shadow:0 8px 30px #0000001a}.product-page-footer-text .conclusion-card .card-header-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.product-page-footer-text .conclusion-card .card-badge{border-radius:12px;flex-shrink:0;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex}.product-page-footer-text .conclusion-card .card-product-image{background:#f8fafc;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.product-page-footer-text .conclusion-card .card-product-image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;padding:4px}.product-page-footer-text .conclusion-card .card-body .card-text{color:#475569;margin:0;font-size:16px;line-height:1.7}.product-page-footer-text .conclusion-card .card-body .card-text .product-link{color:#2563eb;font-weight:600;text-decoration:none;transition:all .2s}.product-page-footer-text .conclusion-card .card-body .card-text .product-link:hover{color:#1d4ed8;text-decoration:underline}.product-page-footer-text .conclusion-card .card-body .card-text .product-link strong{font-weight:700}.product-page-footer-text .conclusion-card .card-body .features-section{border-top:1px solid #0000000f;margin-top:20px;padding-top:16px}.product-page-footer-text .conclusion-card .card-body .features-section .features-title{color:#1e3a8a;align-items:center;gap:6px;margin-bottom:12px;font-size:14px;font-weight:700;display:flex}.product-page-footer-text .conclusion-card .card-body .features-section .features-list{flex-direction:column;gap:8px;display:flex}.product-page-footer-text .conclusion-card .card-body .features-section .feature-pill{background:linear-gradient(135deg,#fef3c866,#fde68b4d);border:1px solid #f59e0b33;border-radius:10px;align-items:flex-start;gap:10px;padding:10px 14px;transition:all .2s;display:flex}.product-page-footer-text .conclusion-card .card-body .features-section .feature-pill:hover{background:linear-gradient(135deg,#fef3c899,#fde68b80);border-color:#f59e0b4d;transform:translate(4px)}.product-page-footer-text .conclusion-card .card-body .features-section .feature-pill .feature-icon{color:#fff;background:linear-gradient(135deg,#f59e0b,#fbbf24);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;font-size:11px;font-weight:700;display:flex}.product-page-footer-text .conclusion-card .card-body .features-section .feature-pill .feature-text{color:#475569;flex:1;font-size:14px;line-height:1.5}@media (max-width:768px){.product-page-footer-text .conclusion-card{padding:24px}.product-page-footer-text .conclusion-card .card-header-row{gap:10px;margin-bottom:14px}.product-page-footer-text .conclusion-card .card-badge{padding:7px 14px;font-size:12px}.product-page-footer-text .conclusion-card .card-product-image{width:55px;height:55px}.product-page-footer-text .conclusion-card .card-body .card-text{font-size:15px}.product-page-footer-text .conclusion-card .card-body .features-section{margin-top:16px;padding-top:14px}.product-page-footer-text .conclusion-card .card-body .features-section .features-title{margin-bottom:10px;font-size:13px}.product-page-footer-text .conclusion-card .card-body .features-section .feature-pill{padding:9px 12px}.product-page-footer-text .conclusion-card .card-body .features-section .feature-pill .feature-icon{width:18px;height:18px;font-size:10px}.product-page-footer-text .conclusion-card .card-body .features-section .feature-pill .feature-text{font-size:13px}}@media (max-width:576px){.product-page-footer-text .conclusion-card{padding:20px}.product-page-footer-text .conclusion-card .card-header-row{gap:8px;margin-bottom:12px}.product-page-footer-text .conclusion-card .card-badge{padding:6px 12px;font-size:11px}.product-page-footer-text .conclusion-card .card-product-image{width:50px;height:50px}.product-page-footer-text .conclusion-card .card-body .card-text{font-size:14px}.product-page-footer-text .conclusion-card .card-body .features-section{margin-top:14px;padding-top:12px}.product-page-footer-text .conclusion-card .card-body .features-section .features-title{margin-bottom:8px;font-size:12px}.product-page-footer-text .conclusion-card .card-body .features-section .features-list{gap:6px}.product-page-footer-text .conclusion-card .card-body .features-section .feature-pill{padding:8px 10px}.product-page-footer-text .conclusion-card .card-body .features-section .feature-pill .feature-icon{width:16px;height:16px;font-size:9px}.product-page-footer-text .conclusion-card .card-body .features-section .feature-pill .feature-text{font-size:12px}}.product-page-footer-text .winner-card{background:linear-gradient(135deg,#fff,#fef3c84d);border-color:#f59e0b4d}.product-page-footer-text .winner-card:hover{border-color:#f59e0b80}.product-page-footer-text .winner-card .card-badge{color:#fff;background:linear-gradient(135deg,#f59e0b,#fbbf24)}.product-page-footer-text .value-card{background:linear-gradient(135deg,#fff,#e0f2fe4d);border-color:#2563eb4d}.product-page-footer-text .value-card:hover{border-color:#2563eb80}.product-page-footer-text .value-card .card-badge{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6)}.product-page-footer-text .deal-card{background:linear-gradient(135deg,#fff,#dcfce74d);border-color:#22c55e4d}.product-page-footer-text .deal-card:hover{border-color:#22c55e80}.product-page-footer-text .deal-card .card-badge{color:#fff;background:linear-gradient(135deg,#22c55e,#4ade80)}.product-page-footer-text .update-note{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#64748b;text-align:center;background:#fffc;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:16px 24px;font-size:14px;animation:.6s ease-out .6s both fadeInUp;display:flex}.product-page-footer-text .update-note .update-icon{font-size:18px}@media (max-width:768px){.product-page-footer-text .update-note{padding:14px 20px;font-size:13px}.product-page-footer-text .update-note .update-icon{font-size:16px}}.sale-ribbon{color:#fff;text-align:center;text-shadow:0 -1px #0000004d;z-index:1;background:#ef6644;border-top-right-radius:8px;border-bottom-right-radius:8px;width:auto;padding:.44em 1em;font-size:12px;font-weight:600;display:inline-block;position:absolute;top:-14px;left:0;box-shadow:inset 0 1px #ffffff4d,inset 0 0 20px #0000001a,0 1px 1px #0006}.sale-ribbon :before{content:"";z-index:-2;border:.9em solid #ef6644;border-left-color:#0000;border-right-width:.75em;width:.2em;display:block;position:absolute;bottom:-.2em;left:-1.35em;box-shadow:0 1px #0006}.sale-ribbon .sale-ribbon-content svg{margin-right:4px}.sale-ribbon .sale-ribbon-content :before{content:"";z-index:-1;border:0 solid #0000;border-top:.5em solid #0675b3;border-left-width:.5em;display:block;position:absolute;bottom:-.5em;left:0}.trust-banner-wrapper{z-index:10;width:100%;max-width:500px;margin:0 auto;padding:4px 0;position:relative}@media (max-width:768px){.trust-banner-wrapper{max-width:100%;padding:3px 0}}.trust-banner{cursor:pointer;background:linear-gradient(135deg,#fffffffa,#f0f9fffa);border:1.5px solid #2563eb26;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 16px;transition:all .25s;display:inline-flex;position:relative;box-shadow:0 2px 12px #2563eb14}.trust-banner:hover{border-color:#2563eb4d;transform:translateY(-1px);box-shadow:0 4px 16px #2563eb1f}.trust-banner:hover .trust-badge{background:linear-gradient(135deg,#1d4ed8,#2563eb)}.trust-banner .trust-icon{font-size:18px;line-height:1}.trust-banner .trust-text{color:#1e3a8a;font-size:14px;font-weight:600;line-height:1}.trust-banner .trust-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:12px;justify-content:center;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;line-height:1;transition:all .25s;display:flex}@media (max-width:768px){.trust-banner{gap:7px;padding:9px 14px}.trust-banner .trust-icon{font-size:16px}.trust-banner .trust-text{font-size:13px}.trust-banner .trust-badge{padding:3px 8px;font-size:10px}}@media (max-width:576px){.trust-banner{border-radius:10px;gap:6px;padding:8px 12px}.trust-banner .trust-icon{font-size:15px}.trust-banner .trust-text{font-size:12px}.trust-banner .trust-badge{padding:3px 7px;font-size:9px}}.related-deals{max-width:1024px}@media only screen and (min-width:768px) and (max-width:1024.98px){.related-deals{max-width:770px}}@media only screen and (min-width:1025px) and (max-width:1229.98px){.related-deals{max-width:990px}}.related-deals h2.related-deals-title{text-align:center;font-size:28px;font-weight:400}@media only screen and (max-width:767.98px),only screen and (min-width:768px) and (max-width:1024.98px){.related-deals h2.related-deals-title{text-align:initial;font-size:1.25rem;font-weight:500;line-height:1.75rem}}.related-deals .deals,.related-deals .deals .deals-carousel{position:relative}.related-deals .deals a{height:100%;text-decoration:none;display:block}.related-deals .deals a:hover{color:initial}.related-deals .deals .deal{box-shadow:none;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;align-items:center;height:100%;padding:40px 16px 20px;transition:all .2s ease-in-out;display:flex;position:relative;overflow:hidden}@media only screen and (max-width:767.98px),only screen and (min-width:768px) and (max-width:1024.98px){.related-deals .deals .deal{padding:36px 12px 16px}}.related-deals .deals .deal .discount-badge{color:#b12704;z-index:10;border:1.5px solid #b12704;border-radius:4px;font-size:.75rem;font-weight:600;position:absolute;top:12px;left:12px;background:0 0!important;padding:4px 8px!important}@media only screen and (max-width:767.98px),only screen and (min-width:768px) and (max-width:1024.98px){.related-deals .deals .deal .discount-badge{font-size:.7rem;top:8px;left:8px;padding:3px 6px!important}}.related-deals .deals .deal figure,.related-deals .deals .deal figure.deal-image-wrapper{justify-content:center;align-items:center;display:flex}.related-deals .deals .deal figure.deal-image-wrapper{width:100%;height:140px;margin:0 0 16px;overflow:visible}@media only screen and (max-width:767.98px),only screen and (min-width:768px) and (max-width:1024.98px){.related-deals .deals .deal figure.deal-image-wrapper{height:120px;margin-bottom:12px}}.related-deals .deals .deal figure.deal-image-wrapper img{-o-object-fit:contain;object-fit:contain;width:auto;max-width:100%;height:auto;max-height:140px;transition:transform .3s}@media only screen and (max-width:767.98px),only screen and (min-width:768px) and (max-width:1024.98px){.related-deals .deals .deal figure.deal-image-wrapper img{max-height:120px}}.related-deals .deals .deal:hover figure.deal-image-wrapper img{transform:scale(1.08)}.related-deals .deals .deal .deal-brand{text-align:center;color:#666;text-transform:uppercase;letter-spacing:.5px;width:100%;margin-bottom:8px;font-size:.75rem}@media only screen and (max-width:767.98px),only screen and (min-width:768px) and (max-width:1024.98px){.related-deals .deals .deal .deal-brand{margin-bottom:6px;font-size:.7rem}}.related-deals .deals .deal h3.related-deal-title{text-align:center;-webkit-line-clamp:2;text-overflow:ellipsis;color:#111;-webkit-box-orient:vertical;flex-grow:1;width:100%;min-height:2.5rem;margin:0 0 16px;padding:0;font-size:.875rem;font-weight:400;line-height:1.4;overflow:hidden}@media only screen and (max-width:767.98px),only screen and (min-width:768px) and (max-width:1024.98px){.related-deals .deals .deal h3.related-deal-title{min-height:2.3rem;margin-bottom:12px;font-size:.8rem}}.related-deals .deals .deal .deal-cta-text{color:#111;justify-content:center;align-items:center;gap:4px;margin-top:auto;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}@media only screen and (max-width:767.98px),only screen and (min-width:768px) and (max-width:1024.98px){.related-deals .deals .deal .deal-cta-text{font-size:.8rem}}@media only screen and (max-width:374.98px){.related-deals .deals .deal .deal-cta-text{font-size:.75rem}}.related-deals .deals .deal .deal-cta-text .cta-arrow{font-size:1.2em;transition:transform .2s}.related-deals .deals .deal:hover .deal-cta-text .cta-arrow{transform:translate(4px)}[data-domain-group=best10] .trust-banner:hover{border-color:#ea580c66;box-shadow:0 4px 16px #ea580c24}[data-domain-group=best10] .trust-banner:hover .trust-badge{background:linear-gradient(135deg,#c2410c,#ea580c)}[data-domain-group=best10] .winner-card:hover{border-color:#1e3a8a73}[data-domain-group=best10] .value-card:hover{border-color:#0d948873}[data-domain-group=best10] .deal-card:hover{border-color:#16a34a73}.shop-compare .shop-compare-item{flex-direction:column!important;display:flex!important}@media only screen and (min-width:768px){.shop-compare .shop-compare-item{flex-direction:row!important;justify-content:space-between!important;align-items:stretch!important;display:flex!important}.shop-compare .shop-compare-image-area{flex-direction:column!important;flex:0 0 190px!important;justify-content:center!important;align-items:center!important;max-width:190px!important;display:flex!important;position:relative!important}.shop-compare .shop-compare-text-area{flex-direction:column!important;flex:1!important;justify-content:flex-start!important;padding:0 24px!important;display:flex!important}.shop-compare .shop-compare-cta-area{flex-direction:column!important;flex:0 0 180px!important;justify-content:flex-end!important;align-items:center!important;max-width:180px!important;padding-top:10px!important;display:flex!important;position:relative!important}}@media only screen and (max-width:767.98px){.shop-compare .shop-compare-item{flex-direction:column!important;padding:0 0 16px!important;display:flex!important}.shop-compare .shop-compare-image-area{flex-direction:row-reverse!important;justify-content:space-between!important;align-items:flex-start!important;width:100%!important;padding:24px 16px 12px!important;display:flex!important}.shop-compare .shop-compare-text-area{width:100%!important;padding:0 16px!important}.shop-compare .shop-compare-cta-area{flex-direction:column!important;align-items:center!important;width:100%!important;padding:12px 16px 0!important;display:flex!important}}
