.cart-drawer{display:block;position:fixed;z-index:15;top:0;left:0;width:100vw;height:100dvh;pointer-events:none;visibility:hidden;transition:background-color .3s,visibility .3s}.cart-drawer.open{background-color:#0000004d;pointer-events:all;visibility:visible}.cart-drawer__inner{width:100%;max-width:600px;height:100dvh;background-color:#f8f5ee;transform:translate(100%);transition:transform .3s;display:flex;flex-direction:column;position:relative;margin-left:auto}.cart-drawer.open .cart-drawer__inner{transform:translate(0)}.cart-drawer__close{position:absolute;top:24px;right:24px;display:flex}.cart-drawer__close svg{width:24px;height:24px}.cart-drawer__header{padding:32px 40px}.cart-drawer__title{font-size:21px;line-height:100%}.cart-drawer__achivements{margin:60px 0 0;display:flex;flex-direction:column;gap:16px}.cart-drawer[data-count="0"] .cart-drawer__achivements{display:none}.cart-drawer__achivements-label{font-size:16.5px;line-height:100%;text-align:center}.cart-drawer__progress-bar{width:100%;height:8px;position:relative;background-color:#fff;border-radius:100px;overflow:hidden}.cart-drawer__progress-thumb{position:absolute;top:0;left:0;bottom:0;max-width:100%;background-color:#e1f06c;transition:width .3s}.cart-drawer__content{flex:1;display:flex;flex-direction:column;overflow:auto}.cart-drawer__items{display:flex;flex-direction:column;gap:20px;flex:1;padding:24px 40px}.cart-drawer__item{display:flex;align-items:stretch;gap:20px;position:relative}.cart-drawer__media{display:flex;width:170px}.cart-drawer__media img,.cart-drawer__media svg{width:100%;height:fit-content;aspect-ratio:1 / 1;border-radius:4px;background-color:#fff;object-fit:cover}.cart-drawer__item-content{flex:1;display:flex;flex-direction:column}.cart-drawer__headings{display:flex;flex-direction:column;gap:4px;margin:0 0 20px}.cart-drawer__item-title{font-size:21px;line-height:100%;max-width:calc(100% - 20px)}.cart-drawer__item-subtitle,.cart-drawer__options p{font-size:15px;line-height:100%;opacity:.5}.cart-drawer__options{display:contents}.cart-drawer__price{display:flex;gap:16px;flex-wrap:wrap;font-size:21px;line-height:100%}.cart-drawer__price--compare{opacity:.5;text-decoration:line-through}.cart-drawer__quantity{width:94px;height:32px;border:1px solid rgb(11,12,13,.2);border-radius:4px;display:flex;align-items:center;justify-content:space-between;padding:6px;margin-top:auto}.cart-drawer__quantity-control{width:20px;height:20px;font-weight:400;font-size:15px;line-height:100%;text-align:center;vertical-align:middle;cursor:pointer;border:none;border-radius:0;background-color:transparent}.cart-drawer__quantity-input-wrapper{position:relative}.cart-drawer__quantity-input-wrapper input{width:20px;height:20px;border:none;border-radius:0;font-size:15px;line-height:100%;text-align:center;color:#0b0c0d;background:transparent;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;pointer-events:none;padding:0}.cart-drawer__quantity-input-wrapper input::-webkit-outer-spin-button,.cart-drawer__quantity-input-wrapper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart-drawer__loading svg{width:16px;height:16px}.loading .cart-drawer__quantity-input-wrapper input{color:transparent}.cart-drawer__notification{margin:8px 0 0;font-size:12px;color:#c14a3a}.cart-drawer__remove{display:flex;position:absolute;top:0;right:0}.cart-drawer__remove svg{width:20px;height:20px}.cart-drawer__upsell{padding:0 40px;display:flex;flex-direction:column;gap:10px}.cart-drawer__upsell-title{border-top:1px solid #0B0C0D;padding:20px 0 0;font-size:13.5px;line-height:120%}.cart-drawer__upsell--featured .cart-drawer__upsell-title{border-top:none;padding:0}.cart-drawer__upsell-list{display:flex;gap:15px;overflow:auto;scroll-snap-type:x mandatory;width:calc(100% + 80px);margin-left:-40px;padding:1px 40px;scroll-padding-left:40px}.cart-drawer__upsell-item{width:290px;min-width:290px;scroll-snap-align:start;border:1px solid #ccc;border-radius:8px;padding:8px;display:flex;align-items:stretch;gap:8px}.cart-drawer__upsell-media{display:flex;width:110px}.cart-drawer__upsell-media img{width:100%;height:fit-content;aspect-ratio:1 / 1;object-fit:cover;border-radius:4px;background-color:#fff}.cart-drawer__upsell-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-drawer__upsell-headings{display:flex;flex-direction:column;gap:8px}.cart-drawer__upsell-item-title{font-size:15px;line-height:100%}.cart-drawer__upsell-price{display:flex;flex-wrap:wrap;gap:4px 12px;font-size:15px;line-height:100%}.cart-drawer__upsell-price--compare{opacity:.5;text-decoration:line-through}.cart-drawer__upsell-button{width:fit-content;margin-left:auto;padding:8px 15px 6px;font-weight:400;font-size:10.5px;line-height:100%;border-radius:4px;border:1px solid #0B0C0D;cursor:pointer;transition:background-color .3s,color .3s}.cart-drawer__upsell-button:hover{background-color:#0b0c0d;color:#fff}.cart-drawer__bottom{padding:15px 40px 32px}.cart-drawer[data-count="0"] .cart-drawer__bottom{display:none}.cart-drawer__bottom-top{margin:0 0 40px;display:flex;justify-content:space-between;gap:12px}.cart-drawer__bottom-delivery{padding:6px 12px 4px;font-size:10.5px;line-height:100%;text-transform:uppercase;border-radius:100px;background-color:#c3edff}.cart-drawer__bottom-timer{font-size:12px;line-height:120%;text-align:right}.cart-drawer__bottom-content{display:flex;flex-direction:column;gap:12px}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:500;font-size:21px;line-height:100%}.cart-drawer__submit{width:100%}.cart-drawer__payments{margin:12px 0 0;display:flex;gap:6px;flex-wrap:wrap;justify-content:center}.cart-drawer__payments svg{width:48px;height:fit-content}.cart-drawer__empty-block{flex:1;display:flex;align-items:center;justify-content:center}.cart-drawer__empty-block p{font-size:21px;line-height:100%;text-align:center}.cart-drawer__empty-content{display:none;flex-direction:column;gap:24px;padding:24px 0}.cart-drawer[data-count="0"] .cart-drawer__empty-content{display:flex}.cart-drawer__empty-more{display:flex;flex-direction:column;gap:20px;padding:0 40px}.cart-drawer__empty-more-title{font-size:21px;line-height:100%;text-align:center}.cart-drawer__empty-more-button{width:100%}@media screen and (max-width:749px){.cart-drawer__close{top:20px;right:20px}.cart-drawer__header{padding:24px 20px}.cart-drawer__achivements{margin:32px 0 0}.cart-drawer__items{padding:24px 20px}.cart-drawer__media{width:100px}.cart-drawer__item-title{font-size:18px}.cart-drawer__price{gap:12px;font-size:18px}.cart-drawer__upsell{padding:0 20px}.cart-drawer__upsell-title{padding:12px 0 0}.cart-drawer__upsell-list{width:calc(100% + 40px);margin-left:-20px;padding:1px 20px;scroll-padding-left:20px}.cart-drawer__upsell-item{width:200px;min-width:200px}.cart-drawer__upsell-media{width:80px}.cart-drawer__bottom{padding:12px 20px 24px}.cart-drawer__bottom-top{margin:0 0 20px}.cart-drawer__payments svg{width:32px}.cart-drawer__empty-more{padding:0 20px}}
/*# sourceMappingURL=/cdn/shop/t/72/assets/component-cart-drawer.css.map */
