*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;color:#1f2937;background:#fff;-webkit-font-smoothing:antialiased}a{color:#1a5632;text-decoration:none;transition:color .2s ease}a:hover{color:#0f3d22}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button,input,textarea,select{font-family:inherit;font-size:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.main{min-height:60vh}.header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);transition:all .3s ease}.header--scrolled{background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 4px 20px rgba(0,0,0,.08)}.header--scrolled .header__top{padding:3px 0;font-size:12px}.header--scrolled .header__nav{padding:8px 0}.header--scrolled .header__logo-img{height:44px}.header__top{background:#1a5632;color:#fff;font-size:13px;padding:6px 0;transition:padding .3s ease,font-size .3s ease}.header__top-inner{display:flex;justify-content:flex-end;gap:20px;flex-wrap:wrap}.header__contact{display:flex;align-items:center;gap:6px;opacity:.9}.header__contact svg{flex-shrink:0}.header__nav{padding:12px 0;transition:padding .3s ease}.header__nav-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.header__logo{display:flex;align-items:center;text-decoration:none}.header__logo-img{height:56px;width:auto;transition:height .3s ease}.header__menu{display:flex;gap:4px}.header__menu a{display:block;padding:8px 16px;border-radius:8px;color:#374151;font-weight:500;font-size:15px;transition:all .2s ease}.header__menu a:hover,.header__menu a.active{background:#f0f7f3;color:#1a5632}.header__actions{display:flex;align-items:center;gap:8px}.header__search-wrap{position:relative}.header__search{display:flex;align-items:center;background:#f3f4f6;border:1px solid transparent;border-radius:8px;overflow:hidden;transition:all .2s ease}.header__search:focus-within{background:#fff;border-color:#1a5632;box-shadow:0 0 0 3px rgba(26,86,50,.1)}.header__search-input{width:220px;padding:8px 12px;border:none;outline:none;background:transparent;font-size:13px;color:#1f2937}.header__search-input::placeholder{color:#9ca3af}.header__search-btn{display:flex;align-items:center;justify-content:center;padding:8px 10px;background:none;border:none;color:#6b7280;cursor:pointer;transition:color .2s ease}.header__search-btn:hover{color:#1a5632}.header__search-toggle{display:none;align-items:center;justify-content:center;width:42px;height:42px;border-radius:8px;background:none;border:none;color:#374151;cursor:pointer;transition:all .2s ease}.header__search-toggle:hover{background:#f0f7f3;color:#1a5632}.search-dropdown{display:none;position:absolute;top:calc(100% + 6px);right:0;width:420px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.12);z-index:200;overflow:hidden;max-height:440px;overflow-y:auto}.search-dropdown.open{display:block}.search-dropdown__item{display:flex;align-items:center;gap:12px;padding:10px 14px;text-decoration:none;color:#1f2937;transition:background .15s ease;border-bottom:1px solid #f3f4f6}.search-dropdown__item:last-child{border-bottom:none}.search-dropdown__item:hover{background:#f0f7f3}.search-dropdown__img{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#d1d5db}.search-dropdown__img img{width:100%;height:100%;object-fit:cover}.search-dropdown__info{flex:1;min-width:0}.search-dropdown__name{display:block;font-size:14px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.search-dropdown__name mark{background:#fef3c7;color:#111827;border-radius:2px;padding:0 1px}.search-dropdown__meta{display:block;font-size:12px;color:#6b7280;margin-top:2px}.search-dropdown__price{font-size:14px;font-weight:600;color:#1a5632;white-space:nowrap;flex-shrink:0}.search-dropdown__all{display:block;padding:12px 14px;text-align:center;font-size:13px;font-weight:500;color:#1a5632;background:#f9fafb;border-top:1px solid #e5e7eb;transition:background .15s ease}.search-dropdown__all:hover{background:#f0f7f3}.search-dropdown__empty{padding:24px 14px;text-align:center;font-size:14px;color:#6b7280}.header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:8px;color:#374151;transition:all .2s ease}.header__cart:hover{background:#f0f7f3;color:#1a5632}.header__cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;background:#1a5632;color:#fff;font-size:11px;font-weight:600;line-height:18px;text-align:center;border-radius:9px;pointer-events:none}.header__cart-count:empty,.header__cart-count[data-count="0"]{display:none}.header__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:10px;background:none;border:none;cursor:pointer}.header__hamburger span{display:block;height:2px;background:#374151;border-radius:1px;transition:all .2s ease}.header__hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.header__hamburger.active span:nth-child(2){opacity:0}.header__hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}.hero{background:linear-gradient(135deg,#1a5632 0%,#0d4a28 50%,#0f3d22 100%);background-size:200% 200%;animation:heroGradient 8s ease infinite;color:#fff;padding:80px 0;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,hsla(0,0%,100%,.06) 1px,transparent 1px),radial-gradient(circle at 80% 20%,hsla(0,0%,100%,.04) 1px,transparent 1px),radial-gradient(circle at 40% 80%,hsla(0,0%,100%,.05) 1px,transparent 1px);background-size:60px 60px,80px 80px,70px 70px;pointer-events:none}.hero::after{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:hsla(0,0%,100%,.03);transform:rotate(-15deg);pointer-events:none;animation:heroShine 6s ease-in-out infinite alternate}@keyframes heroGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes heroShine{0%{transform:rotate(-15deg) translateX(-10%)}100%{transform:rotate(-15deg) translateX(10%)}}.hero__glow{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,hsla(0,0%,100%,.12) 0%,transparent 70%);pointer-events:none;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease;z-index:1}.hero__title{background:linear-gradient(90deg,#fff 0%,#fff 40%,hsla(0,0%,100%,.6) 50%,#fff 60%,#fff 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:heroReveal .7s ease forwards,titleShimmer 4s ease-in-out 1.5s infinite;animation-delay:calc(var(--delay,0) * .15s + .4s),1.5s}@keyframes titleShimmer{0%,100%{background-position:100% 0}50%{background-position:-100% 0}}.hero__shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero__shape{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06)}.hero__shape--1{width:300px;height:300px;top:-80px;right:10%;animation:heroFloat 7s ease-in-out infinite}.hero__shape--2{width:180px;height:180px;bottom:-40px;right:30%;animation:heroFloat 5s ease-in-out infinite reverse}.hero__shape--3{width:120px;height:120px;top:40%;right:5%;animation:heroFloat 9s ease-in-out infinite}@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero__content{max-width:640px;position:relative;z-index:1}.hero-anim{opacity:0;transform:translateY(20px);animation:heroReveal .7s ease forwards;animation-delay:calc(var(--delay,0) * .15s + .4s)}@keyframes heroReveal{to{opacity:1;transform:translateY(0)}}.hero__badge{display:inline-block;padding:4px 14px;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);border-radius:20px;font-size:13px;font-weight:500;margin-bottom:20px;animation:badgePulse 3s ease-in-out infinite}@keyframes badgePulse{0%,100%{box-shadow:0 0 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 0 0 8px hsla(0,0%,100%,0)}}.hero h1{font-size:42px;font-weight:700;line-height:1.15;letter-spacing:-0.02em;margin-bottom:16px}.hero p{font-size:17px;opacity:.9;line-height:1.7;margin-bottom:32px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.cta-banner{position:relative;padding:80px 0;overflow:hidden}.cta-banner::before{content:"";position:absolute;inset:0;background:url('/assets/images/cta-bg.jpg') center/cover no-repeat}.cta-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,61,34,.93) 0%,rgba(26,86,50,.88) 100%)}.cta-banner__content{position:relative;z-index:1;text-align:center;max-width:640px;margin:0 auto;color:#fff}.cta-banner__content h2{font-size:32px;font-weight:700;margin-bottom:16px;letter-spacing:-0.02em}.cta-banner__content p{font-size:16px;opacity:.9;line-height:1.7;margin-bottom:32px}.cta-banner__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn--white{background:#fff;color:#1a5632;border-color:#fff}.btn--white:hover{background:#f0f7f3;border-color:#f0f7f3;color:#0f3d22}.btn--outline-white{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.5)}.btn--outline-white:hover{background:hsla(0,0%,100%,.15);border-color:#fff;color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:2px solid rgba(0,0,0,0);border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;text-decoration:none;line-height:1.4;white-space:nowrap}.btn--primary{background:#1a5632;color:#fff;border-color:#1a5632}.btn--primary:hover{background:#0f3d22;border-color:#0f3d22;color:#fff}.btn--outline{background:rgba(0,0,0,0);color:#1a5632;border-color:#1a5632}.btn--outline:hover{background:#1a5632;color:#fff}.hero .btn--outline{color:#fff;border-color:hsla(0,0%,100%,.5)}.hero .btn--outline:hover{background:hsla(0,0%,100%,.15);border-color:#fff;color:#fff}.btn--sm{padding:6px 12px;font-size:13px}.btn--lg{padding:14px 28px;font-size:15px}.btn--block{width:100%}.btn--add-to-cart{flex-shrink:0}.btn--filter{display:none}.section{padding:60px 0}.section--alt{background:#f9fafb}.section__header{text-align:center;margin-bottom:40px}.section__header h2{font-size:28px;font-weight:700;color:#111827;letter-spacing:-0.02em;margin-bottom:8px}.section__header p{color:#6b7280;font-size:16px}.section__footer{text-align:center;margin-top:40px}.page-header{background:#f0f7f3;padding:30px 0;border-bottom:1px solid #e5e7eb}.page-header h1{font-size:26px;font-weight:700;color:#111827;margin-bottom:8px}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280;flex-wrap:wrap}.breadcrumb a{color:#1a5632}.breadcrumb a:hover{text-decoration:underline}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(230px, 1fr));gap:24px}.category-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s ease,transform .15s ease;text-decoration:none;color:#1f2937;will-change:transform}.category-card:hover{border-color:#1a5632;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);transform:translateY(-4px);color:#1f2937}.category-card:hover .category-card__image img{transform:scale(1.08)}.category-card__image{position:relative;aspect-ratio:4/3;background:#f0f7f3;color:#1a5632;overflow:hidden;display:flex;align-items:center;justify-content:center}.category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card__image svg{width:56px;height:56px}.category-card__body{padding:18px 20px 22px;text-align:center}.category-card h3{font-size:16px;font-weight:600;margin-bottom:4px}.category-card__count{font-size:13px;color:#6b7280}.products-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:24px}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s ease,transform .15s ease;will-change:transform}.product-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border-color:#d1d5db}.product-card__image{position:relative;display:block;aspect-ratio:4/3;background:#f3f4f6;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card__image:hover img{transform:scale(1.05)}.product-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#d1d5db;background:#f3f4f6}.product-card__placeholder--lg{min-height:300px}.product-card__placeholder--sm{width:64px;height:64px;border-radius:8px;flex-shrink:0}.product-card__badge{position:absolute;top:10px;left:10px;padding:3px 10px;border-radius:4px;font-size:12px;font-weight:600}.product-card__badge--stock{background:#16a34a;color:#fff}.product-card__body{padding:16px;flex:1}.product-card__body h3{font-size:15px;font-weight:600;line-height:1.4;margin-bottom:4px}.product-card__body h3 a{color:#111827}.product-card__body h3 a:hover{color:#1a5632}.product-card__category{display:inline-block;font-size:12px;color:#1a5632;font-weight:500;margin-bottom:6px}.product-card__sku{font-size:13px;color:#6b7280}.product-card__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 12px;padding:12px 16px;border-top:1px solid #f3f4f6}.product-card__price{display:flex;flex-direction:column}.product-card__price-vat{font-size:18px;font-weight:700;color:#111827}.product-card__price-vat--unavailable{font-size:13px;font-weight:500;color:#6b7280}.product-card__price-net{font-size:12px;color:#6b7280}.features{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}.feature{text-align:center;padding:32px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;transition:all .3s ease,transform .15s ease;will-change:transform}.feature:hover{border-color:#1a5632;box-shadow:0 8px 24px rgba(26,86,50,.1);transform:translateY(-4px)}.feature__icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:#f0f7f3;color:#1a5632;border-radius:16px;margin-bottom:16px;transition:all .3s ease}.feature:hover .feature__icon{background:#1a5632;color:#fff}.feature h3{font-size:16px;font-weight:600;margin-bottom:8px;color:#111827}.feature p{font-size:14px;color:#6b7280;line-height:1.5}.products-layout{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:start}.products-sidebar .sidebar-content{position:sticky;top:100px}.products-sidebar .sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.products-sidebar .sidebar-header h3{font-size:18px;font-weight:600}.products-sidebar .sidebar-close{display:none;background:none;border:none;cursor:pointer;color:#6b7280}.products-sidebar .sidebar-overlay{display:none}.search-form{margin-bottom:24px}.search-input{display:flex;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;transition:border-color .2s ease}.search-input:focus-within{border-color:#1a5632}.search-input input{flex:1;padding:10px 14px;border:none;outline:none;font-size:14px;min-width:0}.search-input button{display:flex;align-items:center;justify-content:center;padding:0 14px;background:#1a5632;color:#fff;border:none;cursor:pointer;transition:background .2s ease}.search-input button:hover{background:#0f3d22}.filter-group h4{font-size:14px;font-weight:600;color:#374151;margin-bottom:10px;text-transform:uppercase;letter-spacing:.05em}.filter-list a{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:8px;color:#4b5563;font-size:14px;transition:all .2s ease}.filter-list a:hover{background:#f3f4f6;color:#111827}.filter-list a.active{background:#f0f7f3;color:#1a5632;font-weight:500}.filter-count{font-size:12px;color:#9ca3af;background:#f3f4f6;padding:1px 8px;border-radius:10px}.products-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:12px;flex-wrap:wrap}.products-toolbar__left{display:flex;align-items:center;gap:12px}.products-count{font-size:14px;color:#6b7280}.products-sort{display:flex;align-items:center;gap:8px}.products-sort label{font-size:13px;color:#6b7280;white-space:nowrap}.products-sort select{padding:7px 32px 7px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;color:#374151;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center;-webkit-appearance:none;appearance:none;cursor:pointer;outline:none;transition:border-color .2s ease}.products-sort select:focus{border-color:#1a5632;box-shadow:0 0 0 3px rgba(26,86,50,.1)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:48px}.product-detail__gallery{position:sticky;top:100px;align-self:start}.product-detail__main-image{aspect-ratio:1;background:#f3f4f6;border-radius:12px;overflow:hidden;margin-bottom:12px}.product-detail__main-image img{width:100%;height:100%;object-fit:cover}.product-detail__thumbs{display:flex;gap:8px;overflow-x:auto}.product-detail__thumb{width:64px;height:64px;border:2px solid #e5e7eb;border-radius:8px;overflow:hidden;cursor:pointer;background:none;padding:0;flex-shrink:0;transition:border-color .2s ease}.product-detail__thumb.active,.product-detail__thumb:hover{border-color:#1a5632}.product-detail__thumb img{width:100%;height:100%;object-fit:cover}.product-detail__info h1{font-size:28px;font-weight:700;line-height:1.3;color:#111827;margin-bottom:8px}.product-detail__category{display:inline-block;font-size:13px;color:#1a5632;font-weight:500;margin-bottom:8px}.product-detail__sku{font-size:14px;color:#6b7280;margin-bottom:24px}.product-detail__price-box{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px;padding:20px;background:#f0f7f3;border-radius:8px;margin-bottom:16px}.product-detail__price{font-size:32px;font-weight:700;color:#1a5632}.product-detail__price-net{font-size:14px;color:#6b7280}.product-detail__vat{font-size:12px;color:#9ca3af;background:#fff;padding:2px 8px;border-radius:4px}.product-detail__stock{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;margin-bottom:24px}.product-detail__stock--in{color:#16a34a}.product-detail__stock--out{color:#6b7280}.product-detail__actions{display:flex;gap:12px;margin-bottom:32px}.product-detail__params h3{font-size:16px;font-weight:600;margin-bottom:12px;color:#111827}.product-detail__params table{width:100%;border-collapse:collapse}.product-detail__params tr:nth-child(even){background:#f9fafb}.product-detail__params td{padding:10px 14px;font-size:14px;border-bottom:1px solid #f3f4f6}.product-detail__params td:first-child{color:#6b7280;width:40%}.product-detail__params td:last-child{font-weight:500;color:#111827}.product-description{border-top:1px solid #e5e7eb;padding-top:40px}.product-description h2{font-size:22px;font-weight:600;margin-bottom:16px;color:#111827}.product-description__content{max-width:800px;color:#4b5563;line-height:1.8}.quantity-input{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;overflow:hidden}.quantity-input__btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f9fafb;border:none;cursor:pointer;font-size:18px;color:#4b5563;transition:all .2s ease}.quantity-input__btn:hover{background:#e5e7eb;color:#111827}.quantity-input input{width:50px;height:40px;text-align:center;border:none;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;outline:none;font-weight:500;-moz-appearance:textfield}.quantity-input input::-webkit-inner-spin-button,.quantity-input input::-webkit-outer-spin-button{-webkit-appearance:none}.quantity-input--sm .quantity-input__btn{width:32px;height:32px;font-size:16px}.quantity-input--sm input{width:40px;height:32px;font-size:14px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}.cart-table__header{display:grid;grid-template-columns:2fr 1fr 140px 1fr 40px;gap:16px;padding:12px 16px;background:#f9fafb;border-radius:8px;font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.cart-item{display:grid;grid-template-columns:2fr 1fr 140px 1fr 40px;gap:16px;padding:16px;align-items:center;border-bottom:1px solid #f3f4f6}.cart-item__product{display:flex;gap:12px;align-items:center}.cart-item__image{width:64px;height:64px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f3f4f6}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info h4{font-size:14px;font-weight:600;line-height:1.4}.cart-item__info h4 a{color:#111827}.cart-item__info h4 a:hover{color:#1a5632}.cart-item__sku{font-size:12px;color:#6b7280}.cart-item__price{font-size:14px;color:#4b5563}.cart-item__total{font-size:15px;font-weight:600;color:#111827}.btn-remove{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;color:#9ca3af;cursor:pointer;border-radius:8px;transition:all .2s ease}.btn-remove:hover{background:#fef2f2;color:#dc2626}.cart-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:24px;position:sticky;top:100px}.cart-summary h3{font-size:18px;font-weight:600;margin-bottom:20px;color:#111827}.cart-summary__row{display:flex;justify-content:space-between;padding:10px 0;font-size:14px;color:#4b5563;border-bottom:1px solid #e5e7eb}.cart-summary__row--total{padding:16px 0;font-size:18px;font-weight:700;color:#111827;border-bottom:none}.cart-summary__note{font-size:13px;color:#6b7280;margin-bottom:20px;line-height:1.5}.cart-summary .btn{margin-bottom:8px}.order-layout{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}.order-form .form-section{margin-bottom:32px}.order-form .form-section h3{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:#111827;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #f0f7f3}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group--full{grid-column:1/-1}.hp-field{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden}.form-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.form-group .required{color:#dc2626}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:border-color .2s ease;outline:none;background:#fff}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#1a5632;box-shadow:0 0 0 3px rgba(26,86,50,.1)}.form-group input::placeholder,.form-group textarea::placeholder,.form-group select::placeholder{color:#9ca3af}.form-group textarea{resize:vertical}.order-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:24px;position:sticky;top:100px}.order-summary h3{font-size:18px;font-weight:600;margin-bottom:16px;color:#111827}.order-summary__items{margin-bottom:16px;max-height:300px;overflow-y:auto}.order-summary__item{display:flex;justify-content:space-between;align-items:flex-start;padding:10px 0;border-bottom:1px solid #e5e7eb}.order-summary__item-info{display:flex;gap:8px;flex:1;min-width:0}.order-summary__item-name{font-size:14px;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-summary__item-qty{font-size:13px;color:#6b7280;flex-shrink:0}.order-summary__item-price{font-size:14px;font-weight:600;color:#111827;flex-shrink:0;margin-left:12px}.order-summary__total{display:flex;justify-content:space-between;padding:16px 0;font-size:20px;font-weight:700;color:#111827;margin-bottom:16px}.order-summary__note{font-size:13px;color:#6b7280;margin-bottom:20px;line-height:1.5}.order-summary__legal{font-size:12px;color:#9ca3af;text-align:center;margin-top:12px;line-height:1.5}.order-success{text-align:center;padding:60px 20px;max-width:500px;margin:0 auto}.order-success__icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#ecfdf5;color:#16a34a;border-radius:50%;margin-bottom:24px}.order-success h2{font-size:28px;font-weight:700;color:#111827;margin-bottom:12px}.order-success__number{font-size:16px;color:#1a5632;margin-bottom:16px}.order-success p{color:#4b5563;line-height:1.6;margin-bottom:24px}.order-success__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.alert{display:flex;gap:12px;padding:16px;border-radius:8px;margin-bottom:24px;font-size:14px}.alert--error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.alert--error svg{flex-shrink:0;margin-top:2px}.alert--error p{margin-bottom:4px}.alert--error p:last-child{margin-bottom:0}.error-page{text-align:center;padding:60px 20px;max-width:500px;margin:0 auto}.error-page__code{font-size:120px;font-weight:800;color:#1a5632;line-height:1;margin-bottom:8px;letter-spacing:-0.04em;opacity:.15}.error-page h1{font-size:28px;font-weight:700;color:#111827;margin-bottom:12px}.error-page>p{color:#6b7280;font-size:16px;line-height:1.6;margin-bottom:32px}.error-page__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}.error-page__help{border-top:1px solid #e5e7eb;padding-top:24px}.error-page__help>p{font-size:13px;color:#9ca3af;margin-bottom:12px}.error-page__help ul{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;list-style:none}.error-page__help a{font-size:14px;color:#1a5632;font-weight:500}.error-page__help a:hover{text-decoration:underline}.empty-state{text-align:center;padding:60px 20px;color:#9ca3af}.empty-state svg{margin-bottom:20px}.empty-state h3{font-size:20px;color:#374151;margin-bottom:8px}.empty-state p{color:#6b7280;margin-bottom:24px}.sr{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.sr--visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.sr{opacity:1;transform:none;transition:none}}.back-to-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;background:#1a5632;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:90;opacity:0;visibility:hidden;transform:translateY(16px);transition:all .3s ease}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#0f3d22;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.sticky-cta{position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -4px 16px rgba(0,0,0,.08);z-index:80;transform:translateY(100%);transition:transform .3s ease;display:none}.sticky-cta.show{transform:translateY(0)}.sticky-cta__inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0;gap:16px}.sticky-cta__info{display:flex;flex-direction:column;min-width:0}.sticky-cta__name{font-size:14px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-cta__price{font-size:18px;font-weight:700;color:#1a5632}.sticky-cta .btn{flex-shrink:0;padding:10px 24px}@media(max-width:768px){.sticky-cta{display:block}.back-to-top.show+.toast,.sticky-cta.show~.toast{bottom:80px}.back-to-top{bottom:80px}}.toast{position:fixed;bottom:24px;right:24px;padding:14px 24px;background:#111827;color:#fff;border-radius:8px;font-size:14px;font-weight:500;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);z-index:1000;transform:translateY(100px);opacity:0;transition:all .3s ease}.toast.show{transform:translateY(0);opacity:1}.footer{background:#111827;color:#9ca3af;padding:48px 0 0}.footer__top{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;padding-bottom:32px;border-bottom:1px solid hsla(0,0%,100%,.08)}.footer__brand{max-width:340px}.footer__logo{margin-bottom:12px}.footer__logo-img{height:52px;width:auto;filter:brightness(0) invert(1)}.footer__brand p{font-size:14px;line-height:1.6}.footer__contacts{display:flex;flex-wrap:wrap;gap:8px 24px}.footer__contact-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#9ca3af;text-decoration:none;transition:color .2s ease;white-space:nowrap}.footer__contact-item:hover{color:#fff}.footer__contact-item svg{flex-shrink:0;color:#2d7a4a}.footer__mid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:32px;padding:32px 0}.footer__col h4{color:#fff;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px}.footer__col ul li{margin-bottom:7px}.footer__col ul a{display:inline-flex;align-items:center;gap:5px;color:#9ca3af;font-size:13px;transition:color .2s ease}.footer__col ul a:hover{color:#fff}.footer__col ul a svg{flex-shrink:0;color:#4b5563}.footer__col ul a:hover svg{color:#2d7a4a}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.08);padding:20px 0;text-align:center;font-size:12px}.product-inquiry{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;background:#f0f7f3;border-radius:20px;padding:48px}.product-inquiry__info h2{font-size:24px;font-weight:700;color:#111827;margin-bottom:10px;letter-spacing:-0.02em}.product-inquiry__info>p{font-size:15px;color:#4b5563;line-height:1.7;margin-bottom:20px}.product-inquiry__contacts{display:flex;gap:20px;flex-wrap:wrap}.product-inquiry__link{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:500;color:#1a5632}.product-inquiry__link:hover{color:#0f3d22}.product-inquiry__link svg{flex-shrink:0}.product-inquiry__form{display:flex;flex-direction:column;gap:12px}.product-inquiry__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-inquiry__form input,.product-inquiry__form textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:10px;font-size:14px;outline:none;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.product-inquiry__form input:focus,.product-inquiry__form textarea:focus{border-color:#1a5632;box-shadow:0 0 0 3px rgba(26,86,50,.1)}.product-inquiry__form input::placeholder,.product-inquiry__form textarea::placeholder{color:#9ca3af}.product-inquiry__form input.error,.product-inquiry__form textarea.error{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.product-inquiry__form textarea{resize:vertical}.product-inquiry__form .btn{border-radius:10px;padding:14px}.cform-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:48px;align-items:start}.cform-info h2{font-size:28px;font-weight:700;color:#111827;margin-bottom:12px;letter-spacing:-0.02em}.cform-info>p{color:#4b5563;line-height:1.7;margin-bottom:28px;font-size:15px}.cform-perks{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.cform-perks li{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151;font-weight:500}.cform-perks li svg{color:#1a5632;flex-shrink:0}.cform-contact-alt{padding-top:24px;border-top:1px solid #e5e7eb}.cform-contact-alt>p{font-size:13px;color:#6b7280;margin-bottom:10px}.cform-contact-alt__link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#1a5632;margin-right:20px;transition:color .2s ease}.cform-contact-alt__link:hover{color:#0f3d22}.cform{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;box-shadow:0 4px 12px rgba(0,0,0,.04)}.cform__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.cform .form-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.cform .form-group .required{color:#dc2626}.cform .form-group input,.cform .form-group select,.cform .form-group textarea{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease;outline:none;background:#fff}.cform .form-group input:focus,.cform .form-group select:focus,.cform .form-group textarea:focus{border-color:#1a5632;box-shadow:0 0 0 3px rgba(26,86,50,.1)}.cform .form-group input.error,.cform .form-group select.error,.cform .form-group textarea.error{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.cform .form-group input::placeholder,.cform .form-group textarea::placeholder{color:#9ca3af}.cform .form-group textarea{resize:vertical}.cform .form-group select{cursor:pointer}.cform__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px;flex-wrap:wrap}.cform__note{font-size:12px;color:#9ca3af}.cform__footer .btn{border-radius:10px}.cform__footer .btn:disabled{opacity:.7;cursor:not-allowed}.cform__footer .btn .spin{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.cform-success{text-align:center;padding:40px 20px}.cform-success svg{color:#16a34a;margin-bottom:16px}.cform-success h3{font-size:20px;font-weight:600;color:#111827;margin-bottom:8px}.cform-success p{color:#6b7280;font-size:14px;line-height:1.6}.legal-content{max-width:800px;margin:0 auto}.legal-content h2{font-size:20px;font-weight:600;color:#111827;margin:32px 0 12px;padding-top:24px;border-top:1px solid #f3f4f6}.legal-content h2:first-of-type{border-top:none;margin-top:0;padding-top:0}.legal-content p{font-size:15px;color:#4b5563;line-height:1.8;margin-bottom:12px}.legal-content ol,.legal-content ul{margin:0 0 16px 24px;color:#4b5563;font-size:15px;line-height:1.8}.legal-content ol{list-style:decimal}.legal-content ul{list-style:disc}.legal-content li{margin-bottom:6px}.legal-content li ul,.legal-content li ol{margin-top:6px;margin-bottom:8px}.legal-content a{color:#1a5632;text-decoration:underline}.legal-content a:hover{color:#0f3d22}.legal-updated{font-size:13px;color:#9ca3af;font-weight:500;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f0f7f3}.legal-downloads{margin-top:40px;padding-top:32px;border-top:2px solid #f0f7f3}.legal-downloads h3{font-size:16px;font-weight:600;color:#111827;margin-bottom:16px}.legal-download{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#f0f7f3;border:1px solid #d1e7d9;border-radius:10px;color:#1a5632;font-size:14px;font-weight:500;text-decoration:none;margin-right:12px;margin-bottom:8px;transition:all .2s ease}.legal-download:hover{background:#1a5632;color:#fff;border-color:#1a5632}.hero--sm{padding:50px 0}.hero--sm h1{font-size:34px}.about-layout{display:grid;grid-template-columns:1fr 300px;gap:48px;align-items:start}.about-content h2{font-size:28px;font-weight:700;color:#111827;margin-bottom:24px;letter-spacing:-0.02em}.about-content p{color:#4b5563;line-height:1.8;margin-bottom:16px;font-size:15px}.about-content p:last-child{margin-bottom:0}.about-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:100px}.about-stat{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px 24px;text-align:center;transition:all .3s ease}.about-stat:hover{border-color:#1a5632;box-shadow:0 8px 24px rgba(26,86,50,.1);transform:translateY(-2px)}.about-stat__number{display:block;font-size:36px;font-weight:700;color:#1a5632;line-height:1;margin-bottom:6px}.about-stat__label{font-size:14px;color:#6b7280;font-weight:500}.about-services{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.about-service{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s ease}.about-service:hover{border-color:#1a5632;box-shadow:0 8px 24px rgba(26,86,50,.1);transform:translateY(-4px)}.about-service__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#f0f7f3;color:#1a5632;border-radius:16px;margin-bottom:16px;transition:all .3s ease}.about-service:hover .about-service__icon{background:#1a5632;color:#fff}.about-service h3{font-size:16px;font-weight:600;color:#111827;margin-bottom:8px}.about-service p{font-size:14px;color:#6b7280;line-height:1.6}.about-values{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}.about-values__content h2{font-size:28px;font-weight:700;color:#111827;margin-bottom:24px;letter-spacing:-0.02em}.about-values__list{display:flex;flex-direction:column;gap:16px}.about-values__list li{display:flex;gap:14px;align-items:flex-start}.about-values__list li svg{flex-shrink:0;color:#1a5632;margin-top:2px}.about-values__list li div{display:flex;flex-direction:column;gap:2px}.about-values__list li strong{font-size:15px;color:#111827}.about-values__list li span{font-size:14px;color:#6b7280;line-height:1.5}.about-cta{background:linear-gradient(135deg,#1a5632 0%,#0f3d22 100%);border-radius:20px;padding:40px 32px;color:#fff;text-align:center}.about-cta h3{font-size:22px;font-weight:700;margin-bottom:8px}.about-cta p{opacity:.9;margin-bottom:24px;font-size:15px}.about-cta__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.about-cta .btn--primary{background:#fff;color:#1a5632;border-color:#fff}.about-cta .btn--primary:hover{background:#f0f7f3;border-color:#f0f7f3}.about-cta .btn--outline{color:#fff;border-color:hsla(0,0%,100%,.5)}.about-cta .btn--outline:hover{background:hsla(0,0%,100%,.15);border-color:#fff}.contact-boxes{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:20px}.contact-box{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;transition:all .3s ease;text-decoration:none;color:#1f2937}.contact-box:hover{border-color:#1a5632;box-shadow:0 8px 24px rgba(26,86,50,.1);transform:translateY(-4px);color:#1f2937}.contact-box__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#f0f7f3;color:#1a5632;border-radius:16px;margin-bottom:16px;transition:all .3s ease}.contact-box:hover .contact-box__icon{background:#1a5632;color:#fff}.contact-box h3{font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.contact-box__value{font-size:15px;font-weight:600;color:#111827;line-height:1.5}.contact-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:32px;align-items:start}.contact-details{display:flex;flex-direction:column;gap:20px}.contact-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;transition:box-shadow .3s ease}.contact-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.06)}.contact-card__header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:14px;border-bottom:2px solid #f0f7f3}.contact-card__header svg{color:#1a5632}.contact-card__header h3{font-size:16px;font-weight:600;color:#111827}.contact-card__company{margin-bottom:16px}.contact-card__company strong{font-size:16px;color:#111827;display:block;margin-bottom:4px}.contact-card__company p{font-size:14px;color:#6b7280}.contact-card__list{display:flex;flex-direction:column;gap:0}.contact-card__list li{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;transition:background .2s ease}.contact-card__list li:hover{background:#f9fafb}.contact-card__label{font-size:13px;color:#6b7280;font-weight:500}.contact-card__list li a,.contact-card__list li span:last-child{font-size:15px;font-weight:500;color:#111827}.contact-card__list li a:hover{color:#1a5632}.contact-card__register{font-size:12px;color:#9ca3af;line-height:1.5;margin-top:14px;padding-top:14px;border-top:1px solid #f3f4f6}.contact-map{position:sticky;top:100px}.contact-map__wrapper{width:100%;height:500px;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.06)}.contact-map__wrapper iframe{width:100%;height:100%}.contact-map__btn{margin-top:16px;border-radius:12px;padding:14px 24px}@media(max-width: 1024px){.products-layout{grid-template-columns:1fr}.products-sidebar{position:fixed;top:0;left:0;width:100%;height:100%;z-index:200;pointer-events:none;visibility:hidden}.products-sidebar.open{pointer-events:auto;visibility:visible}.products-sidebar.open .sidebar-overlay{opacity:1}.products-sidebar.open .sidebar-content{transform:translateX(0)}.products-sidebar .sidebar-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);opacity:0;transition:opacity .3s}.products-sidebar .sidebar-content{position:fixed;top:0;left:0;width:300px;height:100%;background:#fff;padding:24px;overflow-y:auto;transform:translateX(-100%);transition:transform .3s ease;z-index:1}.products-sidebar .sidebar-close{display:flex}.btn--filter{display:inline-flex}.product-inquiry{grid-template-columns:1fr;padding:32px}.cform-layout{grid-template-columns:1fr}.about-layout{grid-template-columns:1fr}.about-sidebar{position:static;flex-direction:row}.about-services{grid-template-columns:1fr 1fr}.about-values{grid-template-columns:1fr}.contact-boxes{grid-template-columns:1fr 1fr}.contact-layout{grid-template-columns:1fr}.contact-map{position:static}.cart-layout{grid-template-columns:1fr}.order-layout{grid-template-columns:1fr}.order-summary{position:static}.product-detail{grid-template-columns:1fr;gap:32px}.product-detail__gallery{position:static}.footer__top{flex-direction:column}.footer__mid{grid-template-columns:1fr 1fr}}@media(max-width: 768px){.header__top-inner{flex-direction:column;align-items:flex-end;gap:4px}.hero{padding:50px 0}.hero h1{font-size:30px}.hero p{font-size:15px}.header__search-wrap{display:none}.header__search-wrap.open{display:block;position:absolute;top:100%;left:0;width:100%;z-index:200}.header__search-wrap.open .header__search{border-radius:0;background:#fff;border:none;border-top:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.header__search-wrap.open .header__search-input{width:100%;padding:14px 16px;font-size:15px}.header__search-wrap.open .header__search-btn{padding:14px 16px}.header__search-wrap.open .search-dropdown{position:static;width:100%;border-radius:0;border:none;border-top:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.header__search-toggle{display:flex}.header__menu{display:none;position:absolute;top:100%;left:0;width:100%;background:#fff;flex-direction:column;padding:12px;border-top:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.header__menu.open{display:flex}.header__menu a{padding:12px 16px}.header__hamburger{display:flex}.cta-banner{padding:50px 0}.cta-banner__content h2{font-size:24px}.cta-banner__actions{flex-direction:column}.cta-banner__actions .btn{width:100%}.features{grid-template-columns:1fr 1fr;gap:16px}.cart-table__header{display:none}.cart-item{grid-template-columns:1fr auto;gap:8px}.cart-item__product{grid-column:1/-1}.cart-item__price::before,.cart-item__quantity::before,.cart-item__total::before{content:attr(data-label);font-size:12px;color:#6b7280;display:block;margin-bottom:2px}.cart-item__remove{grid-column:2;grid-row:2;justify-self:end;align-self:center}.cart-summary{position:static}.footer__mid{grid-template-columns:1fr 1fr;gap:24px}.section{padding:40px 0}.products-grid{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:16px}}@media(max-width: 480px){.hero h1{font-size:26px}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.features{grid-template-columns:1fr}.product-inquiry{padding:24px}.product-inquiry__row{grid-template-columns:1fr}.cform__grid{grid-template-columns:1fr}.cform__footer{flex-direction:column;align-items:stretch}.cform__footer .btn{width:100%}.about-sidebar{flex-direction:column}.about-services{grid-template-columns:1fr}.about-cta__actions{flex-direction:column}.about-cta__actions .btn{width:100%}.contact-boxes{grid-template-columns:1fr}.categories-grid{grid-template-columns:1fr 1fr;gap:12px}.category-card__body{padding:12px 10px 16px}.form-grid{grid-template-columns:1fr}.product-detail__actions{flex-direction:column}.product-detail__actions .btn{width:100%}.product-detail__price{font-size:26px}.products-grid{grid-template-columns:1fr}}
.product-detail__trust{display:flex;flex-direction:column;gap:14px;margin-bottom:24px;padding:18px 20px;background:#f0f7f3;border:1px solid #d9ebe1;border-radius:12px}.product-detail__trust-item{display:flex;align-items:center;gap:12px;font-size:13.5px;color:#1f2937;font-weight:500}.product-detail__trust-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:#fff;color:#1a5632;border-radius:50%;flex-shrink:0;box-shadow:0 1px 2px rgba(0,0,0,.06)}
