#cart-drawer-upsell-wrapper{display:none}:root{--upsell-text-primary: #502d1e;--upsell-text-secondary: rgba(1, 0, 5, .75);--upsell-border: #eaecf0;--upsell-nav-border: #dfd3b2;--upsell-pagination: #110503;--upsell-btn-bg: #fff5ec;--upsell-btn-border: #301e0e;--upsell-btn-shadow: rgba(44, 38, 9, 1)}.cart-drawer-items-wrapper{overflow:auto;flex:1}@media(max-height:650px){.cart-drawer-items-wrapper{overflow:auto}}.cart-drawer-items-wrapper::-webkit-scrollbar{width:3px}.cart-drawer-items-wrapper::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}.cart-drawer-items-wrapper::-webkit-scrollbar-track-piece{margin-top:31px}#cart-drawer-upsell{padding:0 10px 10px}@media screen and (min-width:750px){#cart-drawer-upsell{padding:10px}}.cart-drawer-upsell-header{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:0 0 8px}@media screen and (min-width:750px){.cart-drawer-upsell-header{gap:12px;margin-bottom:12px}}.cart-drawer-upsell-title{margin:0;color:var(--upsell-text-primary);font-family:inherit;font-size:14px;font-weight:700;line-height:1.5}@media screen and (min-width:750px){.cart-drawer-upsell-title{font-size:16px;font-weight:700}}.cart-drawer-upsell-navigation{display:flex;gap:8px;align-items:center;flex:0 0 auto}.cart-drawer-upsell-nav-btn{width:24px;height:24px;padding:0;border-radius:4px;border:1px solid var(--upsell-nav-border);background:transparent;color:var(--upsell-text-secondary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.cart-drawer-upsell-nav-btn:disabled{opacity:.35;cursor:not-allowed}.cart-drawer-upsell-list{list-style:none;margin:0;padding:0}.cart-drawer-upsell-list[data-list-style-cart-drawer=scroll]{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cart-drawer-upsell-list[data-list-style-cart-drawer=scroll]::-webkit-scrollbar{display:none}.cart-drawer-upsell-list[data-list-style-cart-drawer=scroll] .cart-drawer-upsell-list-item{flex:0 0 100%;scroll-snap-align:start}.cart-drawer-upsell-list[data-list-style-cart-drawer=stack]{display:flex;flex-wrap:wrap;gap:10px}.cart-drawer-upsell-list-item{background:#fff;border:1px solid var(--upsell-border);border-radius:16px;padding:12px;display:flex;gap:8px}@media screen and (min-width:750px){.cart-drawer-upsell-list-item{gap:16px}}.cart-drawer-upsell-list-item-left{flex:0 0 auto}.cart-drawer-upsell-list-item-left img{width:64px;height:64px;border-radius:6.4px;object-fit:cover;display:block}@media screen and (min-width:750px){.cart-drawer-upsell-list-item-left img{width:80px;height:80px;border-radius:0}}.cart-drawer-upsell-list-item-right{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:12px}.cart-drawer-upsell-product-text{display:flex;flex-direction:column;gap:4px;min-width:0}.cart-drawer-upsell-product-title{color:var(--upsell-text-primary);font-family:inherit;font-size:14px;font-weight:500;line-height:1.5;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width:750px){.cart-drawer-upsell-product-title{font-size:16px}}.cart-drawer-upsell-product-subtitle{margin:0;color:var(--upsell-text-secondary);font-family:inherit;font-size:12px;font-weight:300;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width:750px){.cart-drawer-upsell-product-subtitle{font-size:14px}}.cart-drawer-upsell-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.cart-drawer-upsell-price-row{display:none;align-items:center;gap:8px;min-width:0}@media screen and (min-width:750px){.cart-drawer-upsell-price-row{display:inline-flex}}.cart-drawer-upsell-price{color:var(--upsell-text-primary);font-size:16px;font-weight:600;line-height:1.5;white-space:nowrap}.cart-drawer-upsell-compare{color:var(--upsell-text-secondary);font-size:14px;font-weight:400;line-height:1.5;white-space:nowrap;text-decoration:line-through;opacity:.75}.cart-drawer-upsell-button{-webkit-appearance:none;appearance:none;border:1.5px solid var(--upsell-btn-border);border-bottom:0;background:var(--upsell-btn-bg);box-shadow:0 4px 0 0 var(--upsell-btn-shadow);border-radius:8px;padding:4px 8px;min-height:0;height:auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;color:var(--upsell-text-secondary);font-family:inherit;font-size:12px;font-weight:700;line-height:1.5;text-transform:uppercase;white-space:nowrap;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}@media screen and (max-width:750px){.cart-drawer-upsell-button{width:100%}}.cart-drawer-upsell-button.is-loading{cursor:wait}.cart-drawer-upsell-button[aria-disabled=true]{pointer-events:none;opacity:.8}.cart-drawer-upsell-button.is-loading .cart-drawer-upsell-button-icon,.cart-drawer-upsell-button.is-loading .cart-drawer-upsell-button-label{opacity:.65}.cart-drawer-upsell-spinner{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:6px;position:static}.cart-drawer-upsell-spinner svg{width:16px;height:16px}@media(hover:hover){.cart-drawer-upsell-button:hover:not([aria-disabled=true]){transform:translateY(2px);box-shadow:0 2px 0 0 var(--upsell-btn-shadow);filter:brightness(.98)}}.cart-drawer-upsell-button:active{transform:translateY(2px);box-shadow:0 2px 0 0 var(--upsell-btn-shadow)}.cart-drawer-upsell-button-icon{display:block;width:20px;height:20px}.cart-drawer-upsell-pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding-top:8px}@media screen and (min-width:750px){.cart-drawer-upsell-pagination{padding-top:12px}}.cart-drawer-upsell-page{width:16px;height:4px;border-radius:1px;background:var(--upsell-pagination);opacity:.1}.cart-drawer-upsell-page.is-active{opacity:1}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cart-upsell.css.map */
