.cart-upsell{padding:1rem 0;border-top:1px solid rgba(var(--color-foreground),.08)}.cart-upsell--drawer{padding:1rem 1.5rem}.cart-upsell--drawer.cart-upsell--fixed{position:sticky;bottom:0;background:rgb(var(--color-background))}.cart-upsell--mobile-hide{display:block}@media screen and (max-width:749px){.cart-upsell--mobile-hide{display:none}.cart-upsell--mobile-collapsed .cart-upsell__content{max-height:0;overflow:hidden;transition:max-height var(--duration-default, 300ms) ease}.cart-upsell--mobile-collapsed.cart-upsell--expanded .cart-upsell__content{max-height:500px}}.cart-upsell__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.cart-upsell__title{font-size:var(--heading-xs);font-weight:600;margin:0}.cart-upsell__toggle{background:0 0;border:none;padding:.25rem;cursor:pointer;color:rgb(var(--color-foreground));transition:transform var(--duration-short, 150ms)}.cart-upsell__toggle svg{width:20px;height:20px;display:block}.cart-upsell--expanded .cart-upsell__toggle{transform:rotate(180deg)}.cart-upsell__products{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.cart-upsell__products::-webkit-scrollbar{display:none}.cart-upsell__item{display:flex;gap:.75rem;align-items:center;min-width:200px;max-width:250px;flex-shrink:0;scroll-snap-align:start;padding:.5rem;border-radius:var(--border-radius,4px);background:rgba(var(--color-foreground),.02);transition:background-color var(--duration-short, 150ms)}.cart-upsell__item:hover{background:rgba(var(--color-foreground),.05)}.cart-upsell__image{width:60px;height:60px;flex-shrink:0;border-radius:var(--border-radius,4px);overflow:hidden;background:rgba(var(--color-foreground),.05)}.cart-upsell__image img{width:100%;height:100%;object-fit:cover}.cart-upsell__info{flex:1;min-width:0}.cart-upsell__product-title{font-size:var(--text-sm);font-weight:500;margin:0 0 .2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-upsell__price{font-size:var(--text-xs);color:rgba(var(--color-foreground),.7);margin:0}.cart-upsell__add{flex-shrink:0;padding:.4rem .8rem;font-size:var(--text-xs);min-width:auto}.cart-upsell__add.loading{pointer-events:none;opacity:.7}.cart-upsell__item--skeleton{pointer-events:none}.cart-upsell__item--skeleton .cart-upsell__image,.cart-upsell__item--skeleton .skeleton{animation:1.5s ease-in-out infinite skeleton-pulse}.skeleton{background:rgba(var(--color-foreground),.1);border-radius:4px}.skeleton--text{height:1em;width:80%;margin-bottom:.3rem}.skeleton--short{width:50%}@keyframes skeleton-pulse{0%,100%{opacity:1}50%{opacity:.5}}.cart-page .cart-upsell{margin-top:2rem;padding:1.5rem;border:1px solid rgba(var(--color-foreground),.08);border-radius:var(--border-radius,4px)}.cart-page .cart-upsell__products{flex-wrap:wrap}.cart-page .cart-upsell__item{min-width:calc(50% - .5rem);max-width:none}@media screen and (min-width:750px){.cart-page .cart-upsell__item{min-width:calc(33.333% - .5rem)}}@media screen and (max-width:749px){.cart-upsell--drawer{padding:.75rem 1rem}.cart-upsell__item{min-width:180px;max-width:200px}.cart-upsell__image{width:50px;height:50px}.cart-upsell__add{padding:.3rem .6rem}}