
:root{--bg:#f7f8fa;--card:#fff;--line:#e5e7eb;--text:#111827;--muted:#6b7280;--orange:#f97316;--orange-dark:#ea580c;--dark:#0f172a;--shadow:0 8px 24px rgba(15,23,42,.06);--container:1180px}
*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg)}a{text-decoration:none;color:inherit}button,input,select{font:inherit}button{cursor:pointer;border:none;background:none}img{max-width:100%}.container{max-width:var(--container);margin:0 auto;padding:0 16px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0}.brand{display:flex;align-items:center;gap:12px;min-width:220px}.brand-mark{width:36px;height:36px;border-radius:12px;background:var(--orange);color:#fff;display:grid;place-items:center;font-weight:800}.brand-title{font-size:18px;font-weight:800;line-height:1.05}.brand-sub{font-size:11px;color:var(--muted);line-height:1.1;margin-top:3px}.searchbar{display:flex;align-items:center;gap:8px;flex:1;max-width:560px}.search-input-wrap{position:relative;flex:1}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#94a3b8}.search-input,.select{width:100%;height:44px;border:1px solid var(--line);border-radius:14px;padding:0 14px;background:#fff;outline:none}.search-input{padding-left:40px}.search-input:focus,.select:focus{border-color:#cbd5e1;box-shadow:0 0 0 4px rgba(249,115,22,.10)}.btn{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border-radius:14px;font-weight:600;transition:.2s}.btn-orange{background:var(--orange);color:#fff}.btn-orange:hover{background:var(--orange-dark)}.btn-dark{background:var(--dark);color:#fff}.btn-dark:hover{background:#1f2937}.btn-outline{background:#fff;border:1px solid var(--line);color:var(--text)}.btn-outline:hover{background:#f8fafc}.cart-btn{display:flex;align-items:center;gap:10px;height:42px;padding:0 16px;border:1px solid var(--line);border-radius:14px;background:#fff;min-width:112px;justify-content:center}.cart-badge{font-weight:700}.nav-row{display:flex;flex-wrap:wrap;gap:8px;padding:0 0 12px}.nav-pill{padding:9px 14px;border-radius:999px;background:#eef2f7;color:#475569;font-size:14px;transition:.2s}.nav-pill:hover{background:#e2e8f0}.nav-pill.active{background:var(--dark);color:#fff}.hero{display:grid;grid-template-columns:1.35fr .65fr;gap:22px;padding:24px 0}.hero-main{position:relative;overflow:hidden;border-radius:30px;padding:38px;min-height:360px;background:linear-gradient(rgba(15,23,42,.72),rgba(15,23,42,.76)),url('/assets/img/hero.png') center/cover no-repeat;box-shadow:var(--shadow)}.badge{display:inline-flex;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:600}.badge.orange{background:var(--orange);color:#fff}.badge.gray{background:#f1f5f9;color:#475569}.hero h1{font-size:46px;line-height:1.08;color:#fff;max-width:720px;margin:18px 0 0}.hero p{max-width:700px;color:#e5e7eb;font-size:16px;line-height:1.7;margin:16px 0 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-side{display:grid;gap:18px}.card{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.card-body{padding:24px}.side-title{display:flex;align-items:center;gap:10px;font-weight:700;margin-bottom:14px}.soft-list{display:grid;gap:12px;color:var(--muted);font-size:14px;line-height:1.5}.quick-list{display:grid;gap:10px}.quick-btn{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;border-radius:16px;background:#f8fafc;font-size:14px;color:#334155}.quick-btn:hover{background:#f1f5f9}.section{padding:10px 0 24px}.section-header{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:18px}.section-title{font-size:30px;font-weight:800;line-height:1.1;margin:0}.section-sub{font-size:14px;color:var(--muted);margin:10px 0 0}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.category-card{overflow:hidden;border-radius:28px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);transition:.2s}.category-card:hover{transform:translateY(-2px)}.category-card img{display:block;width:100%;height:250px;object-fit:cover;object-position:center top;}.category-content{padding:22px}.category-title{font-size:24px;font-weight:700}.category-text{font-size:14px;color:var(--muted);line-height:1.7;margin-top:10px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.products-grid.catalog-grid{grid-template-columns:repeat(3,1fr)}.product-card{overflow:hidden;border-radius:28px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;height:100%}.product-card img{display:block;width:100%;height:235px;object-fit:cover;background:#f1f5f9}.product-content{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1}.product-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.brand-badge{background:#f1f5f9;color:#475569;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:600}.product-price{font-size:14px;color:var(--orange);font-weight:700}.product-name{font-size:20px;font-weight:700;line-height:1.3;min-height:52px}.product-short{font-size:14px;color:var(--muted);line-height:1.6;min-height:66px;margin-top:10px}.specs{display:grid;gap:8px;font-size:14px;color:#475569;margin-top:14px}.product-actions{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:18px}.product-actions .btn{width:100%;min-width:0;white-space:normal;line-height:1.15;padding:10px}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.info-card{padding:24px;border-radius:28px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);transition:.2s}.info-card:hover{transform:translateY(-2px)}.info-title{font-size:22px;font-weight:700;margin-top:14px}.info-text{font-size:14px;color:var(--muted);line-height:1.7;margin-top:10px}.articles{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card{padding:24px;border-radius:28px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.article-type{font-size:13px;color:var(--orange);font-weight:600}.article-title{font-size:21px;font-weight:700;line-height:1.4;margin-top:12px}.article-text{font-size:14px;color:var(--muted);line-height:1.7;margin-top:12px}.catalog-layout{display:grid;grid-template-columns:280px 1fr;gap:24px}.sidebar{padding:20px;border-radius:26px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);height:max-content}.sidebar-title{font-size:14px;font-weight:700;margin-bottom:14px}.sidebar-group{display:grid;gap:10px}.sidebar-btn{width:100%;text-align:left;padding:13px 14px;border-radius:16px;background:#f1f5f9;color:#334155;border:0}.sidebar-btn.active{background:var(--dark);color:#fff}.catalog-topline{font-size:14px;color:var(--muted);margin-bottom:16px}.filter-box{display:grid;gap:10px;margin-top:14px}.product-page{display:grid;grid-template-columns:1.05fr .95fr;gap:28px}.big-image{overflow:hidden;border-radius:30px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.big-image img{display:block;width:100%;height:100%;object-fit:cover}.product-panel{padding:26px;border-radius:30px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.product-panel h1{font-size:40px;line-height:1.1;margin:14px 0 0}.product-panel .desc{font-size:15px;color:#6b7280;line-height:1.8;margin-top:16px}.spec-box{margin-top:20px;background:#f8fafc;border-radius:22px;padding:18px}.spec-box-title{font-size:14px;font-weight:700;margin-bottom:12px}.related-box{margin-top:26px}.related-title{font-size:24px;font-weight:800;margin:0 0 16px}.breadcrumbs{font-size:14px;color:#6b7280;padding:18px 0 0}.breadcrumbs a:hover{text-decoration:underline}.text-page{max-width:920px}.text-card{padding:32px;border-radius:30px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.text-card h1{font-size:38px;line-height:1.1;margin:0 0 16px}.text-card p,.text-card li{font-size:15px;color:#4b5563;line-height:1.9}.text-item{padding:18px;border:1px solid var(--line);border-radius:20px;margin-top:14px}.footer{margin-top:22px;background:#020617;color:#cbd5e1}.footer-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr 1fr;gap:26px;padding:40px 0}.footer-title{font-size:18px;font-weight:700;color:#fff}.footer-sub{font-size:14px;color:#94a3b8;line-height:1.7;margin-top:12px}.footer-heading{font-size:16px;font-weight:700;color:#fff}.footer-links{display:grid;gap:10px;margin-top:14px;font-size:14px;color:#94a3b8}.footer-links a{text-align:left;color:#94a3b8}.footer-links a:hover{color:#fff}.empty{padding:40px;border:1px dashed #cbd5e1;border-radius:24px;background:#fff;color:#6b7280;text-align:center}.small-note{margin-top:16px;padding:14px 16px;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;color:#9a3412;font-size:14px;line-height:1.6}@media (max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}.products-grid.catalog-grid{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:repeat(2,1fr)}.articles{grid-template-columns:1fr 1fr}.categories{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.header-top{flex-wrap:wrap}.brand{min-width:auto}.searchbar{order:3;max-width:none;width:100%}.hero,.product-page,.catalog-layout{grid-template-columns:1fr}.products-grid,.articles,.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.hero-main{padding:26px;min-height:300px}.hero h1{font-size:32px}.section-title{font-size:24px}.categories,.products-grid,.info-grid,.articles,.footer-grid{grid-template-columns:1fr}.products-grid.catalog-grid{grid-template-columns:1fr}.product-panel h1,.text-card h1{font-size:28px}}

/* refreshed visuals */
body{background:linear-gradient(180deg,#f7f8fa 0%,#f5f7fb 48%,#eef3f8 100%)}
.site-header{box-shadow:0 10px 24px rgba(15,23,42,.05)}
.brand-mark{box-shadow:0 10px 24px rgba(249,115,22,.28)}
.hero-main{background:linear-gradient(125deg,rgba(15,23,42,.90),rgba(30,41,59,.72) 58%,rgba(249,115,22,.32)),url('../img/hero.png') center/cover no-repeat}
.card,.product-card,.article-card,.info-card,.sidebar,.big-image,.product-panel,.text-card,.category-card{box-shadow:0 16px 34px rgba(15,23,42,.07)}
.product-card:hover,.category-card:hover,.info-card:hover,.article-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(15,23,42,.1)}
.product-card img{background:linear-gradient(180deg,#f8fafc,#eef2f7)}
.product-name{font-size:19px}


/* search suggestions */
.search-input-wrap{position:relative}
.search-suggest{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 40px rgba(15,23,42,.12);padding:8px;display:none;z-index:60;max-height:360px;overflow:auto}
.search-suggest.show{display:block}
.suggest-item{display:grid;grid-template-columns:54px 1fr;gap:12px;align-items:center;padding:10px;border-radius:14px}
.suggest-item:hover,.suggest-item.active{background:#f8fafc}
.suggest-thumb{width:54px;height:54px;border-radius:12px;object-fit:cover;background:#f1f5f9;border:1px solid #e2e8f0}
.suggest-title{font-size:14px;font-weight:700;line-height:1.35;color:#0f172a}
.suggest-meta{font-size:12px;color:#64748b;margin-top:4px}
.suggest-empty{padding:12px 14px;color:#64748b;font-size:13px}

/* gallery */
.product-gallery{display:grid;gap:14px}
.gallery-stage{position:relative;overflow:hidden;border-radius:30px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);min-height:480px}
.gallery-stage img{display:block;width:100%;height:100%;object-fit:contain;background:linear-gradient(180deg,#fff,#f8fafc)}
.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.gallery-thumb{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;padding:6px;height:96px;cursor:pointer;transition:.2s}
.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:12px}
.gallery-thumb.active{border-color:var(--orange);box-shadow:0 0 0 3px rgba(249,115,22,.12)}
.product-page{align-items:start}
.product-panel .product-actions{grid-template-columns:1.2fr .8fr}
.related-box .products-grid.catalog-grid{grid-template-columns:repeat(3,1fr)}
.section-sub strong{color:#0f172a}
@media (max-width:900px){.gallery-stage{min-height:360px}.gallery-thumbs{grid-template-columns:repeat(3,1fr)}}
@media (max-width:640px){.gallery-thumbs{grid-template-columns:repeat(2,1fr)}.related-box .products-grid.catalog-grid{grid-template-columns:1fr}}


/* v4 tweaks */
.breadcrumbs{padding:10px 0 22px;margin-top:8px}
.product-page .breadcrumbs{margin-bottom:4px}
.product-page{gap:34px}
.gallery-stage img{transition:transform .45s ease}
.gallery-stage:hover img{transform:scale(1.08)}
.gallery-thumb img{transition:transform .25s ease}
.gallery-thumb:hover img{transform:scale(1.06)}
.product-price{font-size:15px;font-weight:800;letter-spacing:.01em}
.product-panel .product-price{font-size:26px !important;line-height:1.1}
.search-input-wrap{z-index:70}
.search-suggest{top:calc(100% + 10px);border-radius:20px;padding:10px;box-shadow:0 20px 40px rgba(15,23,42,.14),0 6px 16px rgba(15,23,42,.06)}
.suggest-item{grid-template-columns:62px 1fr auto;gap:14px;padding:11px 12px;border-radius:16px;border:1px solid transparent}
.suggest-item:hover,.suggest-item.active{background:#fff7ed;border-color:#fed7aa}
.suggest-thumb{width:62px;height:62px;border-radius:14px;object-fit:contain;background:linear-gradient(180deg,#fff,#f8fafc)}
.suggest-copy{display:flex;flex-direction:column;min-width:0}
.suggest-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.suggest-title{font-size:14px;font-weight:800;line-height:1.35;color:#0f172a;display:block}
.suggest-meta{font-size:12px;color:#64748b;margin-top:5px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.suggest-price{font-size:12px;font-weight:800;color:#ea580c;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:7px 10px;white-space:nowrap}
.suggest-empty{padding:12px 14px;color:#64748b;font-size:13px}
.avito-box{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:center;padding:28px;border-radius:30px;border:1px solid var(--line);background:linear-gradient(135deg,#fff 0,#f8fafc 100%);box-shadow:var(--shadow)}
.avito-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:13px;font-weight:700}
.avito-title{font-size:30px;font-weight:800;line-height:1.15;margin:14px 0 0}
.avito-text{font-size:15px;line-height:1.8;color:#64748b;margin:14px 0 0}
.avito-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}
.avito-stat{padding:16px;border-radius:20px;background:#fff;border:1px solid var(--line);text-align:center}
.avito-num{display:block;font-size:22px;font-weight:800;color:#0f172a}
.avito-label{display:block;margin-top:6px;font-size:12px;color:#64748b}
.avito-card{padding:22px;border-radius:24px;background:#0f172a;color:#fff}
.avito-card-title{font-size:18px;font-weight:800}
.avito-card-text{font-size:14px;line-height:1.7;color:#cbd5e1;margin-top:10px}
.home-quick{display:none}
@media (max-width:900px){.avito-box{grid-template-columns:1fr}.avito-stats{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.avito-stats{grid-template-columns:1fr}.suggest-item{grid-template-columns:54px 1fr}.suggest-price{display:none}}


/* quick view + clickable cards */
.product-card-clickable{position:relative;cursor:pointer}
.product-card-clickable::after{content:'';position:absolute;inset:0;border-radius:28px;pointer-events:none;transition:box-shadow .25s ease,transform .25s ease}
.product-card-clickable:hover::after{box-shadow:0 18px 40px rgba(15,23,42,.10)}
.product-card-clickable .product-actions,.product-card-clickable .quick-view-trigger{position:relative;z-index:2}
.quick-view-trigger{position:absolute;left:16px;right:16px;bottom:16px;height:42px;border:none;border-radius:14px;background:rgba(15,23,42,.9);color:#fff;font-weight:700;opacity:0;transform:translateY(8px);transition:.22s;box-shadow:0 12px 28px rgba(15,23,42,.2)}
.product-card-clickable:hover .quick-view-trigger,.product-card-clickable:focus-within .quick-view-trigger,.product-card-clickable:focus .quick-view-trigger{opacity:1;transform:translateY(0)}
.quick-view-trigger:hover{background:#0f172a}
.quick-view-modal{position:fixed;inset:0;background:rgba(15,23,42,.52);display:none;align-items:center;justify-content:center;padding:20px;z-index:200}
.quick-view-modal.show{display:flex}
.quick-view-dialog{position:relative;width:min(940px,100%);background:#fff;border-radius:28px;border:1px solid var(--line);box-shadow:0 24px 60px rgba(15,23,42,.22);padding:26px}
.quick-view-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border-radius:999px;background:#f8fafc;border:1px solid var(--line);font-size:24px;line-height:1;color:#334155}
.quick-view-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:start}
.quick-view-image-wrap{overflow:hidden;border-radius:24px;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#f8fafc);min-height:380px;display:grid;place-items:center}
.quick-view-image{max-width:100%;max-height:380px;object-fit:contain;padding:18px}
.quick-view-badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:#fff7ed;border:1px solid #fed7aa;color:#c2410c;font-size:12px;font-weight:800}
.quick-view-title{font-size:32px;line-height:1.15;margin:14px 0 0;color:#0f172a}
.quick-view-price{font-size:28px;font-weight:800;color:#0f172a;margin-top:14px}
.quick-view-desc{font-size:15px;line-height:1.8;color:#64748b;margin:16px 0 0}
.quick-view-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
@media (max-width:900px){.quick-view-grid{grid-template-columns:1fr}.quick-view-image-wrap{min-height:300px}.quick-view-title{font-size:26px}}
@media (max-width:640px){.quick-view-dialog{padding:18px}.quick-view-trigger{left:12px;right:12px;bottom:12px}}


/* v5 quick view gallery + stronger zoom */
.gallery-stage:hover img{transform:scale(1.18)}
.gallery-thumb:hover img{transform:scale(1.12)}
.product-card .product-actions{grid-template-columns:1fr}
.product-card .product-actions .btn{width:100%}
.quick-view-grid{grid-template-columns:1.08fr .92fr}
.quick-view-media{display:grid;gap:14px}
.quick-view-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.quick-view-thumb{border:1px solid var(--line);background:#fff;border-radius:16px;padding:6px;height:84px;cursor:pointer;transition:.2s}
.quick-view-thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.quick-view-thumb.active{border-color:var(--orange);box-shadow:0 0 0 3px rgba(249,115,22,.12)}
.quick-view-thumb:hover{transform:translateY(-1px)}
@media (max-width:640px){.quick-view-thumbs{grid-template-columns:repeat(3,1fr)}}


/* request list */
.cart-btn.pulse{animation:cartPulse .35s ease}
@keyframes cartPulse{0%{transform:scale(1)}50%{transform:scale(1.06)}100%{transform:scale(1)}}
.request-drawer{position:fixed;inset:0;display:none;z-index:250}
.request-drawer.show{display:block}
.request-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.5)}
.request-panel{position:absolute;right:0;top:0;height:100%;width:min(430px,100%);background:#fff;border-left:1px solid var(--line);box-shadow:-16px 0 40px rgba(15,23,42,.14);display:flex;flex-direction:column}
.request-head{display:flex;align-items:flex-start;justify-content:space-between;padding:22px;border-bottom:1px solid var(--line)}
.request-title{font-size:24px;font-weight:800;color:#0f172a}
.request-sub{font-size:13px;color:#64748b;margin-top:6px}
.request-close{width:40px;height:40px;border-radius:999px;border:1px solid var(--line);background:#f8fafc;font-size:24px;line-height:1;color:#334155}
.request-body{padding:18px;overflow:auto;display:grid;gap:14px;flex:1}
.request-item{display:grid;grid-template-columns:88px 1fr;gap:12px;padding:12px;border:1px solid var(--line);border-radius:20px;background:#fff}
.request-item img{width:88px;height:88px;object-fit:contain;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:8px}
.request-name{font-weight:800;color:#0f172a;line-height:1.4}
.request-meta{font-size:13px;color:#64748b;margin-top:6px}
.request-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}
.link-btn{padding:0;border:none;background:none;color:#ea580c;font-weight:700;cursor:pointer}
.request-foot{padding:18px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:10px;background:#fff}
.request-empty{border:1px dashed #cbd5e1;border-radius:22px;padding:24px;color:#64748b;background:#f8fafc;line-height:1.7}
.btn-avito{border-color:#c7d2fe;color:#3730a3;background:#eef2ff}
.btn-avito:hover{background:#e0e7ff}
@media (max-width:640px){.request-foot{grid-template-columns:1fr}}


/* v5 ux tweaks */
.gallery-stage img{transition:transform .55s ease !important;transform-origin:center center}
.gallery-stage:hover img{transform:scale(1.16) !important}
.gallery-thumb img{transition:transform .3s ease !important}
.gallery-thumb:hover img{transform:scale(1.12) !important}
.product-card img{transition:transform .45s ease;transform-origin:center center}
.product-card:hover img{transform:scale(1.14)}
.product-card .product-actions a.btn-dark[href]{display:none}
.product-card .product-actions{grid-template-columns:1fr}
.quick-view-title a{color:inherit;text-decoration:none}
.quick-view-title a:hover{color:var(--orange)}
.quick-view-image-wrap{display:block;overflow:hidden}
.quick-view-image{transition:transform .45s ease}
.quick-view-image-wrap:hover .quick-view-image{transform:scale(1.16)}
.site-toast{position:fixed;right:22px;bottom:22px;max-width:360px;background:#0f172a;color:#fff;padding:14px 16px;border-radius:16px;box-shadow:0 18px 40px rgba(15,23,42,.25);font-size:14px;line-height:1.5;opacity:0;transform:translateY(14px);pointer-events:none;transition:.22s;z-index:400}
.site-toast.show{opacity:1;transform:translateY(0)}
@media (max-width:640px){.site-toast{left:14px;right:14px;max-width:none;bottom:14px}}


/* v6 stronger zoom + clearer click cursor */
.product-card, .product-card-clickable{cursor:pointer;}
.product-card img{transition:transform .55s ease !important;transform-origin:center center;}
.product-card:hover img{transform:scale(1.28) !important;}
.gallery-stage:hover img{transform:scale(1.34) !important;}
.quick-view-image-wrap:hover .quick-view-image{transform:scale(1.34) !important;}
.gallery-thumb:hover img,.quick-view-thumb:hover img{transform:scale(1.18) !important;}

/* v7 stronger product zoom + request form + contacts map */
.gallery-stage{cursor:zoom-in}
.gallery-stage:hover img{transform:scale(1.62) !important}
.quick-view-image-wrap{cursor:zoom-in}
.quick-view-image-wrap:hover .quick-view-image{transform:scale(1.62) !important}
.gallery-thumb:hover img,.quick-view-thumb:hover img{transform:scale(1.24) !important}
.request-form{padding:18px;border-top:1px solid var(--line);display:grid;gap:12px;background:#fff}
.request-field{display:grid;gap:6px}
.request-field span{font-size:13px;font-weight:700;color:#334155}
.request-field input,.request-field textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:#fff;outline:none}
.request-field input:focus,.request-field textarea:focus{border-color:#cbd5e1;box-shadow:0 0 0 4px rgba(249,115,22,.10)}
.request-form-status{font-size:13px;line-height:1.6;color:#64748b;min-height:20px}
.request-form-status.success{color:#166534}
.request-form-status.error{color:#b91c1c}
.contacts-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px;align-items:start}
.map-card{padding:12px;border-radius:30px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);overflow:hidden}
.map-frame{width:100%;height:420px;border:0;border-radius:22px;background:#f8fafc}
.contact-request-card{padding:26px;border-radius:30px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}
.contact-request-card h2{margin:0 0 14px;font-size:26px;line-height:1.15}
.contact-request-card .request-form{padding:0;border-top:0}
@media (max-width:900px){.contacts-grid{grid-template-columns:1fr}.map-frame{height:340px}}


/* v4 test fixes */
.quick-view-trigger{left:18px !important; right:18px !important; bottom:78px !important; opacity:0; transform:translateY(10px);}
.product-card-clickable:hover .quick-view-trigger,.product-card-clickable:focus-within .quick-view-trigger,.product-card-clickable:focus .quick-view-trigger{opacity:1 !important; transform:translateY(0) !important;}
.product-card .product-actions{grid-template-columns:1fr !important;}
.product-card img{transition:transform .45s ease !important; transform-origin:center center !important;}
.product-card:hover img{transform:scale(1.22) !important;}
.gallery-stage:hover img{transform:scale(2.2) !important;}
.quick-view-image-wrap:hover .quick-view-image{transform:scale(2.2) !important;}
.product-card,.product-card-clickable{cursor:pointer !important;}


/* final loupe + quickview fix */
.product-card,.product-card-clickable{cursor:pointer !important;}
.product-card-clickable{position:relative;}
.product-card .product-actions,.product-card-clickable .product-actions{position:relative;z-index:3;}
.quick-view-trigger{left:18px !important; right:18px !important; bottom:86px !important; height:44px !important; z-index:6 !important; opacity:0; transform:translateY(10px);}
.product-card-clickable:hover .quick-view-trigger,.product-card-clickable:focus-within .quick-view-trigger,.product-card-clickable:focus .quick-view-trigger{opacity:1 !important; transform:translateY(0) !important;}
.product-card .product-actions{grid-template-columns:1fr !important;}

.gallery-stage,.quick-view-image-wrap{position:relative;overflow:hidden;cursor:zoom-in;}
.gallery-stage::after,.quick-view-image-wrap::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,.18), rgba(255,255,255,0) 26%);opacity:0;transition:opacity .15s ease;}
.gallery-stage.zooming::after,.quick-view-image-wrap.zooming::after{opacity:1;}
.gallery-stage img,.quick-view-image{transition:transform .18s ease !important;transform-origin:center center;will-change:transform;}
.gallery-stage.zooming img,.quick-view-image-wrap.zooming .quick-view-image{transition:none !important;}
.gallery-thumb img,.quick-view-thumb img{transition:transform .22s ease !important;}
.gallery-thumb:hover img,.quick-view-thumb:hover img{transform:scale(1.16) !important;}


/* v-next card actions */
.product-card{cursor:pointer}
.product-card .product-actions{display:grid !important;grid-template-columns:1fr 44px !important;gap:10px;align-items:center;padding-top:18px}
.product-card .product-actions .btn{width:100%;white-space:nowrap;line-height:1;height:42px;padding:0 16px}
.product-card .card-details{display:inline-flex !important}
.product-card .quick-view-trigger{position:static !important;left:auto !important;right:auto !important;bottom:auto !important;top:auto !important;transform:none !important;opacity:1 !important;pointer-events:auto !important;display:inline-flex;align-items:center;justify-content:center;width:44px;height:42px;min-width:44px;max-width:44px;padding:0;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--dark);box-shadow:none}
.product-card .quick-view-trigger svg{width:20px;height:20px;display:block}
.product-card .quick-view-trigger:hover{background:#f8fafc;color:var(--orange)}
.product-card-clickable:hover .quick-view-trigger,.product-card-clickable:focus-within .quick-view-trigger,.product-card-clickable:focus .quick-view-trigger{transform:none !important}
.product-card .product-actions a.btn-dark[href]{display:inline-flex !important}
.product-panel .product-actions{grid-template-columns:1fr !important}
.product-panel .product-actions .btn{width:100%}


/* UX cleanup v2 */
.product-card{position:relative;transition:transform .22s ease, box-shadow .22s ease;cursor:pointer!important}
.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(15,23,42,.12)}
.product-card img{transition:transform .35s ease!important;transform-origin:center center}
.product-card:hover img{transform:scale(1.08)!important}
.product-card .product-actions,.product-card-clickable .product-actions{display:flex!important;grid-template-columns:none!important;align-items:center;gap:10px;position:relative;z-index:3;padding-top:18px;margin-top:auto}
.product-card .product-actions .card-details{display:inline-flex!important;flex:1 1 auto;width:auto!important;min-width:0}
.quick-view-trigger{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important;background:#eef2f7!important;color:#0f172a!important;opacity:1!important;transform:none!important;box-shadow:none!important;display:inline-flex;align-items:center;justify-content:center;z-index:4!important}
.quick-view-trigger:hover{background:#e2e8f0!important}
.quick-view-trigger svg{width:18px;height:18px;display:block}
.product-card-clickable:hover .quick-view-trigger,.product-card-clickable:focus-within .quick-view-trigger,.product-card-clickable:focus .quick-view-trigger{opacity:1!important;transform:none!important}
.product-page .product-actions{display:flex;gap:12px;flex-wrap:wrap}
.product-page .product-actions .btn{min-width:180px}
.request-drawer .request-panel{position:absolute;top:0;right:0;height:100%;width:min(560px,100%);background:#fff;box-shadow:-16px 0 40px rgba(15,23,42,.18);display:flex;flex-direction:column;padding:22px}
.request-drawer .request-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.5)}
.request-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--line)}
.request-title{font-size:26px;font-weight:800}
.request-sub{font-size:14px;color:var(--muted);margin-top:6px}
.request-close{width:40px;height:40px;border-radius:999px;background:#f8fafc;border:1px solid var(--line);font-size:24px;line-height:1;color:#334155}
.request-body{flex:1;overflow:auto;padding:18px 0;display:grid;gap:12px}
.request-item{display:grid;grid-template-columns:84px 1fr;gap:14px;padding:12px;border:1px solid var(--line);border-radius:18px;background:#fff}
.request-item img{width:84px;height:84px;object-fit:cover;border-radius:14px;background:#f8fafc}
.request-name{font-weight:700;color:#0f172a}
.request-meta{font-size:14px;color:#64748b;margin-top:8px}
.request-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}
.link-btn{color:var(--orange);font-weight:700}
.request-form{display:grid;gap:12px;padding-top:16px;border-top:1px solid var(--line)}
.request-field{display:grid;gap:6px}
.request-field span{font-size:14px;font-weight:600;color:#334155}
.request-field input,.request-field textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:#fff;outline:none}
.request-foot{display:flex;gap:10px;flex-wrap:wrap}
.request-form-status{font-size:14px;color:#64748b;min-height:20px}
.request-form-status.success{color:#15803d}
.request-form-status.error{color:#b91c1c}
.request-empty{padding:18px;border:1px dashed #cbd5e1;border-radius:18px;color:#64748b;background:#f8fafc}
@media (max-width:640px){.product-card .product-actions{gap:8px}.quick-view-trigger{width:40px!important;height:40px!important;min-width:40px!important}.request-drawer .request-panel{padding:18px}.request-item{grid-template-columns:72px 1fr}.request-item img{width:72px;height:72px}}


/* ===== Premium cards + detailed product layout ===== */
.product-card{
  position:relative;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 18px 40px rgba(15,23,42,.07);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
}
.product-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:24px;
  padding:1px;
  background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(226,232,240,.9));
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
.product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 60px rgba(15,23,42,.14);
  border-color:rgba(249,115,22,.18);
}
.product-card img{
  height:250px;
  object-fit:contain;
  padding:22px;
  background:radial-gradient(circle at top right, rgba(249,115,22,.10), transparent 36%), linear-gradient(180deg,#f8fafc 0%, #eef2f7 100%);
}
.product-card .product-content{padding:18px 18px 20px;gap:0}
.product-card .product-top{margin-bottom:12px}
.product-card .brand-badge{
  background:#eef2ff;
  color:#334155;
  font-weight:700;
  letter-spacing:.02em;
}
.product-card .product-price{font-size:15px}
.product-card .product-name{
  min-height:auto;
  font-size:22px;
  line-height:1.22;
  color:#0f172a;
}
.product-card .product-short{
  min-height:68px;
  color:#64748b;
  margin-top:12px;
}
.product-card .specs{
  gap:10px;
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid #eef2f7;
  color:#334155;
}
.product-card .specs div{position:relative;padding-left:2px}
.product-actions{display:flex !important;align-items:center;gap:10px;grid-template-columns:none !important}
.product-actions .btn-dark{
  flex:1;
  height:44px;
  border-radius:14px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.quick-view-trigger{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:14px;
  background:#fff;
  border:1px solid #dbe4ee;
  color:#0f172a;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
  box-shadow:0 10px 18px rgba(15,23,42,.06);
}
.quick-view-trigger:hover{
  transform:translateY(-1px);
  background:#f8fafc;
  border-color:#f97316;
  box-shadow:0 14px 28px rgba(15,23,42,.09);
}
.quick-view-trigger svg{width:19px;height:19px}
.product-card-clickable:focus-visible{
  outline:3px solid rgba(249,115,22,.25);
  outline-offset:4px;
}
.quick-view-dialog{
  border-radius:26px;
  border:1px solid rgba(226,232,240,.95);
  box-shadow:0 28px 80px rgba(2,6,23,.24);
}
.quick-view-image-wrap{
  border-radius:22px;
  background:linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%);
}

.product-page-premium{
  display:grid;
  gap:24px;
}
.product-page-premium .product-page{
  align-items:start;
}
.product-panel{box-shadow:0 18px 48px rgba(15,23,42,.09)}
.product-panel .desc{color:#475569}
.product-summary-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}
.product-summary-card{
  padding:14px 16px;
  border-radius:18px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
}
.product-summary-card .label{
  font-size:12px;
  color:#64748b;
  margin-bottom:6px;
}
.product-summary-card .value{
  font-size:15px;
  color:#0f172a;
  font-weight:700;
  line-height:1.35;
}
.detail-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:24px;
  align-items:start;
}
.detail-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:26px;
  box-shadow:0 14px 36px rgba(15,23,42,.07);
  padding:26px;
}
.detail-card h2{
  margin:0 0 16px;
  font-size:24px;
  line-height:1.2;
}
.detail-text{
  color:#475569;
  line-height:1.8;
  font-size:15px;
}
.detail-list{
  margin:0;
  padding-left:22px;
  color:#334155;
  line-height:1.8;
}
.detail-links-group{margin-top:24px}
.detail-links-group + .detail-links-group{margin-top:18px}
.detail-links-title{
  font-size:14px;
  font-weight:800;
  color:#78716c;
  margin:0 0 10px;
}
.detail-links{display:grid;gap:10px}
.detail-link{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#0f172a;
  line-height:1.55;
}
.detail-link .icon{font-size:15px;line-height:1.2;transform:translateY(2px)}
.detail-link:hover{color:#ea580c}
.detail-table{
  width:100%;
  border-collapse:collapse;
  font-size:14px;
}
.detail-table tr{border-top:1px solid #eef2f7}
.detail-table tr:first-child{border-top:0}
.detail-table th,
.detail-table td{
  text-align:left;
  padding:13px 0;
  vertical-align:top;
  line-height:1.55;
}
.detail-table th{
  width:38%;
  color:#64748b;
  font-weight:600;
  padding-right:16px;
}
.detail-table td{color:#0f172a;font-weight:500}
.note-box{
  margin-top:18px;
  padding:16px 18px;
  border-radius:18px;
  background:linear-gradient(180deg,#fff7ed 0%,#fff 100%);
  border:1px solid #fed7aa;
  color:#9a3412;
  line-height:1.65;
}
@media (max-width: 980px){
  .detail-grid{grid-template-columns:1fr}
  .product-summary-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .product-card img{height:220px;padding:18px}
  .product-summary-grid{grid-template-columns:1fr}
  .detail-card{padding:20px}
  .detail-table th,.detail-table td{display:block;width:100%;padding:10px 0}
  .detail-table th{padding-bottom:0}
}


/* ===== Premium refresh v2 ===== */
.product-card{
  overflow:hidden;
  border-radius:26px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  border:1px solid rgba(203,213,225,.78);
  box-shadow:0 20px 50px rgba(15,23,42,.08);
}
.product-card::after{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:4px;
  background:linear-gradient(90deg,#f97316 0%,#fb923c 40%,#fed7aa 100%);
  opacity:.92;
}
.product-card:hover{transform:translateY(-7px);box-shadow:0 32px 70px rgba(15,23,42,.14)}
.product-card img{
  height:258px;
  padding:16px;
  object-fit:cover;
  background:
    radial-gradient(circle at 84% 14%, rgba(249,115,22,.14), transparent 24%),
    linear-gradient(180deg,#f8fafc 0%,#edf2f7 100%);
}
.product-card .product-content{padding:18px 18px 18px}
.product-card .brand-badge{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}
.product-card .product-price{font-size:15px;color:#c2410c}
.product-card .product-name{font-size:21px;letter-spacing:-.02em}
.product-card .product-short{min-height:64px}
.product-card .specs{gap:8px}
.product-card .specs div{position:relative;padding-left:15px}
.product-card .specs div::before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:999px;background:#f97316;opacity:.8}
.product-card .product-actions{padding-top:16px}
.product-card .card-details{
  background:linear-gradient(180deg,#111827 0%,#1f2937 100%);
  box-shadow:0 12px 24px rgba(15,23,42,.16);
}
.product-card .card-details:hover{transform:translateY(-1px)}
.quick-view-trigger{background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
.detail-link{
  padding:12px 14px;
  border-radius:16px;
  border:1px solid #e5e7eb;
  background:linear-gradient(180deg,#fff 0%,#fafaf9 100%);
  transition:border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.detail-link:hover{
  color:#ea580c;
  border-color:#fdba74;
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(15,23,42,.06);
}
.detail-links-title{font-size:15px;color:#78716c}
.note-box strong{color:#7c2d12}


/* b2b parts brand refresh */
.brand{gap:14px}
.brand-mark-image{width:62px;height:62px;border-radius:20px;background:#eef2ff;display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px rgba(49,34,184,.08)}
.brand-mark-image img{width:48px;height:48px;object-fit:contain;display:block}
.brand-title{letter-spacing:-.02em}
.brand-sub{max-width:360px}
.avito-box-real{align-items:center}
.avito-profile-card{padding:18px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.avito-profile-card img{width:100%;max-width:280px;border-radius:22px;display:block;margin:0 auto 18px;box-shadow:0 18px 36px rgba(15,23,42,.18)}
.compatible-section{margin-top:28px}
.compatible-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}
.compatible-grid{display:grid;grid-template-columns:repeat(4, minmax(0,1fr));gap:16px}
.compatible-card{display:flex;flex-direction:column;gap:12px;padding:20px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#ffffff,#f8fafc);text-decoration:none;color:inherit;box-shadow:0 12px 28px rgba(15,23,42,.06);transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease}
.compatible-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(15,23,42,.12);border-color:#dbe2ea}
.compatible-badge{display:inline-flex;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#3122B8;font-size:12px;font-weight:700}
.compatible-title{font-size:18px;font-weight:800;line-height:1.25;color:#0f172a}
.compatible-text{font-size:14px;line-height:1.6;color:#475569}
.compatible-meta{margin-top:auto;font-size:13px;font-weight:700;color:#0f172a}
@media (max-width:1100px){.compatible-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:700px){.compatible-head{flex-direction:column}.compatible-grid{grid-template-columns:1fr}.brand-mark-image{width:54px;height:54px}.brand-mark-image img{width:42px;height:42px}}


.product-card > img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#fff;border-radius:22px 22px 0 0}
.product-card .product-actions{display:flex;align-items:center;gap:10px}
.product-card .quick-view-trigger{margin-left:auto}
.product-page .gallery-stage img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;background:#fff}
.detail-link{word-break:break-word}
.compatible-card{display:flex;flex-direction:column;gap:10px}
.compatible-card-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px;background:#fff;border:1px solid rgba(69,48,200,.08)}
.compatible-card .compatible-meta-row{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:auto;font-size:13px;color:#697287}
.compatible-empty{padding:18px;border:1px dashed rgba(69,48,200,.2);border-radius:18px;color:#6b7280;background:#fafaff}
.guide-link{display:inline-flex;margin-top:10px}



/* articles refresh */
.article-card{overflow:hidden;display:flex;flex-direction:column;padding:0}
.article-card-image{display:block;width:100%;height:220px;object-fit:cover;background:#f1f5f9}
.article-card-body{padding:22px}
.article-link{margin-top:16px;display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-weight:700}
.article-link:hover{opacity:.85}
.article-grid-page{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.article-page-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:start}
.article-cover{border-radius:28px;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}
.article-cover img{display:block;width:100%;height:100%;min-height:320px;object-fit:cover}
.article-content{padding:30px;border-radius:28px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}
.article-content h1{margin:0 0 14px;font-size:38px;line-height:1.12}
.article-content p,.article-content li{font-size:15px;line-height:1.85;color:#475569}
.article-content ul{padding-left:20px}
@media (max-width:900px){.article-grid-page,.article-page-hero{grid-template-columns:1fr}}



/* ===== Mobile adaptation ===== */
@media (max-width: 1100px){
  .hero{grid-template-columns:1fr;gap:18px}
  .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .categories{grid-template-columns:repeat(2,minmax(0,1fr))}
  .article-grid-page{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-page{grid-template-columns:1fr;gap:22px}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
}

@media (max-width: 900px){
  .header-top{flex-wrap:wrap}
  .brand{min-width:0}
  .searchbar{order:3;width:100%;max-width:none}
  .nav-row{overflow:auto;flex-wrap:nowrap;padding-bottom:10px}
  .nav-pill{white-space:nowrap}
  .catalog-layout{grid-template-columns:1fr}
  .sidebar{width:100%}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .categories{grid-template-columns:repeat(2,minmax(0,1fr))}
  .compatible-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .article-grid-page{grid-template-columns:1fr}
  .request-panel{width:min(100%, 520px)}
}

@media (max-width: 680px){
  .container{padding:0 12px}
  .hero-main{padding:26px;min-height:auto;border-radius:22px}
  .hero-side{display:grid;gap:14px}
  .section-header{gap:12px}
  .section-title{font-size:28px}
  .section-sub{font-size:14px}
  .products-grid,
  .categories,
  .compatible-grid{grid-template-columns:1fr}
  .product-card img{height:230px;object-fit:cover}
  .category-card img{height:220px;object-fit:cover;object-position:center 28%}
  .product-actions{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px}
  .product-actions .btn{width:100%}
  .quick-view-trigger{width:42px;height:42px}
  .quick-view-grid{grid-template-columns:1fr !important}
  .quick-view-dialog{width:min(100% - 20px, 760px)}
  .gallery-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  .product-summary-grid{grid-template-columns:1fr !important}
  .detail-card,
  .card,
  .category-card,
  .product-card{border-radius:18px}
  .footer-grid{grid-template-columns:1fr}
  table{display:block;overflow:auto;width:100%}
}

@media (max-width: 520px){
  .search-input,.select,.btn,.cart-btn{height:42px}
  .brand-title{font-size:16px}
  .brand-sub{font-size:10px}
  .hero-main h1{font-size:30px;line-height:1.1}
  .hero-main p{font-size:15px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .header-top{gap:12px}
  .product-panel h1{font-size:28px;line-height:1.12}
  .breadcrumbs{font-size:13px;line-height:1.5}
  .sidebar-btn,
  .nav-pill{font-size:14px}
  .request-item{grid-template-columns:72px 1fr !important}
  .request-item img{width:72px;height:72px;object-fit:cover}
}

@media (max-width: 400px){
  .container{padding:0 10px}
  .hero-main{padding:22px}
  .hero-main h1{font-size:26px}
  .product-card img,
  .category-card img{height:200px}
}


/* ===== Components shell ===== */
.shell-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);box-shadow:0 10px 30px rgba(15,23,42,.04)}
.shell-topbar{background:linear-gradient(90deg,#0f172a,#111827);color:#cbd5e1;font-size:12px}
.shell-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:40px}
.shell-topbar-links{display:flex;gap:16px;align-items:center}
.shell-mini-link{color:#e2e8f0;opacity:.92}
.shell-mini-link:hover{opacity:1}
.shell-mainbar{display:grid;grid-template-columns:auto minmax(320px,1fr) auto;gap:22px;align-items:center;padding:18px 16px}
.shell-brand{display:flex;align-items:center;gap:14px;min-width:0}
.shell-brand-logo{width:58px;height:58px;border-radius:20px;background:linear-gradient(145deg,#ffffff,#eef2ff);border:1px solid #e2e8f0;display:grid;place-items:center;overflow:hidden;box-shadow:0 10px 30px rgba(69,48,200,.10)}
.shell-brand-logo img{width:100%;height:100%;object-fit:cover;transform:scale(1.08);display:block}
.shell-brand-copy{display:flex;flex-direction:column;min-width:0}
.shell-brand-title{font-size:20px;font-weight:900;letter-spacing:-.02em;color:#0f172a}
.shell-brand-sub{font-size:12px;color:#64748b}
.shell-searchbar{max-width:none;box-shadow:0 10px 30px rgba(15,23,42,.05)}
.shell-searchbar .search-input-wrap{position:relative;border:1px solid #e2e8f0;border-radius:16px 0 0 16px;border-right:0;overflow:visible;background:#fff;z-index:120}
.shell-searchbar .search-input{height:50px}
.shell-search-btn{height:50px;padding:0 24px;border-radius:0 16px 16px 0;background:linear-gradient(135deg,#4530c8,#6d5efc);color:#fff;font-weight:800;border:1px solid #4530c8}
.shell-actions{display:flex;align-items:center;gap:12px}
.shell-avito-btn{height:48px;padding:0 18px;border-radius:15px;background:linear-gradient(135deg,#00a2ff,#0066ff);color:#fff;font-weight:800;box-shadow:0 12px 24px rgba(0,102,255,.18)}
.shell-cart-btn{height:48px;border-radius:15px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.shell-burger{display:none;width:48px;height:48px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.shell-burger span{width:18px;height:2px;background:#0f172a;border-radius:2px}
.shell-nav-wrap{border-top:1px solid rgba(226,232,240,.8)}
.shell-nav{display:flex;align-items:center;gap:6px;padding:12px 0;position:relative}
.shell-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:14px;color:#0f172a;font-weight:700;transition:.2s;background:transparent}
.shell-nav-link:hover{background:#f8fafc}
.shell-nav-link.active{background:#0f172a;color:#fff}
.shell-nav-item{position:relative}
.shell-nav-catalog-line{display:flex;align-items:center}
.shell-nav-caret{display:inline-flex;align-items:center;justify-content:center;width:38px;height:44px;border-radius:14px;color:#0f172a}
.shell-nav-item-catalog:hover .shell-mega-menu{opacity:1;visibility:visible;transform:translateY(0)}
.shell-nav-item-catalog.open .shell-mega-menu{opacity:1;visibility:visible;transform:translateY(0)}
.shell-mega-menu{position:absolute;left:0;top:calc(100% + 10px);width:min(940px,calc(100vw - 32px));padding:18px;border:1px solid #e2e8f0;border-radius:26px;background:rgba(255,255,255,.98);backdrop-filter:blur(16px);box-shadow:0 28px 60px rgba(15,23,42,.14);opacity:0;visibility:hidden;transform:translateY(10px);transition:.22s}
.shell-mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.shell-mega-card{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:20px;background:linear-gradient(180deg,#ffffff,#f8fafc);border:1px solid #eef2f7;min-height:170px;transition:.2s}
.shell-mega-card:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(15,23,42,.08)}
.shell-mega-icon{display:block;font-size:26px;line-height:1}
.shell-mega-icon-image{display:block;width:26px;height:26px;object-fit:contain}
.shell-mega-title{font-weight:900;color:#0f172a}
.shell-mega-text{font-size:14px;line-height:1.45;color:#64748b}
.shell-mega-bottom{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #eef2f7}
.shell-mega-subtitle{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:10px}
.shell-mega-tags{display:flex;flex-wrap:wrap;gap:10px}
.shell-mega-tags a{padding:8px 12px;border-radius:999px;background:#f1f5f9;color:#0f172a;font-weight:700;font-size:13px}
.shell-mega-note-text{color:#64748b;line-height:1.6}
.shell-mega-actions{margin-top:14px}
.shell-mega-all-btn{height:40px;padding:0 16px;font-weight:700;border-radius:12px}

.shell-footer{margin-top:40px;padding:34px 0;border-top:1px solid #e5e7eb;background:linear-gradient(180deg,#fff,#f8fafc)}
.shell-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:22px}
.shell-footer-title{font-size:22px;font-weight:900;color:#0f172a;margin-bottom:12px}
.shell-footer-text{color:#64748b;line-height:1.65}
.shell-footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.shell-footer-badges span{padding:8px 12px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:12px;font-weight:800}
.shell-footer-heading{font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px;color:#0f172a}
.shell-footer-links{display:flex;flex-direction:column;gap:10px}
.shell-footer-links a{color:#475569}
.shell-footer-links a:hover{color:#0f172a}
@media (max-width:1100px){
  .shell-mainbar{grid-template-columns:auto 1fr;grid-template-areas:"brand actions" "search search"}
  .shell-brand{grid-area:brand}
  .shell-searchbar{grid-area:search}
  .shell-actions{grid-area:actions;justify-self:end}
  .shell-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shell-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .shell-topbar{display:none}
  .shell-mainbar{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "search search";padding:14px 16px}
  .shell-avito-btn,.shell-cart-btn{display:none}
  .shell-burger{display:flex}
  .shell-nav{display:none;flex-direction:column;align-items:stretch;padding:0 0 16px}
  .shell-nav.open{display:flex}
  .shell-nav-link{justify-content:flex-start;padding:0 14px}
  .shell-nav-item{display:block}
  .shell-nav-caret{position:absolute;right:0;top:0}
  .shell-mega-menu{position:static;width:100%;margin-top:10px;padding:14px;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none}
  .shell-nav-item-catalog:hover .shell-mega-menu{display:none}
  .shell-nav-item-catalog.open .shell-mega-menu{display:block}
  .shell-mega-grid,.shell-mega-bottom{grid-template-columns:1fr}
}
@media (max-width:680px){
  .shell-brand-logo{width:46px;height:46px;border-radius:16px}
  .shell-brand-title{font-size:18px}
  .shell-brand-sub{font-size:11px}
  .shell-searchbar .search-input{height:46px}
  .shell-search-btn{height:46px;padding:0 18px}
  .shell-footer-grid{grid-template-columns:1fr}
}


/* === Premium product cards final override === */
.products-grid{gap:24px}
.product-card{position:relative;overflow:hidden;border:1px solid rgba(226,232,240,.95)!important;border-radius:24px!important;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;box-shadow:0 18px 42px rgba(15,23,42,.08)!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}
.product-card::before{content:'';position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#f97316 0%,#fdba74 100%);opacity:.95}
.product-card::after{content:'';position:absolute;inset:1px;border-radius:23px;pointer-events:none;border:1px solid rgba(255,255,255,.85)}
.product-card:hover{transform:translateY(-6px)!important;box-shadow:0 28px 58px rgba(15,23,42,.12)!important;border-color:rgba(251,146,60,.24)!important}
.product-card > img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:radial-gradient(circle at top,#f8fafc,#eef2f7)!important;padding:18px;border-radius:24px 24px 0 0;transition:transform .35s ease!important}
.product-card:hover > img{transform:scale(1.045)!important}
.product-card .product-content{padding:18px 18px 18px!important;display:flex;flex-direction:column;gap:0;background:linear-gradient(180deg,rgba(255,255,255,.1),#fff)}
.product-card .product-top{align-items:flex-start!important;gap:12px!important;margin-bottom:12px!important}
.product-card .brand-badge{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border-radius:999px;background:#fff7ed!important;color:#9a3412!important;border:1px solid #fed7aa!important;font-size:12px;font-weight:700;letter-spacing:.02em;box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}
.product-card .product-price{font-size:15px!important;font-weight:800!important;letter-spacing:-.01em;color:#c2410c!important;white-space:nowrap;background:#fff;border:1px solid #ffedd5;border-radius:999px;padding:6px 10px;box-shadow:0 8px 18px rgba(249,115,22,.08)}
.product-card .product-name{font-size:21px!important;line-height:1.24!important;letter-spacing:-.02em;min-height:52px;margin:0;color:#0f172a}
.product-card .product-short{margin-top:10px!important;min-height:66px;font-size:14px!important;line-height:1.65!important;color:#64748b!important}
.product-card .specs{margin-top:14px!important;display:grid;gap:9px!important;color:#334155;font-size:14px}
.product-card .specs div{position:relative;padding-left:16px!important;line-height:1.45}
.product-card .specs div::before{content:'';position:absolute;left:0;top:.58em;width:6px;height:6px;border-radius:999px;background:#f97316;box-shadow:0 0 0 4px rgba(249,115,22,.12)}
.product-card .product-actions{display:flex!important;align-items:center;gap:10px!important;padding-top:18px!important;margin-top:auto!important}
.product-card .card-details{display:inline-flex!important;align-items:center;justify-content:center;flex:1 1 auto;height:46px!important;border-radius:14px!important;background:linear-gradient(180deg,#0f172a,#1e293b)!important;color:#fff!important;font-weight:700!important;box-shadow:0 14px 28px rgba(15,23,42,.16)}
.product-card .card-details:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(15,23,42,.2)}
.product-card .quick-view-trigger{display:inline-flex!important;align-items:center;justify-content:center;width:46px!important;height:46px!important;min-width:46px!important;border-radius:14px!important;border:1px solid #e2e8f0!important;background:#fff!important;color:#0f172a!important;box-shadow:0 10px 24px rgba(15,23,42,.06)}
.product-card .quick-view-trigger:hover{background:#fff7ed!important;color:#ea580c!important;border-color:#fdba74!important}
.product-card .quick-view-trigger svg{width:20px;height:20px;display:block}
.product-panel .specs div,.detail-card .specs div{position:relative;padding-left:16px;line-height:1.55}
.product-panel .specs div::before,.detail-card .specs div::before{content:'';position:absolute;left:0;top:.58em;width:6px;height:6px;border-radius:999px;background:#f97316;box-shadow:0 0 0 4px rgba(249,115,22,.12)}
@media (max-width:640px){.product-card{border-radius:20px!important}.product-card > img{border-radius:20px 20px 0 0;padding:14px}.product-card .product-name{font-size:19px!important;min-height:auto}.product-card .product-short{min-height:auto}.product-card .product-actions{gap:8px!important}.product-card .quick-view-trigger{width:42px!important;height:42px!important;min-width:42px!important}.product-card .card-details{height:42px!important}}


/* ===== Premium product page showcase ===== */
.product-showcase{display:grid;gap:24px}
.product-showcase .product-page{grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);gap:30px;align-items:start}
.product-visual-shell{display:grid;gap:14px}
.product-showcase .product-gallery{gap:16px}
.product-showcase .gallery-stage{min-height:560px;border-radius:34px;border:1px solid rgba(203,213,225,.8);background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);box-shadow:0 26px 70px rgba(15,23,42,.09)}
.product-showcase .gallery-stage img{padding:24px;background:radial-gradient(circle at 86% 10%, rgba(249,115,22,.12), transparent 20%),linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)}
.product-showcase .gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.product-showcase .gallery-thumb{height:104px;border-radius:22px;padding:8px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);border-color:rgba(203,213,225,.8)}
.product-showcase .gallery-thumb.active{box-shadow:0 0 0 4px rgba(249,115,22,.12)}
.product-visual-note{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-radius:24px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);box-shadow:0 12px 28px rgba(15,23,42,.05)}
.visual-note-title{font-size:14px;font-weight:800;color:#0f172a;text-transform:uppercase;letter-spacing:.08em}
.visual-note-text{font-size:14px;line-height:1.65;color:#64748b;max-width:520px;text-align:right}
.product-panel-premium{position:sticky;top:112px;padding:30px;border-radius:34px;border:1px solid rgba(203,213,225,.82);background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);box-shadow:0 26px 70px rgba(15,23,42,.09)}
.product-panel-top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.product-panel-brand{font-size:13px;font-weight:800;color:#0f172a;text-transform:uppercase;letter-spacing:.08em}
.product-panel-premium h1{font-size:42px;line-height:1.04;letter-spacing:-.03em;margin:18px 0 0;color:#0f172a}
.premium-price{display:inline-flex;align-self:flex-start;margin-top:18px;padding:12px 18px;border-radius:18px;background:linear-gradient(180deg,#fff7ed 0%,#ffffff 100%);border:1px solid #fed7aa;box-shadow:0 10px 24px rgba(249,115,22,.10);font-size:24px!important;font-weight:800;color:#c2410c}
.product-panel-premium .desc{margin-top:18px;font-size:15px;line-height:1.85;color:#475569}
.product-panel-premium .product-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}
.product-panel-premium .product-summary-card{padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.95);border:1px solid #e7edf4;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.product-panel-premium .product-summary-card .label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#64748b}
.product-panel-premium .product-summary-card .value{font-size:15px;line-height:1.4;font-weight:800;color:#0f172a}
.product-trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.product-trust-row span{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;font-size:13px;font-weight:700;color:#334155}
.product-trust-row span::before{content:"";width:8px;height:8px;border-radius:999px;background:#f97316;box-shadow:0 0 0 4px rgba(249,115,22,.12)}
.product-panel-premium .product-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.product-panel-premium .product-actions .btn{min-width:210px;height:48px;border-radius:16px;font-weight:700}
.product-panel-note{margin-top:18px}
.premium-detail-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:24px;align-items:start}
.detail-main-card,.detail-side-card{padding:30px;border-radius:30px;border:1px solid rgba(203,213,225,.8);box-shadow:0 18px 50px rgba(15,23,42,.07)}
.detail-main-card h2,.detail-side-card h2{font-size:26px;letter-spacing:-.02em}
.premium-feature-block{margin-top:24px;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);border:1px solid #e5e7eb}
.premium-feature-title{font-size:15px;font-weight:800;color:#0f172a;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}
.premium-feature-list{margin:0;padding:0;list-style:none;display:grid;gap:12px}
.premium-feature-list li{position:relative;padding-left:18px;font-size:15px;line-height:1.75;color:#334155}
.premium-feature-list li::before{content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:999px;background:#f97316;box-shadow:0 0 0 4px rgba(249,115,22,.12)}
.detail-side-card .detail-link{padding:14px 16px;border-radius:18px}
.detail-side-card .detail-link .icon{color:#f97316;font-weight:900}
@media (max-width:1100px){.product-showcase .product-page,.premium-detail-grid{grid-template-columns:1fr}.product-panel-premium{position:static;top:auto}.visual-note-text{text-align:left;max-width:none}}
@media (max-width:700px){.product-showcase .gallery-stage{min-height:380px}.product-panel-premium{padding:24px}.product-panel-premium h1{font-size:32px}.premium-price{font-size:20px!important}.product-panel-premium .product-summary-grid{grid-template-columns:1fr}.product-showcase .gallery-thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.product-visual-note{flex-direction:column;align-items:flex-start}.product-panel-premium .product-actions .btn{width:100%;min-width:0}}

.shell-searchbar .search-suggest{left:0;right:0;top:calc(100% + 10px);z-index:160;border-radius:20px}



/* ===== Simplified B2B product page ===== */
.product-page-premium .product-visual-note,
.product-page-premium .product-trust-row,
.product-page-premium .product-panel-note,
.product-page-premium .detail-side-card{
  display:none !important;
}
.product-page-premium .product-page{
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:28px;
}
.product-page-premium .product-panel-premium{
  padding:28px;
  border-radius:28px;
  box-shadow:0 18px 44px rgba(15,23,42,.06);
}
.product-page-premium .product-panel-premium h1{
  font-size:40px;
}
.product-page-premium .product-panel-premium .desc{
  margin-top:16px;
}
.product-page-premium .product-summary-grid{
  display:none !important;
}
.product-page-premium .product-actions{
  margin-top:20px;
}
.product-page-premium .product-actions .btn{
  min-width:200px;
}
.product-page-premium .premium-detail-grid{
  grid-template-columns:1fr;
  gap:20px;
}
.product-page-premium .detail-main-card,
.product-page-premium .compatible-section{
  padding:28px;
  border-radius:28px;
  box-shadow:0 14px 36px rgba(15,23,42,.05);
}
.product-page-premium .detail-main-card h2,
.product-page-premium .compatible-section h2{
  font-size:24px;
}
.product-page-premium .detail-text{
  max-width:920px;
}
.product-page-premium .premium-feature-block{
  margin-top:22px;
  border-radius:22px;
}
.product-page-premium .compatible-section{
  margin-top:0;
}
.product-page-premium .compatible-head{
  align-items:flex-start;
}
@media (max-width:1100px){
  .product-page-premium .product-page{grid-template-columns:1fr;}
}
@media (max-width:700px){
  .product-page-premium .product-panel-premium h1{font-size:32px;}
}


/* stock + compatible carousel */
.stock-badge{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin:0 0 12px;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:700;line-height:1;border:1px solid transparent}
.stock-badge .stock-dot{width:8px;height:8px;border-radius:999px;display:inline-block;flex:0 0 8px}
.stock-badge.in-stock{background:#ecfdf3;border-color:#b7ebcb;color:#166534}
.stock-badge.in-stock .stock-dot{background:#16a34a;box-shadow:0 0 0 4px rgba(22,163,74,.12)}
.stock-badge.out-of-stock{background:#fff1f2;border-color:#fecdd3;color:#b42318}
.stock-badge.out-of-stock .stock-dot{background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.12)}
.product-card .stock-badge{margin-top:-2px;margin-bottom:14px}
.product-stock-badge{margin-top:14px;margin-bottom:2px}
.compatible-grid-carousel{display:block}
.compatible-carousel{display:grid;grid-template-columns:48px 1fr 48px;gap:14px;align-items:center}
.compatible-carousel-viewport{overflow:hidden}
.compatible-carousel-track{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;padding:2px}
.compatible-carousel-track::-webkit-scrollbar{display:none}
.compatible-carousel-track .compatible-card{min-width:calc((100% - 48px)/4);max-width:calc((100% - 48px)/4)}
.compatible-nav{width:48px;height:48px;border-radius:999px;border:1px solid var(--line);background:#fff;box-shadow:0 10px 22px rgba(15,23,42,.06);display:inline-flex;align-items:center;justify-content:center;font-size:28px;color:#0f172a;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}
.compatible-nav:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 26px rgba(15,23,42,.10)}
.compatible-nav:disabled{opacity:.38;cursor:default}
@media (max-width:1100px){.compatible-carousel-track .compatible-card{min-width:calc((100% - 16px)/2);max-width:calc((100% - 16px)/2)}}
@media (max-width:700px){.compatible-carousel{grid-template-columns:40px 1fr 40px;gap:10px}.compatible-nav{width:40px;height:40px;font-size:24px}.compatible-carousel-track .compatible-card{min-width:100%;max-width:100%}}

/* refinements: compatible price + quick view content */
.compatible-price{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:12px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  font-size:18px;
  font-weight:800;
  line-height:1;
  color:#0f172a;
  box-shadow:0 6px 16px rgba(15,23,42,.05);
}
.compatible-meta-link{font-weight:700;color:#697287}
.quick-view-meta{margin-top:12px;font-size:14px;line-height:1.5;color:#64748b}
.quick-view-price-wrap{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:14px}
.quick-view-stock .stock-badge{margin:0}
.quick-view-specs{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.quick-view-specs-title{font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b;margin-bottom:10px}
.quick-view-spec-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.quick-view-spec-list li{position:relative;padding-left:16px;font-size:15px;line-height:1.55;color:#0f172a}
.quick-view-spec-list li::before{content:"";position:absolute;left:0;top:.7em;width:6px;height:6px;border-radius:50%;background:var(--orange)}
.quick-view-actions{margin-top:20px}

/* quick view stock alignment fix */
.quick-view-price-wrap{align-items:center;column-gap:12px;row-gap:10px}
.quick-view-stock{display:flex;align-items:center;min-height:34px}
.quick-view-stock .stock-badge{margin:0;white-space:nowrap;vertical-align:middle}


/* quick view final alignment polish */
.quick-view-copy{
  display:flex;
  flex-direction:column;
}
.quick-view-title{
  margin:12px 0 0;
  line-height:1.08;
}
.quick-view-meta{
  margin-top:12px;
  line-height:1.6;
}
.quick-view-price-wrap{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:18px;
  margin-bottom:4px;
}
.quick-view-price{
  display:flex;
  align-items:center;
  font-size:clamp(30px, 3vw, 44px);
  font-weight:800;
  line-height:1;
  letter-spacing:-0.02em;
  margin:0;
}
.quick-view-stock{
  display:flex;
  align-items:center;
  min-height:auto;
  padding-top:1px;
}
.quick-view-stock .stock-badge{
  margin:0;
  white-space:nowrap;
  align-self:center;
  padding:8px 12px;
  font-size:13px;
  line-height:1;
}
.quick-view-desc{
  margin-top:16px;
  line-height:1.65;
}
.quick-view-specs{
  margin-top:20px;
  padding-top:18px;
}
.quick-view-specs-title{
  margin-bottom:12px;
}
@media (max-width: 760px){
  .quick-view-price-wrap{
    gap:10px;
    margin-top:16px;
  }
  .quick-view-price{
    font-size:clamp(26px, 8vw, 36px);
  }
  .quick-view-stock .stock-badge{
    padding:7px 11px;
    font-size:12px;
  }
}


/* avito showcase refresh */
.avito-showcase{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:24px;align-items:stretch;padding:30px;border-radius:32px;border:1px solid rgba(49,34,184,.08);background:linear-gradient(135deg,#1e1b4b 0%,#3122B8 45%,#4f46e5 100%);box-shadow:0 24px 56px rgba(49,34,184,.18);overflow:hidden;position:relative}
.avito-showcase::before{content:"";position:absolute;right:-80px;top:-80px;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.08);filter:blur(6px)}
.avito-showcase-copy,.avito-showcase-card{position:relative;z-index:1}
.avito-badge-strong{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.12)}
.avito-title-compact{color:#fff;font-size:34px;margin-top:16px}
.avito-text-compact{color:rgba(255,255,255,.82);max-width:560px;margin-top:14px}
.avito-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px;max-width:620px}
.avito-highlight{padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(6px)}
.avito-highlight strong{display:block;font-size:24px;line-height:1.1;font-weight:800;color:#fff}
.avito-highlight span{display:block;margin-top:6px;font-size:12px;line-height:1.45;color:rgba(255,255,255,.74)}
.avito-mini-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.avito-mini-points span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:13px;font-weight:600}
.avito-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.avito-outline-light{background:transparent;border-color:rgba(255,255,255,.24);color:#fff}
.avito-outline-light:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.34)}
.avito-showcase-card{display:flex;flex-direction:column;justify-content:space-between;gap:14px;padding:18px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(8px)}
.avito-showcase-screen{display:flex;align-items:center;justify-content:center;min-height:280px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04));padding:18px}
.avito-showcase-screen img{width:100%;max-width:280px;border-radius:22px;display:block;box-shadow:0 22px 40px rgba(15,23,42,.22)}
.avito-showcase-note{padding:14px 16px;border-radius:20px;background:rgba(15,23,42,.18);border:1px solid rgba(255,255,255,.08)}
.avito-showcase-note-title{font-size:14px;font-weight:800;color:#fff}
.avito-showcase-note-text{margin-top:6px;font-size:13px;line-height:1.6;color:rgba(255,255,255,.76)}
@media (max-width:980px){.avito-showcase{grid-template-columns:1fr}.avito-highlights{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none}.avito-showcase-screen{min-height:220px}}
@media (max-width:720px){.avito-title-compact{font-size:28px}.avito-highlights{grid-template-columns:1fr}.avito-actions .btn{width:100%;justify-content:center}.avito-showcase{padding:22px;border-radius:26px}.avito-showcase-screen img{max-width:240px}}


.premium-variant-box{margin-top:18px;padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff}
.premium-variant-head{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}
.premium-variant-title{font-weight:800;font-size:16px;color:#0f172a}
.premium-variant-sub{font-size:13px;color:#64748b}
.premium-variant-switch{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px}
.premium-variant-btn{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:14px 16px;border-radius:16px;border:1px solid var(--line);background:#fff;transition:.18s ease;font:inherit;text-align:left}
.premium-variant-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,23,42,.06)}
.premium-variant-btn.active{border-color:#4530c8;box-shadow:0 0 0 3px rgba(69,48,200,.08)}
.premium-variant-code{font-weight:800;font-size:13px;color:#0f172a}
.premium-variant-label{font-size:13px;color:#64748b}
.premium-variant-note{margin-top:14px;padding-top:14px;border-top:1px dashed var(--line)}
.premium-variant-current{font-size:14px;color:#0f172a;margin-bottom:8px}
.premium-variant-diff{margin:0}
.premium-spec-box{margin-top:18px}
@media (max-width:700px){.premium-variant-switch{grid-template-columns:1fr}}

.premium-spec-jump{margin-top:14px;display:inline-flex}
.detail-links .detail-link{display:flex;align-items:center;gap:10px;text-decoration:none}
.detail-links .detail-link .icon{min-width:18px;text-align:center}
.premium-avito-btn[style*="display: none"]{display:none!important}

.is-hidden{display:none!important}
.premium-usage-card{margin-top:18px}
.compatible-section[data-compatibility]{scroll-margin-top:100px}

.premium-inline-pack{margin:18px 0 0;padding:18px;border:1px solid rgba(69,48,200,.14);border-radius:18px;background:#fff}
.premium-inline-pack h2{margin:0 0 12px;font-size:20px}
.premium-inline-pack .detail-list{margin:0 0 14px;padding-left:18px}
.premium-inline-pack .detail-links-group + .detail-links-group{margin-top:14px}
.premium-inline-pack .detail-links-title{margin:0 0 8px;font-size:15px}
.premium-inline-pack .detail-link{display:flex;gap:8px;align-items:flex-start;padding:8px 0;text-decoration:none}
.premium-inline-pack .icon{flex:0 0 auto}
[data-premium-avito].is-hidden,[data-premium-avito][hidden]{display:none!important}


.premium-side-card{align-self:start;}
.premium-detail-grid .detail-main-card h3{margin:18px 0 10px;font-size:18px;}
.premium-detail-grid .detail-list{margin-top:0;}
[data-premium-avito][hidden]{display:none !important;}


/* Premium page layout fix */
.product-page-premium .premium-detail-grid{display:grid !important;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr) !important;gap:24px !important;}
.product-page-premium .premium-detail-grid > .detail-main-card:first-child{grid-column:1;}
.product-page-premium .premium-detail-grid > .premium-side-card:nth-child(2){grid-column:2;}
.product-page-premium .premium-detail-grid > .compatible-section,
.product-page-premium .premium-detail-grid > .detail-main-card:last-child{grid-column:1 / -1;}
[data-premium-avito].is-hidden,[data-premium-avito][hidden]{display:none !important;pointer-events:none !important;visibility:hidden !important;}
@media (max-width:1100px){.product-page-premium .premium-detail-grid{grid-template-columns:1fr !important;}}


.compatible-empty,.quick-view-badge{display:none !important;}
.product-card .product-price{font-size:13px!important;padding:4px 8px!important;border-radius:999px!important;}
.product-card .stock-badge{margin-top:2px;margin-bottom:12px;}
.premium-price{font-size:19px!important;padding:9px 14px;border-radius:14px;}
@media (min-width:901px){.contacts-grid{grid-template-columns:1fr 1fr;align-items:stretch}.contacts-grid>.text-card,.contacts-grid>.contact-request-card{margin-top:0!important;height:100%}}


/* final compact price + stronger quick view contact */
.product-card .product-top{align-items:flex-start;gap:10px}
.product-card .product-price{font-size:11px!important;line-height:1.1!important;font-weight:700!important;padding:3px 8px!important;border-radius:999px!important;box-shadow:none!important;letter-spacing:0!important;background:#fff7ed!important;color:#9a3412!important;border:1px solid #fed7aa!important;max-width:max-content!important;margin-left:auto!important}
.product-card .stock-badge{margin-top:6px!important}
.quick-view-actions .quick-view-contact{background:#0f172a!important;color:#fff!important;border-color:#0f172a!important;box-shadow:0 12px 30px rgba(15,23,42,.18)!important;font-weight:800!important}
.quick-view-actions .quick-view-contact:hover{background:#1e293b!important;border-color:#1e293b!important;color:#fff!important}
.quick-view-actions .quick-view-contact:focus-visible{outline:3px solid rgba(59,130,246,.35)!important;outline-offset:2px}


/* round 2 UX fixes */
.product-panel-premium .premium-price{display:inline-flex!important;align-self:flex-start!important;margin-top:12px!important;margin-bottom:8px!important;padding:6px 12px!important;border-radius:999px!important;background:#fff7ed!important;border:1px solid #fdba74!important;box-shadow:none!important;font-size:13px!important;line-height:1!important;font-weight:800!important;color:#c2410c!important;max-width:max-content!important}
.product-panel-premium .product-stock-badge{margin-bottom:6px!important}
.quick-view-actions .quick-view-contact{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)!important;border-color:#ea580c!important;color:#fff!important;box-shadow:0 14px 34px rgba(249,115,22,.28)!important;font-weight:800!important}
.quick-view-actions .quick-view-contact:hover{background:linear-gradient(135deg,#fb923c 0%,#f97316 100%)!important;border-color:#f97316!important}
.request-drawer .request-panel{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;border-left:1px solid rgba(148,163,184,.22);box-shadow:-22px 0 54px rgba(15,23,42,.22)!important;border-top-left-radius:26px;border-bottom-left-radius:26px;padding:26px 24px!important}
.request-drawer .request-head{padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #e2e8f0}
.request-title{font-size:24px!important;font-weight:900!important;color:#0f172a}
.request-sub{color:#64748b!important}
.request-form{margin-top:16px;padding:18px;border:1px solid #e2e8f0;border-radius:22px;background:#fff}
.request-submit{box-shadow:0 12px 30px rgba(249,115,22,.18)!important;font-weight:800!important}
.floating-contact-btn{position:fixed;right:22px;bottom:22px;z-index:260;display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border-radius:999px;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 18px 40px rgba(15,23,42,.25)}
.floating-contact-btn:hover{transform:translateY(-1px);color:#fff}
.floating-contact-btn .floating-contact-icon{width:34px;height:34px;border-radius:999px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-size:17px}
@media (max-width:700px){.floating-contact-btn{right:14px;left:14px;bottom:14px;justify-content:center;padding:14px 16px}}


/* final premium ui polish */
.product-panel-premium .product-stock-badge{
  margin-top:16px !important;
  margin-bottom:0 !important;
  vertical-align:middle;
}
.product-panel-premium .premium-price{
  display:inline-flex !important;
  align-self:flex-start !important;
  vertical-align:middle !important;
  margin-top:0 !important;
  margin-left:14px !important;
  margin-bottom:12px !important;
  padding:10px 18px !important;
  min-height:42px !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,#fff7ed 0%,#ffffff 100%) !important;
  border:1px solid #fdba74 !important;
  box-shadow:0 10px 24px rgba(249,115,22,.12) !important;
  font-size:17px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  color:#c2410c !important;
  max-width:max-content !important;
}
.request-drawer .request-panel{
  width:min(620px,100%) !important;
  background:
    radial-gradient(circle at top right, rgba(249,115,22,.10), transparent 26%),
    linear-gradient(180deg,#ffffff 0%,#f8fafc 100%) !important;
  border-left:1px solid rgba(148,163,184,.22) !important;
  box-shadow:-26px 0 72px rgba(15,23,42,.26) !important;
  border-top-left-radius:32px !important;
  border-bottom-left-radius:32px !important;
  padding:28px 26px !important;
}
.request-drawer .request-head{
  padding-bottom:16px !important;
  margin-bottom:12px !important;
  border-bottom:1px solid #e2e8f0 !important;
}
.request-title{font-size:28px !important;font-weight:900 !important;letter-spacing:-.02em}
.request-sub{font-size:14px !important;color:#64748b !important;max-width:360px}
.request-body{padding:18px 0 16px !important;gap:14px !important}
.request-item{
  grid-template-columns:92px 1fr !important;
  gap:16px !important;
  padding:14px !important;
  border-radius:22px !important;
  border:1px solid #e2e8f0 !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;
  box-shadow:0 14px 34px rgba(15,23,42,.06) !important;
}
.request-item img{
  width:92px !important;height:92px !important;
  border-radius:18px !important;
  border:1px solid #e2e8f0 !important;
  background:#f8fafc !important;
  padding:8px !important;
  object-fit:contain !important;
}
.request-name{font-size:16px !important;font-weight:800 !important}
.request-meta{font-size:13px !important;line-height:1.5 !important}
.request-actions .link-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:36px;padding:0 12px;border-radius:999px;
  background:#fff;border:1px solid #e2e8f0;color:#334155;font-weight:700;
}
.request-actions .link-btn:hover{background:#fff7ed;border-color:#fdba74;color:#c2410c}
.request-form{
  margin-top:16px !important;
  padding:18px !important;
  border:1px solid #e2e8f0 !important;
  border-radius:24px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.6);
}
.request-field span{font-size:13px !important;font-weight:800 !important;letter-spacing:.02em;text-transform:uppercase;color:#475569 !important}
.request-field input,.request-field textarea{
  border-radius:16px !important;
  padding:13px 14px !important;
  border:1px solid #dbe2ea !important;
  background:#fff !important;
}
.request-field input:focus,.request-field textarea:focus{
  border-color:#fdba74 !important;
  box-shadow:0 0 0 4px rgba(249,115,22,.10) !important;
}
.request-foot{display:grid !important;grid-template-columns:1fr 1fr;gap:10px !important}
.request-submit{
  min-height:48px !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,#fb923c 0%,#ea580c 100%) !important;
  box-shadow:0 16px 32px rgba(234,88,12,.22) !important;
  font-weight:900 !important;
}
.request-avito{min-height:48px !important;border-radius:16px !important;font-weight:800 !important;background:#fff !important}
.request-empty{
  padding:22px !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%) !important;
}
.quick-view-contact{
  background:linear-gradient(180deg,#fb923c 0%,#ea580c 100%) !important;
  color:#fff !important;
  border:none !important;
  box-shadow:0 14px 28px rgba(234,88,12,.18) !important;
  font-weight:900 !important;
}
.quick-view-contact:hover{
  filter:brightness(.98);
  transform:translateY(-1px);
}
.floating-contact-btn{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:260;
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:12px 16px;
  border-radius:999px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.18), transparent 35%),
    linear-gradient(135deg,#0f172a 0%,#1e293b 55%,#334155 100%);
  color:#fff;
  text-decoration:none;
  font-weight:800;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 44px rgba(15,23,42,.26);
  transition:opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}
.floating-contact-btn:hover{transform:translateY(-2px);box-shadow:0 24px 52px rgba(15,23,42,.30);color:#fff}
.floating-contact-btn .floating-contact-icon{
  width:38px;height:38px;border-radius:999px;
  display:grid;place-items:center;
  background:linear-gradient(180deg,#fb923c 0%,#ea580c 100%);
  box-shadow:0 10px 22px rgba(234,88,12,.22);
  font-size:18px;
}
body.request-drawer-open .floating-contact-btn{
  opacity:0 !important;
  pointer-events:none !important;
  transform:translateY(14px) scale(.96) !important;
}
@media (max-width:700px){
  .product-panel-premium .premium-price{
    margin-left:10px !important;
    font-size:15px !important;
    padding:9px 14px !important;
  }
  .request-foot{grid-template-columns:1fr !important}
  .floating-contact-btn{
    right:14px;left:auto;bottom:14px;
    padding:11px 14px;
    max-width:calc(100vw - 28px);
  }
  .floating-contact-btn span:last-child{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}


/* final round 4 CTA + premium price fixes */
.product-panel-premium .product-stock-badge{
  display:inline-flex !important;
  margin-top:16px !important;
  margin-right:14px !important;
  margin-bottom:10px !important;
  vertical-align:middle !important;
}
.product-panel-premium .premium-price{
  display:inline-flex !important;
  align-items:center !important;
  align-self:flex-start !important;
  vertical-align:middle !important;
  margin-top:8px !important;
  margin-left:18px !important;
  margin-bottom:16px !important;
  padding:12px 22px !important;
  min-height:48px !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,#fff7ed 0%,#ffffff 100%) !important;
  border:1px solid #fdba74 !important;
  box-shadow:0 16px 36px rgba(249,115,22,.16) !important;
  font-size:20px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  color:#c2410c !important;
}
.floating-contact-btn{
  right:24px !important;
  bottom:24px !important;
  gap:10px !important;
  padding:13px 18px !important;
  border-radius:18px !important;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.16), transparent 32%),
    linear-gradient(135deg,#0f172a 0%,#111827 48%,#1f2937 100%) !important;
  box-shadow:0 22px 52px rgba(15,23,42,.30) !important;
}
.floating-contact-btn .floating-contact-icon{
  width:36px !important;
  height:36px !important;
  font-size:16px !important;
}
body.request-drawer-open .floating-contact-btn,
.request-drawer.show ~ .floating-contact-btn{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(14px) scale(.96) !important;
}
@media (max-width:700px){
  .product-panel-premium .product-stock-badge{
    margin-right:10px !important;
    margin-bottom:8px !important;
  }
  .product-panel-premium .premium-price{
    margin-top:8px !important;
    margin-left:10px !important;
    padding:10px 16px !important;
    font-size:17px !important;
    min-height:44px !important;
  }
}


/* cleanup patch: premium price note + safer badge layout */
.product-panel-premium .product-stock-badge,
.product-panel-premium .premium-price{display:inline-flex;vertical-align:middle}
.product-panel-premium .product-stock-badge{margin-top:16px!important;margin-right:14px!important;margin-bottom:6px!important}
.product-panel-premium .premium-price{
  align-items:center!important;
  align-self:flex-start!important;
  margin-top:10px!important;
  margin-left:12px!important;
  margin-bottom:2px!important;
  padding:10px 18px!important;
  min-height:44px!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fff8ee 0%,#ffffff 100%)!important;
  border:1px solid #fdba74!important;
  box-shadow:0 12px 28px rgba(249,115,22,.12)!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:900!important;
  color:#c2410c!important;
  max-width:max-content!important;
}
.product-panel-premium .premium-price-note{
  display:block!important;
  margin:4px 0 0 calc(12px + 2px)!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:600!important;
  color:#8b5e34!important;
  opacity:.88!important;
}
@media (max-width:700px){
  .product-panel-premium .product-stock-badge{margin-right:10px!important}
  .product-panel-premium .premium-price{margin-left:10px!important;padding:9px 15px!important;font-size:17px!important;min-height:42px!important}
  .product-panel-premium .premium-price-note{margin-left:10px!important;font-size:11px!important}
}


/* ===== FINAL PRICE / STOCK PATCH ===== */
.product-panel-premium .product-price,
.product-panel .product-price.premium-price,
.product-panel .premium-price{
  display:inline-flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:156px !important;
  max-width:180px !important;
  flex:0 0 auto !important;
  padding:12px 18px !important;
  margin-top:10px !important;
  border:1.5px solid #ef9a57 !important;
  border-radius:16px !important;
  background:#fff8f1 !important;
  color:#c95708 !important;
  font-size:18px !important;
  font-weight:800 !important;
  line-height:1.08 !important;
  text-align:center !important;
  white-space:nowrap !important;
  box-shadow:0 10px 24px rgba(201,87,8,.08) !important;
}

.product-panel-premium .product-price small,
.product-panel .product-price.premium-price small,
.product-panel .premium-price small{
  display:block !important;
  margin-top:4px !important;
  font-size:11px !important;
  line-height:1.1 !important;
  font-weight:500 !important;
  color:#8b8f97 !important;
}

.product-panel-premium .premium-price-note,
.product-panel .premium-price-note{
  display:none !important;
}

.product-panel-premium .product-stock-badge,
.product-panel .product-stock-badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  flex:0 0 auto !important;
  white-space:nowrap !important;
}


/* ===== PREMIUM PRICE / STOCK / CARD PRICE FINAL ===== */
.product-panel-premium .product-stock-badge,
.product-panel .product-stock-badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px 14px !important;
  margin:10px 14px 0 0 !important;
  vertical-align:top !important;
  font-size:13px !important;
  font-weight:800 !important;
  line-height:1 !important;
  border-radius:999px !important;
  box-shadow:0 6px 16px rgba(22,163,74,.10) !important;
}
.product-panel-premium .product-price,
.product-panel .product-price.premium-price,
.product-panel .premium-price{
  display:inline-flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  vertical-align:top !important;
  width:auto !important;
  min-width:168px !important;
  max-width:198px !important;
  margin:10px 0 0 0 !important;
  padding:12px 20px 10px !important;
  border:1px solid #f2a05a !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,#fffdfa 0%,#fff4ea 100%) !important;
  color:#c65408 !important;
  font-size:17px !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:-.01em !important;
  text-align:center !important;
  white-space:nowrap !important;
  box-shadow:0 10px 28px rgba(198,84,8,.12) !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.product-panel-premium .product-price:hover,
.product-panel .product-price.premium-price:hover,
.product-panel .premium-price:hover{
  transform:translateY(-1px) !important;
  border-color:#e88a3f !important;
  box-shadow:0 14px 32px rgba(198,84,8,.16) !important;
}
.product-panel-premium .product-price small,
.product-panel .product-price.premium-price small,
.product-panel .premium-price small{
  display:block !important;
  margin-top:5px !important;
  font-size:10px !important;
  line-height:1.1 !important;
  font-weight:600 !important;
  color:#8c8f97 !important;
  letter-spacing:0 !important;
}
.product-card .product-top{
  align-items:flex-start !important;
  gap:12px !important;
}
.product-card .product-price{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:18px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:-.01em !important;
  padding:8px 12px !important;
  border-radius:14px !important;
  color:#b45309 !important;
  background:linear-gradient(180deg,#fffdfa 0%,#fff4ea 100%) !important;
  border:1px solid #f2c08f !important;
  box-shadow:0 8px 18px rgba(180,83,9,.10) !important;
  white-space:nowrap !important;
  margin-left:auto !important;
}
.product-card .stock-badge{
  font-size:12px !important;
  padding:8px 12px !important;
}
@media (max-width:700px){
  .product-panel-premium .product-stock-badge,
  .product-panel .product-stock-badge{margin:8px 10px 0 0 !important;}
  .product-panel-premium .product-price,
  .product-panel .product-price.premium-price,
  .product-panel .premium-price{min-width:152px !important;max-width:180px !important;font-size:16px !important;padding:11px 16px 9px !important;}
  .product-card .product-price{font-size:16px !important;padding:7px 10px !important;}
}


/* sidebar search suggestions */
.sidebar .search-input-wrap{position:relative;min-width:0}
.sidebar .search-suggest{max-width:100%;overflow-x:hidden}
.sidebar .suggest-item{grid-template-columns:54px minmax(0,1fr)}
.sidebar .suggest-price{display:none}
.sidebar .suggest-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}
.sidebar .suggest-meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}


.sidebar .search-suggest{width:100%;max-width:100%;overflow:hidden}.sidebar .suggest-item{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:start;gap:10px}.sidebar .suggest-copy,.sidebar .suggest-head,.sidebar .suggest-title,.sidebar .suggest-meta{min-width:0}.sidebar .suggest-title{display:block;white-space:normal;overflow-wrap:anywhere;line-height:1.35}.sidebar .suggest-meta{display:block;white-space:normal;overflow-wrap:anywhere;line-height:1.35;margin-top:4px}.sidebar .suggest-price{display:none}.quick-view-spec-list li{padding-left:0}.quick-view-spec-list li::before{display:none}.product-panel .specs div,.detail-card .specs div{padding-left:0}.product-panel .specs div::before,.detail-card .specs div::before{display:none}


/* pass2: clearer VAT note + unified card lines + resource states */
.product-panel .product-price.premium-price small,
.product-panel .premium-price small,
.product-panel-premium .premium-price small{
  display:block !important;
  margin-top:6px !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  color:#92400e !important;
  opacity:1 !important;
  text-transform:none !important;
}
.product-card .spec-lines div,
.search-suggest .suggest-line{
  display:block;
  line-height:1.35;
}
.product-card .spec-lines div{font-size:13px;color:#334155}
.search-suggest .suggest-spec-lines{display:block;margin-top:4px;min-width:0}
.search-suggest .suggest-line{font-size:12px;color:#475569;white-space:normal;overflow-wrap:anywhere}
.search-suggest .suggest-item{align-items:start}
.search-suggest .suggest-copy{min-width:0}
.search-suggest .suggest-title{display:block;margin-bottom:4px}
.sidebar .search-suggest .suggest-item{grid-template-columns:54px minmax(0,1fr)}
.sidebar .search-suggest .suggest-price{display:none}
.quick-view-spec-list li,
.product-panel .specs div,
.detail-card .specs div{
  position:relative;
  padding-left:14px !important;
}
.quick-view-spec-list li::before,
.product-panel .specs div::before,
.detail-card .specs div::before{
  content:'•';
  position:absolute;
  left:0;
  top:0;
  color:#f97316;
  font-weight:900;
}
.detail-link.is-missing,
.detail-link.is-missing:visited{
  color:#b91c1c !important;
  border-color:#fecaca !important;
}
.detail-link.is-missing .icon{color:#b91c1c !important}
.detail-link.is-missing:hover{background:#fef2f2 !important}


/* pass3: disable sidebar dropdown and enforce single marker */
.sidebar .search-suggest{display:none !important;}
.sidebar .search-input-wrap{position:relative;}
.product-panel .specs div,.detail-card .specs div{padding-left:14px !important;position:relative;}
.product-panel .specs div::before,.detail-card .specs div::before{content:'•' !important;display:block !important;position:absolute;left:0;top:0;color:#f97316;font-weight:900;}
.quick-view-spec-list li{padding-left:14px !important;position:relative;}
.quick-view-spec-list li::before{content:'•' !important;display:block !important;position:absolute;left:0;top:0;color:#f97316;font-weight:900;}


/* marker fix: single bullet for premium specs and quick view */
.product-panel .specs div,
.detail-card .specs div,
.quick-view-spec-list li{
  padding-left:16px !important;
  position:relative !important;
}
.product-panel .specs div::before,
.detail-card .specs div::before,
.quick-view-spec-list li::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  left:0 !important;
  top:.62em !important;
  width:6px !important;
  height:6px !important;
  border-radius:999px !important;
  background:#f97316 !important;
  box-shadow:none !important;
  color:transparent !important;
}


/* request: final visual pass */

.contact-request-form .request-field input,
.contact-request-form .request-field textarea{background:#fff;border:1px solid #d8dee8;border-radius:14px;padding:14px 15px}
.product-card{border:1px solid rgba(203,213,225,.88)!important;border-radius:26px!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 18px 40px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.92)!important}
.product-card::before{height:3px;background:linear-gradient(90deg,#111827 0%,#334155 55%,#94a3b8 100%)!important}
.product-card:hover{transform:translateY(-7px)!important;box-shadow:0 28px 60px rgba(15,23,42,.14)!important;border-color:rgba(148,163,184,.55)!important}
.product-card > img{display:none!important}
.product-card .product-card-image{display:flex;align-items:center;justify-content:center;padding:18px 18px 8px;background:radial-gradient(circle at 82% 12%, rgba(59,130,246,.08), transparent 18%),linear-gradient(180deg,#f8fbff 0%,#eef3f8 100%);border-radius:26px 26px 0 0}
.product-card .product-card-image img{display:block;width:100%;max-width:100%;height:230px;object-fit:contain;filter:drop-shadow(0 14px 24px rgba(15,23,42,.10));transition:transform .35s ease}
.product-card:hover .product-card-image img{transform:scale(1.03)}
.product-card .product-price-block{display:flex;flex-direction:column;align-items:flex-end;gap:4px;margin-left:auto}
.product-card .product-price{font-size:16px!important;padding:8px 12px!important;background:#fff!important;border:1px solid #dbe4f0!important;color:#0f172a!important;box-shadow:0 10px 20px rgba(15,23,42,.06)!important}
.product-card .product-price-note{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7c2d12;background:#ffedd5;border:1px solid #fdba74;border-radius:999px;padding:4px 9px}
.product-card .product-name{font-size:20px!important;min-height:48px}
.product-card .product-short{margin-top:8px!important;min-height:58px;color:#64748b!important}
.product-card .specs{margin-top:16px!important;gap:10px!important}
.product-card .specs div{padding:10px 12px 10px 15px!important;background:#fff;border:1px solid #e5ebf3;border-radius:14px;line-height:1.4;font-size:13px}
.product-card .specs div::before{display:none!important}
.product-panel .product-price.premium-price,
.product-panel .premium-price,
.product-panel-premium .premium-price{display:inline-flex!important;flex-direction:column;align-items:flex-start!important;gap:6px;min-width:170px!important;border-radius:20px!important;background:linear-gradient(180deg,#fffaf2 0%,#fff 100%)!important;border:1px solid #f5c78c!important;box-shadow:0 16px 34px rgba(194,65,12,.12)!important;color:#9a3412!important;padding:14px 18px 12px!important}
.product-panel .product-price.premium-price small,
.product-panel .premium-price small,
.product-panel-premium .premium-price small{display:inline-flex!important;font-size:12px!important;font-weight:800!important;letter-spacing:.08em;text-transform:uppercase;color:#7c2d12!important;background:#ffedd5;border:1px solid #fdba74;border-radius:999px;padding:5px 10px;opacity:1!important}
.product-page .gallery-stage{min-height:560px;border-radius:34px;border:1px solid rgba(203,213,225,.8);background:radial-gradient(circle at 85% 12%, rgba(249,115,22,.10), transparent 20%),linear-gradient(180deg,#fff 0%,#f8fafc 100%);box-shadow:0 30px 70px rgba(15,23,42,.10);overflow:hidden}
.product-page .gallery-stage img{padding:28px;object-fit:contain;background:transparent!important}
.product-page .gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:12px;margin-top:14px}
.product-page .gallery-thumb{height:98px;border-radius:20px;padding:8px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);border:1px solid rgba(203,213,225,.9);box-shadow:0 10px 24px rgba(15,23,42,.06)}
.product-page .gallery-thumb.active{border-color:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.14), 0 14px 28px rgba(15,23,42,.08)}
.product-page .gallery-thumb img{width:100%;height:100%;object-fit:contain}
.detail-inline-subtitle{margin:22px 0 10px;font-size:18px;line-height:1.3;color:#0f172a}
.detail-list-inline-pack{margin-top:0;padding-left:18px}
.detail-list-inline-pack li{margin-bottom:8px}
@media (max-width:640px){.product-card .product-card-image img{height:180px}.product-card .product-price{font-size:14px!important}.product-card .product-price-note{font-size:10px;padding:3px 8px}.product-page .gallery-stage{min-height:360px}.product-page .gallery-thumb{height:84px}}

/* rollback pass: cleaner price/cards/gallery/search */
.product-card::before{
  display:none !important;
  content:none !important;
}
.product-card{
  background:#fff !important;
  border:1px solid rgba(203,213,225,.9) !important;
  box-shadow:0 16px 36px rgba(15,23,42,.07) !important;
}
.product-card:hover{
  transform:translateY(-4px) !important;
  box-shadow:0 22px 46px rgba(15,23,42,.10) !important;
}
.product-card .product-card-image{
  display:flex !important;
  align-items:center;
  justify-content:center;
  padding:18px 18px 8px;
  background:#fff !important;
  border-radius:26px 26px 0 0;
}
.product-card .product-card-image img{
  width:100%;
  max-width:100%;
  height:230px;
  object-fit:contain !important;
  filter:none !important;
  transform:none !important;
}
.product-card:hover .product-card-image img{
  transform:none !important;
}
.product-card .product-price-block{
  display:block !important;
  margin-left:auto;
}
.product-card .product-price{
  padding:0 !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
  color:var(--orange) !important;
  font-size:16px !important;
  font-weight:700 !important;
}
.product-card .product-price-note{
  display:none !important;
}
.product-card .specs{
  gap:8px !important;
}
.product-card .specs div{
  position:relative;
  padding:0 0 0 14px !important;
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  font-size:13px;
  line-height:1.45;
}
.product-card .specs div::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  left:0 !important;
  top:.58em !important;
  width:6px !important;
  height:6px !important;
  border-radius:50% !important;
  background:var(--orange) !important;
}

.product-panel .product-price.premium-price,
.product-panel .premium-price,
.product-panel-premium .premium-price,
.product-panel .product-price,
.product-panel-premium .product-price{
  display:block !important;
  min-width:0 !important;
  padding:0 !important;
  margin:14px 0 0 !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  color:#111827 !important;
  font-size:32px !important;
  font-weight:800 !important;
  line-height:1.1 !important;
}
.product-panel .product-price.premium-price small,
.product-panel .premium-price small,
.product-panel-premium .premium-price small,
.product-panel .product-price small,
.product-panel-premium .product-price small{
  display:block !important;
  margin-top:6px !important;
  padding:0 !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
  color:#6b7280 !important;
  font-size:13px !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}
.product-panel-premium .premium-price-note,
.product-panel .premium-price-note{
  display:none !important;
}

.product-page .gallery-stage,
.product-showcase .gallery-stage{
  background:#fff !important;
  border:1px solid rgba(203,213,225,.9) !important;
  box-shadow:0 18px 40px rgba(15,23,42,.08) !important;
}
.product-page .gallery-thumb,
.product-showcase .gallery-thumb{
  background:#fff !important;
  border:1px solid rgba(203,213,225,.9) !important;
  box-shadow:0 10px 22px rgba(15,23,42,.06) !important;
}
.product-page .gallery-thumb.active,
.product-showcase .gallery-thumb.active{
  border-color:#cbd5e1 !important;
  box-shadow:0 10px 22px rgba(15,23,42,.06) !important;
}
.product-page .gallery-stage img,
.product-showcase .gallery-stage img{
  background:transparent !important;
}

.product-page-premium .premium-detail-grid{
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr) !important;
}
.product-page-premium .detail-main-card{
  padding:34px !important;
}

.sidebar .search-suggest{
  display:block !important;
}

@media (max-width:1100px){
  .product-page-premium .premium-detail-grid{
    grid-template-columns:1fr !important;
  }
}
@media (max-width:640px){
  .product-card .product-card-image img{height:180px !important;}
  .product-panel .product-price.premium-price,
  .product-panel .premium-price,
  .product-panel-premium .premium-price,
  .product-panel .product-price,
  .product-panel-premium .product-price{font-size:26px !important;}
}

/* final cleanup: sidebar search, clean cards, full-width description */
.sidebar .search-suggest{
  display:none !important;
}
.sidebar .search-input-wrap.catalog-search-wrap{
  overflow:visible;
}
.sidebar .search-input-wrap.catalog-search-wrap .search-suggest.show{
  display:block !important;
}

.product-card,
.product-card:hover{
  border-color:rgba(203,213,225,.88) !important;
  box-shadow:0 16px 36px rgba(15,23,42,.07) !important;
}
.product-card::before,
.product-card::after{
  display:none !important;
  content:none !important;
}
.product-card .product-card-image,
.product-card > img{
  background:#fff !important;
}
.product-card .product-card-image img,
.product-card > img{
  filter:none !important;
}
.product-card .specs div::before{
  box-shadow:none !important;
}

.products-grid.catalog-grid .product-card,
#popular-products .product-card,
.products-grid .product-card{
  background:#fff !important;
}

.product-page .gallery-stage,
.product-showcase .gallery-stage,
.big-image,
.gallery-stage,
.gallery-thumb,
.product-page .gallery-thumb,
.product-showcase .gallery-thumb{
  background:#fff !important;
}
.product-showcase .gallery-stage img,
.product-page .gallery-stage img,
.gallery-stage img{
  background:transparent !important;
}
.product-showcase .gallery-thumb.active,
.product-page .gallery-thumb.active,
.gallery-thumb.active{
  box-shadow:0 10px 22px rgba(15,23,42,.06) !important;
  border-color:rgba(203,213,225,.9) !important;
}

.product-page-premium .premium-detail-grid,
.premium-detail-grid{
  grid-template-columns:1fr !important;
  gap:22px !important;
}
.product-page-premium .detail-main-card,
.product-page-premium .compatible-section,
.premium-detail-grid .detail-main-card,
.premium-detail-grid .compatible-section{
  width:100% !important;
  max-width:none !important;
}
.product-page-premium .detail-main-card,
.premium-detail-grid .detail-main-card{
  padding:40px 44px !important;
}
.product-page-premium .detail-main-card h2,
.premium-detail-grid .detail-main-card h2{
  margin:0 0 22px !important;
  font-size:32px !important;
  line-height:1.1 !important;
}
.product-page-premium .detail-text,
.premium-detail-grid .detail-text{
  max-width:none !important;
  color:#334155;
}
.product-page-premium .detail-text p,
.premium-detail-grid .detail-text p{
  margin:0 0 18px;
  max-width:1100px;
  font-size:17px;
  line-height:1.9;
}
.product-page-premium .detail-text .detail-list,
.product-page-premium .detail-text .detail-list-inline-pack,
.premium-detail-grid .detail-text .detail-list,
.premium-detail-grid .detail-text .detail-list-inline-pack{
  display:grid;
  grid-template-columns:repeat(2,minmax(240px,1fr));
  gap:10px 28px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
}
.product-page-premium .detail-text .detail-list li,
.product-page-premium .detail-text .detail-list-inline-pack li,
.premium-detail-grid .detail-text .detail-list li,
.premium-detail-grid .detail-text .detail-list-inline-pack li{
  position:relative;
  padding-left:18px;
  margin:0;
  font-size:16px;
  line-height:1.7;
  color:#334155;
}
.product-page-premium .detail-text .detail-list li::before,
.product-page-premium .detail-text .detail-list-inline-pack li::before,
.premium-detail-grid .detail-text .detail-list li::before,
.premium-detail-grid .detail-text .detail-list-inline-pack li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--orange);
}
.product-page-premium .detail-inline-subtitle,
.premium-detail-grid .detail-inline-subtitle{
  margin:30px 0 14px !important;
  font-size:20px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
}

@media (max-width:900px){
  .product-page-premium .detail-main-card,
  .premium-detail-grid .detail-main-card{
    padding:28px 24px !important;
  }
  .product-page-premium .detail-main-card h2,
  .premium-detail-grid .detail-main-card h2{
    font-size:26px !important;
  }
  .product-page-premium .detail-text p,
  .premium-detail-grid .detail-text p{
    font-size:16px;
    line-height:1.8;
  }
  .product-page-premium .detail-text .detail-list,
  .product-page-premium .detail-text .detail-list-inline-pack,
  .premium-detail-grid .detail-text .detail-list,
  .premium-detail-grid .detail-text .detail-list-inline-pack{
    grid-template-columns:1fr;
    gap:8px;
  }
}


/* ===== UI fixes v3 ===== */
.product-card,
.product-card:hover{
  border-color: rgba(203,213,225,.78) !important;
}
.product-card::before,
.product-card::after{
  display:none !important;
  content:none !important;
}
.product-card,
.product-card > img,
.product-card img{
  background:#fff !important;
}
.product-card img,
.product-card > img{
  object-fit:contain !important;
  padding:20px !important;
  aspect-ratio:1/1 !important;
  height:250px !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:none !important;
}
.product-card:hover img,
.product-card-clickable:hover img{
  transform:none !important;
}
.product-card .product-actions .card-details{
  box-shadow:none !important;
}

.avito-showcase{
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr) !important;
  gap:20px !important;
  padding:26px 30px !important;
  border-radius:30px !important;
}
.avito-showcase-copy{max-width:640px !important}
.avito-title-compact{font-size:44px !important; line-height:1.02 !important; margin:10px 0 0 !important}
.avito-text-compact{max-width:560px !important; margin-top:14px !important; font-size:16px !important; line-height:1.65 !important}
.avito-highlights{max-width:620px !important; gap:12px !important; margin-top:18px !important}
.avito-highlight{padding:16px 18px !important; border-radius:20px !important}
.avito-highlight strong{font-size:20px !important}
.avito-mini-points{gap:8px !important; margin-top:14px !important}
.avito-mini-points span{padding:7px 11px !important; font-size:12px !important}
.avito-actions{margin-top:18px !important}
.avito-actions .btn{height:46px !important; padding:0 20px !important}
.avito-showcase-card{padding:14px !important; border-radius:24px !important; gap:12px !important; max-width:380px !important; margin-left:auto !important}
.avito-showcase-screen{min-height:0 !important; padding:14px !important; border-radius:20px !important}
.avito-showcase-screen img{max-width:220px !important; border-radius:18px !important; box-shadow:0 14px 30px rgba(15,23,42,.16) !important}
.avito-showcase-note{padding:12px 14px !important; border-radius:16px !important}
.avito-showcase-note-text{font-size:12px !important; line-height:1.5 !important}

.home-articles-carousel{position:relative}
.home-articles-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.home-articles-controls{display:flex;align-items:center;gap:10px}
.home-articles-btn{width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(15,23,42,.05);transition:.2s}
.home-articles-btn:hover{background:#f8fafc;border-color:#cbd5e1}
.home-articles-dots{display:flex;align-items:center;gap:8px;margin-top:18px;justify-content:center}
.home-articles-dot{width:8px;height:8px;border-radius:999px;background:#cbd5e1;transition:.2s}
.home-articles-dot.active{width:24px;background:#f97316}
.home-articles-track .article-card{height:100%}

@media (max-width:980px){
  .avito-showcase{grid-template-columns:1fr !important; padding:22px !important}
  .avito-showcase-card{max-width:none !important; margin-left:0 !important}
  .avito-title-compact{font-size:34px !important}
}
@media (max-width:720px){
  .product-card img,.product-card > img{height:220px !important;padding:16px !important}
  .home-articles-track{grid-template-columns:1fr}
  .home-articles-controls{display:none}
  .home-articles-dots{margin-top:14px}
}


/* Final cleanup overrides */
.product-card img,
.product-card > img{
  height: 235px !important;
  object-fit: contain !important;
  padding: 18px !important;
  background: #f8fafc !important;
  box-shadow: none !important;
}
.product-card::before,
.product-card::after,
.product-card .product-media::before,
.product-card .product-media::after{
  display:none !important;
  content:none !important;
}
.home-articles-btn{position:relative; z-index:3;}
.home-articles-track{align-items:stretch;}
.home-articles-track .article-card{display:flex; flex-direction:column;}
.product-card .specs{border-top:1px solid #eef2f7 !important;}
.product-card .specs div{padding-left:15px; position:relative; border:none !important; background:none !important; box-shadow:none !important;}
.product-card .specs div::before{content:""; position:absolute; left:0; top:.62em; width:6px; height:6px; border-radius:999px; background:#f97316; opacity:.9;}


/* 2026-03 safe header polish */
.shell-nav-link{font-weight:800;letter-spacing:-.01em}
.shell-nav-link.active{box-shadow:inset 0 -2px 0 #f97316}
.shell-nav-catalog-line .shell-nav-link{padding-right:8px}
.shell-mega-card{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 82%)}
.shell-mega-card .shell-mega-title{font-size:15px}
.shell-mega-tags a{font-weight:800}


/* 2026-03 targeted product card updates */
.home-featured-actions{display:flex;align-items:center;justify-content:flex-end}
.product-card .product-price{font-size:18px!important;font-weight:800!important;padding:9px 14px!important;box-shadow:0 10px 24px rgba(15,23,42,.08)!important}
.product-card .product-price.is-on-request{color:#9a3412!important;background:#fff7ed!important;border-color:#fdba74!important}
@media (max-width:640px){.product-card .product-price{font-size:15px!important;padding:7px 11px!important}}

.product-model-codes{margin-top:10px;font-size:13px;line-height:1.5;color:#5b6472}.product-model-codes strong{color:#1f2937;font-weight:700}

/* 2026-03 Premium UI Upgrade v1 */
:root{
  --container:1280px;
}
body{
  background:
    radial-gradient(1200px 420px at 50% -80px, rgba(99,102,241,.08), rgba(99,102,241,0) 55%),
    linear-gradient(180deg,#f6f8fc 0%, #f3f6fb 100%);
}
.container{padding-left:20px;padding-right:20px}
.section{padding:18px 0 32px}
.section-header{margin-bottom:22px}
.section-title{letter-spacing:-.03em}
.section-sub{font-size:15px}

.btn{
  height:46px;
  padding:0 20px;
  border-radius:15px;
  font-weight:800;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(15,23,42,.10)}
.btn-orange{
  background:linear-gradient(135deg,#ff8a2a 0%,#ea580c 100%);
  border:1px solid rgba(234,88,12,.35);
}
.btn-orange:hover{background:linear-gradient(135deg,#ff963f 0%,#f97316 100%)}
.btn-dark{
  background:linear-gradient(180deg,#0f172a 0%,#111827 100%);
  border:1px solid rgba(15,23,42,.45);
}
.btn-outline{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(148,163,184,.28);
  box-shadow:0 8px 22px rgba(15,23,42,.04);
}
.btn-outline:hover{background:#fff;border-color:rgba(100,116,139,.3)}

.card,
.sidebar,
.info-card,
.article-card,
.category-card,
.product-card,
.product-panel,
.big-image,
.text-card,
.avito-showcase,
.quick-view-dialog{
  border-color:rgba(226,232,240,.92) !important;
}
.card,
.sidebar,
.info-card,
.article-card,
.category-card,
.product-card,
.product-panel,
.big-image,
.text-card{
  box-shadow:0 18px 50px rgba(15,23,42,.06) !important;
}
.card:hover,
.info-card:hover,
.category-card:hover,
.product-card:hover,
.article-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 60px rgba(15,23,42,.10) !important;
}

.shell-header{
  background:rgba(255,255,255,.82) !important;
  backdrop-filter:blur(18px) saturate(150%);
  border-bottom:1px solid rgba(226,232,240,.72) !important;
  box-shadow:0 18px 40px rgba(15,23,42,.05) !important;
}
.shell-mainbar{padding-top:16px;padding-bottom:16px}
.shell-brand-logo{
  box-shadow:0 16px 34px rgba(69,48,200,.12) !important;
  background:linear-gradient(145deg,#ffffff,#eef2ff) !important;
}
.shell-brand-title{letter-spacing:-.04em}
.shell-searchbar .search-input-wrap,
.shell-search-btn,
.shell-cart-btn,
.shell-avito-btn,
.shell-burger{
  box-shadow:0 12px 30px rgba(15,23,42,.06) !important;
}
.shell-nav-link{
  border-radius:14px;
  padding:12px 14px;
}
.shell-nav-link:hover,
.shell-nav-link.active{
  background:rgba(248,250,252,.92);
}
.shell-mega-menu{
  border:1px solid rgba(226,232,240,.92) !important;
  box-shadow:0 30px 70px rgba(15,23,42,.14) !important;
  background:rgba(255,255,255,.96) !important;
  backdrop-filter:blur(16px);
}
.shell-mega-card{
  border:1px solid rgba(226,232,240,.92) !important;
  box-shadow:0 14px 34px rgba(15,23,42,.05);
}
.shell-mega-card:hover{transform:translateY(-3px)}

.hero{gap:24px;padding-top:28px}
.hero-main{
  border-radius:34px;
  padding:46px;
  min-height:390px;
  box-shadow:0 28px 64px rgba(15,23,42,.18) !important;
}
.hero-main::after{
  content:"";
  position:absolute;
  inset:auto -80px -120px auto;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.18), rgba(255,255,255,0) 68%);
  pointer-events:none;
}
.hero h1{letter-spacing:-.045em}
.hero p{max-width:640px;color:rgba(255,255,255,.88)}
.hero-side .card{background:rgba(255,255,255,.88)}
.quick-btn{
  border:1px solid rgba(226,232,240,.9);
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
}
.quick-btn:hover{transform:translateX(2px)}

.category-card,
.product-card,
.article-card,
.info-card{
  position:relative;
  overflow:hidden;
}
.category-card::before,
.product-card::before,
.article-card::before,
.info-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:1px;
  background:linear-gradient(90deg, rgba(255,255,255,.8), rgba(255,255,255,0));
  pointer-events:none;
}
.category-card{
  border-radius:30px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
}
.category-content{padding:24px}
.category-title{letter-spacing:-.03em}
.category-text{font-size:15px}

.products-grid{gap:24px}
.product-card{
  border-radius:30px !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%) !important;
}
.product-card .product-card-image,
.product-card > img{
  background:
    radial-gradient(220px 140px at 50% 18%, rgba(79,70,229,.08), rgba(79,70,229,0) 70%),
    linear-gradient(180deg,#fcfdff 0%,#f3f7fb 100%) !important;
}
.product-card img,
.product-card > img{
  height:245px !important;
  padding:22px !important;
}
.product-card .product-content{padding:20px 20px 22px !important}
.product-card .product-top{align-items:flex-start;margin-bottom:12px}
.product-card .brand-badge{
  background:linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%);
  border:1px solid rgba(226,232,240,.95);
  color:#334155;
  font-weight:800;
}
.product-card .stock-badge{
  margin:0 0 10px;
  box-shadow:0 8px 22px rgba(15,23,42,.04);
}
.product-card .product-price{
  font-size:20px !important;
  font-weight:900 !important;
  line-height:1 !important;
  padding:10px 15px !important;
  border-radius:16px !important;
  background:linear-gradient(135deg,#fff7ed 0%,#ffffff 100%) !important;
  border:1px solid rgba(251,146,60,.24) !important;
}
.product-card .product-name{
  font-size:21px !important;
  letter-spacing:-.03em;
}
.product-card .product-short{
  color:#5b6472 !important;
  min-height:70px;
}
.product-card .specs{
  margin-top:16px !important;
  padding-top:16px !important;
  border-top:1px solid rgba(226,232,240,.9) !important;
  gap:10px !important;
}
.product-card .specs div{
  font-size:14px !important;
  color:#334155 !important;
}
.product-card .product-actions{
  padding-top:20px !important;
  grid-template-columns:1fr auto !important;
  align-items:center;
}
.product-card .card-details{
  height:46px !important;
  border-radius:15px !important;
}
.product-card .quick-view-trigger{
  width:46px !important;
  height:46px !important;
  min-width:46px !important;
  border-radius:15px !important;
}

.info-card,
.article-card{
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
}
.info-title,
.article-title{letter-spacing:-.03em}
.article-card{
  min-height:100%;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,250,252,.96) 100%),
    linear-gradient(135deg,rgba(79,70,229,.05),rgba(14,165,233,.05));
}
.article-type{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  background:#fff7ed;
  border:1px solid #fed7aa;
}

.sidebar{
  border-radius:30px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
}
.sidebar-btn{
  border:1px solid rgba(226,232,240,.95);
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  font-weight:700;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.sidebar-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,23,42,.05)}
.sidebar-btn.active{box-shadow:0 12px 28px rgba(15,23,42,.14)}

.big-image,
.product-panel{
  border-radius:32px !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%) !important;
}
.product-panel h1,
.text-card h1{letter-spacing:-.04em}
.product-panel .desc,
.text-card p,
.text-card li{color:#4b5563}
.spec-box{
  border:1px solid rgba(226,232,240,.95);
  background:linear-gradient(180deg,#fbfdff 0%,#f8fafc 100%);
}

.home-articles-btn,
.home-articles-dot,
.home-featured-actions .btn{
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}
.home-articles-btn:hover{transform:translateY(-2px)}

.footer,
.shell-footer{
  background:
    radial-gradient(500px 240px at 12% 0%, rgba(79,70,229,.22), rgba(79,70,229,0) 65%),
    linear-gradient(180deg,#050816 0%,#020617 100%) !important;
}
.shell-footer{
  border-top:1px solid rgba(99,102,241,.16);
}
.shell-footer-brand,
.shell-footer-links a,
.shell-footer-text{color:#cbd5e1}
.shell-footer-links a:hover{color:#fff}

@media (max-width:980px){
  :root{--container:1220px}
  .hero-main{padding:34px;min-height:340px}
  .product-card img,.product-card > img{height:230px !important}
}
@media (max-width:720px){
  .container{padding-left:16px;padding-right:16px}
  .hero-main{padding:28px;border-radius:28px}
  .product-card{border-radius:24px !important}
  .product-card img,.product-card > img{height:220px !important;padding:18px !important}
  .product-card .product-content{padding:18px !important}
  .product-card .product-price{font-size:17px !important;padding:9px 12px !important}
}


/* Readability hotfix after premium UI upgrade */
.shell-nav-link.active,
.shell-nav-link[aria-current="page"],
.shell-nav-item.current > .shell-nav-link{
  background:linear-gradient(180deg,#fff7ed 0%,#ffedd5 100%) !important;
  color:#111827 !important;
  border:1px solid rgba(251,146,60,.35) !important;
  box-shadow:0 10px 24px rgba(249,115,22,.10), inset 0 -2px 0 #f97316 !important;
}
.shell-nav-link:hover{
  color:#0f172a !important;
}

.footer-title,
.footer-heading,
.shell-footer-title,
.shell-footer-heading{
  color:#ffffff !important;
}
.footer-sub,
.footer-links,
.footer-links a,
.shell-footer-text,
.shell-footer-links a,
.shell-footer-brand{
  color:#e2e8f0 !important;
}
.footer-links a:hover,
.shell-footer-links a:hover{
  color:#ffffff !important;
}



/* === HOTFIX 2: product image fills whole top area of card === */
.category-card img{
  display:block !important;
  width:100% !important;
  height:300px !important;
  
  object-position:center 90% !important;
}
@media (max-width:640px){
  .category-card img{
    height:240px !important;
    object-position:center 85% !important;
  }
}

.products-grid .product-card{
  overflow:hidden !important;
}

.products-grid .product-card .product-card-image{
  display:block !important;
  width:100% !important;
  height:280px !important;
  overflow:hidden !important;
  border-radius:24px 24px 0 0 !important;
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
  line-height:0 !important;
}

.products-grid .product-card .product-card-image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  
  object-position:center center !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:24px 24px 0 0 !important;
  background:transparent !important;
  box-shadow:none !important;
  max-width:none !important;
  max-height:none !important;
}

@media (max-width:768px){
  .products-grid .product-card .product-card-image{
    height:230px !important;
  }
}


/* === generator-safe card image rules === */
.category-card img{
  display:block !important;
  width:100% !important;
  height:300px !important;
  
  object-position:center 90% !important;
}
@media (max-width:640px){
  .category-card img{
    height:240px !important;
    object-position:center 85% !important;
  }
}
.products-grid .product-card .product-card-image{
  display:block !important;
  width:100% !important;
  height:280px !important;
  overflow:hidden !important;
  border-radius:24px 24px 0 0 !important;
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
  line-height:0 !important;
}
.products-grid .product-card .product-card-image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  
  object-position:center center !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:24px 24px 0 0 !important;
  background:transparent !important;
  box-shadow:none !important;
  max-width:none !important;
  max-height:none !important;
}
@media (max-width:768px){
  .products-grid .product-card .product-card-image{
    height:230px !important;
  }
}


/* === PRODUCT PAGE FULL BLEED IMAGE === */
.product-gallery,
.product-image{
  padding:0 !important;
  background:transparent !important;
}

.product-gallery img,
.product-image img{
  width:100% !important;
  height:100% !important;
  
  display:block !important;
  border-radius:24px !important;
}


/* === FIX: only MAIN image full bleed, thumbnails untouched === */
.product-gallery > img,
.product-main-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

/* thumbnails restore */
.product-thumbs img,
.product-gallery-thumbs img{
  object-fit:contain !important;
  height:auto !important;
}



/* === FINAL NARROW FIX: catalog cards + product page main image only === */

/* 1) Catalog / popular cards: image fills whole top area */
.products-grid .product-card .product-card-image{
  display:block !important;
  width:100% !important;
  height:280px !important;
  overflow:hidden !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  line-height:0 !important;
}
.products-grid .product-card .product-card-image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  max-width:none !important;
  max-height:none !important;
}
@media (max-width:768px){
  .products-grid .product-card .product-card-image{
    height:230px !important;
  }
}

/* 2) Product page: only main big image, thumbnails untouched */
.gallery-stage{
  overflow:hidden !important;
}
.gallery-stage img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  padding:0 !important;
  margin:0 !important;
  object-fit:cover !important;
  object-position:center center !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  max-width:none !important;
  max-height:none !important;
}
.gallery-thumb img,
.quick-view-thumb img{
  object-fit:contain !important;
}

/* Parts catalog cards — isolated styles */
.product-card-part {
  border: 1px solid rgba(41, 58, 92, 0.10);
}
.product-card-part .specs {
  display: none;
}
.product-card-part .product-short {
  min-height: 0;
  color: #546074;
}
.product-card-part .part-card-summary {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}
.product-card-part .part-card-summary div {
  position: relative;
  display: block;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
}
.product-card-part .part-card-summary div::before {
  content: '';
  position: absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}
.product-card-part .quick-view-trigger{position:static;opacity:1;transform:none;height:44px;width:44px;min-width:44px;border:1px solid var(--line);border-radius:14px;background:#fff;color:#0f172a;box-shadow:none;display:inline-grid;place-items:center;}
.product-card-part .quick-view-trigger:hover{background:#f8fafc;}
.product-card-part .part-card-actions {
  margin-top: 14px;
}
.product-card-part .part-card-actions .btn {
  flex: 1 1 0;
}

/* Parts product page — isolated styles */
.product-page-part {
  --part-border: rgba(41, 58, 92, 0.10);
  --part-muted: #5c687c;
}
.product-page-part .product-page {
  align-items: start;
  gap: 34px;
}
.product-page-part .product-panel-part {
  gap: 0;
  padding-top: 18px;
}









.product-page-part .part-short {
  display: none;
}
.product-page-part .part-facts-box {
  margin-top: 30px;
  padding: 24px 26px;
  border: 1px solid rgba(198, 209, 227, 0.95);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}
.product-page-part .part-facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 32px;
  margin-top: 0;
}
.product-page-part .part-fact-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  min-height: 0;
}
.product-page-part .part-fact-card-wide {
  grid-column: 1 / 2;
}
.product-page-part .part-fact-label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8a95a7;
}
.product-page-part .part-fact-value {
  font-size: 16px;
  line-height: 1.45;
  color: #162033;
  word-break: break-word;
}
.product-page-part .part-actions {
  margin-top: 26px;
  gap: 12px;
}
.product-page-part .part-actions .btn {
  min-height: 48px;
}
.product-page-part .part-detail-grid {
  display: grid;
  gap: 22px;
  margin-top: 30px;
}
.product-page-part .part-detail-card {
  background: #fff;
  border: 1px solid var(--part-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.05);
}
.product-page-part .part-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}
.product-page-part .part-detail-card h2 {
  margin: 0;
  font-size: 22px;
}
.product-page-part .part-section-note {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f3f6fb;
  color: #4a5770;
  font-size: 13px;
  font-weight: 600;
}
.product-page-part .part-detail-text p {
  margin: 0 0 14px;
  color: #344256;
  line-height: 1.72;
}
.product-page-part .part-detail-text p:last-child {
  margin-bottom: 0;
}
.product-page-part .part-kit-table-wrap {
  overflow-x: auto;
  border: 1px solid #edf1f6;
  border-radius: 18px;
}
.product-page-part .part-kit-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.product-page-part .part-kit-table th,
.product-page-part .part-kit-table td {
  padding: 14px 16px;
  text-align: left;
  border-top: 1px solid #edf1f6;
  vertical-align: top;
}
.product-page-part .part-kit-table thead th {
  border-top: 0;
  background: #f7f9fc;
  color: #0f172a;
  font-weight: 700;
  font-size: 14px;
}
.product-page-part .part-kit-table tbody td:first-child {
  width: 220px;
  color: #0f172a;
  font-weight: 600;
}
@media (max-width: 900px) {
  .product-page-part .product-page {
    gap: 24px;
  }
  .product-page-part .part-facts-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .product-page-part .part-actions {
    flex-direction: column;
  }
  .product-page-part .part-fact-card-wide {
    grid-column: auto;
  }
}


/* parts quick view + page spacing fixes */
.product-page-part .product-panel-part{padding-top:26px}

.quick-view-spec-list strong{font-weight:700;color:#0f172a}
.quick-view-kit-item{display:block}
.quick-view-kit-lines{display:grid;gap:6px;margin-top:8px}
.quick-view-kit-line{line-height:1.55;color:#334155}


/* final polish: stable CTA + real reveal motion */
@keyframes partFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.product-page-premium .premium-spec-box,
.product-page-part .part-facts-box {
  opacity: 0;
  transform: translateY(16px);
  animation: partFadeUp .55s cubic-bezier(.22,.61,.36,1) forwards;
  will-change: opacity, transform;
}
.product-page-part .part-facts-box { animation-delay: .08s; }
.product-page-premium .premium-spec-box { animation-delay: .12s; }

.product-page-premium .product-actions .btn-dark,
.product-page-part .product-contact-btn {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease !important;
  box-shadow: 0 14px 28px rgba(15,23,42,.18);
}
.product-page-premium .product-actions .btn-dark:hover,
.product-page-part .product-contact-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 34px rgba(15,23,42,.22) !important;
}
.product-page-premium .product-actions .btn-dark:active,
.product-page-part .product-contact-btn:active {
  transform: translateY(0) !important;
  box-shadow: 0 10px 20px rgba(15,23,42,.16) !important;
}

.product-page-part .part-facts-box {
  margin-top: 34px;
  padding: 28px 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(205, 216, 232, 0.95);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.08);
}
.product-page-part .part-facts-grid {
  gap: 22px 36px;
}
.product-page-part .part-fact-card-wide {
  grid-column: 1 / -1;
}

@media (prefers-reduced-motion: reduce) {
  .product-page-premium .premium-spec-box,
  .product-page-part .part-facts-box {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .product-page-premium .product-actions .btn-dark,
  .product-page-part .product-contact-btn {
    transition: none !important;
  }
}

/* final hotfix: stable contact CTA without flicker */
.product-page-premium .product-actions .btn-dark,
.product-page-part .product-contact-btn {
  animation: none !important;
  transform: none !important;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, opacity .18s ease !important;
  will-change: auto !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.product-page-premium .product-actions .btn-dark:hover,
.product-page-part .product-contact-btn:hover {
  transform: none !important;
  background: linear-gradient(180deg,#162033 0%,#1b2538 100%) !important;
  border-color: rgba(15,23,42,.58) !important;
  box-shadow: 0 18px 34px rgba(15,23,42,.22) !important;
}
.product-page-premium .product-actions .btn-dark:active,
.product-page-part .product-contact-btn:active {
  transform: none !important;
  box-shadow: 0 10px 20px rgba(15,23,42,.16) !important;
}


/* final safe contact CTA polish: animated without flicker */
.product-page-premium .product-actions .btn-dark,
.product-page-part .product-contact-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg,#0f172a 0%,#162033 100%) !important;
  border-color: rgba(15,23,42,.42) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(15,23,42,.18) !important;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, filter .22s ease !important;
}
.product-page-premium .product-actions .btn-dark::after,
.product-page-part .product-contact-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.12) 42%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.12) 58%, rgba(255,255,255,0) 100%);
  transform: translateX(-135%);
  transition: transform .55s cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
  z-index: 0;
}
.product-page-premium .product-actions .btn-dark > *,
.product-page-part .product-contact-btn > * {
  position: relative;
  z-index: 1;
}
.product-page-premium .product-actions .btn-dark:hover,
.product-page-part .product-contact-btn:hover {
  transform: none !important;
  background: linear-gradient(180deg,#162033 0%,#1d2a3f 100%) !important;
  border-color: rgba(15,23,42,.58) !important;
  box-shadow: 0 18px 36px rgba(15,23,42,.24) !important;
  filter: saturate(1.05);
}
.product-page-premium .product-actions .btn-dark:hover::after,
.product-page-part .product-contact-btn:hover::after {
  transform: translateX(135%);
}
.product-page-premium .product-actions .btn-dark:active,
.product-page-part .product-contact-btn:active {
  transform: none !important;
  background: linear-gradient(180deg,#0d1422 0%,#141e30 100%) !important;
  box-shadow: 0 10px 20px rgba(15,23,42,.16) !important;
  filter: saturate(1);
}
@media (prefers-reduced-motion: reduce) {
  .product-page-premium .product-actions .btn-dark::after,
  .product-page-part .product-contact-btn::after {
    transition: none !important;
    transform: none !important;
    opacity: 0;
  }
}

/* final gallery fit: slightly farther, without visible foreign background edges */
.product-page .gallery-stage,
.product-showcase .gallery-stage{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f8fcff !important;
}
.product-page .gallery-stage img,
.product-showcase .gallery-stage img{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  padding:18px !important;
  margin:0 !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:transparent !important;
}
.product-page .gallery-thumb,
.product-showcase .gallery-thumb{
  background:#f8fcff !important;
}
.product-page .gallery-thumb img,
.product-showcase .gallery-thumb img{
  object-fit:contain !important;
  background:transparent !important;
}
@media (max-width:700px){
  .product-page .gallery-stage img,
  .product-showcase .gallery-stage img{
    padding:12px !important;
  }
}


/* === contacts + avito icons refresh === */
.contacts-card-rich{display:flex;flex-direction:column;gap:18px}
.contacts-intro{margin:0;color:#5b6475;line-height:1.75}
.contact-links-rich{display:grid;gap:14px;margin-top:4px}
.contact-link-rich{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:22px;border:1px solid #dbe3f0;background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);box-shadow:0 10px 24px rgba(15,23,42,.06);text-decoration:none;color:#0f172a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.contact-link-rich:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(15,23,42,.10)}
.contact-link-icon{flex:0 0 50px;width:50px;height:50px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(148,163,184,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}
.contact-link-icon img{width:24px;height:24px;display:block}
.contact-link-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
.contact-link-copy strong{font-size:16px;line-height:1.2}
.contact-link-copy span{font-size:14px;line-height:1.45;color:#5b6475}
.contact-link-arrow{margin-left:auto;font-size:18px;line-height:1;color:#64748b}
.contact-link-avito{border-color:#cae6d2;background:linear-gradient(135deg,#f5fff8 0%,#eefcf3 55%,#f8fbff 100%)}
.contact-link-avito:hover{border-color:#9ed9ac;box-shadow:0 18px 36px rgba(33,201,91,.14)}
.contact-link-email{border-color:#dde3ea;background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%)}
.contact-link-telegram{border-color:#d7ebff;background:linear-gradient(135deg,#f5fbff 0%,#eef7ff 100%)}
.contact-link-telegram:hover{border-color:#9ccfff;box-shadow:0 18px 36px rgba(39,166,229,.14)}
.btn-avito,.request-avito,.premium-avito-btn,.quick-view-avito,.avito-store-link{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px}
.btn-avito::before,.request-avito::before,.premium-avito-btn::before,.quick-view-avito::before,.avito-store-link::before{content:"";width:18px;height:18px;flex:0 0 18px;background:url('../img/icons/avito.svg') center/contain no-repeat}
.btn-avito,.request-avito,.quick-view-avito{border-color:#bde5c8;color:#0f172a;background:linear-gradient(135deg,#f5fff8 0%,#eefcf3 100%)}
.btn-avito:hover,.request-avito:hover,.quick-view-avito:hover{background:linear-gradient(135deg,#ecfdf2 0%,#e2f8e9 100%);border-color:#8fd3a1}
.avito-store-link{color:#0f172a;font-weight:800}
.avito-store-link::before{width:16px;height:16px;flex-basis:16px}
.premium-avito-btn{background:linear-gradient(135deg,#f5fff8 0%,#eefcf3 100%);border-color:#bde5c8;color:#0f172a}
.premium-avito-btn:hover{background:linear-gradient(135deg,#ecfdf2 0%,#e2f8e9 100%);border-color:#8fd3a1;color:#0f172a}
@media (max-width:640px){.contact-link-rich{padding:14px 16px;border-radius:18px}.contact-link-icon{width:46px;height:46px;flex-basis:46px}}


/* === page text blocks restore + footer sticky + avito contrast === */
html,body{min-height:100%}
body{min-height:100vh;display:flex;flex-direction:column}
#site-header,#site-footer{display:block;width:100%}
#site-footer{margin-top:auto}
.text-page-rich{max-width:1040px}
.text-card-rich{padding:34px 34px 30px !important;background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%) !important}
.text-card-head{margin-bottom:22px}
.text-card-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:linear-gradient(180deg,#fff7ed 0%,#ffedd5 100%);border:1px solid rgba(251,146,60,.28);color:#9a3412;font-size:13px;font-weight:800}
.text-card-lead{font-size:16px !important;line-height:1.8 !important;color:#475569 !important;max-width:760px;margin:14px 0 0 !important}
.text-info-grid{display:grid;gap:16px;margin-top:8px}
.text-info-item{display:grid;grid-template-columns:64px 1fr;gap:16px;align-items:start;padding:20px 22px;border-radius:24px;border:1px solid rgba(226,232,240,.92);background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 12px 28px rgba(15,23,42,.05)}
.text-info-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,#eef2ff 0%,#fff7ed 100%);font-size:28px;box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}
.text-info-copy h2{margin:0 0 8px;font-size:20px;line-height:1.2;color:#0f172a}
.text-info-copy p{margin:0 !important;font-size:15px !important;line-height:1.85 !important;color:#475569 !important}
.contact-request-form .request-foot{justify-content:flex-start}
.contact-request-form .request-foot .request-submit{min-width:180px}
.shell-topbar .avito-store-link,.shell-footer .avito-store-link{color:#f8fafc !important;font-weight:800;white-space:nowrap}
.shell-topbar .avito-store-link:hover,.shell-footer .avito-store-link:hover{color:#ffffff !important}
.shell-topbar .avito-store-link::before,.shell-footer .avito-store-link::before{width:14px;height:14px;flex:0 0 14px;opacity:.98}
.shell-topbar .avito-store-link{font-size:13px}
.shell-footer .avito-store-link{display:inline-flex;align-items:center}
@media (max-width:720px){.text-card-rich{padding:26px 22px 22px !important}.text-info-item{grid-template-columns:1fr;padding:18px}.text-info-icon{width:52px;height:52px;border-radius:16px;font-size:24px}}


/* === contacts/footer avito alignment + utility actions === */
.shell-topbar .avito-store-link,
.shell-footer .avito-store-link{
  justify-content:flex-start;
  align-self:flex-start;
}
.shell-footer .shell-footer-links .avito-store-link{
  width:max-content;
}
.contact-request-form .request-foot{
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:12px !important;
  grid-template-columns:none !important;
}
.contact-request-form .request-foot .request-submit{
  min-width:220px;
}
.contact-request-form .request-actions-secondary{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
  padding-top:14px;
}
.contact-utility-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  padding:0 16px;
  border-radius:16px;
  border:1px solid #dbe3f0;
  background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);
  color:#0f172a;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.contact-utility-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(15,23,42,.09);
  color:#0f172a;
}
.contact-utility-btn img{
  width:18px;
  height:18px;
  display:block;
}
.contact-copy-btn.copied{
  border-color:#9ed9ac;
  background:linear-gradient(135deg,#f5fff8 0%,#eefcf3 100%);
}
.contact-link-rich.contact-link-email{
  align-items:stretch;
}
.contact-link-rich.contact-link-email .contact-link-copy{
  justify-content:center;
}
.contact-link-email-actions{
  margin-left:auto;
  display:flex;
  align-items:center;
}
.contact-link-email-actions .contact-copy-btn{
  white-space:nowrap;
}
@media (max-width:720px){
  .contact-request-form .request-foot .request-submit{min-width:100%;width:100%;}
  .contact-request-form .request-actions-secondary{display:grid;grid-template-columns:1fr;}
  .contact-utility-btn{width:100%;}
  .contact-link-rich.contact-link-email{align-items:flex-start;}
  .contact-link-email-actions{margin-left:0;width:100%;padding-top:10px;}
}


/* === contacts cleanup: selectable email, no extra action buttons === */
.contact-request-form .request-foot{justify-content:flex-start !important;}
.contact-request-form .request-foot .request-submit{min-width:220px;}
.contact-request-form .request-actions-secondary{display:none !important;}
.contact-link-copy-static{display:flex;flex-direction:column;justify-content:center;gap:6px;min-width:0;}
.contact-email-text{display:inline-block;user-select:text;-webkit-user-select:text;cursor:text;color:#475569;text-decoration:none;word-break:break-word;}
.contact-email-text:hover{color:#0f172a;text-decoration:underline;}
.contact-link-rich.contact-link-email{align-items:center;}
.contact-link-email-actions{display:none !important;}


/* === final contacts/footer fixes === */
.shell-footer .shell-footer-links{align-items:flex-start;}
.shell-footer .shell-footer-links .avito-store-link{display:inline-flex !important;align-items:center;justify-content:flex-start;line-height:1.2;width:auto !important;margin:0;}
.shell-footer .shell-footer-links .avito-store-link::before{margin-right:8px;}
.contact-request-form .request-foot{display:block !important;padding:18px 0 0 !important;border-top:1px solid var(--line) !important;background:transparent !important;}
.contact-request-form .request-foot .request-submit{display:inline-flex;align-items:center;justify-content:center;min-width:0 !important;width:100%;max-width:none;margin:0;}
.contact-link-copy-static .contact-email-text{display:inline;user-select:text;-webkit-user-select:text;cursor:pointer !important;pointer-events:auto;color:#475569;text-decoration:none;word-break:break-word;}
.contact-link-copy-static .contact-email-text:hover{color:#0f172a;text-decoration:underline;}

/* Parts catalog cards — premium divider + orange markers */
.product-card-part .part-card-divider {
  height: 1px;
  margin: 14px 0 14px;
  background: #d7deea;
}
.product-card-part .part-card-summary {
  gap: 12px;
}
.product-card-part .part-card-summary div {
  padding-left: 16px;
  line-height: 1.62;
}
.product-card-part .part-card-summary div::before {
  width: 7px;
  height: 7px;
  top: .58em;
  background: #f97316;
  box-shadow: 0 0 0 4px rgba(249,115,22,.10);
}


/* === Parts: align markers with premium and rebuild main panel === */
.product-card-part .part-card-summary div::before {
  width: 7px;
  height: 7px;
  top: .72em;
  border-radius: 999px;
  background: #f97316;
  box-shadow: 0 0 0 4px rgba(249,115,22,.12);
}
.product-card-part .part-card-divider {
  height: 1px;
  margin: 14px 0 14px;
  background: #d7deea;
}




.product-page-part .part-facts-box,
.product-page-part .part-facts-grid,
.product-page-part .part-fact-card,
.product-page-part .part-fact-card-wide,
.product-page-part .part-fact-label,
.product-page-part .part-fact-value {
  all: unset;
}


/* === PARTS FINAL ALIGN WITH PREMIUM TEMPLATE === */
.product-card-part .part-card-summary div{
  padding-left:18px !important;
  font-size:15px !important;
  line-height:1.75 !important;
  color:#334155 !important;
}
.product-card-part .part-card-summary div::before{
  width:6px !important;
  height:6px !important;
  top:.58em !important;
  border-radius:50% !important;
  background:var(--orange) !important;
  box-shadow:none !important;
}
.product-card-part .part-card-divider{
  height:1px !important;
  margin:14px 0 14px !important;
  background:#d7deea !important;
}

.product-page-part .product-panel-part{
  position:sticky;
  top:112px;
  padding:30px;
  border-radius:34px;
  border:1px solid rgba(203,213,225,.82);
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  box-shadow:0 26px 70px rgba(15,23,42,.09);
}













@media (max-width:700px){
  .product-page-part .product-panel-part{padding:24px;}
  
}
@media (prefers-reduced-motion: reduce){
  
}

/* pass: header logo tighter + search button brand tone */
.shell-brand-logo{overflow:hidden;}
.shell-brand-logo img{transform:scale(1.18) !important;object-fit:cover !important;object-position:center !important;}
.shell-search-btn{background:#ecc7b2 !important;border-color:#ecc7b2 !important;color:#1f2937 !important;box-shadow:0 10px 24px rgba(236,199,178,.28) !important;}
.shell-search-btn:hover{background:#e5bda7 !important;border-color:#e5bda7 !important;color:#111827 !important;}
.shell-search-btn:active{background:#ddb39d !important;border-color:#ddb39d !important;}


/* logo fix */
.logo{display:flex;align-items:center;justify-content:center;overflow:hidden;}
.logo img{height:44px;object-fit:cover;}


/* request form: center single submit button */
.request-foot{
  display:flex !important;
  justify-content:center !important;
}
.request-foot .request-submit{
  margin-left:auto !important;
  margin-right:auto !important;
}


/* === 2026-03 premiumize advantages block === */
.hero-side .card .side-title{
  font-size: 18px;
  font-weight: 800;
  color:#0f172a;
  margin-bottom:16px;
}
.hero-side .soft-list{
  gap: 12px;
}
.hero-side .soft-list > div{
  position: relative;
  padding: 14px 16px 14px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 24px rgba(15,23,42,.04);
  color:#475569;
  font-size:15px;
  line-height:1.6;
}
.hero-side .soft-list > div::before{
  content:"";
  position:absolute;
  left:12px;
  top:1.1em;
  width:7px;
  height:7px;
  border-radius:999px;
  background:#f97316;
  box-shadow:0 0 0 4px rgba(249,115,22,.12);
}

/* === premium labels everywhere === */
.spec-box .specs > div strong,
.premium-spec-box .specs > div strong,
.product-card .product-info div strong,
.product-card-part .part-card-summary div strong,
.premium-feature-list li strong{
  color:#0f172a;
  font-weight:800;
}

/* === parts page closer to premium === */










/* === 2026-03 unify parts with premium === */

/* simple premium list for advantages */
.hero-side .soft-list{
  display:grid !important;
  gap:14px !important;
  margin-top:16px !important;
}
.hero-side .soft-list > div{
  position:relative !important;
  padding:0 0 0 18px !important;
  margin:0 !important;
  border:0 !important;
  background:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  color:#475569 !important;
  font-size:15px !important;
  line-height:1.8 !important;
}
.hero-side .soft-list > div::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:.72em !important;
  width:7px !important;
  height:7px !important;
  border-radius:999px !important;
  background:#f97316 !important;
  box-shadow:0 0 0 4px rgba(249,115,22,.12) !important;
}
.hero-side .card .side-title{
  margin-bottom:12px !important;
}

/* parts page = same premium typography */
.product-page-part .product-panel-part{
  position: sticky;
  top: 112px;
  padding: 32px !important;
  border-radius: 34px !important;
  border: 1px solid rgba(203,213,225,.82) !important;
  background: linear-gradient(180deg,#ffffff 0%,#f8fafc 100%) !important;
  box-shadow: 0 26px 70px rgba(15,23,42,.09) !important;
}










.product-page-part .part-actions{
  margin-top:24px !important;
}

/* parts catalog card = same visual language as premium printer card */
.product-card-part .brand-badge{
  background:#eef2ff !important;
  color:#334155 !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
}
.product-card-part .product-price{
  font-size:15px !important;
  color:var(--orange) !important;
  font-weight:700 !important;
}
.product-card-part .product-name{
  min-height:auto !important;
  font-size:20px !important;
  line-height:1.22 !important;
  color:#0f172a !important;
}
.product-card-part .part-card-divider{
  height:1px !important;
  margin:16px 0 14px !important;
  background:#eef2f7 !important;
}
.product-card-part .part-card-summary{
  display:grid !important;
  gap:10px !important;
  margin-top:0 !important;
  color:#334155 !important;
}
.product-card-part .part-card-summary div{
  position:relative !important;
  padding-left:18px !important;
  font-size:14px !important;
  line-height:1.7 !important;
  color:#475569 !important;
}
.product-card-part .part-card-summary div::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:.72em !important;
  width:7px !important;
  height:7px !important;
  border-radius:999px !important;
  background:#f97316 !important;
  box-shadow:0 0 0 4px rgba(249,115,22,.12) !important;
}
.product-card-part .part-card-summary strong{
  color:#0f172a !important;
  font-weight:800 !important;
}

/* premium spec labels bold everywhere */
.premium-spec-box .specs strong,
.spec-box .specs strong,
.product-card .specs strong{
  color:#0f172a !important;
  font-weight:800 !important;
}


/* === 2026-03 parts card exact alignment with printer cards === */
.product-card-part .brand-badge{
  background:#fff7ed !important;
  color:#9a3412 !important;
  border:1px solid #fed7aa !important;
  border-radius:999px !important;
  padding:7px 10px !important;
  font-size:12px !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
  box-shadow:none !important;
}

.product-card-part .product-price-block{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  gap:4px !important;
  margin-left:auto !important;
}

.product-card-part .product-price{
  font-size:18px !important;
  font-weight:800 !important;
  padding:9px 14px !important;
  color:#9a3412 !important;
  background:#fff7ed !important;
  border:1px solid #fdba74 !important;
  border-radius:18px !important;
  box-shadow:0 10px 24px rgba(15,23,42,.08) !important;
}
@media (max-width:640px){
  .product-card-part .product-price{
    font-size:15px !important;
    padding:7px 11px !important;
  }
}

.product-card-part .part-card-summary{
  gap:8px !important;
  margin-top:14px !important;
  font-size:14px !important;
  color:#475569 !important;
}
.product-card-part .part-card-summary div{
  padding-left:15px !important;
  font-size:14px !important;
  line-height:1.6 !important;
  color:#475569 !important;
}
.product-card-part .part-card-summary div::before{
  width:6px !important;
  height:6px !important;
  top:.62em !important;
  background:#f97316 !important;
  opacity:.8 !important;
  box-shadow:none !important;
}
.product-card-part .part-card-summary strong{
  color:#0f172a !important;
  font-weight:800 !important;
}

.product-card-part .product-name{
  font-size:20px !important;
  font-weight:700 !important;
  line-height:1.3 !important;
  min-height:52px !important;
  color:#0f172a !important;
}

.product-card-part .part-card-divider{
  height:1px !important;
  margin:14px 0 0 !important;
  background:#e5e7eb !important;
}


/* === 2026-03 final parts alignment === */

/* catalog parts brand badge: slightly stronger like printer cards */
.product-card-part .brand-badge{
  background:#eef2ff !important;
  color:#334155 !important;
  border:0 !important;
  font-weight:700 !important;
  letter-spacing:.02em !important;
  box-shadow:none !important;
}

/* parts page price block = premium page look from current printer pages */


.product-page-part .part-price-wrap .product-price.premium-price,

.product-page-part .part-price-wrap .product-price.premium-price small,
.product-page-part .product-price.premium-price small,
.product-page-part .premium-price small{
  display:block !important;
  margin-top:6px !important;
  color:#64748b !important;
  font-size:14px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
}

/* parts page markers = same as printer pages, no halo */




/* === 2026-03 final polish: parts badge + price flow === */

/* parts card brand badge = same warm printer style */
.product-card-part .brand-badge{
  background:#fff7ed !important;
  color:#9a3412 !important;
  border:1px solid #fed7aa !important;
  border-radius:999px !important;
  padding:7px 10px !important;
  font-size:12px !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
  box-shadow:none !important;
}

/* parts page: stock first, price below it */



/* compact stock badge like premium */



/* price block should not stretch wide */
.product-page-part .part-price-wrap .product-price.premium-price,



/* === 2026-03 exact fix: parts badge and price under stock === */

/* parts catalog brand badge: force warm printer style */
.product-card-part .brand-badge{
  background:#fff7ed !important;
  color:#9a3412 !important;
  border:1px solid #fed7aa !important;
  border-radius:999px !important;
  padding:7px 10px !important;
  font-size:12px !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
  box-shadow:none !important;
}

/* parts page: hard reset premium offsets on price */




.product-page-part .part-price-wrap .product-price.premium-price,


.product-page-part .part-price-wrap .product-price.premium-price small,
.product-page-part .product-price.premium-price small,
.product-page-part .premium-price small{
  display:block !important;
  margin-top:6px !important;
  color:#64748b !important;
  font-size:14px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  text-align:left !important;
}





/* === 2026-03 exact final: parts card badge + parts page flow === */

/* 1) parts catalog badge exactly like printer card chip */
.product-card-part .brand-badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#fff7ed !important;
  color:#9a3412 !important;
  border:1px solid #fdba74 !important;
  border-radius:999px !important;
  padding:7px 12px !important;
  min-height:34px !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  box-shadow:none !important;
  font-family:inherit !important;
  -webkit-font-smoothing:antialiased !important;
  text-rendering:geometricPrecision !important;
}

/* 2) parts page stock wrapper must be block, not inline */


/* real green badge inside */


/* 3) price must be below stock and left-aligned */
.product-page-part .product-price.premium-price,
.product-page-part .part-price-wrap .product-price.premium-price,
.product-page-part .premium-price{
  display:block !important;
  width:max-content !important;
  max-width:100% !important;
  margin:12px 0 0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding:0 !important;
  border:0 !important;
  background:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  color:#0f172a !important;
  font-size:24px !important;
  line-height:1.15 !important;
  font-weight:800 !important;
  text-align:left !important;
}
.product-page-part .product-price.premium-price small,
.product-page-part .part-price-wrap .product-price.premium-price small,
.product-page-part .premium-price small{
  display:block !important;
  margin-top:6px !important;
  text-align:left !important;
  font-size:14px !important;
  font-weight:700 !important;
  color:#64748b !important;
}


/* === 2026-03 price box final alignment for parts page === */
.product-page-part .product-price.premium-price,
.product-page-part .part-price-wrap .product-price.premium-price,
.product-page-part .premium-price{
  display:inline-flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:200px !important;
  max-width:100% !important;
  margin:12px 0 0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding:12px 18px 10px !important;
  border:0 !important;
  background:#ffffff !important;
  box-shadow:none !important;
  border-radius:0 !important;
  color:#0f172a !important;
  font-size:24px !important;
  line-height:1.1 !important;
  font-weight:800 !important;
  text-align:center !important;
}

.product-page-part .product-price.premium-price small,
.product-page-part .part-price-wrap .product-price.premium-price small,
.product-page-part .premium-price small{
  display:block !important;
  width:100% !important;
  margin-top:6px !important;
  text-align:center !important;
  font-size:14px !important;
  font-weight:700 !important;
  color:#64748b !important;
  line-height:1.2 !important;
}


/* premium printer actions: contact first, Avito below */
.product-actions-premium{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:12px !important;
}
.product-actions-premium .btn{
  width:100% !important;
}


/* === 2026-03 premium avito + popular cards fix === */

/* Popular cards: keep long labels from breaking ugly */
.popular-grid .product-card .specs,
.product-grid .product-card .specs,
.products-grid .product-card .specs{
  font-size:13px !important;
  line-height:1.55 !important;
}
.popular-grid .product-card .specs > div,
.product-grid .product-card .specs > div,
.products-grid .product-card .specs > div{
  display:block !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}
.popular-grid .product-card .specs > div strong,
.product-grid .product-card .specs > div strong,
.products-grid .product-card .specs > div strong{
  font-weight:800 !important;
}
.popular-grid .product-card .specs > div strong::after,
.product-grid .product-card .specs > div strong::after,
.products-grid .product-card .specs > div strong::after{
  content:"";
}


/* precise parts page alignment with premium printer template */
.product-page-part .product-panel-part{
  position:sticky;
  top:112px;
  padding:30px;
  border-radius:34px;
  border:1px solid rgba(203,213,225,.82);
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  box-shadow:0 26px 70px rgba(15,23,42,.09);
}
.product-page-part .badge.gray{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  background:#f1f5f9;
  color:#475569;
}
.product-page-part .product-panel-part h1{
  font-size:42px;
  line-height:1.04;
  letter-spacing:-.03em;
  margin:18px 0 0;
  color:#0f172a;
  max-width:none;
}
.product-page-part .product-stock-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  align-self:flex-start;
  margin:16px 0 6px;
  padding:7px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  line-height:1;
  border:1px solid transparent;
  white-space:nowrap;
}
.product-page-part .product-stock-badge.in-stock{background:#ecfdf3;border-color:#b7ebcb;color:#166534;box-shadow:none;}
.product-page-part .product-stock-badge.in-stock .stock-dot{background:#16a34a;box-shadow:0 0 0 4px rgba(22,163,74,.12)}
.product-page-part .product-stock-badge.out-of-stock{background:#fff1f2;border-color:#fecdd3;color:#b42318;box-shadow:none;}
.product-page-part .product-stock-badge.out-of-stock .stock-dot{background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.12)}
.product-page-part .product-stock-badge .stock-dot{width:8px;height:8px;border-radius:999px;display:inline-block;flex:0 0 8px}
.product-page-part .product-price.premium-price{
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:168px;
  max-width:198px;
  margin:6px 0 0;
  padding:12px 18px;
  border:1.5px solid #ef9a57;
  border-radius:16px;
  background:#fff8f1;
  color:#c95708;
  font-size:18px;
  font-weight:800;
  line-height:1.08;
  text-align:center;
  white-space:nowrap;
  box-shadow:0 10px 24px rgba(201,87,8,.08);
}
.product-page-part .product-price.premium-price small{
  display:block;
  margin-top:4px;
  font-size:11px;
  line-height:1.1;
  font-weight:500;
  color:#8b8f97;
}
.product-page-part .part-main-desc{
  margin-top:18px;
  font-size:15px;
  line-height:1.8;
  color:#64748b;
}
.product-page-part .part-premium-spec-box{
  margin-top:18px;
  background:#f8fafc;
  border-radius:22px;
  padding:18px;
  opacity:0;
  transform:translateY(16px);
  animation:partFadeUp .55s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay:.12s;
  will-change:opacity,transform;
}
.product-page-part .part-premium-spec-box .specs{
  display:grid;
  gap:8px;
  font-size:15px;
  color:#334155;
  margin-top:0;
}
.product-page-part .part-premium-spec-box .specs > div{
  position:relative;
  padding-left:16px;
  line-height:1.7;
}
.product-page-part .part-premium-spec-box .specs > div::before{
  content:'';
  position:absolute;
  left:0;
  top:.58em;
  width:6px;
  height:6px;
  border-radius:999px;
  background:#f97316;
  box-shadow:0 0 0 4px rgba(249,115,22,.12);
}
.product-page-part .part-premium-spec-box .specs > div strong{
  font-weight:800;
  color:#0f172a;
}
.product-page-part .part-actions{
  margin-top:24px;
}
@media (max-width:1100px){
  .product-page-part .product-panel-part{position:static;top:auto;}
}
@media (max-width:700px){
  .product-page-part .product-panel-part{padding:24px;}
  .product-page-part .product-panel-part h1{font-size:32px;}
}
@media (prefers-reduced-motion: reduce){
  .product-page-part .part-premium-spec-box{opacity:1;transform:none;animation:none;}
}

/* Premium printer pages: characteristics slightly bold again */
.premium-spec-box .specs > div,
.spec-box .specs > div{
  font-size:15px !important;
  line-height:1.7 !important;
  color:#334155 !important;
}
.premium-spec-box .specs > div strong,
.spec-box .specs > div strong{
  font-weight:800 !important;
  color:#0f172a !important;
}


/* === 2026-03 label wrap + moderate premium bold === */

/* main page / catalog cards: do not break spec label itself */
.home-featured-grid .product-card .specs > div strong,
.products-grid .product-card .specs > div strong,
.product-grid .product-card .specs > div strong{
  white-space: nowrap !important;
  font-weight: 700 !important;
}

/* premium pages: only slightly bolder, not heavy */
.premium-spec-box .specs > div strong,
.spec-box .specs > div strong{
  font-weight: 700 !important;
  color:#0f172a !important;
}


/* === 2026-03 exact parts card parity with printer cards === */
.product-card-part .product-content{padding:20px 20px 22px !important}
.product-card-part .product-top{align-items:flex-start !important;margin-bottom:12px !important}
.product-card-part .brand-badge{
  display:inline-flex !important;
  align-items:center !important;
  min-height:30px !important;
  padding:6px 11px !important;
  border-radius:999px !important;
  background:#fff7ed !important;
  color:#9a3412 !important;
  border:1px solid #fed7aa !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:.02em !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65) !important;
}
.product-card-part .product-price-block{display:flex !important;flex-direction:column !important;align-items:flex-end !important;gap:4px !important;margin-left:auto !important}
.product-card-part .product-price{
  font-size:20px !important;
  font-weight:900 !important;
  line-height:1 !important;
  padding:10px 15px !important;
  border-radius:16px !important;
  background:linear-gradient(135deg,#fff7ed 0%,#ffffff 100%) !important;
  border:1px solid rgba(251,146,60,.24) !important;
  color:var(--orange) !important;
  box-shadow:0 10px 24px rgba(15,23,42,.08) !important;
}
.product-card-part .stock-badge{margin:0 0 10px !important;box-shadow:0 8px 22px rgba(15,23,42,.04) !important}
.product-card-part .product-name{
  font-size:21px !important;
  font-weight:700 !important;
  line-height:1.3 !important;
  letter-spacing:-.03em !important;
  min-height:52px !important;
  color:#0f172a !important;
}
.product-card-part .product-short{
  display:block !important;
  margin-top:10px !important;
  min-height:70px !important;
  color:#5b6472 !important;
  font-size:14px !important;
  line-height:1.6 !important;
}
.product-card-part .specs{
  display:grid !important;
  margin-top:16px !important;
  padding-top:16px !important;
  border-top:1px solid rgba(226,232,240,.9) !important;
  gap:10px !important;
}
.product-card-part .specs div{
  display:block !important;
  padding-left:15px !important;
  font-size:14px !important;
  line-height:1.6 !important;
  color:#334155 !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
  position:relative !important;
}
.product-card-part .specs div::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:.62em !important;
  width:6px !important;
  height:6px !important;
  border-radius:999px !important;
  background:#f97316 !important;
  opacity:.9 !important;
  box-shadow:none !important;
}
.product-card-part .specs strong{color:#0f172a !important;font-weight:800 !important}
.product-card-part .product-actions{padding-top:20px !important;grid-template-columns:1fr auto !important;align-items:center !important;gap:10px !important}
.product-card-part .card-details{height:46px !important;border-radius:15px !important}
.product-card-part .quick-view-trigger{width:46px !important;height:46px !important;min-width:46px !important;border-radius:14px !important}
.product-card-part .part-card-summary,
.product-card-part .part-card-divider,
.product-card-part .part-card-actions{display:none !important}
@media (max-width:640px){
  .product-card-part .product-price{font-size:15px !important;padding:7px 11px !important}
  .product-card-part .product-name{font-size:19px !important;min-height:auto !important}
  .product-card-part .product-short{min-height:auto !important}
  .product-card-part .product-actions{gap:8px !important}
  .product-card-part .quick-view-trigger{width:42px !important;height:42px !important;min-width:42px !important}
  .product-card-part .card-details{height:42px !important}
}


/* === 2026-03 parts card: match printer brand badge + remove duplicate short description === */
.product-card-part .product-short{display:none !important}

/* === final exact premium top-block parity for parts pages === */
.product-page-part .product-page{
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr) !important;
  gap:28px !important;
  align-items:start !important;
}
.product-page-part .product-panel.product-panel-premium.product-panel-part{
  position:sticky !important;
  top:112px !important;
  padding:28px !important;
  border-radius:28px !important;
  border:1px solid rgba(203,213,225,.82) !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%) !important;
  box-shadow:0 18px 44px rgba(15,23,42,.06) !important;
}

.product-page-part .part-panel-top .badge.gray{
  display:inline-flex !important;align-items:center !important;padding:8px 12px !important;border-radius:999px !important;
  background:#f1f5f9 !important;color:#475569 !important;font-size:13px !important;line-height:1 !important;font-weight:600 !important;
  letter-spacing:0 !important;text-transform:none !important;min-height:auto !important;
}

.product-panel-premium .premium-offer-stack{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:12px !important;
  margin-top:16px !important;
  margin-bottom:0 !important;
}
.product-panel-premium .premium-offer-stack .product-stock-badge{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  align-self:flex-start !important;
  margin:0 !important;
  padding:7px 12px !important;
  border-radius:999px !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1 !important;
  border:1px solid transparent !important;
  white-space:nowrap !important;
  box-shadow:none !important;
}
.product-panel-premium .premium-offer-stack .product-stock-badge.in-stock{background:#ecfdf3 !important;border-color:#b7ebcb !important;color:#166534 !important;}
.product-panel-premium .premium-offer-stack .product-stock-badge.in-stock .stock-dot{background:#16a34a !important;box-shadow:0 0 0 4px rgba(22,163,74,.12) !important;}
.product-panel-premium .premium-offer-stack .product-stock-badge.out-of-stock{background:#fff1f2 !important;border-color:#fecdd3 !important;color:#b42318 !important;}
.product-panel-premium .premium-offer-stack .product-stock-badge.out-of-stock .stock-dot{background:#ef4444 !important;box-shadow:0 0 0 4px rgba(239,68,68,.12) !important;}
.product-panel-premium .premium-offer-stack .product-stock-badge .stock-dot{width:8px !important;height:8px !important;border-radius:999px !important;display:inline-block !important;flex:0 0 8px !important;}
.product-panel-premium .premium-offer-stack .product-price.premium-price,
.product-panel-premium .premium-offer-stack .premium-price{
  display:inline-flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  align-self:flex-start !important;
  width:auto !important;
  min-width:196px !important;
  max-width:196px !important;
  margin:0 !important;
  padding:12px 18px !important;
  border:1.5px solid #ef9a57 !important;
  border-radius:16px !important;
  background:#fff8f1 !important;
  color:#c95708 !important;
  font-size:18px !important;
  font-weight:800 !important;
  line-height:1.08 !important;
  text-align:center !important;
  white-space:nowrap !important;
  box-shadow:0 10px 24px rgba(201,87,8,.08) !important;
}
.product-panel-premium .premium-offer-stack .product-price.premium-price small,
.product-panel-premium .premium-offer-stack .premium-price small{
  display:block !important;
  margin-top:4px !important;
  padding:0 !important;
  background:none !important;
  border:0 !important;
  color:#8b8f97 !important;
  font-size:11px !important;
  line-height:1.1 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}
.product-page-part .part-main-desc,
.product-page-part .product-panel-premium .desc.part-main-desc{
  margin-top:16px !important;font-size:15px !important;line-height:1.8 !important;color:#6b7280 !important;
}

.product-page-part .part-premium-spec-box .specs{display:grid !important;gap:8px !important;margin:0 !important;}
.product-page-part .part-premium-spec-box .specs > div{
  position:relative !important;
  margin:0 !important;
  padding-left:14px !important;
  font-size:15px !important;
  line-height:1.7 !important;
  font-weight:400 !important;
  font-family:inherit !important;
  color:#334155 !important;
}
.product-page-part .part-premium-spec-box .specs > div::before{
  content:'' !important;
  position:absolute !important;
  left:0 !important;
  top:.62em !important;
  width:6px !important;
  height:6px !important;
  border-radius:999px !important;
  background:#f97316 !important;
  box-shadow:none !important;
}
.product-page-part .part-premium-spec-box .specs > div strong{color:#0f172a !important;font-weight:700 !important;font-family:inherit !important;}
@media (max-width:1100px){.product-page-part .product-page{grid-template-columns:1fr !important;}.product-page-part .product-panel.product-panel-premium.product-panel-part{position:static !important;top:auto !important;}}
@media (max-width:700px){.product-page-part .product-panel.product-panel-premium.product-panel-part{padding:24px !important;}}


/* === CLEAN UNIFIED OFFER BLOCK 2026-03 === */
.product-panel-premium .offer-head{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:16px !important;
  margin:0 0 18px !important;
}
.product-panel-premium .offer-head > .badge.gray{
  margin:0 !important;
}
.product-panel-premium .offer-head > .offer-stock{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  margin:0 !important;
  padding:9px 16px !important;
  min-height:42px !important;
  border-radius:999px !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:700 !important;
  white-space:nowrap !important;
  box-shadow:none !important;
}
.product-panel-premium .offer-head > .offer-stock.is-in-stock,
.product-panel-premium .offer-head > .offer-stock.in-stock{
  background:#ecfdf3 !important;
  border:1px solid #b7ebcb !important;
  color:#166534 !important;
}
.product-panel-premium .offer-head > .offer-stock.is-out-of-stock,
.product-panel-premium .offer-head > .offer-stock.out-of-stock{
  background:#fff1f2 !important;
  border:1px solid #fecdd3 !important;
  color:#b42318 !important;
}
.product-panel-premium .offer-head > .offer-stock .stock-dot{
  width:8px !important;
  height:8px !important;
  border-radius:999px !important;
  display:inline-block !important;
  flex:0 0 8px !important;
}
.product-panel-premium .offer-head > .offer-stock.is-in-stock .stock-dot,
.product-panel-premium .offer-head > .offer-stock.in-stock .stock-dot{
  background:#16a34a !important;
  box-shadow:0 0 0 4px rgba(22,163,74,.12) !important;
}
.product-panel-premium .offer-head > .offer-stock.is-out-of-stock .stock-dot,
.product-panel-premium .offer-head > .offer-stock.out-of-stock .stock-dot{
  background:#ef4444 !important;
  box-shadow:0 0 0 4px rgba(239,68,68,.12) !important;
}
.product-panel-premium .offer-block{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:12px !important;
  margin:10px 0 0 !important;
}
.product-panel-premium .offer-block > .offer-price{
  display:inline-flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  width:138px !important;
  min-width:138px !important;
  max-width:138px !important;
  margin:0 !important;
  padding:12px 14px 10px !important;
  border-radius:20px !important;
  border:1px solid #fed7aa !important;
  background:#fffdfa !important;
  box-shadow:0 10px 24px rgba(201,87,8,.08) !important;
  color:#0f172a !important;
  font-size:20px !important;
  line-height:1.04 !important;
  font-weight:800 !important;
  letter-spacing:-.03em !important;
  text-align:center !important;
  white-space:nowrap !important;
}
.product-panel-premium .offer-block > .offer-price.is-request{
  color:#c2410c !important;
}
.product-panel-premium .offer-block > .offer-price small{
  display:block !important;
  width:100% !important;
  margin-top:6px !important;
  padding:0 !important;
  border:0 !important;
  background:none !important;
  color:#8b8f97 !important;
  font-size:11px !important;
  line-height:1.1 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  text-align:center !important;
}
@media (max-width: 700px){
  .product-panel-premium .offer-head{
    gap:12px !important;
    margin:0 0 16px !important;
  }
  .product-panel-premium .offer-head > .offer-stock{
    padding:8px 14px !important;
    min-height:40px !important;
    font-size:12px !important;
  }
  .product-panel-premium .offer-block > .offer-price{
    width:134px !important;
    min-width:134px !important;
    max-width:134px !important;
    padding:12px 14px 10px !important;
    font-size:19px !important;
  }
}

}


/* === ISOLATED OFFER COMPONENT 2026-03 === */



/* unified isolated offer block geometry */


/* quick view media fit */
.quick-view-image-wrap{display:block !important;overflow:hidden !important;min-height:380px !important;padding:0 !important;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%) !important}
.quick-view-image{display:block !important;width:100% !important;height:380px !important;max-width:none !important;max-height:none !important;object-fit:cover !important;object-position:center center !important;padding:0 !important}
.quick-view-thumb img{object-fit:cover !important;object-position:center center !important}

/* quick view spec styling parity */
.quick-view-spec-list{gap:8px !important}
.quick-view-spec-list li{padding-left:16px !important;position:relative !important;font-size:14px !important;line-height:1.65 !important;color:#334155 !important}
.quick-view-spec-list li::before{content:"" !important;display:block !important;position:absolute !important;left:0 !important;top:.62em !important;width:6px !important;height:6px !important;border-radius:999px !important;background:#f97316 !important;box-shadow:none !important;color:transparent !important}
.quick-view-spec-list li strong{color:#0f172a !important;font-weight:800 !important}
.quick-view-spec-list-device li{padding-left:16px !important}
.quick-view-kit-item{padding-left:16px !important}
.quick-view-kit-lines{display:grid;gap:4px;margin-top:4px}
.quick-view-kit-line{line-height:1.55;color:#334155}


/* rounded header navigation typography */
.shell-mini-link,
.shell-nav-link,
.shell-nav-caret,
.shell-mega-title,
.shell-mega-text{
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif !important;
}
.shell-mini-link,
.shell-nav-link,
.shell-mega-title{
  letter-spacing:-.012em;
}
.shell-nav-link,
.shell-mega-title{
  font-weight:800;
}
.shell-mega-text{
  letter-spacing:-.004em;
  font-weight:600;
}


/* sharper first-hover zoom */
.gallery-stage img,.quick-view-image{transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;image-rendering:auto;}

/* product-page gallery: native background zoom to avoid first-hover blur */
.gallery-stage{background-position:center center;background-repeat:no-repeat;background-size:0 0;}
.gallery-stage.zooming-native img{opacity:1 !important;}
.gallery-stage img{opacity:1;transition:opacity .12s ease, transform .18s ease !important;}


/* final product-page zoom overlay fix */
.gallery-stage{position:relative;overflow:hidden;}
.gallery-stage .gallery-zoom-layer{position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .08s ease;background-repeat:no-repeat;background-position:center center;background-size:0 0;z-index:2;}
.gallery-stage.zooming-overlay .gallery-zoom-layer{opacity:1;}
.gallery-stage.zooming-overlay img{transform:none !important;}
.gallery-stage:hover img{transform:none !important;}
.product-page .gallery-stage img,.product-showcase .gallery-stage img,.gallery-stage img{will-change:auto !important;backface-visibility:visible !important;-webkit-backface-visibility:visible !important;transform:scale(1) !important;}
.quick-view-image-wrap .quick-view-image{will-change:transform;}



/* SEO/commercial sections */
.seo-intro-card{padding:26px 28px;margin-bottom:22px;overflow:hidden}
.seo-intro-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:stretch}
.seo-intro-copy{min-width:0}
.seo-intro-copy p{margin:0 0 14px;color:var(--muted);line-height:1.75}
.seo-intro-copy p:last-child{margin-bottom:0}
.seo-intro-points{display:grid;gap:10px;grid-auto-rows:minmax(92px,1fr)}
.seo-intro-point{display:flex;gap:10px;align-items:flex-start;min-height:92px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:#f8fafc;transform:none!important;transition:none!important}
.seo-intro-card:hover,.seo-intro-point:hover,.seo-intro-card .btn:hover{transform:none!important}
.seo-intro-point strong{display:block;font-size:14px}
.seo-intro-point span{display:block;font-size:13px;color:var(--muted);line-height:1.5}
.seo-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.faq-grid{display:grid;gap:14px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 20px;box-shadow:var(--shadow)}
.faq-item h3{margin:0 0 10px;font-size:17px;line-height:1.35}
.faq-item p{margin:0;color:var(--muted);line-height:1.7}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow)}
.step-card-num{width:34px;height:34px;border-radius:999px;background:#fff7ed;color:var(--orange-dark);display:grid;place-items:center;font-weight:800;margin-bottom:14px}
.step-card h3{margin:0 0 10px;font-size:18px}
.step-card p{margin:0;color:var(--muted);line-height:1.7}
.contact-helper{margin-top:18px;padding:18px 20px;border:1px solid var(--line);border-radius:20px;background:#fffaf5}
.contact-helper h2,.contact-helper h3{margin:0 0 10px}
.contact-helper-list{display:grid;gap:10px;margin:0;padding-left:18px;color:var(--muted);line-height:1.7}
.footer-contact-line{display:block;color:var(--muted)}
@media (max-width:980px){.seo-intro-grid,.steps-grid{grid-template-columns:1fr}}


.home-articles-viewport{overflow:hidden;border-radius:30px}
.home-articles-track{display:flex;gap:0;transition:transform .68s cubic-bezier(.22,.61,.36,1),opacity .35s ease;will-change:transform}
.home-articles-track.no-animate{transition:none!important}
.home-articles-page{min-width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding:2px 2px 6px}
.home-articles-carousel:hover .home-articles-btn{transform:translateY(-2px)}
.home-articles-btn{overflow:hidden}
.home-articles-btn::after{content:"";position:absolute;inset:-120% auto auto -40%;width:46%;height:300%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);transform:rotate(18deg) translateX(-160%);transition:transform .75s ease;pointer-events:none}
.home-articles-btn:hover::after{transform:rotate(18deg) translateX(380%)}
.home-articles-dot{border:none;cursor:pointer;box-shadow:0 8px 18px rgba(15,23,42,.08)}
.home-articles-dot.active{box-shadow:0 10px 24px rgba(249,115,22,.35)}
@media (max-width:1080px){.home-articles-page{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:720px){.home-articles-page{grid-template-columns:1fr;}.home-articles-viewport{border-radius:24px}}


/* catalog scaling */
.catalog-extras{display:flex;flex-direction:column;gap:18px;margin:14px 0 6px;}
.parts-quick-filters{display:none;padding:20px 22px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow);}
.quick-filter-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;margin-bottom:14px;flex-wrap:wrap;}
.quick-filter-title{font-weight:800;font-size:18px;}
.quick-filter-sub{color:var(--muted);font-size:14px;}
.quick-filter-chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;}
.quick-filter-chip{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:56px;appearance:none;border:1px solid #e6eaf0;background:#f8fafc;color:var(--text);border-radius:18px;padding:0 16px;font:inherit;font-weight:700;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.75);transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease;}
.quick-filter-chip:hover{transform:translateY(-1px);border-color:rgba(249,115,22,.32);background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.08);}
.quick-filter-chip.active{background:linear-gradient(135deg,#ff8a1f 0%,#f97316 100%);border-color:#f97316;color:#fff;box-shadow:0 12px 28px rgba(249,115,22,.28);}
.quick-filter-chip-label{display:block;font-weight:800;line-height:1.25;text-align:left;}
.quick-filter-chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 9px;border-radius:999px;background:#fff;color:#64748b;font-size:13px;font-weight:800;border:1px solid rgba(148,163,184,.22);box-shadow:0 2px 8px rgba(15,23,42,.05);}
.quick-filter-chip.active .quick-filter-chip-count{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.22);color:#fff;box-shadow:none;}
.catalog-pagination{display:none;padding:4px 0 0;}
.catalog-pagination-head{color:var(--muted);font-size:14px;margin-bottom:10px;}
.catalog-pagination-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
.catalog-page-btn{appearance:none;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);color:var(--text);border-radius:14px;padding:10px 13px;font:inherit;font-weight:700;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,opacity .18s ease;}
.catalog-page-btn:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.06);}
.catalog-page-btn.active{background:rgba(69,48,200,.16);border-color:rgba(103,89,255,.38);box-shadow:0 8px 22px rgba(69,48,200,.15);}
.catalog-page-btn.nav{padding-inline:16px;}
.catalog-page-btn:disabled{opacity:.42;cursor:not-allowed;}
.catalog-page-dots{padding:0 2px;color:var(--muted);font-weight:800;}
@media (max-width: 768px){.parts-quick-filters{padding:16px;}.quick-filter-title{font-size:17px;}.quick-filter-chips{grid-template-columns:1fr;}.quick-filter-chip{min-height:52px;padding:0 14px;}.catalog-page-btn{padding:9px 11px;}}


/* product gallery zoom fix: use single-image zoom, no overlay duplicate */
.gallery-stage .gallery-zoom-layer{display:none !important;}
.gallery-stage.zooming img{transform:scale(2.35) !important;}
.gallery-stage:not(.zooming):hover img{transform:scale(1) !important;}
.quick-view-image-wrap.zooming .quick-view-image{transform:scale(3) !important;}
.quick-view-image-wrap:not(.zooming):hover .quick-view-image{transform:scale(1) !important;}

/* quick view close button overlap fix */
.quick-view-copy{padding-right:56px}
.quick-view-title{padding-right:14px;word-break:break-word}
@media (max-width:900px){.quick-view-copy{padding-right:0}.quick-view-dialog{padding-top:54px}.quick-view-close{top:10px;right:10px}}


/* catalog cards: sharp preview fix without touching quick view or product page */
.catalog-grid .product-card .product-card-image{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:280px !important;
  overflow:hidden !important;
  padding:14px !important;
  margin:0 !important;
  background:#ffffff !important;
  line-height:0 !important;
}
.catalog-grid .product-card .product-card-image img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:108% !important;
  max-height:108% !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  box-shadow:none !important;
  filter:none !important;
  transform:scale(1.08) !important;
  transform-origin:center center !important;
  image-rendering:auto !important;
}
.catalog-grid .product-card:hover .product-card-image img{
  transform:scale(1.08) !important;
}
@media (max-width:768px){
  .catalog-grid .product-card .product-card-image{
    height:230px !important;
    padding:12px !important;
  }
}


/* cookie banner */
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:500;pointer-events:none;opacity:0;transform:translateY(16px);transition:opacity .22s ease, transform .22s ease}
.cookie-banner.show{opacity:1;transform:translateY(0);pointer-events:auto}
.cookie-banner-inner{max-width:1180px;margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:18px 20px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:rgba(255,255,255,.98);box-shadow:0 20px 48px rgba(15,23,42,.16);backdrop-filter:blur(14px)}
.cookie-banner-copy{display:grid;gap:6px}
.cookie-banner-title{font-size:18px;font-weight:800;color:#0f172a;line-height:1.2}
.cookie-banner-text{font-size:14px;line-height:1.6;color:#475569;max-width:820px}
.cookie-banner-text a{color:var(--orange);font-weight:700;text-decoration:none}
.cookie-banner-text a:hover{text-decoration:underline}
.cookie-banner-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.cookie-accept-btn{min-width:140px}
.legal-page{padding-bottom:40px}
.legal-card{padding:30px;border-radius:30px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}
.legal-card h2{margin:28px 0 12px;font-size:24px;line-height:1.2}
.legal-card h2:first-child{margin-top:0}
.legal-card p{margin:0 0 14px;color:#475569;line-height:1.8}
.legal-list{margin:0 0 14px;padding-left:22px;color:#475569;line-height:1.8}
.legal-list li{margin-bottom:6px}
@media (max-width:900px){.cookie-banner-inner{flex-direction:column;align-items:stretch}.cookie-accept-btn{width:100%}}
@media (max-width:640px){.cookie-banner{left:12px;right:12px;bottom:12px}.cookie-banner-inner{padding:16px 16px 14px;border-radius:20px}.cookie-banner-title{font-size:16px}.cookie-banner-text{font-size:13px;line-height:1.55}}


/* === wholesale blocks 2026-04 === */
.wholesale-home-card{
  border-radius:28px;
}
.wholesale-home-body{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.wholesale-home-title{
  margin-top:14px;
}
.wholesale-home-sub{
  max-width:860px;
}
.wholesale-home-actions{
  flex:0 0 auto;
}
.wholesale-text-block h2{
  margin:0 0 14px;
  font-size:28px;
  line-height:1.15;
}
.wholesale-text-block ul{
  margin:14px 0;
  padding-left:22px;
}
.wholesale-text-block li{
  margin:8px 0;
}
.part-opt-note{
  margin-top:14px !important;
}
@media (max-width:900px){
  .wholesale-home-body{
    flex-direction:column;
    align-items:flex-start;
  }
}


/* === home combined wholesale + advantages block === */
.home-offer-card{
  overflow:hidden;
  border-radius:28px;
}
.home-offer-body{
  display:flex;
  flex-direction:column;
  gap:0;
}
.home-offer-top-badge{
  margin:0 0 14px;
  width:max-content;
}
.home-offer-list{
  margin-top:0 !important;
}
.hero{
  grid-template-columns:minmax(0,1.28fr) minmax(360px,.82fr);
  gap:18px;
}
@media (max-width:900px){
  .hero{
    grid-template-columns:1fr;
    gap:18px;
  }
}


/* === home hero unified layout === */
.hero.hero-unified{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  padding:24px 0;
  width:100%;
  max-width:1328px;
  margin-left:auto;
  margin-right:auto;
}
 .hero-merged{
  display:grid;
  grid-template-columns:minmax(0,1.42fr) minmax(320px,.78fr);
  gap:0;
  overflow:hidden;
  border-radius:32px;
  align-items:stretch;
}
.hero-merged-main.hero-main{
  margin:0;
  min-height:380px;
  border-radius:0;
  box-shadow:none;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  padding:38px 42px;
}
.hero-merged-main.hero-main .hero-actions{
  margin-top:auto;
  padding-top:24px;
}
.hero-merged-main.hero-main .hero-actions .btn{
  min-width:194px;
}
.hero-merged-side{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:38px 34px 38px 26px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
  border-left:1px solid var(--line);
}
.hero-merged-side .home-offer-top-badge{
  margin:0;
  padding:8px 14px;
  min-height:32px;
}
.hero-merged-side .home-offer-list{
  display:grid;
  gap:18px;
  margin-top:22px !important;
}
.hero-merged-side .home-offer-list > div{
  position:relative;
  padding-left:20px;
  font-size:15px;
  line-height:1.75;
  color:#64748b;
}
.hero-merged-side .home-offer-list > div::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#f97316;
  box-shadow:0 0 0 4px rgba(249,115,22,.16);
}
.hero-advantages-actions{
  margin-top:auto;
  padding-top:24px;
}
.hero-advantages-contact{
  min-width:194px;
  background:#fff;
  border:1px solid rgba(148,163,184,.35);
  color:#0f172a;
}
.hero-advantages-contact:hover{
  background:#fff;
  color:#0f172a;
  border-color:rgba(148,163,184,.35);
}
.hero-quick-row .card-body{
  padding:20px 24px;
}
.hero-quick-row .quick-list{
  grid-template-columns:repeat(4, minmax(0,1fr));
}
.hero-quick-row .quick-btn{
  min-height:52px;
}
.hero.hero-unified .card:hover,
.hero.hero-unified .hero-merged:hover,
.hero.hero-unified .hero-quick-row:hover,
.hero.hero-unified .hero-main:hover{
  transform:none !important;
  box-shadow:var(--shadow) !important;
}
@media (max-width:1100px){
  .hero-merged{
    grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  }
  .hero-quick-row .quick-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:900px){
  .hero-merged{
    grid-template-columns:1fr;
  }
  .hero-merged-main.hero-main{
    min-height:320px;
    padding:30px 26px;
  }
  .hero-merged-side{
    padding:30px 26px;
    border-left:0;
    border-top:1px solid var(--line);
  }
  .hero-advantages-actions{
    padding-top:20px;
  }
}
@media (max-width:640px){
  .hero-merged{
    border-radius:24px;
  }
  .hero-merged-main.hero-main{
    padding:26px 22px;
  }
  .hero-merged-side{
    padding:24px 22px;
  }
  .hero-merged-side .home-offer-list > div{
    font-size:14px;
    line-height:1.7;
  }
  .hero-quick-row .quick-list{
    grid-template-columns:1fr;
  }
  .hero-merged-main.hero-main .hero-actions .btn,
  .hero-advantages-contact{
    width:100%;
    min-width:0;
  }
}

/* === home hero advantages hover cleanup === */
.hero-merged-main.hero-main > .badge.orange{
  align-self:flex-start;
  width:auto;
  max-width:max-content;
  white-space:nowrap;
}


/* SEO cluster links */
.seo-links-card{margin:20px 0 0;padding:22px 24px;border-radius:24px;background:#fff;border:1px solid rgba(20,34,70,.08)}
.seo-links-title{font-size:28px;font-weight:800;line-height:1.1;color:#18233f;margin-bottom:16px}
.seo-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.seo-links-item{display:flex;flex-direction:column;gap:8px;padding:18px 20px;border-radius:20px;border:1px solid rgba(20,34,70,.1);background:#f8fafc;text-decoration:none;color:#18233f;transition:none !important;transform:none !important}
.seo-links-item strong{font-size:18px;line-height:1.2;color:#18233f}
.seo-links-item span{font-size:15px;line-height:1.55;color:#6b768d}
.seo-cluster-card{padding:28px 30px;border-radius:28px;background:#fff;border:1px solid rgba(20,34,70,.08)}
.seo-cluster-copy p{margin:0 0 16px;color:#5f6a82;font-size:18px;line-height:1.75}
.seo-cluster-links-head{margin-top:28px}
.seo-cluster-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.seo-cluster-link-card{display:flex;flex-direction:column;gap:8px;padding:22px 24px;border-radius:24px;background:#fff;border:1px solid rgba(20,34,70,.1);text-decoration:none;color:#18233f}
.seo-cluster-link-card strong{font-size:20px;line-height:1.25;color:#18233f}
.seo-cluster-link-card span{font-size:15px;line-height:1.55;color:#6b768d}
@media (max-width: 900px){.seo-links-grid,.seo-cluster-links-grid{grid-template-columns:1fr}}


/* === 2026-04 merged mobile quick-view + image cache fixes === */
body.quick-view-open .floating-contact-btn{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(14px) scale(.96) !important;
}

.quick-view-modal{
  overflow-y:auto !important;
  -webkit-overflow-scrolling:touch;
}
.quick-view-dialog{
  max-height:calc(100vh - 40px);
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
@media (max-width:900px){
  .quick-view-modal{align-items:flex-start !important;padding:12px !important;}
  .quick-view-dialog{width:100% !important;max-height:calc(100dvh - 24px) !important;}
}

@media (max-width:768px){
  .category-card img{
    height:auto !important;
    aspect-ratio:1 / 1 !important;
    object-fit:cover !important;
    object-position:center center !important;
  }

   #home-featured-grid .product-card .product-card-image,
  .popular-grid .product-card .product-card-image{
    height:auto !important;
    aspect-ratio:1 / 1 !important;
    padding:0 !important;
    overflow:hidden !important;
    border-radius:24px 24px 0 0 !important;
    background:transparent !important;
    line-height:0 !important;
  }

   #home-featured-grid .product-card .product-card-image img,
  .popular-grid .product-card .product-card-image img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:24px 24px 0 0 !important;
    max-width:none !important;
    max-height:none !important;
  }
}
