.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:250px;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:250px;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:225px;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 4px;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-product-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px;margin:13px 0 0;color:#182235;font-size:15px;font-weight:750;line-height:1.45}.hk-product-card__price span{color:#182235}.hk-product-card__price strong{color:#16a34a;font-size:20px;font-weight:900}
.hk-product-card__offer{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:9px 0 0;color:#182235;font-size:15px;font-weight:750;line-height:1.45}.hk-product-card__offer strong{display:inline-block;padding:3px 8px;color:#dc2626;background:#edf9e9;border-radius:6px;font-weight:850;animation:hk-offer-pulse 2.2s ease-in-out infinite}
.hk-buy-button{position:relative;z-index:2;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-product-card__full-link{position:absolute;inset:0;z-index:1;border-radius:inherit}.hk-inline-products{margin:38px 0}
@keyframes hk-offer-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}
@media(max-width:760px){.hk-product-grid{gap:14px}.hk-product-card{grid-template-columns:160px minmax(0,1fr);min-height:205px;border-radius:14px}.hk-product-card__image{min-height:205px;padding:15px}.hk-product-card__image img,.hk-product-placeholder{max-height:180px}.hk-product-card__body{padding:17px 18px}.hk-product-card h3.hk-product-card__title{font-size:21px}.hk-product-card__price{margin-top:10px;font-size:14px}.hk-product-card__price strong{font-size:18px}.hk-product-card__offer{margin-top:7px;font-size:14px}.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:176px;border-radius:12px}.hk-product-card__image{min-height:176px;padding:10px;border-right-color:#e4eaf2}.hk-product-card__image img,.hk-product-placeholder{max-height:150px}.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-product-card__price{gap:3px;margin-top:8px;font-size:12px;line-height:1.35}.hk-product-card__price strong{font-size:16px}.hk-product-card__offer{display:block;margin-top:6px;font-size:12px;line-height:1.4}.hk-product-card__offer strong{margin-top:4px;padding:2px 6px;font-size:11px}.hk-buy-button{min-height:39px;margin-top:9px;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-product-card__offer strong,.hk-buy-button{animation:none;transition:none}}
