.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}}
