.custom-grid{display:grid;gap:18px;grid-template-columns:repeat(3,1fr);margin-top:18px}.product-block{background:#fff;border:1px solid #eee;padding:12px;border-radius:8px;cursor:pointer;transition:box-shadow .12s ease,transform .12s ease;display:flex;flex-direction:column;align-items:stretch}.product-block:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-3px)}.product-block__media{height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:6px;margin-bottom:10px}.product-block__media img{width:100%;height:100%;object-fit:cover;display:block}.product-block__title{font-size:16px;margin:0 0 6px}.product-block__price{color:#222;font-weight:600}.product-block--empty{min-height:150px;display:flex;align-items:center;justify-content:center;text-align:center;color:#888}@media (max-width: 980px){.custom-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.custom-grid{grid-template-columns:1fr}}.custom-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:2000;align-items:center;justify-content:center;padding:20px}.custom-modal.is-open{display:flex}.custom-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.custom-modal__panel{position:relative;background:#fff;max-width:980px;width:100%;border-radius:10px;overflow:hidden;box-shadow:0 20px 60px #00000059}.custom-modal__close{position:absolute;right:12px;top:8px;background:transparent;border:0;font-size:26px;line-height:1;color:#333;cursor:pointer}.custom-modal__content{display:flex;gap:20px;padding:20px}.custom-modal__left{flex:1 1 45%;display:flex;align-items:center;justify-content:center}.custom-modal__left img{width:100%;max-height:420px;object-fit:contain;border-radius:6px}.custom-modal__right{flex:1 1 55%;padding:6px 4px}.custom-modal__right h3{margin-top:0;margin-bottom:8px}#modal-product-desc{margin-bottom:12px;color:#555;max-height:160px;overflow:auto}.modal-form .qty input{width:72px;margin-left:8px;padding:6px}.btn{display:inline-block;padding:10px 16px;border-radius:6px;background:#0a0a0a;color:#fff;border:0;cursor:pointer;font-weight:600;margin-top:12px}.btn[disabled]{opacity:.5;cursor:not-allowed}.modal-msg{margin-top:10px;color:#0a0a0a}@media (max-width:720px){.custom-modal__content{flex-direction:column}.custom-modal__left img{max-height:300px}.custom-modal__panel{max-width:96%}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/grid-custom.css.map */
