/* Product Edition: fashion-store catalog cards */
body.storefront-product .fashion-product-card{
  border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;
  overflow:visible!important;cursor:pointer!important;transition:transform .18s ease!important;
}
body.storefront-product .fashion-product-card:hover{transform:translateY(-2px)!important;box-shadow:none!important;border-color:transparent!important}
body.storefront-product .fashion-product-card .item-summary{display:block!important;min-height:0!important;background:transparent!important}
body.storefront-product .fashion-product-card .item-summary-title{display:block!important;height:auto!important;min-height:0!important}
body.storefront-product .fashion-product-card .item-image{
  width:100%!important;height:auto!important;aspect-ratio:4/5!important;display:block!important;padding:0!important;
  border:0!important;border-radius:0!important;object-fit:contain!important;object-position:center!important;background:#f7f7f5!important;
  transition:transform .28s ease,opacity .2s ease!important;
}
body.storefront-product .fashion-product-card:hover .item-image{transform:scale(1.012)!important}
body.storefront-product .fashion-product-card:not(:has(.item-image)) .item-summary::before{
  content:""!important;width:100%!important;aspect-ratio:4/5!important;display:block!important;border:0!important;background:#f7f7f5!important;
}
body.storefront-product .fashion-product-card .item-summary-title>div:last-child{
  width:100%!important;min-width:0!important;min-height:0!important;height:auto!important;padding:12px 10px 8px!important;
  display:block!important;background:transparent!important;
}
body.storefront-product .fashion-product-card .item-name{
  display:block!important;width:100%!important;min-width:0!important;min-height:0!important;max-height:none!important;margin:0 0 5px!important;
  padding:0!important;border-radius:0!important;color:#111!important;background:transparent!important;font-size:15px!important;font-weight:750!important;
  line-height:1.3!important;letter-spacing:-.01em!important;-webkit-line-clamp:unset!important;overflow:visible!important;
}
body.storefront-product .fashion-product-card .item-name.long-item-name{font-size:15px!important}
body.storefront-product .fashion-product-card .quick-price-line,
body.storefront-product .fashion-product-card .variation-starting-line{min-height:0!important;margin:0!important;padding:0!important;display:block!important}
body.storefront-product .fashion-product-card .quick-price-pill{font-size:14px!important;font-weight:500!important;color:#111!important;white-space:normal!important}
body.storefront-product .fashion-product-card .variation-starting-line .quick-price-pill::first-letter{font-size:inherit}
body.storefront-product .fashion-product-card .item-desc,
body.storefront-product .fashion-product-card .item-caret,
body.storefront-product .fashion-product-card .item-body,
body.storefront-product .fashion-product-card .catalog-card-view,
body.storefront-product .fashion-product-card .catalog-extra-gallery-image,
body.storefront-product .fashion-product-card .qty-controls{display:none!important}
body.storefront-product .fashion-product-card:focus-visible{outline:2px solid #111;outline-offset:5px}

@media(min-width:1181px){body.storefront-product .item-list{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px 14px!important}}
@media(min-width:901px) and (max-width:1180px){body.storefront-product .item-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px 12px!important}}
@media(max-width:900px){body.storefront-product .item-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px 8px!important}}
@media(max-width:640px){
  body.storefront-product .fashion-product-card .item-image,
  body.storefront-product .fashion-product-card:not(:has(.item-image)) .item-summary::before{aspect-ratio:4/5!important;object-fit:contain!important;padding:0!important}
  body.storefront-product .fashion-product-card .item-summary-title>div:last-child{padding:8px 3px 5px!important}
  body.storefront-product .fashion-product-card .item-name,
  body.storefront-product .fashion-product-card .item-name.long-item-name{font-size:12.5px!important;line-height:1.3!important;margin-bottom:3px!important}
  body.storefront-product .fashion-product-card .quick-price-pill{font-size:12px!important}
}
