.products-page{padding-bottom:72px}.product-grid-modern{gap:22px}.product-card-modern{display:flex;flex-direction:column;overflow:hidden;border:1px solid #dbe8e7;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(10,65,69,.09);transition:transform .18s ease,box-shadow .18s ease}.product-card-modern:hover{transform:translateY(-5px);box-shadow:0 16px 28px rgba(10,65,69,.15)}.product-card-modern .product-image{height:235px;background:#edf7f6}.product-card-modern .product-image img{width:100%;height:100%;object-fit:cover}.product-card-modern .product-info{min-height:148px;padding:18px 19px}.product-card-modern .product-info small{display:block;margin-bottom:9px;font-weight:800;letter-spacing:.05em;color:#087c77}.product-card-modern h3{margin:0 0 14px;font-size:18px;line-height:1.3}.product-card-modern h3 a{color:#103f47;text-decoration:none}.detail-link{font-weight:700;color:#087c77;text-decoration:none}.detail-link span{font-size:18px}.product-card-modern .product-bottom{display:flex;flex:1;flex-direction:column;justify-content:flex-end;padding:16px 19px 19px;border-top:1px solid #e5efee}.card-price{display:flex;flex-direction:column;justify-content:flex-end;min-height:58px;margin-bottom:12px}.card-price del{display:block;margin-bottom:3px;color:#819493;font-size:13px}.card-price strong{font-size:22px;color:#103f47}.card-cart-form{display:grid;gap:10px}.quantity-control{display:grid;grid-template-columns:42px 1fr 42px;height:41px;border:1px solid #b9d0ce;border-radius:10px;overflow:hidden}.quantity-control button{border:0;background:#eff7f6;color:#0a676c;font-size:21px;cursor:pointer}.quantity-control button:hover{background:#d9eeeb}.quantity-control input{width:100%;min-width:0;border:0;border-left:1px solid #b9d0ce;border-right:1px solid #b9d0ce;text-align:center;font-weight:800;font-size:16px;color:#103f47}.product-card-modern .add{width:100%;border:0;border-radius:10px;padding:12px;background:#0b9ed7;font-weight:800;cursor:pointer}.product-card-modern .add:hover{background:#087fb2}.product-card-modern .sold-out{margin-top:51px;background:#aeb8bd;color:#fff;cursor:not-allowed}.shop-toast{position:fixed;z-index:50;right:24px;top:22px;padding:14px 18px;border-radius:12px;background:#0c766d;color:#fff;font-weight:700;box-shadow:0 12px 28px rgba(0,0,0,.18)}.product-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:24px}.product-modal.is-open{display:flex}.product-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(19,37,42,.63);cursor:pointer}.product-modal-card{position:relative;z-index:1;width:min(980px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:22px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.35)}.modal-close{position:absolute;z-index:2;right:16px;top:14px;width:40px;height:40px;border:0;border-radius:50%;background:#edf5f4;color:#11454b;font-size:27px;line-height:1;cursor:pointer}.modal-product{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,1fr);gap:34px;padding:32px}.modal-image{width:100%;height:440px;object-fit:cover;border-radius:16px;background:#edf7f6}.modal-category{margin:6px 0 10px;color:#087c77;font-weight:800;letter-spacing:.08em;font-size:13px}.modal-product h2{margin:0 45px 12px 0;color:#103f47;font-size:33px;line-height:1.15}.modal-stock{display:inline-block;margin:0 0 16px;padding:7px 11px;border-radius:999px;background:#e4f8eb;color:#087846;font-weight:800}.modal-stock.out{background:#ffe7e4;color:#b5302c}.modal-price{margin:0 0 18px;color:#103f47;font-size:29px;font-weight:800}.modal-price del{display:block;margin-bottom:5px;color:#819493;font-size:16px;font-weight:600}.modal-description{color:#4b6265;line-height:1.7}.modal-cart-form{margin-top:24px;display:grid;grid-template-columns:180px 1fr;gap:12px;align-items:center}.modal-cart-form .add{border:0;border-radius:10px;padding:12px;background:#0b9ed7;font-weight:800;cursor:pointer}.modal-cart-form .add:hover{background:#087fb2}.modal-sold-out{border:0;border-radius:10px;padding:12px;background:#aeb8bd;color:#fff}@media(max-width:700px){.product-modal{padding:12px}.product-modal-card{max-height:calc(100vh - 24px)}.modal-product{grid-template-columns:1fr;gap:18px;padding:20px}.modal-image{height:280px}.modal-product h2{font-size:26px}.modal-cart-form{grid-template-columns:1fr}.shop-toast{right:14px;left:14px;top:14px;text-align:center}.product-card-modern .product-image{height:205px}}

/* NASIP AV — koyu yesil urun kartlari */
.products-page .product-grid-modern{gap:26px}
.products-page .product-card-modern{position:relative;border:1px solid rgba(15,68,53,.14);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(8,47,37,.08);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.products-page .product-card-modern:hover{transform:translateY(-7px);border-color:rgba(20,112,82,.34);box-shadow:0 22px 48px rgba(8,47,37,.16)}
.products-page .product-card-modern .product-image{height:242px;margin:10px 10px 0;border-radius:16px;overflow:hidden;background:#f1f5f1}
.products-page .product-card-modern .product-image img{transition:transform .45s ease}
.products-page .product-card-modern:hover .product-image img{transform:scale(1.035)}
.products-page .product-card-modern .stock{left:22px;top:22px;border:1px solid rgba(255,255,255,.35);background:#0d684c;color:#fff;box-shadow:0 7px 18px rgba(7,54,40,.22)}
.products-page .product-card-modern .stock.out{background:#77382f}
.products-page .product-card-modern .product-info{min-height:156px;padding:21px 20px 18px}
.products-page .product-card-modern .product-info small{margin-bottom:10px;color:#167253;font-size:12px;letter-spacing:.09em}
.products-page .product-card-modern h3{font-size:17px;line-height:1.38}
.products-page .product-card-modern h3 a{color:#092f26;transition:color .18s ease}
.products-page .product-card-modern h3 a:hover{color:#16805d}
.products-page .detail-link{display:inline-flex;align-items:center;gap:7px;color:#587168;font-size:13px;transition:color .18s ease,gap .18s ease}
.products-page .detail-link:hover{gap:11px;color:#0d684c}
.products-page .product-card-modern .product-bottom{padding:18px 20px 20px;border-top:1px solid #e3ebe7;background:linear-gradient(180deg,#fff 0%,#f8faf8 100%)}
.products-page .card-price{margin-bottom:13px}
.products-page .card-price del{color:#87978f}
.products-page .card-price strong{color:#082f25;font-size:25px;letter-spacing:-.02em}
.products-page .quantity-control{height:43px;border-color:#b8cec5;border-radius:11px;background:#fff}
.products-page .quantity-control button{background:#eef5f1;color:#0d684c;font-weight:800;transition:background .18s ease,color .18s ease}
.products-page .quantity-control button:hover{background:#dcece5;color:#073d2e}
.products-page .quantity-control input{border-color:#c5d7d0;background:#fff;color:#082f25}
.products-page .product-card-modern .add{min-height:44px;border-radius:11px;background:#082f25;color:#fff;letter-spacing:.04em;box-shadow:0 8px 18px rgba(8,47,37,.16);transition:background .18s ease,transform .18s ease,box-shadow .18s ease}
.products-page .product-card-modern .add:hover{background:#126b4e;transform:translateY(-1px);box-shadow:0 11px 22px rgba(8,47,37,.23)}
.products-page .product-card-modern .add:active{transform:translateY(0)}
.products-page .product-card-modern .add:disabled{background:#85948e;box-shadow:none}
@media(max-width:700px){.products-page .product-grid-modern{gap:18px}.products-page .product-card-modern{border-radius:18px}.products-page .product-card-modern .product-image{height:215px;border-radius:13px}.products-page .product-card-modern .product-info{min-height:138px;padding:17px}.products-page .product-card-modern .product-bottom{padding:16px 17px 18px}}