.main-header__user-menu:where(.astro-dcna2hig){display:flex;align-items:center;gap:12px}.main-header__logout-btn:where(.astro-dcna2hig){background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.main-header__logout-btn:where(.astro-dcna2hig):hover{background:#ffffff1a;border-color:#ffffff80;transform:scale(1.05)}.main-header__logout-btn:where(.astro-dcna2hig) i:where(.astro-dcna2hig){font-size:18px}.main-header__cart-wrapper:where(.astro-dcna2hig){position:relative}.main-header__cart:where(.astro-dcna2hig){position:relative;background:transparent;border:none;color:inherit;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.main-header__cart:where(.astro-dcna2hig):hover{transform:scale(1.1)}.main-header__cart:where(.astro-dcna2hig) i:where(.astro-dcna2hig){font-size:24px}.cart-badge:where(.astro-dcna2hig){position:absolute;top:0;right:0;background:#dc3545;color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;display:none;animation:bounceIn .3s ease}.cart-badge:where(.astro-dcna2hig):not(:empty){display:block}@keyframes bounceIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.cart-dropdown:where(.astro-dcna2hig){position:absolute;top:calc(100% + 15px);right:0;width:420px;max-width:95vw;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;overflow:hidden}.cart-dropdown:where(.astro-dcna2hig):before{content:"";position:absolute;top:-8px;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid white}.cart-dropdown:where(.astro-dcna2hig).active{opacity:1;visibility:visible;transform:translateY(0)}.cart-dropdown__header:where(.astro-dcna2hig){display:flex;justify-content:space-between;align-items:center;padding:20px;background:linear-gradient(135deg,#036da7,#003049);color:#fff}.cart-dropdown__title:where(.astro-dcna2hig){margin:0;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:10px}.cart-dropdown__close:where(.astro-dcna2hig){background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.cart-dropdown__close:where(.astro-dcna2hig):hover{background:#ffffff4d;transform:scale(1.1)}.cart-dropdown__empty:where(.astro-dcna2hig){padding:40px 20px;text-align:center}.empty-icon:where(.astro-dcna2hig){font-size:3rem;color:#036da7;opacity:.3;margin-bottom:15px}.empty-text:where(.astro-dcna2hig){color:#666;margin-bottom:20px;font-size:.95rem}.empty-btn:where(.astro-dcna2hig){display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#036da7;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease}.empty-btn:where(.astro-dcna2hig):hover{background:#003049;transform:translateY(-2px);box-shadow:0 4px 12px #036da74d}.cart-dropdown__content:where(.astro-dcna2hig){display:flex;flex-direction:column;max-height:500px}.cart-dropdown__items:where(.astro-dcna2hig){flex:1;overflow-y:auto;padding:15px;max-height:350px}.cart-dropdown__items:where(.astro-dcna2hig)::-webkit-scrollbar{width:6px}.cart-dropdown__items:where(.astro-dcna2hig)::-webkit-scrollbar-track{background:#f1f1f1}.cart-dropdown__items:where(.astro-dcna2hig)::-webkit-scrollbar-thumb{background:#036da7;border-radius:3px}.mini-cart-item:where(.astro-dcna2hig){display:flex;gap:12px;padding:12px;background:#f8f9fa;border-radius:8px;margin-bottom:10px;transition:all .2s ease;animation:slideInRight .3s ease forwards;opacity:0}.mini-cart-item:where(.astro-dcna2hig):hover{background:#e9ecef;transform:translate(-3px)}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.mini-cart-item__image:where(.astro-dcna2hig){width:70px;height:70px;border-radius:6px;overflow:hidden;flex-shrink:0}.mini-cart-item__image:where(.astro-dcna2hig) img:where(.astro-dcna2hig){width:100%;height:100%;object-fit:cover}.mini-cart-item__details:where(.astro-dcna2hig){flex:1;min-width:0}.mini-cart-item__name:where(.astro-dcna2hig){font-size:.9rem;font-weight:600;color:#333;margin:0 0 5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mini-cart-item__name:where(.astro-dcna2hig) a:where(.astro-dcna2hig){color:inherit;text-decoration:none;transition:color .2s ease}.mini-cart-item__name:where(.astro-dcna2hig) a:where(.astro-dcna2hig):hover{color:#036da7}.mini-cart-item__meta:where(.astro-dcna2hig){display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#666;margin-bottom:5px}.mini-cart-item__quantity:where(.astro-dcna2hig){font-weight:500}.mini-cart-item__price:where(.astro-dcna2hig){font-weight:600;color:#036da7;font-size:.95rem}.mini-cart-item__remove:where(.astro-dcna2hig){background:none;border:none;color:#dc3545;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease;font-size:.8rem;display:flex;align-items:center;gap:4px}.mini-cart-item__remove:where(.astro-dcna2hig):hover{background:#dc35451a;transform:scale(1.05)}.mini-cart-item:where(.astro-dcna2hig).removing{animation:slideOutRight .3s ease forwards}@keyframes slideOutRight{to{opacity:0;transform:translate(100%);max-height:0;padding:0;margin:0}}.cart-dropdown__footer:where(.astro-dcna2hig){border-top:2px solid #e9ecef;padding:15px 20px;background:#f8f9fa}.cart-dropdown__total:where(.astro-dcna2hig){display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:1.1rem;font-weight:600;color:#333}.total-amount:where(.astro-dcna2hig){color:#036da7;font-size:1.2rem}.cart-dropdown__actions:where(.astro-dcna2hig){display:flex;gap:10px}.btn-view-cart:where(.astro-dcna2hig),.btn-clear-cart:where(.astro-dcna2hig){flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 15px;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-decoration:none;border:none}.btn-view-cart:where(.astro-dcna2hig){background:#036da7;color:#fff}.btn-view-cart:where(.astro-dcna2hig):hover{background:#003049;transform:translateY(-2px);box-shadow:0 4px 12px #036da74d}.btn-clear-cart:where(.astro-dcna2hig){background:#fff;color:#dc3545;border:1px solid #dc3545}.btn-clear-cart:where(.astro-dcna2hig):hover{background:#dc3545;color:#fff;transform:translateY(-2px)}.confirm-modal:where(.astro-dcna2hig){position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.confirm-modal:where(.astro-dcna2hig).show{opacity:1;visibility:visible}.confirm-modal__backdrop:where(.astro-dcna2hig){position:absolute;inset:0;background:#0009;backdrop-filter:blur(4px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirm-modal__content:where(.astro-dcna2hig){position:relative;background:#fff;border-radius:16px;padding:30px;max-width:450px;width:90%;box-shadow:0 20px 60px #0000004d;transform:scale(.9) translateY(20px);transition:transform .3s cubic-bezier(.34,1.56,.64,1);z-index:1}.confirm-modal:where(.astro-dcna2hig).show .confirm-modal__content:where(.astro-dcna2hig){transform:scale(1) translateY(0)}.confirm-modal__header:where(.astro-dcna2hig){display:flex;align-items:center;gap:15px;margin-bottom:20px}.confirm-modal__icon:where(.astro-dcna2hig){width:60px;height:60px;background:linear-gradient(135deg,#dc35451a,#dc35450d);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#dc3545;font-size:28px;flex-shrink:0;animation:iconPulse 2s infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.confirm-modal__icon:where(.astro-dcna2hig).warning{background:linear-gradient(135deg,#ffc1071a,#ffc1070d);color:#ffc107}.confirm-modal__title:where(.astro-dcna2hig){font-size:1.4rem;font-weight:700;margin:0;color:#2c3e50;line-height:1.3}.confirm-modal__text:where(.astro-dcna2hig){margin:0 0 25px;color:#666;font-size:1rem;line-height:1.6}.confirm-modal__actions:where(.astro-dcna2hig){display:flex;gap:12px;justify-content:flex-end}.confirm-modal__btn:where(.astro-dcna2hig){display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:all .3s ease;position:relative;overflow:hidden}.confirm-modal__btn:where(.astro-dcna2hig):before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.confirm-modal__btn:where(.astro-dcna2hig):hover:before{width:300px;height:300px}.confirm-modal__btn:where(.astro-dcna2hig) i:where(.astro-dcna2hig),.confirm-modal__btn:where(.astro-dcna2hig) span:where(.astro-dcna2hig){position:relative;z-index:1}.confirm-modal__btn--cancel:where(.astro-dcna2hig){background:#f0f0f0;color:#666}.confirm-modal__btn--cancel:where(.astro-dcna2hig):hover{background:#e0e0e0;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.confirm-modal__btn--confirm:where(.astro-dcna2hig){background:linear-gradient(135deg,#dc3545,#c82333);color:#fff}.confirm-modal__btn--confirm:where(.astro-dcna2hig):hover{background:linear-gradient(135deg,#c82333,#bd2130);transform:translateY(-2px);box-shadow:0 6px 20px #dc354566}.confirm-modal__btn--confirm:where(.astro-dcna2hig).warning{background:linear-gradient(135deg,#ffc107,#e0a800);color:#333}.confirm-modal__btn--confirm:where(.astro-dcna2hig).warning:hover{background:linear-gradient(135deg,#e0a800,#d39e00);box-shadow:0 6px 20px #ffc10766}.cart-notification:where(.astro-dcna2hig){position:fixed;top:20px;right:20px;padding:15px 20px;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:10000;display:flex;align-items:center;gap:12px;opacity:0;transform:translate(100%);transition:all .3s cubic-bezier(.4,0,.2,1);max-width:350px}.cart-notification:where(.astro-dcna2hig).show{opacity:1;transform:translate(0)}.cart-notification__icon:where(.astro-dcna2hig){width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.cart-notification--success:where(.astro-dcna2hig) .cart-notification__icon:where(.astro-dcna2hig){background:#28a7451a;color:#28a745}.cart-notification--error:where(.astro-dcna2hig) .cart-notification__icon:where(.astro-dcna2hig){background:#dc35451a;color:#dc3545}.cart-notification--info:where(.astro-dcna2hig) .cart-notification__icon:where(.astro-dcna2hig){background:#036da71a;color:#036da7}.cart-notification__message:where(.astro-dcna2hig){flex:1;color:#333;font-size:.9rem;line-height:1.4}@media (max-width: 991px){.main-header__user-menu:where(.astro-dcna2hig){flex-direction:column;gap:8px}.main-header__logout-btn:where(.astro-dcna2hig){width:100%;height:35px;border-radius:6px}.cart-dropdown:where(.astro-dcna2hig){width:360px}}@media (max-width: 576px){.cart-dropdown:where(.astro-dcna2hig){width:calc(100vw - 20px);right:-10px}.cart-dropdown__items:where(.astro-dcna2hig){max-height:280px}.mini-cart-item__image:where(.astro-dcna2hig){width:60px;height:60px}.cart-dropdown__actions:where(.astro-dcna2hig){flex-direction:column}.btn-view-cart:where(.astro-dcna2hig),.btn-clear-cart:where(.astro-dcna2hig){width:100%}.confirm-modal__content:where(.astro-dcna2hig){padding:25px 20px}.confirm-modal__header:where(.astro-dcna2hig){flex-direction:column;text-align:center}.confirm-modal__title:where(.astro-dcna2hig){font-size:1.2rem}.confirm-modal__actions:where(.astro-dcna2hig){flex-direction:column-reverse}.confirm-modal__btn:where(.astro-dcna2hig){width:100%;justify-content:center}}
