@import url('/app/assets/css/fonts.css?v=20260622_din_pro');

*{box-sizing:border-box}
:root{--red:#ff0000;--black:#000;--ink:#111;--muted:#777;--gray:#bcbec0;--light:#dcddde;--paper:#f4f4f4;--card:#fff;--line:#e1e1e1;--shadow:0 16px 34px rgba(0,0,0,.12)}
html,body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font-family:"DIN Pro Condensed","Arial Narrow","DIN Pro",Arial,sans-serif;letter-spacing:0}
body{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}
body.catalog-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
a,button{touch-action:manipulation;-webkit-tap-highlight-color:rgba(255,0,0,.18)}
img{max-width:100%}
.shell{width:min(1360px,100% - 32px);margin:0 auto}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}

.topbar{position:sticky;top:0;z-index:1000;background:#aaa;color:#111;box-shadow:none}
.topbar .shell{width:min(1740px,calc(100% - 80px))}
.topbar-grid{min-height:86px;display:grid;grid-template-columns:240px 135px 185px minmax(360px,1fr) 80px;grid-template-areas:"logo city catalog search account";gap:18px;align-items:center}
.logo{grid-area:logo;display:flex;align-items:center;min-width:0}
.logo img{width:210px;height:68px;object-fit:contain;object-position:left center}
.city-chip{grid-area:city;display:grid;gap:2px;padding:0;background:transparent;border:0;color:#111;text-align:left;line-height:1.1}
.city-chip span{font-size:16px;font-weight:900;color:#111}
.city-chip b{font-size:18px;color:#111;font-weight:900}
.city-chip em,
.city-chip em.active{display:none!important}
.catalog-trigger{grid-area:catalog;height:62px;border:0;border-radius:9px;background:var(--red);color:#fff;font-size:24px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:14px;box-shadow:none}
.catalog-trigger:hover,.search-submit:hover{background:#d90000}
.hamburger{position:relative;width:28px;height:22px;font-size:0;line-height:1}
.hamburger:before{content:"";position:absolute;left:0;top:2px;width:28px;height:4px;border-radius:999px;background:#fff;box-shadow:0 8px 0 #fff,0 16px 0 #fff}
.search-row{grid-area:search;position:relative;display:grid;grid-template-columns:minmax(0,1fr) 80px;gap:14px;height:62px;min-width:0}
.search-box{display:flex;align-items:center;min-width:0;background:#fff;border:1px solid #cfd1d3;border-radius:8px;overflow:hidden}
.search-box input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#111;padding:0 22px;font-size:19px;font-weight:800}
.search-box input::placeholder{color:#69707a}
.search-submit{position:relative;border:0;border-radius:8px;background:var(--red);color:transparent;font-size:0;font-weight:900;line-height:1}
.search-submit:before{content:"";position:absolute;left:25px;top:19px;width:18px;height:18px;border:4px solid #fff;border-radius:50%}
.search-submit:after{content:"";position:absolute;left:45px;top:40px;width:17px;height:4px;border-radius:999px;background:#fff;transform:rotate(-45deg);transform-origin:left center}
.account-trigger{grid-area:account;height:62px;border:0;background:transparent;color:#111;display:grid;place-items:center;gap:4px;font-size:15px;font-weight:900}
.account-icon{position:relative;width:26px;height:26px;border:4px solid #111;border-radius:50%;font-size:0;line-height:1}
.account-icon:before{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background:#111;transform:translate(-50%,-50%)}
.account-trigger:hover b,.city-chip:hover b{color:#111}
.catalog-panel{display:none;position:absolute;left:0;right:0;top:100%;z-index:1001;background:linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,0));padding-bottom:22px}
.catalog-panel.active{display:block}
.catalog-panel-inner{display:flex;align-items:flex-start}
.catalog-dropdown{width:min(390px,100%);max-height:calc(100vh - 82px);overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#fff;color:#111;border:1px solid #d7d7d7;box-shadow:var(--shadow)}
.catalog-item{min-height:74px;display:grid;grid-template-columns:58px minmax(0,1fr) 18px;gap:14px;align-items:center;padding:8px 16px;border-bottom:1px solid #eee;background:#fff}
.catalog-item:hover{background:#fafafa;color:#000}
.catalog-item b{display:block;font-size:18px;line-height:1.1;font-weight:900}
.catalog-item small{display:block;margin-top:4px;color:#777;font-size:13px;line-height:1.2}
.catalog-item i{font-style:normal;font-size:28px;color:#4a4a4a}
.catalog-thumb{width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#111;font-size:22px;font-weight:900}
.catalog-thumb img{width:50px;height:50px;object-fit:contain}

.live-search-panel{display:none;position:absolute;left:0;right:74px;top:calc(100% + 8px);z-index:1200;max-height:min(520px,calc(100vh - 110px));overflow:auto;-webkit-overflow-scrolling:touch;background:#fff;color:#111;border:1px solid #ddd;border-radius:8px;box-shadow:var(--shadow)}
.live-search-panel.active{display:block}
.live-search-item{min-height:72px;display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:center;padding:9px 14px;border-bottom:1px solid #eee}
.live-search-item:hover{background:#f7f7f7}
.live-search-img{width:46px;height:46px;display:flex;align-items:center;justify-content:center}
.live-search-img img{width:100%;height:100%;object-fit:contain}
.live-search-name{font-size:18px;font-weight:800;line-height:1.15}
.live-search-price{font-size:16px;font-weight:900;color:var(--red);white-space:nowrap}
.live-search-empty{padding:16px;color:#666;font-weight:800}
.hero{position:relative;height:440px;overflow:hidden;background:#050505;border-bottom:1px solid #dedede}
.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:.35s;background:#050505}
.slide.active{opacity:1;visibility:visible}
.slide::before{content:"";position:absolute;inset:0;z-index:0;background:#050505}
.slide::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.52) 42%,rgba(0,0,0,.18)),linear-gradient(0deg,rgba(0,0,0,.46),rgba(0,0,0,.08) 58%)}
.slide-copy{position:absolute;left:calc((100% - min(1360px,100% - 32px))/2);bottom:44px;z-index:2;width:min(660px,calc(100% - 36px))}
.slide-copy h1{margin:0 0 10px;font-size:78px;line-height:.86;text-transform:uppercase;color:#fff}
.slide-copy p{margin:0 0 20px;color:#f0f0f0;font-size:22px;max-width:560px}
.slide-media{position:absolute;inset:0;z-index:0;display:block;padding:0;border-radius:0;background:transparent;overflow:hidden}
.slide-media img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:var(--slide-pos-x,50%) var(--slide-pos-y,50%);filter:none}
.red-pill,.ghost-pill{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 26px;border-radius:999px;font-weight:900;text-transform:uppercase;border:0}
.red-pill{background:var(--red);color:#fff}
.red-pill:hover{background:#d90000}
.ghost-pill{background:#fff;color:#111;border:1px solid #d0d0d0}
.dots{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);display:flex;gap:9px;z-index:4}
.dots button{width:10px;height:10px;border-radius:50%;border:1px solid #fff;background:rgba(255,255,255,.2);padding:0}
.dots button.active{background:var(--red);border-color:var(--red)}

.section{padding:34px 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}
.section-head h2,.page-title{margin:0;font-size:42px;line-height:1;text-transform:uppercase}
.section-head p{margin:6px 0 0;color:#767676;font-size:17px}
.section-head a{font-weight:900;color:#111;border-bottom:2px solid var(--red)}
.news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.news-card{position:relative;min-height:195px;overflow:hidden;border:1px solid var(--line);background:#111;border-radius:8px;box-shadow:0 8px 20px rgba(0,0,0,.08)}
.news-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.news-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.08))}
.news-card span{position:absolute;left:14px;right:14px;bottom:14px;z-index:2;font-size:18px;font-weight:900;text-transform:uppercase;color:#fff;text-shadow:0 2px 10px #000}
.banner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(218px,1fr));gap:16px}
.banner-rotator{position:relative}
.banner-track{position:relative;min-height:210px;overflow:hidden;border-radius:8px}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.banner{position:relative;display:block;min-height:210px;overflow:hidden;border:1px solid var(--line);background:#111;border-radius:8px;box-shadow:0 8px 20px rgba(0,0,0,.08)}
.banner-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.015);transition:opacity .32s ease,transform .32s ease,visibility .32s ease}
.banner-slide.active{opacity:1;visibility:visible;transform:none}
.banner img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.banner::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.64),rgba(0,0,0,.05))}
.banner b{position:absolute;left:16px;right:16px;bottom:16px;z-index:2;text-transform:uppercase;font-size:24px;color:#fff;text-shadow:0 2px 10px #000}
.banner span{position:absolute;left:16px;right:16px;bottom:50px;z-index:2;color:#efefef;font-size:16px;font-weight:800;line-height:1.25;text-shadow:0 2px 10px #000}
.banner-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}
.banner-dots button{width:10px;height:10px;border:1px solid #999;background:#fff;border-radius:50%;padding:0}
.banner-dots button.active{background:var(--red);border-color:var(--red)}
.franchise{padding:18px 0;text-align:center}
.franchise a{width:min(640px,100%);font-size:22px}
.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.category-card{position:relative;min-height:205px;border:1px solid var(--line);background:var(--card);overflow:hidden;border-radius:8px;box-shadow:0 8px 22px rgba(0,0,0,.07);transition:.18s}
.category-card img{width:100%;height:145px;object-fit:contain;padding:18px;background:#fafafa}
.category-card span{display:block;padding:14px 16px;font-size:22px;font-weight:900;text-transform:uppercase;line-height:1.05}
.product-card{min-height:320px;display:flex;flex-direction:column;gap:10px;background:var(--card);border:1px solid var(--line);border-radius:8px;padding:12px;transition:.18s;box-shadow:0 8px 22px rgba(0,0,0,.06)}
.product-card:hover,.category-card:hover,.news-card:hover,.banner:hover{border-color:#c8c8c8;transform:translateY(-2px);box-shadow:var(--shadow)}
.product-img{position:relative;height:176px;display:flex;align-items:center;justify-content:center;background:#f7f7f7;border:1px solid #ededed;border-radius:6px;overflow:hidden}
.product-img img{max-width:100%;max-height:100%;object-fit:contain;padding:10px}
.product-badges{position:absolute;left:8px;top:8px;z-index:2;display:flex;flex-wrap:wrap;gap:5px;max-width:calc(100% - 16px)}
.badge{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:6px;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase}
.badge-hit{background:#ff7a00}.badge-new{background:#275bd8}.badge-sale{background:var(--red)}
.product-card strong{font-size:20px;text-transform:none;line-height:1.12;color:#2456b3}
.product-card em{font-style:normal;color:#666;line-height:1.32;font-size:15px}
.product-card b{margin-top:auto;color:var(--red);font-size:26px}
.dynamic-block{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);gap:24px;align-items:center;padding:26px;border:1px solid var(--line);background:#fff;margin-bottom:16px;border-radius:8px;box-shadow:0 8px 22px rgba(0,0,0,.06)}
.dynamic-block img{width:100%;max-height:280px;object-fit:contain}
.dynamic-block h2{margin:0 0 10px;font-size:38px;text-transform:uppercase}
.dynamic-block p{color:#333;font-family:"DIN Pro",Arial,sans-serif;font-size:19px;line-height:1.62;text-transform:none}
.dynamic-block .lead{font-family:"DIN Pro Condensed","Arial Narrow","DIN Pro",Arial,sans-serif;font-size:25px;color:#111;font-weight:800}
.dynamic-block .page-title{max-width:880px}
.html-block{padding:24px;border:1px solid var(--line);background:#fff;margin-bottom:16px;border-radius:8px}

.footer{margin-top:auto;border-top:1px solid #262626;padding:32px 0;color:#cfcfcf;background:#111;text-transform:uppercase}
.footer b{color:#fff}
.modal-open{overflow:hidden}
.modal{display:none;position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.72);align-items:center;justify-content:center;padding:18px}
.modal.active{display:flex}
.modal-box{width:min(520px,100%);background:#fff;color:#111;border:1px solid #d6d6d6;padding:22px;border-radius:8px;max-height:90vh;overflow:auto;box-shadow:var(--shadow)}
.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:16px}
.modal-head h3{margin:0;font-size:30px;text-transform:uppercase}
.modal-close{background:#111;border:0;color:#fff;width:38px;height:38px;border-radius:8px;font-size:24px;line-height:1}
.modal-list{display:grid;gap:10px}
.modal-list a,.modal-list button{min-height:48px;background:#f7f7f7;border:1px solid #e0e0e0;color:#111;text-transform:uppercase;font-weight:900;border-radius:8px}
.modal-list button.active{background:#111;color:#fff;border-color:#111}
.modal-kicker{display:block;margin:0 0 10px;color:#687284;font-size:13px;font-weight:900;text-transform:uppercase}
.city-picker{display:grid;grid-template-columns:minmax(0,190px) minmax(0,1fr);gap:18px;align-items:start}
.point-picker{min-height:100%;padding:14px;border:1px solid #e3e6eb;background:#fafafa;border-radius:8px}
.point-hint,.point-empty{margin:0;color:#687284;font-weight:700;line-height:1.35}
.point-empty{display:none;margin-top:12px}
.point-empty.active{display:block}
.point-list{display:none;gap:10px}
.point-list.active{display:grid}
.point-list button{display:grid;gap:4px;width:100%;min-height:64px;padding:12px 14px;background:#fff;border:1px solid #dde2ea;border-radius:8px;color:#111;text-align:left}
.point-list button:hover{border-color:var(--red);box-shadow:0 0 0 3px rgba(255,0,0,.08)}
.point-list b{font-size:18px;text-transform:uppercase;line-height:1.05}
.point-list span,.point-list small{color:#687284;font-size:14px;font-weight:700;line-height:1.2}
.auth-modal{width:min(460px,100%)}
.modal#loginModal,
.modal#registerModal{background:rgba(8,14,26,.76);backdrop-filter:blur(8px)}
.auth-modal{width:min(500px,calc(100vw - 28px));padding:0;overflow:hidden;border:1px solid #d8e2ef;border-radius:20px;background:#fff;box-shadow:0 28px 80px rgba(8,14,26,.28)}
.auth-modal .modal-head{margin:0;padding:18px 22px;background:#0b1220;color:#fff}
.auth-modal .modal-head h3{font-size:34px;line-height:1;color:#fff;text-transform:uppercase}
.auth-modal .modal-close{width:44px;height:44px;border-radius:14px;background:#ff1b1b;color:#fff;box-shadow:0 16px 32px rgba(255,23,23,.22)}
.auth-modal .form{display:grid;gap:14px;padding:22px}
.auth-modal .form label{display:grid;gap:7px;color:#0b1220;font-weight:1000;text-transform:uppercase;letter-spacing:.04em}
.auth-modal .form input,
.auth-box .form input{width:100%;height:56px;border:1px solid #ccd8e8;border-radius:14px;background:#fff;color:#0b1220;padding:0 15px;font-size:22px;font-weight:900;outline:0}
.auth-modal .form input:focus,
.auth-box .form input:focus{border-color:#ff1b1b;box-shadow:0 0 0 4px rgba(255,23,23,.1)}
.auth-modal .red-pill,
.auth-box .red-pill{width:100%;min-height:58px;border-radius:16px;font-size:22px;box-shadow:0 18px 38px rgba(255,23,23,.2)}
.auth-modal .modal-note{margin:0;padding:0 22px 22px;color:#667085;font-size:18px}
#loginModal,
#registerModal{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
#loginModal .auth-modal,
#registerModal .auth-modal{max-height:calc(100dvh - 36px);padding:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto}
#loginModal .auth-modal .form,
#registerModal .auth-modal .form{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.auth-box{width:min(500px,100%);padding:0;overflow:hidden;border:1px solid #d8e2ef;border-radius:22px;background:#fff;box-shadow:0 28px 80px rgba(8,14,26,.34)}
.auth-box .brand{display:block;padding:20px 24px;background:#0b1220;color:#fff;font-size:28px;font-weight:1000;text-transform:uppercase}
.auth-box .page-title{margin:0;padding:22px 24px 6px;color:#0b1220;font-size:46px}
.auth-box .form{display:grid;gap:14px;padding:16px 24px 24px}
.auth-box .form label{display:grid;gap:7px;color:#0b1220;font-weight:1000;text-transform:uppercase}
.auth-box > p{margin:0;padding:0 24px 24px;color:#667085;font-size:18px}
.modal-note{margin:16px 0 0;color:#666}
.modal-note button{border:0;background:transparent;color:#111;font-weight:900;text-decoration:underline;padding:0}
.account-card{display:grid;gap:6px;padding:16px;background:#f7f7f7;border:1px solid #e6e6e6;border-radius:8px}
.account-card b{font-size:24px}
.account-card span{color:#666}
.account-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}

.site-chat{position:fixed;right:18px;bottom:18px;z-index:2100;font-family:"DIN Pro Condensed","Arial Narrow","DIN Pro",Arial,sans-serif}
.site-chat-toggle{min-width:76px;height:54px;border:0;border-radius:999px;background:var(--red);color:#fff;font-weight:900;text-transform:uppercase;box-shadow:0 14px 34px rgba(0,0,0,.28)}
.site-chat-panel{display:none;width:min(360px,calc(100vw - 24px));max-height:min(620px,calc(100vh - 98px));overflow:hidden;background:#fff;color:#111;border:1px solid #d8d8d8;border-radius:10px;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.site-chat.open .site-chat-panel{display:grid;grid-template-rows:auto minmax(180px,1fr) auto}
.site-chat.open .site-chat-toggle{display:none}
.site-chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#111;color:#fff}
.site-chat-head b{text-transform:uppercase;font-size:20px}
.site-chat-head button{width:34px;height:34px;border:0;border-radius:8px;background:var(--red);color:#fff;font-size:24px;line-height:1}
.site-chat-messages{display:grid;align-content:start;gap:10px;padding:14px;overflow:auto;background:#f6f6f6}
.site-chat-empty{padding:12px;border:1px solid #e2e2e2;background:#fff;border-radius:8px;color:#666}
.site-chat-message{max-width:82%;padding:10px 12px;border-radius:10px;background:#fff;border:1px solid #e2e2e2}
.site-chat-message.admin{justify-self:start;border-color:#ddd}
.site-chat-message.client{justify-self:end;background:#fff0f0;border-color:#ffc2c2}
.site-chat-message span{display:block;margin-bottom:4px;color:#777;font-size:12px;font-weight:900;text-transform:uppercase}
.site-chat-message p{margin:0;line-height:1.35}
.site-chat-form{display:grid;gap:8px;padding:12px;border-top:1px solid #e5e5e5;background:#fff}
.site-chat-form input,.site-chat-form textarea{width:100%;border:1px solid #d8d8d8;border-radius:8px;padding:10px 12px;outline:0;color:#111;background:#fff}
.site-chat-form textarea{resize:vertical}
.site-chat-form input:focus,.site-chat-form textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(255,0,0,.1)}

.page-wrap{padding:34px 0 62px}
.product-compatible{padding-top:30px}
.product-detail{display:grid;grid-template-columns:minmax(280px,500px) 1fr;gap:30px}
.product-detail .product-img{height:500px;background:#fff}
.lead{font-size:20px;color:#555;line-height:1.45}
.price{color:var(--red);font-size:42px;font-weight:900}
.specs{display:grid;gap:8px;margin:20px 0}
.specs div{display:grid;grid-template-columns:170px 1fr;gap:14px;border-bottom:1px solid #dedede;padding:10px 0}
.specs dt{color:#777}
.specs dd{margin:0}
.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#0b1220 0%,#111827 58%,#26030a 100%)}
.auth-box{width:min(500px,100%);padding:0;overflow:hidden;background:#fff;color:#111;border:1px solid #d8e2ef;border-radius:22px;box-shadow:0 28px 80px rgba(8,14,26,.34)}
.brand{display:inline-block;margin-bottom:18px;font-size:26px;font-weight:900;text-transform:uppercase;color:#111}
.form{display:grid;gap:13px}
.form label{display:grid;gap:6px;color:#555;text-transform:uppercase;font-weight:900}
.form input,.form textarea,.form select{width:100%;min-height:46px;border:1px solid #d8d8d8;background:#fff;color:#111;padding:10px 12px;border-radius:8px;outline:0}
.form input:focus,.form textarea:focus,.form select:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(255,0,0,.12)}
.alert{padding:12px 14px;background:#fff0f0;border:1px solid var(--red);margin-bottom:14px;border-radius:8px}
.ok{background:#edf8ef;border-color:#1d9d35}

@media(max-width:980px){
    .shell{width:calc(100% - 24px)}
    .topbar-grid{grid-template-columns:138px 1fr 76px;grid-template-areas:"logo city account" "catalog search search";gap:9px;padding:8px 0}
    .logo img{width:128px;height:48px}
    .city-chip{justify-self:start}
    .catalog-trigger{height:44px;font-size:18px}
    .search-row{height:44px;grid-template-columns:minmax(0,1fr) 52px;gap:8px}
    .search-submit{font-size:25px}
    .account-trigger{height:48px;font-size:13px}
    .catalog-panel.active{position:fixed;top:118px;bottom:0;padding:0;background:rgba(0,0,0,.34);overflow:hidden}
    .catalog-panel-inner{height:100%;align-items:stretch}
    .catalog-dropdown{width:100%;height:100%;max-height:none}
    .live-search-panel{right:60px;max-height:calc(100vh - 150px)}
    .hero{height:320px}
    .slide-copy{left:12px;bottom:42px}
    .slide-copy h1{font-size:54px}
    .slide-copy p{font-size:18px}
    .slide-media{inset:0;width:auto;opacity:1}
    .news-grid{grid-template-columns:repeat(2,1fr)}
    .dynamic-block{grid-template-columns:1fr;padding:18px}
    .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .product-detail{grid-template-columns:1fr}
    .product-detail .product-img{height:330px}
    .specs div{grid-template-columns:1fr;gap:4px}
}


@media(max-width:560px){
    .shell{width:calc(100% - 16px)}
    .topbar-grid{grid-template-columns:108px minmax(0,1fr) 58px;grid-template-areas:"logo city account" "catalog catalog catalog" "search search search";gap:8px}
    .logo img{width:102px;height:42px}
    .city-chip span{font-size:12px}
    .city-chip b{font-size:14px}
    .city-chip em{max-width:132px;font-size:11px}
    .account-trigger b{font-size:12px}
    .account-icon{font-size:22px}
    .catalog-trigger{height:42px}
    .search-box input{font-size:15px;padding:0 12px}
    .catalog-panel.active{top:154px}
    .catalog-item{grid-template-columns:50px minmax(0,1fr) 16px;min-height:66px;padding:8px 12px}
    .live-search-panel{left:0;right:0;top:calc(100% + 6px);max-height:calc(100vh - 170px)}
    .catalog-thumb,.catalog-thumb img{width:44px;height:44px}
    .hero{height:260px}
    .slide-copy{bottom:36px;width:calc(100% - 24px)}
    .slide-copy h1{font-size:38px}
    .slide-copy p{font-size:16px;margin-bottom:14px}
    .slide-media{inset:0;width:auto;opacity:1}
    .red-pill,.ghost-pill{min-height:44px;padding:0 18px}
    .section{padding:24px 0}
    .section-head{align-items:flex-start;display:grid;gap:8px;margin-bottom:14px}
    .section-head h2,.page-title{font-size:30px}
    .news-grid{grid-template-columns:1fr;gap:10px}
    .banner-grid{grid-template-columns:1fr;gap:10px}
    .banner-track,.banner{min-height:170px}
    .banner b{font-size:20px}
    .banner span{font-size:14px;bottom:44px}
    .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .category-card{min-height:160px}
    .category-card img{height:105px;padding:12px}
    .category-card span{font-size:16px;padding:10px}
    .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .product-card{min-height:260px;padding:9px}
    .product-img{height:120px}
    .product-card strong{font-size:16px}
    .product-card em{font-size:13px}
    .product-card b{font-size:21px}
    .dynamic-block h2{font-size:28px}
    .modal{align-items:flex-end;padding:8px}
    .modal-box{border-radius:8px 8px 0 0;padding:18px;max-height:92vh}
    .modal-head h3{font-size:25px}
    .city-picker{grid-template-columns:1fr;gap:14px}
    .point-picker{max-height:42vh;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
    .account-actions{display:grid}
    .account-actions a{width:100%}
}

body.site-home-hidden{
    min-height:100vh;
    background:#f4f5f7;
}
body.site-home-hidden .topbar{
    position:relative;
}
body.site-home-hidden .topbar-grid{
    min-height:86px;
    grid-template-columns:minmax(150px,240px) 92px;
    grid-template-areas:"logo account";
    justify-content:space-between;
}
body.site-home-hidden .city-chip,
body.site-home-hidden .catalog-trigger,
body.site-home-hidden .search-row,
body.site-home-hidden .catalog-panel{
    display:none!important;
}
body.site-home-hidden .logo{
    justify-self:start;
}
body.site-home-hidden .account-trigger{
    justify-self:end;
}
body.site-home-hidden .home-hidden-main{
    min-height:calc(100vh - 86px);
}

@media(max-width:560px){
    body.site-home-hidden .topbar .shell{
        width:calc(100% - 24px);
    }
    body.site-home-hidden .topbar-grid{
        min-height:72px;
        grid-template-columns:minmax(108px,150px) 64px;
        grid-template-areas:"logo account";
        gap:12px;
        padding:8px 0;
    }
    body.site-home-hidden .logo img{
        width:138px;
        height:52px;
    }
    body.site-home-hidden .account-trigger{
        height:52px;
    }
    body.site-home-hidden .home-hidden-main{
        min-height:calc(100vh - 72px);
    }
}

@media(max-width:380px){
    .category-grid,.product-grid{grid-template-columns:1fr}
    .product-img{height:150px}
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

.category-card {
    min-height: 260px;
}

.category-card img {
    height: 170px;
    object-fit: contain;
}

@media (max-width: 700px) {
    .category-grid {
        grid-template-columns: 1fr !important;
    }
}


.hidden-by-point{display:none!important}
.footer .shell{display:grid;gap:10px;text-transform:none}
.footer b{text-transform:uppercase}
.footer p{margin:0;color:#d9d9d9}
.footer-legal{display:grid;gap:7px;margin-top:4px}
.footer-legal a{width:max-content;max-width:100%;color:#dcdde0;font-size:15px;line-height:1.25;border-bottom:1px solid transparent}
.footer-legal a:hover{color:#fff;border-bottom-color:var(--red)}
.age-gate-open{overflow:hidden}
.age-gate[hidden]{display:none}
.age-gate{position:fixed;inset:0;z-index:5000;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(0,0,0,.82)}
.age-gate-dialog{width:min(580px,100%);overflow:hidden;border:1px solid #3b3b3b;border-radius:8px;background:#1b1b1b;color:#fff;box-shadow:0 26px 70px rgba(0,0,0,.45);text-align:center}
.age-gate-brand{padding:22px 24px 4px;color:#fff;font-size:18px;font-weight:1000;text-transform:uppercase}
.age-gate-warning{margin:0;padding:0 24px;color:#ff5b5b;font-family:"DIN Pro",Arial,sans-serif;font-size:15px;font-weight:700}
.age-gate-dialog h2{margin:24px 24px 12px;color:#fff;font-size:38px;line-height:1;text-transform:uppercase}
.age-gate-dialog>p:last-of-type{max-width:480px;margin:0 auto 24px;padding:0 24px;color:#d8d8d8;font-family:"DIN Pro",Arial,sans-serif;font-size:19px;line-height:1.4}
.age-gate-actions{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #414141}
.age-gate-actions button,.age-gate-actions a{min-height:76px;display:flex;align-items:center;justify-content:center;padding:14px 18px;border:0;border-radius:0;font-size:20px;font-weight:900;text-align:center}
.age-gate-accept{background:var(--red);color:#fff}
.age-gate-accept:hover{background:#d90000}
.age-gate-decline{background:#262626;color:#d8d8d8;border-left:1px solid #414141!important}
.age-gate-decline:hover{background:#303030;color:#fff}
.legal-check{display:grid!important;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;text-transform:none!important;color:#333!important;font-weight:700!important;line-height:1.25}
.legal-check input{width:18px!important;height:18px!important;min-height:18px!important;margin-top:2px;accent-color:var(--red)}
.legal-check a{color:var(--red);text-decoration:underline;text-underline-offset:2px}
.legal-page{max-width:1120px}
.legal-page .page-title{margin-bottom:18px}
.legal-back{display:inline-flex;margin-bottom:14px;color:#555;font-weight:800}
.legal-back:hover{color:var(--red)}
.legal-document{padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.05);font-family:"DIN Pro",Arial,sans-serif;font-size:16px;line-height:1.58;text-transform:none;white-space:normal}
.point-picker{max-height:min(560px,70vh);overflow:hidden}
.point-list.active{max-height:min(440px,56vh);overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-right:4px}
.point-list small{display:grid;gap:2px;color:#687284}
.point-list small span{display:block;color:#4d5666;font-size:13px;font-weight:900;text-transform:lowercase}
.banner-grid-static{grid-template-columns:repeat(2,minmax(0,1fr))}
.banner-page{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.banner-page .banner{height:210px}
.admin-manage{font-weight:1000;color:#111;border-bottom:2px solid var(--red);text-transform:none}
.hero-manage{position:absolute;right:calc((100% - min(1360px,100% - 32px))/2);top:22px;z-index:5;color:#fff;text-shadow:0 2px 10px #000}
.inline-manage{display:inline-flex;margin-left:16px;vertical-align:middle}
.section-links{display:flex;gap:14px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.site-admin-modal{display:none;position:fixed;inset:0;z-index:2600;padding:18px;background:rgba(15,23,42,.64);backdrop-filter:blur(10px)}
.site-admin-modal.active{display:flex;align-items:center;justify-content:center}
.site-admin-modal-box{position:relative;width:min(1420px,calc(100vw - 28px));height:min(900px,calc(100vh - 28px));overflow:hidden;border-radius:18px;background:#fff;border:1px solid #d8dde6;box-shadow:0 34px 100px rgba(0,0,0,.38)}
.site-admin-frame{width:100%;height:100%;border:0;background:#fff}
.site-admin-close,.product-quick-close{position:absolute;right:16px;top:16px;z-index:5;width:42px;height:42px;border:0;border-radius:50%;background:var(--red);color:#fff;font-size:28px;font-weight:900;line-height:1;display:grid;place-items:center;box-shadow:0 12px 26px rgba(255,0,0,.22)}
.site-admin-close:hover,.product-quick-close:hover{background:#c90000}
.product-quick-modal{z-index:2300}
.product-quick-box{position:relative;width:min(820px,calc(100vw - 22px));padding:28px;overflow:auto;border-radius:10px;background:#fff;color:#111}
.product-quick-content h3{max-width:calc(100% - 58px);margin:0 0 14px;font-size:31px;line-height:1.08;font-weight:500;text-transform:none}
.quick-category{display:inline-flex;align-items:center;min-height:34px;margin-bottom:18px;padding:0 12px;border-radius:6px;background:#f1f4fa;color:#2456b3;font-weight:800}
.product-quick-grid{display:grid;grid-template-columns:minmax(220px,1fr) 250px;gap:28px;align-items:center}
.product-quick-media{position:relative;min-height:300px;display:flex;align-items:center;justify-content:center}
.product-quick-media img{max-width:100%;max-height:330px;object-fit:contain}
.product-quick-media .product-badges{left:0;top:auto;bottom:0;display:grid;justify-items:start}
.product-quick-info{display:grid;gap:14px;align-content:center;justify-items:start}
.quick-price-card{width:164px;min-height:128px;display:grid;gap:10px;align-items:center;justify-items:center;padding:16px;border:2px solid var(--red);border-radius:8px;background:#fff}
.quick-price-card img{max-width:96px;max-height:42px;object-fit:contain}
.quick-price-card b{color:#111;font-size:30px;line-height:1}
.quick-flavor{display:inline-flex;margin:0;padding:8px 12px;border-radius:7px;background:#f2f2f2;color:#111;font-size:18px;font-weight:800}
.quick-detail-link{color:#2456b3;font-size:19px;font-weight:800}
.product-quick-tabs{display:grid;grid-template-columns:1fr 1fr;margin-top:28px;border-bottom:3px solid var(--red)}
.product-quick-tabs button{display:flex;align-items:center;justify-content:center;min-height:52px;border:0;border-right:1px solid #e5e5e5;background:#fff;color:#111;font-size:18px;font-weight:800}
.product-quick-tabs button:last-child{border-right:0}
.product-quick-tabs button.active{background:#fff5f5;color:var(--red)}
.product-quick-panel{display:none}
.product-quick-panel.active{display:block}
.product-quick-text{padding:22px 0;font-family:"DIN Pro",Arial,sans-serif;font-size:17px;line-height:1.55;color:#333;text-transform:none}
.product-quick-specs{display:grid;gap:12px;padding-bottom:14px}
.product-quick-specs div{display:grid;grid-template-columns:minmax(140px,1fr) auto;gap:14px;align-items:end}
.product-quick-specs span{color:#777;border-bottom:1px dotted #c7c7c7;font-family:"DIN Pro",Arial,sans-serif}
.product-quick-specs b{font-family:"DIN Pro",Arial,sans-serif;font-weight:700}
.product-quick-empty{margin:22px 0;font-family:"DIN Pro",Arial,sans-serif;color:#555;font-size:17px;line-height:1.45}

@media(max-width:700px){
    .banner-grid-static,.banner-page{grid-template-columns:1fr}
    .banner-track{min-height:360px}
    .banner-page .banner{height:170px}
    .inline-manage{margin-left:0;margin-top:8px}
    .hero-manage{right:12px;top:12px}
    .site-admin-modal{padding:0}
    .site-admin-modal-box{width:100vw;height:100vh;border-radius:0}
    .site-admin-close,.product-quick-close{right:12px;top:12px}
    .product-quick-box{width:100vw;max-height:100vh;border-radius:0;padding:22px 16px}
    .product-quick-content h3{font-size:25px}
    .product-quick-grid{grid-template-columns:1fr;gap:16px}
    .product-quick-media{min-height:230px}
    .product-quick-info{justify-items:stretch}
    .quick-price-card{width:100%;min-height:110px}
    .product-quick-tabs{margin-top:18px}
    .product-quick-specs div{grid-template-columns:1fr}
    .legal-document{padding:16px;font-size:15px;line-height:1.55}
    .point-picker{max-height:none;overflow:visible}
    .point-list.active{max-height:38vh}
}

@media(max-width:760px){
    .city-picker .point-picker{max-height:42vh!important;overflow:auto!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
    .city-picker .point-list.active{max-height:30vh!important;overflow:auto!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
}



.legal-modal .legal-modal-box{
    width:min(1180px,calc(100vw - 28px));
    max-height:min(88vh,920px);
    display:flex;
    flex-direction:column;
}
.legal-modal .modal-head{
    flex:0 0 auto;
}
.legal-modal-actions{
    flex:0 0 auto;
    display:flex;
    justify-content:flex-end;
    padding:0 20px 12px;
    border-bottom:1px solid var(--line);
}
.legal-modal-actions .ghost-pill{
    min-height:42px;
    padding:10px 18px;
    border-radius:14px;
    font-size:14px;
}
.legal-scroll{
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    padding:22px 26px 28px;
    color:#161b28;
    background:#fff;
    font-family:"DIN Pro",Arial,sans-serif;
    font-size:16px;
    line-height:1.58;
    text-transform:none;
    white-space:normal;
}
.legal-scroll::first-line{
    font-weight:700;
}
.auth-modal .legal-check a{
    cursor:pointer;
}
@media (max-width:700px){
    .legal-modal .legal-modal-box{
        width:calc(100vw - 14px);
        max-height:92vh;
    }
    .legal-scroll{
        padding:16px;
        font-size:14px;
    }
    .legal-modal-actions{
        justify-content:stretch;
        padding:0 14px 10px;
    }
    .legal-modal-actions .ghost-pill{
        width:100%;
        justify-content:center;
    }
    .age-gate{padding:12px}
    .age-gate-dialog h2{font-size:30px}
    .age-gate-dialog>p:last-of-type{font-size:17px}
    .age-gate-actions{grid-template-columns:1fr}
    .age-gate-actions button,.age-gate-actions a{min-height:62px;font-size:18px}
    .age-gate-decline{border-left:0!important;border-top:1px solid #414141!important}
}


#cityModal .modal-box{
    width:min(610px,calc(100vw - 28px));
    height:480px;
    max-height:calc(100vh - 28px);
    overflow:hidden;
    display:flex;
    flex-direction:column;
}
#cityModal .modal-head{
    flex:0 0 auto;
}
#cityModal .city-picker{
    flex:1 1 auto;
    min-height:0;
    overflow:hidden;
}
#cityModal .city-list{
    max-height:100%;
    overflow:auto;
    padding-right:2px;
    overscroll-behavior:contain;
}
#cityModal .point-picker{
    height:100%;
    min-height:0;
    overflow:hidden;
    display:flex;
    flex-direction:column;
}
#cityModal .point-hint,
#cityModal .point-empty{
    flex:0 0 auto;
}
#cityModal .point-list{
    min-height:0;
}
#cityModal .point-list.active{
    flex:1 1 auto;
    min-height:0;
    overflow-y:auto;
    overflow-x:hidden;
    padding-right:6px;
    overscroll-behavior:contain;
}
#cityModal .point-list button{
    flex:0 0 auto;
}
@media(max-width:760px){
    #cityModal .modal-box{
        width:min(610px,calc(100vw - 16px));
        height:480px;
        max-height:calc(100vh - 16px);
        border-radius:8px;
    }
    #cityModal .city-picker{
        grid-template-columns:minmax(0,190px) minmax(0,1fr);
        gap:14px;
    }
    #cityModal .city-picker .point-picker,
    #cityModal .city-picker .point-list.active{
        max-height:none!important;
    }
}
@media(max-width:560px){
    #cityModal .modal-box{
        height:min(620px,calc(100vh - 16px));
    }
    #cityModal .city-picker{
        grid-template-columns:1fr;
        overflow:auto;
    }
    #cityModal .point-picker{
        min-height:260px;
        height:auto;
    }
    #cityModal .point-list.active{
        max-height:260px!important;
    }
}


#cityModal .modal-box{
    box-sizing:border-box!important;
    height:480px!important;
    max-height:calc(100vh - 28px)!important;
    overflow:hidden!important;
}
#cityModal .modal-head{
    margin-bottom:14px!important;
}
#cityModal .city-picker{
    height:calc(100% - 58px)!important;
    min-height:0!important;
    overflow:hidden!important;
    align-items:stretch!important;
}
#cityModal .modal-list.city-list{
    height:100%!important;
    max-height:100%!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
}
#cityModal .point-picker{
    box-sizing:border-box!important;
    height:100%!important;
    max-height:100%!important;
    min-height:0!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
}
#cityModal .point-picker .modal-kicker{
    flex:0 0 auto!important;
    margin-bottom:12px!important;
}
#cityModal .point-hint{
    flex:0 0 auto!important;
    margin-bottom:8px!important;
}
#cityModal .point-list{
    display:none!important;
    min-height:0!important;
}
#cityModal .point-list.active{
    display:grid!important;
    flex:1 1 auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    gap:10px!important;
    align-content:start!important;
    padding-right:8px!important;
}
#cityModal .point-list button{
    box-sizing:border-box!important;
    min-height:86px!important;
    height:auto!important;
    padding:12px 14px!important;
    display:block!important;
    overflow:visible!important;
    line-height:1.15!important;
}
#cityModal .point-list b{
    display:block!important;
    margin:0 0 8px!important;
    font-size:18px!important;
    line-height:1.12!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
}
#cityModal .point-list span,
#cityModal .point-list small{
    display:block!important;
    margin:0!important;
    font-size:14px!important;
    line-height:1.22!important;
    white-space:normal!important;
}
#cityModal .point-list small{
    margin-top:2px!important;
}
@media(max-width:760px){
    #cityModal .modal-box{height:480px!important;max-height:calc(100vh - 16px)!important}
    #cityModal .city-picker{grid-template-columns:minmax(0,190px) minmax(0,1fr)!important;height:calc(100% - 58px)!important;overflow:hidden!important}
    #cityModal .point-list.active{max-height:none!important}
}
@media(max-width:560px){
    #cityModal .modal-box{height:min(620px,calc(100vh - 16px))!important}
    #cityModal .city-picker{grid-template-columns:1fr!important;height:calc(100% - 54px)!important;overflow:auto!important}
    #cityModal .point-picker{height:300px!important;min-height:300px!important}
    #cityModal .point-list.active{max-height:none!important}
}


#cityModal.modal{
    align-items:center!important;
    justify-content:center!important;
    padding:10px!important;
}
#cityModal .modal-box{
    width:min(620px,calc(100vw - 20px))!important;
    height:min(480px,calc(100dvh - 20px))!important;
    max-height:calc(100dvh - 20px)!important;
    overflow:hidden!important;
    padding:18px!important;
    display:flex!important;
    flex-direction:column!important;
}
#cityModal .modal-head{
    flex:0 0 auto!important;
    margin:0 0 14px!important;
}
#cityModal .city-picker{
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    display:grid!important;
    grid-template-columns:235px minmax(0,1fr)!important;
    gap:18px!important;
    overflow:hidden!important;
    align-items:stretch!important;
}
#cityModal .modal-list.city-list{
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding:0 4px 10px 0!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    align-content:start!important;
}
#cityModal .modal-list.city-list button{
    min-height:60px!important;
    flex:0 0 auto!important;
}
#cityModal .point-picker{
    min-width:0!important;
    min-height:0!important;
    height:100%!important;
    max-height:none!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
}
#cityModal .point-list.active{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    padding:0 8px 10px 0!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
}
#cityModal .point-list button{
    min-height:108px!important;
    max-height:none!important;
}
@media(max-width:620px){
    #cityModal.modal{
        padding:8px!important;
        align-items:flex-start!important;
    }
    #cityModal .modal-box{
        width:calc(100vw - 16px)!important;
        height:calc(100dvh - 16px)!important;
        max-height:calc(100dvh - 16px)!important;
        padding:14px!important;
        border-radius:8px!important;
    }
    #cityModal .modal-head h3{font-size:26px!important}
    #cityModal .modal-close{width:40px!important;height:40px!important;flex:0 0 40px!important}
    #cityModal .city-picker{
        grid-template-columns:1fr!important;
        grid-template-rows:minmax(170px,34%) minmax(0,1fr)!important;
        gap:12px!important;
        overflow:hidden!important;
    }
    #cityModal .modal-list.city-list{
        height:100%!important;
        max-height:none!important;
        padding-right:6px!important;
    }
    #cityModal .modal-list.city-list button{
        min-height:54px!important;
    }
    #cityModal .point-picker{
        height:100%!important;
        min-height:0!important;
        padding:12px!important;
    }
    #cityModal .point-list.active{
        max-height:none!important;
    }
    #cityModal .point-list button{
        min-height:88px!important;
        padding:12px!important;
    }
}
@media(max-width:380px){
    #cityModal .modal-box{padding:12px!important}
    #cityModal .city-picker{grid-template-rows:minmax(150px,32%) minmax(0,1fr)!important}
    #cityModal .modal-list.city-list button{min-height:50px!important;font-size:15px!important}
    #cityModal .point-list b{font-size:16px!important}
}



#cityModal .city-list,
#cityModal .point-list.active{
    touch-action:pan-y!important;
    -webkit-overflow-scrolling:touch!important;
}
#cityModal .city-list button,
#cityModal .point-list button{
    user-select:none!important;
    -webkit-user-select:none!important;
    -webkit-tap-highlight-color:rgba(0,0,0,0.08)!important;
}


@media (hover:none) and (pointer:coarse){
    [data-product-card],
    [data-admin-section],
    [data-city-option],
    [data-point-option],
    .card,
    .product-card,
    .catalog-card,
    .news-card{
        touch-action:pan-y!important;
        -webkit-tap-highlight-color:rgba(0,0,0,0.06)!important;
    }
    .modal,
    .modal-box,
    .catalog-panel{
        -webkit-overflow-scrolling:touch!important;
    }
}






.catalog-branch{display:block}
.catalog-branch .catalog-sublist{display:none;background:#fafafa;border-top:1px solid #eeeeee}
.catalog-branch:hover>.catalog-sublist,
.catalog-branch:focus-within>.catalog-sublist{display:block}
.catalog-branch.level-1 .catalog-item{padding-left:42px;background:#fff}
.catalog-branch.level-2 .catalog-item{padding-left:62px;background:#fbfbfb}
.catalog-branch.level-3 .catalog-item{padding-left:82px;background:#fff}
.catalog-item.has-children>i{color:var(--red);font-weight:900}
.catalog-item small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#777;font-size:12px;font-weight:800}
.catalog-page .catalog-breadcrumbs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:22px 0 8px;color:#555;font-weight:800}
.catalog-page .catalog-breadcrumbs a{padding:7px 10px;border-radius:999px;background:#fff;border:1px solid #ddd}
.catalog-page .catalog-breadcrumbs span{color:#999}
.catalog-page-hero{margin:24px 0;padding:28px;border-radius:24px;background:#fff;border:1px solid #e1e1e1;box-shadow:0 12px 30px rgba(0,0,0,.06)}
.catalog-page-hero .page-title{margin:0}
.catalog-path{margin:8px 0 0;color:#777;font-weight:900}
.catalog-folders-section .section-head,
.catalog-products-section .section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}
.catalog-folders-section .section-head h2,
.catalog-products-section .section-head h2{margin:0;font-size:34px;letter-spacing:.06em;text-transform:uppercase}
.catalog-folders-section .section-head p,
.catalog-products-section .section-head p{margin:4px 0 0;color:#777;font-weight:800}
.catalog-folder-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}
.catalog-folder-card{position:relative;min-height:180px;display:grid;align-content:end;gap:8px;padding:20px;background:#fff;border:1px solid #ddd;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.06)}
.catalog-folder-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(0,0,0,.10)}
.catalog-folder-card img{position:absolute;right:14px;top:14px;width:76px;height:76px;object-fit:contain}
.catalog-folder-card span{font-size:28px;font-weight:1000;text-transform:uppercase;letter-spacing:.04em;line-height:1}
.catalog-folder-card small{color:#777;font-weight:800;line-height:1.25}
.catalog-folder-card em{justify-self:start;padding:8px 12px;border-radius:999px;background:#fff0f0;color:#d90000;border:1px solid #ffd2d2;font-style:normal;font-weight:1000}
@media(max-width:700px){
  .catalog-branch:hover>.catalog-sublist{display:block}
  .catalog-branch .catalog-sublist{display:block}
  .catalog-branch.level-1 .catalog-item{padding-left:26px}
  .catalog-branch.level-2 .catalog-item{padding-left:38px}
  .catalog-branch.level-3 .catalog-item{padding-left:50px}
  .catalog-page-hero{padding:18px;border-radius:18px}
  .catalog-folder-grid{grid-template-columns:1fr}
  .catalog-folder-card{min-height:140px}
  .catalog-folder-card span{font-size:24px}
}






.catalog-folders-section .section-head,
.catalog-products-section .section-head{
  margin-bottom:20px!important;
}
.catalog-folders-section .section-head h2,
.catalog-products-section .section-head h2{
  margin:0!important;
}






.catalog-page:not(.has-category) .catalog-folders-section.extra-folders{
  display:none!important;
}
.catalog-folders-section .section-head p,
.catalog-products-section .section-head p{
  display:none!important;
}






.catalog-panel-inner{
  position:relative!important;
  overflow:visible!important;
}
.catalog-dropdown{
  overflow-y:auto!important;
  overflow-x:visible!important;
  position:relative!important;
}
.catalog-branch{
  position:relative!important;
}
.catalog-branch .catalog-hover-panel{
  position:fixed!important;
  left:min(440px, 42vw)!important;
  top:82px!important;
  width:min(560px, calc(100vw - 470px))!important;
  max-height:calc(100vh - 104px)!important;
  overflow:auto!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateX(-8px)!important;
  transition:opacity .16s ease, transform .16s ease, visibility .16s ease!important;
  z-index:1400!important;
  padding:18px!important;
  border-radius:0 22px 22px 0!important;
  background:#fff!important;
  border:1px solid #dedede!important;
  box-shadow:0 28px 80px rgba(0,0,0,.22)!important;
  color:#111!important;
}
.catalog-branch:hover > .catalog-hover-panel,
.catalog-branch:focus-within > .catalog-hover-panel{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateX(0)!important;
}
.catalog-hover-head{
  display:grid!important;
  gap:5px!important;
  padding:0 0 14px!important;
  margin-bottom:12px!important;
  border-bottom:1px solid #eeeeee!important;
}
.catalog-hover-head span{
  justify-self:start!important;
  min-height:26px!important;
  display:inline-flex!important;
  align-items:center!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#fff0f0!important;
  border:1px solid #ffcaca!important;
  color:#d80000!important;
  font-size:12px!important;
  font-weight:1000!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}
.catalog-hover-head b{
  color:#111!important;
  font-size:30px!important;
  line-height:1!important;
  font-weight:1000!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}
.catalog-hover-head small{
  color:#777!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:800!important;
}
.catalog-hover-products{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
.catalog-hover-product{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:74px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  min-height:92px!important;
  padding:10px!important;
  border-radius:16px!important;
  border:1px solid #e7e7e7!important;
  background:linear-gradient(135deg,#fff,#fbfbfb)!important;
  color:#111!important;
}
.catalog-hover-product:hover{
  border-color:#ffb8b8!important;
  background:#fff7f7!important;
  transform:translateY(-1px)!important;
}
.hover-product-img{
  width:74px!important;
  height:74px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:14px!important;
  background:#f6f6f6!important;
  border:1px solid #eeeeee!important;
  overflow:hidden!important;
}
.hover-product-img img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:6px!important;
  box-sizing:border-box!important;
}
.hover-product-img em{
  color:#777!important;
  font-size:11px!important;
  font-style:normal!important;
  font-weight:900!important;
  text-align:center!important;
}
.hover-folder-img{
  color:#fff!important;
  background:linear-gradient(135deg,#ff2020,#df0000)!important;
  border:0!important;
  font-size:30px!important;
}
.hover-product-info{
  min-width:0!important;
  display:grid!important;
  gap:5px!important;
}
.hover-product-info b{
  color:#111!important;
  font-size:17px!important;
  line-height:1.1!important;
  font-weight:1000!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}
.hover-product-info small{
  color:#555!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:900!important;
  white-space:normal!important;
}
.catalog-hover-all{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:46px!important;
  margin-top:12px!important;
  border-radius:14px!important;
  background:#f20d0d!important;
  color:#fff!important;
  font-weight:1000!important;
  letter-spacing:.04em!important;
}
.catalog-hover-empty{
  min-height:130px!important;
  display:grid!important;
  place-items:center!important;
  padding:18px!important;
  border-radius:16px!important;
  background:#fafafa!important;
  border:1px dashed #ddd!important;
  color:#777!important;
  font-weight:900!important;
  text-align:center!important;
}
@media(max-width:900px){
  .catalog-branch .catalog-hover-panel{
    display:none!important;
  }
}



.home-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    justify-content:stretch;
    gap:24px!important;
}
.home-category-card{
    position:relative;
    display:block;
    min-height:360px;
    padding:0;
    border:1px solid #d9d9d9;
    border-radius:28px;
    overflow:hidden;
    background:#111;
    box-shadow:0 18px 42px rgba(0,0,0,.09);
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    isolation:isolate;
}
.home-category-card::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.18) 44%,rgba(0,0,0,.64) 100%),
        linear-gradient(0deg,rgba(0,0,0,.54) 0%,rgba(0,0,0,0) 44%);
    pointer-events:none;
}
.home-category-card::after{
    content:"→";
    position:absolute;
    right:22px;
    bottom:20px;
    z-index:3;
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.26);
    backdrop-filter:blur(8px);
    color:#fff;
    font-size:24px;
    line-height:1;
    box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.home-category-card:hover{
    transform:translateY(-4px);
    border-color:#cbcbcb;
    box-shadow:0 26px 54px rgba(0,0,0,.15);
}
.home-category-card .home-category-card-media{
    position:absolute;
    inset:0;
    display:block;
    min-height:100%;
    padding:0;
    background:#1b1b1b;
    overflow:hidden;
}
.home-category-card .home-category-card-media img{
    width:100%;
    height:100%;
    max-width:none;
    max-height:none;
    display:block;
    padding:0;
    background:transparent;
    object-fit:cover;
    object-position:center center;
    transform:scale(1.01);
    transition:transform .45s ease;
}
.home-category-card:hover .home-category-card-media img{
    transform:scale(1.06);
}
.home-category-card .home-category-card-title{
    position:absolute;
    left:24px;
    right:84px;
    bottom:22px;
    z-index:2;
    display:block;
    padding:0;
    color:#fff;
    font-size:clamp(24px,2.25vw,38px);
    font-weight:1000;
    letter-spacing:.03em;
    text-transform:uppercase;
    line-height:.95;
    text-shadow:0 8px 20px rgba(0,0,0,.45);
}

@media (max-width: 1000px){
    .home-category-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:18px!important;
    }
    .home-category-card{
        min-height:300px;
        border-radius:24px;
    }
    .home-category-card .home-category-card-title{
        left:20px;
        right:74px;
        bottom:18px;
        font-size:clamp(21px,2.8vw,30px);
    }
    .home-category-card::after{
        width:42px;
        height:42px;
        right:18px;
        bottom:16px;
    }
}

@media (max-width: 700px){
    .home-category-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:12px!important;
    }
    .home-category-card{
        min-height:210px;
        border-radius:18px;
    }
    .home-category-card .home-category-card-title{
        left:14px;
        right:54px;
        bottom:14px;
        font-size:18px;
        line-height:1;
    }
    .home-category-card::after{
        width:34px;
        height:34px;
        right:12px;
        bottom:10px;
        font-size:18px;
    }
}

@media (max-width: 520px){
    .home-category-grid{
        grid-template-columns:1fr!important;
    }
    .home-category-card{
        min-height:240px;
    }
}

@media (max-width: 420px){
    .home-category-grid{
        grid-template-columns:1fr!important;
    }
    .home-category-card{
        grid-template-rows:210px auto;
    }
    .home-category-card .home-category-card-media{
        min-height:210px;
    }
}



.account-actions-minimal{display:grid;grid-template-columns:1fr;gap:12px;margin-top:8px}.account-actions-minimal .red-pill,.account-actions-minimal .ghost-pill{width:100%;justify-content:center;text-align:center}


.consultant-lk-modal{z-index:2400;background:rgba(0,0,0,.74)}
.consultant-lk-box{width:min(720px,calc(100vw - 28px));padding:0;border:0;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 32px 90px rgba(0,0,0,.42)}
.consultant-lk-head{min-height:106px;padding:24px 30px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#320000,#f10b0b);color:#fff}
.consultant-lk-role{display:inline-flex;align-items:center;min-height:36px;padding:0 18px;border-radius:999px;background:rgba(255,255,255,.14);font-size:13px;font-weight:1000;letter-spacing:6px;text-transform:uppercase}
.consultant-lk-close{width:68px;height:68px;border-radius:22px;background:#ff1b1b;color:#fff;font-size:56px;line-height:1;box-shadow:0 20px 45px rgba(255,0,0,.28)}
.consultant-lk-body{padding:34px 38px 38px;background:linear-gradient(135deg,#fff,#fff7f7)}
.consultant-lk-body h3{margin:0 0 24px;font-size:64px;line-height:.95;text-transform:uppercase;letter-spacing:1px;color:#111827}
.consultant-lk-user{display:grid;gap:8px;padding:24px 28px;border:1px solid #dbe2ee;border-radius:18px;background:#fff;box-shadow:0 18px 45px rgba(17,24,39,.08)}
.consultant-lk-user b{font-size:30px;color:#1f2937}
.consultant-lk-user span{font-size:18px;color:#55647a}
.consultant-lk-actions{display:flex;justify-content:flex-end;margin-top:24px}
.consultant-lk-actions .ghost-pill{min-width:170px;justify-content:center}
@media (max-width:720px){.consultant-lk-box{width:calc(100vw - 16px);border-radius:16px}.consultant-lk-head{min-height:86px;padding:18px}.consultant-lk-role{letter-spacing:4px}.consultant-lk-close{width:54px;height:54px;border-radius:18px;font-size:42px}.consultant-lk-body{padding:26px 20px}.consultant-lk-body h3{font-size:42px}.consultant-lk-user b{font-size:24px}.consultant-lk-actions{display:grid}.consultant-lk-actions .ghost-pill{width:100%}}
