/* Storefront refinements: responsive shopping, readable prices and compact navigation. */
.money,.product-card .price,.cart-total { white-space:nowrap; }
.visually-hidden { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
.home-intro { display:flex;align-items:center;justify-content:space-between;gap:32px;padding:30px 0 24px; }
.home-intro h1 { font-size:clamp(28px,3.4vw,44px);line-height:1.15;letter-spacing:-1.2px;margin:10px 0 14px; }
.home-intro p { max-width:590px;margin:0;color:#59645e;line-height:1.6; }
.home-intro>.btn { flex:none; }
.home-categories { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0 0 32px; }
.home-category { min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#f2f6f3;border:1px solid #e3ebe5;border-radius:20px;padding:18px;color:#193d2b;text-decoration:none;overflow:hidden; }
.home-category:nth-child(2) { background:#f5f2ed; }
.home-category:nth-child(3) { background:#f0f3f6; }
.home-category strong { display:block;font-size:20px;margin-bottom:10px; }
.home-category span { font-size:13px; }
.home-category img { width:44%;height:130px;object-fit:contain;mix-blend-mode:multiply; }
.home-category:hover { border-color:#719881; }
.home-featured { margin-bottom:38px; }
.section-head { display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px; }
.section-head h2 { margin:0;font-size:26px; }
.section-head>a { white-space:nowrap; }
.product-grid--featured { grid-template-columns:repeat(4,minmax(0,1fr)); }
.product-grid,.catalog-results { min-width:0; }
.product-card--pro { min-width:0;overflow:hidden; }
.product-card--pro .product-card__media { height:230px;display:block;position:relative;background:#fff; }
.product-card--pro .product-card__media img { width:100%;height:100%;object-fit:contain;padding:14px;box-sizing:border-box; }
.product-card--pro .product-card__body { display:flex;flex-direction:column;flex:1;padding:16px;min-width:0; }
.product-card--pro h3 { margin:10px 0;font-size:16px;line-height:1.45;min-height:4.35em; }
.product-card--pro h3 a { display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere; }
.product-card--pro .price { margin-top:auto;font-size:23px;padding-top:12px; }
.product-card--pro .card-actions { display:flex;flex-wrap:wrap;gap:8px; }
.product-card--pro .card-actions>* { flex:1;min-width:0; }
.product-card--pro .card-actions .btn { display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:10px 12px;box-sizing:border-box; }
.catalog-toolbar { display:flex;justify-content:flex-end;align-items:end;gap:16px;margin:18px 0; }
.catalog-toolbar .filter-group { margin:0;min-width:210px; }
.filter-toggle { display:none; }
#catalogSurface[aria-busy="true"] .catalog-results { opacity:.55; }
.catalog-results { scroll-margin-top:160px; }
.filter-price input { min-width:0; }
.delivery-note,.weight-note { color:#626b65;font-size:14px;line-height:1.6; }
.delivery-note { padding:14px 16px;background:#f2f6f3;border-radius:12px; }
.cart-table--basket { width:100%;table-layout:auto; }
.cart-table--basket th { text-align:left;padding:12px;color:#667169;font-size:13px;font-weight:500; }
.cart-quantity-form { display:flex;align-items:center;gap:8px; }
.cart-quantity-form .quantity-input { width:64px;min-height:44px;box-sizing:border-box; }
.cart-table--basket .btn { min-height:44px; }
.cart-summary > a.btn { color:#fff; }
.cart-product__name { min-width:0;overflow-wrap:anywhere; }
.checkout-items { width:100%; }
.checkout-items td:last-child { text-align:right;width:1%;white-space:nowrap; }
.product-buybox .consultation-btn { background:transparent;color:var(--primary,#26724e);border:1px solid currentColor; }
.mobile-buybar { display:none; }
.btn:focus-visible,a:focus-visible,button:focus-visible,select:focus-visible,input:focus-visible { outline:3px solid #d79a41;outline-offset:3px; }
@media(max-width:980px) {
 .product-grid--featured { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .home-category { padding:14px; }
 .home-category strong { font-size:17px; }
 .home-category img { height:100px; }
 .cart-quantity-form { flex-wrap:wrap; }
}
@media(max-width:680px) {
 .home-intro { display:block;padding:18px 0 22px; }
 .home-intro h1 { font-size:30px;letter-spacing:-.7px; }
 .home-intro p { font-size:14px; }
 .home-intro>.btn { margin-top:16px;min-height:44px; }
 .home-categories { gap:8px;margin-bottom:24px; }
 .home-category { flex-direction:column;align-items:stretch;padding:12px 8px;border-radius:14px; }
 .home-category strong { font-size:13px;text-align:center;margin:0; }
 .home-category span { display:none; }
 .home-category img { order:-1;width:100%;height:80px;margin-bottom:10px; }
 .section-head { align-items:baseline;gap:8px; }
 .section-head h2 { font-size:20px; }
 .section-head>a { font-size:12px; }
 .product-grid,.product-grid--featured { grid-template-columns:repeat(2,minmax(0,1fr));gap:10px; }
 .product-card--pro .product-card__media { height:170px; }
 .product-card--pro .product-card__media img { padding:8px; }
 .product-card--pro .product-card__body { padding:10px; }
 .product-card--pro h3 { font-size:13px;line-height:1.45;min-height:4.35em; }
 .product-card--pro .product-card__meta { font-size:11px; }
 .product-card--pro .price { font-size:19px;margin-bottom:10px; }
 .product-card--pro .card-actions { flex-direction:column;gap:6px; }
 .product-card--pro .card-actions .btn { font-size:13px;padding:9px 4px; }
 .product-card--pro .spec-chips { font-size:10px;gap:4px; }
 .product-card--pro .spec-chips span { padding:4px 6px; }
 .product-card--pro .stock-badge { font-size:10px;padding:5px 7px; }
 .catalog-header { display:block;margin-bottom:16px;padding:16px; }
 .catalog-header h1 { font-size:28px;margin:8px 0; }
 .catalog-header .category-description { font-size:13px;line-height:1.5; }
 .catalog-summary { display:flex;align-items:baseline;gap:7px;text-align:left;margin-top:10px; }
 .catalog-summary strong { font-size:22px; }
 .category-links--tabs,.brand-seo-links { flex-wrap:nowrap;overflow-x:auto;max-width:100%;padding-bottom:8px; }
 .category-links--tabs>a,.brand-seo-links>a { flex:none;white-space:nowrap; }
 .catalog-toolbar { align-items:center;justify-content:space-between;gap:10px;margin:14px 0; }
 .catalog-toolbar .filter-group { flex:1;min-width:0; }
 .catalog-toolbar .filter-label { display:none; }
 .catalog-toolbar select { min-height:44px;font-size:13px; }
 .has-storefront-js .filter-toggle { display:inline-flex;min-height:44px;padding:10px 14px; }
 .catalog-layout { display:block; }
 .has-storefront-js .filter-sidebar:not(.is-open) { display:none; }
 .filter-sidebar.is-open { margin-bottom:18px; }
 .filter-bar--side { padding:16px; }
 .filter-bar input,.filter-bar select { font-size:16px; }
 .cart-table--basket,.cart-table--basket tbody { display:block;width:100%;min-width:0; }
 .cart-table--basket thead { display:none; }
 .cart-table--basket .cart-row { display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;padding:16px 0;border-bottom:1px solid #dce5df; }
 .cart-table--basket td { display:block;min-width:0;padding:0;border:0; }
 .cart-table--basket .cart-row__product,.cart-table--basket .cart-row__quantity { grid-column:1/-1; }
 .cart-table--basket td[data-label]::before { content:attr(data-label);display:block;font-size:12px;color:#69756d;margin-bottom:6px; }
 .cart-table--basket .cart-product { display:flex;align-items:center;gap:12px; }
 .cart-table--basket .cart-product__image { width:72px;height:90px;flex:0 0 72px; }
 .cart-table--basket .cart-product__image img { width:100%;height:100%;object-fit:contain; }
 .cart-table--basket .cart-product__name { font-size:14px;line-height:1.5; }
 .cart-table--basket .cart-row__price { grid-column:1/-1; }
 .cart-table--basket .cart-row__remove { align-self:end;justify-self:end; }
 .cart-quantity-form { flex-wrap:nowrap; }
 .cart-summary { display:flex;flex-direction:column;align-items:stretch;gap:12px; }
 .cart-summary .btn { text-align:center; }
 .checkout-items { table-layout:fixed; }
 .checkout-items td { padding:12px 7px;font-size:13px;overflow-wrap:anywhere; }
 .checkout-items td:last-child { width:100px;overflow-wrap:normal; }
 .product-detail--pro .product-gallery { display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;min-width:0; }
 .product-detail--pro .product-gallery img { width:100%;height:300px;max-height:300px;object-fit:contain;scroll-snap-align:start;box-sizing:border-box; }
 .mobile-buybar { display:flex;position:fixed;bottom:0;left:0;right:0;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #dce5df;box-shadow:0 -5px 20px #173b2510;z-index:90; }
 .mobile-buybar strong { font-size:20px; }
 .mobile-buybar .btn { min-height:44px; }
 body:has(.mobile-buybar) { padding-bottom:86px; }
 body.editing-field .mobile-buybar { display:none; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
