.standalone-page{background:var(--paper);color:var(--ink)}
.standalone-main{min-height:calc(100vh - 160px);padding:34px 0 72px}
.standalone-breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 22px;color:var(--muted);font-size:11px}
.standalone-breadcrumbs a{color:var(--blue);text-decoration:none}.standalone-breadcrumbs a:hover{text-decoration:underline;text-underline-offset:3px}
.standalone-product-card{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.9fr);min-height:680px;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 18px 55px rgba(16,35,48,.08)}
.standalone-product-card .product-detail-media{height:680px;min-height:0}
.standalone-product-card .product-detail-info{height:680px;padding-top:42px}
.standalone-product-card .product-detail-heading{padding-right:0}
.standalone-product-card .product-detail-heading h1{overflow-wrap:anywhere}
.standalone-product-card .detail-description p{white-space:pre-line}
.standalone-product-card .product-detail-add{flex:0 0 auto}
.standalone-product-card .product-gallery-stage>img{max-width:100%;max-height:100%}
.category-page-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;margin-bottom:28px;padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff}
.category-page-hero h1{margin:6px 0 10px;font-size:clamp(34px,5vw,56px);line-height:1;letter-spacing:-.06em}
.category-page-hero p{max-width:780px;margin:0;color:var(--muted);line-height:1.65}.category-page-count{padding:10px 14px;border-radius:999px;background:#edf5fb;color:var(--blue);font-size:12px;font-weight:800;white-space:nowrap}
.category-links{display:flex;gap:8px;margin:0 0 24px;padding:4px 0 8px;overflow-x:auto;scrollbar-width:thin}.category-links a{flex:0 0 auto;padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-size:10px;font-weight:800;text-decoration:none}.category-links a.active{border-color:var(--ink);background:var(--ink);color:#fff}
.category-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) repeat(3,minmax(150px,210px)) auto;gap:10px;align-items:center;margin-bottom:16px}.category-toolbar label{position:relative}.category-toolbar input,.category-toolbar select{width:100%;height:46px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);padding:0 13px;font:inherit;font-size:11px}.category-toolbar button{height:46px;white-space:nowrap}
.standalone-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.standalone-category-grid .product-card{min-width:0}.standalone-category-grid .product-name{overflow-wrap:anywhere}.standalone-category-grid .product-image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}.standalone-category-grid .product-card-link{z-index:1}.standalone-category-grid .add-button{z-index:2}.category-no-results{padding:40px 20px;border:1px dashed var(--line);border-radius:16px;color:var(--muted);text-align:center;background:#fff}
.standalone-empty{display:grid;justify-items:start;gap:16px;max-width:760px;padding-top:80px}.standalone-empty h1{margin:0;font-size:clamp(38px,6vw,66px);letter-spacing:-.06em}.standalone-empty p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.standalone-product-card .product-document-viewer,.standalone-product-card .product-image-zoom{grid-column:1/-1}
@media(max-width:1050px){.standalone-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-toolbar{grid-template-columns:minmax(220px,1fr) repeat(2,minmax(145px,190px))}.category-toolbar label:nth-of-type(4){display:none}.standalone-product-card{grid-template-columns:minmax(0,1.2fr) minmax(320px,.9fr)}}
@media(max-width:820px){.standalone-main{padding-top:22px}.standalone-product-card{grid-template-columns:1fr}.standalone-product-card .product-detail-media{height:480px}.standalone-product-card .product-detail-info{height:auto;overflow:visible}.standalone-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-page-hero{grid-template-columns:1fr}.category-page-count{justify-self:start}.category-toolbar{grid-template-columns:1fr 1fr}.category-toolbar label:first-child{grid-column:1/-1}.category-toolbar label:nth-of-type(4){display:block}.category-toolbar button{grid-column:1/-1}.site-header .phone{display:none}}
@media(max-width:520px){.standalone-main{padding-bottom:46px}.standalone-product-card{border-radius:17px}.standalone-product-card .product-detail-media{height:360px}.standalone-product-card .product-detail-info{padding:28px 20px}.category-page-hero{padding:21px 18px}.category-toolbar{grid-template-columns:1fr}.category-toolbar label:first-child,.category-toolbar button{grid-column:auto}.standalone-category-grid{gap:10px}.standalone-category-grid .product-body{padding:13px}.standalone-category-grid .product-name{font-size:13px}.standalone-category-grid .product-specs{font-size:10px}.standalone-category-grid .product-price{font-size:15px}}



/* Верхние динамические фильтры отдельной страницы категории */
.category-filter-panel{margin:0 0 18px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}
.category-toolbar-main{grid-template-columns:minmax(260px,1.45fr) repeat(5,minmax(145px,1fr));margin:0}
.category-filter-field{display:grid;align-content:start;gap:7px;min-width:0}
.category-filter-field>span{color:#34454f;font-size:11px;font-weight:700;line-height:1.2}
.category-filter-field input,.category-filter-field select{width:100%;height:44px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);padding:0 12px;font:inherit;font-size:11px}
.category-filter-field input:focus,.category-filter-field select:focus{outline:2px solid rgba(24,132,210,.18);border-color:var(--blue)}
.category-characteristic-filters{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}
.category-characteristic-filters:empty{display:none}
.category-filter-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}
.category-filter-actions button{min-height:42px}
.category-sale-filter{min-width:120px;border:1px solid #efb4af;border-radius:10px;background:#fff5f3;color:#d94b43;padding:0 18px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.category-sale-filter.is-active{border-color:#df5149;background:#df5149;color:#fff}
.standalone-category-grid .product-image{position:relative!important;display:block!important;height:auto!important;aspect-ratio:1/1;padding:0!important;overflow:hidden!important;background:#f5f7f7!important}
.standalone-category-grid .product-image img,.standalone-category-grid .product-image .product-card-photo{position:absolute!important;inset:12px!important;display:block!important;width:calc(100% - 24px)!important;height:calc(100% - 24px)!important;max-width:none!important;max-height:none!important;padding:0!important;object-fit:contain!important;object-position:center center!important;transform:none!important;background:transparent!important}
@media(max-width:1280px){.category-toolbar-main{grid-template-columns:minmax(250px,1.4fr) repeat(3,minmax(150px,1fr))}.category-characteristic-filters{grid-template-columns:repeat(4,minmax(150px,1fr))}}
@media(max-width:900px){.category-toolbar-main,.category-characteristic-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.category-search-field{grid-column:1/-1}}
@media(max-width:520px){.category-filter-panel{padding:14px}.category-toolbar-main,.category-characteristic-filters{grid-template-columns:1fr}.category-search-field{grid-column:auto}.category-filter-actions{display:grid;grid-template-columns:1fr 1fr}.category-filter-actions button{width:100%;padding-left:8px;padding-right:8px}.standalone-category-grid .product-image img,.standalone-category-grid .product-image .product-card-photo{inset:7px!important;width:calc(100% - 14px)!important;height:calc(100% - 14px)!important}}

/* Отдельная страница контактов */
.contacts-main{padding-top:34px}.contacts-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:44px;align-items:end;padding:54px 56px;margin-bottom:18px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#fff 0%,#fff 68%,#e8f1ed 100%);overflow:hidden}.contacts-hero h1{margin:0;font-size:clamp(48px,7vw,82px);line-height:.92;letter-spacing:-.07em}.contacts-hero h1 em{font-style:normal;color:var(--blue)}.contacts-lead{max-width:660px;margin:27px 0 0;color:var(--muted);font-size:17px;line-height:1.7}.contacts-hero-actions{display:flex;flex-direction:column;gap:10px;min-width:210px}.contacts-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:18px}.contacts-fact-card{position:relative;min-height:292px;padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden}.contacts-fact-number{position:absolute;right:22px;top:18px;color:#dce6e7;font-size:42px;font-weight:800}.contacts-fact-card h2{position:relative;margin:7px 0 13px;font-size:clamp(21px,2vw,29px);line-height:1.25;letter-spacing:-.045em}.contacts-fact-card>p:last-child{margin:20px 0 0;color:var(--muted);font-size:12px;line-height:1.65}.contacts-secondary-link{display:inline-block;color:var(--blue);font-weight:800}.contacts-hours{margin:5px 0 0}.contacts-hours div{display:flex;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:1px solid var(--line);font-size:13px}.contacts-hours dt{color:var(--muted)}.contacts-hours dd{margin:0;font-weight:800}.contacts-location{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.72fr);gap:18px;margin-bottom:18px}.contacts-map-card,.contacts-rating-card{padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff}.contacts-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.contacts-section-heading h2,.contacts-rating-card h2,.contacts-service h2{margin:0;font-size:clamp(28px,4vw,43px);line-height:1;letter-spacing:-.055em}.contacts-section-heading>a{color:var(--blue);font-size:12px;font-weight:800}.contacts-map-frame{height:440px;border-radius:15px;overflow:hidden;background:#e8edef}.contacts-map-frame iframe{display:block;width:100%;height:100%;border:0}.contacts-rating-card{display:flex;flex-direction:column}.contacts-rating-card>p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.7}.contacts-rating-widget{display:grid;place-items:center;min-height:110px;margin:16px 0 20px;border:1px solid var(--line);border-radius:14px;background:#f7f9f8}.contacts-rating-widget iframe{display:block;border:0}.contacts-rating-card .button{margin-top:auto}.contacts-service{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:60px;padding:45px 50px;border-radius:22px;background:var(--ink);color:#fff}.contacts-service .eyebrow{color:var(--lime)}.contacts-service-list article{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.14)}.contacts-service-list article:last-child{border-bottom:0}.contacts-service-list p{margin:7px 0 0;color:#aebbc3;font-size:12px;line-height:1.7}@media(max-width:900px){.contacts-hero{grid-template-columns:1fr;padding:42px 36px}.contacts-hero-actions{flex-direction:row;flex-wrap:wrap}.contacts-facts{grid-template-columns:1fr 1fr}.contacts-fact-card:last-child{grid-column:1/-1}.contacts-location{grid-template-columns:1fr}.contacts-service{grid-template-columns:1fr;gap:28px}}@media(max-width:620px){.contacts-main{padding-top:22px}.contacts-hero{padding:34px 22px;border-radius:18px}.contacts-hero h1{font-size:48px}.contacts-lead{font-size:14px}.contacts-hero-actions{display:grid}.contacts-facts{grid-template-columns:1fr}.contacts-fact-card,.contacts-fact-card:last-child{grid-column:auto;min-height:0;padding:24px}.contacts-map-card,.contacts-rating-card{padding:18px}.contacts-section-heading{display:block}.contacts-section-heading>a{display:inline-block;margin-top:12px}.contacts-map-frame{height:410px}.contacts-service{padding:34px 24px}.contacts-service h2{font-size:35px}}