.eco-product-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.eco-product-fields label{font-weight:700}.eco-product-fields input,.eco-product-fields textarea,.eco-product-fields select{display:block;width:100%;margin-top:5px}.eco-product-fields .wide{grid-column:1/-1}.eco-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.eco-product-card{background:#fff;color:#173b2e;border-radius:10px;overflow:hidden}.eco-product-image{height:240px;display:block;position:relative;background:#e4f1d1}.eco-product-image img{width:100%;height:100%;object-fit:cover}.eco-product-image>span{display:grid;place-items:center;height:100%;color:#7b8c84}.eco-product-image small{position:absolute;top:14px;left:14px;background:#fff;padding:6px 9px;font-weight:800}.eco-product-card>div{padding:18px}.eco-product-card h3{margin:0;font-size:20px}.eco-product-card p{color:#71827a;font-size:13px;min-height:42px}.eco-product-price{display:block;font-size:19px;color:#9b5907}.eco-stock{display:block;font-size:12px;margin:5px 0 13px}.eco-add-cart,.eco-checkout-link,.eco-checkout-page button{display:block;width:100%;border:0;background:var(--ecoinfaq-primary,#87cf2d);padding:12px;font-weight:800;text-align:center;cursor:pointer}.eco-add-cart:disabled{opacity:.45}.eco-product-detail{max-width:1180px;margin:50px auto;display:grid;grid-template-columns:1fr 1fr;gap:55px;padding:0 6%}.eco-product-detail img{max-width:100%;height:auto}.eco-product-detail .eco-add-cart{max-width:300px;margin:20px 0}.eco-detail-price{font-size:30px;color:#9b5907}.eco-product-description,.eco-cart-page,.eco-checkout-page,.eco-order-page{max-width:1100px;margin:50px auto;padding:35px;background:#fff}.eco-cart-row{display:grid;grid-template-columns:60px 1fr 34px 25px 34px 120px;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #e3ebe5}.eco-cart-row img{width:55px;height:55px;object-fit:cover}.eco-cart-row small{display:block}.eco-cart-row button{border:0;padding:7px}.eco-cart-summary{display:flex;justify-content:space-between;padding:20px 0;font-size:20px}.eco-checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}.eco-checkout-grid label{display:block;margin-bottom:13px;font-weight:700}.eco-checkout-grid input,.eco-checkout-grid textarea,.eco-checkout-grid select{display:block;width:100%;padding:11px;margin-top:5px}.eco-order-page p{display:flex;justify-content:space-between;border-bottom:1px solid #e6ece7;padding:10px}.eco-bank{background:#eff7e9;padding:20px}@media(max-width:900px){.eco-shop-grid{grid-template-columns:1fr 1fr}.eco-product-detail,.eco-checkout-grid{grid-template-columns:1fr}}@media(max-width:600px){.eco-shop-grid{grid-template-columns:1fr}.eco-product-fields{grid-template-columns:1fr}.eco-product-fields .wide{grid-column:auto}.eco-cart-row{grid-template-columns:45px 1fr 30px 20px 30px}.eco-cart-row>strong{grid-column:2/-1}}
