/* Presentation-only storefront: compact drawer, no checkout journey. */
.pet-product-image{background-image:url('images/shop-pet-essentials.webp');background-size:300% 200%}
.cart-dialog[open]{animation:cart-enter .38s cubic-bezier(.2,.75,.25,1) both}
.cart-dialog[open]::backdrop{animation:cart-shade .3s ease both}
.checkout-placeholder:disabled{opacity:1;background:#e3e9dd;color:#718267;border-color:#d9e1d1;transform:none}
.cart-demo{font-size:12px}
.cart-heading h2{font-size:30px}
.cart-item h3{font-size:15px}
.product-name{font-family:inherit;margin-bottom:0;cursor:default}
.product-name:hover{text-decoration:none}
.product-photo-button{cursor:default}
.cart-bottom .text-button{font-size:14px;padding:15px}
@keyframes cart-enter{from{transform:translateX(100%)}to{transform:translateX(0)}}
@keyframes cart-shade{from{opacity:0}to{opacity:1}}
@media(prefers-reduced-motion:reduce){.cart-dialog[open],.cart-dialog[open]::backdrop{animation:none}}
