.loading-card{opacity:.7;animation:loading .8s linear infinite alternate}@keyframes loading{0%{background-color:hsl(0,0%,68%)}100%{background-color:hsl(200,20%,85%)}}.upsell-cart{display:block;opacity:0;transform:translateX(100%);transition:.6s;width:250px;position:absolute;height:100vh;top:0;z-index:99;background:var(--bg-color--body);right:400px;overflow-y:scroll;scrollbar-width:none;will-change:transform;padding:20px 25px}.upsell-cart upsell-cart{width:100%;display:block;padding:0}.upsell-cart .upsell-cart__header .upsell-cart__title{width:100%;margin:10px 0 30px;text-align:center;font-size:20px}.upsell-cart .upsell-cart__loading{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;min-height:100vh}.upsell-cart .upsell-cart__loading.hidden{display:none}.upsell-cart .upsell-cart__loading .upsell-cart__item-loading{width:100%;margin-bottom:20px}.upsell-cart .upsell-cart__loading .upsell-cart__item-loading .upsell-cart__item-image{width:100%;border-radius:3px;height:auto;aspect-ratio:9/10;margin-bottom:15px}.upsell-cart .upsell-cart__loading .upsell-cart__item-loading .upsell-cart__item-title .placeholder{width:100%;height:20px;margin:5px 0;border-radius:3px}.upsell-cart .upsell-cart__loading .upsell-cart__item-loading .upsell-cart__item-title .placeholder:nth-child(3){margin-top:10px}.upsell-cart .upsell-cart__loading .upsell-cart__item-loading .upsell-cart__item-title .placeholder.small{height:15px}.upsell-cart .upsell-cart__items.hidden{display:none}.upsell-cart .upsell-cart__items product-card.product-card-v2{margin-bottom:25px}.upsell-cart .upsell-cart__items product-card.product-card-v2 .product-card--image{aspect-ratio:9/10}.upsell-cart .upsell-cart__items product-card.product-card-v2 .product-card--details .product-card--details-wrapper .product--title{margin-bottom:0}.upsell-cart .upsell-cart__items product-card.product-card-v2 .product-card--details .product-card--details-wrapper .product--title:nth-last-child(2){margin-bottom:-2px}.upsell-cart .upsell-cart__items product-card.product-card-v2:last-child{margin-bottom:0}.upsell-cart .upsell-cart__items product-card.product-card-v2 product-quick-add-v2 .quick-add__option .quick-add__option__values{gap:7px}.upsell-cart .upsell-cart__items product-card.product-card-v2 product-quick-add-v2 .quick-add__option .quick-add__option__values label.quick-add__option__value{min-width:30px;padding:1px}div[data-drawer-status=opened][data-drawer-view=cart-drawer] .upsell-cart{opacity:1;transform:translateX(0)}div[data-drawer-status=closing] .upsell-cart{transition:.2s}@media(max-width: 1024px){.upsell-cart{display:none}}