.cart-drawer-v2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none;visibility:hidden}.cart-drawer-v2.is-visible{visibility:visible}.cart-drawer-v2__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040;opacity:0;transition:opacity .35s ease;pointer-events:none}.cart-drawer-v2.is-open .cart-drawer-v2__overlay{opacity:1;pointer-events:auto}.cart-drawer-v2__panel{position:absolute;top:0;right:0;max-height:60%;height:auto;width:470px;max-width:calc(100vw - 40px);background:#fff;display:flex;flex-direction:column;transform:translate(105%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);box-shadow:-8px 0 30px #00000014;pointer-events:auto}.cart-drawer-v2.is-open .cart-drawer-v2__panel{transform:translate(0)}.cart-drawer-v2__header{display:flex;align-items:center;justify-content:space-between;padding:26px 28px;border-bottom:1px solid #e5e5e5;flex-shrink:0}.cart-drawer-v2__title{margin:0;font-size:20px;font-weight:400;letter-spacing:.01em;color:#1c1d1d;line-height:1.2}.cart-drawer-v2__close{background:none;border:0;padding:6px;margin:-6px;cursor:pointer;line-height:0;color:#1c1d1d}.cart-drawer-v2__close svg{width:18px;height:18px;stroke:currentColor;stroke-width:3}.cart-drawer-v2__body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.cart-drawer-v2__items{padding:28px 28px 20px}.cart-drawer-v2__item{display:flex;gap:22px;margin-bottom:20px;border-bottom:1px solid #e5e5e5;padding-bottom:20px}.cart-drawer-v2__item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.cart-drawer-v2__item-image{flex:0 0 100px;display:block}.cart-drawer-v2__item-image img{display:block;width:100px;height:100px;object-fit:cover}.cart-drawer-v2__item-info{flex:1 1 auto;min-width:0}.cart-drawer-v2__item-title{display:block;font-size:16px;color:#1c1d1d;text-decoration:none;font-weight:600;line-height:1.35;margin:0 0 6px}.cart-drawer-v2__item-title:hover{text-decoration:underline}.cart-drawer-v2__item-variant{font-size:12px;color:#6b6b6b;line-height:1.4;margin-bottom:4px}.cart-drawer-v2__item-price{font-size:14px;font-weight:700;color:#1c1d1d;margin-bottom:4px}.cart-drawer-v2__item-price .cart-drawer-v2__price-compare{color:#9a9a9a;text-decoration:line-through;margin-right:8px}.cart-drawer-v2__item-price .cart-drawer-v2__sale{color:#ef4d41}.cart-drawer-v2__item-actions{display:flex;align-items:center}.cart-drawer-v2__qty-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6b6b6b;margin-right:6px}.cart-drawer-v2__qty-btn{background:none;border:0;padding:4px 8px;cursor:pointer;font-size:14px;line-height:1;color:#1c1d1d}.cart-drawer-v2__qty-btn:disabled{color:#c4c4c4;cursor:default}.cart-drawer-v2__qty-value{min-width:28px;text-align:center;font-size:12px;color:#1c1d1d}.cart-drawer-v2__item-remove{margin-left:auto;display:inline-flex;gap:6px;background:none;border:0;padding:0;cursor:pointer;font-size:12px;color:#6b6b6b;display:flex;align-items:center;gap:5px}.cart-drawer-v2__item-remove span{text-decoration:underline;text-underline-offset:3px}.cart-drawer-v2__bin-icon{flex-shrink:0}.cart-drawer-v2__item-remove:hover{color:#1c1d1d}.cart-drawer-v2__item-remove:hover span{text-decoration:none}.cart-drawer-v2__upsells{margin-top:auto;border-top:1px solid #e5e5e5;padding:24px 28px 28px}.cart-drawer-v2__upsells-title{margin:0 0 18px;font-size:16px;font-weight:400;color:#1c1d1d;line-height:1.3}.cart-drawer-v2__upsell{display:flex;gap:22px;margin-bottom:22px;text-decoration:none;color:inherit}.cart-drawer-v2__upsell:last-child{margin-bottom:0}.cart-drawer-v2__upsell-image{flex:0 0 90px}.cart-drawer-v2__upsell-image img{display:block;width:90px;height:90px;object-fit:cover}.cart-drawer-v2__upsell-info{flex:1 1 auto;min-width:0;align-self:center}.cart-drawer-v2__upsell-vendor{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#6b6b6b;line-height:1.4;margin-bottom:4px}.cart-drawer-v2__upsell-title{font-size:13px;font-weight:600;color:#1c1d1d;line-height:1.35;margin-bottom:6px}.cart-drawer-v2__upsell-price{font-size:12px;font-weight:700;color:#1c1d1d}.cart-drawer-v2__empty{padding:40px 28px;text-align:center;font-size:15px;color:#6b6b6b}.cart-drawer-v2__footer{flex-shrink:0;border-top:1px solid #e5e5e5;padding:22px 28px 28px;background:#fff}.cart-drawer-v2__error{color:#c0392b;font-size:12px;line-height:1.4;text-align:center;margin-bottom:12px}.cart-drawer-v2__subtotal{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.cart-drawer-v2__savings{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;font-size:14px;color:#ef4d41}.cart-drawer-v2__subtotal-label{font-size:15px;color:#1c1d1d}.cart-drawer-v2__subtotal-price{font-size:16px;color:#1c1d1d}.cart-drawer-v2__view-bag{width:100%;gap:10px}.cart-drawer-v2__view-bag:hover{color:#000}.cart-drawer-v2__view-bag span{line-height:0}.cart-drawer-v2__continue{display:block;width:100%;margin-top:14px;padding:4px 0;background:none;border:0;cursor:pointer;text-align:center;font-size:13px;color:#1c1d1d;text-decoration:underline;text-underline-offset:3px}.cart-drawer-v2__continue:hover{color:#6b6b6b}.cart-drawer-v2__items.is-busy{opacity:.5;pointer-events:none}html.cdv2-open,html.cdv2-open body{overflow:hidden}.cart-link__bubble--visible{display:flex;align-items:center;justify-content:center;width:auto;min-width:17px;height:17px;padding:0 4px;border-radius:9px;font-size:10px;font-weight:600;line-height:1;color:#fff}@media only screen and (max-width:589px){.cart-drawer-v2__panel{width:100%;max-width:none}.cart-drawer-v2__header,.cart-drawer-v2__items,.cart-drawer-v2__upsells{padding:20px}.cart-drawer-v2__footer{padding:18px 20px 22px}.cart-drawer-v2__item{gap:16px}.cart-drawer-v2__item-image,.cart-drawer-v2__item-image img,.cart-drawer-v2__upsell-image img,.cart-drawer-v2__upsell-image{flex-basis:80px;width:80px;height:80px}}.cart-drawer-v2__panel [data-la-dn-cart-item-text],.cart-drawer-v2__panel [data-la-dn-cart-item-text] div{text-align:left!important;display:none!important}[data-la-dn-cart-item-show-dynamic-pricing=true] .cart-drawer-v2__item-price [data-la-dn-cart-item-hide-if-dynamic-pricing-isshown]{display:block!important}.cart-drawer-v2__savings[hidden],[data-la-dn-cart-item-show-dynamic-pricing=true] .cart-drawer-v2__item-price [data-la-dn-cart-item-product-price]{display:none!important}body .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price,body .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money{color:#9a9a9a!important;text-decoration:line-through}body .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price,body .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-original_price .money,body .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price,body .limoniapps-discountninja-cart-item-product-price .limoniapps-discountninja-productprice-replaced .limoniapps-discountninja-shortcode-discounted_price .money{font-weight:400!important;font-size:14px!important}.cart-drawer-v2__item-price .limoniapps-discountninja-shortcode-discounted_price,.cart-drawer-v2__item-price .limoniapps-discountninja-shortcode-discounted_price .money{color:#ef4d41!important}.limoniapps-discountninja-discountedprice.limoniapps-layout-row.limoniapps-align-right,.limoniapps-discountninja-discountedprice.limoniapps-layout-row-reverse.limoniapps-align-right{flex-direction:row!important;gap:8px;align-items:baseline!important;justify-content:flex-start!important}
/*# sourceMappingURL=/cdn/shop/t/110/assets/cart-drawer.css.map */
