.toast-container{z-index:100;flex-direction:column;gap:.5rem;display:flex;position:fixed;top:1rem;right:1rem}@keyframes toast-in{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-1rem)}}.toast-enter{animation:.3s ease-out forwards toast-in}.toast-exit{animation:.3s ease-in forwards toast-out}
.product-image-container,.product-image-wrapper{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.h-16.w-auto{contain:size;width:64px!important;height:64px!important}.product-image{object-fit:contain}.skeleton{background:linear-gradient(90deg,#f3f1ec 25%,#e9e6df 50%,#f3f1ec 75%) 0 0/200% 100%;animation:1.5s infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}}.product-action{justify-content:center;align-items:center;min-height:2.5rem;display:flex}
