.cart-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent;z-index:100;transition:background-color .3s ease;pointer-events:none}.cart-drawer-overlay--open{background-color:rgba(0,0,0,.5);pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;height:100vh;width:100%;max-width:400px;background:#fff;box-shadow:-4px 0 20px rgba(0,0,0,.15);transform:translateX(100%);transition:transform .3s cubic-bezier(.25,.8,.25,1);display:flex;flex-direction:column;overflow:hidden}.cart-drawer--open{transform:translateX(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#fff;position:relative;z-index:1}.cart-drawer__header-content{display:flex;align-items:center;gap:.75rem}.cart-drawer__icon{color:#6b7280}.cart-drawer__title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.cart-drawer__close-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:#6b7280;border-radius:.375rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.cart-drawer__close-btn:hover{background-color:#f3f4f6;color:#374151}.cart-drawer__close-btn:active{transform:scale(.95)}.cart-drawer__content{flex:1 1;overflow-y:auto;padding:1rem}.cart-drawer__content::-webkit-scrollbar{width:6px}.cart-drawer__content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.cart-drawer__content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.cart-drawer__content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.cart-drawer__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#6b7280}.cart-drawer__loading p{margin-top:1rem;font-size:.875rem}.cart-drawer__loading-spinner{width:32px;height:32px;border:3px solid #f3f4f6;border-top:3px solid var(--background-color);border-radius:50%;animation:spin 1s linear infinite}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#6b7280}.cart-drawer__empty svg{margin-bottom:1rem;opacity:.5}.cart-drawer__empty h3{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 .5rem}.cart-drawer__empty p{font-size:.875rem;margin:0}.cart-drawer__items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.cart-drawer__summary{border-top:1px solid #e5e7eb;padding-top:1rem;margin-bottom:1rem}.cart-drawer__delivery{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem;background-color:#f0f9ff;border-radius:.5rem;font-size:.875rem;color:#0369a1}.cart-drawer__delivery svg{flex-shrink:0}.cart-drawer__footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;background:#fff}.cart-drawer__continue-btn{flex:1 1;padding:.75rem 1rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cart-drawer__continue-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.cart-drawer__continue-btn:active{transform:scale(.98)}.cart-drawer__checkout-btn{flex:2 1;padding:.75rem 1rem;background:var(--background-color);color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cart-drawer__checkout-btn:hover{background-color:#b32c07}.cart-drawer__checkout-btn:active{transform:scale(.98)}.cart-item{display:flex;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#fff;transition:all .2s ease}.cart-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.05);border-color:#d1d5db}.cart-item__image{width:80px;height:80px;flex-shrink:0;border-radius:.5rem;overflow:hidden;background-color:#f9fafb}.cart-item__image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.cart-item__image:hover img{transform:scale(1.05)}.cart-item__details{flex:1 1;min-width:0}.cart-item__title{font-size:.875rem;font-weight:600;color:#111827;margin:0 0 .25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__brand{font-size:.75rem;color:#6b7280;margin:0 0 .5rem}.cart-item__variant{display:flex;gap:.5rem;margin-bottom:.5rem}.cart-item__variant-option{font-size:.75rem;padding:.25rem .5rem;background-color:#f3f4f6;color:#374151;border-radius:.25rem;border:1px solid #e5e7eb}.cart-item__price{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.cart-item__current-price{font-size:.875rem;font-weight:600;color:#111827}.cart-item__original-price{font-size:.75rem;color:#9ca3af;text-decoration:line-through}.cart-item__shipping{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#059669}.cart-item__shipping svg{flex-shrink:0}.cart-item__controls{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-item__quantity{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:.375rem;overflow:hidden}.cart-item__qty-btn{width:32px;height:32px;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#6b7280}.cart-item__qty-btn:hover:not(:disabled){background-color:#f9fafb;color:#374151}.cart-item__qty-btn:disabled{opacity:.5;cursor:not-allowed}.cart-item__qty-btn:active:not(:disabled){transform:scale(.95)}.cart-item__qty-value{width:40px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;color:#111827;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb}.cart-item__remove-btn{background:none;border:none;color:#dc2626;font-size:.75rem;cursor:pointer;padding:.25rem .5rem;border-radius:.25rem;transition:all .2s ease}.cart-item__remove-btn:hover{background-color:#fef2f2;color:#b91c1c}.cart-item__remove-btn:active{transform:scale(.95)}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem}.cart-summary__row:not(:last-child){border-bottom:1px solid #f3f4f6}.cart-summary__discount{color:#059669}.cart-summary__total{font-weight:600;font-size:1rem;color:#111827;padding-top:.75rem;border-top:1px solid #e5e7eb!important}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:640px){.cart-drawer{max-width:100vw;width:100vw}.cart-item{padding:.75rem;gap:.75rem}.cart-item__image{width:60px;height:60px}.cart-item__title{font-size:.8125rem}.cart-drawer__footer{padding:1rem;flex-direction:column}.cart-drawer__footer .cart-drawer__checkout-btn,.cart-drawer__footer .cart-drawer__continue-btn{flex:none}}.ConfirmationModal{max-width:430px!important}.ConfirmationModal .ant-modal-content{padding:0!important;border-radius:0!important}.ConfirmationModal .ant-modal-content .ant-modal-body{padding:14px 16px!important}.ConfirmModal{max-width:375px!important}.ConfirmModal .ant-modal-content{padding:0!important;border-radius:0!important}.ConfirmModal .ant-modal-content .ant-modal-body{padding:14px 16px!important}@media screen and (max-width:767px){.ConfirmModal .ant-modal-content{max-width:auto!important}}.actions-mobile{width:100%;display:flex;flex-direction:column}.actions-mobile .actions-row{width:100%!important;margin:0!important;justify-content:space-between!important}.actions-mobile .ant-col{flex:1 1!important;max-width:100%!important}.actions-mobile .MobileQuantityPicker{flex:0 0 auto!important}.actions-mobile .add-to-cart-mobile,.actions-mobile .btn-fill{width:100%!important;height:48px;display:inline-flex;justify-content:center;align-items:center}.actions-mobile .second{width:100%;margin-top:10px!important;margin-bottom:10px}.actions-mobile .buy-now-mobile{width:100%!important;height:48px}.highlights-wrap{--accent:#ff3b3b;--accent-bg:#fff6f6;--accent-brd:#ffe3e3;width:100%!important}.highlights-row{--card-w:185px}.highlights-col{display:flex}.highlight{font-size:12px;font-weight:500;width:100%}.highlight-card{background:var(--accent-bg);border-radius:22px;padding:10px;width:100%;min-height:128px;display:grid;place-items:center;grid-gap:8px;gap:8px;text-align:center}.hi-icon{position:relative;width:44px;height:44px;display:grid;place-items:center}.hi-icon--dotted:before{content:"";position:absolute;inset:0;border-radius:50%;border:2px dashed var(--accent);opacity:.9}.hi-text{color:var(--accent);font-weight:600;font-size:18px;line-height:1.35;letter-spacing:.2px;width:100%}.highlights-row.ant-row{justify-content:space-evenly!important;width:100%}@media(max-width:768px){.highlights-row{--card-w:100%}.highlight-card{border-radius:18px;padding:12px 16px;min-height:auto;display:flex;flex-direction:row;align-items:center;gap:10px;text-align:left}.hi-icon{flex-shrink:0}.hi-text{font-size:16px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1}}.product-service-section{width:100%;padding:10px 0}.product-service-section .service-section-inner{background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:5px;width:96%;margin:auto;text-align:left;padding:10px 3px}.product-service-section .service-section-inner .service-item{display:flex;align-items:center;justify-content:center;text-align:left;padding:10px 5px;flex-direction:column}.product-service-section .service-section-inner .service-item.desktop-layout{flex-direction:row}.product-service-section .service-section-inner .service-item .service-icon{margin-right:10px;margin-bottom:5px}.product-service-section .service-section-inner .service-item .service-info{text-align:center}.product-service-section .service-section-inner .service-item .service-info p{margin:0;font-size:10px;color:#666}@media screen and (max-width:1200px){.service-section .service-section-inner{width:100%;margin:auto}}
/*# sourceMappingURL=fd550f5cb8e0dbeb.css.map*/