/* Rotating product art is deliberately limited to opacity and transforms for smooth, low-cost motion. */
.hero-art{isolation:isolate}.hero-product-art{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}.hero-product-art__image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;opacity:0;will-change:opacity,transform;animation:azap-hero-product-cycle 20s ease-in-out infinite}.hero-product-art__image--burger{animation-delay:0s}.hero-product-art__image--grocery-cart{animation-delay:10s}.hero-art .floating-card{z-index:1}.hero-art .delivery-card{left:4%;bottom:55px}.hero-art .rating-card{right:5px;top:76px}@keyframes azap-hero-product-cycle{0%{opacity:0;transform:scale(.91) translate3d(-4%,3%,0)}8%{opacity:1}42%{opacity:1;transform:scale(1.06) translate3d(3%,-2%,0)}50%{opacity:0;transform:scale(1.1) translate3d(5%,-3%,0)}100%{opacity:0;transform:scale(1.1) translate3d(5%,-3%,0)}}.home-basket-button{display:grid!important;grid-template-columns:22px auto;place-items:center;gap:6px;min-width:58px;min-height:48px;padding:10px 11px!important;border-radius:11px!important;background:rgba(8,127,105,.67)!important;backdrop-filter:blur(9px) saturate(1.12);-webkit-backdrop-filter:blur(9px) saturate(1.12)}.home-basket-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.home-basket-button b{margin:0}@media(max-width:780px){.hero-art{height:250px;margin-top:5px}.hero-product-art__image{object-position:center 48%;transform-origin:center}.hero-art .delivery-card{left:4px;bottom:4px}.hero-art .rating-card{right:1px;top:18px}.home-basket-button{min-width:50px;min-height:45px;padding:9px!important}.home-basket-button svg{width:19px;height:19px}}@media(prefers-reduced-motion:reduce){.hero-product-art__image{animation:none}.hero-product-art__image--burger{opacity:1;transform:none}}
