/* z.shop unified product-card system v1
   Canonical card layer shared by catalogue/search and PDP related products. */
.zs-store-product-card{background:#fffaf3;border:1px solid var(--z20-line,#eadfce);border-radius:23px;overflow:hidden;min-width:0;display:flex;flex-direction:column;height:100%;box-shadow:0 12px 36px rgba(22,47,38,.045);transition:transform .2s ease,box-shadow .2s ease;color:var(--z20-ink,#15251f)}
.zs-store-product-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(22,47,38,.085)}
.zs-store-product-card a{text-decoration:none;color:inherit}
.zs-store-product-card .z20-media{position:relative;aspect-ratio:1/1;background:linear-gradient(145deg,#faf3e7,#fff);overflow:hidden;flex:0 0 auto}
.zs-store-product-card .z20-media>a{display:block;width:100%;height:100%}
.zs-store-product-card .z20-media img{width:100%;height:100%;object-fit:contain;padding:12px;display:block}
.zs-store-product-card .z20-wish{position:absolute;top:10px;left:10px;width:37px;height:37px;border:1px solid #d9e8e2;background:rgba(255,255,255,.94);border-radius:50%;display:grid;place-items:center;color:var(--z20-green,#064c3a);font-size:18px;z-index:2;padding:0}
.zs-store-product-card .z20-wish.is-active{background:var(--z20-green,#064c3a);color:#fff}
.zs-store-product-card .z20-discount,.zs-store-product-card .z20-unavailable{position:absolute;top:10px;right:10px;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:950;z-index:2}
.zs-store-product-card .z20-discount{background:var(--z20-red,#f05662);color:#fff}
.zs-store-product-card .z20-unavailable{background:#5e6864;color:#fff}
.zs-store-product-card .z20-body{padding:14px;display:flex;flex-direction:column;flex:1;min-width:0}
.zs-store-product-card .z20-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:8.5px;color:#9aa09d;min-height:16px}
.zs-store-product-card .z20-meta b{color:#c9922c;display:flex;align-items:center;gap:3px}
.zs-store-product-card h2,.zs-store-product-card h3,.zs-store-product-card h4{font-size:12.5px;line-height:1.85;margin:8px 0 4px;font-weight:950;min-height:47px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.zs-store-product-card p{font-size:9px;line-height:1.8;color:#7b837f;margin:0;min-height:49px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.zs-store-product-card .z20-price{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:auto;padding-top:12px;min-height:39px}
.zs-store-product-card .z20-price>div{display:flex;align-items:baseline;gap:4px}
.zs-store-product-card .z20-price strong{font-size:18px;color:var(--z20-green,#064c3a)}
.zs-store-product-card .z20-price small{font-size:8px}
.zs-store-product-card .z20-price del{font-size:8px;color:#a7aaa8}
.zs-store-product-card .z20-buy-form{margin:0}
.zs-store-product-card .z20-buy{width:100%;min-height:46px;height:46px;margin-top:12px;border:0;border-radius:14px;background:var(--z20-green,#064c3a);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:950;font-size:11px;padding:0 8px;text-align:center;cursor:pointer}
.zs-store-product-card .z20-buy i{font-size:16px;flex:0 0 auto}
.zs-store-product-card .z20-unavailable-cta{background:#d8ddda;color:#68716d;cursor:not-allowed;box-shadow:none}

/* Related products use the exact same card component; only the surrounding grid differs. */
.z24-related-grid{align-items:stretch}
.z24-related-grid>.zs-store-product-card{width:100%}

@media(max-width:767px){
  .zs-store-product-card{border-radius:18px}
  .zs-store-product-card:hover{transform:none}
  .zs-store-product-card .z20-media img{padding:7px}
  .zs-store-product-card .z20-wish{width:31px;height:31px;top:7px;left:7px;font-size:14px}
  .zs-store-product-card .z20-discount,.zs-store-product-card .z20-unavailable{top:7px;right:7px;padding:4px 7px;font-size:8px}
  .zs-store-product-card .z20-body{padding:9px}
  .zs-store-product-card .z20-meta{font-size:7px}
  .zs-store-product-card h2,.zs-store-product-card h3,.zs-store-product-card h4{font-size:10px;line-height:1.75;min-height:36px;margin:6px 0 2px}
  .zs-store-product-card p{font-size:7.5px;line-height:1.65;min-height:37px;-webkit-line-clamp:3}
  .zs-store-product-card .z20-price{padding-top:8px;min-height:31px}
  .zs-store-product-card .z20-price strong{font-size:12.5px}
  .zs-store-product-card .z20-price small,.zs-store-product-card .z20-price del{font-size:7px}
  .zs-store-product-card .z20-buy{height:38px;min-height:38px;margin-top:8px;border-radius:11px;font-size:8.5px;gap:5px}
  .zs-store-product-card .z20-buy i{font-size:13px}
}
@media(max-width:380px){
  .zs-store-product-card h2,.zs-store-product-card h3,.zs-store-product-card h4{font-size:9.3px}
  .zs-store-product-card .z20-buy span{font-size:7.8px}
}
