*{margin:0;padding:0;box-sizing:border-box}body{font-family:Rubik,sans-serif}.cart-drawer{position:fixed;top:0;right:-450px;width:450px;height:100%;z-index:9999;transition:right .3s cubic-bezier(.4,0,.2,1)}.cart-drawer.active{right:0}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;visibility:hidden;transition:.3s;z-index:1}.cart-drawer.active .cart-drawer-overlay{opacity:1;visibility:visible}.cart-drawer-content{position:relative;z-index:2;background:#fff;height:100%;display:flex;flex-direction:column;box-shadow:-5px 0 15px #0000001a}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;background:#f4f7f9;border-bottom:1px solid #e5eef2}.cart-header h2{font-size:16px;font-weight:700;color:#1a2b3c;letter-spacing:.5px}#cart-close{background:transparent;border:none;cursor:pointer;color:#666;transition:.3s}#cart-close:hover{color:#000;transform:rotate(90deg)}.cart-body{flex:1;overflow-y:auto;padding:20px 25px}.cart-items-container{margin-bottom:25px}.cart-item{display:flex;gap:15px;margin-bottom:25px;position:relative;padding-bottom:20px;border-bottom:1px solid #f0f4f7}.cart-item:last-child{border-bottom:none}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:4px}.item-info{flex:1}.item-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:5px}.item-title{font-size:14px;font-weight:600;color:#1a2b3c;line-height:1.4;margin:0;flex:1}.item-price{font-size:15px;font-weight:700;color:#333;margin-bottom:12px}.item-actions{display:flex;justify-content:space-between;align-items:center}.qty-selector{display:inline-flex;align-items:center;background:#f1f5f9;border-radius:8px;padding:4px}.qty-btn{width:28px;height:28px;border:none;background:#fff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;color:#333;box-shadow:0 1px 3px #0000000d}.qty-value{width:40px;text-align:center;font-size:14px;font-weight:600;color:#333}.remove-item{background:none;border:none;cursor:pointer;color:#99aab5;transition:.2s}.remove-item:hover{color:#ff4d4d}.cart-status-message{margin-top:20px}.status-gradient-box{background:linear-gradient(135deg,#74b9cf,#4a8ca0);border-radius:12px;padding:25px 20px;text-align:center;color:#fff;position:relative;box-shadow:0 8px 20px #4a8ca033}.status-badge{display:inline-block;background:#ff7e00;color:#fff;padding:8px 15px;border-radius:20px;font-size:13px;font-weight:700;margin-bottom:12px;box-shadow:0 4px 10px #ff7e004d}.status-gradient-box p{font-size:14px;line-height:1.5;opacity:.95}.cart-actions-row{display:flex;align-items:center;padding:15px 0;border-top:1px solid #f0f4f7;border-bottom:1px solid #f0f4f7}.cart-action-btn{flex:1;background:none;border:none;cursor:pointer;color:#444;display:flex;align-items:center;justify-content:center;padding:10px;transition:.2s}.cart-action-btn:hover{color:#ff7e00}.divider{width:1px;height:25px;background:#eee}.cart-footer{padding:25px;background:#fff}.cart-subtotal-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.cart-subtotal-row .label{font-size:14px;font-weight:700;color:#333}.cart-subtotal-row .value{font-size:18px;font-weight:800;color:#d62828}.cart-footer-buttons{display:flex;flex-direction:column;gap:12px}.btn{display:flex;align-items:center;justify-content:center;height:50px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;transition:.3s;letter-spacing:.5px}.btn-outline{border:1.5px solid #e0e0e0;color:#333;background:#fff}.btn-outline:hover{border-color:#333}.btn-solid{background:#1a1a1a;color:#fff;border:none}.btn-solid:hover{background:#333}.cart-popup{position:fixed;bottom:-100%;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:flex-end;transition:.4s cubic-bezier(.4,0,.2,1);visibility:hidden}.cart-popup.active{bottom:0;visibility:visible}.popup-content{background:#f8fafb;width:100%;max-width:450px;margin-left:auto;border-radius:20px 20px 0 0;padding:30px 25px;box-shadow:0 -10px 30px #0000001a}.popup-header{display:flex;align-items:center;gap:10px;margin-bottom:15px}.popup-header h3{font-size:16px;font-weight:700;color:#1a2b3c}.popup-subtitle{font-size:14px;color:#666;margin-bottom:15px}.popup-content textarea,.popup-content input{width:100%;border:1px solid #e1e8ed;border-radius:12px;padding:15px;font-family:inherit;font-size:14px;margin-bottom:20px;background:#fff;outline:none}.popup-content textarea{height:120px;resize:none}.popup-actions{display:flex;flex-direction:column;gap:10px}.btn-save{height:50px;background:#1a1a1a;color:#fff;border:none;border-radius:25px;font-weight:700;cursor:pointer;transition:.3s}.btn-orange{background:#b6610b}.btn-cancel{background:none;border:none;color:#333;font-weight:700;cursor:pointer;padding:10px;text-transform:uppercase;font-size:13px}@media(max-width:480px){.cart-drawer{width:100%;right:-100%}.popup-content{max-width:100%}}.hidden{display:none!important}.item-loader{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center;z-index:5}.item-loader:after{content:"";width:25px;height:25px;border:3px solid #000;border-top:3px solid transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.search-bar-container{position:relative;width:100%}.search-input-wrapper{display:flex;background:#f8fafc;border:1px solid #e2e8f0;border-radius:30px;padding:5px;height:50px}.search-input-wrapper input{flex:1;border:none;background:transparent;padding:0 20px;outline:none}.search-submit-btn{background:#334155;color:#fff;border:none;border-radius:25px;padding:0 20px;cursor:pointer}.predictive-search-results{position:absolute;top:100%;left:0;width:100%;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;display:none;z-index:1000;margin-top:10px;max-height:400px;overflow-y:auto;border:1px solid #eee}.predictive-search-results.active{display:block}.predictive-search-item{display:flex;align-items:center;padding:15px;text-decoration:none;color:inherit;border-bottom:1px dashed #eee}.predictive-search-item img{width:50px;height:50px;object-fit:contain;margin-right:15px}.predictive-search-item-title{font-weight:600;color:#b45309;font-size:14px}.predictive-search-item-price{font-weight:700;color:#1e293b;font-size:14px}.cart-count{background:#ff7e00;color:#fff;border-radius:50%;padding:2px 6px;font-size:10px;vertical-align:top}
/*# sourceMappingURL=/cdn/shop/t/3/assets/critical.css.map */
