.hk-product-grid{display:grid;grid-template-columns:1fr;gap:18px;width:100%}.hk-product-card{position:relative;display:grid;grid-template-columns:minmax(210px,32%) minmax(0,1fr);min-width:0;min-height:220px;overflow:hidden;background:#fff;border:1px solid #d5e1ee;border-radius:16px;box-shadow:0 10px 30px rgba(15,42,82,.06);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.hk-product-card:hover{transform:translateY(-2px);border-color:#b9cce1;box-shadow:0 16px 38px rgba(15,42,82,.1)}.hk-product-card__image{display:grid;min-width:0;height:100%;min-height:220px;padding:20px;place-items:center;overflow:hidden;background:#f7f9fc;border-right:1px solid #e0e8f1}.hk-product-card__image img,.hk-product-placeholder{display:block;width:100%;height:100%;max-height:200px;object-fit:contain;transition:transform .25s ease}.hk-product-card:hover .hk-product-card__image img{transform:scale(1.025)}.hk-product-placeholder{background:linear-gradient(135deg,#eef3f9,#fafcff)}.hk-product-card__body{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:24px 28px;text-align:left}.hk-product-card__molecule{margin:0 0 5px;color:#405574;font-size:12px;font-weight:850;letter-spacing:.035em;line-height:1.35;text-transform:uppercase}.hk-product-card h3.hk-product-card__title{margin:0;color:var(--hk-navy);font-size:clamp(22px,2.3vw,29px);font-weight:850;letter-spacing:-.025em;line-height:1.2;text-align:left}.hk-buy-button{display:flex;width:100%;min-height:46px;align-items:center;justify-content:center;margin:16px 0 0;padding:10px 16px;color:#fff!important;background:var(--hk-navy);border:1px solid var(--hk-navy);border-radius:9px;box-shadow:0 7px 17px rgba(23,59,114,.14);font-size:15px;font-weight:850;line-height:1.25;text-align:center;text-decoration:none!important;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.hk-buy-button:hover,.hk-buy-button:focus-visible{color:#fff!important;background:var(--hk-navy-deep);border-color:var(--hk-navy-deep);transform:translateY(-1px);box-shadow:0 10px 22px rgba(15,42,82,.2)}.hk-inline-products{margin:38px 0}@media(max-width:760px){.hk-product-grid{gap:14px}.hk-product-card{grid-template-columns:160px minmax(0,1fr);min-height:190px;border-radius:14px}.hk-product-card__image{min-height:190px;padding:15px}.hk-product-card__image img,.hk-product-placeholder{max-height:165px}.hk-product-card__body{padding:17px 18px}.hk-product-card h3.hk-product-card__title{font-size:21px}.hk-buy-button{min-height:43px;margin-top:12px;font-size:14px}}@media(max-width:520px){.hk-product-grid{gap:12px}.hk-product-card{grid-template-columns:112px minmax(0,1fr);min-height:158px;border-radius:12px}.hk-product-card__image{min-height:158px;padding:10px;border-right-color:#e4eaf2}.hk-product-card__image img,.hk-product-placeholder{max-height:135px}.hk-product-card__body{padding:12px 12px 12px 13px}.hk-product-card__molecule{margin-bottom:3px;font-size:9.5px;letter-spacing:.02em}.hk-product-card h3.hk-product-card__title{font-size:17px;line-height:1.2}.hk-buy-button{min-height:39px;margin-top:10px;padding:8px 7px;border-radius:7px;font-size:12px;line-height:1.15}.hk-inline-products{margin:28px 0}}@media(max-width:360px){.hk-product-card{grid-template-columns:100px minmax(0,1fr)}.hk-product-card__image{padding:8px}.hk-product-card__body{padding-inline:10px}.hk-product-card h3.hk-product-card__title{font-size:16px}.hk-buy-button{font-size:11.5px}}@media(prefers-reduced-motion:reduce){.hk-product-card,.hk-product-card__image img,.hk-buy-button{transition:none}}
