:root{
      --bg:#f5f6f2;
      --paper:#ffffff;
      --ink:#10110f;
      --muted:#73776f;
      --line:#dedfd9;
      --yellow:#ffd900;
      --yellow-2:#ffeb6a;
      --green:#179b58;
      --green-dark:#0b6d3b;
      --red:#e62f2f;
      --black:#0e0f0d;
      --shadow:0 12px 36px rgba(18,22,15,.08);
      --max:1440px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:var(--bg);
      color:var(--ink);
      font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      -webkit-font-smoothing:antialiased;
    }
    a{color:inherit;text-decoration:none}
    button,input{font:inherit}
    img{display:block;width:100%;height:100%;object-fit:cover}
    .container{width:min(var(--max), calc(100% - 48px));margin:0 auto}
    .eyebrow{font-size:12px;line-height:1.2;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
    .section{padding:72px 0}
    .section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px}
    .section-head h2{font-size:clamp(30px,3.4vw,54px);line-height:.98;letter-spacing:-.045em;margin:0;max-width:860px}
    .section-head p{margin:0;color:var(--muted);font-size:16px;max-width:480px;line-height:1.55}
    .link-arrow{font-weight:850;display:inline-flex;gap:10px;align-items:center;white-space:nowrap}
    .link-arrow span{font-size:20px}

    .topline{background:var(--black);color:#fff;font-size:13px}
    .topline-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}
    .topline strong{color:var(--yellow)}
    .topline-links{display:flex;gap:12px;align-items:center;color:#d8dad4;flex-wrap:wrap}
    .topline-links a{position:relative}
    .topline-links a[href="discounts.html"],
    .topline-links a[href="stores.html"],
    .topline-links a[href="brands.html"]{
      display:inline-flex;align-items:center;justify-content:center;
      min-height:30px;padding:0 14px;border:1px solid rgba(255,217,0,.38);
      background:rgba(255,217,0,.08);color:#fff;border-radius:999px;
      font-weight:850;letter-spacing:-.01em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)
    }
    .topline-links a[href="discounts.html"]:before,
    .topline-links a[href="stores.html"]:before,
    .topline-links a[href="brands.html"]:before{
      content:"";width:8px;height:8px;border-radius:50%;background:var(--yellow);
      margin-right:8px;box-shadow:0 0 0 4px rgba(255,217,0,.14)
    }
    .topline-links a[href="discounts.html"]:hover,
    .topline-links a[href="stores.html"]:hover,
    .topline-links a[href="brands.html"]:hover{
      background:var(--yellow);color:#111;border-color:var(--yellow)
    }
    .topline-links a[href="discounts.html"]:hover:before,
    .topline-links a[href="stores.html"]:hover:before,
    .topline-links a[href="brands.html"]:hover:before{background:#111;box-shadow:0 0 0 4px rgba(16,17,15,.12)}
    .topline-links a[href^="index.html#"]{opacity:.82;font-size:12px}

    .header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(12px)}
    .header-row{height:78px;display:grid;grid-template-columns:245px 1fr auto;align-items:center;gap:26px}
    .brand{display:flex;align-items:center;gap:12px;font-weight:1000;letter-spacing:-.045em;font-size:26px}
    .brand-mark{width:40px;height:40px;position:relative;display:grid;place-items:center}
    .brand-mark:before,.brand-mark:after,.brand-mark i{content:"";position:absolute;border:2px solid var(--green);border-radius:50%;width:34px;height:14px;transform:rotate(35deg)}
    .brand-mark:after{transform:rotate(-35deg)}
    .brand-mark i{transform:rotate(90deg);width:31px;height:13px}
    .brand-mark b{width:8px;height:8px;background:var(--yellow);border:2px solid var(--ink);border-radius:50%;z-index:2}
    .brand small{font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--muted);display:block;text-transform:uppercase;margin-top:1px}
    .brand-copy{line-height:.85}

    .header-search{display:flex;height:46px;border:2px solid var(--ink);background:#fff}
    .catalog-btn{border:0;border-right:1px solid var(--line);background:var(--yellow);font-weight:900;padding:0 18px;cursor:pointer;white-space:nowrap}
    .header-search input{flex:1;border:0;outline:none;padding:0 16px;min-width:120px;background:transparent}
    .search-btn{border:0;background:var(--ink);color:white;padding:0 22px;font-weight:900;cursor:pointer}
    .header-actions{display:flex;gap:8px;align-items:center}
    .icon-btn{height:46px;min-width:46px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;cursor:pointer;font-weight:900;position:relative}
    .icon-btn em{font-style:normal;font-size:12px;background:var(--red);color:#fff;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;position:absolute;top:-7px;right:-7px}
    .mobile-menu{display:none}

    .hero{padding:26px 0 0}
    .hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.65fr);gap:16px}
    .hero-main{min-height:560px;background:var(--yellow);position:relative;overflow:hidden;padding:58px 58px 40px;border:1px solid #e2c100;display:flex;flex-direction:column;justify-content:space-between}
    .hero-main:before{content:"";position:absolute;width:520px;height:520px;border:110px solid rgba(255,255,255,.34);border-radius:50%;right:-120px;top:-150px}
    .hero-main:after{content:"%";position:absolute;right:40px;bottom:-75px;font-size:420px;line-height:1;font-weight:1000;letter-spacing:-.12em;color:rgba(16,17,15,.08)}
    .hero-copy{position:relative;z-index:2;max-width:900px}
    .hero-copy .pill{display:inline-flex;background:var(--ink);color:#fff;padding:9px 12px;font-weight:900;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:26px}
    .hero h1{font-size:clamp(48px,6vw,92px);line-height:.88;letter-spacing:-.068em;margin:0;max-width:990px}
    .hero h1 .stroke{-webkit-text-stroke:2px var(--ink);color:transparent}
    .hero-sub{font-size:clamp(18px,1.8vw,25px);line-height:1.35;max-width:720px;margin:28px 0 0;font-weight:650}
    .hero-search{position:relative;z-index:3;margin-top:38px;max-width:860px;background:#fff;display:grid;grid-template-columns:1fr auto;box-shadow:0 14px 0 rgba(16,17,15,.14)}
    .hero-search input{height:70px;border:0;outline:0;padding:0 24px;font-size:18px;min-width:0}
    .hero-search button{border:0;background:var(--ink);color:#fff;padding:0 28px;font-weight:900;font-size:16px;cursor:pointer}
    .popular{position:relative;z-index:3;display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;align-items:center;font-size:13px;font-weight:750}
    .popular a{background:rgba(255,255,255,.48);border:1px solid rgba(16,17,15,.18);padding:7px 10px}
    .hero-stats{position:relative;z-index:2;display:flex;gap:38px;margin-top:48px}
    .hero-stat strong{font-size:26px;display:block;letter-spacing:-.04em}
    .hero-stat span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;opacity:.7}

    .hero-side{display:grid;grid-template-rows:1fr 1fr;gap:16px}
    .side-card{min-height:272px;position:relative;overflow:hidden;color:white;padding:30px;border:1px solid #000;display:flex;flex-direction:column;justify-content:space-between}
    .side-card.dark{background:#151714}
    .side-card.green{background:var(--green-dark)}
    .side-card .eyebrow{opacity:.7}
    .side-card h3{font-size:38px;line-height:.95;letter-spacing:-.05em;margin:10px 0 0;max-width:280px}
    .side-card p{max-width:300px;color:rgba(255,255,255,.7);line-height:1.45;margin:12px 0 0}
    .side-card .badge-number{font-size:92px;font-weight:1000;letter-spacing:-.08em;position:absolute;right:20px;bottom:-26px;color:rgba(255,255,255,.09)}
    .side-cta{display:inline-flex;align-items:center;gap:8px;font-weight:900;margin-top:16px}

    .store-strip{padding:24px 0 12px}
    .store-strip-inner{background:#fff;border:1px solid var(--line);display:grid;grid-template-columns:190px 1fr;align-items:center;min-height:94px}
    .store-strip-title{padding:0 24px;border-right:1px solid var(--line);font-weight:900;line-height:1.2}
    .stores{display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}
    .store{min-height:92px;display:grid;place-items:center;border-right:1px solid var(--line);font-weight:1000;letter-spacing:-.04em;font-size:18px;transition:.2s;background:white}
    .store:last-child{border-right:0}.store:hover{background:#f7f7f3}
    .store-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:inherit;text-decoration:none}
    .store.rozetka{color:#20a946}.store.comfy{color:#1f74ff}.store.foxtrot{color:#ef352f}.store.varus{color:#ed1e25}.store.silpo{color:#ff6f00}.store.toys{color:#e3007f}.store.brocard{color:#111}

    .categories-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:12px}
    .cat-card{position:relative;overflow:hidden;min-height:235px;background:#ddd;border:1px solid rgba(0,0,0,.15);grid-column:span 3}
    .cat-card.wide{grid-column:span 6}
    .cat-card.tall{min-height:330px}
    .cat-card img{transition:.45s transform;filter:saturate(.92)}
    .cat-card:hover img{transform:scale(1.035)}
    .cat-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 24%,rgba(0,0,0,.70) 100%)}
    .cat-copy{position:absolute;inset:auto 22px 20px;z-index:2;color:white;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
    .cat-copy h3{font-size:25px;margin:0;letter-spacing:-.03em}.cat-copy span{font-size:13px;color:#ddd;margin-top:4px;display:block}
    .cat-arrow{width:42px;height:42px;background:white;color:#111;display:grid;place-items:center;font-size:24px;flex:0 0 42px}

    .deals-wrap{background:#111310;color:#fff;padding:72px 0}
    .deals-wrap .section-head p{color:#aeb2a9}
    .deal-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}
    .deal-tab{border:1px solid #3f433d;background:transparent;color:#fff;padding:11px 16px;font-weight:800;cursor:pointer}
    .deal-tab.active{background:var(--yellow);color:#111;border-color:var(--yellow)}
    .products{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .product-card{background:#fff;color:#111;position:relative;border:1px solid #d8d8d3;min-width:0;transition:.2s transform,.2s box-shadow}
    .product-card:hover{box-shadow:var(--shadow)}
    .product-media{height:280px;background:#fff;position:relative;overflow:hidden}
    .product-media img{object-fit:cover}
    .discount{position:absolute;top:12px;left:12px;background:var(--red);color:white;padding:8px 10px;font-size:15px;font-weight:1000}
    .save{position:absolute;bottom:12px;left:12px;background:var(--yellow);color:#111;padding:7px 9px;font-size:12px;font-weight:900}
    .heart{position:absolute;top:12px;right:12px;width:38px;height:38px;background:#fff;border:1px solid #deded9;display:grid;place-items:center;cursor:pointer;font-size:20px}
    .heart.active{background:#111;color:#fff}
    .product-body{padding:19px}
    .store-mini{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:900;color:#656960;text-transform:uppercase;letter-spacing:.07em}
    .store-dot{width:8px;height:8px;border-radius:50%;background:var(--green)}
    .product-title{font-size:17px;line-height:1.3;font-weight:800;min-height:66px;margin:11px 0 14px}
    .price-line{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
    .price{font-size:28px;font-weight:1000;letter-spacing:-.04em}.old-price{font-size:15px;color:#979b93;text-decoration:line-through}
    .product-footer{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:16px;padding-top:14px;border-top:1px solid #ecece8}
    .compare{font-weight:900;font-size:13px}.updated{font-size:11px;color:#8a8f86}

    .deal-feature{margin-top:14px;background:var(--yellow);color:#111;display:grid;grid-template-columns:1.2fr .8fr;min-height:250px;overflow:hidden}
    .deal-feature-copy{padding:36px 42px;display:flex;flex-direction:column;justify-content:center}
    .deal-feature h3{font-size:48px;line-height:.95;letter-spacing:-.055em;margin:8px 0 16px;max-width:660px}
    .deal-feature p{margin:0;max-width:620px;font-size:16px;line-height:1.5}
    .countdown{display:flex;gap:6px;margin-top:22px}.time-box{background:#111;color:#fff;padding:10px 12px;min-width:64px;text-align:center}.time-box strong{font-size:22px;display:block}.time-box span{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:#bbb}
    .deal-feature-art{position:relative;background:#f1c500;overflow:hidden}
    .deal-feature-art:before{content:"-60%";font-weight:1000;font-size:128px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%) rotate(-8deg);white-space:nowrap;letter-spacing:-.09em}
    .deal-feature-art:after{content:"";position:absolute;width:230px;height:230px;border:42px solid #111;border-radius:50%;right:-75px;top:-75px;opacity:.12}

    .why-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px}
    .why-main{background:#fff;border:1px solid var(--line);padding:54px;min-height:440px;display:flex;flex-direction:column;justify-content:space-between}
    .why-main h2{font-size:clamp(40px,5vw,72px);line-height:.92;letter-spacing:-.06em;margin:0;max-width:900px}
    .why-main h2 span{color:var(--green)}
    .why-main p{font-size:18px;line-height:1.55;color:#63675f;max-width:760px}
    .why-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .why-card{background:#fff;border:1px solid var(--line);padding:28px;min-height:213px;display:flex;flex-direction:column;justify-content:space-between}
    .why-icon{width:46px;height:46px;background:var(--yellow);display:grid;place-items:center;font-weight:1000;font-size:20px}
    .why-card h3{margin:20px 0 6px;font-size:20px}.why-card p{margin:0;color:var(--muted);line-height:1.45;font-size:14px}

    .steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
    .step{padding:34px;background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:240px}
    .step-num{font-size:64px;font-weight:1000;line-height:1;color:#d8dad4;letter-spacing:-.06em}.step h3{font-size:24px;letter-spacing:-.03em;margin:20px 0 8px}.step p{margin:0;color:var(--muted);line-height:1.5}

    .alerts{padding:0 0 76px}
    .alert-box{background:var(--green);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;min-height:310px;border:1px solid #0e7843}
    .alert-copy{padding:52px}.alert-copy h2{font-size:clamp(38px,5vw,66px);line-height:.92;letter-spacing:-.055em;margin:10px 0 20px;max-width:760px}.alert-copy p{max-width:650px;line-height:1.55;color:rgba(255,255,255,.78)}
    .alert-form{display:flex;margin-top:28px;max-width:640px}.alert-form input{height:58px;flex:1;border:0;padding:0 18px;outline:0;min-width:0}.alert-form button{border:0;background:#111;color:#fff;font-weight:900;padding:0 22px;cursor:pointer}
    .alert-art{position:relative;overflow:hidden;background:#118449;display:grid;place-items:center}.alert-art .bell-icon{font-size:148px;filter:grayscale(1) brightness(8);opacity:.94;transform:rotate(10deg)}.alert-art:before,.alert-art:after{content:"";position:absolute;border:3px solid rgba(255,255,255,.22);border-radius:50%}.alert-art:before{width:280px;height:280px}.alert-art:after{width:410px;height:410px}

    footer{background:#0e0f0d;color:#fff;padding:58px 0 24px}
    .footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,.65fr);gap:46px;padding-bottom:44px;border-bottom:1px solid #30332e}
    .footer-brand p{color:#a9aea4;line-height:1.55;max-width:430px}.footer-title{font-weight:900;margin-bottom:16px}.footer-links{display:grid;gap:10px;color:#b9bdb5;font-size:14px}.footer-bottom{padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#888e84;font-size:12px}

    .mobile-bottom{display:none}

    
    /* ===== FINAL PRODUCTION LAYER ===== */
    :root{--muted:#62675f;--ease:cubic-bezier(.2,.75,.25,1)}
    .old-price{color:#666b63}.updated{color:#62675f}
    .hero-main:before,.hero-main:after,.deal-feature-art:after{pointer-events:none;user-select:none;z-index:0}
    .hero-copy,.hero-stats{position:relative;z-index:2}.hero-main:after{z-index:0}
    .cat-card:after{background:linear-gradient(180deg,rgba(0,0,0,.08) 12%,rgba(0,0,0,.34) 52%,rgba(0,0,0,.86) 100%)}

    /* Generic interaction system */
    a,button{touch-action:manipulation}
    button{border-radius:0}
    .brand,.topline-links a,.catalog-btn,.search-btn,.icon-btn,.tablet-search-toggle,.mobile-menu,.popular a,.side-card,.side-cta span,.store,.store svg,.store .rozetka-lockup,.cat-card,.cat-card img,.cat-arrow,.link-arrow,.link-arrow span,.deal-tab,.heart,.compare,.compare-secondary,.shop-cta,.load-more-btn,.alert-form button,.footer-links a,.drawer-close,.drawer-search button,.drawer-links a,.drawer-links a span,.mobile-bottom a,.mega-col a,.mega-feature a{
      transition:color .18s var(--ease),background-color .18s var(--ease),border-color .18s var(--ease),transform .18s var(--ease),opacity .18s var(--ease),box-shadow .18s var(--ease);
    }
    
    .heart{width:44px;height:44px;min-width:44px;min-height:44px;line-height:1;border-radius:0}
    .icon-btn,.tablet-search-toggle,.mobile-menu,.drawer-close{min-width:44px;min-height:44px}

    @media (hover:hover){
      .brand:hover{opacity:.76}
      .topline-links a:hover{color:#fff}
      .catalog-btn:hover{background:var(--yellow-2)}
      .search-btn:hover,.hero-search>button:hover,.drawer-search button:hover,.tablet-search-panel button:hover{background:#272923}
      .icon-btn:hover,.tablet-search-toggle:hover,.mobile-menu:hover,.drawer-close:hover{background:#f2f4ee;border-color:#aeb3aa}
      .popular a:hover{background:#fff;border-color:rgba(16,17,15,.55);box-shadow:inset 0 -2px 0 rgba(16,17,15,.14)}
      .side-card:hover{box-shadow:0 18px 36px rgba(0,0,0,.16)}
      .side-card.dark:hover{background:#20221f}.side-card.green:hover{background:#085f34}
      .side-card:hover .side-cta{color:var(--yellow)}
      .store:hover{background:#f1f4ed;box-shadow:inset 0 -3px 0 var(--yellow)}
      .store:hover .store-logo,.store:hover .rozetka-lockup{opacity:.86}
      .cat-card:hover img{transform:scale(1.035)}.cat-card:hover .cat-arrow{background:var(--yellow)}.cat-card:hover .cat-copy h3{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}
      .link-arrow:hover{color:var(--green)}
      .deal-tab:hover:not(.active){background:#262923;border-color:#777d74}.deal-tab.active:hover{background:var(--yellow-2)}
      .heart:hover{background:#f7f8f4;border-color:#9ba198;box-shadow:inset 0 0 0 1px #9ba198}.heart.active:hover{background:#282a25}
      .product-card:hover{box-shadow:0 16px 40px rgba(18,22,15,.14);border-color:#bfc3ba}
      .shop-cta:hover{background:var(--green-dark)}
      .compare:hover{color:var(--green)}.compare:hover .price-history-icon{color:var(--green)}
      .compare-secondary:hover{background:#f3f5f0;border-color:#9ca299}
      .load-more-btn:hover{background:var(--yellow-2);box-shadow:0 8px 20px rgba(0,0,0,.12)}
      .alert-form button:hover{background:#272923}
      .footer-links a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
      .mega-col a:hover,.mega-feature a:hover{color:var(--green);text-decoration:underline;text-underline-offset:3px}
      .drawer-links a:hover{background:#f5f6f2}.drawer-links a:hover span{color:var(--green)}
      .mobile-bottom a:hover{color:var(--green);background:#f6f8f4}
    }
    button:active,.catalog-btn:active,.search-btn:active,.icon-btn:active,.tablet-search-toggle:active,.mobile-menu:active,.shop-cta:active,.load-more-btn:active,.deal-tab:active,.heart:active,.alert-form button:active{}
    

    /* Product conversion elements */
    .product-badges{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:10px 0 0}
    .rating{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:900;color:#33372f}.rating-star{color:#c48a00;font-size:14px}.rating-count{color:#6c7168;font-weight:750}
    .price-trigger{display:inline-flex;align-items:center;background:#eaf8f0;color:#0b6d3b;border:1px solid #bfe5cf;padding:5px 7px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.035em}
    .product-title{min-height:58px;margin-bottom:10px}.product-footer{display:block;margin-top:15px;padding-top:14px}.product-meta-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:11px}
    .product-actions{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:stretch}
    .shop-cta{min-height:44px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;padding:0 14px;font-size:13px;font-weight:950;border:0;cursor:pointer}
    .compare-secondary{min-height:44px;border:1px solid #d8dad3;display:flex;align-items:center;justify-content:center;padding:0 12px;font-size:12px;font-weight:900;background:#fff;white-space:nowrap}
    .compare{display:inline-flex;align-items:center;gap:6px}.price-history-icon{width:15px;height:15px;flex:0 0 15px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:inherit}
    .product-card[hidden]{display:none!important}
    .load-more-wrap{display:flex;justify-content:center;margin-top:26px}.load-more-btn{min-height:50px;border:1px solid #d6b900;background:var(--yellow);color:#111;padding:0 25px;font-weight:950;cursor:pointer}.load-more-btn[hidden]{display:none}
    .deal-results-status{min-height:18px;margin:14px 0 0;color:#aeb2a9;font-size:12px;font-weight:750;text-align:center}

    /* Store logos: one normalized visual box, no overflow */
    .store{padding:14px 12px;overflow:hidden;min-width:0;position:relative}
    .store img.store-logo{display:block;width:min(100%,128px)!important;height:42px!important;max-width:128px!important;max-height:42px!important;overflow:hidden!important;flex:none}
    .store img.store-logo *{vector-effect:non-scaling-stroke}
    .rozetka-lockup{display:flex;align-items:center;justify-content:center;gap:7px;color:#00a046;max-width:132px;width:100%}
    .rozetka-lockup img.rozetka-icon{width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important;flex:0 0 34px}.rozetka-lockup strong{font:900 17px/1 Arial,Helvetica,sans-serif;letter-spacing:-.6px;white-space:nowrap}
    .store.foxtrot svg.store-logo{max-width:120px!important}.store.varus svg.store-logo{max-width:118px!important}.store.silpo svg.store-logo{max-width:105px!important}.store.toys svg.store-logo{max-width:126px!important}.store.brocard svg.store-logo{max-width:120px!important}

    /* Deal tabs */
    .deal-toolbar{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:3px;overscroll-behavior-inline:contain}.deal-toolbar::-webkit-scrollbar{display:none}.deal-tab{flex:0 0 auto;white-space:nowrap}

    /* Flash sale image */
    .deal-feature-art{min-height:250px}.deal-feature-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;opacity:.68;filter:saturate(.9) contrast(1.05)}.deal-feature-art:before{z-index:2;text-shadow:0 2px 0 rgba(255,255,255,.28)}

    /* Mega menu */
    .mega-menu{position:fixed;z-index:75;top:116px;left:50%;width:min(var(--max),calc(100% - 48px));transform:translateX(-50%) translateY(-8px);background:#fff;border:1px solid var(--line);box-shadow:0 24px 70px rgba(0,0,0,.18);padding:28px;opacity:0;visibility:hidden;pointer-events:none;transition:.18s var(--ease);display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
    .mega-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
    .mega-col h3{font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 13px;color:#5c6259}.mega-col a{display:block;padding:7px 0;font-weight:800;font-size:14px}.mega-feature{background:var(--yellow);padding:20px;display:flex;flex-direction:column;justify-content:space-between;min-height:175px}.mega-feature strong{font-size:25px;line-height:1.02;letter-spacing:-.035em}.mega-feature a{font-weight:950;margin-top:18px}

    /* Search / autocomplete. Header remains overlay; Hero expands layout. */
    .search-shell{position:relative;flex:1;display:flex;min-width:0}.search-shell input{width:100%}
    .suggestions{position:absolute;left:0;right:0;top:46px;background:#fff;border:0;z-index:90;display:none;box-shadow:0 18px 35px rgba(0,0,0,.12);color:#111}
    .suggestions.open{display:block}.suggestion{display:flex;justify-content:space-between;gap:16px;padding:12px 15px;border-bottom:1px solid #eceee8;cursor:pointer;font-size:13px}.suggestion:last-child{border-bottom:0}.suggestion:hover,.suggestion.active{background:#f2f4ee}.suggestion b{font-weight:900}.suggestion span{color:#70756c}.suggestion mark{background:var(--yellow);color:inherit;padding:0 1px}
    .suggestion-loading,.suggestion-hint,.suggestion-empty{padding:12px 15px;color:#62675f;font-size:13px;font-weight:750;background:#fafbf8}.suggestion-loading{display:flex;align-items:center;gap:9px}.suggestion-loading:before{content:"";width:12px;height:12px;border:2px solid #d0d4cb;border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}.suggestion-empty{display:flex;align-items:center;justify-content:space-between;gap:12px}.suggestion-empty strong{color:#20231f}.suggestion-search-all{border:0;background:transparent;color:var(--green-dark);padding:0;font-size:12px;font-weight:950;cursor:pointer;text-align:right}.suggestion-search-all:hover{text-decoration:underline}
    @keyframes spin{to{transform:rotate(360deg)}}
    .hero-search{align-items:start}.hero-search .search-shell{display:grid;grid-template-columns:1fr}.hero-search .suggestions{position:static;grid-row:2;left:auto;right:auto;top:auto;border:1px solid #d9ddd4;border-top:0;box-shadow:none;width:100%;z-index:auto}.hero-search>button{height:70px;align-self:start}.mobile-cta-copy{display:none}

    /* Tablet/mobile search + drawer */
    .tablet-search-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);background:#fff;place-items:center;cursor:pointer}.tablet-search-toggle .ui-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2}
    .tablet-search-panel{display:none;background:#fff;border-bottom:1px solid var(--line);padding:10px 14px}.tablet-search-panel.open{display:block}.tablet-search-panel form{display:grid;grid-template-columns:1fr auto;border:2px solid var(--ink)}.tablet-search-panel input{min-width:0;height:44px;border:0;outline:0;padding:0 12px}.tablet-search-panel button{border:0;background:#111;color:#fff;font-weight:900;padding:0 18px}
    .drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:89;opacity:0;visibility:hidden;pointer-events:none;transition:.18s}.drawer-overlay.open{opacity:1;visibility:visible;pointer-events:auto}
    .mobile-drawer{position:fixed;z-index:90;top:0;right:0;width:min(390px,92vw);height:100dvh;background:#fff;transform:translateX(100%);transition:.22s var(--ease);overflow:auto;padding:20px}.mobile-drawer.open{transform:translateX(0)}
    .drawer-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:17px;border-bottom:1px solid var(--line)}.drawer-close{width:44px;height:44px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;cursor:pointer}.drawer-search{display:grid;grid-template-columns:1fr auto;border:2px solid #111;margin:18px 0}.drawer-search input{height:46px;border:0;outline:0;padding:0 12px;min-width:0}.drawer-search button{border:0;background:#111;color:#fff;width:50px;display:grid;place-items:center}.drawer-title{font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.09em;color:#60665d;margin:22px 0 8px}.drawer-links{display:grid}.drawer-links a{min-height:48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eceee8;font-weight:850}.drawer-links a span{color:#7b8177}
    .mobile-menu{font-size:0}.mobile-menu .ui-icon{width:23px;height:23px}.mobile-bottom b{font-size:0}.mobile-bottom svg{width:22px;height:22px;display:block;margin:0 auto 4px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
    .mobile-bottom a.active{color:var(--green-dark);background:#f0f7f3}.mobile-bottom a.active svg{stroke-width:2.4}

    /* Demo interaction feedback for static HTML preview */
    .ui-toast{position:fixed;left:50%;bottom:28px;z-index:120;transform:translate(-50%,18px);background:#111;color:#fff;padding:12px 16px;max-width:min(520px,calc(100% - 28px));font-size:13px;font-weight:800;box-shadow:0 16px 50px rgba(0,0,0,.25);opacity:0;visibility:hidden;pointer-events:none;transition:.2s var(--ease)}.ui-toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}

    /* ---------- 981–1180: laptop ---------- */
    @media (min-width:981px) and (max-width:1180px){
      .header-row{grid-template-columns:190px 1fr auto;gap:16px}.brand{font-size:21px}.brand small{font-size:9px}.header-actions .hide-md{display:none}
      .hero-grid{grid-template-columns:minmax(0,1.45fr) minmax(275px,.55fr)}.hero-main{min-height:520px;padding:46px 40px 34px}.hero h1{font-size:clamp(52px,5.6vw,72px)}.hero-sub{font-size:18px;margin-top:22px}.hero-search{margin-top:26px}.hero-search input{height:62px}.hero-search>button{height:62px}.hero-stats{margin-top:34px;gap:24px}.hero-side{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.side-card{min-height:252px;padding:24px}.side-card h3{font-size:31px}
      .products{grid-template-columns:repeat(3,1fr)}.product-media{height:245px}
      .store-strip-inner{grid-template-columns:1fr;align-items:stretch}.store-strip-title{border-right:0;border-bottom:1px solid var(--line);padding:16px 20px}.store{border-bottom:0;min-width:0}
      .cat-card{grid-column:span 4}.cat-card.wide{grid-column:span 8}.why-grid{grid-template-columns:1fr}.why-main{min-height:360px}
    }

    /* ---------- 681–980: tablet ---------- */
    @media (min-width:681px) and (max-width:980px){
      body{padding-bottom:0}.container{width:min(var(--max),calc(100% - 32px))}.section{padding:58px 0}.topline-links{display:none}
      .header-row{height:70px;grid-template-columns:1fr auto auto;gap:8px}.header-search,.header-actions{display:none}.tablet-search-toggle{display:grid}.mobile-menu{display:grid;width:46px;height:46px}
      .hero{padding-top:16px}.hero-grid{grid-template-columns:1fr}.hero-main{min-height:510px;padding:42px 36px 32px}.hero h1{font-size:clamp(58px,8.2vw,76px)}.hero-sub{font-size:19px}.hero-search input{height:62px}.hero-search>button{height:62px}.hero-stats{margin-top:36px}.hero-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}.side-card{min-height:230px}
      .store-strip-inner{grid-template-columns:1fr}.store-strip-title{border-right:0;border-bottom:1px solid var(--line);padding:16px 18px}
      .section-head{align-items:flex-start}.categories-grid{grid-template-columns:repeat(2,1fr)}.cat-card,.cat-card.wide{grid-column:auto;min-height:225px}.cat-card.wide:first-child{grid-column:1/-1}.cat-copy h3{font-size:21px}
      .products{display:grid;grid-template-columns:repeat(2,1fr);overflow:visible;gap:14px}.product-card{min-width:0}.product-media{height:240px}
      .why-grid{grid-template-columns:1fr}.why-main{min-height:360px}.steps{grid-template-columns:1fr 1fr 1fr}.step{padding:25px;min-height:220px}.step-num{font-size:52px}
      .alert-box{grid-template-columns:1.2fr .8fr}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-brand{grid-column:1/-1}.mega-menu{display:none}.mobile-bottom{display:none}
    }

    /* ---------- <=680: mobile ---------- */
    @media (max-width:680px){
      body{padding-bottom:66px}.container{width:min(100% - 28px,var(--max))}.section{padding:50px 0}.topline-links{display:none}.topline-inner{justify-content:center;text-align:center}
      .header-row{height:66px;grid-template-columns:1fr auto auto;gap:7px}.header-search,.header-actions{display:none}.tablet-search-toggle{display:grid;width:44px;height:44px}.mobile-menu{display:grid;width:44px;height:44px}
      .brand{font-size:21px}.brand small{display:none}
      .hero{padding-top:14px}.hero-grid{grid-template-columns:1fr}.hero-main{min-height:0;padding:34px 22px 28px}.hero h1{font-size:clamp(43px,13vw,54px)}.hero-sub{font-size:17px}.hero-search{grid-template-columns:1fr auto;margin-top:28px;box-shadow:none}.hero-search input{height:56px;padding:0 14px;font-size:16px}.hero-search>button{height:56px;padding:0 18px}.hero-search .desktop-cta-copy{display:none}.hero-search .mobile-cta-copy{display:inline}.popular{overflow-x:auto;flex-wrap:nowrap;margin-left:-2px;padding:0 2px 4px;scrollbar-width:none}.popular::-webkit-scrollbar{display:none}.popular>span,.popular>a{flex:0 0 auto}.hero-stats{gap:18px;justify-content:space-between;margin-top:34px}.hero-stat strong{font-size:20px}.hero-stat span{font-size:9px}.hero-side{grid-template-columns:1fr}.side-card{min-height:218px;padding:25px}.side-card h3{font-size:34px}
      .store-strip-inner{grid-template-columns:1fr}.store-strip-title{border-right:0;border-bottom:1px solid var(--line);padding:17px 18px}
      .section-head{align-items:flex-start;flex-direction:column}.section-head p{font-size:15px}.section-head .link-arrow{display:none}
      .categories-grid{grid-template-columns:1fr}.cat-card,.cat-card.wide{grid-column:auto!important;min-height:245px}.cat-copy h3{font-size:21px}
      .deal-toolbar{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px;margin-bottom:22px}
      .products{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:8px;touch-action:pan-x;overscroll-behavior-x:contain}.product-card{flex:0 0 min(86vw,360px);min-width:0;scroll-snap-align:start}.product-media{height:250px}.product-title{min-height:auto}.product-actions{grid-template-columns:1fr}.compare-secondary{display:none}.deal-results-status{text-align:left}.load-more-wrap{margin-top:20px}.load-more-btn{width:100%}
      .deal-feature{grid-template-columns:1fr}.deal-feature-copy{padding:30px 22px}.deal-feature h3{font-size:38px}.deal-feature-art{display:none}
      .why-grid{grid-template-columns:1fr}.why-main{padding:32px 24px;min-height:380px}.why-list{grid-template-columns:1fr}.why-card{padding:22px;min-height:190px}
      .steps{grid-template-columns:1fr}.step{min-height:185px}.step-num{font-size:48px}
      .alert-box{grid-template-columns:1fr}.alert-art{display:none}.alert-copy{padding:34px 22px}.alert-form{display:grid;grid-template-columns:1fr}.alert-form button{height:52px}
      .footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.mobile-bottom{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);height:66px;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);z-index:80}.mobile-bottom a{display:grid;place-items:center;font-size:10px;font-weight:800;color:#4f544d;min-width:0}
      .mega-menu{display:none}.ui-toast{bottom:82px}
    }
    @media (max-width:420px){
      .brand-mark{width:34px;height:34px}.brand-mark:before,.brand-mark:after{width:29px}.brand{font-size:18px;gap:8px}.hero-stats{gap:10px}.hero-stat strong{font-size:18px}.hero-stat span{font-size:8px}.hero-stat:nth-child(3){display:none}.hero-search>button{padding:0 14px}.countdown{flex-wrap:wrap}.time-box{min-width:58px}
    }
    @media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}


/* ===== External-assets / final UX refinements ===== */
:root{--focus:var(--green)}

/* No browser-blue outline. Focus remains visible without changing layout. */
a:focus-visible,button:focus-visible,input:focus-visible{outline:none}
button:focus-visible,.icon-btn:focus-visible,.catalog-btn:focus-visible,.search-btn:focus-visible,.shop-cta:focus-visible,.deal-tab:focus-visible,.heart:focus-visible,.load-more-btn:focus-visible,.mobile-menu:focus-visible,.tablet-search-toggle:focus-visible,.drawer-close:focus-visible{
  box-shadow:inset 0 0 0 2px var(--focus)
}
.topline-links a:focus-visible,.footer-links a:focus-visible,.mega-col a:focus-visible,.mega-feature a:focus-visible,.drawer-links a:focus-visible,.popular a:focus-visible,.compare:focus-visible,.compare-secondary:focus-visible,.store:focus-visible,.cat-card:focus-visible,.side-card:focus-visible,.link-arrow:focus-visible{
  color:var(--green);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px
}

/* Stable pressed feedback: no coordinate shifts. */
button:active,.catalog-btn:active,.search-btn:active,.icon-btn:active,.tablet-search-toggle:active,.mobile-menu:active,.shop-cta:active,.load-more-btn:active,.deal-tab:active,.heart:active,.alert-form button:active{
  filter:brightness(.94);box-shadow:inset 0 0 0 2px rgba(0,0,0,.13)
}
.side-card:active,.cat-card:active,.store:active,.popular a:active,.compare:active,.compare-secondary:active{filter:brightness(.96)}

/* Search border is drawn inside the control, so focus/open states never move geometry. */
.header-search{border:0;height:46px;background:transparent}
.header-search .catalog-btn{height:46px;border:2px solid var(--ink);border-right:0}
.header-search .search-btn{height:46px;border:2px solid var(--ink);border-left:0}
.search-shell{background:#fff;box-shadow:inset 0 0 0 2px var(--ink)}
.search-shell:focus-within{box-shadow:inset 0 0 0 2px var(--focus)}
.header-search .search-shell{height:46px}
.header-search .suggestions{top:46px;left:0;right:0;border:0;box-shadow:inset 2px 0 0 var(--ink),inset -2px 0 0 var(--ink),inset 0 -2px 0 var(--ink),0 18px 35px rgba(0,0,0,.12)}
.header-search .search-shell.is-open{box-shadow:inset 2px 0 0 var(--ink),inset -2px 0 0 var(--ink),inset 0 2px 0 var(--ink)}
.header-search .search-shell.is-open:focus-within{box-shadow:inset 2px 0 0 var(--focus),inset -2px 0 0 var(--focus),inset 0 2px 0 var(--focus)}
.header-search .search-shell.is-open:focus-within .suggestions{box-shadow:inset 2px 0 0 var(--focus),inset -2px 0 0 var(--focus),inset 0 -2px 0 var(--focus),0 18px 35px rgba(0,0,0,.12)}
.hero-search .search-shell{box-shadow:inset 0 0 0 1px rgba(16,17,15,.18)}
.hero-search .search-shell:focus-within{box-shadow:inset 0 0 0 2px var(--focus)}
.hero-search .suggestions{padding:0;border:0;box-shadow:inset 1px 0 0 #d9ddd4,inset -1px 0 0 #d9ddd4,inset 0 -1px 0 #d9ddd4}
.suggestion-empty{padding:16px 20px;min-height:54px;line-height:1.35;flex-wrap:wrap}
.suggestion-search-all{padding:5px 0;line-height:1.35}
.suggestion-hint,.suggestion-loading{padding:14px 20px}

/* Mega menu gets a real desktop overlay; search focus always closes it via JS. */
.header{isolation:isolate}
.mega-menu{position:absolute;top:100%;z-index:3}
.mega-overlay{position:fixed;inset:0;background:rgba(12,14,11,.34);z-index:49;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s var(--ease),visibility .18s var(--ease)}
.mega-overlay.open{opacity:1;visibility:visible;pointer-events:auto}

/* External SVG assets. */
.ui-icon,.price-history-icon,.nav-icon,.bell-icon{display:inline-block;background:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}
.ui-icon{width:22px;height:22px}
.icon-search{-webkit-mask-image:url('../icons/search.svg');mask-image:url('../icons/search.svg')}
.icon-menu{-webkit-mask-image:url('../icons/menu.svg');mask-image:url('../icons/menu.svg')}
.price-history-icon{width:15px;height:15px;flex:0 0 15px;-webkit-mask-image:url('../icons/price-history.svg');mask-image:url('../icons/price-history.svg')}
.bell-icon{width:148px;height:148px;color:#fff;-webkit-mask-image:url('../icons/bell.svg');mask-image:url('../icons/bell.svg')}

/* Normalized local store logos. */
.store img.store-logo{display:block;width:auto!important;height:auto!important;max-width:128px!important;max-height:42px!important;object-fit:contain;overflow:hidden!important}
.rozetka-lockup img.rozetka-icon{width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important;object-fit:contain;flex:0 0 34px}
.store.foxtrot img.store-logo{max-width:120px!important}.store.varus img.store-logo{max-width:118px!important}.store.silpo img.store-logo{max-width:105px!important}.store.toys img.store-logo{max-width:126px!important}.store.brocard img.store-logo{max-width:120px!important}

/* Externalized formerly-inline utility styles. */
.accent-green{color:var(--green)}.accent-yellow{color:var(--yellow)}.mb-10{margin-bottom:10px}.mb-14{margin-bottom:14px}.no-top-padding{padding-top:0}
.dot-comfy{background:#43b02a}.dot-toys{background:#e3007f}.dot-brocard{background:#111}.dot-rozetka{background:#20a946}.dot-foxtrot{background:#e95d2a}
.footer-brand-link{color:#fff}.footer-brand-tag{color:#777d74}

/* Footer breathing room on medium/small screens. */
.footer-bottom{padding:20px 8px 0}

/* Mobile navigation: fixed geometry and common baseline. */
.mobile-bottom a{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;line-height:1.05;padding:5px 2px}
.mobile-bottom a>span{display:contents}
.mobile-bottom b{display:none}
.nav-icon{width:24px;height:24px;flex:0 0 24px}
.nav-label{display:block;min-height:11px;line-height:11px;text-align:center;white-space:nowrap}
.icon-home{-webkit-mask-image:url('../icons/home.svg');mask-image:url('../icons/home.svg')}
.icon-grid{-webkit-mask-image:url('../icons/grid.svg');mask-image:url('../icons/grid.svg')}
.icon-flash{-webkit-mask-image:url('../icons/flash.svg');mask-image:url('../icons/flash.svg')}
.icon-heart{-webkit-mask-image:url('../icons/heart.svg');mask-image:url('../icons/heart.svg')}

/* Compact but visually intentional mobile Flash Sale artwork. */
@media (max-width:680px){
  .deal-feature-art{display:block!important;min-height:86px;height:86px;background:#f1c500}
  .deal-feature-art img{display:none}
  .deal-feature-art:before{font-size:52px;left:24px;right:auto;top:50%;transform:translateY(-50%) rotate(-5deg)}
  .deal-feature-art:after{display:block;width:92px;height:92px;border-width:18px;right:-20px;top:-28px;opacity:.14}
  .deal-feature{min-height:0}
  .deal-feature-copy{padding-bottom:24px}
  .footer-bottom{padding:20px 6px 0}
  .suggestion-empty{display:block;padding:15px 18px}.suggestion-search-all{display:block;text-align:left;margin-top:5px}
}

@media (max-width:420px){
  .mobile-bottom a{font-size:9px}.nav-icon{width:23px;height:23px;flex-basis:23px}
}


/* ===== Release stabilization: no layout jumps, no hover lines ===== */
html{overflow-x:clip;overflow-y:visible}
a:hover,button:hover{text-decoration:none!important;outline:none!important}
a:focus-visible,button:focus-visible,input:focus-visible{outline:none!important;text-decoration:none!important}
.cat-card:hover .cat-copy h3,.footer-links a:hover,.mega-col a:hover,.mega-feature a:hover,.suggestion-search-all:hover,
.topline-links a:focus-visible,.footer-links a:focus-visible,.mega-col a:focus-visible,.mega-feature a:focus-visible,.drawer-links a:focus-visible,.popular a:focus-visible,.compare:focus-visible,.compare-secondary:focus-visible,.store:focus-visible,.cat-card:focus-visible,.side-card:focus-visible,.link-arrow:focus-visible{
  text-decoration:none!important;
}
.product-card:hover,.shop-cta:hover,.load-more-btn:hover{transform:none!important}

/* Hero: decorations are clipped separately; autocomplete floats without resizing the grid. */
.hero-grid{position:relative;overflow:visible}
.hero-main{overflow:visible!important;isolation:isolate;z-index:2}
.hero-side{position:relative;z-index:1}
.hero-main:before,.hero-main:after{content:none!important;display:none!important}
.hero-decoration{position:absolute;inset:0;overflow:hidden;pointer-events:none;user-select:none;z-index:0}
.hero-decoration:before{content:"";position:absolute;width:520px;height:520px;border:110px solid rgba(255,255,255,.34);border-radius:50%;right:-120px;top:-150px}
.hero-decoration:after{content:"%";position:absolute;right:40px;bottom:-75px;font-size:420px;line-height:1;font-weight:1000;letter-spacing:-.12em;color:rgba(16,17,15,.08)}
.hero-copy,.hero-stats{position:relative;z-index:2}
.hero-search{overflow:visible;z-index:20}
.hero-search .search-shell{display:block!important;position:relative;overflow:visible;box-shadow:inset 0 0 0 1px rgba(16,17,15,.22)}
.hero-search .search-shell:focus-within{box-shadow:inset 0 0 0 2px var(--green)}
.hero-search .search-shell.is-open{box-shadow:inset 1px 0 0 #cfd4cb,inset -1px 0 0 #cfd4cb,inset 0 1px 0 #cfd4cb}
.hero-search .search-shell.is-open:focus-within{box-shadow:inset 2px 0 0 var(--green),inset -2px 0 0 var(--green),inset 0 2px 0 var(--green)}
.hero-search .suggestions{position:absolute!important;top:100%!important;left:0!important;right:0!important;z-index:50!important;width:100%!important;border:0!important;box-shadow:inset 1px 0 0 #cfd4cb,inset -1px 0 0 #cfd4cb,inset 0 -1px 0 #cfd4cb,0 16px 28px rgba(0,0,0,.13)!important}
.hero-search .search-shell.is-open:focus-within .suggestions{box-shadow:inset 2px 0 0 var(--green),inset -2px 0 0 var(--green),inset 0 -2px 0 var(--green),0 16px 28px rgba(0,0,0,.13)!important}
.suggestion-empty{display:grid!important;grid-template-columns:1fr auto;align-items:center;gap:16px;padding:17px 20px!important;min-height:62px}
.suggestion-empty strong{display:block;line-height:1.25}
.suggestion-search-all{padding:7px 0!important;line-height:1.25;text-decoration:none!important}

/* Tablet search overlays the page instead of entering document flow. */
.header{overflow:visible}
.tablet-search-panel{position:absolute;top:100%;left:0;right:0;z-index:78;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 16px 34px rgba(0,0,0,.12);padding:12px max(14px,calc((100vw - var(--max))/2 + 24px));margin:0}
.tablet-search-panel.open{display:block}
.tablet-search-panel form{max-width:760px;margin:0 auto;background:#fff}

/* Stable card typography in the benefits grid. */
.why-card h3{line-height:1.2;min-height:48px;max-height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:20px 0 8px}
.why-card p{line-height:1.45;min-height:61px;max-height:61px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}

/* Price Alert bell: visible, quiet, and above the decorative circles. */
.alert-art:before,.alert-art:after{z-index:1}
.alert-art .bell-icon{filter:none!important;opacity:.30!important;transform:none!important;color:#fff!important;position:relative;z-index:2;width:148px;height:148px}

/* Flash Sale: a real commercial product card instead of a decorative headphones banner. */
.deal-feature{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);min-height:330px;align-items:stretch;overflow:hidden}
.deal-feature-copy{padding:40px 44px}
.deal-feature-copy h3{font-size:clamp(38px,4vw,54px);max-width:650px}
.flash-product{margin:18px;background:#fff;border:1px solid rgba(0,0,0,.16);display:grid;grid-template-columns:minmax(180px,.9fr) minmax(210px,1.1fr);min-width:0;align-self:stretch;position:relative;z-index:1}
.flash-product-media{position:relative;min-height:290px;background:#fff;overflow:hidden}
.flash-product-media img{width:100%;height:100%;object-fit:cover;display:block}
.flash-discount{position:absolute;top:14px;left:14px;background:var(--red);color:#fff;padding:8px 10px;font-weight:1000;font-size:16px}
.flash-save{position:absolute;left:14px;bottom:14px;background:var(--yellow);padding:8px 10px;font-size:12px;font-weight:950}
.flash-product-body{padding:24px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.flash-store{font-size:11px;font-weight:950;letter-spacing:.075em;text-transform:uppercase;color:#686d64}
.flash-product h4{font-size:24px;line-height:1.08;letter-spacing:-.035em;margin:14px 0 18px}
.flash-price-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.flash-price-row strong{font-size:31px;letter-spacing:-.045em}
.flash-price-row s{font-size:15px;color:#666c63}
.flash-cta{margin-top:22px;min-height:46px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;padding:0 16px;font-size:13px;font-weight:950}
.flash-cta:hover{background:var(--green-dark);text-decoration:none!important}

/* Footer text never hugs the viewport edge. */
.footer-bottom{padding:20px 14px 0!important}

/* Fixed mobile nav geometry: equal cells, equal icon boxes, one baseline. */
@media (max-width:680px){
  .mobile-bottom{display:flex!important;align-items:stretch;height:66px}
  .mobile-bottom a{flex:1 1 25%;display:flex!important;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:4px 1px;line-height:1}
  .nav-icon{width:24px!important;height:24px!important;flex:0 0 24px!important;margin:0!important}
  .nav-label{min-height:11px;line-height:11px;text-align:center;white-space:nowrap}
  .suggestion-empty{grid-template-columns:1fr!important;gap:5px!important;padding:15px 18px!important}
  .suggestion-search-all{text-align:left!important;margin:0!important;padding:4px 0!important}
  .deal-feature{grid-template-columns:1fr;min-height:0}
  .deal-feature-copy{padding:28px 22px 24px}
  .deal-feature-copy h3{font-size:36px}
  .flash-product{margin:0 14px 14px;grid-template-columns:118px 1fr;min-height:154px}
  .flash-product-media{min-height:154px}
  .flash-product-body{padding:15px}
  .flash-product h4{font-size:17px;margin:8px 0 10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  .flash-price-row strong{font-size:23px}.flash-price-row s{font-size:12px}
  .flash-cta{min-height:40px;margin-top:12px;font-size:12px}
  .flash-save{font-size:10px;left:8px;bottom:8px;padding:6px}.flash-discount{top:8px;left:8px;font-size:13px;padding:6px 7px}
  .why-card h3{min-height:auto;max-height:none}.why-card p{min-height:auto;max-height:none}
  .footer-bottom{padding-inline:8px!important}
}

@media (min-width:681px) and (max-width:980px){
  .tablet-search-panel{padding-left:28px;padding-right:28px}
  .deal-feature{grid-template-columns:1fr}
  .flash-product{grid-template-columns:minmax(220px,.85fr) 1.15fr;margin-top:0}
}

@media (max-width:420px){
  .hero-decoration:before{width:340px;height:340px;border-width:70px}
  .hero-decoration:after{font-size:280px;right:0}
  .flash-product{grid-template-columns:102px 1fr}
  .flash-product-media{min-height:148px}
  .flash-store{font-size:9px}.flash-product h4{font-size:15px}.flash-price-row strong{font-size:20px}
}


/* Final micro-polish: no underline-like hover strips. */
@media (hover:hover){
  .popular a:hover{box-shadow:none!important}
  .store:hover{box-shadow:none!important}
}
.catalog-btn{display:flex;align-items:center;gap:8px}


/* ===== Surgical fixes: 2026-08-15 ===== */
/* Only the six requested corrections below. Existing page layout is otherwise untouched. */

/* 1) Remove visual shadows from hover/floating UI without changing element geometry. */
@media (hover:hover) and (pointer:fine){
  .popular a:hover,.side-card:hover,.store:hover,.heart:hover,.product-card:hover,.load-more-btn:hover{box-shadow:none!important}
}
.mega-menu,.suggestions,.ui-toast,.tablet-search-panel{box-shadow:none!important}
.hero-search{box-shadow:none!important}
.hero-search .suggestions,.header-search .suggestions{box-shadow:none!important}

/* 2) Brands: final "show all" tile. strip_stores is capped server-side to the
   real stores that fit one row (see atom_preview.index) — a static grid, no
   scrolling, no wrapping. */
.store-all{display:flex;align-items:center;justify-content:center;gap:7px;padding:12px;font-size:13px;font-weight:900;letter-spacing:0;color:var(--green-dark);white-space:nowrap}
.store-all b{font-size:18px;line-height:1}
@media (max-width:980px){
  .stores{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:680px){
  .stores{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* 4) Price Alert: explicit SVG image so the bell cannot disappear because of mask/filter rendering. */
.alert-art img.bell-icon{display:block;width:148px;height:148px;object-fit:contain;opacity:.30;filter:none!important;transform:none!important;position:relative;z-index:2}

/* 5) Mobile/tablet top-right controls use normal SVG images instead of CSS masks. */
.header-control-icon{display:block;width:22px;height:22px;object-fit:contain}
.mobile-menu .header-control-icon{width:23px;height:23px}

/* 6) Mobile footer: use both sides of the screen and keep sections balanced. */
@media (max-width:680px){
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:26px;row-gap:30px}
  .footer-brand{grid-column:1/-1}
  .footer-grid>div:nth-child(4){grid-column:1/-1}
  .footer-grid>div:nth-child(4) .footer-links{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:26px;row-gap:10px}
  .footer-title,.footer-links{min-width:0}
}


/* ===== Price Alert bell-only fix =====
   Dedicated class avoids the generic .bell-icon CSS mask used elsewhere. */
.alert-art .alert-bell-img{
  display:block;
  width:148px;
  height:148px;
  object-fit:contain;
  opacity:.52;
  filter:none;
  transform:none;
  position:relative;
  z-index:2;
}
@media (max-width:680px){
  .alert-art .alert-bell-img{width:108px;height:108px}
}


/* ===== Targeted UI fixes: search/buttons/mobile stores/icons ===== */
/* Search autocomplete is intentionally disabled in the current release. */
.search-form .suggestions{display:none!important}

/* Search focus keeps the exact same neutral border; no green focus border. */
.header-search .search-shell:focus-within{
  box-shadow:inset 0 0 0 2px var(--ink)!important;
}
.hero-search .search-shell:focus-within{
  box-shadow:inset 0 0 0 1px rgba(16,17,15,.22)!important;
}

/* All real buttons keep their labels geometrically centered. */
button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

/* Every button gets a visible color response on devices that support hover.
   Existing per-button hover colors remain in force; this catches any plain button. */
@media (hover:hover) and (pointer:fine){
  button:hover{filter:brightness(.92)}
}

/* Cleaner top-right mobile/tablet controls: icon-only, no heavy grey boxes. */
@media (max-width:980px){
  .tablet-search-toggle,.mobile-menu{
    border:1px solid #d9ddd4;
    background:#fff;
  }
  .tablet-search-toggle:hover,.mobile-menu:hover{
    background:#f3f5f0;
    border-color:#aeb4aa;
  }
  .header-control-icon{width:24px;height:24px}
}

/* Mobile stores: static wrapping grid (see .stores rule above), no scroll. */
@media (max-width:680px){
  .store-strip-inner{display:block}
  .store-strip-title{padding:18px 20px}
  .store-logo{max-width:128px!important;max-height:40px!important}
  .rozetka-lockup{gap:6px}
  .rozetka-lockup strong{font-size:16px}
}


/* ===== Targeted fixes: catalog alignment / hero CTA / store divider / hero copy / mobile search icon ===== */
/* 1) Keep the Catalog label mathematically centered (button no longer has an icon). */
.catalog-btn{
  position:relative;
  justify-content:center!important;
  text-align:center;
}

/* 2) Hero CTA changes background and text color as one whole button, with no geometry shift. */
.hero-search>button{
  transition:background-color .18s ease,color .18s ease;
}
@media (hover:hover) and (pointer:fine){
  .hero-search>button:hover{
    background:var(--yellow)!important;
    color:var(--ink)!important;
    filter:none!important;
  }
}

/* 3) One full-height divider immediately before the Rozetka tile on desktop. */
@media (min-width:1181px){
  .store-strip-title{border-right:0!important}
  .stores{border-left:1px solid var(--line)}
}

/* 4) Small trust marker added to the existing hero copy, no new section. */
.hero-fresh{
  margin-top:16px;
  font-size:12px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}

/* 5) Drawer search uses a real SVG image; make the black SVG white on the dark button. */
.drawer-search .drawer-search-icon{
  display:block;
  width:22px;
  height:22px;
  object-fit:contain;
  filter:invert(1);
}


/* ===== Targeted Hero compacting: remove popular-search row, keep two side cards ===== */
@media (min-width:1181px){
  .hero-main{padding:44px 48px 32px}
  .hero-sub{margin-top:20px}
  .hero-search{margin-top:26px}
  .hero-stats{margin-top:30px}
  .side-card{padding:26px 28px}
}


/* ===== Mobile bottom navigation v19: useful sections + premium icons only ===== */
.nav-home-icon{-webkit-mask-image:url('../icons/nav-home.svg')!important;mask-image:url('../icons/nav-home.svg')!important}
.nav-catalog-icon{-webkit-mask-image:url('../icons/nav-catalog.svg')!important;mask-image:url('../icons/nav-catalog.svg')!important}
.nav-compare-icon{-webkit-mask-image:url('../icons/nav-compare.svg')!important;mask-image:url('../icons/nav-compare.svg')!important}
.nav-heart-icon{-webkit-mask-image:url('../icons/nav-heart.svg')!important;mask-image:url('../icons/nav-heart.svg')!important}
@media (max-width:680px){
  .mobile-bottom{
    height:72px!important;
    background:#fff!important;
    border-top:1px solid #d9ddd4!important;
  }
  .mobile-bottom a{
    position:relative;
    gap:5px!important;
    padding:7px 2px 5px!important;
    color:#5f655d!important;
    font-size:10px!important;
    font-weight:850!important;
    background:#fff!important;
  }
  .mobile-bottom a:before{
    content:"";
    position:absolute;
    top:0;left:50%;
    width:34px;height:3px;
    transform:translateX(-50%);
    background:transparent;
  }
  .mobile-bottom .nav-icon{
    width:25px!important;height:25px!important;flex:0 0 25px!important;
    color:#20231f!important;
  }
  .mobile-bottom .nav-label{
    font-size:10px!important;
    line-height:1!important;
    min-height:10px!important;
    letter-spacing:-.01em;
  }
  .mobile-bottom a:hover{background:#f7f8f4!important;color:#111!important}
  .mobile-bottom a.active{
    color:var(--green-dark)!important;
    background:#f3f8f5!important;
  }
  .mobile-bottom a.active:before{background:var(--yellow)!important}
  .mobile-bottom a.active .nav-icon{color:var(--green-dark)!important}
}
@media (max-width:390px){
  .mobile-bottom .nav-label{font-size:9px!important}
  .mobile-bottom .nav-icon{width:23px!important;height:23px!important;flex-basis:23px!important}
}

/* ===== Important top navigation v26: square, filled, mobile-visible ===== */
.topline-links{
  display:flex;
  align-items:center;
  gap:6px;
  color:#111;
}
.topline-links a[href="discounts.html"],
.topline-links a[href="stores.html"],
.topline-links a[href="brands.html"]{
  min-height:30px;
  padding:0 12px;
  border:1px solid var(--yellow);
  border-radius:0!important;
  background:var(--yellow)!important;
  color:#111!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  font-size:12px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
}
.topline-links a[href="discounts.html"]::before,
.topline-links a[href="stores.html"]::before,
.topline-links a[href="brands.html"]::before{
  content:"";
  width:16px;
  height:16px;
  flex:0 0 16px;
  margin:0!important;
  border-radius:0!important;
  background:#111!important;
  box-shadow:none!important;
  -webkit-mask-repeat:no-repeat;
  -webkit-mask-position:center;
  -webkit-mask-size:contain;
  mask-repeat:no-repeat;
  mask-position:center;
  mask-size:contain;
}
.topline-links a[href="discounts.html"]::before{
  -webkit-mask-image:url('../icons/percent.svg');mask-image:url('../icons/percent.svg');
}
.topline-links a[href="stores.html"]::before{
  -webkit-mask-image:url('../icons/storefront.svg');mask-image:url('../icons/storefront.svg');
}
.topline-links a[href="brands.html"]::before{
  -webkit-mask-image:url('../icons/brand-tag.svg');mask-image:url('../icons/brand-tag.svg');
}
.topline-links a[href="discounts.html"]:hover,
.topline-links a[href="stores.html"]:hover,
.topline-links a[href="brands.html"]:hover{
  background:#fff!important;
  border-color:#fff!important;
  color:#111!important;
}

@media (max-width:980px){
  .topline-links{display:flex!important;gap:5px!important}
}
@media (max-width:680px){
  .topline{font-size:11px}
  .topline-inner{
    min-height:42px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:8px!important;
    text-align:left!important;
  }
  .topline-inner>div:first-child{
    min-width:0;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
  .topline-links{
    display:grid!important;
    grid-template-columns:repeat(3,34px)!important;
    gap:4px!important;
  }
  .topline-links a[href="discounts.html"],
  .topline-links a[href="stores.html"],
  .topline-links a[href="brands.html"]{
    width:34px!important;
    min-width:34px!important;
    height:34px!important;
    min-height:34px!important;
    padding:0!important;
    font-size:0!important;
    gap:0!important;
  }
  .topline-links a[href="discounts.html"]::before,
  .topline-links a[href="stores.html"]::before,
  .topline-links a[href="brands.html"]::before{
    width:18px!important;
    height:18px!important;
    flex-basis:18px!important;
  }
}

/* Fix: Cyrillic "К" glyph glitch in Google-hosted Inter (variable font) at heavy weights
   inside .catalog-btn — persists even at font-weight:800, so instead of tuning the weight,
   render this label with the system UI font stack (skips Inter entirely for this text). */
.catalog-btn{font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;font-weight:900}

/* Fix: .cat-card / .flash-product-media only had min-height (no explicit height),
   so img{height:100%;object-fit:cover} couldn't resolve against a definite height —
   real product photos (arbitrary aspect ratios, unlike the curated demo stock photos)
   rendered stretched/oversized instead of being cropped to fill the tile. */
.cat-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.flash-product-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* Fix: mobile/tablet scroll stutter on slow drags. .header is position:sticky
   (always on-screen while scrolling) and had backdrop-filter:blur(12px) — every
   scroll frame the browser has to recomposite a live blur of everything passing
   underneath it, which is expensive on phone GPUs. The header background is
   already 96% opaque (rgba(255,255,255,.96)), so the blur was hiding almost
   nothing extra — dropping it on touch-sized viewports removes the jank with no
   visible difference. Desktop keeps the blur (mouse-wheel scroll doesn't jank). */
@media (max-width:980px){
  .header{backdrop-filter:none}
}
