:root{
    --primary:#ff003c;
    --primary-dark:#d90032;
    --ink:#151820;
    --muted:#69707d;
    --line:#e5e7eb;
    --bg:#f2f2f3;
    --card:#fff;
    --soft:#f7f7f8;
    --success:#00a651;
    --radius:8px;
    --shadow:0 12px 34px rgba(18,22,32,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink);font-size:15px;line-height:1.45}
a{color:inherit;text-decoration:none}
img,svg,video{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(1260px,calc(100% - 80px));margin:0 auto}
.sr-only{position:absolute;left:-9999px}
.site-body.is-loading{cursor:progress}
.no-scroll{overflow:hidden}

.toast-stack{position:fixed;z-index:9999;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;gap:10px;pointer-events:none;width:min(420px,calc(100vw - 32px))}
.toast{display:grid;grid-template-columns:32px 1fr 24px;gap:10px;align-items:center;background:#fff;border-radius:12px;padding:15px;border:1px solid var(--line);box-shadow:0 24px 70px rgba(0,0,0,.18);animation:toastIn .18s ease-out}
.toast__icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--primary);font-weight:900}
.toast.success .toast__icon{background:var(--success)}
.toast__msg{font-weight:800}
.toast__close{border:0;background:transparent;font-size:22px;line-height:1;cursor:pointer;color:#8b929d;pointer-events:auto}
@keyframes toastIn{from{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1)}}

.promo-strip{background:#080303;color:#fff;font-weight:900}
.promo-strip a{height:34px;display:flex;align-items:center;justify-content:center;gap:22px;text-align:center;font-size:24px;line-height:1}
.promo-strip em{font-style:normal;font-size:16px;font-weight:800;white-space:nowrap}
.desktop-head{background:#fff;border-bottom:1px solid var(--line)}
.desktop-head__top{height:60px;display:grid;grid-template-columns:220px 1fr auto auto auto auto;gap:18px;align-items:center}
.logo{display:flex;align-items:center;min-width:0}
.logo img{width:190px;height:56px;object-fit:contain}
.header-links{display:flex;justify-content:flex-end;align-items:center;gap:28px;color:#2d3037;font-size:17px}
.header-links a:first-child{color:var(--primary)}
.header-phone{font-size:22px;font-weight:900}
.header-phone::first-letter{color:var(--primary)}
.monthly-link{height:38px;border:1px solid #0aad45;color:#07933b;border-radius:10px;padding:0 16px;display:inline-flex;align-items:center;font-weight:800}
.login-pill{height:38px;background:#f4f4f5;border-radius:10px;padding:0 18px;display:inline-flex;align-items:center;font-weight:700}
.lang-link{font-weight:800}
.language-switcher{display:inline-flex;align-items:center;gap:4px;background:#f4f4f5;border-radius:8px;padding:3px}
.language-switcher a{min-width:30px;height:30px;border-radius:6px;display:inline-grid;place-items:center;font-size:12px;font-weight:900;color:#4b5563}
.language-switcher a.active{background:#151820;color:#fff}
.language-switcher--mobile{background:#fff;padding:0;gap:2px}
.language-switcher--mobile a{min-width:24px;height:26px;font-size:11px}
.language-switcher--admin{background:#fff;border:1px solid var(--line)}
.language-menu{position:relative;z-index:105}
.language-menu__toggle{height:38px;min-width:84px;border:1px solid #e4e5e7;background:#f4f4f5;border-radius:10px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:7px;color:#20242d;font-weight:900;cursor:pointer}
.language-menu__flag{width:28px;line-height:1;flex:0 0 28px}
.language-flag-svg{width:28px;height:20px;border-radius:3px;box-shadow:0 0 0 1px rgba(15,23,42,.13);overflow:hidden;fill:none;stroke:none}
.language-menu__code{font-size:12px}
.language-menu__chevron{font-size:18px;line-height:1;transition:transform .18s ease}
.language-menu__toggle[aria-expanded="true"] .language-menu__chevron{transform:rotate(180deg)}
.language-menu__options{position:absolute;right:0;top:calc(100% + 8px);width:142px;padding:7px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 45px rgba(18,22,32,.18)}
.language-menu__options[hidden]{display:none}
.language-menu__options a{min-height:44px;border-radius:8px;padding:7px 10px;display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:center;color:#252a34}
.language-menu__options a:hover,.language-menu__options a.active{background:#f2f2f4;color:#111}
.language-menu__option-flag{width:28px;height:20px}
.language-menu__options strong{font-size:13px;letter-spacing:.04em}
.language-menu--mobile .language-menu__toggle{height:34px;min-width:58px;padding:0 6px;gap:4px;background:#fff}
.language-menu--mobile .language-menu__flag{width:25px;flex-basis:25px}
.language-menu--mobile .language-flag-svg{width:25px;height:18px}
.language-menu--mobile .language-menu__options{right:-48px;top:42px;width:138px}
.desktop-head__main{border-top:1px solid #f0f0f1}
.desktop-navline{height:62px;display:grid;grid-template-columns:230px minmax(240px,730px) auto;gap:20px;align-items:center}
.catalog-button{height:48px;border:0;background:transparent;display:inline-flex;align-items:center;gap:8px;color:#4b5563;cursor:pointer;font-size:17px}
.catalog-button svg,.mobile-menu-btn svg{width:24px;height:24px}
.search-box{position:relative;display:flex;align-items:center;background:#f3f3f4;border-radius:10px;min-width:0}
.search-box>svg{width:22px;height:22px;margin-left:14px;color:#171a21;flex:0 0 auto}
.search-box input{height:42px;min-width:0;flex:1;border:0;background:transparent;padding:0 12px;color:#20242d;outline:0}
.search-box input::placeholder{color:#9ca3af}
.search-box button{border:0;background:transparent;width:1px;height:1px;overflow:hidden;padding:0;opacity:0}
.search-results{position:absolute;z-index:80;top:50px;left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}
.search-results a{display:grid;grid-template-columns:50px 1fr auto;gap:10px;align-items:center;padding:10px 12px;border-bottom:1px solid #f0f1f2}
.search-results img{width:50px;height:50px;object-fit:contain;background:#fafafa;border-radius:8px}
.search-results strong{color:var(--primary)}
.head-actions{display:flex;align-items:center;margin-left:auto}
.head-action-link{position:relative;width:52px;height:52px;border:0;border-left:1px solid var(--line);background:#fff;display:grid;place-items:center;color:#171a21;cursor:pointer}
.head-action-link svg{width:25px;height:25px}
.head-action-link em{position:absolute;right:8px;top:6px;min-width:18px;height:18px;border-radius:50%;background:var(--primary);color:#fff;font-size:11px;font-style:normal;display:grid;place-items:center}
.mobile-head{display:none}

.mobile-category-panel{position:fixed;z-index:120;top:0;bottom:0;left:0;width:min(340px,88vw);background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.28);overflow:auto}
.mobile-category-panel[hidden]{display:none}
.mobile-category-head{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#111;color:#fff;font-weight:900}
.mobile-category-head button{border:0;background:transparent;color:#fff;font-size:28px;cursor:pointer}
.mobile-category-panel a{display:block;padding:15px 18px;border-bottom:1px solid #f0f0f1;font-weight:700;color:#252a34}
.mobile-category-group-toggle{width:100%;min-height:52px;border:0;border-bottom:1px solid #e7e7e8;background:#f7f7f8;padding:0 18px;display:flex;align-items:center;justify-content:space-between;text-align:left;font-weight:900;color:#171a21;cursor:pointer}
.mobile-category-group-toggle span:last-child{font-size:22px;transition:transform .18s ease}
.mobile-category-group-toggle[aria-expanded="true"] span:last-child{transform:rotate(180deg)}
.mobile-category-group{background:#fff}
.mobile-category-group[hidden]{display:none}
.mobile-category-group a{padding-left:30px}

.kontakt-home{background:var(--bg)}
.kontakt-hero{display:grid;grid-template-columns:245px minmax(0,1fr) 245px;gap:14px;padding-top:10px}
.kontakt-hero--no-week-deal{grid-template-columns:245px minmax(0,1fr)}
.catalog-menu{background:#fff;border-radius:var(--radius);overflow:hidden;padding:8px 0;max-height:475px}
.catalog-menu a{height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 18px;color:#20242d}
.catalog-menu a:hover{color:var(--primary);background:#fafafa}
.catalog-menu span{display:flex;align-items:center;gap:12px;min-width:0}
.catalog-menu img{width:24px;height:24px;object-fit:contain}
.catalog-menu em{font-style:normal;color:#c4c8cf;font-size:24px}
.hero-slider{position:relative;overflow:hidden;background:#fff;border-radius:var(--radius)}
.hero-slider__track{position:relative;min-height:475px}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .25s ease;display:block;color:#fff;background:#fb0042}
.hero-slide.active{opacity:1;visibility:visible;position:relative}
.hero-slide picture,.hero-slide img{width:100%;height:475px}
.hero-slide picture{display:block;background:#000}
.hero-slide img{object-fit:contain;background:#000}
.hero-slide--fallback{background:linear-gradient(135deg,#ff003c 0%,#f40c45 52%,#fff 53%,#fff 100%)}
.hero-slide__caption{position:absolute;left:38px;top:36px;max-width:430px;display:grid;gap:16px}
.hero-slide__caption strong{font-size:48px;line-height:1.05;font-weight:900}
.hero-slide__caption small{font-size:20px;font-weight:700}
.hero-slide__caption em{font-style:normal;background:#fff;color:#090b10;border-radius:4px;padding:11px 16px;width:max-content;font-weight:900}
.hero-slider__arrow{position:absolute;top:50%;z-index:6;transform:translateY(-50%);width:34px;height:34px;border:0;border-radius:50%;background:#fff;color:#151820;font-size:27px;box-shadow:0 6px 16px rgba(0,0,0,.14);cursor:pointer}
.hero-slider__arrow.prev{left:14px}
.hero-slider__arrow.next{right:14px}
.hero-slider__dots{position:absolute;left:0;right:0;bottom:12px;z-index:7;display:flex;justify-content:center;gap:6px}
.hero-slider__dots button{width:8px;height:8px;border:0;border-radius:50%;background:rgba(255,255,255,.65);cursor:pointer}
.hero-slider__dots button.active{width:22px;border-radius:99px;background:#fff}
.week-offer{background:#fff;border-radius:var(--radius);overflow:hidden}
.week-offer__head{display:grid;grid-template-columns:1fr repeat(3,45px);align-items:center;gap:6px;padding:16px;border-bottom:1px solid var(--line)}
.week-offer__head strong{font-size:18px}
.week-offer__head span{text-align:center;color:#30343b;font-size:12px;border-left:1px solid var(--line)}
.week-offer__head b{display:block;color:var(--success);font-size:16px}
.week-offer__items{position:relative}
.week-offer__body{display:grid;gap:10px;padding:18px;text-align:center}
.week-offer__body[hidden]{display:none}
.week-offer__body img{width:100%;height:200px;object-fit:contain}
.week-offer__body span{font-weight:800;min-height:42px}
.week-offer__body strong{color:var(--primary);font-size:22px}
.week-offer__body del{color:#8b929d}
.week-offer__nav{height:34px;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 12px 10px;color:#69707d;font-size:12px;font-weight:800}
.week-offer__nav button{width:28px;height:28px;border:1px solid var(--line);border-radius:50%;background:#fff;color:#151820;font-size:20px;line-height:1;cursor:pointer}
.ad-banner-zone{margin:12px auto;display:grid;gap:10px}
.ad-banner-zone--kontakt{width:min(1260px,calc(100% - 80px))}
.ad-banner{display:block;border-radius:var(--radius);overflow:hidden;background:#fff}
.ad-banner img,.ad-banner video{width:100%;height:auto;object-fit:cover}
.ad-banner strong{min-height:74px;display:flex;align-items:center;justify-content:center;text-align:center;padding:18px;background:#fff;color:#151820;font-size:20px}
.brand-rail{display:flex;gap:14px;overflow-x:auto;padding:10px 0 12px;scrollbar-color:#3a3a3a #d6d6d6}
.brand-rail a{flex:0 0 88px;height:88px;background:#fff;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center;overflow:hidden}
.brand-rail img{width:100%;height:100%;object-fit:cover;display:block}
.brand-rail span{display:none}
.service-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px;align-items:stretch;overflow:hidden;max-width:100%;width:100%}
.service-rail article{min-height:104px;background:#fff;border-radius:var(--radius);display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:14px;padding:16px;min-width:0;max-width:100%;width:100%;overflow:hidden}
.service-rail svg{width:38px;height:38px;color:#20242d;flex-shrink:0}
.service-rail article>div{min-width:0;max-width:100%;overflow:hidden}.service-rail strong{display:block;font-size:17px;line-height:1.25;margin-bottom:4px;overflow-wrap:anywhere;word-break:break-word;hyphens:auto}
.service-rail span{display:block;color:#6d7280;font-size:14px;line-height:1.32;overflow-wrap:anywhere;word-break:break-word;hyphens:auto}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px}
.section-head h1,.section-head h2{margin:0;font-size:24px;line-height:1.2}
.section-head a{font-weight:700;text-decoration:underline;text-underline-offset:3px}
.top-categories,.leaders-section,.video-gallery{padding-top:36px}
.top-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.top-category-grid a{height:140px;background:#fff;border-radius:var(--radius);display:grid;place-items:center;text-align:center;padding:16px;font-weight:700}
.top-category-grid img{width:86px;height:86px;object-fit:cover;margin-bottom:8px;display:block}
.deal-band{margin-top:36px;padding:34px 0;background:#ededee}
.horizontal-products{display:grid;grid-auto-flow:column;grid-auto-columns:240px;gap:12px;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory}
.horizontal-products--large{grid-auto-columns:minmax(360px,1fr)}
.horizontal-products--large .product-card{display:grid;grid-template-columns:42% 58%;min-height:300px}
.category-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}
.category-pills a{height:40px;display:inline-flex;align-items:center;border-radius:999px;background:#e8e8ea;color:#4b5563;padding:0 18px;font-weight:700}
.category-pills a.active{background:#23262d;color:#fff}
.product-card{scroll-snap-align:start;position:relative;background:#fff;border-radius:var(--radius);overflow:hidden;min-width:0;display:flex;flex-direction:column}
.product-card__top{height:30px;display:flex;align-items:center;justify-content:space-between;padding:8px 10px 0;position:relative;z-index:3}
.delivery-chip{background:#eafff1;color:#00a651;border-radius:4px;padding:2px 8px;font-weight:800;font-size:12px}
.compare-chip{width:28px;height:28px;color:#20242d;display:grid;place-items:center;border:0;background:transparent;padding:0;cursor:pointer}
.compare-chip svg{width:23px;height:23px}
.product-media{position:relative;display:grid;place-items:center;aspect-ratio:1/1;background:#fff}
.product-media img{width:100%;height:100%;object-fit:contain;padding:20px}
.discount-bubble{position:absolute;right:14px;top:10px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:900;font-size:17px;z-index:4}
.video-badge{position:absolute;left:10px;bottom:10px;height:24px;display:inline-flex;align-items:center;gap:4px;border:1px solid var(--primary);color:var(--primary);border-radius:5px;background:#fff;padding:0 6px;font-size:12px}
.video-badge svg{width:14px;height:14px;fill:currentColor;stroke:none}
.color-dots{display:flex;justify-content:center;gap:6px;height:18px}
.color-dots span{width:16px;height:16px;border-radius:50%;background:#d6dde7;border:1px solid #d7dce4}
.color-dots span:nth-child(2){background:#454b57}
.color-dots span:nth-child(3){background:#f3f4f6}
.product-body{display:flex;flex-direction:column;gap:7px;padding:0 14px 14px;flex:1}
.product-title{font-weight:700;line-height:1.3;min-height:40px;color:#1d2430}
.saving-chip{width:max-content;max-width:100%;background:var(--primary);color:#fff;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:900}
.price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.price-row strong{color:var(--primary);font-size:18px}
.price-row del{color:#7b818c;font-size:14px}
.installment-line{font-size:13px;color:#5b616d;text-align:right;margin-top:-2px}
.card-actions{display:grid;grid-template-columns:48px 1fr;gap:10px;margin-top:auto}
.btn,.button{min-height:48px;border:0;border-radius:8px;background:var(--primary);color:#fff;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;cursor:pointer}
.btn:hover,.button:hover{background:var(--primary-dark)}
.btn:disabled{opacity:.55;cursor:not-allowed}
.btn svg{width:20px;height:20px}
.icon-btn{height:48px;border:0;border-radius:8px;background:#f3f3f4;color:#171a21;display:grid;place-items:center;cursor:pointer}
.icon-btn svg{width:24px;height:24px}
.icon-btn.active{background:var(--primary);color:#fff}
.video-rail{display:grid;grid-auto-flow:column;grid-auto-columns:280px;gap:12px;overflow-x:auto;padding-bottom:14px}
.video-rail a{display:grid;gap:10px}
.video-thumb{position:relative;display:block;height:156px;border-radius:6px;overflow:hidden;background:#10151f}
.video-thumb img{width:100%;height:100%;object-fit:cover}
.video-thumb em{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#fff;color:var(--primary);display:grid;place-items:center}
.video-thumb em svg{width:25px;height:25px;fill:currentColor;stroke:none;margin-left:3px}
.video-thumb b{position:absolute;left:10px;bottom:10px;background:var(--primary);color:#fff;border-radius:3px;padding:5px 8px;font-size:12px}
.video-rail strong{font-weight:700;line-height:1.3}

.page-card{background:#fff;border-radius:var(--radius);box-shadow:none;padding:22px;margin:22px auto}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}
.field label{font-weight:800}
.field input,.field textarea,.field select{min-height:42px;border:1px solid var(--line);border-radius:8px;padding:10px;background:#fff}
.field textarea{min-height:115px}
.table-wrap{overflow:auto}
.table{width:100%;border-collapse:collapse;background:#fff}
.table th,.table td{padding:11px;border-bottom:1px solid #eee;text-align:left}
.status,.badge{display:inline-block;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}
.layout{display:grid;grid-template-columns:260px 1fr;gap:18px}
.sidebar{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px;align-self:start}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.gallery-main img{width:100%;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.gallery-thumbs{display:flex;gap:10px;margin-top:10px;overflow:auto}
.gallery-thumbs img{width:78px;height:78px;object-fit:contain;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}
.cart-row{display:grid;grid-template-columns:90px 1fr 110px 110px 80px;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:14px 0}
.cart-row img{width:90px;height:90px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:8px}
.summary{background:#f8fafc;border:1px solid var(--line);border-radius:8px;padding:16px}
.empty{padding:18px;text-align:center;color:var(--muted);font-weight:800}
.qty{display:flex;align-items:center;gap:6px}
.qty button{width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:8px;font-size:18px;font-weight:900;cursor:pointer}
.qty input{width:42px;text-align:center;height:34px;border:1px solid var(--line);border-radius:8px}
.tracking-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:22px 0}
.tracking-step{background:#f8fafc;border:1px solid var(--line);border-radius:8px;padding:15px 10px;text-align:center;color:#64748b;font-weight:900}
.tracking-step__icon{width:46px;height:46px;border-radius:50%;background:#e2e8f0;display:grid;place-items:center;margin:0 auto 9px;font-size:22px}
.tracking-step.done{background:#ecfdf5;border-color:#bbf7d0;color:#166534}
.tracking-step.done .tracking-step__icon{background:#16a34a;color:#fff}
.tracking-step.active{box-shadow:0 0 0 3px rgba(255,0,60,.12);border-color:var(--primary)}

.site-footer{background:#fff;margin-top:36px;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.15fr;gap:44px;padding:40px 0}
.footer-grid h4{margin:0 0 14px;font-size:18px}
.footer-grid a{display:block;color:#5e6572;margin:10px 0}
.footer-contact h4{margin-top:20px}
.footer-contact h4:first-child{margin-top:0}
.footer-phone{display:flex;align-items:center;gap:14px;margin-bottom:12px}
.footer-phone span{font-size:28px;font-weight:900}
.footer-phone a{height:36px;background:#f3f3f4;border-radius:9px;padding:0 14px;margin:0;display:inline-flex;align-items:center;color:#222}
.footer-map{width:100%;height:210px;border-radius:8px;overflow:hidden;background:#f3f4f6;border:1px solid var(--line);margin-bottom:18px}
.footer-map iframe{width:100%;height:100%;border:0;display:block}
.social-row,.payment-row{display:flex;gap:10px;flex-wrap:wrap}
.social-row a{width:30px;height:30px;border-radius:50%;background:#333;color:#fff;margin:0;display:grid;place-items:center;font-size:11px;font-weight:900}
.social-row svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.payment-row img{width:auto;height:30px;border-radius:8px;background:#f1f1f2;padding:4px 8px;object-fit:contain}
.copyright{border-top:1px solid var(--line);height:54px;display:flex;align-items:center;justify-content:center;gap:18px;color:#2d3037}
.copyright small{color:#68707d}
.floating-chat{position:fixed;right:46px;bottom:34px;z-index:95;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;box-shadow:0 0 0 20px rgba(255,0,60,.10)}
.floating-chat svg{width:31px;height:31px}
.mobile-bottom-nav{display:none}
.notification-floating{position:fixed;right:22px;top:105px;width:min(380px,calc(100vw - 28px));background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 24px 70px rgba(0,0,0,.18);z-index:150;overflow:hidden}
.notification-floating[hidden]{display:none}
.notification-dropdown__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;background:#f8fafc;border-bottom:1px solid var(--line)}
.notification-dropdown__head button{border:0;background:transparent;color:var(--primary);font-weight:900;cursor:pointer}
.notification-list{max-height:360px;overflow:auto}
.notification-item{display:block;padding:12px 14px;border-bottom:1px solid #edf2f6}
.notification-item strong{display:block;font-size:13px;margin-bottom:3px}
.notification-item span{display:block;font-size:12px;color:#64748b;line-height:1.35}
.notification-item small{display:block;margin-top:5px;color:#94a3b8;font-size:11px}
.notification-item.unread{background:#fff7f7}
.notification-empty{padding:16px;text-align:center;color:#64748b;font-weight:800}
.content-page-hero{background:#111;color:#fff;padding:86px 0;background-size:cover;background-position:center}
.content-page-hero:not(.has-image){background:linear-gradient(135deg,#111 0%,#2a2f3a 100%)}
.content-page-hero h1{margin:0;max-width:820px;font-size:48px;line-height:1.08;font-weight:900}
.content-page-hero p{max-width:680px;margin:18px 0 0;color:#eef0f4;font-size:20px}
.content-page-wrap{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;padding-top:34px;padding-bottom:40px}
.content-page-body{background:#fff;border-radius:var(--radius);padding:34px;line-height:1.75;font-size:16px}
.content-page-body h2{font-size:26px;margin:28px 0 10px}
.content-page-body h2:first-child{margin-top:0}
.content-page-body h3{font-size:20px;margin:22px 0 8px}
.content-page-body p{margin:0 0 12px;color:#3e4653}
.content-page-body ul{margin:0 0 16px;padding-left:22px;color:#3e4653}
.content-page-body a{color:var(--primary);font-weight:800}
.content-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.content-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);background:#fff}
.button--dark{background:#151820;color:#fff}
.button--dark:hover{background:#2d3037}
.coilover-hero{background:#0f1117;color:#fff;overflow:hidden}
.coilover-hero__inner{min-height:520px;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,520px);gap:36px;align-items:center;padding-top:42px;padding-bottom:42px}
.coilover-eyebrow{display:inline-flex;margin-bottom:14px;color:#ffb7c6;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px}
.coilover-hero h1{margin:0;max-width:740px;font-size:58px;line-height:1.04;font-weight:900}
.coilover-hero p{max-width:650px;margin:20px 0 0;color:#e5e7eb;font-size:19px}
.coilover-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.coilover-hero figure{margin:0;border-radius:8px;overflow:hidden;background:#fff}
.coilover-hero figure img{width:100%;aspect-ratio:4/3;object-fit:cover}
.coilover-section{padding-top:38px}
.coilover-intro{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px}
.coilover-intro article,.coilover-intro aside,.coilover-feature-grid article,.coilover-process,.coilover-contact{background:#fff;border-radius:var(--radius);padding:28px}
.coilover-intro h2,.coilover-process h2,.coilover-contact h2{margin:0 0 12px;font-size:30px;line-height:1.15}
.coilover-intro p,.coilover-feature-grid p,.coilover-process p,.coilover-contact p{margin:0 0 12px;color:#48505d}
.coilover-intro aside{display:grid;align-content:start;gap:10px}
.coilover-intro aside strong{font-size:20px}
.coilover-intro aside span{display:block;border:1px solid var(--line);border-radius:8px;padding:11px 12px;font-weight:800}
.coilover-band{margin-top:38px;padding:34px 0;background:#e9eaec}
.coilover-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.coilover-feature-grid h3{margin:0 0 10px;font-size:19px}
.coilover-process{display:grid;grid-template-columns:330px minmax(0,1fr);gap:24px}
.coilover-process ol{margin:0;padding:0;list-style:none;display:grid;gap:10px;counter-reset:steps}
.coilover-process li{counter-increment:steps;background:#f7f7f8;border-radius:8px;padding:14px 14px 14px 54px;position:relative;font-weight:800}
.coilover-process li::before{content:counter(steps);position:absolute;left:14px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:900}
.coilover-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.coilover-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);background:#fff}
.coilover-certificates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.coilover-certificates img{width:100%;max-height:520px;object-fit:contain;border-radius:var(--radius);background:#fff;padding:12px}
.coilover-contact{text-align:center;margin-bottom:10px}
.coilover-contact p{max-width:680px;margin-left:auto;margin-right:auto}
.product-topline{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--line)}
.product-topline .container{height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.product-topline strong{display:block}
.product-topline span{display:block;color:var(--success);font-size:13px}
.product-topline__actions{display:flex;align-items:center;gap:10px}
.product-topline__actions>strong{color:var(--primary);font-size:20px}
.product-topline__actions del{color:#777}
.top-cart-btn,.quick-buy-top{height:44px;border:0;border-radius:9px;background:var(--primary);color:#fff;font-weight:800;padding:0 16px;cursor:pointer}
.quick-buy-top{background:#f5f5f6;color:#161a22}
.product-tabs{height:48px;display:flex;align-items:center;gap:10px;overflow:auto}
.product-tabs a{flex:0 0 auto;background:#f7f7f8;border-radius:999px;padding:9px 16px}
.kontakt-product{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,632px);gap:0;background:#fff;border-radius:0;padding:0;margin-top:0}
.product-gallery{display:grid;grid-template-columns:86px minmax(0,1fr);gap:18px;background:#fff;padding:0 20px 20px}
.product-thumbs{display:grid;gap:12px;align-content:start;max-height:520px;overflow:auto}
.product-thumbs img{width:62px;height:62px;object-fit:contain;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}
.product-gallery .gallery-main{display:grid;place-items:center;min-height:520px}
.product-gallery .gallery-main img{max-height:520px;object-fit:contain;border:0}
.product-buy-panel{border-left:1px solid var(--line);background:#fff}
.option-chips{display:flex;gap:10px;flex-wrap:wrap;padding:12px 20px 20px;border-bottom:1px solid var(--line)}
.option-chips button{height:34px;border:1px solid var(--line);background:#fff;border-radius:8px;padding:0 10px;cursor:pointer}
.option-chips button.active{border-color:#111;box-shadow:0 0 0 1px #111}
.product-buy-panel>.saving-chip{margin:20px 20px 0}
.product-price-line{display:flex;align-items:baseline;gap:10px;padding:8px 20px 6px}
.product-price-line strong{font-size:26px;color:var(--primary)}
.product-price-line del{font-size:20px;color:#777}
.buy-actions{display:grid;grid-template-columns:1fr 1fr 58px;gap:10px;padding:0 20px 18px;border-bottom:1px solid var(--line)}
.quick-buy-btn{height:56px;border:1px solid #111;background:#fff;border-radius:9px;font-weight:900;cursor:pointer}
.trade-box{display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line)}
.trade-box span{color:#4b5563;font-size:13px}
.trade-box button{grid-row:1/3;grid-column:2;border:0;border-radius:8px;background:#16a34a;color:#fff;font-weight:900;padding:10px 14px}
.installment-box{padding:18px 20px;border-bottom:1px solid var(--line)}
.installment-box h2,.installment-cards h2{margin:0 0 4px;font-size:20px}
.installment-box p{margin:0 0 12px;color:#6b7280}
.month-row{display:grid;grid-template-columns:repeat(6,1fr) 126px;border:1px solid var(--line);border-radius:9px;overflow:hidden}
.month-row button{height:78px;border:0;background:#fff;display:grid;place-items:center;cursor:pointer}
.month-row button small{color:var(--primary)}
.month-row button.active{background:#24262d;color:#fff;border-radius:999px;width:48px;height:48px;align-self:center;justify-self:center}
.monthly-result{display:grid;place-items:center;border-left:1px solid var(--line);font-weight:900}
.monthly-result span{font-size:12px;font-weight:500}
.installment-box>small{display:block;margin-top:10px;color:#6b7280}
.installment-cards{padding:18px 20px;display:grid;gap:10px}
.installment-bank-logos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:10px;margin:6px 0 4px}
.installment-bank-logos img{width:100%;height:34px;max-width:112px;object-fit:contain;justify-self:start;background:transparent;border:0;border-radius:0;padding:0}
.installment-cards span{display:block;border:1px solid var(--line);border-radius:9px;padding:12px}
.quick-modal{position:fixed;inset:0;z-index:500;background:rgba(0,0,0,.74);display:grid;place-items:center;padding:20px}
.quick-modal[hidden]{display:none}
.quick-modal__dialog{width:min(446px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:8px;box-shadow:0 28px 80px rgba(0,0,0,.32)}
.quick-modal__head{height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 20px}
.quick-modal__head strong{font-size:18px}
.quick-modal__head button{border:0;background:transparent;font-size:32px;line-height:1;cursor:pointer}
.quick-modal form{display:grid;gap:14px;padding:20px}
.quick-type-row{display:flex;gap:24px}
.quick-type-row label{display:flex;align-items:center;gap:8px;font-weight:800}
.quick-modal input,.quick-modal select{height:48px;border:1px solid var(--line);border-radius:9px;padding:0 14px;background:#fff;min-width:0}
.installment-fields{display:grid;gap:12px}
.installment-fields[hidden]{display:none}
.installment-fields p{background:#e9f8ff;border-radius:9px;padding:14px;margin:0;color:#394150}
.doc-row{display:grid;grid-template-columns:72px 1fr;gap:0}
.doc-row select{border-radius:9px 0 0 9px}
.doc-row input{border-radius:0 9px 9px 0;border-left:0}
.promo-field>div{display:grid;grid-template-columns:1fr 96px}
.promo-field input{border-radius:9px 0 0 9px}
.promo-field button{border:1px solid #16a34a;background:#fff;color:#16a34a;border-radius:0 9px 9px 0;font-weight:800}
.quick-total{display:flex;justify-content:space-between;align-items:center;background:#f7f7f8;margin:0 -20px;padding:18px 20px;font-weight:900}
.quick-submit{height:56px;border:1px solid #c9cdd4;border-radius:9px;background:#fff;color:#9ca3af;font-weight:900;font-size:17px;cursor:pointer}
.quick-submit:not(:disabled){color:#111}

@media(max-width:1100px){
    body{padding-bottom:92px}
    .container{width:100%;padding-left:14px;padding-right:14px}
    .desktop-head{display:none}
    .mobile-head{display:block;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:90}
    .promo-strip a{height:32px;font-size:14px;gap:14px;padding:0 10px}
    .promo-strip em{font-size:12px}
    .mobile-head__brand{height:58px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 14px;border-bottom:1px solid var(--line)}
    .mobile-menu-btn{border:0;background:#fff;color:#1f232b;display:grid;place-items:center;width:42px;height:42px;cursor:pointer}
    .mobile-head .logo img{width:150px;height:46px}
    .mobile-brand-actions{display:flex;align-items:center;gap:10px;font-weight:800}
    .mobile-brand-actions>a:first-child{font-size:16px}
    .mobile-mini-icon{position:relative;width:34px;height:34px;border:0;background:#fff;color:#1f232b;display:grid;place-items:center}
    .mobile-mini-icon svg{width:23px;height:23px}
    .mobile-mini-icon span{position:absolute;right:-4px;top:-4px;min-width:18px;height:18px;border-radius:50%;background:var(--primary);color:#fff;font-size:10px;display:grid;place-items:center}
    .mobile-search-row{height:58px;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;padding:0 14px}
    .mobile-menu-btn--square{display:none}
    .mobile-search{height:44px;background:#fff}
    .mobile-search input{font-size:16px}
    .mobile-cart-top{position:relative;width:44px;height:44px;display:grid;place-items:center;color:#1f232b}
    .mobile-cart-top svg{width:25px;height:25px}
    .mobile-cart-top span{position:absolute;right:0;top:0;min-width:18px;height:18px;border-radius:50%;background:var(--primary);color:#fff;font-size:10px;display:grid;place-items:center}
    .kontakt-hero{display:block;padding-top:0}
    .catalog-menu{display:none}
    .week-offer{margin-top:14px}
    .hero-slider{border-radius:0}
    .hero-slider__track{min-height:220px}
    .hero-slide picture,.hero-slide img{height:220px}
    .hero-slide__caption{left:18px;top:18px;right:18px;gap:8px}
    .hero-slide__caption strong{font-size:28px}
    .hero-slide__caption small{font-size:14px}
    .hero-slider__arrow{display:none}
    .ad-banner-zone--kontakt{width:100%;padding-left:14px;padding-right:14px}
    .brand-rail{padding-left:14px;padding-right:14px}
    .brand-rail a{flex-basis:62px;height:62px}
    .service-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;padding:10px 14px;margin-top:0;max-width:100%;width:100%}
    .service-rail article{min-height:100px;padding:14px;gap:12px}
    .top-categories,.leaders-section,.video-gallery{padding-top:30px}
    .top-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
    .top-category-grid a{height:140px}
    .deal-band{padding:28px 0;margin-top:30px}
    .horizontal-products{grid-auto-columns:224px}
    .horizontal-products--large{grid-auto-columns:330px}
    .horizontal-products--large .product-card{display:flex;min-height:0}
    .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .footer-grid{grid-template-columns:1fr 1fr;gap:24px;padding:30px 14px}
    .floating-chat{right:18px;bottom:92px;width:54px;height:54px;box-shadow:0 0 0 16px rgba(255,0,60,.10)}
    .mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:94;height:82px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(2,1fr) 86px repeat(2,1fr);align-items:center;padding:6px 12px 10px}
    .mobile-bottom-nav a,.mobile-bottom-nav button{width:100%;height:58px;border:0;background:#fff;color:#151820;display:grid;place-items:center;position:relative}
    .mobile-bottom-nav svg{width:28px;height:28px}
    .mobile-bottom-nav__cart{width:76px!important;height:76px!important;top:-18px;border-radius:50%!important;background:var(--primary)!important;color:#fff!important;box-shadow:0 12px 26px rgba(255,0,60,.25)}
    .mobile-bottom-nav__cart svg{width:28px;height:28px}
    .mobile-bottom-nav__badge{position:absolute;right:14px;top:9px;background:#111;color:#fff;min-width:22px;height:22px;border-radius:50%;font-size:11px;display:grid;place-items:center}
    .mobile-bottom-nav__badge.small{right:12px;top:8px;background:var(--primary)}
    .content-page-hero{padding:58px 0}
    .content-page-hero h1{font-size:36px}
    .content-page-hero p{font-size:17px}
    .content-page-body{padding:24px}
    .content-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
    .coilover-hero__inner{min-height:0;grid-template-columns:1fr;gap:22px;padding-top:32px;padding-bottom:32px}
    .coilover-hero h1{font-size:42px}
    .coilover-hero p{font-size:17px}
    .coilover-intro,.coilover-process{grid-template-columns:1fr}
    .coilover-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .product-topline{top:0}
    .product-topline .container{height:auto;padding-top:10px;padding-bottom:10px;align-items:flex-start}
    .product-topline__actions{flex-wrap:wrap;justify-content:flex-end}
    .kontakt-product{grid-template-columns:1fr}
    .product-gallery{grid-template-columns:70px 1fr;padding:0 14px 18px}
    .product-gallery .gallery-main{min-height:360px}
    .product-gallery .gallery-main img{max-height:360px}
    .product-buy-panel{border-left:0;border-top:1px solid var(--line)}
}

@media(max-width:620px){
    body{font-size:14px}
    .container{padding-left:14px;padding-right:14px}
    .promo-strip a{justify-content:space-between;font-size:13px;line-height:1.05}
    .mobile-head__brand{padding:0 12px;grid-template-columns:38px minmax(0,1fr) auto}
    .mobile-head .logo img{width:135px}
    .mobile-brand-actions{gap:8px;font-size:13px}
    .mobile-brand-actions>a:first-child{font-size:15px}
    .mobile-search-row{padding:0 12px;grid-template-columns:minmax(0,1fr)}
    .mobile-menu-btn,.mobile-cart-top{width:38px;height:38px}
    .search-box>svg{width:20px;height:20px;margin-left:10px}
    .hero-slider__track{min-height:178px}
    .hero-slide picture,.hero-slide img{height:178px}
    .hero-slide__caption{display:none}
    .week-offer__head{grid-template-columns:1fr repeat(3,42px);padding:14px}
    .week-offer__body{grid-template-columns:140px 1fr;align-items:center;text-align:left}
    .week-offer__body img{height:140px}
    .service-rail{grid-template-columns:minmax(0,1fr);gap:10px;padding-left:12px;padding-right:12px}
    .service-rail article{min-height:94px;grid-template-columns:42px minmax(0,1fr);padding:14px}
    .service-rail strong{font-size:16px}
    .service-rail span{font-size:13px}
    .section-head h1,.section-head h2{font-size:22px}
    .top-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .top-category-grid a{height:140px;padding:12px;font-size:13px}
    .horizontal-products{grid-auto-columns:214px}
    .horizontal-products--large{grid-auto-columns:260px}
    .category-pills{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px}
    .category-pills a{flex:0 0 auto;height:38px;padding:0 16px}
    .discount-bubble{width:52px;height:52px;font-size:16px}
    .product-body{padding:0 10px 10px}
    .product-title{font-size:13px;min-height:38px}
    .card-actions{grid-template-columns:42px 1fr;gap:8px}
    .btn,.icon-btn{min-height:42px;height:42px}
    .add-cart-btn{font-size:13px;padding:0 9px}
    .add-cart-btn svg{display:none}
    .video-rail{grid-auto-columns:220px}
    .video-thumb{height:124px}
    .footer-grid{grid-template-columns:1fr 1fr;gap:20px}
    .footer-grid h4{font-size:16px}
    .footer-grid a{font-size:13px;margin:8px 0}
    .footer-contact{grid-column:1/-1}
    .copyright{height:auto;padding:14px;display:grid;text-align:center}
    .form-grid,.layout,.product-detail,.tracking-steps{grid-template-columns:1fr}
    .cart-row{grid-template-columns:68px 1fr;gap:10px}
    .cart-row img{width:68px;height:68px}
    .cart-row>*:nth-child(n+3){grid-column:2}
    .table{min-width:700px}
    .content-page-hero{padding:42px 0}
    .content-page-hero h1{font-size:29px}
    .content-page-hero p{font-size:15px}
    .content-page-wrap{padding-top:18px;padding-bottom:24px}
    .content-page-body{padding:18px;font-size:15px}
    .content-page-body h2{font-size:22px}
    .content-gallery{grid-template-columns:1fr}
    .coilover-hero h1{font-size:34px}
    .coilover-actions{display:grid}
    .coilover-intro article,.coilover-intro aside,.coilover-feature-grid article,.coilover-process,.coilover-contact{padding:20px}
    .coilover-feature-grid,.coilover-gallery,.coilover-certificates{grid-template-columns:1fr}
    .product-topline .container{display:grid}
    .product-topline__actions{justify-content:flex-start}
    .product-topline__actions>strong{font-size:18px}
    .quick-buy-top{height:40px}
    .product-tabs{height:46px}
    .product-gallery{grid-template-columns:1fr}
    .product-thumbs{display:flex;order:2;max-height:none}
    .product-gallery .gallery-main{min-height:300px}
    .product-gallery .gallery-main img{max-height:300px}
    .buy-actions{grid-template-columns:1fr;gap:8px}
    .buy-actions .icon-btn{display:none}
    .trade-box{grid-template-columns:1fr}
    .trade-box button{grid-row:auto;grid-column:auto}
    .month-row{grid-template-columns:repeat(3,1fr);gap:0}
    .monthly-result{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);padding:12px}
    .quick-modal{padding:10px}
    .quick-modal__dialog{max-height:96vh}
}

@media(max-width:380px){
    .top-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .horizontal-products{grid-auto-columns:200px}
    .mobile-brand-actions{gap:5px}
    .mobile-head .logo img{width:120px}
}

.ad-banner{position:relative}
.promo-countdown{position:absolute;right:12px;bottom:12px;display:inline-flex;align-items:center;gap:5px;background:rgba(0,0,0,.72);color:#fff;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700;backdrop-filter:blur(6px)}
.promo-countdown b{color:#ffd600;font-size:15px}.promo-countdown em{font-style:normal}
@media(max-width:768px){.promo-countdown{right:8px;bottom:8px;font-size:11px;padding:6px 9px}.promo-countdown b{font-size:12px}}

/* Product detail gallery modal */
.product-gallery{display:grid;gap:12px;align-content:start}
.product-thumbs{display:flex;gap:10px;flex-wrap:wrap;max-height:none;overflow:visible;order:2}
.product-thumbs img{width:78px;height:78px;object-fit:cover;transition:transform .18s ease, box-shadow .18s ease}
.product-thumbs img:hover{transform:scale(1.08);box-shadow:0 8px 20px rgba(0,0,0,.18)}
.gallery-main [data-image-modal-open]{cursor:zoom-in}
.image-modal{position:fixed;inset:0;z-index:900;background:rgba(0,0,0,.82);display:grid;place-items:center;padding:24px}
.image-modal[hidden]{display:none}
.image-modal img{max-width:min(980px,92vw);max-height:88vh;object-fit:contain;background:#fff;border-radius:10px}
.image-modal__close{position:fixed;top:18px;right:24px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#111;font-size:32px;line-height:1;cursor:pointer}
@media (max-width: 640px){.product-thumbs img{width:64px;height:64px}.image-modal{padding:12px}.image-modal__close{top:10px;right:10px}}


/* Fixed product detail gallery: desktop uses the same clean vertical layout as mobile */
.kontakt-product .product-gallery{grid-template-columns:1fr !important;gap:12px;align-content:start;padding:0 20px 20px}
.kontakt-product .product-gallery .gallery-main{width:100%;min-height:300px;display:grid;place-items:center;background:#fff}
.kontakt-product .product-gallery .gallery-main img{width:100%;max-width:420px;height:auto;max-height:420px;object-fit:contain;border:0}
.kontakt-product .product-thumbs{display:flex !important;gap:10px;flex-wrap:wrap;max-height:none;overflow:visible;order:2}
.kontakt-product .product-thumbs img{width:72px;height:72px;object-fit:contain;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}
@media (max-width: 768px){
  .kontakt-product .product-gallery{padding:0 14px 18px}
  .kontakt-product .product-gallery .gallery-main{min-height:300px}
  .kontakt-product .product-gallery .gallery-main img{max-width:100%;max-height:300px}
  .kontakt-product .product-thumbs img{width:64px;height:64px}
}


/* Entry video advertisement popup */
.entry-video-ad {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.entry-video-ad.is-visible {
    display: flex;
}

.entry-video-ad__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(6px);
}

.entry-video-ad__box {
    position: relative;
    width: min(92vw, 920px);
    max-height: min(86vh, 720px);
    border-radius: 22px;
    overflow: hidden;
    background: #050505;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .45);
    z-index: 1;
}

.entry-video-ad__video {
    display: block;
    width: 100%;
    max-height: min(86vh, 720px);
    object-fit: contain;
    background: #000;
}

.entry-video-ad__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, .72);
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: transform .18s ease, background .18s ease;
}

.entry-video-ad__close:hover,
.entry-video-ad__close:focus-visible {
    background: rgba(220, 38, 38, .92);
    transform: scale(1.06);
    outline: none;
}

body.entry-video-ad-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .entry-video-ad {
        padding: 14px;
        align-items: center;
    }

    .entry-video-ad__box {
        width: min(94vw, 430px);
        max-height: 78vh;
        border-radius: 18px;
    }

    .entry-video-ad__video {
        max-height: 78vh;
    }

    .entry-video-ad__close {
        top: 8px;
        right: 8px;
        width: 38px;
        height: 38px;
        font-size: 29px;
        line-height: 34px;
    }
}

@media (max-width: 420px) {
    .entry-video-ad {
        padding: 10px;
    }

    .entry-video-ad__box {
        width: 96vw;
        max-height: 74vh;
        border-radius: 16px;
    }

    .entry-video-ad__video {
        max-height: 74vh;
    }
}
