/* Anonymous / General Item: price-focused tile with no name or image. */
.shop-design .product.anonymous{display:flex;flex-direction:column;min-height:100%;padding-bottom:16px}
.shop-design .product.anonymous .product-title{flex:1;display:flex;align-items:center;justify-content:center;padding:28px 18px 12px;min-height:140px;background:#f0efe8}
.shop-design .product.anonymous .product-price-hero{font-size:clamp(1.8rem,4vw,2.35rem);font-weight:800;letter-spacing:-.05em;color:#24302b;line-height:1}
.shop-design .product.anonymous .product-bottom{margin-top:auto;padding-top:4px;justify-content:flex-end}
.shop-design .product.anonymous .product-art,.shop-design .product.anonymous h3,.shop-design .product.anonymous .product-category,.shop-design .product.anonymous .description{display:none}
@media(max-width:620px){.shop-design .product.anonymous .product-title{min-height:110px;padding:20px 12px 10px}.shop-design .product.anonymous .product-price-hero{font-size:1.55rem}}
