cart-upsell-drawer{z-index:10000;visibility:hidden;width:100vw;height:100%;position:fixed;top:0;left:0}cart-upsell-drawer.active{visibility:visible}.cart-upsell-drawer__overlay{z-index:10001;position:fixed;top:0;bottom:0;left:0;right:0}.cart-upsell-drawer__inner{background-color:var(--color-white);border-top-left-radius:var(--border-radius-xl);border-bottom-left-radius:var(--border-radius-xl);width:55rem;max-width:100vw;height:100%;padding:var(--spacing-3xl)var(--spacing-4xl);border:.1rem solid rgb(from var(--color-bark)r g b/20%);transition:transform var(--duration-default)ease;z-index:10002;border-right:0;flex-direction:column;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}cart-upsell-drawer.active .cart-upsell-drawer__inner{transform:translate(0)}.cart-upsell-drawer__header{margin-bottom:var(--spacing-xl);justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex;position:relative}.cart-upsell-drawer__header:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='1216' height='1' viewBox='0 0 1216 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1215.5' y1='0.5' x2='0.5' y2='0.5' stroke='%23423534' stroke-linecap='round' stroke-dasharray='2 4'/%3E%3C/svg%3E%0A");background-repeat:repeat-x;background-size:121.6rem .1rem;width:100%;height:.1rem;position:absolute;bottom:0;left:0}.cart-upsell-drawer__heading{margin:0}.cart-upsell-drawer__close{min-width:4.4rem;min-height:4.4rem;box-shadow:0 0 0 .2rem rgb(from var(--color-bark)r g b/0%);color:var(--color-bark);cursor:pointer;background-color:#0000;border:none;padding:0;display:inline-block;position:absolute;top:10px;right:-10px}.cart-upsell-drawer__close .svg-wrapper{width:2rem;height:2rem}.cart-upsell-drawer__content{flex-direction:column;flex-grow:1;display:flex}.cart-upsell-drawer__products{margin-top:var(--spacing-xl);flex-grow:1}.cart-upsell-drawer__product-copy{margin-bottom:var(--spacing-3xl);flex-shrink:0}.cart-upsell-drawer__loading{align-items:center;gap:var(--spacing-lg);padding:var(--spacing-3xl);flex-direction:column;display:flex}.cart-upsell-drawer__loader-image{width:12rem;max-width:20rem;height:auto;max-height:20rem}.cart-upsell-drawer__empty,.cart-upsell-drawer__empty{text-align:center;padding:var(--spacing-2xl);color:var(--color-bark)}.cart-upsell-drawer__footer{margin-top:var(--spacing-xl);padding-top:var(--spacing-xl);position:relative}.cart-upsell-drawer__footer:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='1216' height='1' viewBox='0 0 1216 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1215.5' y1='0.5' x2='0.5' y2='0.5' stroke='%23423534' stroke-linecap='round' stroke-dasharray='2 4'/%3E%3C/svg%3E%0A");background-repeat:repeat-x;background-size:121.6rem .1rem;width:100%;height:.1rem;position:absolute;top:0;left:0}.cart-upsell-drawer__dismiss-button{width:100%;margin-top:var(--spacing-base)}.cart-upsell-drawer__products-grid{gap:var(--spacing-lg);margin-top:var(--spacing-lg);grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));align-items:stretch;display:grid}.cart-upsell-drawer__product-card{flex-direction:column;height:100%;display:flex}.cart-upsell-drawer__product-card .cart-drawer__recommendation-link{flex-direction:column;flex-grow:1;display:flex}.cart-upsell-drawer__product-card .cart-drawer__recommendation-image-wrapper,.cart-upsell-drawer__product-card .cart-drawer__recommendation-title{flex-shrink:0}.cart-upsell-drawer__product-card .cart-upsell-drawer__product-copy{margin-bottom:var(--spacing-2xl);flex-grow:1;flex-shrink:0}.cart-upsell-drawer__find-out-more{margin-bottom:var(--spacing-3xl);color:var(--color-bark);flex-shrink:0;width:max-content;line-height:1;text-decoration:none;display:inline-block;position:relative}.cart-upsell-drawer__find-out-more:before{content:"";background-color:var(--color-bark);will-change:width,transform;transform-origin:0;width:100%;height:.1rem;transition:transform .5s;position:absolute;bottom:-.3rem;left:0;transform:scaleX(1)}.cart-upsell-drawer__find-out-more:hover:before{transform-origin:100%;transform:scaleX(0)}.cart-upsell-drawer__product-card .cart-drawer__recommendation-price{flex-shrink:0;margin-top:auto}.cart-upsell-drawer__product-card .cart-drawer__recommendation-actions{margin-top:auto}@media screen and (max-width:767px){.cart-upsell-drawer__inner{border-radius:0;width:100vw}.cart-upsell-drawer__products-grid{gap:var(--spacing-base);grid-template-columns:repeat(2,1fr)}}
