.opnar-home{--bg:#fff;--surface:oklch(0.975 0.004 240);--surface-2:oklch(0.96 0.005 240);--ink:oklch(0.18 0.01 240);--ink-2:oklch(0.38 0.01 240);--ink-3:oklch(0.58 0.01 240);--line:oklch(0.9 0.006 240);--line-2:oklch(0.82 0.008 240);--hot:#e6182a;--hot-ink:#c41020;--good:#0f9d58;--warn:#f5a623;--gold:#b8860b;--home-accent:#ff6b00;--home-accent-ink:#e85f00;--home-accent-soft:#fff5ed;--pad:24px;--gap:24px;--radius:10px;--radius-sm:7px;--radius-lg:14px;--home-font:"Inter","Hind Siliguri",ui-sans-serif,system-ui,sans-serif;--home-mono:"JetBrains Mono",ui-monospace,Menlo,monospace;--shadow-sm:0 1px 2px rgba(15,23,42,.04);--shadow-md:0 4px 12px -2px rgba(15,23,42,.08),0 2px 4px rgba(15,23,42,.04);--shadow-lg:0 10px 28px -8px rgba(15,23,42,.18),0 4px 8px rgba(15,23,42,.06);font-family:var(--home-font);color:var(--ink);display:flex;flex-direction:column;gap:32px}.opnar-home *,.opnar-home :after,.opnar-home :before{box-sizing:border-box}.opnar-home .i{stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:none}.opnar-home .hero{padding:0}.opnar-home .banners{display:grid;grid-template-columns:2.4fr 1fr;gap:14px;height:260px}.opnar-home .banner-lg,.opnar-home .banner-sm{position:relative;border-radius:var(--radius);overflow:hidden;display:block;cursor:pointer;transition:transform .2s,box-shadow .2s}.opnar-home .banner-lg:hover,.opnar-home .banner-sm:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.opnar-home .banner-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.opnar-home .banner-overlay{position:absolute;inset:0;padding:32px 30px;display:flex;flex-direction:column;justify-content:center;gap:10px;color:#fff;z-index:2}.opnar-home .banner-overlay.light{color:var(--ink);justify-content:flex-end;gap:6px}.opnar-home .banner-overlay .eb{font-family:var(--home-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#ffd5b3;font-weight:700;display:inline-flex;align-items:center;gap:8px}.opnar-home .banner-overlay .eb:before{content:"";width:24px;height:1px;background:var(--home-accent)}.opnar-home .banner-overlay.light .eb{color:var(--hot)}.opnar-home .banner-overlay.light .eb:before{background:var(--hot)}.opnar-home .banner-overlay .ttl{font-size:34px;font-weight:800;letter-spacing:-.025em;line-height:1.05;margin:0;text-wrap:balance;max-width:14ch}.opnar-home .banner-overlay.light .ttl{font-size:22px}.opnar-home .banner-overlay .ttl em{font-style:normal;color:var(--home-accent);background:linear-gradient(180deg,#ff8a3d,var(--home-accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.opnar-home .banner-overlay .sub{font-size:13px;color:hsla(0,0%,100%,.78);line-height:1.5;max-width:34ch;margin:2px 0 4px}.opnar-home .banner-overlay.light .sub{color:var(--ink-2)}.opnar-home .banner-overlay .b1{align-self:flex-start;height:42px;padding:0 22px;background:var(--home-accent);color:#fff;border-radius:8px;font-weight:700;font-size:13.5px;display:inline-flex;align-items:center;gap:8px;letter-spacing:-.005em;margin-top:6px;text-decoration:none}.opnar-home .banner-overlay .b2{align-self:flex-start;font-size:13px;font-weight:700;color:var(--ink);text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--hot);text-decoration-thickness:2px}.opnar-home .hero-slot-carousel{position:relative;border-radius:var(--radius);overflow:hidden;width:100%;height:100%}.opnar-home .hero-carousel-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease;pointer-events:none}.opnar-home .hero-carousel-slide.is-active{opacity:1;pointer-events:auto}.opnar-home .hero-carousel-slide .banner-lg,.opnar-home .hero-carousel-slide .banner-sm{position:absolute;inset:0;border-radius:0}.opnar-home .hero-carousel-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:5}.opnar-home .hero-carousel-dots button{width:22px;height:4px;border-radius:2px;border:0;background:hsla(0,0%,100%,.4);cursor:pointer;transition:background .2s}.opnar-home .hero-carousel-dots button.is-active{background:var(--home-accent);width:28px}.opnar-home .cat-grid-section{margin-top:0}.opnar-home .cat-grid{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--line-2) transparent;padding-bottom:6px;scroll-padding-inline:4px}.opnar-home .cat-grid::-webkit-scrollbar{height:6px}.opnar-home .cat-grid::-webkit-scrollbar-track{background:transparent}.opnar-home .cat-grid::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:3px}.opnar-home .cat-tile{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px 8px 14px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:9px;cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s;text-decoration:none;color:inherit;flex:0 0 130px;scroll-snap-align:start}.opnar-home .cat-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--home-accent)}.opnar-home .cat-tile .pic{width:58px;height:58px;border-radius:50%;background:var(--surface);display:flex;align-items:center;justify-content:center;color:var(--ink);transition:background .15s,color .15s;overflow:hidden}.opnar-home .cat-tile .pic img{width:100%;height:100%;object-fit:cover}.opnar-home .cat-tile:hover .pic{background:var(--home-accent-soft);color:var(--home-accent)}.opnar-home .cat-tile .nm{font-size:12px;font-weight:600;color:var(--ink);line-height:1.3;text-wrap:balance;letter-spacing:-.005em}.opnar-home .cat-tile .ct{font-family:var(--home-mono);font-size:10px;color:var(--ink-3);letter-spacing:.02em}.opnar-home .cat-tile .pin{position:absolute;top:7px;right:7px;font-family:var(--home-mono);font-size:9px;font-weight:700;color:#fff;background:var(--home-accent);padding:2px 5px;border-radius:3px;letter-spacing:.04em}.opnar-home .cat-tile .pin.hot{background:var(--hot)}.opnar-home .rail-section{margin-top:0}.opnar-home .rail-head{display:flex;align-items:flex-end;gap:14px;margin-bottom:14px;flex-wrap:wrap}.opnar-home .rail-head h2{margin:0;font-size:20px;font-weight:800;letter-spacing:-.02em;color:var(--ink);display:flex;align-items:center;gap:10px}.opnar-home .rail-head h2 em{font-style:normal;color:var(--home-accent)}.opnar-home .rail-head .meta{font-family:var(--home-mono);font-size:11px;color:var(--ink-3);letter-spacing:.04em;text-transform:uppercase}.opnar-home .rail-head .pull{margin-left:auto;display:flex;gap:6px;align-items:center}.opnar-home .rail-head .pull a,.opnar-home .rail-head .pull button{width:30px;height:30px;border-radius:6px;border:1px solid var(--line);background:#fff;color:var(--ink-2);display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.opnar-home .rail-head .pull a:hover,.opnar-home .rail-head .pull button:hover{border-color:var(--ink-3);color:var(--ink)}.opnar-home .rail-head .pull .more{padding:0 12px;width:auto;font-weight:600;font-size:12.5px;gap:5px}.opnar-home .rail-head>.more{margin-left:auto;display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 12px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink-2);font-size:12.5px;font-weight:600;text-decoration:none;cursor:pointer;transition:border-color .15s,color .15s}.opnar-home .rail-head>.more:hover{border-color:var(--ink-3);color:var(--ink)}.opnar-home .rail-tabs{display:flex;align-items:center;gap:6px;margin-bottom:14px;border-bottom:1px solid var(--line);flex-wrap:wrap}.opnar-home .rail-tab{padding:9px 14px;font-size:12.5px;font-weight:600;color:var(--ink-3);position:relative;cursor:pointer;display:inline-flex;align-items:center;gap:5px;background:transparent;border:0;font-family:inherit}.opnar-home .rail-tab .ct{font-family:var(--home-mono);font-size:10.5px;font-weight:500}.opnar-home .rail-tab.on{color:var(--ink)}.opnar-home .rail-tab.on:after{content:"";position:absolute;bottom:-1px;left:10px;right:10px;height:2px;background:var(--home-accent);border-radius:2px}.opnar-home .rail-tab:hover{color:var(--ink)}.opnar-home .rail-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.opnar-home .pcard,.opnar-listing .pcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .15s,box-shadow .15s,border-color .15s;position:relative;cursor:pointer;text-decoration:none;color:inherit}.opnar-home .pcard:hover,.opnar-listing .pcard:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--line-2)}.opnar-home .pcard .ribbon,.opnar-listing .pcard .ribbon{position:absolute;top:8px;left:8px;padding:3px 7px;border-radius:4px;font-size:10px;font-weight:700;font-family:var(--home-mono);letter-spacing:.04em;text-transform:uppercase;z-index:2;color:#fff}.opnar-home .pcard .ribbon.hot,.opnar-listing .pcard .ribbon.hot{background:var(--hot)}.opnar-home .pcard .ribbon.new,.opnar-listing .pcard .ribbon.new{background:var(--good)}.opnar-home .pcard .ribbon.deal,.opnar-listing .pcard .ribbon.deal{background:var(--ink)}.opnar-home .pcard .ribbon.bestseller,.opnar-listing .pcard .ribbon.bestseller{background:var(--gold)}.opnar-home .pcard .heart,.opnar-listing .pcard .heart{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--ink-3);z-index:2;box-shadow:var(--shadow-sm);cursor:pointer;padding:0}.opnar-home .pcard .heart.on,.opnar-home .pcard .heart:hover,.opnar-listing .pcard .heart.on,.opnar-listing .pcard .heart:hover{color:var(--hot)}.opnar-home .pcard .heart.on svg,.opnar-listing .pcard .heart.on svg{fill:var(--hot)}.opnar-home .pcard .img,.opnar-listing .pcard .img{aspect-ratio:1/1;background:var(--surface);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.opnar-home .pcard .img img,.opnar-listing .pcard .img img{width:100%;height:100%;object-fit:cover}.opnar-home .pcard .body,.opnar-listing .pcard .body{padding:11px 12px 12px;display:flex;flex-direction:column;gap:8px;flex:1}.opnar-home .pcard .nm,.opnar-listing .pcard .nm{font-size:12.5px;font-weight:600;color:var(--ink);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px}.opnar-home .pcard .px,.opnar-listing .pcard .px{display:flex;align-items:center;gap:6px;margin-top:auto;flex-wrap:wrap}.opnar-home .pcard .now,.opnar-listing .pcard .now{font-weight:800;color:var(--hot);font-size:14px;font-family:var(--home-mono)}.opnar-home .pcard .was,.opnar-listing .pcard .was{font-size:11px;color:var(--ink-3);text-decoration:line-through;font-family:var(--home-mono)}.opnar-home .pcard .save,.opnar-listing .pcard .save{padding:2px 5px;background:var(--hot);color:#fff;font-size:9.5px;font-weight:800;border-radius:3px;font-family:var(--home-mono);letter-spacing:.02em;text-transform:uppercase;line-height:1.1;white-space:nowrap}.opnar-home .pcard .atc,.opnar-listing .pcard .atc{margin-top:2px;height:32px;display:flex;align-items:center;justify-content:center;gap:6px;background:#fff;color:var(--home-accent);border:2px solid var(--home-accent);border-radius:6px;font-size:11.5px;font-weight:700;letter-spacing:-.005em;cursor:pointer;font-family:inherit;transition:background .15s ease;padding:0}.opnar-home .pcard .atc:hover,.opnar-listing .pcard .atc:hover{background:var(--home-accent-soft)}.opnar-home .pcard .atc:disabled,.opnar-listing .pcard .atc:disabled{opacity:.5;cursor:not-allowed}.opnar-home .pcard .atc-stepper,.opnar-listing .pcard .atc-stepper{margin-top:2px;height:32px;display:grid;grid-template-columns:32px 1fr 32px;align-items:stretch;background:#fff;border:2px solid var(--home-accent);border-radius:6px;overflow:hidden;font-family:inherit}.opnar-home .pcard .atc-step,.opnar-listing .pcard .atc-step{background:transparent;border:0;padding:0;color:var(--home-accent);font-size:18px;font-weight:700;line-height:1;cursor:pointer;transition:background .12s ease;display:inline-flex;align-items:center;justify-content:center}.opnar-home .pcard .atc-step:hover,.opnar-listing .pcard .atc-step:hover{background:var(--home-accent-soft)}.opnar-home .pcard .atc-step:disabled,.opnar-listing .pcard .atc-step:disabled{opacity:.5;cursor:not-allowed}.opnar-home .pcard .atc-qty,.opnar-listing .pcard .atc-qty{display:inline-flex;align-items:center;justify-content:center;font-family:var(--home-mono);font-size:12.5px;font-weight:800;color:var(--ink);letter-spacing:.02em;border-left:1px solid var(--home-accent);border-right:1px solid var(--home-accent)}.opnar-home .pcard .atc .i,.opnar-listing .pcard .atc .i{stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.opnar-home .pcard .out,.opnar-listing .pcard .out{position:absolute;inset:0;background:hsla(0,0%,100%,.7);display:flex;align-items:center;justify-content:center;font-family:var(--home-mono);font-size:11px;font-weight:700;color:var(--ink);letter-spacing:.06em;text-transform:uppercase}.opnar-home .fd-section{margin-top:0}.opnar-home .fd-shell{position:relative;background:#fff8f1;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;padding:0 0 22px}.opnar-home .fd-shell:before{content:"";position:absolute;left:0;right:0;top:0;height:6px;background:linear-gradient(90deg,var(--hot) 0,var(--home-accent) 50%,#ffae42 100%);z-index:2}.opnar-home .fd-bg{position:absolute;inset:6px 0 0 0;background-image:radial-gradient(circle at 1px 1px,rgba(230,24,42,.08) 1px,transparent 0);background-size:18px 18px;pointer-events:none;z-index:0}.opnar-home .fd-head{position:relative;z-index:1;display:flex;align-items:center;gap:18px;padding:24px 22px 18px;flex-wrap:wrap}.opnar-home .fd-title-wrap{display:flex;align-items:center;gap:10px}.opnar-home .fd-bolt{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,var(--home-accent),var(--hot));display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(255,107,0,.32);transform:rotate(-4deg);color:#fff}.opnar-home .fd-title{font-size:24px;font-weight:800;letter-spacing:-.02em;margin:0;color:var(--ink)}.opnar-home .fd-title em{font-style:normal;background:linear-gradient(135deg,var(--hot),var(--home-accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.opnar-home .fd-live{display:inline-flex;align-items:center;gap:6px;font-family:var(--home-mono);font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hot);background:#fff;border:1px solid #fcd5d9;padding:4px 9px;border-radius:5px}.opnar-home .fd-live .dot{width:6px;height:6px;border-radius:50%;background:var(--hot);animation:opnar-fdpulse 1.6s infinite}@keyframes opnar-fdpulse{0%{box-shadow:0 0 0 0 rgba(230,24,42,.6)}70%{box-shadow:0 0 0 8px rgba(230,24,42,0)}to{box-shadow:0 0 0 0 rgba(230,24,42,0)}}.opnar-home .fd-timer{display:flex;align-items:center;gap:10px;margin-left:6px;background:#1a1d24;padding:6px 12px;border-radius:8px;box-shadow:0 4px 14px rgba(26,29,36,.18)}.opnar-home .fd-timer-lbl{font-family:var(--home-mono);font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.55)}.opnar-home .fd-cells{display:flex;align-items:center;gap:3px;font-family:var(--home-mono);font-weight:800}.opnar-home .fd-cells .cell{background:#0f1217;border:1px solid #2a2f37;font-size:13px;padding:4px 7px;border-radius:5px;min-width:30px;text-align:center;color:#fff}.opnar-home .fd-cells .sep{color:var(--home-accent);font-size:13px;font-weight:800}.opnar-home .fd-pull{margin-left:auto;display:flex;align-items:center;gap:14px}.opnar-home .fd-stat{font-family:var(--home-mono);font-size:11.5px;color:var(--ink-3);letter-spacing:.02em}.opnar-home .fd-stat b{color:var(--ink);font-weight:800}.opnar-home .fd-viewall{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 14px;background:var(--ink);border:1px solid var(--ink);border-radius:7px;color:#fff;font-weight:700;font-size:12.5px;cursor:pointer;transition:background .15s,border-color .15s;text-decoration:none}.opnar-home .fd-viewall:hover{background:var(--home-accent);border-color:var(--home-accent)}.opnar-home .fd-rail{position:relative;z-index:1;display:grid;grid-template-columns:repeat(6,1fr);gap:12px;padding:0 22px}.opnar-home .fd-ticker{position:relative;z-index:1;background:#1a1d24;color:#fff;height:30px;display:flex;align-items:center;overflow:hidden;font-family:var(--home-mono);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 18px}.opnar-home .fd-ticker-track{display:flex;gap:36px;white-space:nowrap;animation:opnar-ticker 28s linear infinite;padding-left:24px}.opnar-home .fd-ticker .accent{color:var(--home-accent)}.opnar-home .fd-ticker .sep{color:hsla(0,0%,100%,.25)}@keyframes opnar-ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.opnar-home .fd-prog-bar,.opnar-listing .fd-prog-bar{height:5px;background:#f1f1f3;border-radius:99px;overflow:hidden;position:relative}.opnar-home .fd-prog-fill,.opnar-listing .fd-prog-fill{height:100%;background:linear-gradient(90deg,var(--home-accent),var(--hot));border-radius:99px;position:relative;transition:width .4s}.opnar-home .fd-prog-fill:after,.opnar-listing .fd-prog-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);animation:opnar-fdshine 2s infinite}@keyframes opnar-fdshine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.opnar-home .fd-claim,.opnar-listing .fd-claim{font-family:var(--home-mono);font-size:10.5px;color:var(--ink-3);letter-spacing:.01em;display:block;margin-top:-2px}.opnar-home .fd-claim b,.opnar-listing .fd-claim b{color:var(--ink);font-weight:800}.opnar-home .fd-claim.hot,.opnar-listing .fd-claim.hot{color:var(--hot);font-weight:700}.opnar-home .fd-claim.hot b,.opnar-listing .fd-claim.hot b{color:var(--hot)}.opnar-home .split-banners{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.opnar-home .sb{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;display:flex;align-items:center;gap:14px;cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s;position:relative;overflow:hidden;text-decoration:none;color:inherit}.opnar-home .sb:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--home-accent)}.opnar-home .sb .vis{width:90px;height:90px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:none;color:#fff;font-weight:800;font-size:22px;letter-spacing:-.02em;text-align:center;line-height:1.05;overflow:hidden}.opnar-home .sb .vis img{width:100%;height:100%;object-fit:cover}.opnar-home .sb .body{flex:1;min-width:0}.opnar-home .sb .eb{font-family:var(--home-mono);font-size:10px;color:var(--home-accent);letter-spacing:.08em;text-transform:uppercase;font-weight:700;margin-bottom:4px}.opnar-home .sb .ttl{font-size:15px;font-weight:800;letter-spacing:-.015em;margin:0 0 4px;color:var(--ink);text-wrap:balance;line-height:1.2}.opnar-home .sb .sub{font-size:11.5px;color:var(--ink-3);line-height:1.45}.opnar-home .sb .arrow{margin-left:auto;color:var(--ink-3);flex:none}.opnar-home .sb .pill,.opnar-home .sb:hover .arrow{color:var(--home-accent)}.opnar-home .sb .pill{display:inline-block;margin-top:6px;padding:2px 8px;background:var(--home-accent-soft);border-radius:4px;font-family:var(--home-mono);font-size:10px;font-weight:700;letter-spacing:.04em}.opnar-home .brands-grid{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--line-2) transparent;padding-bottom:6px;scroll-padding-inline:4px}.opnar-home .brands-grid::-webkit-scrollbar{height:6px}.opnar-home .brands-grid::-webkit-scrollbar-track{background:transparent}.opnar-home .brands-grid::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:3px}.opnar-home .brand-tile{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:10px 14px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s;text-decoration:none;color:inherit;flex:0 0 170px;height:78px;scroll-snap-align:start}.opnar-home .brand-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--home-accent)}.opnar-home .brand-tile .pic{width:38px;height:38px;border-radius:50%;background:var(--surface);display:flex;align-items:center;justify-content:center;color:var(--ink);transition:background .15s,color .15s;flex:none;overflow:hidden}.opnar-home .brand-tile:hover .pic{background:var(--home-accent-soft);color:var(--home-accent)}.opnar-home .brand-tile .pic .initial{font-family:var(--home-mono);font-size:16px;font-weight:800;letter-spacing:-.02em}.opnar-home .brand-tile.has-logo{padding:10px 16px}.opnar-home .brand-tile.has-logo .logo{width:100%;height:100%;object-fit:contain;display:block}.opnar-home .brand-tile .nm{font-size:12.5px;font-weight:700;color:var(--ink);line-height:1.25;letter-spacing:-.005em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;min-width:0}@media (max-width:1180px){.opnar-home .banners{grid-template-columns:2fr 1fr;height:240px}.opnar-home .cat-tile{flex:0 0 120px}.opnar-home .fd-rail,.opnar-home .rail-grid{grid-template-columns:repeat(4,1fr)}.opnar-home .pcard:nth-child(n+5){display:none}.opnar-home .brand-tile{flex:0 0 160px}.opnar-home .split-banners{grid-template-columns:1fr 1fr}.opnar-home .sb:nth-child(3){display:none}}@media (max-width:880px){.opnar-home{--pad:16px;--gap:14px}.opnar-home .banners{grid-template-columns:1fr;height:auto}.opnar-home .banner-sm{display:none}.opnar-home .banner-lg{height:180px}.opnar-home .banner-overlay{padding:24px}.opnar-home .banner-overlay .ttl{font-size:26px}.opnar-home .cat-tile{flex:0 0 110px;padding:14px 6px 12px}.opnar-home .cat-tile .pic{width:48px;height:48px}.opnar-home .fd-rail,.opnar-home .rail-grid{grid-template-columns:repeat(2,1fr)}.opnar-home .fd-rail .pcard:nth-child(n+3),.opnar-home .pcard:nth-child(n+5){display:none}.opnar-home .split-banners{grid-template-columns:1fr}.opnar-home .sb:nth-child(3){display:flex}.opnar-home .brand-tile{flex:0 0 150px;height:70px}.opnar-home .fd-rail{padding:0 14px}.opnar-home .fd-head{padding:18px 14px 14px}}