.RelatedPosts-module__tzgnvq__container{border-top:1px solid var(--very-light-gray);margin-top:60px;padding-top:40px}.RelatedPosts-module__tzgnvq__title{color:var(--soft-black);text-align:center;margin-bottom:24px;font-size:1.75rem;font-weight:600}.RelatedPosts-module__tzgnvq__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.RelatedPosts-module__tzgnvq__card{background:var(--white);border:1px solid var(--very-light-gray);border-radius:8px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.RelatedPosts-module__tzgnvq__card:hover{box-shadow:0 4px 12px rgba(var(--eco-green-rgb), .1);border-color:var(--eco-green-light);transform:translateY(-4px)}.RelatedPosts-module__tzgnvq__imageWrapper{aspect-ratio:16/9;width:100%;position:relative}.RelatedPosts-module__tzgnvq__image{object-fit:cover}.RelatedPosts-module__tzgnvq__content{flex-direction:column;gap:8px;padding:16px;display:flex}.RelatedPosts-module__tzgnvq__postTitle{color:var(--soft-black);margin:0;font-size:1.25rem;font-weight:600;line-height:1.4}.RelatedPosts-module__tzgnvq__description{color:var(--medium-gray);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}@media (max-width:768px){.RelatedPosts-module__tzgnvq__grid{grid-template-columns:1fr}.RelatedPosts-module__tzgnvq__title{font-size:1.5rem}}
.Comments-module__IzDG3W__container{max-width:1200px;margin-top:60px;margin-left:auto;margin-right:auto;padding:0 20px}.Comments-module__IzDG3W__mainTitle{color:var(--soft-black);border-left:4px solid var(--eco-green-accessible);padding-left:16px}.Comments-module__IzDG3W__layout{flex-direction:column;gap:40px;display:flex}.Comments-module__IzDG3W__form{background:var(--white);border:1px solid var(--very-light-gray);border-radius:12px;padding:32px;box-shadow:0 2px 10px #0000000d}.Comments-module__IzDG3W__formTitle{color:var(--soft-black);font-weight:600;margin-bottom:24px!important}.Comments-module__IzDG3W__list{flex-direction:column;display:flex}.Comments-module__IzDG3W__listTitle{color:var(--soft-black);font-weight:600;margin-bottom:32px!important}.Comments-module__IzDG3W__commentItem{margin-bottom:24px}.Comments-module__IzDG3W__commentHeader{align-items:center;gap:16px;margin-bottom:12px;display:flex}.Comments-module__IzDG3W__avatar{font-weight:600;background-color:var(--eco-green-light)!important;color:var(--white)!important}.Comments-module__IzDG3W__userName{color:var(--soft-black);font-weight:600}.Comments-module__IzDG3W__commentText{color:var(--soft-black);padding-left:56px;line-height:1.7}.Comments-module__IzDG3W__emptyComments{text-align:center;background:var(--very-light-gray);border-radius:8px;padding:40px}@media (max-width:768px){.Comments-module__IzDG3W__form{padding:20px}.Comments-module__IzDG3W__commentText{margin-top:8px;padding-left:0}}
.product-card{background:var(--white);cursor:pointer;border-radius:20px;flex-direction:column;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s;display:flex;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 20px 60px #0000001f}.product-image-container,.image-wrapper{background:var(--white);justify-content:center;align-items:center;height:200px;padding:16px;display:flex;position:relative;overflow:hidden}.product-image{object-fit:contain;width:100%;max-width:160px;height:100%;max-height:160px;transition:transform .7s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-image{transform:scale(1.08)}.sale-badge{background:var(--eco-green-button-bg);color:var(--white);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:500;position:absolute;top:12px;right:12px}.product-content{flex-direction:column;flex-grow:1;padding:20px;display:flex}.product-name{color:var(--soft-black);-webkit-line-clamp:2;letter-spacing:0;-webkit-box-orient:vertical;margin-bottom:6px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-brand{color:var(--eco-green-accessible);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:8px;font-family:Nunito Sans,sans-serif;font-size:.7rem;font-weight:600;line-height:1.2}.price-container{align-items:center;gap:8px;margin-bottom:16px;display:flex}.original-price{color:var(--medium-gray);font-size:14px;text-decoration:line-through}.current-price{color:var(--eco-green-accessible);font-weight:700}.compare-section{justify-content:center;margin-top:auto;padding-top:16px;display:flex}.compare-link{color:var(--eco-green-accessible);border-radius:4px;padding:4px 8px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.compare-link:hover{color:var(--eco-green-dark);background-color:#2e7d320d;text-decoration:underline}.availability-chip{border-radius:4px;height:20px;padding:0 6px;font-size:10px}.availability-chip.in-stock{background:var(--muted-green);color:var(--white)}.availability-chip.limited{background:var(--warning-orange);color:var(--white)}.availability-chip.out-of-stock{background:var(--medium-gray);color:var(--white)}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:0}}@media (max-width:768px){.products-grid{grid-template-columns:1fr;justify-content:center;gap:16px;max-width:100%}.product-card{width:100%;max-width:100%}.product-image-container{height:200px;padding:12px}.product-image{max-width:170px;max-height:170px}.product-content{padding:14px}.compare-link{padding:3px 6px;font-size:.85rem}}@media (max-width:480px){.products-grid{grid-template-columns:1fr;justify-content:center;gap:0;max-width:320px;margin:0 auto}.product-card{width:100%}.product-image-container{height:240px;padding:10px}.product-image{max-width:200px;max-height:200px}.product-content{padding:12px}.compare-link{padding:2px 4px;font-size:.8rem}}
main{margin-bottom:100px}main p{font-size:1.1rem!important;line-height:1.7!important}.blog_hero{aspect-ratio:3/2;align-items:end;width:100%;height:500px;min-height:360px;display:flex;position:relative;overflow:hidden}.blog_hero__container{width:100%;max-width:1300px;min-height:inherit;color:#fff;margin:0 auto;padding:0 20px;display:flex}.blog_hero__container a,.blog_hero__container li,.blog_hero__container p{z-index:1;color:#fff!important}.blog_hero__container h1{margin:100px 0;font-size:clamp(2rem,8vw,48px)}.blog_hero__overlay{background:linear-gradient(135deg,#2e7d3299 0%,#0000004d 100%);position:absolute;inset:0}.blog_hero__content{z-index:1;text-wrap:balance;width:100%;position:relative}@media (max-width:768px){main{margin-bottom:56px}main p{font-size:1rem!important}.blog_hero{aspect-ratio:auto;height:auto;min-height:420px}.blog_hero__container{padding:96px 14px 32px}.blog_hero__container h1{margin:32px 0 0}}@media (max-width:480px){.blog_hero{min-height:380px}.blog_hero__container{padding-inline:12px}}
