.product-grid > .grid__item{display:flex}
.product-grid > .grid__item > product-component{display:block;width:100%;height:100%}
.f24-product-card{position:relative;height:100%;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.f24-product-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,0,0,.11);border-color:rgba(227,6,19,.25)}
.f24-product-card__media{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:#fff;text-decoration:none}
.f24-product-card__media img{width:100%;height:100%;display:block;object-fit:contain;object-position:center center;padding:4px;transition:opacity .2s ease,transform .22s ease}
.f24-product-card:hover .f24-product-card__media img{transform:scale(1.025)}
.f24-product-card__secondary{position:absolute;inset:0;opacity:0}.f24-product-card:hover .f24-product-card__secondary{opacity:1}
.f24-product-card__badge{position:absolute;top:12px;left:12px;z-index:3;padding:7px 10px 6px;border-radius:999px;color:#fff;font-size:11px;line-height:1;font-weight:1000;text-transform:uppercase;letter-spacing:.03em}.f24-product-card__badge--sale{background:#e30613}.f24-product-card__badge--soldout{background:#111}
.f24-product-card__media:focus-visible,.f24-product-card__button:focus-visible,.f24-product-card__title a:focus-visible{outline:3px solid #e30613;outline-offset:3px}
.f24-product-card__content{flex:1 1 auto;padding:14px 14px 16px;display:flex;flex-direction:column;gap:9px}.f24-product-card__vendor{color:#777;font-size:11px;line-height:1;font-weight:850;text-transform:uppercase;letter-spacing:.03em}.f24-product-card__title{height:53px;min-height:53px;max-height:53px;margin:0;color:#111;font-size:14px;line-height:1.25;font-weight:850;overflow:hidden}.f24-product-card__title a{color:inherit;text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;overflow-wrap:break-word}.f24-product-card__rating{height:18px;min-height:18px;display:flex;align-items:center;gap:6px;color:#f5a400;font-size:12px;letter-spacing:.03em}
.f24-product-card__price{margin-top:auto}.f24-product-card__price .price{font-weight:1000}.f24-product-card__price .price-item--sale,.f24-product-card__price .price-item--regular{color:#e30613;font-size:17px;font-weight:1000}
.f24-product-card__delivery{min-height:30px;display:flex;align-items:flex-start;gap:6px;color:#148a3d;font-size:12px;line-height:1.25;font-weight:850}.f24-product-card__delivery span{width:8px;height:8px;margin-top:3px;display:block;flex:0 0 8px;border-radius:999px;background:#148a3d}.f24-product-card__delivery--supplier{color:#a96800}.f24-product-card__delivery--supplier span{background:#e59a18}.f24-product-card__delivery--unavailable{color:#777}.f24-product-card__delivery--unavailable span{background:#999}
.f24-product-card__button{margin-top:3px;min-height:42px;display:grid;place-items:center;border:0;border-radius:8px;background:#111;color:#fff;text-decoration:none;font-size:13px;line-height:1;font-weight:1000;text-transform:uppercase;cursor:pointer;transition:background .18s ease}.f24-product-card__button::before,.f24-product-card__button::after{box-shadow:none!important}.f24-product-card__button:hover{background:#e30613;color:#fff}.f24-product-card__button[disabled]{opacity:.55;cursor:not-allowed}.f24-product-card .quick-add{margin:0}.f24-product-card .quick-add__submit{min-width:0;box-sizing:border-box}.f24-product-card .loading__spinner{width:18px}
@media screen and (max-width:749px){.f24-product-card__content{padding:12px 12px 14px}.f24-product-card__title{height:49px;min-height:49px;max-height:49px;font-size:13px}.f24-product-card__button{min-height:46px;font-size:12px}}@media (prefers-reduced-motion:reduce){.f24-product-card,.f24-product-card__media img{transition:none}.f24-product-card:hover{transform:none}.f24-product-card:hover .f24-product-card__media img{transform:none}}
