.hotr{--navy:#0D1B3D;--teal:#00B3B8;--coral:#FF4D4D;--yellow:#FFC107;--purple:#7B4DFF;--ink:#16223a;--muted:#667085;--line:#e7eaf0;--soft:#f7f8fb;font-family:var(--font-body--family,Arial,sans-serif);color:var(--ink)}.hotr *{box-sizing:border-box}.hotr a{text-decoration:none}.hotr-shell{width:min(1440px,calc(100% - 48px));margin:0 auto}.hotr-topbar{background:var(--navy);color:#fff;text-align:center;font-weight:700;font-size:13px;letter-spacing:.01em;padding:9px 16px}.hotr-header{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:20}.hotr-header-row{min-height:86px;display:grid;grid-template-columns:auto 1fr minmax(260px,390px) auto;align-items:center;gap:28px}.hotr-logo img{display:block;width:142px;height:auto}.hotr-nav{display:flex;align-items:center;justify-content:center;gap:26px;white-space:nowrap}.hotr-nav a{color:var(--navy);font-weight:700;font-size:14px}.hotr-nav a:hover{color:var(--teal)}.hotr-search{display:flex;border:1px solid #cfd5df;border-radius:999px;height:44px;overflow:hidden;background:#fff}.hotr-search input{width:100%;border:0;outline:0;padding:0 16px;font:inherit;font-size:14px;color:var(--ink);background:transparent}.hotr-search button{border:0;background:transparent;width:48px;cursor:pointer;color:var(--navy);font-size:18px}.hotr-actions{display:flex;align-items:center;gap:16px}.hotr-action{color:var(--navy);font-size:13px;font-weight:700;display:flex;align-items:center;gap:6px}.hotr-cart-dot{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--purple);color:#fff;font-size:11px}.hotr-mobile-menu{display:none}.hotr-hero{background:linear-gradient(110deg,#fffaf7 0%,#fff 52%,#f5fbff 100%);border-bottom:1px solid #f0f2f6}.hotr-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:56px;padding:70px 0 62px}.hotr-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--navy);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:18px}.hotr-eyebrow:before{content:'';width:30px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--coral),var(--yellow),var(--teal),var(--purple))}.hotr-hero h1{font-family:var(--font-heading--family,var(--font-body--family,Arial));font-size:clamp(48px,5vw,76px);line-height:.98;letter-spacing:-.05em;margin:0 0 24px;font-weight:800}.hotr-hero h1 span{display:block}.hotr-red{color:var(--coral)}.hotr-teal{color:var(--teal)}.hotr-purple{color:var(--purple)}.hotr-lead{font-size:18px;line-height:1.65;color:#344054;max-width:590px;margin:0 0 30px}.hotr-cta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hotr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;font-weight:800;font-size:14px;transition:transform .15s ease}.hotr-btn:hover{transform:translateY(-1px)}.hotr-btn-primary{background:var(--navy);color:#fff}.hotr-btn-secondary{border:1px solid var(--navy);color:var(--navy);background:#fff}.hotr-trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#475467;font-size:12px;font-weight:700}.hotr-trust span:before{content:'✓';display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;margin-right:6px;background:#e8f8f7;color:#087f83}.hotr-hero-media{position:relative;min-width:0}.hotr-hero-media:before{content:'';position:absolute;inset:8% 3% 2% 6%;border-radius:42px;background:linear-gradient(135deg,#eefafa,#f7efff);transform:rotate(-2deg)}.hotr-hero-media img{position:relative;z-index:1;display:block;width:100%;height:auto;max-height:520px;object-fit:contain}.hotr-section{padding:68px 0}.hotr-section-alt{background:#fbfcfe}.hotr-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.hotr-heading h2{margin:0;color:var(--navy);font-size:clamp(30px,3vw,42px);line-height:1.05;letter-spacing:-.035em}.hotr-heading p{margin:8px 0 0;color:var(--muted);font-size:15px}.hotr-view{color:var(--navy);font-weight:800;font-size:13px}.hotr-cat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.hotr-cat{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:transform .18s ease,box-shadow .18s ease}.hotr-cat:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(13,27,61,.08)}.hotr-cat-media{aspect-ratio:1.55/1;min-height:170px;display:grid;place-items:center;padding:18px 20px;overflow:hidden}.hotr-cat:nth-child(1) .hotr-cat-media,.hotr-cat:nth-child(3) .hotr-cat-media{background:#f5edff}.hotr-cat:nth-child(2) .hotr-cat-media,.hotr-cat:nth-child(5) .hotr-cat-media{background:#eaf9f8}.hotr-cat:nth-child(4) .hotr-cat-media{background:#fff7df}.hotr-cat-media img{display:block;width:auto;max-width:90%;height:auto;max-height:90%;object-fit:contain}.hotr-cat-media svg{display:block;width:min(92%,250px);height:auto;max-height:92%;overflow:visible}.hotr-cat-copy{padding:17px 18px 19px}.hotr-cat-copy strong{display:block;color:var(--navy);font-size:18px;line-height:1.2}.hotr-cat-copy span{display:block;margin-top:7px;color:#667085;font-size:12px;font-weight:700}.hotr-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch}.hotr-product{min-width:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;height:100%}.hotr-product-img{display:block;aspect-ratio:1/1;background:#f8f9fb;overflow:hidden;flex:0 0 auto}.hotr-product-img img{display:block;width:100%;height:100%;object-fit:contain;padding:12px}.hotr-product-copy{padding:16px;display:flex;flex-direction:column;flex:1}.hotr-product-copy h3{font-size:15px;line-height:1.35;margin:0 0 8px;color:var(--navy);min-height:2.7em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hotr-product-copy h3 a{color:inherit}.hotr-price{font-weight:800;color:var(--navy);font-size:15px}.hotr-product-copy form{margin-top:auto}.hotr-add{width:100%;border:0;border-radius:999px;background:var(--navy);color:#fff;font-weight:800;min-height:42px;margin-top:14px;cursor:pointer}.hotr-empty{grid-column:1/-1;border:1px dashed #cfd5df;border-radius:20px;background:#fff;padding:44px;text-align:center;color:var(--muted)}.hotr-empty strong{display:block;color:var(--navy);font-size:22px;margin-bottom:8px}.hotr-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hotr-benefit{padding:25px;border-radius:18px;border:1px solid var(--line);background:#fff}.hotr-benefit-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eefafa;color:var(--teal);font-size:20px;margin-bottom:15px}.hotr-benefit h3{margin:0 0 7px;color:var(--navy);font-size:17px}.hotr-benefit p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.hotr-news{margin:0 auto 68px;width:min(1440px,calc(100% - 48px));border-radius:28px;background:var(--navy);color:#fff;padding:38px 44px;display:grid;grid-template-columns:1fr minmax(360px,.8fr);align-items:center;gap:40px}.hotr-news h2{margin:0 0 8px;font-size:30px;letter-spacing:-.03em}.hotr-news p{margin:0;color:#d9e1ef;font-size:14px}.hotr-news-form{display:flex;background:#fff;border-radius:999px;padding:5px}.hotr-news-form input{flex:1;min-width:0;border:0;outline:0;padding:0 16px;font:inherit}.hotr-news-form button{border:0;border-radius:999px;background:var(--teal);color:#fff;font-weight:800;padding:0 22px;min-height:44px;cursor:pointer}.hotr-footer{background:#09142f;color:#dce4f3;padding:54px 0 26px}.hotr-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr) 1.25fr;gap:38px}.hotr-footer-logo{width:135px;height:auto;background:#fff;border-radius:12px;padding:7px}.hotr-footer-brand p{font-size:12px;line-height:1.65;margin:16px 0 14px;max-width:270px}.hotr-footer h3{color:#fff;margin:0 0 16px;font-size:14px}.hotr-footer ul{list-style:none;padding:0;margin:0}.hotr-footer li{margin:0 0 9px}.hotr-footer a{color:#dce4f3;font-size:12px}.hotr-footer a:hover{color:#fff}.hotr-social{display:flex;gap:12px;flex-wrap:wrap}.hotr-social a{font-weight:700}.hotr-payments{display:flex;flex-wrap:wrap;gap:7px}.hotr-payments li{margin:0}.hotr-payment-icon{width:38px;height:auto;display:block}.hotr-secure{font-size:11px;margin-top:12px}.hotr-footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:36px;padding-top:20px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:11px;color:#aeb9ce}.hotr-footer-bottom a{font-size:11px}.hotr-policy-links{display:flex;gap:16px;flex-wrap:wrap}@media(max-width:1180px){.hotr-shell{width:min(100% - 36px,1200px)}.hotr-header-row{grid-template-columns:auto 1fr auto;gap:20px}.hotr-search{grid-column:1/-1;width:min(700px,100%);justify-self:center;margin:0 0 16px}.hotr-hero-grid{grid-template-columns:1fr 1fr;gap:34px}.hotr-cat-grid{grid-template-columns:repeat(3,1fr)}.hotr-footer-grid{grid-template-columns:1.4fr repeat(2,1fr);}.hotr-footer-grid>div:nth-child(4),.hotr-footer-grid>div:nth-child(5){margin-top:8px}}@media(max-width:820px){.hotr-shell{width:calc(100% - 28px)}.hotr-header-row{min-height:72px;grid-template-columns:auto 1fr auto;gap:12px}.hotr-logo img{width:116px}.hotr-nav{display:none}.hotr-actions .hotr-account{display:none}.hotr-mobile-menu{display:block}.hotr-mobile-menu summary{list-style:none;cursor:pointer;color:var(--navy);font-weight:800;font-size:13px}.hotr-mobile-menu summary::-webkit-details-marker{display:none}.hotr-mobile-panel{position:absolute;left:14px;right:14px;top:72px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 18px 35px rgba(13,27,61,.12)}.hotr-mobile-panel a{display:block;color:var(--navy);font-weight:700;padding:10px 8px}.hotr-search{grid-column:1/-1;margin:0 0 14px;height:42px}.hotr-hero-grid{grid-template-columns:1fr;padding:46px 0 40px}.hotr-hero h1{font-size:clamp(43px,12vw,66px)}.hotr-hero-media{order:-1}.hotr-hero-media img{max-height:350px}.hotr-section{padding:48px 0}.hotr-cat-grid{grid-template-columns:repeat(2,1fr);gap:14px}.hotr-products{grid-template-columns:repeat(2,1fr);gap:14px}.hotr-benefits{grid-template-columns:1fr}.hotr-news{width:calc(100% - 28px);margin-bottom:48px;padding:28px 24px;grid-template-columns:1fr}.hotr-footer-grid{grid-template-columns:repeat(2,1fr);gap:30px}.hotr-footer-brand{grid-column:1/-1}.hotr-footer-grid>div:nth-child(4),.hotr-footer-grid>div:nth-child(5){margin-top:0}}@media(max-width:520px){.hotr-topbar{font-size:11px}.hotr-hero-grid{gap:20px}.hotr-hero h1{font-size:43px}.hotr-lead{font-size:16px}.hotr-btn{width:100%}.hotr-trust{gap:10px}.hotr-heading{align-items:flex-start;flex-direction:column}.hotr-cat-grid{grid-template-columns:1fr 1fr}.hotr-cat-media{min-height:130px;padding:12px}.hotr-cat-copy{padding:13px}.hotr-cat-copy strong{font-size:15px}.hotr-products{grid-template-columns:1fr 1fr}.hotr-product-copy{padding:12px}.hotr-product-img img{padding:8px}.hotr-news-form{border-radius:15px;display:grid;padding:6px}.hotr-news-form input{min-height:44px}.hotr-news-form button{width:100%}.hotr-footer-grid{grid-template-columns:1fr 1fr}.hotr-footer-grid>div:last-child{grid-column:1/-1}.hotr-footer-bottom{display:block}.hotr-policy-links{margin-top:12px}}