.product{width:100%;background:white;border-radius:12px;padding:20px;min-height:420px;box-shadow:0 2px 10px rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;transition:box-shadow .2s ease;position:relative}.product:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.product__top{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px}.product__badge{background-color:#ffc220;color:#000;font-size:12px;padding:4px 10px;border-radius:6px;font-weight:600}.product__heart{font-size:20px;cursor:pointer;user-select:none;color:#444;transition:color .2s ease}.product__heart:hover{color:red}.product img{max-height:150px;object-fit:contain;margin-bottom:10px}.product__title{font-size:15px;font-weight:600;color:#111827;margin:8px 0}.product__price{margin:4px 0}.product__price--now{color:#16a34a;font-weight:700;font-size:16px}.product__price--old{text-decoration:line-through;color:#999;font-size:14px;margin-left:6px}.product__rating{display:flex;justify-content:center;color:#facc15;margin:6px 0}.product__button{background:#2563eb;color:white;padding:10px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:14px;width:100%;transition:background .2s ease}.product__button:hover{background:#1d4ed8}.popover_trigger{position:relative;display:flex;justify-content:center;width:100%;margin-top:12px}.badge-wrapper{position:relative;display:inline-block}.eco_image{width:28px;height:28px;cursor:pointer}.popover_content{position:absolute;bottom:120%;left:50%;transform:translateX(-50%);width:280px;background:white;padding:16px;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.15);display:none;z-index:10}.badge-wrapper:hover .popover_content{display:block}.badge_title{font-weight:700;font-size:16px;margin-bottom:6px}.badge_subtitle{font-size:12px;color:#666;margin-bottom:10px}.badge_metrics{font-size:12px;color:#222}.bar{background-color:#eee;display:inline-block;width:60%;height:8px;margin:0 8px;vertical-align:middle}.bar,.fill{border-radius:6px}.fill{display:block;height:100%;background-color:#1e8b29}.fill.light{background-color:#88d48f}.certs{display:flex;justify-content:space-between;margin-top:10px}.certs img{width:40px;height:40px;object-fit:contain}.deals-wrapper{padding:20px 40px;background:#f1f5f9;font-family:Segoe UI,sans-serif}.ads-layout{display:grid;grid-template-columns:1fr 2fr 1fr;gap:20px;margin-bottom:50px;align-items:stretch}.ad-stack{display:flex;flex-direction:column;gap:20px}.ad-card{height:180px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.ad-banner,.ad-card{background:white;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0}.ad-banner{height:360px;box-shadow:0 2px 8px rgba(0,0,0,.07)}.ad-banner img,.ad-card img{width:100%;height:100%;object-fit:cover;border-radius:12px}.mid-banner{margin:30px 0;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05)}.mid-banner,.mid-banner img{width:100%;border-radius:12px}.mid-banner img{height:auto;display:block;object-fit:cover}.product-header{font-size:26px;font-weight:700;margin:20px 0;color:#111827}.products-row{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:30px}