:root{--blue: #1B3F7F;--blue-mid: #2B6CB0;--blue-light: #EBF3FF;--orange: #E97916;--orange-dark: #C96510;--text: #1A202C;--text-mid: #4A5568;--text-light: #718096;--border: #E2E8F0;--bg: #FFFFFF;--bg-gray: #F7F9FC;--radius: 10px;--shadow: 0 2px 12px rgba(0,0,0,.08);--shadow-hover: 0 6px 24px rgba(0,0,0,.14);--transition: .2s ease;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:var(--blue);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--orange)}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;color:var(--text)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.container--narrow{max-width:800px}.section{padding:60px 0}.section--gray{background:var(--bg-gray)}.section__title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:12px}.section__subtitle{font-size:1.05rem;color:var(--text-mid);text-align:center;margin-bottom:40px}.section__cta{text-align:center;margin-top:40px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius);font-family:var(--font);font-size:.95rem;font-weight:600;border:2px solid transparent;cursor:pointer;transition:all var(--transition);text-decoration:none;line-height:1}.btn--primary{background:var(--orange);color:#fff;border-color:var(--orange)}.btn--primary:hover{background:var(--orange-dark);border-color:var(--orange-dark);color:#fff}.btn--outline{background:transparent;color:var(--blue);border-color:var(--blue)}.btn--outline:hover{background:var(--blue);color:#fff}.btn--outline-white{background:transparent;color:#fff;border-color:#ffffffb3}.btn--outline-white:hover{background:#ffffff26;color:#fff}.btn--full{width:100%}.btn--lg{padding:15px 32px;font-size:1rem}.btn:disabled{opacity:.5;cursor:not-allowed}.announcement-bar{background:var(--blue);color:#fff;padding:9px 20px;font-size:.82rem;font-weight:500}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;max-width:1200px;margin:0 auto}.announcement-bar .sep{opacity:.4}.announcement-bar a{color:#fff}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 1px 8px #0000000f}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;height:68px}.header__logo{flex-shrink:0}.header__logo-text{font-size:1.4rem;font-weight:800}.logo-gaz{color:var(--blue)}.logo-clim{color:var(--text)}.logo-fr{color:var(--orange)}.header__nav ul{display:flex;gap:4px;align-items:center}.header__nav a{padding:8px 12px;font-size:.88rem;font-weight:600;color:var(--text);border-radius:6px;transition:all var(--transition)}.header__nav a:hover{background:var(--blue-light);color:var(--blue)}.header__actions{display:flex;align-items:center;gap:12px}.header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:var(--bg-gray);color:var(--text);transition:all var(--transition)}.header__cart:hover{background:var(--blue-light);color:var(--blue)}.cart-count{position:absolute;top:-4px;right:-4px;background:var(--orange);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.cart-count:empty,[data-count="0"]{display:none}.header__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.header__burger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px}.header__mobile-nav{display:none;background:#fff;border-top:1px solid var(--border);padding:12px 20px 20px}.header__mobile-nav.open{display:block}.header__mobile-nav ul{display:flex;flex-direction:column;gap:2px}.header__mobile-nav a{display:block;padding:10px 12px;font-weight:600;border-radius:6px;color:var(--text)}.header__mobile-nav a:hover{background:var(--blue-light);color:var(--blue)}.hero{position:relative;background:var(--blue);color:#fff;overflow:hidden;min-height:480px;display:flex;align-items:center}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#112248b3}.hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:40px;padding:60px 20px}.hero__content{max-width:680px}.hero__badge{display:inline-block;background:var(--orange);color:#fff;padding:4px 14px;border-radius:20px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.hero__title{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;line-height:1.15;margin-bottom:16px;color:#fff}.hero__subtitle{font-size:1.05rem;opacity:.88;margin-bottom:28px;line-height:1.65}.hero__ctas{display:flex;gap:12px;flex-wrap:wrap}.hero__features{display:flex;gap:24px;flex-wrap:wrap}.hero__feature{display:flex;align-items:center;gap:8px;background:#ffffff1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:10px 18px;border-radius:8px;font-size:.9rem;font-weight:600}.categories__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.category-card{display:flex;flex-direction:column;padding:28px 22px;border-radius:var(--radius);color:#fff;text-decoration:none;transition:transform var(--transition),box-shadow var(--transition);position:relative;overflow:hidden}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);color:#fff}.category-card--blue{background:linear-gradient(135deg,#1b3f7f,#2b6cb0)}.category-card--teal{background:linear-gradient(135deg,#0e7b7b,#2c9a9a)}.category-card--orange{background:linear-gradient(135deg,#c05621,#e97916)}.category-card--dark{background:linear-gradient(135deg,#2d3748,#4a5568)}.category-card--gray{background:linear-gradient(135deg,#4a5568,#718096)}.category-card__icon{font-size:2.2rem;margin-bottom:12px}.category-card h3{font-size:1rem;font-weight:700;margin-bottom:8px;color:#fff}.category-card p{font-size:.85rem;opacity:.85;line-height:1.5;flex:1}.category-card__link{margin-top:16px;font-size:.85rem;font-weight:600;opacity:.9}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.product-card{background:#fff;border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.product-card__link{flex:1;display:flex;flex-direction:column}.product-card__image-wrap{aspect-ratio:1;background:var(--bg-gray);position:relative;overflow:hidden}.product-card__image-wrap img{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .3s ease}.product-card:hover img{transform:scale(1.04)}.product-card__no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:var(--blue);background:var(--blue-light)}.product-card__badge{position:absolute;top:10px;left:10px;background:var(--orange);color:#fff;font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:20px}.product-card__body{padding:14px 16px;flex:1}.product-card__collection{font-size:.75rem;color:var(--text-light);font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.product-card__title{font-size:.92rem;font-weight:700;color:var(--text);line-height:1.35;margin-bottom:10px}.product-card__price{display:flex;align-items:center;gap:8px}.product-card__footer{padding:12px 16px;border-top:1px solid var(--border)}.price{font-size:1.1rem;font-weight:700;color:var(--blue)}.price--sale{color:var(--orange)}.price--compare{font-size:.9rem;font-weight:500;color:var(--text-light);text-decoration:line-through}.badge--sale{background:var(--orange);color:#fff;font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:12px}.trust-badges__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.trust-badge{text-align:center;padding:28px 20px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;transition:box-shadow var(--transition)}.trust-badge:hover{box-shadow:var(--shadow)}.trust-badge__icon{font-size:2.4rem;margin-bottom:12px}.trust-badge h4{font-size:1rem;font-weight:700;margin-bottom:8px}.trust-badge p{font-size:.87rem;color:var(--text-mid);line-height:1.55}.trust-badge a{color:var(--blue);font-weight:600}.collection-page__header{text-align:center;margin-bottom:40px}.collection-page__image{max-width:100%;border-radius:var(--radius);overflow:hidden;margin-bottom:20px}.collection-page__title{font-size:2rem;margin-bottom:12px}.collection-page__desc{color:var(--text-mid);max-width:600px;margin:0 auto}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-page__main-image{border-radius:var(--radius);overflow:hidden;background:var(--bg-gray);border:1px solid var(--border)}.product-page__main-image img{width:100%;aspect-ratio:1;object-fit:contain;padding:24px}.product-page__thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.product-thumb{width:72px;height:72px;border-radius:6px;overflow:hidden;border:2px solid var(--border);background:var(--bg-gray);cursor:pointer;transition:border-color var(--transition)}.product-thumb.active,.product-thumb:hover{border-color:var(--blue)}.product-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.product-page__no-image{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--blue-light);font-size:4rem;font-weight:800;color:var(--blue);border-radius:var(--radius)}.product-page__breadcrumb{font-size:.85rem;color:var(--text-light);display:block;margin-bottom:12px}.product-page__breadcrumb:hover{color:var(--blue)}.product-page__title{font-size:1.7rem;margin-bottom:16px}.product-page__price{display:flex;align-items:center;gap:10px;margin-bottom:20px}.product-page__price .price{font-size:1.8rem}.product-page__desc,.product-page__qty{margin:20px 0}.product-page__qty label{font-weight:600;font-size:.9rem;margin-bottom:8px;display:block}.qty-input{display:flex;align-items:center;gap:0;width:fit-content;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.qty-btn{background:var(--bg-gray);border:none;padding:10px 14px;font-size:1.1rem;cursor:pointer;transition:background var(--transition)}.qty-btn:hover{background:var(--blue-light)}.qty-input input{border:none;width:54px;text-align:center;font-size:1rem;font-weight:600;padding:10px 0;-moz-appearance:textfield}.qty-input input::-webkit-outer-spin-button,.qty-input input::-webkit-inner-spin-button{-webkit-appearance:none}.product-page__badges{display:flex;gap:12px;flex-wrap:wrap;margin:16px 0;font-size:.82rem;font-weight:600;color:var(--text-mid)}.product-page__sku{font-size:.8rem;color:var(--text-light);margin-top:12px}.related-products{margin-top:60px}.related-products h3{font-size:1.4rem;margin-bottom:24px}.rte h2,.rte h3,.rte h4{margin:1.4em 0 .6em}.rte p{margin-bottom:1em}.rte ul,.rte ol{padding-left:1.5em;margin-bottom:1em}.rte li{margin-bottom:.4em}.rte strong{font-weight:700}.rte a{color:var(--blue);text-decoration:underline}.rte table{width:100%;border-collapse:collapse;margin-bottom:1em}.rte th,.rte td{border:1px solid var(--border);padding:8px 12px;font-size:.9rem}.rte th{background:var(--bg-gray);font-weight:700}.cart__items{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:16px;align-items:center;padding:16px;border:1px solid var(--border);border-radius:var(--radius)}.cart-item__image{border-radius:6px;overflow:hidden;background:var(--bg-gray)}.cart-item__image img{width:80px;height:80px;object-fit:contain;padding:8px}.cart-item__title{font-weight:700;font-size:.95rem;color:var(--text)}.cart-item__variant,.cart-item__price{font-size:.85rem;color:var(--text-mid);margin-top:4px}.cart-item__qty input{width:60px;text-align:center;padding:6px;border:1px solid var(--border);border-radius:6px}.cart-item__total{font-weight:700;font-size:1rem;white-space:nowrap}.cart-item__remove{color:var(--text-light);font-size:1rem;padding:4px 8px}.cart-item__remove:hover{color:#e53e3e}.cart__footer{display:flex;justify-content:flex-end}.cart__totals{background:var(--bg-gray);border-radius:var(--radius);padding:24px;min-width:320px}.cart__subtotal{display:flex;justify-content:space-between;font-size:1.15rem;font-weight:700;margin-bottom:12px}.cart__shipping-note{font-size:.85rem;color:var(--text-mid);margin-bottom:16px}.cart__actions{display:flex;flex-direction:column;gap:10px}.cart__empty{text-align:center;padding:60px 20px}.cart__empty p{font-size:1.1rem;color:var(--text-mid);margin-bottom:24px}.page h1{font-size:2rem;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--border)}.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}.pagination a,.pagination em{padding:8px 14px;border:1px solid var(--border);border-radius:6px;font-size:.9rem}.pagination em{background:var(--blue);color:#fff;border-color:var(--blue);font-style:normal;font-weight:700}.pagination a:hover{background:var(--blue-light);border-color:var(--blue)}.site-footer{background:#111827;color:#d1d5db;padding:60px 0 0;margin-top:0}.footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px}.footer__logo{font-size:1.4rem;font-weight:800;margin-bottom:14px}.footer__logo .logo-gaz{color:#60a5fa}.footer__logo .logo-clim{color:#f3f4f6}.footer__logo .logo-fr{color:var(--orange)}.footer__col p{font-size:.87rem;line-height:1.6;margin-bottom:8px}.footer__contact a{color:#93c5fd}.footer__col h5{color:#f3f4f6;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.7px;margin-bottom:14px}.footer__col ul{display:flex;flex-direction:column;gap:8px}.footer__col a{color:#9ca3af;font-size:.88rem;transition:color var(--transition)}.footer__col a:hover{color:#f3f4f6}.footer__bottom{border-top:1px solid #374151;padding:16px 0;display:flex;justify-content:space-between}.footer__bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer__bottom p{font-size:.82rem;color:#6b7280}.footer__payments{display:flex;gap:10px;font-size:.82rem;color:#6b7280}@media(max-width:1024px){.footer__inner{grid-template-columns:1fr 1fr}.product-page__grid{grid-template-columns:1fr}}@media(max-width:768px){.header__nav{display:none}.header__burger{display:flex}.section{padding:40px 0}.section__title{font-size:1.5rem}.hero{min-height:400px}.hero__title{font-size:1.7rem}.hero__ctas{flex-direction:column}.categories__grid{grid-template-columns:1fr 1fr}.products-grid{grid-template-columns:repeat(2,1fr);gap:14px}.cart-item{grid-template-columns:64px 1fr auto}.cart-item__qty,.cart-item__total{display:none}.footer__inner{grid-template-columns:1fr 1fr;gap:24px}.announcement-bar__inner{font-size:.78rem;gap:10px}.announcement-bar .sep{display:none}}@media(max-width:480px){.categories__grid,.products-grid,.footer__inner,.trust-badges__grid{grid-template-columns:1fr}.cart__footer{justify-content:stretch}.cart__totals{min-width:unset;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom.css.map */
