.cart-dropdown{position:fixed;right:56px;top:80px;margin-top:0;z-index:1000}.cart-dropdown__close{position:absolute;top:16px;right:16px;cursor:pointer}.cart-dropdown__close svg{width:24px;height:24px}.cart-dropdown__content-wrapper{position:relative;margin-top:51px;padding-left:16px;padding-right:16px}.cart-dropdown__content{position:relative;width:100%;display:flex;flex-direction:column}.hidden-content,.hidden-content *{visibility:hidden!important;height:0px;opacity:0;margin:-1px;padding:0!important}.cart-dropdown__list{flex-grow:1;overflow-y:scroll;max-height:200px}.cart-dropdown__list::-webkit-scrollbar{display:none}.cart-dropdown__button{flex-shrink:0}.cart-product{height:80px;padding:5px 0 10px;display:flex;align-items:center;gap:6px;border-bottom:1px solid #e7ecee}.cart-product__image{flex-shrink:0;width:56px;height:56px}.cart-product__image img{width:100%;height:auto;object-fit:cover}.cart-product__details{flex-grow:1;text-align:left}.cart-product__name{font-weight:600;font-size:16px;line-height:24px;letter-spacing:0px;color:var(--color-shade-100)}.cart-product__quantity .cart-product__line-price{display:flex;gap:5px}.cart-product__details .btn-delete-item{margin:0;line-height:inherit}.cart-product__description{font-weight:400;font-size:12px;line-height:16px;letter-spacing:0px;color:var(--color-shade-40)}.cart-product__unit-price,.cart-product__line-price{font-weight:600;font-size:16px;line-height:24px;letter-spacing:0px;color:#414141}.cart-product__quantity{flex-shrink:0}.qty-picker.qty-common-style input.cart-product__quantity-input{font-weight:700;font-size:12px;line-height:16px;letter-spacing:0px;text-align:center;vertical-align:middle}.cart-dropdown__total{background:var(--color-white-100);padding-top:8px}.cart-dropdown__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.cart-dropdown__subtotal-title{font-weight:400;font-size:12px;line-height:16px;letter-spacing:0px;text-align:center;vertical-align:middle;color:var(--color-shade-70)}.cart-dropdown__subtotal-amount{font-weight:600;font-size:12px;line-height:100%;letter-spacing:0px;text-align:center;vertical-align:middle;color:var(--color-shade-100)}.cart-dropdown__total-button{width:100%}.cart-dropdown__empty{width:100%;height:244px;background:#f3f5f6;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}.cart-dropdown__empty-title,.cart-dropdown__empty-text{max-width:182px}.cart-dropdown__empty-title{font-weight:600;font-size:16px;line-height:24px;letter-spacing:0px;text-align:center;vertical-align:middle}.cart-dropdown__empty-text{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;text-align:center;vertical-align:middle}.cart-dropdown__empty-button{max-width:232px;margin-top:16px}.cart-dropdown__shipping,.cart-dropdown__delivery-notes{width:100%}.cart-dropdown__delivery-notes-form{margin-top:8px}.storePickupApp__container.hide-delivery .checkoutMethodContainer.delivery{display:none}.cart-dropdown__delivery-notes-field{background-color:var(--color-shade-5);border:1px solid var(--color-shade-40);border-radius:8px;padding:16px}.cart-dropdown__delivery-notes-label{display:block;font-weight:600;font-size:14px;line-height:20px;letter-spacing:0px;color:var(--color-shade-100);text-align:left;margin-bottom:8px}.cart-dropdown__delivery-notes-textarea{width:100%;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;color:var(--color-shade-100);border:1px solid var(--color-shade-40);border-radius:8px;padding:8px 12px;resize:none;min-height:60px;font-family:inherit}.cart-dropdown__delivery-notes-textarea::placeholder{color:var(--color-shade-40)}.cart-dropdown__delivery-notes-textarea:focus{outline:none;border-color:var(--color-primary, #235164)}.cart-drawer--wrapper #storePickupApp{margin-top:8px!important}.cart-drawer--wrapper #storePickupApp .checkoutMethodsContainer.inline{margin-bottom:8px!important}#storePickupApp .checkoutMethodContainer .locations{margin-top:0!important}.checkoutMethodContainer.pickup #searchBlock+div,.checkoutMethodContainer.pickup #zapietMap+div{margin-top:0!important;padding:16px;background-color:var(--color-shade-5);border:1px solid var(--color-shade-40);border-radius:8px}#storePickupApp .checkoutMethodContainer.delivery{margin-top:0;border-radius:8px;padding:16px 16px 10px;border-bottom:1px solid #9db2ba}.storePickupApp__footer{height:16px;background:var(--color-shade-5);border:1px solid var(--color-shade-40);border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:none}#storePickupApp .error,#storePickupApp .error p{margin-top:-5px!important;border-bottom:1px solid var(--color-shade-40);border-bottom-left-radius:8px;border-bottom-right-radius:8px}#storePickupApp .checkoutMethodContainer .inputWithButton .pickadate.button:after{background:url(/cdn/shop/t/3/assets/search__icon_color.svg?v=3908448726720404192);background-repeat:no-repeat;background-size:16px;background-position:50%}.tabs-container{margin-bottom:8px}.cart-dropdown__checkout{width:100%;margin-top:8px;transition:background-color .3s ease-in-out}.cart-dropdown__checkout.blue-button-style:hover{transition:background-color .3s ease-in-out}.delivery-content,.pickup-content{background-color:var(--color-shade-5);border:1px solid var(--color-shade-40);padding:16px;display:flex;flex-direction:column;gap:16px;border-radius:8px}.delivery-content__label,.pickup-content__label{display:flex;align-items:center;gap:4px;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;text-align:left;width:fit-content;margin-bottom:4px}.delivery-content__input,.pickup-content__input{display:flex}.delivery-content__input button,.pickup-content__input button{width:fit-content;border-top-left-radius:0;border-bottom-left-radius:0;padding:8px;height:40px}.delivery-content__input input,.pickup-content__input input{border-top-right-radius:0;border-bottom-right-radius:0;height:40px}.pickup-content__address input{border-radius:8px;height:96px}.custom-modal.cart-dropdown{width:360px}#cart-dropdown .modal-decoration{position:absolute;top:0;right:50%;transform:translate(50%,-68%);z-index:-1;pointer-events:none;width:unset;height:auto}@media screen and (max-width: 480px){.modal-decoration{display:none}.cart-dropdown{position:fixed;right:16px;left:16px;margin-top:0;top:100px}.custom-modal.cart-dropdown{width:calc(100% - 32px)}.main-header.page-scrolled .custom-modal.cart-dropdown{top:50px}.cart-dropdown__close{top:10px;z-index:9}.cart-dropdown__content-wrapper{margin-top:0}.cart-dropdown__content{padding:16px 0}.custom-modal__content{border-top-left-radius:24px;border-top-right-radius:24px;padding-top:18px}.cart-dropdown__shipping:not(.hidden-content){margin-top:20px}}
/*# sourceMappingURL=/cdn/shop/t/55/assets/cart-dropdown.css.map */
