.cart-drawer{position:fixed;top:0;right:0;width:100%;height:100%;z-index:9999;pointer-events:none;font-family:Open Sans,sans-serif;line-height:1.4}.cart-drawer svg{display:block}.cart-drawer.is-open{pointer-events:all}.cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;transition:opacity .3s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__content{position:absolute;padding:0;top:0;right:0;width:100%;max-width:420px;height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:-2px 0 10px #0000001a}.cart-drawer.is-open .cart-drawer__content{transform:translate(0)}.cart-drawer__header{padding:0 15px;flex:0 0 auto;width:auto}.cart-drawer__header-inner{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5;padding:20px 0}.cart-drawer__title{margin:0;font-size:26px;font-weight:600}.cart-drawer__close{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:color .2s ease}.cart-drawer__close svg{height:24px;width:24px}.cart-drawer__close:hover{color:#000}.cart-drawer__body{overflow:auto;flex:1 0 0%;width:100%;max-width:100%;padding:30px 15px}.cart-drawer__items form{margin:0}.cart-drawer__empty{text-align:center;padding:40px 20px;color:#666}.cart-drawer__item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid #e5e5e5;position:relative}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-image{flex-shrink:0;width:80px;height:80px}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.cart-drawer__item-details{flex:1;display:flex;flex-direction:column;gap:8px}.cart-drawer__item-title{font-weight:600;color:#333;text-decoration:none;font-size:14px;line-height:1.4}.cart-drawer__item-title:hover{text-decoration:underline}.cart-drawer__item-variant{font-size:13px;color:#666}.cart-drawer__item-properties{font-size:12px;color:#666}.cart-drawer__item-properties div{margin:2px 0}.cart-drawer__item-price{font-weight:600;color:#333;font-size:15px}.cart-drawer__item-price-each{font-weight:400;font-size:12px;color:#666;margin-left:4px}.cart-drawer__item-quantity{display:flex;align-items:center;gap:8px;margin-top:8px}.cart-drawer__qty-btn{width:28px;height:28px;border:1px solid #ddd;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:16px;transition:all .2s ease}.cart-drawer__qty-btn:hover{border-color:#999;background:#f5f5f5}.cart-drawer__item-quantity input{width:50px;height:28px;text-align:center;border:1px solid #ddd;border-radius:4px;font-size:14px}.cart-drawer__item-remove{position:absolute;top:15px;right:0;background:none;border:none;padding:4px;cursor:pointer;color:#999;transition:color .2s ease}.cart-drawer__item-remove:hover{color:#e74c3c}.cart-drawer__footer{padding:0 15px;flex:0 0 auto;width:auto}.cart-drawer__footer-inner{padding:15px 0;border-top:1px solid #e5e5e5}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:18px;font-weight:600}.cart-drawer__button{display:block;width:100%;padding:14px 20px;text-align:center;text-decoration:none;border-radius:4px;font-weight:600;font-size:15px;border:none;cursor:pointer;transition:all .2s ease;margin-bottom:10px}.cart-drawer__button:last-child{margin-bottom:0}.cart-drawer__button--primary{background:#333;color:#fff}.cart-drawer__button--primary:hover{background:#000}.cart-drawer__button--secondary{background:#fff;color:#333;border:2px solid #333}.cart-drawer__button--secondary:hover{background:#f5f5f5}.cart-drawer .cart-item{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid #e5e5e5;position:relative;align-items:flex-start}.cart-drawer .cart-item:last-child{border-bottom:0}.cart-drawer .cart-item:first-child{padding-top:0}.cart-drawer .cart-item.apo-main-item:last-of-type,.cart-drawer .cart-item.apo-main-item:last-child{border:1px solid red}.cart-drawer .cart-item:last-child{border-bottom:none}.cart-drawer .cart-item__group{max-height:0px;overflow:hidden;transition:max-height .35s ease;border-bottom:1px solid #e5e5e5}.cart-drawer .cart-item__group+.cart-item__group{display:none}.cart-drawer .cart-item__group:last-child{border-bottom:0}.cart-drawer .cart-item__group-inner{margin-bottom:20px;border-left:3px solid #9d9d9d}.cart-drawer .cart-item.apo-main-item{border-bottom:0}.cart-drawer .cart-items>.apo-addon-item{display:none}.cart-drawer .cart-item.apo-addon-item{background:#6262620f;padding:12px}.cart-drawer .cart-item.apo-addon-item .cart-item__error-message{display:none}.cart-drawer .cart-item__image{flex-shrink:0;width:90px;height:88px}.cart-drawer .cart-item__image img{width:100%;height:100%;object-fit:cover;border-radius:0}.cart-drawer .cart-item__middle{flex:1 0 0%;display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}.cart-drawer .cart-item__details{display:flex;flex-direction:column;gap:5px;flex:1 0 0%;width:100%;max-width:100%}.cart-drawer .cart-item__title{font-weight:600;color:#333;font-size:15px;line-height:1.4;margin:0;font-family:Open Sans,sans-serif}.cart-drawer .apo-addon-item .cart-item__title{font-size:13px}.cart-drawer .cart-item__variant{font-size:13px;color:#666;margin:0}.cart-drawer .cart-item__properties{margin:0;padding:12px}.cart-drawer .cart-item__details .product-option-property{display:none}.cart-drawer .product-option{color:#000;padding:0;margin:0 0 2px;font-size:12px}.cart-drawer .product-option strong{color:#565656}.cart-drawer .cart-item__quantity{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;position:relative}.cart-drawer .quantity-input,.cart-drawer .quantity{display:flex;gap:0;border:1px solid #ddd;max-width:100%;opacity:1}.cart-drawer .cart-item__error-message{font-size:12px;color:#e74c3c;opacity:0;transition:opacity .3s ease;position:absolute;background:#fff;padding:3px 0;top:-25px;width:130px}.cart-drawer .cart-item__error-message.show{opacity:1}.cart-drawer .cart-item__avis-edit-options{font-size:12px;padding:7px 0 5px;margin:0;background:none;border:0;text-decoration:underline;color:#9d9d9d;font-weight:600}.cart-drawer .quantity__button{width:32px;height:32px;border:1px solid #ddd;border:1px solid transparent;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:0;font-size:16px;transition:all .2s ease}.cart-drawer .quantity__input{width:40px;height:32px;text-align:center;border:1px solid #ddd;border:1px solid transparent;border-radius:0;font-size:14px;background:#fff;margin:0;padding:0;flex:1 0 0%}.cart-drawer .quantity__input:read-only{background:#f8f9fa;color:#6c757d;cursor:not-allowed;pointer-events:none}.cart-drawer .quantity__button.apo-hidden,.cart-drawer .quantity__button[disabled]{opacity:.5;cursor:not-allowed;background:#f8f9fa}.cart-drawer .cart-item__price{font-weight:600;color:#333;font-size:15px;text-align:right;width:auto;flex:0 0 auto;max-width:100%}.cart-drawer .apo-addon-item .cart-item__price{font-size:14px}.cart-drawer .apo-addon-item .quantity-label{font-size:13px}.cart-drawer .cart-item__total{display:block}.cart-drawer .cart-item__original-price{font-size:13px;color:#999;text-decoration:line-through;font-weight:400}.cart-drawer .cart-item__bottom{flex:0 0 auto;width:100%;max-width:100%;display:flex;align-items:flex-start;align-items:center;margin-top:0;gap:20px}.cart-drawer .cart-remove-button{background:none;border:none;cursor:pointer;color:#999;transition:color .2s ease;font-size:12px;margin:0 8px 0 0;padding:4px}.cart-drawer .cart-remove-button svg{width:15px;height:15px}.cart-drawer .cart-remove-button:hover{color:#e74c3c}.cart-drawer .price-includes-addons{cursor:pointer;text-align:center;padding:0;font-weight:600;font-size:12px;text-transform:capitalize;color:#9d9d9d;text-decoration:underline;background:none;border:0}.cart-drawer .cart-drawer__tax-note{font-size:13px}.cart-drawer .cart-drawer__checkout{background-image:none;padding:14px 15px;font-size:14px}.cart-drawer .cart-drawer__actions{margin-top:15px}@media (max-width: 768px){.cart-drawer__content{max-width:100%}}@media (max-width: 576px){.cart-drawer__header-inner{padding:15px 0}.cart-drawer__title{font-size:24px}.cart-drawer .cart-item__image{width:80px;height:80px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/cart-drawer.css.map */
