﻿:root{--green:#247a45;--green-dark:#145d39;--ink:#101719;--muted:#65716c;--line:#e6ece8;--soft:#f5f8f6;--dark:#071012;--radius:6px;--shadow:0 12px 30px rgba(16,45,30,.09)}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.45}a{color:inherit;text-decoration:none;cursor:pointer}button,input,textarea,select{font:inherit}img{display:block;max-width:100%;object-fit:cover}.container{width:min(1200px,calc(100% - 48px));margin:0 auto}.top-strip{background:#060b0d;color:#dbe5e0;font-size:13px}.top-strip__inner{height:42px;display:flex;justify-content:space-between;align-items:center}.top-strip nav{display:flex;gap:36px}.site-header{background:#fff}.header-main{height:88px;display:grid;grid-template-columns:auto 1fr auto auto;gap:32px;align-items:center}.brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:900;white-space:nowrap}.brand-mark{width:34px;height:34px;border-top:8px solid var(--green);border-left:8px solid var(--green);position:relative;flex:0 0 auto}.brand-mark:before,.brand-mark:after{content:"";position:absolute;left:0;background:var(--green);height:7px}.brand-mark:before{top:6px;width:25px}.brand-mark:after{top:20px;width:19px}.header-city{color:#3d4642}.header-phone{text-align:right}.header-phone b{display:block;font-size:18px}.header-phone span{display:block;color:var(--muted);font-size:14px}.btn{min-height:46px;border:0;border-radius:var(--radius);background:linear-gradient(#2f8d52,#156338);color:#fff;padding:0 28px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.btn-outline{background:#fff;color:var(--green-dark);border:1px solid #9db8aa}.header-nav-wrap{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.header-nav-row{height:58px;display:flex;align-items:center;justify-content:space-between}.main-nav{display:flex;gap:27px;font-weight:800}.main-nav a{height:58px;display:flex;align-items:center;border-bottom:3px solid transparent}.main-nav a.active{color:var(--green);border-color:var(--green)}.header-actions{display:flex;gap:18px;align-items:center;font-size:23px}.header-actions button{border:0;background:transparent;font-size:24px}.counter{position:relative}.counter span{position:absolute;right:-10px;top:-10px;background:var(--green);color:#fff;min-width:18px;height:18px;border-radius:50%;font-size:11px;display:grid;place-items:center}.hero{min-height:320px;color:#fff;background:linear-gradient(90deg,rgba(4,12,13,.94),rgba(4,12,13,.58),rgba(4,12,13,.08)),var(--bg);background-size:cover;background-position:center;display:flex;align-items:center}.hero.hero-large{min-height:430px}.hero h1{font-size:45px;line-height:1.08;margin:0 0 18px;max-width:760px}.hero p{font-size:18px;max-width:660px;color:#eef4f1;margin:0 0 24px}.crumbs{font-size:13px;color:#dce5e1;margin-bottom:18px}.hero-list,.check-list{list-style:none;padding:0;margin:18px 0}.hero-list li,.check-list li{margin:9px 0}.hero-list li:before,.check-list li:before{content:"✓";color:#69c28d;font-weight:900;margin-right:10px}section{padding:42px 0}.section-title{font-size:28px;margin:0 0 26px;font-weight:900}.section-title:after{content:"";display:block;width:30px;height:3px;background:#6aa788;margin-top:12px}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}.card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 5px 18px rgba(20,40,32,.04);overflow:hidden}.pad{padding:24px}.muted{color:var(--muted)}.icon-round{width:54px;height:54px;border-radius:50%;background:#eff6f1;color:var(--green);display:grid;place-items:center;font-size:26px;margin-bottom:16px}.catalog-tabs{margin-top:-38px;position:relative;z-index:2}.tabs-panel{display:grid;grid-template-columns:repeat(6,1fr);background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.tabs-panel div{padding:22px 18px;border-right:1px solid var(--line);font-weight:800;display:flex;gap:10px;align-items:center}.tabs-panel div:first-child{color:var(--green);border-bottom:3px solid var(--green)}.catalog-layout{display:grid;grid-template-columns:240px 1fr;gap:32px}.filter{padding:22px;align-self:start}.filter-row{display:flex;justify-content:space-between;margin:12px 0;color:#3f4945}.swatch{display:inline-block;width:24px;height:24px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #cdd7d1;margin-right:8px}.catalog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{position:relative}.product-card img{height:170px;width:100%}.product-card .pad{padding:16px}.tag{position:absolute;top:12px;left:12px;background:var(--green);color:#fff;border-radius:4px;padding:5px 10px;font-size:12px;font-weight:800}.tag-blue{background:#2867ba}.heart{position:absolute;top:12px;right:12px;font-size:24px;color:#f7fff9;text-shadow:0 1px 4px rgba(0,0,0,.4)}.price{font-size:20px;font-weight:900;margin:14px 0}.product-card .btn,.product-card .btn-outline{width:100%}.cta-band{background:#f3f8f5;border:1px solid var(--line);border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 34px;margin-top:28px}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:42px}.gallery-main{height:570px;border-radius:var(--radius);overflow:hidden;position:relative}.gallery-main img{width:100%;height:100%}.thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:14px}.thumbs img,.thumb-more{height:92px;border-radius:var(--radius);border:1px solid var(--line);overflow:hidden}.thumb-more{display:grid;place-items:center;background:#f7faf8;font-weight:800}.option-row{display:flex;flex-wrap:wrap;gap:12px;margin:12px 0 22px}.pill{border:1px solid var(--line);border-radius:var(--radius);padding:13px 24px;font-weight:800;background:#fff}.pill.active{border-color:#579476;box-shadow:0 0 0 2px #e2f0e8}.buy-box{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px;margin-top:22px}.qty{display:inline-flex;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.qty button,.qty span{width:44px;height:38px;border:0;background:#fff;display:grid;place-items:center}.tabline{display:flex;gap:44px;border-bottom:1px solid var(--line);font-weight:850}.tabline span{padding-bottom:16px}.tabline span:first-child{color:var(--green);border-bottom:3px solid var(--green)}.spec-table{width:100%;border-collapse:collapse}.spec-table td{border-bottom:1px solid var(--line);padding:13px 0}.doc-card{display:flex;gap:14px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:var(--radius)}.service-card img,.construct-card img{height:180px;width:100%}.service-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0;color:#4e665b;font-size:13px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:26px}.step-no{width:34px;height:34px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:12px}.form-box{background:#f7faf8;border:1px solid var(--line);border-radius:var(--radius);padding:28px}.field{width:100%;height:48px;border:1px solid var(--line);border-radius:var(--radius);padding:0 16px;background:#fff;margin:8px 0 14px}.textarea{height:112px;padding-top:14px;resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wide{grid-column:1/-1}.cart-layout,.checkout-layout,.favorite-layout,.info-layout{display:grid;grid-template-columns:1fr 320px;gap:32px}.line-item{display:grid;grid-template-columns:140px 1fr 120px 120px 120px 30px;gap:18px;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.line-item img{height:110px;border-radius:var(--radius);width:100%}.summary{padding:26px;align-self:start}.summary-row{display:flex;justify-content:space-between;margin:14px 0}.total{font-size:24px;font-weight:900;border-top:1px solid var(--line);padding-top:18px}.map{height:320px;border-radius:var(--radius);background:linear-gradient(135deg,#dcefe6,#fff5de 45%,#dff1d7);display:grid;place-items:center;color:var(--green);font-size:60px}.faq-row{border:1px solid var(--line);padding:16px 20px;display:flex;justify-content:space-between;margin-top:-1px}.footer{background:var(--dark);color:#dbe4df;padding:42px 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;gap:34px}.footer h4{color:#fff;margin:0 0 14px}.footer a,.footer p{display:block;color:#cbd5d0;margin:7px 0}.brand--footer{color:#fff}.social{display:flex;gap:12px;margin-top:16px}.social span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.tg{background:#2aa5df}.wa{background:#27b260}.vk{background:#4c75a3}@media(max-width:1020px){.container{width:calc(100% - 28px)}.top-strip,.header-city,.header-phone,.main-nav{display:none}.header-main{grid-template-columns:1fr auto;height:74px}.header-nav-row{justify-content:flex-end}.hero h1{font-size:34px}.grid-3,.grid-4,.grid-5,.grid-6,.products,.tabs-panel{grid-template-columns:repeat(2,1fr)}.catalog-layout,.product-layout,.cart-layout,.checkout-layout,.favorite-layout,.info-layout{grid-template-columns:1fr}.filter{display:none}.line-item{grid-template-columns:110px 1fr}.line-item>*:nth-child(n+3){grid-column:2}.gallery-main{height:420px}.steps{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}}@media(max-width:580px){.container{width:calc(100% - 22px)}section{padding:32px 0}.hero{min-height:300px}.hero h1{font-size:29px}.hero p{font-size:15px}.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.products,.tabs-panel{grid-template-columns:1fr}.tabs-panel div{border-right:0;border-bottom:1px solid var(--line)}.cta-band{display:block;padding:22px}.gallery-main{height:310px}.thumbs{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr}.brand{font-size:20px}.line-item{grid-template-columns:90px 1fr;gap:12px}.line-item img{height:88px}}

/* Thermo Glass project gallery scroll */
.gallery-scroll-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.gallery-scroll-actions{display:flex;gap:10px}.gallery-arrow{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--green);font-size:24px;line-height:1;cursor:pointer;box-shadow:0 4px 14px rgba(16,45,30,.08)}.gallery-scroll{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 16px;margin-bottom:26px}.gallery-scroll::-webkit-scrollbar{height:8px}.gallery-scroll::-webkit-scrollbar-track{background:#f0f5f2;border-radius:999px}.gallery-scroll::-webkit-scrollbar-thumb{background:#93b8a4;border-radius:999px}.gallery-scroll img{flex:0 0 31%;height:210px;border-radius:var(--radius);scroll-snap-align:start;border:1px solid var(--line);box-shadow:0 5px 18px rgba(20,40,32,.04)}@media(max-width:1020px){.gallery-scroll img{flex-basis:48%;height:190px}}@media(max-width:580px){.gallery-scroll-head{align-items:flex-start}.gallery-scroll img{flex-basis:86%;height:180px}.gallery-arrow{width:38px;height:38px}}

/* Child pages for services and information */
.child-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:start}.feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:22px}.feature-card{padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.works-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.works-gallery img{height:190px;border-radius:var(--radius);border:1px solid var(--line)}.adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.adv-card{padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.info-side-menu a{display:flex;justify-content:space-between;gap:14px;padding:16px 0;border-bottom:1px solid var(--line);font-weight:800}.info-side-menu a.active{color:var(--green)}.info-docs{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-note{background:#f4f8f6;border:1px solid var(--line);border-radius:var(--radius);padding:18px;margin:18px 0}.service-list-actions{display:flex;gap:10px;flex-wrap:wrap}.service-list-actions .btn,.service-list-actions .btn-outline{flex:1;min-width:150px}.hero--child .hero-list{max-width:520px}@media(max-width:1020px){.child-layout{grid-template-columns:1fr}.feature-row,.adv-grid,.info-docs{grid-template-columns:repeat(2,1fr)}.works-gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.feature-row,.adv-grid,.works-gallery,.info-docs{grid-template-columns:1fr}.works-gallery img{height:170px}.service-list-actions .btn,.service-list-actions .btn-outline{width:100%;flex:auto}}

/* Exact home and checkout mockup refinements */
.home-hero{min-height:315px;color:#fff;background:linear-gradient(90deg,rgba(3,10,10,.9),rgba(3,10,10,.45),rgba(3,10,10,.04)),var(--bg);background-size:cover;background-position:center;position:relative;display:flex;align-items:center}.home-hero h1{font-size:43px;line-height:1.08;margin:0 0 12px;max-width:610px}.home-hero p{font-size:17px;color:#eef4f1;margin:0 0 24px}.home-eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;margin-bottom:12px}.hero-dots{position:absolute;left:50%;bottom:18px;display:flex;gap:7px}.hero-dots span{width:8px;height:8px;border-radius:50%;background:#fff;opacity:.55}.hero-dots span:first-child{opacity:1}.hero-arrows{position:absolute;right:56px;bottom:30px;display:flex;gap:14px}.hero-arrows button{width:42px;height:42px;border-radius:50%;border:0;background:#fff;color:var(--green);font-size:25px}.home-benefits{background:#f6f8f7;border-bottom:1px solid var(--line)}.home-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;padding:24px 0}.home-benefit{display:grid;grid-template-columns:54px 1fr;gap:15px;align-items:start}.category-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.category-tile{height:240px;color:#fff;position:relative;overflow:hidden;background:#111}.category-tile img{height:100%;filter:brightness(.58)}.category-tile-content{position:absolute;left:26px;right:20px;bottom:24px}.category-tile h3{font-size:22px;margin:0 0 8px}.category-tile p{margin:0 0 14px;color:#eef4f1}.home-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.home-product-row{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.home-product-card{background:#f5f7f6;border:1px solid var(--line);border-radius:var(--radius);padding:14px;position:relative}.home-product-card img{height:135px;object-fit:contain;background:#fff}.home-product-card .tag{position:static;display:inline-block;margin-bottom:8px}.home-cta{min-height:220px;color:#fff;background:linear-gradient(90deg,rgba(3,10,10,.9),rgba(3,10,10,.55)),var(--bg);background-size:cover;background-position:center;display:flex;align-items:center}.home-cta h2{font-size:34px;margin:0 0 8px}.checkout-page{padding:42px 0}.checkout-grid-strict{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:36px;align-items:start}.checkout-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:28px;margin-bottom:22px}.checkout-card h2{margin-top:0}.checkout-label{display:block;font-weight:800;margin-top:18px}.checkout-field{width:100%;height:54px;border:1px solid var(--line);border-radius:var(--radius);padding:0 16px;margin-top:8px}.checkout-textarea{height:112px;padding-top:14px}.delivery-choice{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:16px 0}.delivery-choice label{display:flex;gap:10px;align-items:flex-start}.checkout-submit-row{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:22px}.checkout-order-item{display:grid;grid-template-columns:76px 1fr auto;gap:14px;padding:16px 0;border-bottom:1px solid var(--line);align-items:center}.checkout-order-item img{width:76px;height:76px;border-radius:6px}.checkout-order-item h4{margin:0 0 5px}.secure-pay{background:#f5f8f6;border-radius:var(--radius);padding:18px;display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;margin-top:22px}@media(max-width:1020px){.home-benefits-grid,.home-product-row{grid-template-columns:repeat(2,1fr)}.category-tiles{grid-template-columns:repeat(2,1fr)}.checkout-grid-strict{grid-template-columns:1fr}}@media(max-width:580px){.home-hero h1{font-size:30px}.home-benefits-grid,.category-tiles,.home-product-row{grid-template-columns:1fr}.category-tile{height:210px}.hero-arrows,.hero-dots{display:none}.delivery-choice{grid-template-columns:1fr}.checkout-submit-row{display:block}.checkout-submit-row .btn{width:100%;margin-top:16px}}

/* Category-driven product output */
.tabs-panel button{appearance:none;border:0;background:transparent;text-align:left;font:inherit;font-weight:800;color:inherit;cursor:pointer;width:100%;padding:0}.tabs-panel div.active{color:var(--green);border-bottom:3px solid var(--green)}.catalog-category-note{margin:0 0 18px;color:var(--muted)}.home-product-row .home-product-card{display:flex;flex-direction:column}.home-product-row .home-product-card .btn{margin-top:auto}.category-tile{cursor:pointer}

/* Updated services page with two extra child panels */
.services-page-grid{grid-template-columns:repeat(4,1fr)}
.services-page-grid .service-card > img{height:175px}
.services-page-grid .service-meta--image{display:block;width:100%;flex:none}
.services-page-grid .service-meta--image img{display:block;width:100%;height:auto;object-fit:contain}
.services-page-grid .service-card h3{min-height:52px}
.services-page-grid .service-card p{min-height:68px}
.services-advantages-image{display:block;width:100%;max-width:100%;height:auto;object-fit:contain}
.services-why{grid-template-columns:repeat(8,1fr);text-align:center}
.services-why .icon-round{margin:0 auto 14px;width:42px;height:42px;font-size:20px}
.service-page-hero .hero h1{max-width:720px}
@media(max-width:1180px){.services-page-grid,.services-why{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.services-page-grid,.services-why{grid-template-columns:1fr}.services-page-grid .service-card h3,.services-page-grid .service-card p{min-height:auto}}

/* Instructions and certificates exact child pages */
.documents-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:start}
.document-slider-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px}
.document-slider-actions{display:flex;gap:10px}
.document-slider-btn{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--green);font-size:22px;cursor:pointer;box-shadow:0 4px 14px rgba(16,45,30,.08)}
.document-slider{display:flex;flex-direction:column;gap:26px;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth;padding:4px 4px 22px}
.document-slider::-webkit-scrollbar{height:8px}.document-slider::-webkit-scrollbar-track{background:#f0f5f2;border-radius:999px}.document-slider::-webkit-scrollbar-thumb{background:#93b8a4;border-radius:999px}
.certificate-card{flex:0 0 calc((100% - 52px)/3);scroll-snap-align:start}
.certificate-preview{height:310px;background:#fff;border:4px solid #d7ded9;display:grid;place-items:center;text-align:center;padding:24px;box-shadow:0 8px 20px rgba(0,0,0,.05)}
.certificate-preview b{font-size:24px;display:block;margin-bottom:12px}.certificate-preview span{color:#2b7d4b;font-weight:900}
.certificate-card h3{margin:18px 0 8px}.download-link{color:var(--green);font-weight:900;display:inline-flex;gap:8px;align-items:center;margin-top:12px}
.instruction-card{flex:0 0 100%;display:grid;grid-template-columns:210px 70px 1fr 160px;gap:24px;align-items:center;border-bottom:1px solid var(--line);padding:22px 0;scroll-snap-align:start}
.instruction-card img{height:112px;width:210px;border-radius:var(--radius)}
.instruction-card .icon-round{margin:0}.instruction-card h3{margin:0 0 8px}
.documents-side .card{margin-bottom:28px}.documents-side-menu a{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--line);font-weight:800}.documents-side-menu a.active{color:var(--green)}
.document-trust{background:#f4f8f6;border:1px solid var(--line);border-radius:var(--radius);padding:24px;margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.document-trust .icon-round{margin:0}
@media(max-width:1020px){.documents-layout{grid-template-columns:1fr}.certificate-card{flex-basis:48%}.instruction-card{grid-template-columns:150px 54px 1fr}.instruction-card .download-link{grid-column:3}.instruction-card img{width:150px;height:92px}}
@media(max-width:580px){.certificate-card{flex-basis:88%}.instruction-card{grid-template-columns:1fr}.instruction-card img{width:100%;height:170px}.instruction-card .download-link{grid-column:auto}.document-trust{display:block}.document-trust .btn{width:100%;margin-top:16px}}

/* Product details link tab */
.tabline a{padding-bottom:16px;color:inherit;text-decoration:none}
.tabline a:hover{color:var(--green)}

/* City selector in header */
.header-city select{border:0;background:transparent;color:inherit;font:inherit;font-weight:800;outline:none;cursor:pointer;padding:4px 18px 4px 4px}
.header-city select:focus{box-shadow:0 0 0 2px #dcebe3;border-radius:4px}
.brand-logo{width:42px;height:42px;object-fit:contain;flex:0 0 auto}
.brand--footer .brand-logo{filter:none}

/* Catalog terrace systems dropdown */
.tabs-panel .catalog-tab-item{position:relative;display:block;padding:0}
.tabs-panel .catalog-tab-main{padding:22px 18px;min-height:100%;display:flex;align-items:center;gap:10px}
.tabs-panel .catalog-tab-dropdown{position:absolute;left:0;top:100%;min-width:245px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:8px;z-index:6;display:none}
.tabs-panel .catalog-tab-item:hover .catalog-tab-dropdown,.tabs-panel .catalog-tab-item:focus-within .catalog-tab-dropdown{display:block}
.catalog-tab-dropdown a{display:block;padding:10px 12px;border-radius:4px;color:var(--ink);font-weight:700;white-space:nowrap}
.catalog-tab-dropdown a:hover{background:#f1f7f3;color:var(--green)}
.filter-subgroup{background:#f6faf8;border:1px solid var(--line);border-radius:var(--radius);padding:12px;margin:10px 0 18px}
.filter-subgroup-title{font-weight:900;margin-bottom:8px;color:var(--green-dark)}
@media(max-width:580px){.tabs-panel .catalog-tab-dropdown{position:static;display:none;box-shadow:none;border:0;padding:0 18px 14px}.tabs-panel .catalog-tab-item:hover .catalog-tab-dropdown,.tabs-panel .catalog-tab-item:focus-within .catalog-tab-dropdown{display:block}.catalog-tab-dropdown a{white-space:normal}}

/* Collapsible terrace systems inside main catalog filter */
.filter-details{border-bottom:1px solid var(--line);padding:0;margin:0}
.filter-details summary{list-style:none;cursor:pointer}
.filter-details summary::-webkit-details-marker{display:none}
.filter-details>.filter-row{border-bottom:0;margin:12px 0}
.filter-details .filter-subgroup{margin:0 0 14px 24px;padding:10px 12px}
.filter-details-arrow{color:var(--green);font-weight:900}

/* Catalog filter controls */
.price-filter{background:#f6faf8;border:1px solid var(--line);border-radius:var(--radius);padding:12px;margin:10px 0 18px}
.price-filter-values{display:flex;justify-content:space-between;gap:10px;font-weight:800;color:var(--green-dark);margin-bottom:10px}
.price-filter label{display:block;color:var(--muted);font-size:13px;margin-top:10px}
.price-filter input[type=range]{width:100%;accent-color:var(--green);margin-top:6px}
.filter .btn-outline{min-height:42px}

/* Home benefit image icons */
.home-benefits-grid.home-benefits-grid--three{grid-template-columns:repeat(3,1fr)}
.home-benefit-icon{width:54px;height:54px;border-radius:50%;background:#eff6f1;display:grid;place-items:center;overflow:hidden}
.home-benefit-icon img{width:34px;height:34px;object-fit:contain}
@media(max-width:1020px){.home-benefits-grid.home-benefits-grid--three{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.home-benefits-grid.home-benefits-grid--three{grid-template-columns:1fr}}

/* Wider catalog dropdowns for category child lists */
.tabs-panel .catalog-tab-dropdown--wide{min-width:310px}
.catalog-tab-dropdown--wide a{line-height:1.25}
@media(max-width:580px){.tabs-panel .catalog-tab-dropdown--wide{min-width:0;width:100%}}

/* WooCommerce compatibility: let plugin pages render normally instead of SPA layout */
.terrassa-wc-page .woocommerce-main{padding:42px 0 64px;background:#fff}
.terrassa-wc-page .woocommerce-content{min-height:420px}
.terrassa-wc-page .woocommerce,.terrassa-wc-page .woocommerce-page{max-width:100%}
.terrassa-wc-page .woocommerce ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:0;padding:0}
.terrassa-wc-page .woocommerce ul.products li.product{width:auto!important;margin:0!important;border:1px solid var(--line);border-radius:var(--radius);padding:16px;box-shadow:0 5px 18px rgba(20,40,32,.04)}
.terrassa-wc-page .woocommerce div.product{display:block}
.terrassa-wc-page .woocommerce div.product div.images,.terrassa-wc-page .woocommerce div.product div.summary{margin-bottom:28px}
.terrassa-wc-page .woocommerce table.shop_table{border-color:var(--line);border-radius:var(--radius)}
.terrassa-wc-page .woocommerce a.button,.terrassa-wc-page .woocommerce button.button,.terrassa-wc-page .woocommerce input.button,.terrassa-wc-page .woocommerce #respond input#submit{background:linear-gradient(#2f8d52,#156338);color:#fff;border-radius:var(--radius);font-weight:800}
@media(max-width:1020px){.terrassa-wc-page .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:580px){.terrassa-wc-page .woocommerce ul.products{grid-template-columns:1fr}.terrassa-wc-page .woocommerce-main{padding:28px 0 44px}}

/* Stronger WooCommerce isolation */
.terrassa-wc-page .woocommerce-main img{height:auto;object-fit:contain}
.terrassa-wc-page .woocommerce-main a{color:var(--green-dark)}
.terrassa-wc-page .woocommerce-main .button{min-height:auto}
.terrassa-wc-page .woocommerce-main input,.terrassa-wc-page .woocommerce-main textarea,.terrassa-wc-page .woocommerce-main select{max-width:100%}
.terrassa-wc-page .woocommerce-result-count,.terrassa-wc-page .woocommerce-ordering{margin-bottom:24px}
.terrassa-wc-page .woocommerce-ordering select{height:42px;border:1px solid var(--line);border-radius:var(--radius);padding:0 12px;background:#fff}
.terrassa-wc-page .woocommerce ul.products::before,.terrassa-wc-page .woocommerce ul.products::after{display:none}
.terrassa-wc-page .woocommerce ul.products li.product a img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;background:#f7faf8;border-radius:var(--radius);margin:0 0 14px}
.terrassa-wc-page .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:18px;line-height:1.25;color:var(--ink);padding:0;margin:0 0 10px}
.terrassa-wc-page .woocommerce ul.products li.product .price{color:var(--ink);font-size:18px;margin:10px 0 14px}
.terrassa-wc-page .woocommerce div.product div.images img{width:100%;height:auto;object-fit:contain;background:#f7faf8;border-radius:var(--radius)}
.terrassa-wc-page .woocommerce div.product .product_title{font-size:38px;line-height:1.12;margin:0 0 16px;color:var(--ink)}
.terrassa-wc-page .woocommerce div.product p.price,.terrassa-wc-page .woocommerce div.product span.price{color:var(--ink);font-size:28px;font-weight:900}
.terrassa-wc-page .woocommerce div.product form.cart .button{min-height:46px;padding:0 28px}
.terrassa-wc-page .woocommerce .quantity .qty{width:82px;height:46px;border:1px solid var(--line);border-radius:var(--radius)}
.terrassa-wc-page .woocommerce-cart-form,.terrassa-wc-page .cart_totals,.terrassa-wc-page .woocommerce-checkout-review-order,.terrassa-wc-page .woocommerce-billing-fields,.terrassa-wc-page .woocommerce-shipping-fields{border:1px solid var(--line);border-radius:var(--radius);padding:22px;background:#fff;box-shadow:0 5px 18px rgba(20,40,32,.04)}
.terrassa-wc-page .woocommerce form .form-row input.input-text,.terrassa-wc-page .woocommerce form .form-row textarea{border:1px solid var(--line);border-radius:var(--radius);min-height:46px;padding:10px 14px}
.terrassa-wc-page .woocommerce-message,.terrassa-wc-page .woocommerce-info,.terrassa-wc-page .woocommerce-error{border-top-color:var(--green)}
.terrassa-wc-page .woocommerce-message::before,.terrassa-wc-page .woocommerce-info::before{color:var(--green)}
@media(max-width:768px){.terrassa-wc-page .woocommerce div.product .product_title{font-size:28px}.terrassa-wc-page .woocommerce-page table.shop_table_responsive tr td::before{font-weight:800;color:var(--ink)}}

/* Nested catalog dropdowns */
.catalog-tab-dropdown--nested{overflow:visible}
.catalog-nested-item{position:relative;display:block}
.catalog-nested-item>button{width:100%;border:0;background:transparent;padding:10px 12px;border-radius:4px;color:var(--ink);font-weight:700;white-space:nowrap;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer}
.catalog-nested-item>.catalog-parent-link{width:100%;border:0;background:transparent;padding:10px 12px;border-radius:4px;color:var(--ink);font-weight:700;white-space:nowrap;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;text-decoration:none}
.catalog-nested-item>button:hover{background:#f1f7f3;color:var(--green)}
.catalog-nested-item>.catalog-parent-link:hover{background:#f1f7f3;color:var(--green)}

/* Catalog fix layer: all subcategories are flat and directly clickable. */
.tm-fix-tabs .catalog-tab-item{position:relative}
.tm-fix-tabs{grid-template-columns:repeat(7,minmax(0,1fr))}
.tm-fix-tabs .catalog-tab-main{padding:22px 18px;min-height:100%;display:flex;align-items:center;gap:10px}
.tm-fix-dropdown{max-height:560px;overflow:auto;width:min(430px,calc(100vw - 32px));z-index:30}
.tm-fix-group{display:block!important;padding:4px 0!important;border:0!important}
.tm-fix-group>a{display:block;padding:9px 12px;border-radius:4px;font-weight:800;line-height:1.25}
.tm-fix-group>a:hover{background:#f1f7f3;color:var(--green)}
.tm-fix-child{padding-left:26px!important;font-weight:650!important;color:#3f4945!important}
.tm-fix-filter-group{border-bottom:1px solid var(--line);padding:4px 0}
.tm-fix-filter-child{padding-left:18px;color:#52615b}
.catalog-outdoor-all{display:flex;justify-content:flex-end;margin:0 0 18px}
.catalog-outdoor-all .btn{min-height:44px}
@media(max-width:1180px){.tm-fix-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:580px){.tm-fix-tabs{grid-template-columns:1fr}.catalog-outdoor-all .btn{width:100%}}
.catalog-nested-dropdown{position:absolute;left:100%;top:0;min-width:360px;max-width:min(520px,calc(100vw - 40px));background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:8px;display:none;z-index:9}
.catalog-nested-item:hover>.catalog-nested-dropdown{display:block}
.catalog-nested-dropdown a{white-space:normal;line-height:1.25}
.filter-nested-details{border-bottom:1px solid var(--line);padding:0;margin:0}
.filter-nested-details summary{list-style:none;cursor:pointer}
.filter-nested-details summary::-webkit-details-marker{display:none}
.filter-subgroup--nested{margin:0 0 12px 18px;padding:8px 10px;background:#fff}
.filter-subcount{color:var(--muted);font-size:12px;margin:0 0 10px 4px}
@media(max-width:1020px){.tabs-panel .catalog-tab-item{overflow:visible}.tabs-panel .catalog-tab-dropdown{position:static!important;width:100%;min-width:0;box-shadow:none;border:0;border-top:1px solid var(--line);border-radius:0;padding:6px 12px 12px}.catalog-nested-dropdown{position:static!important;left:auto;top:auto;min-width:0;max-width:none;width:100%;box-shadow:none;border:0;border-left:2px solid #dbe8df;border-radius:0;margin:4px 0 8px 10px;padding:4px 0 4px 10px;z-index:auto}}
@media(max-width:580px){.catalog-nested-item>button{white-space:normal}.catalog-nested-dropdown{position:static;display:none;min-width:0;max-width:none;box-shadow:none;border:0;padding:0 0 0 14px}.catalog-nested-item:hover>.catalog-nested-dropdown{display:block}}

/* Force third-level catalog menus to open only on hover */
.catalog-tab-dropdown--nested .catalog-nested-dropdown{display:none!important}
.catalog-tab-dropdown--nested .catalog-nested-item:hover>.catalog-nested-dropdown{display:block!important}
.catalog-tab-dropdown--nested .catalog-nested-item:focus-within>.catalog-nested-dropdown{display:block!important}
.catalog-tab-dropdown--nested .catalog-nested-item:hover:focus-within>.catalog-nested-dropdown{display:block!important}
@media(max-width:1020px){.catalog-tab-dropdown--nested .catalog-nested-dropdown{position:static!important}.catalog-tab-dropdown--nested .catalog-nested-item:hover>.catalog-nested-dropdown,.catalog-tab-dropdown--nested .catalog-nested-item:focus-within>.catalog-nested-dropdown{display:block!important}}

/* WooCommerce live catalog loading state */
.products--loading{opacity:.78;pointer-events:none;position:relative}
.products--loading:after{content:'Загрузка товаров...';position:absolute;left:50%;top:18px;transform:translateX(-50%);background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:10px 14px;color:var(--green-dark);font-weight:800;z-index:2}
.product-card--woo img{object-fit:contain;background:#f7faf8}
.product-card--woo .heart{position:absolute;top:12px;right:12px;z-index:3;font-size:24px;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.42)}
.product-card--woo .heart.is-active{color:#238248;text-shadow:none}
.product-card--woo .btn{width:100%}

/* No demo product cards */
.products-empty{grid-column:1/-1;text-align:left}
.products-empty h2{margin-top:0}
.home-product-row--woo{display:grid}
.home-product-row--woo .products-empty{width:100%}
.home-cta{margin-bottom:28px}
.heart{border:0;background:transparent;cursor:pointer;line-height:1;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.42)}
.heart.is-active{color:#238248;text-shadow:none}
.favorite-empty{padding:42px;text-align:left}
.favorite-remove{border:0;background:transparent;color:#899690;font-size:26px;cursor:pointer}
.favorite-layout .summary .btn[aria-disabled="true"]{pointer-events:none;opacity:.55}
.cart-empty{padding:42px;text-align:left}
.cart-line-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end}
.cart-remove{border:0;background:transparent;color:#899690;font-size:26px;cursor:pointer}
.product-card-qty{margin:12px 0}
.product-card-qty .qty{width:100%;display:grid;grid-template-columns:44px 1fr 44px}
.product-card-qty .qty input{width:100%;height:38px;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;background:#fff;font-weight:800}
.product-card-qty .qty button,.line-item .qty button{cursor:pointer}
.line-item .qty{position:relative;z-index:3}
.product-page-final .tag-light{left:86px;background:#fff;color:var(--ink);box-shadow:0 4px 14px rgba(0,0,0,.12)}
.product-page-final .qty{display:grid;grid-template-columns:44px 72px 44px}
.product-page-final .qty input{width:72px;height:38px;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;font-weight:800}
.product-page-final .qty button{cursor:pointer}
.custom-measure{width:100%;min-height:86px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;padding:18px 24px;margin-top:8px;color:var(--ink)}
.custom-measure span{color:var(--muted)}
.product-measured-grid{display:grid;grid-template-columns:1fr 360px;gap:34px;align-items:start}
.product-info-final{padding-top:0}
.product-info-final .tabline a{padding-bottom:16px;color:inherit}
@media(max-width:1020px){.product-measured-grid{grid-template-columns:1fr}.product-page-final .gallery-main{height:420px}}
@media(max-width:580px){.product-page-final .gallery-main{height:310px}.product-page-final .buy-box .btn{width:100%}.product-page-final .qty{grid-template-columns:40px 62px 40px}}

/* WooCommerce single product template */
.tm-single-product{background:#fff}
.tm-product-main{padding:34px 0 24px}
.tm-product-breadcrumb{margin-bottom:26px;color:var(--muted);font-size:13px}
.tm-product-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:start}
.tm-product-gallery{min-width:0}
.tm-product-image{height:560px;border-radius:var(--radius);overflow:hidden;position:relative;background:#f3f6f4}
.tm-product-image img{width:100%;height:100%;object-fit:cover}
.tm-stock-badge{position:absolute;top:12px;left:128px;background:#fff;color:var(--ink);border-radius:4px;padding:5px 10px;font-size:12px;font-weight:800;box-shadow:0 6px 18px rgba(0,0,0,.12)}
.tm-product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:14px}
.tm-product-thumb{height:92px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;padding:0;cursor:pointer}
.tm-product-thumb img{width:100%;height:100%;object-fit:cover}
.tm-product-summary h1{font-size:34px;line-height:1.18;margin:0 0 16px}
.tm-product-meta-line{display:flex;justify-content:space-between;gap:18px;margin-bottom:18px;color:var(--muted)}
.tm-product-lead{color:var(--muted);font-size:16px}
.tm-product-rating{display:flex;align-items:center;gap:12px;margin:18px 0}
.tm-product-rating span{color:#f0c23b;font-size:22px}
.tm-product-rating a{color:var(--green);font-weight:800}
.tm-product-divider{border-top:1px solid var(--line);margin:24px 0}
.tm-product-buy{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px;background:#fff}
.tm-product-price span{display:block;color:var(--muted);margin-bottom:4px}
.tm-product-price strong{display:block;font-size:32px;line-height:1.2;margin-bottom:18px}
.tm-product-buy form.cart{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:0}
.tm-product-buy form.variations_form.cart{display:block!important}
.tm-product-buy .single_variation_wrap{margin-top:14px}
.tm-product-buy .woocommerce-variation-price{font-size:24px;font-weight:900;margin:12px 0}
.tm-product-buy .woocommerce-variation-availability{color:var(--green);font-weight:800;margin:8px 0}
.tm-product-buy form.cart .quantity{display:inline-flex}
.tm-product-buy form.cart .qty{width:82px;height:46px;border:1px solid var(--line);border-radius:var(--radius);text-align:center}
.tm-product-buy form.cart .single_add_to_cart_button,.tm-product-buy .woocommerce-variation-add-to-cart .single_add_to_cart_button{min-height:46px;border:0;border-radius:var(--radius);background:linear-gradient(#2f8d52,#156338);color:#fff;padding:0 28px;font-weight:800;cursor:pointer}
.tm-product-buy form.cart .single_add_to_cart_button.tm-cart-error{background:#9b2f2f}
.tm-product-buy table.variations{width:100%;border-collapse:collapse;margin:0 0 18px}
.tm-product-buy form.variations_form table.variations{display:none!important}
.tm-product-buy table.variations th,.tm-product-buy table.variations td{display:block;text-align:left;padding:0 0 10px}
.tm-product-buy table.variations label{font-weight:900}
.tm-product-buy table.variations select{width:100%;height:46px;border:1px solid var(--line);border-radius:var(--radius);padding:0 14px;background:#fff}
.tm-product-buy .reset_variations{display:inline-block;margin-top:8px;color:var(--green)}
.tm-product-actions-note{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:var(--muted)}
.tm-product-actions-note a{color:var(--green);font-weight:800}
.tm-measure-box{width:100%;min-height:86px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;padding:18px 24px;margin-top:18px}
.tm-measure-box span{color:var(--muted)}
.tm-product-details{padding:24px 0 10px}
.tm-product-tabs{display:flex;gap:44px;border-bottom:1px solid var(--line);font-weight:850}
.tm-product-tabs button,.tm-product-tabs a{padding:0 0 16px;border:0;background:transparent;color:inherit;text-decoration:none;font:inherit;font-weight:850;cursor:pointer}
.tm-product-tabs button.is-active{color:var(--green);border-bottom:3px solid var(--green)}
.tm-product-tab-panels{margin-top:28px}
.tm-product-tab-panel{max-width:860px}
.tm-product-tab-panel[hidden]{display:none}
.tm-product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;margin-top:28px}
.tm-product-detail-grid h2{margin-top:0}
.tm-product-quote{padding-top:10px}
.tm-related-products{padding-top:18px}
.tm-carousel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.tm-carousel-actions{display:flex;gap:10px;padding-top:4px}
.tm-carousel-arrow{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--green);font-size:25px;line-height:1;cursor:pointer;box-shadow:0 4px 14px rgba(16,45,30,.08)}
.tm-related-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 16px}
.tm-related-track::-webkit-scrollbar{height:8px}
.tm-related-track::-webkit-scrollbar-track{background:#f0f5f2;border-radius:999px}
.tm-related-track::-webkit-scrollbar-thumb{background:#93b8a4;border-radius:999px}
.tm-related-card{flex:0 0 calc((100% - 72px) / 4);scroll-snap-align:start}
.tm-related-card__image img{width:100%;height:180px;object-fit:contain;background:#f7faf8}
.tm-related-card h3{font-size:17px;line-height:1.3;margin:0 0 10px}
.tm-related-card .btn{width:100%;margin-top:8px}
@media(max-width:1020px){.tm-product-layout,.tm-product-detail-grid{grid-template-columns:1fr}.tm-product-image{height:430px}.tm-related-card{flex-basis:calc((100% - 24px) / 2)}}
@media(max-width:580px){.tm-product-main{padding-top:24px}.tm-product-image{height:320px}.tm-product-summary h1{font-size:27px}.tm-product-meta-line,.tm-product-actions-note{display:block}.tm-product-buy form.cart .single_add_to_cart_button{width:100%;margin-top:10px}.tm-product-tabs{gap:18px;overflow:auto}.tm-carousel-head{align-items:flex-start}.tm-related-card{flex-basis:86%}.tm-carousel-arrow{width:38px;height:38px}}

/* Product card templates: piece and measured layouts */
.tm-product-layout--piece{grid-template-columns:96px minmax(0,1.05fr) minmax(360px,.95fr);gap:18px 34px}
.tm-piece-thumbs{display:flex;flex-direction:column;gap:12px}
.tm-piece-thumbs .tm-product-thumb{width:96px;height:96px}
.tm-more-photos{width:96px;height:44px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;font-weight:800;color:var(--ink);cursor:pointer}
.tm-product-layout--measured{grid-template-columns:1.08fr .92fr}
.tm-product-template--measured .tm-product-details{padding-top:10px}
.tm-measured-details-grid{display:grid;grid-template-columns:1fr 390px;gap:34px;align-items:start}
.tm-measured-details-grid .tm-product-detail-grid{grid-template-columns:1fr;margin-top:28px}
.tm-measured-form{align-self:start;box-shadow:var(--shadow);background:#fff}
.tm-color-row{display:flex;gap:16px;margin:10px 0 22px;flex-wrap:wrap}
.tm-color{width:42px;height:42px;border-radius:50%;background:var(--tm-color);border:4px solid #fff;box-shadow:0 0 0 1px var(--line);cursor:pointer}
.tm-color.is-active{box-shadow:0 0 0 2px #6f9c88}
.tm-product-thumb.is-active{border-color:#247a45;box-shadow:0 0 0 2px rgba(36,122,69,.16)}
.tm-hidden-color-variation{display:none!important}
.tm-hidden-pill-variation{display:none!important}
.tm-extra-thumb{display:none!important}
.tm-gallery-expanded .tm-extra-thumb{display:block!important}
.tm-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:#fff;font-size:30px;line-height:1;box-shadow:0 4px 14px rgba(0,0,0,.16);cursor:pointer}
.tm-gallery-arrow--left{left:18px}
.tm-gallery-arrow--right{right:18px}
.tm-file-drop{border:1px dashed #cfd8d2;border-radius:var(--radius);padding:22px;text-align:center;color:var(--muted);margin-bottom:14px;background:#fff}
.tm-product-docs{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:28px}
.tm-bottom-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;border-top:1px solid var(--line);padding-top:24px}
.tm-bottom-benefits-grid>div{display:grid;grid-template-columns:54px 1fr;gap:6px 14px;align-items:start}
.tm-bottom-benefits-grid .icon-round{grid-row:1/3;margin:0;flex:0 0 54px}
.tm-product-template--piece .tm-product-buy form.cart{display:grid;grid-template-columns:150px 1fr 160px;gap:12px;align-items:center}
.tm-product-template--piece .tm-product-buy form.variations_form.cart{display:block}
.tm-product-template--piece .tm-product-buy form.cart .quantity{display:flex}
.tm-product-template--piece .tm-product-buy form.cart .single_add_to_cart_button{width:100%;min-height:46px;background:linear-gradient(#2f8d52,#156338);border-radius:var(--radius)}
.tm-product-buy .tm-qty-control{display:grid;grid-template-columns:44px 74px 44px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;width:max-content}
.tm-product-buy .tm-qty-control button{width:44px;height:44px;border:0;background:#fff;cursor:pointer;font-weight:900;color:var(--ink)}
.tm-product-buy .tm-qty-control input.qty{width:74px;height:44px;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);border-radius:0;text-align:center;font-weight:900;background:#fff}
.tm-product-buy .quantity:has(.tm-qty-control){display:block}
.tm-product-buy .quantity:has(.tm-qty-control)>input.qty{display:none}
.tm-product-buy table.variations tr.tm-hidden-color-variation,
.tm-product-buy table.variations tr.tm-hidden-pill-variation{display:none!important}
.tm-product-buy table.variations tr:has(.tm-hidden-color-variation),
.tm-product-buy table.variations tr:has(.tm-hidden-pill-variation){display:none!important}
.tm-product-template--piece .tm-product-summary{padding-top:8px}
.tm-product-template--measured .tm-product-summary{padding-top:20px}
.tm-product-template--measured .tm-product-image{height:550px}
.tm-product-template--piece .tm-product-image{height:610px}
@media(max-width:1020px){
  .tm-product-layout--piece,.tm-product-layout--measured{grid-template-columns:1fr}
  .tm-piece-thumbs{order:2;flex-direction:row;overflow:auto}
  .tm-product-layout--piece .tm-product-gallery{order:1}
  .tm-product-layout--piece .tm-product-summary{order:3}
  .tm-measured-details-grid{grid-template-columns:1fr}
  .tm-product-docs{grid-template-columns:repeat(2,1fr)}
  .tm-product-template--piece .tm-product-buy form.cart{grid-template-columns:1fr}
}
@media(max-width:580px){
  .tm-piece-thumbs .tm-product-thumb,.tm-more-photos{width:78px;height:78px}
  .tm-product-docs,.tm-bottom-benefits-grid{grid-template-columns:1fr}
  .tm-color-row{gap:10px}
  .tm-color{width:36px;height:36px}
  .tm-product-template--measured .tm-product-image,.tm-product-template--piece .tm-product-image{height:330px}
}
.product-skeleton{min-height:356px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 5px 18px rgba(20,40,32,.04);overflow:hidden}
.product-skeleton:before{content:'';display:block;height:190px;background:linear-gradient(90deg,#f4f7f5,#eef4f0,#f4f7f5);background-size:220% 100%;animation:terrassaPulse 1.2s infinite}
.product-skeleton:after{content:'';display:block;width:70%;height:92px;margin:22px;background:linear-gradient(#edf3ef 0 16px,transparent 16px 28px,#edf3ef 28px 44px,transparent 44px 62px,#dfe9e3 62px 92px);border-radius:4px}
@keyframes terrassaPulse{0%{background-position:0 0}100%{background-position:-220% 0}}

/* Catalog grid/list and sorting toolbar */
.catalog-head{flex-wrap:wrap;gap:16px}
.catalog-toolbar{display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;margin-left:auto}
.catalog-sort{display:grid;gap:5px;color:var(--muted);font-size:12px;font-weight:700}
.catalog-sort select{height:42px;min-width:225px;padding:0 36px 0 12px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);font-weight:700;cursor:pointer}
.catalog-view-switcher{display:inline-flex;gap:3px;padding:3px;border:1px solid var(--line);border-radius:7px;background:#f5f8f6}
.catalog-view-switcher button{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 11px;border:0;border-radius:5px;background:transparent;color:var(--muted);font-size:13px;font-weight:800;cursor:pointer}
.catalog-view-switcher button span:first-child{font-size:18px;line-height:1}
.catalog-view-switcher button.active{background:#fff;color:var(--green-dark);box-shadow:0 1px 5px rgba(16,45,30,.12)}
.products.products--grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}
.products.products--list{grid-template-columns:1fr}
.products.products--list .product-card{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:190px}
.products.products--list .product-card>img,.products.products--list .product-card>a:first-child>img{width:220px;height:100%;min-height:190px;object-fit:contain}
.products.products--list .product-card .pad{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:24px;align-content:center}
.products.products--list .product-card .pad h3,.products.products--list .product-card .pad p{grid-column:1}
.products.products--list .product-card .pad .price,.products.products--list .product-card .pad .btn{grid-column:2;min-width:180px}
@media(max-width:1020px){.products.products--grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:700px){.catalog-toolbar{width:100%;justify-content:space-between;margin-left:0}.catalog-sort{flex:1}.catalog-sort select{width:100%;min-width:0}.catalog-view-switcher button span:last-child{display:none}.products.products--list .product-card{grid-template-columns:112px minmax(0,1fr);min-height:150px}.products.products--list .product-card>img,.products.products--list .product-card>a:first-child>img{width:112px;min-height:150px}.products.products--list .product-card .pad{display:block}.products.products--list .product-card .pad .muted{display:none}.products.products--list .product-card .pad .price{font-size:16px}.products.products--list .product-card .pad .btn{min-width:0}}
@media(max-width:580px){.products.products--grid{grid-template-columns:1fr!important}}

/* Block-editable pages that keep the original Terrassa visual language */
.terrassa-block-main{background:#fff}
.tm-block-page{margin:0}
.tm-block-section{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:46px 0}
.tm-block-hero{min-height:315px;color:#fff;background:linear-gradient(90deg,rgba(3,10,10,.9),rgba(3,10,10,.42)),var(--hero-img,linear-gradient(135deg,#0a1314,#2b3a34));background-size:cover;background-position:center;padding:68px 0;display:flex;align-items:center}
.tm-block-hero .wp-block-group__inner-container{width:min(1200px,calc(100% - 48px));margin:0 auto}
.tm-block-hero h1{max-width:680px;margin:0 0 18px;font-size:clamp(34px,4vw,54px);line-height:1.08;color:#fff}
.tm-block-hero p{max-width:600px;margin:0 0 24px;color:#eaf0ed;font-size:18px}
.tm-block-hero .wp-block-button__link,.tm-block-page .wp-block-button__link{border-radius:var(--radius);background:linear-gradient(#2f8d52,#156338);color:#fff;font-weight:900;padding:14px 28px}
.tm-block-page .is-style-outline .wp-block-button__link{background:#fff;color:var(--green-dark);border:1px solid #9db8aa}
.tm-section-title{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:42px 0 12px}
.tm-section-title h2{margin:0;font-size:28px}
.tm-section-title h2:after{content:"";display:block;width:34px;height:3px;background:var(--green);margin-top:13px}
.tm-card-grid{width:min(1200px,calc(100% - 48px));margin:0 auto 28px;gap:24px}
.tm-card-grid>.wp-block-column{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;padding:22px}
.tm-card-grid h3{font-size:20px;margin:0 0 12px}
.tm-card-grid p{color:var(--muted);margin:0 0 18px}
.tm-card-grid .wp-block-image{margin:-22px -22px 20px}
.tm-card-grid .wp-block-image img{width:100%;height:175px;object-fit:cover}
.tm-feature-band{background:#f5f8f6;margin-top:28px;padding:36px 0}
.tm-form-panel{width:min(1200px,calc(100% - 48px));margin:34px auto;padding:34px;background:#f5f8f6;border-radius:var(--radius);display:grid;gap:18px}
.tm-form-panel input,.tm-form-panel textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);padding:14px;background:#fff}
.tm-woo-block{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:24px 0 52px}
.tm-woo-block .woocommerce ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.tm-doc-list{width:min(1200px,calc(100% - 48px));margin:0 auto 34px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tm-doc-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;box-shadow:var(--shadow)}
.tm-doc-card h3{margin:0 0 10px}
.tm-doc-card p{color:var(--muted)}
.tm-contact-grid{width:min(1200px,calc(100% - 48px));margin:0 auto 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.tm-contact-grid>.wp-block-group{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:#fff}
.tm-table-like{width:min(1200px,calc(100% - 48px));margin:0 auto 36px}
.tm-table-like .wp-block-table table{border-collapse:collapse;width:100%}
.tm-table-like .wp-block-table td{border:1px solid var(--line);padding:16px}
@media(max-width:1020px){.tm-card-grid,.tm-contact-grid{grid-template-columns:repeat(2,1fr)!important}.tm-doc-list{grid-template-columns:repeat(2,1fr)}.tm-woo-block .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.tm-block-section,.tm-section-title,.tm-card-grid,.tm-form-panel,.tm-woo-block,.tm-doc-list,.tm-contact-grid,.tm-table-like{width:min(100% - 28px,1200px)}.tm-block-hero{min-height:280px;padding:44px 0}.tm-card-grid,.tm-contact-grid,.tm-doc-list{grid-template-columns:1fr!important}.tm-woo-block .woocommerce ul.products{grid-template-columns:1fr}.tm-block-hero h1{font-size:34px}}

/* Editable Gutenberg content area for the classic theme */
.editable-content-section{padding:42px 0;background:#fff}
.editable-content{max-width:1200px}
.editable-content > *{margin-top:0}
.editable-content .alignwide{max-width:1200px;margin-left:auto;margin-right:auto}
.editable-content .alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.editable-content .wp-block-columns{gap:24px}
.editable-content .wp-block-button__link{border-radius:var(--radius);background:linear-gradient(#2f8d52,#156338);color:#fff;font-weight:800}
.editable-content .is-style-outline .wp-block-button__link{background:#fff;color:var(--green-dark);border:1px solid #9db8aa}

/* Thermo Pad page */
.thermo-pad-hero{min-height:560px;color:#fff;background:linear-gradient(90deg,rgba(3,10,12,.94),rgba(3,10,12,.58),rgba(3,10,12,.1)),var(--thermo-pad);background-size:cover;background-position:center;display:flex;align-items:center}
.thermo-pad-hero h1{max-width:780px;margin:0 0 18px;font-size:clamp(38px,5vw,68px);line-height:1.05;color:#fff}
.thermo-pad-hero h1 span{color:#6fbd73}
.thermo-pad-hero p{font-size:21px;color:#eef4f1;margin:0 0 24px}
.thermo-pad-intro{align-items:center}
.thermo-pad-photo{height:320px;width:100%;object-fit:cover}
.thermo-pad-benefit{text-align:center}
.thermo-pad-benefit .icon-round{margin-left:auto;margin-right:auto}
.thermo-pad-structure img{width:100%;height:360px;object-fit:cover;border-radius:var(--radius)}
.thermo-pad-structure ol{counter-reset:item;list-style:none;padding:0;margin:0}
.thermo-pad-structure li{counter-increment:item;margin:0 0 24px;padding-left:52px;position:relative}
.thermo-pad-structure li:before{content:counter(item);position:absolute;left:0;top:0;width:30px;height:30px;border-radius:50%;border:1px solid var(--green);display:grid;place-items:center;color:var(--green);font-weight:900}
.thermo-pad-cta{align-items:stretch;background:linear-gradient(90deg,#f2f8f4,rgba(242,248,244,.85)),var(--bg,var(--thermo-pad));background-size:cover;background-position:center right}
.thermo-pad-cta .form-box{background:rgba(247,250,248,.94)}
.thermo-pad-why-img{width:100%;height:190px;object-fit:cover;margin-bottom:20px}
.thermo-pad-cta>div:last-child{position:relative;min-height:280px;padding:34px;border-radius:var(--radius);overflow:hidden;background:linear-gradient(90deg,rgba(242,248,244,.96),rgba(242,248,244,.72)),var(--bg,var(--thermo-pad));background-size:cover;background-position:center right}
.thermo-pad-cta>div:last-child .thermo-pad-why-img{display:none}
.thermo-pad-cta>div:last-child h2,.thermo-pad-cta>div:last-child ul{position:relative;z-index:1;max-width:430px}
.tm-product-buy .single_add_to_cart_button.tm-in-cart{background:#eef6f1!important;color:#247a45!important;border:1px solid #9db8aa!important}
.tm-product-buy .single_add_to_cart_button.loading{opacity:.72;pointer-events:none}
@media(max-width:800px){.thermo-pad-hero{min-height:430px}.thermo-pad-cta{display:block}.thermo-pad-structure img{height:260px}.thermo-pad-cta>div:last-child{margin-top:18px;padding:24px;min-height:230px}}

/* Thermo Glass route restored to the warm glazing mockup */
.thermo-glass-hero{min-height:330px;background-position:center right}
.thermo-glass-about{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:46px;align-items:start}
.thermo-glass-profile{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:20px;align-items:center}
.thermo-glass-profile img{height:300px;width:100%;border-radius:var(--radius)}
.thermo-glass-profile .check-list{margin:0}
.thermo-glass-type img{height:170px;width:100%}
.thermo-glass-type .btn{width:100%}
.thermo-glass-bottom{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:36px;align-items:start}
@media(max-width:1020px){.thermo-glass-about,.thermo-glass-bottom{grid-template-columns:1fr}.thermo-glass-profile{grid-template-columns:1fr}.thermo-glass-profile img{height:260px}}
@media(max-width:580px){.thermo-glass-hero{min-height:300px}.thermo-glass-profile{padding:14px}.thermo-glass-profile img{height:210px}}

/* Locked Thermo Glass page closer to the supplied layout */
.thermo-glass-locked{min-height:330px}
.thermo-glass-locked .btn{margin-right:14px}
.thermo-glass-section{padding:34px 0}
.thermo-glass-intro{display:grid;grid-template-columns:minmax(0,1.05fr) 270px 300px;gap:34px;align-items:start}
.thermo-glass-copy p{max-width:520px}
.thermo-glass-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}
.thermo-glass-icons .icon-round{width:46px;height:46px;font-size:20px}
.thermo-glass-icons b{display:block;font-size:13px;line-height:1.35}
.thermo-glass-profile-photo{height:315px;width:100%;border-radius:var(--radius)}
.thermo-glass-check-card{min-height:315px;display:flex;align-items:center}
.thermo-glass-check-card .check-list{margin:0}
.thermo-glass-gallery img{flex-basis:18.5%;height:150px}
.thermo-glass-types{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}
.thermo-glass-type img{height:145px}
.thermo-glass-type .pad{padding:18px}
.thermo-glass-type h3{font-size:16px;min-height:42px}
.thermo-glass-type p{font-size:13px;min-height:54px}
.thermo-glass-type .check-list{font-size:13px}
.thermo-glass-consult{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:36px;align-items:start}
.thermo-glass-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media(max-width:1120px){.thermo-glass-intro{grid-template-columns:1fr 1fr}.thermo-glass-check-card{grid-column:1/-1;min-height:auto}.thermo-glass-types{grid-template-columns:repeat(3,1fr)}.thermo-glass-consult{grid-template-columns:1fr}.thermo-glass-gallery img{flex-basis:31%}}
@media(max-width:760px){.thermo-glass-intro,.thermo-glass-icons,.thermo-glass-benefits{grid-template-columns:1fr}.thermo-glass-types{grid-template-columns:1fr}.thermo-glass-gallery img{flex-basis:86%;height:180px}.thermo-glass-locked .btn{width:100%;margin:0 0 12px}.thermo-glass-profile-photo{height:230px}}

/* WooCommerce cart shaped like the mockup cart */
.tm-cart-page{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:32px;align-items:start}
.tm-cart-crumbs{color:var(--muted)}
.tm-cart-list{overflow:hidden}
.tm-cart-heading{display:grid;grid-template-columns:minmax(0,1fr) 120px 130px 130px 34px;gap:18px;padding:18px 20px;border-bottom:1px solid var(--line);color:var(--muted);font-weight:800}
.tm-cart-heading span:first-child{grid-column:1 / 3}
.tm-cart-item{display:grid;grid-template-columns:130px minmax(0,1fr) 120px 130px 130px 34px;gap:18px;align-items:center;padding:20px;border-bottom:1px solid var(--line)}
.tm-cart-item__image img{width:130px;height:110px;object-fit:cover;border-radius:var(--radius);background:#f7faf8}
.tm-cart-item__info b{color:var(--ink)}
.tm-stock-inline{color:var(--green);font-weight:800;margin:8px 0 0}
.tm-cart-item__price,.tm-cart-item__subtotal{font-weight:900;color:var(--ink)}
.tm-cart-item__qty .quantity{display:grid;grid-template-columns:1fr}
.tm-cart-item__qty .qty{width:82px;height:40px;border:1px solid var(--line);border-radius:var(--radius);text-align:center;font-weight:900}
.tm-cart-qty-control{display:grid;grid-template-columns:38px 58px 38px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;width:max-content}
.tm-cart-qty-control button{width:38px;height:38px;border:0;background:#fff;cursor:pointer;font-weight:900;color:var(--ink)}
.tm-cart-qty-control input.qty{width:58px!important;height:38px!important;border:0!important;border-left:1px solid var(--line)!important;border-right:1px solid var(--line)!important;border-radius:0!important;text-align:center;font-weight:900;background:#fff}
.tm-cart-item__qty .quantity:has(.tm-cart-qty-control)>input.qty{display:none}
.tm-cart-item__remove .remove{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;font-size:24px;color:#899690!important;background:#fff!important}
.tm-cart-actions{display:flex;justify-content:space-between;gap:18px;align-items:center;flex-wrap:wrap;padding:20px}
.tm-cart-actions a{color:var(--green);font-weight:800}
.tm-clear-cart-link{margin-left:auto;color:#65716c!important}
.tm-hidden-cart-update{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.tm-cart-sidebar{display:grid;gap:26px;align-self:start;position:sticky;top:20px}
.tm-cart-summary{position:sticky;top:20px}
.tm-cart-summary .includes_tax{display:none}
.tm-cart-help{padding:26px}
.tm-cart-help h2{margin-top:0}
.tm-cart-help a{color:var(--green);font-weight:800;text-decoration:underline}
.tm-cart-recommendations{padding-top:24px}
.tm-cart-rec-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}
.tm-cart-rec-card img{width:100%;height:150px;object-fit:contain;background:#f7faf8}
.tm-cart-rec-card h3{font-size:16px;line-height:1.3;margin:0 0 12px}
.tm-cart-rec-card .btn{width:100%;padding:0 12px}
.woocommerce-cart .woocommerce-notices-wrapper{width:min(1200px,calc(100% - 48px));margin:0 auto 18px}
.woocommerce-cart .woocommerce-message{border-radius:var(--radius)}
@media(max-width:1020px){.tm-cart-page{grid-template-columns:1fr}.tm-cart-sidebar,.tm-cart-summary{position:static}.tm-cart-heading{display:none}.tm-cart-item{grid-template-columns:110px 1fr}.tm-cart-item>*:nth-child(n+3){grid-column:2}.tm-cart-item__image img{width:110px;height:96px}.tm-cart-rec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:580px){.tm-cart-page{gap:18px}.tm-cart-item{grid-template-columns:86px 1fr;gap:12px;padding:14px}.tm-cart-item__image img{width:86px;height:78px}.tm-cart-actions{display:grid}.tm-cart-actions .btn{width:100%}.tm-cart-rec-grid{grid-template-columns:1fr}}

/* Built Thermo Pad page based on termo.webp with real clickable controls */
.thermo-built-hero{min-height:520px;color:#fff;background:linear-gradient(90deg,rgba(3,10,12,.94),rgba(3,10,12,.62),rgba(3,10,12,.08)),var(--bg);background-size:cover;background-position:center;display:flex;align-items:center}
.thermo-built-hero h1{max-width:760px;margin:0 0 18px;font-size:clamp(36px,5vw,62px);line-height:1.05;color:#fff}
.thermo-built-hero h1 span{color:#78bf73}
.thermo-built-hero p{font-size:21px;color:#eef4f1;margin:0 0 22px}
.thermo-built-hero-list{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:12px;color:#f2f6f3}
.thermo-built-hero-list li{position:relative;padding-left:34px}
.thermo-built-hero-list li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border:1px solid rgba(255,255,255,.75);border-radius:50%;display:grid;place-items:center;color:#8bd08c;font-size:13px}
.thermo-built-section{padding:34px 0}
.thermo-built-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,580px);gap:46px;align-items:center}
.thermo-built-intro p{max-width:520px;font-size:17px;color:#48534f}
.thermo-built-intro img{width:100%;height:300px;object-fit:cover}
.thermo-built-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}
.thermo-built-mini>div{border-right:1px solid var(--line);padding-right:14px}
.thermo-built-mini>div:last-child{border-right:0}
.thermo-built-mini .icon-round{width:44px;height:44px;font-size:18px}
.thermo-built-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.thermo-built-benefits .card{text-align:center}
.thermo-built-benefits .icon-round{margin-left:auto;margin-right:auto}
.thermo-built-structure{display:grid;grid-template-columns:330px minmax(0,1fr);gap:34px;align-items:center}
.thermo-built-structure img{width:100%;height:380px;object-fit:contain;border-radius:var(--radius)}
.thermo-built-structure ol{counter-reset:item;list-style:none;margin:0 0 24px;padding:0}
.thermo-built-structure li{counter-increment:item;position:relative;padding-left:50px;margin:0 0 22px;color:#4b5651}
.thermo-built-structure li:before{content:counter(item);position:absolute;left:0;top:0;width:30px;height:30px;border-radius:50%;border:1px solid var(--green);display:grid;place-items:center;color:var(--green);font-weight:900}
.thermo-built-places{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.thermo-built-places img{width:100%;height:118px;object-fit:cover;margin-bottom:12px}
.thermo-built-places h3{font-size:16px;margin:0}
.thermo-built-cta{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:32px;align-items:stretch;background:linear-gradient(90deg,#f2f8f4,rgba(242,248,244,.88)),var(--bg);background-size:cover;background-position:center right;border-radius:var(--radius);padding:28px}
.thermo-built-cta .form-box{background:rgba(247,250,248,.94)}
.thermo-built-cta .btn{margin-top:16px}
@media(max-width:1020px){.thermo-built-intro,.thermo-built-structure,.thermo-built-cta{grid-template-columns:1fr}.thermo-built-benefits,.thermo-built-places{grid-template-columns:repeat(2,1fr)}.thermo-built-mini{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.thermo-built-hero{min-height:430px}.thermo-built-hero h1{font-size:31px}.thermo-built-benefits,.thermo-built-places,.thermo-built-mini{grid-template-columns:1fr}.thermo-built-intro img{height:220px}.thermo-built-structure img{height:260px}.thermo-built-cta{padding:18px}.thermo-built-cta .btn{width:100%}}

/* Exact component-built Thermo Pad page */
.thermo-exact-page{background:#fff;color:#101719}
.thermo-exact-page .container{width:min(1180px,calc(100% - 48px))}
.thermo-exact-top{height:32px;background:#060b0d;color:#dce5e0;font-size:12px}
.thermo-exact-top .container{height:32px;display:flex;align-items:center;justify-content:space-between}
.thermo-exact-top nav{display:flex;gap:34px}
.thermo-exact-header{background:#fff;border-bottom:1px solid var(--line)}
.thermo-exact-mainbar{height:64px;display:grid;grid-template-columns:auto 1fr auto auto;gap:26px;align-items:center}
.thermo-exact-brand{display:inline-flex;align-items:center;gap:13px;font-size:22px;font-weight:900}
.thermo-exact-brand span{width:32px;height:32px;color:var(--green);display:grid;place-items:center;font-size:32px;line-height:1}
.thermo-exact-city{color:#37413d;font-size:14px}
.thermo-exact-phone{text-align:right}
.thermo-exact-phone b{display:block;font-size:15px}
.thermo-exact-phone small{color:var(--muted)}
.thermo-exact-navwrap{border-top:1px solid var(--line)}
.thermo-exact-nav{height:50px;display:flex;align-items:center;justify-content:space-between}
.thermo-exact-nav nav{display:flex;gap:30px;font-size:14px;font-weight:900}
.thermo-exact-nav a{height:50px;display:inline-flex;align-items:center}
.thermo-exact-nav a.active{color:var(--green);border-bottom:3px solid var(--green)}
.thermo-exact-nav div:last-child{display:flex;gap:20px;font-size:24px}
.thermo-exact-nav div:last-child a{position:relative}
.thermo-exact-nav div:last-child span{position:absolute;right:-8px;top:7px;width:17px;height:17px;border-radius:50%;background:var(--green);color:#fff;font-size:10px;display:grid;place-items:center}
.thermo-exact-hero{min-height:395px;color:#fff;background:linear-gradient(90deg,rgba(3,10,12,.96),rgba(3,10,12,.52),rgba(3,10,12,.05)),var(--bg);background-size:cover;background-position:center;display:flex;align-items:center}
.thermo-exact-hero h1{font-size:48px;line-height:1.05;margin:0 0 16px;max-width:660px;color:#fff}
.thermo-exact-hero h1 span{display:block;color:#77bd72}
.thermo-exact-hero p{font-size:18px;color:#fff;margin:0 0 24px}
.thermo-exact-hero ul{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:12px}
.thermo-exact-hero li{position:relative;padding-left:34px}
.thermo-exact-hero li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border:1px solid rgba(255,255,255,.85);border-radius:50%;display:grid;place-items:center;color:#88cf87;font-size:12px}
.thermo-exact-page section{padding:31px 0}
.thermo-exact-intro{display:grid;grid-template-columns:minmax(0,1fr) 405px;gap:42px;align-items:center}
.thermo-exact-intro p{max-width:430px;color:#3f4945;font-size:17px}
.thermo-exact-intro img{height:215px;width:100%;object-fit:cover;border-radius:5px}
.thermo-exact-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:32px}
.thermo-exact-mini div{border-right:1px solid var(--line);padding-right:12px}
.thermo-exact-mini div:last-child{border-right:0}
.thermo-exact-mini span,.thermo-exact-benefits span{width:44px;height:44px;border:1px solid #8db8a1;border-radius:50%;display:grid;place-items:center;color:var(--green);font-weight:900;margin-bottom:12px}
.thermo-exact-mini b{display:block;font-size:14px;line-height:1.35}
.thermo-exact-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.thermo-exact-benefits article{border:1px solid var(--line);border-radius:6px;padding:26px 22px;text-align:center;background:#fff;min-height:185px}
.thermo-exact-benefits span{margin-left:auto;margin-right:auto}
.thermo-exact-benefits h3{font-size:17px;margin:0 0 12px}
.thermo-exact-benefits p{font-size:14px;color:var(--muted);margin:0}
.thermo-exact-structure{display:grid;grid-template-columns:270px 1fr;gap:28px;align-items:center}
.thermo-exact-structure ol{counter-reset:item;list-style:none;padding:0;margin:0}
.thermo-exact-structure li{counter-increment:item;position:relative;padding-left:48px;margin:0 0 21px;color:#3f4945}
.thermo-exact-structure li:before{content:counter(item);position:absolute;left:0;top:0;width:28px;height:28px;border-radius:50%;border:1px solid var(--green);display:grid;place-items:center;color:var(--green);font-weight:900}
.thermo-exact-structure img{width:100%;height:345px;object-fit:contain}
.thermo-exact-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:-35px}
.thermo-exact-badges span{border:1px solid var(--line);border-radius:6px;padding:10px 16px;background:#fff;font-size:13px}
.thermo-exact-places{display:grid;grid-template-columns:repeat(4,1fr);gap:21px}
.thermo-exact-places img{height:100px;width:100%;border-radius:5px;object-fit:cover;margin-bottom:10px}
.thermo-exact-places b{font-size:15px}
.thermo-exact-cta{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:34px;background:linear-gradient(90deg,#f2f8f4,rgba(242,248,244,.9)),var(--bg);background-size:cover;background-position:center right;border-radius:5px;padding:24px}
.thermo-exact-cta form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.thermo-exact-cta h2{grid-column:1/-1;margin:0 0 4px}
.thermo-exact-cta input,.thermo-exact-cta textarea{width:100%;border:0;background:#fff;border-radius:3px;min-height:40px;padding:0 12px}
.thermo-exact-cta textarea{grid-row:3/5;grid-column:2;height:92px;padding-top:12px}
.thermo-exact-cta label{grid-column:1;font-size:12px;color:var(--muted)}
.thermo-exact-cta .btn{grid-column:1;min-height:42px}
.thermo-exact-footer{background:#071012;color:#dbe4df;padding:34px 0}
.thermo-exact-footer .container{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;gap:34px}
.thermo-exact-footer h4{color:#fff;margin:0 0 12px}
.thermo-exact-footer a,.thermo-exact-footer p{display:block;color:#cbd5d0;margin:7px 0}
.thermo-exact-footer .thermo-exact-brand{color:#fff;font-size:18px;margin-bottom:10px}
@media(max-width:1020px){.thermo-exact-mainbar{grid-template-columns:1fr auto}.thermo-exact-city,.thermo-exact-phone{display:none}.thermo-exact-nav nav{gap:18px;overflow:auto}.thermo-exact-intro,.thermo-exact-structure,.thermo-exact-cta{grid-template-columns:1fr}.thermo-exact-benefits,.thermo-exact-places{grid-template-columns:repeat(2,1fr)}.thermo-exact-footer .container{grid-template-columns:1fr 1fr}.thermo-exact-badges{margin-top:10px}}
@media(max-width:580px){.thermo-exact-page .container{width:calc(100% - 22px)}.thermo-exact-top{display:none}.thermo-exact-mainbar{height:auto;padding:14px 0;display:flex;justify-content:space-between}.thermo-exact-mainbar .btn{display:none}.thermo-exact-nav{height:auto;padding:10px 0}.thermo-exact-nav nav{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;font-size:13px}.thermo-exact-nav a{height:auto}.thermo-exact-nav div:last-child{display:none}.thermo-exact-hero{min-height:390px}.thermo-exact-hero h1{font-size:31px}.thermo-exact-mini,.thermo-exact-benefits,.thermo-exact-places,.thermo-exact-footer .container{grid-template-columns:1fr}.thermo-exact-mini div{border-right:0;border-bottom:1px solid var(--line);padding-bottom:12px}.thermo-exact-cta form{grid-template-columns:1fr}.thermo-exact-cta textarea,.thermo-exact-cta label,.thermo-exact-cta .btn{grid-column:1;grid-row:auto}.thermo-exact-cta .btn{width:100%}}

.thermo-content-exact{position:relative;width:min(100%,864px);margin:0 auto;background:#fff}
.thermo-content-exact img{display:block;width:100%;height:auto}
.thermo-content-exact .thermo-hit{position:absolute;display:block;text-indent:-9999px;overflow:hidden;border-radius:5px}
.thermo-content-sections{width:min(100%,864px);margin:0 auto;background:#fff}
.thermo-content-section{position:relative;padding:0}
.thermo-content-section img{display:block;width:100%;height:auto}
.thermo-content-section .thermo-hit{position:absolute;display:block;text-indent:-9999px;overflow:hidden;border-radius:5px}

/* Final alignment and Termo Pad corrections */
.product-card,.product-card--woo,.home-product-card,.service-card{display:flex;flex-direction:column}
.product-card>a:first-child,.product-card--woo>a:first-child{display:block}
.product-card .pad,.product-card--woo .pad,.service-card .pad{display:flex;flex:1;flex-direction:column}
.product-card h3,.product-card--woo h3{min-height:48px;margin-bottom:8px}
.product-card .muted,.product-card--woo .muted{min-height:42px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card .price,.product-card--woo .price{margin-top:auto}
.product-card .btn,.product-card--woo .btn,.home-product-card .btn{margin-top:10px}
.service-card h3{min-height:52px}
.service-card p.muted{min-height:58px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.service-card .service-meta{margin-top:auto}
.service-card .btn{min-width:0;flex:1}
.service-card .pad>a.btn,.service-card .pad>button.btn{width:calc(50% - 6px);padding-left:10px;padding-right:10px}
.tents-post-slider{align-items:stretch}
.tents-post-slide{flex:0 0 31%;scroll-snap-align:start;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 5px 18px rgba(20,40,32,.04);overflow:hidden}
.tents-post-slide img{width:100%;height:190px;object-fit:cover}
.tents-post-slide b{display:block;padding:14px 16px}
.termo-pad-final{background:#fff}
.termo-pad-final section{padding:30px 0}
.termo-pad-hero-final{min-height:522px;color:#fff;background:linear-gradient(90deg,rgba(3,10,12,.96),rgba(3,10,12,.66),rgba(3,10,12,.12)),var(--bg);background-size:cover;background-position:center;display:flex;align-items:center}
.termo-pad-hero-final h1{max-width:720px;margin:0 0 18px;font-size:clamp(38px,5vw,64px);line-height:1.05;color:#fff}
.termo-pad-hero-final h1 span{color:#75bd70}
.termo-pad-hero-final p{font-size:20px;color:#fff;margin:0 0 24px}
.termo-pad-hero-final ul{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:14px}
.termo-pad-hero-final li{display:flex;align-items:center;gap:13px;color:#fff;font-weight:700}
.termo-pad-final svg{width:42px;height:42px;fill:none;stroke:var(--green);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.termo-pad-hero-final svg{width:28px;height:28px;stroke:#fff}
.termo-pad-intro-final{display:grid;grid-template-columns:minmax(0,1fr) 48%;gap:42px;align-items:center}
.termo-pad-intro-final p{max-width:430px;font-size:17px;color:#3f4945}
.termo-pad-intro-final>img{width:100%;height:285px;border-radius:6px;object-fit:cover}
.termo-pad-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}
.termo-pad-stats div{border-right:1px solid var(--line);min-height:108px;padding-right:14px}
.termo-pad-stats div:last-child{border-right:0}
.termo-pad-stats b{display:block;margin-top:10px;font-size:14px;line-height:1.35}
.termo-pad-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.termo-pad-benefits article{border:1px solid var(--line);border-radius:6px;background:#fff;min-height:188px;padding:28px 22px;text-align:center;box-shadow:0 5px 18px rgba(20,40,32,.04)}
.termo-pad-benefits svg{margin:0 auto 14px}
.termo-pad-benefits h3{font-size:17px;margin:0 0 12px}
.termo-pad-benefits p{font-size:14px;color:var(--muted);margin:0}
.termo-pad-structure-final{display:grid;grid-template-columns:310px minmax(0,1fr);gap:26px;align-items:center}
.termo-pad-structure-final ol{counter-reset:item;list-style:none;margin:0;padding:0}
.termo-pad-structure-final li{counter-increment:item;position:relative;padding-left:48px;margin:0 0 24px;color:#3f4945}
.termo-pad-structure-final li:before{content:counter(item);position:absolute;left:0;top:0;width:28px;height:28px;border-radius:50%;border:1px solid var(--green);display:grid;place-items:center;color:var(--green);font-weight:900}
.termo-pad-structure-final img{width:100%;height:325px;object-fit:contain}
.termo-pad-places{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.termo-pad-places img{width:100%;height:116px;border-radius:6px;object-fit:cover;margin-bottom:10px}
.termo-pad-places b{font-size:15px}
.termo-pad-cta-final{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:34px;align-items:stretch;background:linear-gradient(90deg,#f2f8f4,rgba(242,248,244,.9)),var(--bg);background-size:cover;background-position:center right;border-radius:6px;padding:24px}
.termo-pad-cta-final form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.termo-pad-cta-final h2{grid-column:1/-1;margin:0 0 4px}
.termo-pad-cta-final input,.termo-pad-cta-final textarea{width:100%;border:0;background:#fff;border-radius:3px;min-height:40px;padding:0 12px}
.termo-pad-cta-final textarea{grid-row:3/5;grid-column:2;height:92px;padding-top:12px}
.termo-pad-cta-final label{grid-column:1;font-size:12px;color:var(--muted)}
.termo-pad-cta-final .btn{grid-column:1;min-height:42px}
@media(max-width:1020px){.tents-post-slide{flex-basis:48%}.termo-pad-intro-final,.termo-pad-structure-final,.termo-pad-cta-final{grid-template-columns:1fr}.termo-pad-benefits,.termo-pad-places{grid-template-columns:repeat(2,1fr)}.termo-pad-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.product-card h3,.product-card--woo h3,.product-card .muted,.product-card--woo .muted,.service-card h3,.service-card p.muted{min-height:auto}.service-card .pad>a.btn,.service-card .pad>button.btn{width:100%;margin-top:10px}.tents-post-slide{flex-basis:86%}.termo-pad-hero-final{min-height:390px}.termo-pad-hero-final h1{font-size:31px}.termo-pad-stats,.termo-pad-benefits,.termo-pad-places{grid-template-columns:1fr}.termo-pad-stats div{border-right:0;border-bottom:1px solid var(--line);padding-bottom:12px}.termo-pad-cta-final form{grid-template-columns:1fr}.termo-pad-cta-final textarea,.termo-pad-cta-final label,.termo-pad-cta-final .btn{grid-column:1;grid-row:auto}.termo-pad-cta-final .btn{width:100%}}

/* Final services button stack */
.service-card .pad>a.btn,.service-card .pad>button.btn{width:100%;flex:none;margin-top:10px}
.service-card .pad>a.btn{order:20}
.service-card .pad>button.btn{order:21}
.service-card .service-meta{order:10}
.service-card .pad>a.btn + button.btn{margin-top:10px}
.services-page-grid .service-card .pad{display:flex;flex-direction:column}

/* Final service card order: text, then Подробнее, then Заказать услугу */
.service-card h3{order:1}
.service-card p.muted{order:2}
.service-card .service-list-actions{order:3;display:flex!important;flex-direction:column!important;gap:10px;margin:12px 0 14px}
.service-card .service-list-actions .btn{width:100%!important;flex:none!important;margin:0!important}
.service-card .service-meta{order:4;margin-top:0}
.termo-section-visual{width:min(100%,864px);margin:0 auto;background:#fff}
.termo-section-piece{position:relative;padding:0!important}
.termo-section-piece img{display:block;width:100%;height:auto;max-width:none}
.termo-hit{position:absolute;display:block;text-indent:-9999px;overflow:hidden;border-radius:6px}

/* Final requested UI corrections */
.service-card .service-meta{order:3!important;margin:14px 0!important}
.service-card .service-list-actions{order:4!important;display:flex!important;flex-direction:column!important;gap:10px;margin-top:auto!important}
.service-card .service-list-actions .btn{width:100%!important;flex:none!important;margin:0!important}
.document-slider--horizontal{display:flex!important;flex-direction:row!important;gap:26px;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;padding:4px 4px 22px}
.document-slider--horizontal .instruction-card{flex:0 0 100%;border:1px solid var(--line);border-radius:var(--radius);padding:22px;background:#fff;color:inherit}
.document-slider--horizontal .certificate-card{flex:0 0 calc((100% - 52px)/3);display:block;color:inherit}
.document-slider--horizontal .download-link{pointer-events:none}
.map--embed{display:block;height:330px;overflow:hidden;background:#eef4ef}
.map--embed iframe{width:100%;height:100%;border:0;display:block}
.home-hero .hero-dots,.home-hero .hero-arrows{display:none!important}
@media(max-width:1020px){.document-slider--horizontal .certificate-card{flex-basis:48%}}
@media(max-width:580px){.document-slider--horizontal .certificate-card,.document-slider--horizontal .instruction-card{flex-basis:88%}}

/* Exact visual pages from latest supplied mockups */
.exact-image-page{position:relative;width:min(100%,1129px);margin:0 auto;background:#fff;overflow:hidden}
.exact-image-page--privacy{width:min(100%,1125px)}
.exact-image-page--termo{width:min(100%,864px)}
.exact-image-page img,.exact-section img{display:block;width:100%;height:auto;max-width:none}
.exact-section{position:relative;padding:0!important;margin:0!important;background:#fff}
.exact-hit{position:absolute;display:block;z-index:2;text-indent:-9999px;overflow:hidden;border-radius:6px;background:rgba(255,255,255,0)}
.exact-hit:hover,.exact-hit:focus-visible{outline:2px solid rgba(36,122,69,.32);outline-offset:2px}
@media(max-width:760px){
 .exact-image-page{width:100%}
 .exact-hit:hover{outline:0}
}

/* Final info page card alignment */
.info-card-grid{align-items:stretch}
.info-card-equal{display:flex;flex-direction:column;min-height:100%}
.info-card-equal h2{min-height:62px;margin-bottom:12px}
.info-card-equal>p{min-height:72px;margin-top:0}
.info-card-equal .check-list{margin-top:auto}
.info-card-equal .btn{width:100%;margin-top:16px}
@media(max-width:580px){
 .info-card-equal h2,.info-card-equal>p{min-height:auto}
}

/* Footer representatives and collapsible tablet/mobile header menu */
.footer-representatives{max-width:270px;font-size:13px;line-height:1.55}
.header-search{position:relative;display:flex;align-items:center}
.header-search__toggle{width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;font-size:24px;cursor:pointer;color:var(--ink)}
.header-search__input{position:absolute;right:0;top:50%;width:0;height:42px;opacity:0;transform:translateY(-50%);border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:0 44px 0 14px;box-shadow:var(--shadow);transition:width .2s ease,opacity .2s ease;pointer-events:none;z-index:90}
.header-search.is-open .header-search__input{width:280px;opacity:1;pointer-events:auto}
.header-search.is-open .header-search__toggle{position:relative;z-index:91;color:var(--green)}
.mobile-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.mobile-menu-toggle span{display:block;width:21px;height:2px;background:var(--ink);border-radius:2px}
.mobile-menu-open .mobile-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mobile-menu-open .mobile-menu-toggle span:nth-child(2){opacity:0}
.mobile-menu-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.header-phone span{max-width:310px;white-space:normal}
@media(max-width:1020px){
 .header-main{grid-template-columns:auto minmax(150px,1fr) auto;height:auto;min-height:78px;padding:12px 0;gap:16px}
 .header-main>.btn{display:none}
 .header-city{display:flex!important;align-items:center;gap:6px;min-width:0}
 .header-city select{max-width:100%;height:38px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:0 8px}
 .header-phone{display:block!important;text-align:right}
 .header-phone b{font-size:15px}
 .header-phone span{font-size:12px;line-height:1.25;max-width:230px}
 .header-nav-row{position:relative;min-height:58px;height:auto;justify-content:space-between}
 .mobile-menu-toggle{display:inline-flex}
 .main-nav{display:none!important;position:absolute;left:0;right:0;top:100%;z-index:80;flex-direction:column;gap:0;background:#fff;border:1px solid var(--line);border-top:0;border-radius:0 0 var(--radius) var(--radius);box-shadow:var(--shadow);padding:6px 0}
 .mobile-menu-open .main-nav{display:flex!important}
 .main-nav a{height:auto;min-height:46px;padding:12px 18px;border-bottom:1px solid var(--line)}
 .main-nav a:last-child{border-bottom:0}
 .main-nav a.active{border-bottom-color:var(--line);border-left:3px solid var(--green);padding-left:15px}
 .header-actions{margin-left:auto}
 .header-search.is-open .header-search__input{width:min(260px,calc(100vw - 120px))}
 .footer-representatives{max-width:none}
}
@media(max-width:680px){
 .header-main{grid-template-columns:1fr auto;align-items:center;gap:10px}
 .brand{font-size:19px}
 .brand-logo{width:32px;height:32px}
 .header-city{grid-column:1 / 2;grid-row:2}
 .header-phone{grid-column:1 / -1;text-align:left}
 .header-phone span{max-width:none}
 .header-nav-row{min-height:54px}
 .header-actions{gap:14px;font-size:21px}
 .header-search.is-open .header-search__input{right:-74px;width:calc(100vw - 28px)}
 .top-strip__inner{height:auto;min-height:36px;padding:8px 0}
 .top-strip nav{display:none}
}

/* Live FAQ rows for information pages */
.terrassa-faq-row{display:grid;grid-template-columns:1fr auto;gap:12px;cursor:pointer}
.terrassa-faq-row b,.terrassa-faq-row>span{grid-row:1}
.terrassa-faq-row>span{transition:transform .2s ease}
.terrassa-faq-row.is-open>span{transform:rotate(180deg)}
.terrassa-faq-answer{grid-column:1 / -1;display:none;color:var(--muted);line-height:1.55;padding-top:10px}
.terrassa-faq-row.is-open .terrassa-faq-answer{display:block}
.document-slider-head .document-slider-actions:empty{display:none}

/* Thermo Pad custom supplied images */
.thermo-pad-places-custom{padding:40px 0;background:#fff}
.thermo-pad-places-grid{width:min(1200px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.thermo-pad-places-grid a{display:block;color:var(--ink);font-weight:800}
.thermo-pad-places-grid img{width:100%;height:165px;border-radius:var(--radius);object-fit:cover;margin-bottom:12px}
.thermo-pad-places-grid span{display:block}
@media(max-width:1020px){.thermo-pad-places-grid{grid-template-columns:repeat(2,1fr);width:calc(100% - 28px)}}
@media(max-width:580px){.thermo-pad-places-grid{grid-template-columns:1fr;width:calc(100% - 22px)}.thermo-pad-places-grid img{height:190px}}
